Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #111127 rollback by chx, slightly extended: roll back node_load cache, it ↵ | Gábor Hojtsy | 2007-08-30 |
| | | | | needs more thought and discussion, so postponed until at least Drupal 7 | ||
* | #111127 follow up patchby myself: document the node_load internal cache and ↵ | Gábor Hojtsy | 2007-08-26 |
| | | | | external cache, and how they interoperate | ||
* | - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵ | Dries Buytaert | 2007-08-26 |
| | | | | functions and templates may need include files. Flush your caches. | ||
* | #111127 by chx: cache node_load(), so heavy operations loading data from ↵ | Gábor Hojtsy | 2007-08-25 |
| | | | | external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op) | ||
* | - Patch #167109 by pwolanin and Crell: split node.module. | Dries Buytaert | 2007-08-20 |
| | |||
* | - Patch #80951 by killes, yched et al: block caching. | Dries Buytaert | 2007-08-19 |
| | |||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. (Correct version this time.) | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. | ||
* | #165766 by hswong3i: node SQL fixes - primary keys have indexes themselfs, ↵ | Gábor Hojtsy | 2007-08-10 |
| | | | | unique columns should not allow NULL | ||
* | - Patch #153425 by pwolanin: fix use of raw in node module. | Dries Buytaert | 2007-08-10 |
| | |||
* | #160039 by prakashp, chx and pwolanin: fix node saving: | Gábor Hojtsy | 2007-08-09 |
| | | | | | | - centralize/reuse some node form saving code - fix uploads without JS - fix reappearing teasers on node save | ||
* | - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and ↵ | Dries Buytaert | 2007-08-02 |
| | | | | removed some whitespace). | ||
* | - Patch #146425 by pwolanin et al: | Dries Buytaert | 2007-07-30 |
| | | | | | | | | | | | | | | | * Removes the hard-coded 'book' type and perform all node actions equally on any node type via hook_nodeapi. * Achieves 100% integration with the menu system. Improves performance of book rendering. * All the algorithms have been changed to use the tree data structure returned by the menu system. * Added support for 'multiple books'. * Some UI improvements. This is a momumental patch that took 69 iterations. Although there is room for improvement, this is a big step forward. Thanks for the persistence, pwolanin. | ||
* | - Patch #157353 by tangent: fix site slogan in RSS feeds. | Dries Buytaert | 2007-07-27 |
| | |||
* | #157942 by drumm: only acquire node grants if node loaded successfuly, ↵ | Gábor Hojtsy | 2007-07-26 |
| | | | | otherwise there are nasty permission problems | ||
* | #161963 by Gurpartap Singh: proper links to Drupal.org module and theme ↵ | Gábor Hojtsy | 2007-07-25 |
| | | | | download pages | ||
* | - Patch #147061 by yched, dvessel, pwoladin: properly delete node types. ↵ | Dries Buytaert | 2007-07-21 |
| | | | | (These guys are becoming a dream team. Good job.) | ||
* | - Patch #160579 by pwolanin: removed some dead code from node_form_submit(). | Dries Buytaert | 2007-07-20 |
| | |||
* | #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵ | Gábor Hojtsy | 2007-07-16 |
| | | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?') | ||
* | #100636 by kkaefer, webchick and Arancaytar: more specific page titles for ↵ | Gábor Hojtsy | 2007-07-16 |
| | | | | node creation and editing | ||
* | - Patch #157709 by tangent: avoid namespace collisions. | Dries Buytaert | 2007-07-16 |
| | |||
* | - Patch #158790 by kkaefer: usability improvement: automatically select ↵ | Dries Buytaert | 2007-07-14 |
| | | | | proper radio button. | ||
* | #156778 by asimmonds: revert node and comment deletions to the pre-deletion ↵ | Gábor Hojtsy | 2007-07-13 |
| | | | | API state | ||
* | #156910 by asimmonds: fix code indentation problems introduced with new code ↵ | Gábor Hojtsy | 2007-07-05 |
| | | | | in this development cycle; only whitespace changes | ||
* | - Patch #155747 by merlinofchaos: node.tpl.php theme definition in the wrong ↵ | Dries Buytaert | 2007-07-03 |
| | | | | place | ||
* | - Patch #126229 by ChrisKennedy, asimmonds et al: increase node title ↵ | Dries Buytaert | 2007-07-03 |
| | | | | maxlength to 255 so people can use it to enter publictions with really long titles. ;) | ||
* | - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵ | Dries Buytaert | 2007-07-02 |
| | | | | topics to be custom node types. | ||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #146386 by kbahey: refactor 'submitted by user - date' themeing and make it ↵ | Gábor Hojtsy | 2007-07-01 |
| | | | | more verbose to translate | ||
* | #108456 by RobRoy: optional custom teaser lengths and much needed ↵ | Gábor Hojtsy | 2007-07-01 |
| | | | | documentation on how node_teaser works | ||
* | #152493 by yched, freeman and pwolanin: Minimalistic approach to node ↵ | Gábor Hojtsy | 2007-07-01 |
| | | | | rendering styles for D6 | ||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-07-01 |
| | | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7. | ||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array | ||
* | - Patch #148410 by jvandyk: added rewrite of the actions module! | Dries Buytaert | 2007-06-29 |
| | | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;) | ||
* | - Patch #147662 by Gordon et al: add new #pre_render callback to ↵ | Dries Buytaert | 2007-06-28 |
| | | | | drupal_render(). | ||
* | #136585 by hunmonk and pwolanin: fix too tight permissions on admin/content | Gábor Hojtsy | 2007-06-28 |
| | |||
* | #153998 by pwolanin: separate edit a delete permissions, so people who can ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | edit a node cannot delete it too automatically | ||
* | #154224 by hunmonk: add destination argument to _drupal_delete(), instead of ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | using drupal_goto() directly, so the callback cycle can complete | ||
* | #154046: Optimize confirm_form syntax for common usage (and fix some ↵ | Steven Wittens | 2007-06-24 |
| | | | | $form_state bugs). | ||
* | #148678: Fix notices/warnings on invalid paths like 'node/zzz'. ↵ | Steven Wittens | 2007-06-24 |
| | | | | (chx/pwolanin/webernet) | ||
* | #133028 by alienbrain and Moshe Weitzman: allow positioned submit buttons in ↵ | Gábor Hojtsy | 2007-06-23 |
| | | | | node forms via form_alter by not hard-coding the button order | ||
* | #153781: Convert all remaining confirm_forms() to deletion api. | Steven Wittens | 2007-06-22 |
| | |||
* | #147723: Deletion API (by hunmonk). Woop woop. | Steven Wittens | 2007-06-22 |
| | |||
* | - Patch #131026 by James et al: OpenID client support for Drupal! | Dries Buytaert | 2007-06-18 |
| | | | | | Let this be the day where we help revolutionize the online society, and the way websites and web services interoperate. Or something. | ||
* | #152490 by Keymone: missing {} around node table name | Gábor Hojtsy | 2007-06-17 |
| | |||
* | - Patch #152171 by yched: added missing validation routines for settings. | Dries Buytaert | 2007-06-15 |
| | |||
* | #142280 by Jose A Reyero, yched and myself: Content translation support ↵ | Gábor Hojtsy | 2007-06-15 |
| | | | | built on the existing node language feature | ||
* | - Patch #101319 by pwolanin: make sure that node->revision can be altered. | Dries Buytaert | 2007-06-07 |
| | |||
* | - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵ | Dries Buytaert | 2007-06-05 |
| | | | | using db_last_insert_id() instead of db_next_id(). | ||
* | - Patch #101319 by forngren: add access check to revision log. | Dries Buytaert | 2007-06-04 |
| |