summaryrefslogtreecommitdiff
path: root/modules/node/node.pages.inc
Commit message (Collapse)AuthorAge
* #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