summaryrefslogtreecommitdiff
path: root/modules/node/node.pages.inc
Commit message (Collapse)AuthorAge
...
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #319714 by greggles: Remove needless double-check_url()ing in ↵Angie Byron2008-10-11
| | | | maintenance.tpl.php.
* - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵Dries Buytaert2008-10-06
| | | | sable tooth tigers.
* - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵Dries Buytaert2008-09-27
| | | | edit forms easier. DX improvement.
* #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format ↵Angie Byron2008-09-27
| | | | FAPI property that can be used by WYSIWYG editors. WOOHOO.
* - Patch #254242 by Gabor, dropcube: preview post setting (optional, ↵Dries Buytaert2008-09-19
| | | | required) not working
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links.Dries Buytaert2008-08-31
|
* - Patch #296918 by JBrauer: clean up CSS/HTML of node form.Dries Buytaert2008-08-22
|
* - Patch #56173 by catch, chx: if the user has access to one content type ↵Dries Buytaert2008-08-14
| | | | only, jump to that page.
* - Patch #255150 by dropcube: corrected formatting of links.Dries Buytaert2008-07-10
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵Dries Buytaert2008-02-17
| | | | real PHP5 clone().
* #216061 by Eaton: nid was not set in node creation (programatic node ↵Gábor Hojtsy2008-02-03
| | | | creation regression)
* #202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in ↵Gábor Hojtsy2008-01-29
| | | | node module
* #201667 follow up by gpk: minor code comment and whitespace cleanupGábor Hojtsy2008-01-10
|
* #207990 by soxofaan: fix notice on node/add page for anonymous usersGábor Hojtsy2008-01-10
|
* #201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter ↵Gábor Hojtsy2008-01-09
| | | | in JS and no-JS mode
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titlesGábor Hojtsy2007-12-27
|
* - 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
|
* #201536 by chx: centralizing permission checking code in node revision ↵Gábor Hojtsy2007-12-20
| | | | handling, removing lots of duplicate code
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #200763 by JirkaRybka: add body field wrapper in node form for easier themeingGábor Hojtsy2007-12-17
|
* #116726 by Pancho: (usability) standardize on '@type %title' usage in node ↵Gábor Hojtsy2007-12-11
| | | | feedback messages
* #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
|
* #184968 by chx and myself: confirm forms for node revision and delete forms ↵Gábor Hojtsy2007-12-03
| | | | (avoiding CSRF)
* #195678 by catch: standardise on Save and Preview button terminology (for ↵Gábor Hojtsy2007-11-29
| | | | comments) and button placement for comments and nodes, so Save is always the leftmost button, and there is no guessing to find it
* - 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
* #189409 follow up note by Steven Wittens: administrator entered text should ↵Gábor Hojtsy2007-11-16
| | | | be filtered with filter_xss_admin(), not the less permissive filter_xss()
* #189409 by Arancaytar: use filter_xss() to filter content type descriptions, ↵Gábor Hojtsy2007-11-15
| | | | instead of printing them verbatim (on one occassion) and printing them with check_plain() erroneusly on another
* #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵Gábor Hojtsy2007-11-12
| | | | 'content' as appropriate
* #184694 by andremolnar: (regression) allow themes to override *_node_form ↵Gábor Hojtsy2007-10-22
| | | | forms by node type, not just generically
* #89376 by Eaton: add the preview build mode flag prior to hook_form() being ↵Gábor Hojtsy2007-10-05
| | | | called
* #174220 by webernet: fix noticed in node module when a user has no adminiter ↵Gábor Hojtsy2007-09-27
| | | | nodes permission
* #175743 by Desbeers: fix numerous issues around node submission dates and ↵Gábor Hojtsy2007-09-19
| | | | content editing
* #173995 by Desbeers: when creating a new node, default values are inserted ↵Gábor Hojtsy2007-09-09
| | | | into the object on preview, overwriting existing user provided values
* - Patch #167109 by pwolanin and Crell: split node.module.Dries Buytaert2007-08-20