Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #184968 by chx and myself: confirm forms for node revision and delete forms ↵ | Gábor Hojtsy | 2007-12-03 |
| | | | | (avoiding CSRF) | ||
* | #195678 by catch: standardise on Save and Preview button terminology (for ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-11-28 |
| | |||
* | #184968 spin off coding style fixes to let the substance of the patch get ↵ | Gábor Hojtsy | 2007-11-27 |
| | | | | reviewed | ||
* | #189409 follow up note by Steven Wittens: administrator entered text should ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #184694 by andremolnar: (regression) allow themes to override *_node_form ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-10-05 |
| | | | | called | ||
* | #174220 by webernet: fix noticed in node module when a user has no adminiter ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | nodes permission | ||
* | #175743 by Desbeers: fix numerous issues around node submission dates and ↵ | Gábor Hojtsy | 2007-09-19 |
| | | | | content editing | ||
* | #173995 by Desbeers: when creating a new node, default values are inserted ↵ | Gábor Hojtsy | 2007-09-09 |
| | | | | into the object on preview, overwriting existing user provided values | ||
* | - Patch #167109 by pwolanin and Crell: split node.module. | Dries Buytaert | 2007-08-20 |