summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* #193064 patch by myself: take node by reference, when revisionn is saved, so ↵Gábor Hojtsy2007-11-20
| | | | we get the vid property updated on PHP 4 too
* #189409 follow up note by Steven Wittens: administrator entered text should ↵Gábor Hojtsy2007-11-16
| | | | be filtered with filter_xss_admin(), not the less permissive filter_xss()
* #189409 by Arancaytar: use filter_xss() to filter content type descriptions, ↵Gábor Hojtsy2007-11-15
| | | | instead of printing them verbatim (on one occassion) and printing them with check_plain() erroneusly on another
* #191931 by webchick: user avatars were not displayed on nodesGábor Hojtsy2007-11-14
|
* - Patch #187799 by greggles et al: fixed problem with revisions being ↵Dries Buytaert2007-11-13
| | | | associated with the wrong user.
* - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵Dries Buytaert2007-11-13
| | | | from search module
* #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵Gábor Hojtsy2007-11-12
| | | | 'content' as appropriate
* #188914 by Pasqualle: type and language filtering on node admin page was ↵Gábor Hojtsy2007-11-12
| | | | broken due to missing breaks in switch
* - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵Dries Buytaert2007-11-11
| | | | removed some trailing whitespace.)
* #180191 by chx: fix notice in teaser handlingGábor Hojtsy2007-11-05
|
* #187881 by mooffie: fix misnamed database table names in schema documentationGábor Hojtsy2007-11-04
|
* - Patch #186718 by bdragon: removed redundant query.Dries Buytaert2007-10-28
|
* #40934 by catch and fajerstarter: remove admin search page as it was broken ↵Gábor Hojtsy2007-10-24
| | | | and the same as the usual search page anyway
* #156144 by lyricnz: do not show 'select all' checbox when there are no rows ↵Gábor Hojtsy2007-10-24
| | | | in the node admin table
* #184694 by andremolnar: (regression) allow themes to override *_node_form ↵Gábor Hojtsy2007-10-22
| | | | forms by node type, not just generically
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* - 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)