summaryrefslogtreecommitdiff
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
* #168812 by webchick and pwolanin: in case we have a database error, trace it ↵Gábor Hojtsy2007-08-29
| | | | back to the original database function call, so we can provide a more accurate error message for DB errors
* #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
* #170334 by JirkaRybka: allow @count to be used in singular format_plural() ↵Gábor Hojtsy2007-08-29
| | | | values too
* #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
* #165343 by merlinofchaos and dvessel: include path history in theme ↵Gábor Hojtsy2007-08-29
| | | | discovery suggestions, so we find subtheme files properly
* #103391 by m3avrck, RobRoy and dvessel: cleanup active list item classesGábor Hojtsy2007-08-29
|
* #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
* #165331 by chx: call hook_boot() for cached pages too, moving it to the ↵Gábor Hojtsy2007-08-26
| | | | right place
* #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
* noted by Robert Douglass in his caching presentation: the key param to ↵Gábor Hojtsy2007-08-26
| | | | cache_get should be renamed to cid for consistency (all other functions have cid)
* #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
|