summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #156582 by c960657, Damien Tournoud, townxelliot: added support for ↵Dries Buytaert2009-06-06
| | | | timeouts to drupal_http_request().
* #480044 by JohnAlbin: sites/all/ should take precedence over profiles when ↵Angie Byron2009-06-03
| | | | searching for modules and themes.
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #458176 by c960657: improved exception handling in database layer.Dries Buytaert2009-06-01
|
* - Patch #422358 by JamesAn, pwolanin: convert common.inc to use new static ↵Dries Buytaert2009-05-31
| | | | caching API.
* #345591 follow-up by pwolanin: Small indentation fix.Angie Byron2009-05-27
|
* - Patch #472658 by agentrickard: clean up of inline code comments.Dries Buytaert2009-05-26
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #470632 by sun: move filter_xss*() into common.inc.Dries Buytaert2009-05-24
|
* #372471 follow-up by JohnAlbin: Remove leftover from box.tpl.php killing patch.Angie Byron2009-05-22
|
* Roll-back of #310467: Breaks installer requirements check and update.php.Angie Byron2009-05-21
|
* - Patch #428744 by Gabor: make the main page content a real block and clean ↵Dries Buytaert2009-05-21
| | | | up some of the content API.
* #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.