summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #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
* #149567 follow up patch by webernet, slightly modified: update functions ↵Gábor Hojtsy2007-08-30
| | | | need to return an array
* #147657 follow up patch by drewish and bdragon: fixed coding style and a noticeGábor Hojtsy2007-08-29
|
* #147657 by chx: menu module update functionGábor Hojtsy2007-08-29
|
* #163679 by AjK and ChrisKennedy: fix node_configure_rebuild_confirm_submit() ↵Gábor Hojtsy2007-08-29
| | | | parameters
* #161107 by fwalch and bragon: actually implement the missing forum_term_load ↵Gábor Hojtsy2007-08-29
| | | | to work behind the %forum_term menu item resolving calls
* #66595 by AjK: add a default title to the search box, which can be ↵Gábor Hojtsy2007-08-29
| | | | altered/styled out if needed
* #57676 by JohnAlbin et al: properly support theme engine and theme specific ↵Gábor Hojtsy2007-08-29
| | | | settings via a theme-settings.php file
* #149567 by chx and meba: set install_task variable to 'done' on update, so ↵Gábor Hojtsy2007-08-29
| | | | installer cannot be run on Drupal 6 on an upgraded site
* #156475 by Christoph C. Cemper and greggles: actually call the publish op on ↵Gábor Hojtsy2007-08-29
| | | | hook_comment when a comment is first (automatically) published
* #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵Gábor Hojtsy2007-08-29
| | | | actions.module is not turned on
* #171019 by pwolanin: do not exclude the primary and secondary links from the ↵Gábor Hojtsy2007-08-28
| | | | menu block list
* #170638 by JirkaRybka and chx: move update access variable to settings.php, ↵Gábor Hojtsy2007-08-28
| | | | so we can check whether it is wide open, and we have one place for settings
* #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
* - Patch #165811 by Crell and pwolanin: split system module.Dries Buytaert2007-08-26
|
* small but annoying wording typo noticed by chx: ↵Gábor Hojtsy2007-08-26
| | | | translation_node_get_translations() actually loads partial nodes only
* #111127 follow up patchby myself: document the node_load internal cache and ↵Gábor Hojtsy2007-08-26
| | | | external cache, and how they interoperate
* #111127 follow up patch by chx, slightly modified: properly wipe the ↵Gábor Hojtsy2007-08-26
| | | | translation set node_load caches when a set is updated
* #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 #170004 by pwolanin: removed db_num_rows() in book_update_6000.Dries Buytaert2007-08-26
|
* #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)
* - 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.
* #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)
* #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
* - Patch #167109 by pwolanin and Crell: split node.module.Dries Buytaert2007-08-20
|
* - Patch #80951 by webchick: fixed broken query.Dries Buytaert2007-08-20
|
* - Patch #166725 by Crell: split openid module.Dries Buytaert2007-08-19
|
* - 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
|
* #156796 by webernet, asimmonds and pwolanin: user editing forms cleanup and ↵Gábor Hojtsy2007-08-16
| | | | fixing deletion API remainings
* #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