| Commit message (Expand) | Author | Age |
* | Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_p... | Angie Byron | 2008-10-13 |
* | Roll-back of #242873: This caused horrendous problems with SimpleTest on some... | Angie Byron | 2008-10-12 |
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
* | #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ... | Angie Byron | 2008-10-11 |
* | #319714 by greggles: Remove needless double-check_url()ing in maintenance.tpl... | Angie Byron | 2008-10-11 |
* | - Patch #310212 by justinrandell: killed in _node hook, as well as twelve sa... | Dries Buytaert | 2008-10-06 |
* | - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edi... | Dries Buytaert | 2008-09-27 |
* | #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format FAP... | Angie Byron | 2008-09-27 |
* | - Patch #254242 by Gabor, dropcube: preview post setting (optional, required)... | Dries Buytaert | 2008-09-19 |
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved deve... | Dries Buytaert | 2008-09-17 |
* | - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] a... | Dries Buytaert | 2008-09-06 |
* | - Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links. | Dries Buytaert | 2008-08-31 |
* | - Patch #296918 by JBrauer: clean up CSS/HTML of node form. | Dries Buytaert | 2008-08-22 |
* | - Patch #56173 by catch, chx: if the user has access to one content type only... | Dries Buytaert | 2008-08-14 |
* | - Patch #255150 by dropcube: corrected formatting of links. | Dries Buytaert | 2008-07-10 |
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discu... | Dries Buytaert | 2008-04-14 |
* | - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real... | Dries Buytaert | 2008-02-17 |
* | #216061 by Eaton: nid was not set in node creation (programatic node creation... | Gábor Hojtsy | 2008-02-03 |
* | #202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in ... | Gábor Hojtsy | 2008-01-29 |
* | #201667 follow up by gpk: minor code comment and whitespace cleanup | Gábor Hojtsy | 2008-01-10 |
* | #207990 by soxofaan: fix notice on node/add page for anonymous users | Gábor Hojtsy | 2008-01-10 |
* | #201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter in... | Gábor Hojtsy | 2008-01-09 |
* | - Patch #204900 by webernet: code style fixes. Likely my last patch of the y... | Dries Buytaert | 2007-12-31 |
* | #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles | Gábor Hojtsy | 2007-12-27 |
* | - Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs. | Dries Buytaert | 2007-12-26 |
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
* | #201536 by chx: centralizing permission checking code in node revision handli... | Gábor Hojtsy | 2007-12-20 |
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (an... | Dries Buytaert | 2007-12-18 |
* | #200763 by JirkaRybka: add body field wrapper in node form for easier themeing | Gábor Hojtsy | 2007-12-17 |
* | #116726 by Pancho: (usability) standardize on '@type %title' usage in node fe... | Gábor Hojtsy | 2007-12-11 |
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
* | #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions | Gábor Hojtsy | 2007-12-06 |
* | #184968 by chx and myself: confirm forms for node revision and delete forms (... | Gábor Hojtsy | 2007-12-03 |
* | #195678 by catch: standardise on Save and Preview button terminology (for com... | Gábor Hojtsy | 2007-11-29 |
* | - 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 rev... | Gábor Hojtsy | 2007-11-27 |
* | #189409 follow up note by Steven Wittens: administrator entered text should b... | Gábor Hojtsy | 2007-11-16 |
* | #189409 by Arancaytar: use filter_xss() to filter content type descriptions, ... | Gábor Hojtsy | 2007-11-15 |
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and '... | Gábor Hojtsy | 2007-11-12 |
* | #184694 by andremolnar: (regression) allow themes to override *_node_form for... | Gábor Hojtsy | 2007-10-22 |
* | #89376 by Eaton: add the preview build mode flag prior to hook_form() being c... | Gábor Hojtsy | 2007-10-05 |
* | #174220 by webernet: fix noticed in node module when a user has no adminiter ... | Gábor Hojtsy | 2007-09-27 |
* | #175743 by Desbeers: fix numerous issues around node submission dates and con... | Gábor Hojtsy | 2007-09-19 |
* | #173995 by Desbeers: when creating a new node, default values are inserted in... | Gábor Hojtsy | 2007-09-09 |
* | - Patch #167109 by pwolanin and Crell: split node.module. | Dries Buytaert | 2007-08-20 |