summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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().
* #369409 by dropcube: Move block.tpl.php to block.module rather than ↵Angie Byron2009-04-26
| | | | system.module.
* #303965 by moshe weitzman and snufkin: Allow data import scripts to set ↵Angie Byron2009-04-25
| | | | /->is_new programmatically.
* #301362 by moshe weitzman, David Strauss, Narayan Newton, and chx: Default ↵Angie Byron2009-04-25
| | | | to InnoDB in MySQL.
* - Patch #444154 by c960657: remove header injection check that is now ↵Dries Buytaert2009-04-25
| | | | redundant thanks to PHP 5.1.2 and beyond.
* - Patch #422368 by JamesAn: converted menu.inc to the new static caching API.Dries Buytaert2009-04-25
|
* - Patch #345591 by pwolanin, JacobSingh: drupal_http_request() should return ↵Dries Buytaert2009-04-25
| | | | the original status message and protocol.
* #336475 by j.somers: Make sticky tableheaders optional.Angie Byron2009-04-25
|
* - Patch #147310 by c960657: added tests for private files, fixed a problem ↵Dries Buytaert2009-04-24
| | | | with private files and minor improvements.
* - Patch #443518 by chx: remove stray whitespace.Dries Buytaert2009-04-24
|
* #368064 follow-up by c960657: Fix typo preventing edit and delete links on ↵Angie Byron2009-04-22
| | | | translation page from working.
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* - Patch #302240 by fago: fixed various problems with form storage and added ↵Dries Buytaert2009-04-22
| | | | tests. Yay.
* - Patch #227228 by catch et al: fix a problem with minumum cache lifetime ↵Dries Buytaert2009-04-21
| | | | being global.
* - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.Dries Buytaert2009-04-21
|
* - Patch #372471 by JamesAn et al: killed theme_box().Dries Buytaert2009-04-20
|
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* #438810 by drewish: Fix image_get_info() docs.Angie Byron2009-04-20
|
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #430342 by kkaefer et al: usability improvement: changed 'site ↵Dries Buytaert2009-04-19
| | | | maintenance' to 'maintenance mode'.
* - Patch #436940 by bradfordcp: _menu_check_access() could not call access ↵Dries Buytaert2009-04-18
| | | | callback functions in include files.
* #372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() ↵Angie Byron2009-04-15
| | | | which actually describes what it does.
* #396224 - SA-CORE-2009-03 - Disallow nulls and slashes from file names in theme.Angie Byron2009-04-15
|
* - Patch #285116 by JeremyFrench: removed redundant argument.Dries Buytaert2009-04-15
|
* - Patch #432128 by Berdir: adding some babysitting code to insert queries -- ↵Dries Buytaert2009-04-15
| | | | don't execute query when there are no values.
* - Patch #422366 by jamesAn: improved static caching in database drivers.Dries Buytaert2009-04-14
|
* - Patch #286374 by jhodgdon: fixed documentation of file_save_upload() ↵Dries Buytaert2009-04-13
| | | | validators.
* - Patch #423690 by Berdir: fixed bug in menu_link_maintain(). With tests.Dries Buytaert2009-04-13
|
* - Patch #317775 by pwolanin, chx et al: caching the entire {menu_router} ↵Dries Buytaert2009-04-12
| | | | table causes problems.
* #415316 by mr.baileys: Remove needless extra clarification about the size of ↵Angie Byron2009-04-11
| | | | a KB.
* #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now ↵Angie Byron2009-04-11
| | | | presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
* #423664 by Berdir: Fix dependency checking of non-existing modules. (with ↵Angie Byron2009-04-11
| | | | corrected tests)
* - Patch #422364 by JamesAn: converted locale.inc to use new static caching API.Dries Buytaert2009-04-08
|
* - Patch #228477 by anuradha: corrected Sinhala language.Dries Buytaert2009-04-08
|
* - Patch #423994 by pwolanin: working around MySQL bug.Dries Buytaert2009-04-05
|
* - Patch #422824 by Gabor: add more specific body classes so page elements ↵Dries Buytaert2009-04-04
| | | | can be themed based on page type. Clean-up of existing code.
* - Patch #422374 by JamesAn: convert to use the new static caching API.Dries Buytaert2009-04-03
|
* - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵Dries Buytaert2009-04-02
| | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
* - Patch #317775 by pwolanin, justinrandell: caching entire {menu_router} ↵Dries Buytaert2009-04-02
| | | | table causes MySQL error/slow rebuilds and slows menu_link_save.
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* #368064 by catch: Provide a top-level 'International' menu item for ↵Angie Byron2009-03-31
| | | | localization and translation-related items.
* #373225 by Josh Waihi: Make PostgreSQL cast values when changing database ↵Angie Byron2009-03-31
| | | | columns to prevent data loss.
* #279233 by jbomb: Fix grammar in e-mail message string.Angie Byron2009-03-30
|
* #259368 by Rob Loach, mfer, and sun: Allow drupal_add_css() to add/aggregate ↵Angie Byron2009-03-30
| | | | inline CSS.