summaryrefslogtreecommitdiff
path: root/modules/node/node.module
Commit message (Collapse)AuthorAge
* #201667 follow up by gpk: minor code comment and whitespace cleanupGábor Hojtsy2008-01-10
|
* #201667 follow up by keith.smith: typo in code commentGábor Hojtsy2008-01-09
|
* #201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter ↵Gábor Hojtsy2008-01-09
| | | | in JS and no-JS mode
* #205792 by yched: fix contradictory messages after node access rebuildGábor Hojtsy2008-01-08
|
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* #206272 report by yojoe, patch by myself: user provided data in menu titles ↵Gábor Hojtsy2008-01-04
| | | | should be check_plain()-ed not t()-ed
* #203582 by David_Rothstein: some core hook_access() implementations are not ↵Gábor Hojtsy2008-01-01
| | | | using the passed in account
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* - Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs.Dries Buytaert2007-12-26
|
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #202895 by cwgordon7, theborg: fix node revision view page load argumnetsGábor Hojtsy2007-12-21
|
* #201536 by chx: centralizing permission checking code in node revision ↵Gábor Hojtsy2007-12-20
| | | | handling, removing lots of duplicate code
* #164510 by yched, KarenS: move node batch operations to node.admin.inc for ↵Gábor Hojtsy2007-12-20
| | | | performance and fix a buggy message
* #103041 by O Govinda, gaele and keith.smith: reworked node help, removing ↵Gábor Hojtsy2007-12-19
| | | | mention of UI elements we don't have, and linking in other features, we do have; also easier on the translators with text broken up into shorter parts
* #201534 by Lynn, Pasqualle: fix notice in node_forms() when there are no ↵Gábor Hojtsy2007-12-17
| | | | node types defined
* #199439 by douggreen: fix content search in PostgreSQLGábor Hojtsy2007-12-14
|
* #199158 by catch: AND was used in place of WHERE in search module reindex codeGábor Hojtsy2007-12-14
|
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #200540 by theborg: fix node_make_unsticky_action() code comments and ↵Gábor Hojtsy2007-12-13
| | | | promote flag in node_unpromote_action()
* #195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL ↵Gábor Hojtsy2007-12-11
| | | | behavior of assuming empty default value for NOT NULL columns, fixing poll submission on PostgreSQL
* #196953 by JirkaRybka: add target attribute to 'read more' links generated ↵Gábor Hojtsy2007-12-11
| | | | to RSS feed teasers for RSS reader usability
* #116726 by Pancho: (usability) standardize on '@type %title' usage in node ↵Gábor Hojtsy2007-12-11
| | | | feedback messages
* #198187 by mcarbone: resolve conflicts of n.uid and r.uid, so the node ↵Gábor Hojtsy2007-12-10
| | | | author uid takes precedence over the revision uid
* #188908 by JirkaRybka, documentation added: empty feeds resulted in feeds ↵Gábor Hojtsy2007-12-10
| | | | with all nodes instead
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* security fixes forward ported from Drupal 5.2 - previously not committed ↵Gábor Hojtsy2007-12-05
| | | | parts of http://drupal.org/cvs?commit=74833
* #184968 by chx and myself: confirm forms for node revision and delete forms ↵Gábor Hojtsy2007-12-03
| | | | (avoiding CSRF)
* #155337 by gpk and Bevan: only treat newlines teaser breakers, if the ↵Gábor Hojtsy2007-11-29
| | | | newline filter is present in the particular input format
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* #184968 spin off coding style fixes to let the substance of the patch get ↵Gábor Hojtsy2007-11-27
| | | | reviewed
* #115912: remove misleading reference to node formats in node_teaser() phpdocGábor Hojtsy2007-11-27
|
* #120960 by blakehall, JirkaRybka, catch: improve usability of content ↵Gábor Hojtsy2007-11-26
| | | | editing permission names
* #194994 by gpk: the PHP format was moved to php/0 instead of filter/2 and ↵Gábor Hojtsy2007-11-24
| | | | this was not updated in the node teaser building code
* #194166 rollback and additional comments by chx: developers can modify menu ↵Gábor Hojtsy2007-11-24
| | | | editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
* #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵Gábor Hojtsy2007-11-24
| | | | download links and include more pointers to these locations
* #180425 by Bevan, tested by gpk: teaser splitter PHP code was breaking too ↵Gábor Hojtsy2007-11-23
| | | | early, not taking break type precedence into account
* #188462 by bjaspan: null value in revision log field violated non-null ↵Gábor Hojtsy2007-11-20
| | | | constraint in PostgreSQL
* #193064 patch by myself: take node by reference, when revisionn is saved, so ↵Gábor Hojtsy2007-11-20
| | | | we get the vid property updated on PHP 4 too
* #191931 by webchick: user avatars were not displayed on nodesGábor Hojtsy2007-11-14
|
* - Patch #187799 by greggles et al: fixed problem with revisions being ↵Dries Buytaert2007-11-13
| | | | associated with the wrong user.
* - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵Dries Buytaert2007-11-13
| | | | from search module
* #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵Gábor Hojtsy2007-11-12
| | | | 'content' as appropriate
* #180191 by chx: fix notice in teaser handlingGábor Hojtsy2007-11-05
|
* - Patch #186718 by bdragon: removed redundant query.Dries Buytaert2007-10-28
|
* #40934 by catch and fajerstarter: remove admin search page as it was broken ↵Gábor Hojtsy2007-10-24
| | | | and the same as the usual search page anyway
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* - Patch #182950: fieldset massaging for usability.Dries Buytaert2007-10-12
|
* #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵Gábor Hojtsy2007-10-11
| | | | arbitrary users, so independent user access checks can be done in a request
* #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵Gábor Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on