Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #193064 patch by myself: take node by reference, when revisionn is saved, so ↵ | Gábor Hojtsy | 2007-11-20 |
| | | | | we get the vid property updated on PHP 4 too | ||
* | #191931 by webchick: user avatars were not displayed on nodes | Gábor Hojtsy | 2007-11-14 |
| | |||
* | - Patch #187799 by greggles et al: fixed problem with revisions being ↵ | Dries Buytaert | 2007-11-13 |
| | | | | associated with the wrong user. | ||
* | - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵ | Dries Buytaert | 2007-11-13 |
| | | | | from search module | ||
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #180191 by chx: fix notice in teaser handling | Gábor Hojtsy | 2007-11-05 |
| | |||
* | - Patch #186718 by bdragon: removed redundant query. | Dries Buytaert | 2007-10-28 |
| | |||
* | #40934 by catch and fajerstarter: remove admin search page as it was broken ↵ | Gábor Hojtsy | 2007-10-24 |
| | | | | and the same as the usual search page anyway | ||
* | #182645 by scor: clean up concatenations to be in line with core coding ↵ | Gábor Hojtsy | 2007-10-19 |
| | | | | standards | ||
* | - Patch #182950: fieldset massaging for usability. | Dries Buytaert | 2007-10-12 |
| | |||
* | #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | arbitrary users, so independent user access checks can be done in a request | ||
* | #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | closing unclosed tags, avoiding empty table containers, and so on | ||
* | #116200 by njivy: initilize node type data before trying to delete a node ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | type, so we have data about what do we delete | ||
* | - Patch #164510 by yched et al: node.changed not updated on mass operations. | Dries Buytaert | 2007-10-03 |
| | |||
* | - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵ | Dries Buytaert | 2007-10-02 |
| | | | | feature from schema API: load/save records based upon schema. | ||
* | #174220 by webernet: fix noticed in node module when a user has no adminiter ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | nodes permission | ||
* | - Patch #135926 by mooffie: hook_link is called by the wrong parameters. ↵ | Dries Buytaert | 2007-09-26 |
| | | | | Fixed disconnect between node_view() and hook_link(). | ||
* | #177182 by hswong3i: the range query in node_update_index() used more ↵ | Gábor Hojtsy | 2007-09-25 |
| | | | | arguments the placeholders | ||
* | #177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so ↵ | Gábor Hojtsy | 2007-09-25 |
| | | | | what the user seen and what was indexed was different | ||
* | #177654 by chx: admin/content has items with comment, feed, etc management, ↵ | Gábor Hojtsy | 2007-09-25 |
| | | | | so a node admin permission should not be required to visit it | ||
* | #175743 by Desbeers: fix numerous issues around node submission dates and ↵ | Gábor Hojtsy | 2007-09-19 |
| | | | | content editing | ||
* | #174993 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for ↵ | Gábor Hojtsy | 2007-09-14 |
| | | | | read more links, ie. we are not repeating the same text but include meaningful information | ||
* | #172773 by numerous contributors: Make the actions interface usable by mere ↵ | Gábor Hojtsy | 2007-09-11 |
| | | | | | | | | | 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 | ||
* | #172977 by pwolanin: fix E_ALL NOTICEs with some taxonomy module queries | Gábor Hojtsy | 2007-09-09 |
| | |||
* | - Patch #172961 by webernet: code style cleanup. | Dries Buytaert | 2007-09-05 |
| | |||
* | - Patch #172860 by chx: node search does not support revisioned terms. | Dries Buytaert | 2007-09-05 |
| | |||
* | #144337 by yched: batch support for node access table rebuilding | Gábor Hojtsy | 2007-09-02 |
| | |||
* | #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 |