summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* - Patch #182950: fieldset massaging for usability.Dries Buytaert2007-10-12
|
* #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵Gábor Hojtsy2007-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 Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* #116200 by njivy: initilize node type data before trying to delete a node ↵Gábor Hojtsy2007-10-08
| | | | type, so we have data about what do we delete
* - Added missing .install files. Forgot to commit those.Dries Buytaert2007-10-05
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #170514 by pwolanin: block and page cache should be cleaned when a menu item ↵Gábor Hojtsy2007-10-05
| | | | is changed (saved, deleted) or the menu router is rebuilt
* #89376 by Eaton: add the preview build mode flag prior to hook_form() being ↵Gábor Hojtsy2007-10-05
| | | | called
* - Patch #164510 by yched et al: node.changed not updated on mass operations.Dries Buytaert2007-10-03
|
* - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵Dries Buytaert2007-10-02
| | | | feature from schema API: load/save records based upon schema.
* #167284 by Heine and pwolanin: proper field type placeholders in IN() ↵Gábor Hojtsy2007-09-27
| | | | queries, setting a best practice to avoid vulnerabilities
* #174220 by webernet: fix noticed in node module when a user has no adminiter ↵Gábor Hojtsy2007-09-27
| | | | nodes permission
* - Patch #135926 by mooffie: hook_link is called by the wrong parameters. ↵Dries Buytaert2007-09-26
| | | | Fixed disconnect between node_view() and hook_link().
* #177182 by hswong3i: the range query in node_update_index() used more ↵Gábor Hojtsy2007-09-25
| | | | arguments the placeholders
* #177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so ↵Gábor Hojtsy2007-09-25
| | | | what the user seen and what was indexed was different
* #176367 by chx: not all node type have body labels, so this might not be setGábor Hojtsy2007-09-25
|
* #177654 by chx: admin/content has items with comment, feed, etc management, ↵Gábor Hojtsy2007-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 Hojtsy2007-09-19
| | | | content editing
* #174993 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for ↵Gábor Hojtsy2007-09-14
| | | | read more links, ie. we are not repeating the same text but include meaningful information
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #172773 by numerous contributors: Make the actions interface usable by mere ↵Gábor Hojtsy2007-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 queriesGábor Hojtsy2007-09-09
|
* #173995 by Desbeers: when creating a new node, default values are inserted ↵Gábor Hojtsy2007-09-09
| | | | into the object on preview, overwriting existing user provided values
* - Patch #172961 by webernet: code style cleanup.Dries Buytaert2007-09-05
|
* - Patch #172860 by chx: node search does not support revisioned terms.Dries Buytaert2007-09-05
|
* #144337 by yched: batch support for node access table rebuildingGábor Hojtsy2007-09-02
|
* #115689 by chx: new content types should not overwrite old onesGábor Hojtsy2007-09-02
|
* #111127 rollback by chx, slightly extended: roll back node_load cache, it ↵Gábor Hojtsy2007-08-30
| | | | needs more thought and discussion, so postponed until at least Drupal 7
* #163679 by AjK and ChrisKennedy: fix node_configure_rebuild_confirm_submit() ↵Gábor Hojtsy2007-08-29
| | | | parameters
* #166071 by jjeff and dvessel: move default template preprocess code to ↵Gábor Hojtsy2007-08-28
| | | | template_preprocess, and add *lots* of documentation to template files and functions
* #111127 follow up patchby myself: document the node_load internal cache and ↵Gábor Hojtsy2007-08-26
| | | | external cache, and how they interoperate
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-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 Hojtsy2007-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 Buytaert2007-08-20
|
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-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 Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* #165766 by hswong3i: node SQL fixes - primary keys have indexes themselfs, ↵Gábor Hojtsy2007-08-10
| | | | unique columns should not allow NULL
* - Patch #153425 by pwolanin: fix use of raw in node module.Dries Buytaert2007-08-10
|
* #160039 by prakashp, chx and pwolanin: fix node saving:Gábor Hojtsy2007-08-09
| | | | | | - centralize/reuse some node form saving code - fix uploads without JS - fix reappearing teasers on node save
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
* - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and ↵Dries Buytaert2007-08-02
| | | | removed some whitespace).
* - Patch #146425 by pwolanin et al:Dries Buytaert2007-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 Buytaert2007-07-27
|
* #157942 by drumm: only acquire node grants if node loaded successfuly, ↵Gábor Hojtsy2007-07-26
| | | | otherwise there are nasty permission problems
* #161963 by Gurpartap Singh: proper links to Drupal.org module and theme ↵Gábor Hojtsy2007-07-25
| | | | download pages
* #124485 by Wesley Tanaka: move some remaining node.css comment styles to the ↵Gábor Hojtsy2007-07-24
| | | | actual comment.css
* - Patch #147061 by yched, dvessel, pwoladin: properly delete node types. ↵Dries Buytaert2007-07-21
| | | | (These guys are becoming a dream team. Good job.)
* - Patch #160579 by pwolanin: removed some dead code from node_form_submit().Dries Buytaert2007-07-20
|