summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #454992 by sun and bengtam: Remove 'q' from the possible letters that can be ↵Angie Byron2009-05-16
| | | | appended to an aggregated css/js string, so it's not confused with ['q'].
* - Patch #456824 by catch: add better caching to drupal_lookup_path().Dries Buytaert2009-05-16
|
* #452704 by andypost: Prefix aggregated CSS and JS files to prevent certain ↵Angie Byron2009-05-16
| | | | firewalls from blocking them if by random coincidence they start with ad*.
* - Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.Dries Buytaert2009-05-16
|
* - Patch #368116 by chx, c960657: fixed bug in tokenizer for registry.Dries Buytaert2009-05-16
|
* #426906 by Rob Loach: Convert drupal_add_js/css to static caching API.Angie Byron2009-05-16
|
* - Patch #372306 by moshe: add tag to menu_get_item() query.Dries Buytaert2009-05-14
|
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* #292565 follow-up by Jody Lynn: Remove ['destination'] hacks to get login ↵Angie Byron2009-05-13
| | | | redirection working again.
* - Patch #430904 by Berdir: fixed notice in case there are two pagers on one ↵Dries Buytaert2009-05-12
| | | | page.
* - Patch #210876 by deekayen: log enabling and disabling of modules, and ↵Dries Buytaert2009-05-12
| | | | wrote a handy assertLogMessage() function to assert watchdog messages.
* - Patch #453080 by Gabor Hojtsy: moved the footer message to a block.Dries Buytaert2009-05-12
|
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so ↵Dries Buytaert2009-05-12
| | | | we have more flexibility to place it.
* #459786 by DamZ: Remove all_fields from extended queries to prevent breaking ↵Angie Byron2009-05-11
| | | | under PostgreSQL and certain MySQL versions.
* - Patch #458566 by chx: work around PHP's curly bracket madness.Dries Buytaert2009-05-10
|
* - Patch #280240 by c960657: don't add content length when there is no ↵Dries Buytaert2009-05-09
| | | | content in the request.
* - Patch #407256 by Damien Tournoud: make t() more robust.Dries Buytaert2009-05-09
|
* - Patch #304163 by chx, David_Rothstein: allow update.php to regenerate ↵Dries Buytaert2009-05-09
| | | | settings.php
* - Patch #457532 by Berdir: more PHP5 'fixes'.Dries Buytaert2009-05-09
|
* - Patch #457788 by c960657: drupal_http_request() does not handle redirects ↵Dries Buytaert2009-05-08
| | | | properly.
* - Patch #390774 by jhodgdon: API doc improvements and corrections.Dries Buytaert2009-05-08
|
* - Patch #429132 by Berdir: remove unnecessary module_rebuild_cache().Dries Buytaert2009-05-07
|
* - Patch #409598 by pwolanin, swentel: fixed problem with content type ↵Dries Buytaert2009-05-07
| | | | descriptions not being updated.
* #445152 by caktux and akahn: Default drupal_get_path_alias() to returning ↵Angie Byron2009-05-07
| | | | the current page's alias.
* #124158 by nedjo, jcnventura: Pull all PHP handling into PHP module.Angie Byron2009-05-07
|
* - Patch #455172 by RoboPhred: updated documentation example.Dries Buytaert2009-05-07
|
* - Patch #431976 by mcrittenden, Arancaytar webchick, chx, et al: added a ↵Dries Buytaert2009-05-06
| | | | wrapper for ?q=. No tests.
* - Patch #267333 by cwgordon7, David_Rothstein, lilou, et al: fixed batch api ↵Dries Buytaert2009-05-06
| | | | rounding.
* - Patch #452936 by catch: use db_truncate() in cache_clear_all().Dries Buytaert2009-05-04
|
* - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper.Dries Buytaert2009-05-04
|
* #452388 by Freso: Standardize quoting in iso.inc.Angie Byron2009-05-03
|
* #444744 by mikejoconnor: Include .module file automatically during ↵Angie Byron2009-05-03
| | | | hook_install().
* - Patch #396578 by Damien Tournoud: added db_truncate_table() to the ↵Dries Buytaert2009-05-03
| | | | database layer.
* - Patch #172571 by mgifford, lilou: remove theme_xml_icon because it is not ↵Dries Buytaert2009-05-03
| | | | used and we have theme_feed_icon.
* - Patch #329015 by Damien Tournoud: improved error handling of batch API.Dries Buytaert2009-05-03
|
* - Patch #432864 by mcrittenden, sun: documentation improvements for base_url().Dries Buytaert2009-05-01
|
* - Patch #360128 by chx, quicksketch, Frando et al: security fix for ↵Dries Buytaert2009-05-01
| | | | simplified AHAH callbacks.
* #449142 by pwolanin: SA-CORE-2009-005 #2.Angie Byron2009-04-30
|
* - Rolled back patch #343415. Needs more work and discussion.Dries Buytaert2009-04-30
|
* - Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very ↵Dries Buytaert2009-04-29
| | | | exciting.
* - Patch #408024 by brianV et al: rename drupal_execute() to ↵Dries Buytaert2009-04-29
| | | | drupal_submit_form().
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* - Patch #343415 by Damien Tournoud: form cache is not cleared on submit when ↵Dries Buytaert2009-04-27
| | | | page cache is activated.
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* - Patch #445414 by Damien Tournoud, tassoman: format_interval doesn't format ↵Dries Buytaert2009-04-26
| | | | monthly intervals.
* - Patch #445266 by j.somers: tiny code clean-up.Dries Buytaert2009-04-26
|
* - Patch #445410 by Damien Tournoud: fix $ tags.Dries Buytaert2009-04-26
|
* - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a ↵Dries Buytaert2009-04-26
| | | | theme setting.
* - Patch #432864 by mcrittenden, franskuipers: improved documentation for ↵Dries Buytaert2009-04-26
| | | | base_path().