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