summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵Gábor Hojtsy2007-08-26
| | | | near flowless updates
* - Patch #169627 by JirkaRybka: improved logging of mail problems.Dries Buytaert2007-08-26
|
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-08-26
| | | | functions and templates may need include files. Flush your caches.
* - Patch #146667 by coofercat: fixed bug in form builder.Dries Buytaert2007-08-26
|
* - Patch #170004 by pwolanin: removed db_num_rows() in book_update_6000.Dries Buytaert2007-08-26
|
* #137213 by blakehall: FLUSH PRIVILEGES is not required in MySQL with GRANTGábor Hojtsy2007-08-25
|
* #157510 by pwolanin and chx: search module needs menu tail arguments ↵Gábor Hojtsy2007-08-25
| | | | (arbitrary 'directory' looking parts)
* #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)
* #169247 by profix898 slightly modified: fix E_NOTICE when form_id is not set ↵Gábor Hojtsy2007-08-23
| | | | on a non-programmed form
* - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵Dries Buytaert2007-08-23
| | | | instead of @import for CSS.
* - Patch #169420 by Crell: split statistics module.Dries Buytaert2007-08-23
|
* - Patch #169426 by Crell: split tracker module.Dries Buytaert2007-08-23
|
* - Patch #169065 by pwolanin: links to new menus can exist outside 'navigation'.Dries Buytaert2007-08-22
|
* - Patch #169425 by Crell: split throttle module.Dries Buytaert2007-08-22
|
* #165141 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* #166593 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* - Patch #166717 by Crell: split up drupal module. This modules should be ↵Dries Buytaert2007-08-21
| | | | removed in Drupal 7 though.
* - Some minor massaging.Dries Buytaert2007-08-21
|
* #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of ↵Gábor Hojtsy2007-08-20
| | | | being able to set primary and secondary links differently
* #166586 by hswong3i: move literal values out of menu module queries (for ↵Gábor Hojtsy2007-08-20
| | | | better db compatibility, ie. easier query rewriting)
* #155621 follow up patch by pwolanin: really delete menu links by refreshing ↵Gábor Hojtsy2007-08-20
| | | | the cache
* #165675 follow up patch by pwolanin: retain menu information on node ↵Gábor Hojtsy2007-08-20
| | | | previews to check, do not use the newly selected values yet, to be consistent with the DB
* #162324 by mooffie: keep previously default language enabled and only ↵Gábor Hojtsy2007-08-20
| | | | increment enabled language count, if we are in fact adding an enabled language
* - Patch #167109 by pwolanin and Crell: split node.module.Dries Buytaert2007-08-20
|
* - Patch #166719 by pwoladin: help system fix.Dries Buytaert2007-08-20
|
* - Patch #80951 by webchick: fixed broken query.Dries Buytaert2007-08-20
|
* #168587 by jjeff: add rel=nofollow attribute to anonymous comment home page ↵Gábor Hojtsy2007-08-19
| | | | links to counter some spamming
* - Patch #166725 by Crell: split openid module.Dries Buytaert2007-08-19
|
* - Patch #155621 by pwolanin: Use API function to delete menu links during ↵Dries Buytaert2007-08-19
| | | | rebuild.
* - Patch #166719 by Crell: split up help module.Dries Buytaert2007-08-19
|
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* #161136 by hass: the previously aggressive caching incompatible hook_init ↵Gábor Hojtsy2007-08-18
| | | | parts were broken out to hook_boot, so this should be reflected in the help text and check
* #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where ↵Gábor Hojtsy2007-08-18
| | | | we dont need a counter
* #168429 by gaele: there is no settings module, fixing reference to system ↵Gábor Hojtsy2007-08-18
| | | | module in help text
* #166913 by pwolanin and webernet: fix book outline removal confirm form ↵Gábor Hojtsy2007-08-18
| | | | parameters and improve user documentation
* #168352 by webernet: fix small typo in update.moduleGábor Hojtsy2007-08-18
|
* #164122 by merlinofchaos: properly convert underscored to dashes, when ↵Gábor Hojtsy2007-08-16
| | | | constructing template file names matching hook names
* #156796 by webernet, asimmonds and pwolanin: user editing forms cleanup and ↵Gábor Hojtsy2007-08-16
| | | | fixing deletion API remainings
* #117151 by profix898: the second part of our FilesMatch list contained ↵Gábor Hojtsy2007-08-16
| | | | complete file names which should be protected (eg. Tag), but should not match parts of the file names (eg. Tagging.txt)
* #165675 by pwolanin: only show allowed parent items in menu/book select ↵Gábor Hojtsy2007-08-16
| | | | fields to avoid going deeper then what is allowed
* #157747 by dopry: the files coming from the form are arrays, and need to by ↵Gábor Hojtsy2007-08-16
| | | | casted to objects
* #162050 by dvessel: user_comment() now modifies the comment, although ↵Gábor Hojtsy2007-08-16
| | | | hook_comment() was not intended to modify the comment, so we need to pass it in by reference to get modified
* #166688 by pwolanin: user_build_content() needs to have the account passed ↵Gábor Hojtsy2007-08-12
| | | | by reference
* #166644 by pwolanin: path module was incorrectly using drupal_get_formGábor Hojtsy2007-08-12
|
* - 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.
* #166491 by pwolanin: default theme settings page should display default ↵Gábor Hojtsy2007-08-11
| | | | theme settings, not the theme list
* #166237 by jbratton: fix two notices on contact pages for anonymous usersGábor Hojtsy2007-08-11
|
* - Patch #166205 by hswong3i: improved database compatibility of db_result(). ↵Dries Buytaert2007-08-11
| | | | Makes it work with DB2, Oracle, etc.
* - Patch #154470 by pwolanin et al: optimize menu queries and indices.Dries Buytaert2007-08-11
|