summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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().
* #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.