- 20 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
#193064 patch by myself: take node by reference, when revisionn is saved, so we get the vid property updated on PHP 4 too
-
- 14 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 13 Nov, 2007 2 commits
-
-
Dries Buytaert authored
- Patch #187799 by greggles et al: fixed problem with revisions being associated with the wrong user.
-
Dries Buytaert authored
-
- 12 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate
-
- 05 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 28 Oct, 2007 1 commit
-
-
Dries Buytaert authored
-
- 24 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
#40934 by catch and fajerstarter: remove admin search page as it was broken and the same as the usual search page anyway
-
- 19 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 12 Oct, 2007 1 commit
-
-
Dries Buytaert authored
-
- 11 Oct, 2007 2 commits
-
-
Gábor Hojtsy authored
#72487 by chx, pwolanin and moshe weitzman: let node_access() work on arbitrary users, so independent user access checks can be done in a request
-
Gábor Hojtsy authored
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on
-
- 08 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
#116200 by njivy: initilize node type data before trying to delete a node type, so we have data about what do we delete
-
- 03 Oct, 2007 1 commit
-
-
Dries Buytaert authored
-
- 02 Oct, 2007 1 commit
-
-
Dries Buytaert authored
- Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema.
-
- 27 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 26 Sep, 2007 1 commit
-
-
Dries Buytaert authored
- Patch #135926 by mooffie: hook_link is called by the wrong parameters. Fixed disconnect between node_view() and hook_link().
-
- 25 Sep, 2007 3 commits
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so what the user seen and what was indexed was different
-
Gábor Hojtsy authored
#177654 by chx: admin/content has items with comment, feed, etc management, so a node admin permission should not be required to visit it
-
- 19 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 14 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
#174993 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for read more links, ie. we are not repeating the same text but include meaningful information
-
- 11 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
#172773 by numerous contributors: Make the actions interface usable by mere mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
-
- 09 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 05 Sep, 2007 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 02 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 30 Aug, 2007 1 commit
-
-
Gábor Hojtsy authored
#111127 rollback by chx, slightly extended: roll back node_load cache, it needs more thought and discussion, so postponed until at least Drupal 7
-
- 26 Aug, 2007 2 commits
-
-
Gábor Hojtsy authored
#111127 follow up patchby myself: document the node_load internal cache and external cache, and how they interoperate
-
Dries Buytaert authored
- Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches.
-
- 25 Aug, 2007 1 commit
-
-
Gábor Hojtsy authored
#111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
-
- 20 Aug, 2007 1 commit
-
-
Dries Buytaert authored
-
- 19 Aug, 2007 1 commit
-
-
Dries Buytaert authored
-
- 12 Aug, 2007 2 commits
-
-
Dries Buytaert authored
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.)
-
Dries Buytaert authored
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement.
-
- 10 Aug, 2007 2 commits
-
-
Gábor Hojtsy authored
#165766 by hswong3i: node SQL fixes - primary keys have indexes themselfs, unique columns should not allow NULL
-
Dries Buytaert authored
-
- 09 Aug, 2007 1 commit
-
-
Gábor Hojtsy authored
- centralize/reuse some node form saving code - fix uploads without JS - fix reappearing teasers on node save
-
- 02 Aug, 2007 1 commit
-
-
Dries Buytaert authored
-
- 30 Jul, 2007 1 commit
-
-
Dries Buytaert authored
* 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.
-