- Aug 29, 2007
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors
-
Gábor Hojtsy authored
#161107 by fwalch and bragon: actually implement the missing forum_term_load to work behind the %forum_term menu item resolving calls
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#57676 by JohnAlbin et al: properly support theme engine and theme specific settings via a theme-settings.php file
-
Gábor Hojtsy authored
#149567 by chx and meba: set install_task variable to 'done' on update, so installer cannot be run on Drupal 6 on an upgraded site
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#156475 by Christoph C. Cemper and greggles: actually call the publish op on hook_comment when a comment is first (automatically) published
-
Gábor Hojtsy authored
#165343 by merlinofchaos and dvessel: include path history in theme discovery suggestions, so we find subtheme files properly
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- Aug 28, 2007
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#170638 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings
-
Gábor Hojtsy authored
#166071 by jjeff and dvessel: move default template preprocess code to template_preprocess, and add *lots* of documentation to template files and functions
-
- Aug 26, 2007
-
-
Dries Buytaert authored
-
Gábor Hojtsy authored
small but annoying wording typo noticed by chx: translation_node_get_translations() actually loads partial nodes only
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#111127 follow up patchby myself: document the node_load internal cache and external cache, and how they interoperate
-
Gábor Hojtsy authored
#111127 follow up patch by chx, slightly modified: properly wipe the translation set node_load caches when a set is updated
-
Gábor Hojtsy authored
noted by Robert Douglass in his caching presentation: the key param to cache_get should be renamed to cid for consistency (all other functions have cid)
-
Gábor Hojtsy authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Aug 25, 2007
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#157510 by pwolanin and chx: search module needs menu tail arguments (arbitrary 'directory' looking parts)
-
Gábor Hojtsy authored
#111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
-
- Aug 23, 2007
-
-
Gábor Hojtsy authored
#169247 by profix898 slightly modified: fix E_NOTICE when form_id is not set on a non-programmed form
-
Dries Buytaert authored
- Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Aug 22, 2007
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Gábor Hojtsy authored
#165141 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options)
-
Gábor Hojtsy authored
#166593 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options)
-
- Aug 21, 2007
-
-
Dries Buytaert authored
- Patch #166717 by Crell: split up drupal module. This modules should be removed in Drupal 7 though.
-
Dries Buytaert authored
-
- Aug 20, 2007
-
-
Gábor Hojtsy authored
#160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of being able to set primary and secondary links differently
-