summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #375578 by Aron Novak and alex_b: Only raise max execution time during cron ↵Angie Byron2009-05-20
| | | | if too low.
* #445214 by Josh Waihi: Fix drupal_write_record() to correctly deal with NULL ↵Angie Byron2009-05-20
| | | | serial columns.
* #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*.
* #426906 by Rob Loach: Convert drupal_add_js/css to static caching API.Angie Byron2009-05-16
|
* - 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 #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - 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 #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
|
* #124158 by nedjo, jcnventura: Pull all PHP handling into PHP module.Angie Byron2009-05-07
|
* - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper.Dries Buytaert2009-05-04
|
* - 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
|
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* - 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 #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.
* - 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 #345591 by pwolanin, JacobSingh: drupal_http_request() should return ↵Dries Buytaert2009-04-25
| | | | the original status message and protocol.
* - Patch #147310 by c960657: added tests for private files, fixed a problem ↵Dries Buytaert2009-04-24
| | | | with private files and minor improvements.
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.Dries Buytaert2009-04-21
|
* #372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() ↵Angie Byron2009-04-15
| | | | which actually describes what it does.
* #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.
* #259368 by Rob Loach, mfer, and sun: Allow drupal_add_css() to add/aggregate ↵Angie Byron2009-03-30
| | | | inline CSS.
* #304330 follow-up by sun: Clean-up of text format widget patch.Angie Byron2009-03-30
|
* - Patch #400524 by mr.baileys, james-oppenheim: fixed documentation.Dries Buytaert2009-03-28
|
* #399488 by mr.baileys: Fix invalid markup generated by l().Angie Byron2009-03-17
|
* #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow ↵Angie Byron2009-02-28
| | | | drupal_add_js() to reference external JavaScript files.
* #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵Angie Byron2009-02-18
| | | | parameters (DX improvement).
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #370846 follow-up by catch: Fix #weight sorting in drupal_render().Angie Byron2009-02-13
|
* #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary ↵Angie Byron2009-02-13
| | | | keys (with tests).
* #370846 by catch: Further improve performance of drupal_render() sorting ↵Angie Byron2009-02-09
| | | | (with tests).
* #361683 follow-up by yched and sun: Fix failing tests and windows line-endings.Angie Byron2009-02-05
|
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Reverting #367711 ...Dries Buytaert2009-02-03
|
* - Patch #367711 by catch: shorten drupal_map_assoc(). Thanks almighty catch.Dries Buytaert2009-02-02
|
* - Patch #354812 by catch, mfer: filter_xss_bad_protocol is called hundreds ↵Dries Buytaert2009-01-31
| | | | of times on some pages.
* #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵Angie Byron2009-01-28
| | | | we use a big table with JS-enabled checkboxes next to each item (with tests).
* #364407 by catch: Fix drupal_render() sorting (with tests).Angie Byron2009-01-27
|
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.