summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵Dries Buytaert2009-05-22
| | | | by table headers first, before ordering by other fields.
* #398902 by kscheirer and alexanderpas: Type-check passwords.Angie Byron2009-05-22
|
* - Patch #467984 by Berdir: fixed some database glitches and extended the tests.Dries Buytaert2009-05-22
|
* #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.
* - Patch #468796 by chx, sun: improved theme.inc documentation. Woop, woop.Dries Buytaert2009-05-21
|
* - Patch #468732 by Andypost: fixed comment.Dries Buytaert2009-05-21
|
* #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.
* - Patch #415710 by dixon_, JohnAlbin, BMDan: fix favicon mime-type handling.Dries Buytaert2009-05-17
|
* #464878 by chx: Fix SQLite abstraction layer to accept arrays of placeholder ↵Angie Byron2009-05-17
| | | | values without leading :, for compatibility with PDO.
* #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.