summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #160395 by dvessel and merlinofchaos: allow theme engine to register ↵Dries Buytaert2007-09-01
| | | | theme variable functions.
* - Patch #159936 by dvessel: tpl-ify block module.Dries Buytaert2007-09-01
|
* - Patch #162202 by dvessel: fixed CSS problems in Opera.Dries Buytaert2007-09-01
|
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* - Patch #132369 by dmitrig01 and simplymenotu: fixed various E_NOTICE problems.Dries Buytaert2007-08-30
|
* - Patch #164351 by chx and dvessel: theming the search form was broken.Dries Buytaert2007-08-30
|
* - Removing whitespace.Dries Buytaert2007-08-30
|
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* #53905 by fax8, Gurpartap Singh and dvessel: give meaningful names to term ↵Gábor Hojtsy2007-08-30
| | | | variables in forum templates and add unique IDs for easier themeing
* #171866 by kkaefer and dvessel: prevent the tableheader script from running ↵Gábor Hojtsy2007-08-30
| | | | in IE less then v7, because of incompatibility
* #151782 by agentrickard: missing form_state in aggregator form functionsGábor Hojtsy2007-08-30
|
* #134307 by dww, Stefan Nantegaal and dvessel: fix table headers interaction ↵Gábor Hojtsy2007-08-30
| | | | with Safari, so the fieldset contents will not disappear
* #148973 by chx: actually insert an empty value for description, so it is not ↵Gábor Hojtsy2007-08-30
| | | | null, and does not cause a problem for postgres
* #170677 by chx: roll back poll data loading to the load operationGábor Hojtsy2007-08-30
|
* #170651 by pwolanin: slipt menu module into the module and an admin.inc for ↵Gábor Hojtsy2007-08-30
| | | | admin pages, to help performance
* #151868 by chx: avoid using array_shift() because it takes a lot of time to ↵Gábor Hojtsy2007-08-30
| | | | rehash the array, so indexing the array is more performant, then shifting items one by one
* #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME ↵Gábor Hojtsy2007-08-30
| | | | instead of PHP_SELF in links to avoid XSS holes
* #103391 follow up patch by bdragon: fix E_NOTICE by checking if href is setGábor Hojtsy2007-08-30
|
* #151394 by xqus and RobRoy: file.inc is required on maintanance pages for ↵Gábor Hojtsy2007-08-30
| | | | the JS aggregation
* #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
|