summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* 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.
* #365996 by sammys: Correct timestamp type name in PostgreSQL.Angie Byron2009-03-30
|
* #304330 follow-up by sun: Clean-up of text format widget patch.Angie Byron2009-03-30
|
* - Patch #351898 by mfb: database API was not E_STRICT compatible.Dries Buytaert2009-03-29
|
* #297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() ↵Angie Byron2009-03-28
| | | | to be performed within batch API (with tests).
* - Patch #400524 by mr.baileys, james-oppenheim: fixed documentation.Dries Buytaert2009-03-28
|
* #373514 by jaydee18 and jbomb: Fix typo in transaction property.Angie Byron2009-03-25
|
* #353883 follow-up by Damien Tournoud: Fix typo causing fatal errors when ↵Angie Byron2009-03-25
| | | | running tests.
* - Patch #408962 by brianV: documentation improvements.Dries Buytaert2009-03-21
|
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* - Patch #353883 by Damien Tournoud, killes, et al: converted queries to the ↵Dries Buytaert2009-03-19
| | | | new database abstraction layer.
* - Patch #332266 by mr.baileys, Dave Reid, cwgordon7: fixed broken SQL query ↵Dries Buytaert2009-03-18
| | | | in actions code.
* - Patch #309586 by mr.baileys: IP address from XFF header contains spaces ↵Dries Buytaert2009-03-18
| | | | and improved code comments.
* #399488 by mr.baileys: Fix invalid markup generated by l().Angie Byron2009-03-17
|
* - Patch #333156 by stella: add ability to configure the default country.Dries Buytaert2009-03-17
|
* - Patch #401922 by Damien Tournoud: fixed parent link detection.Dries Buytaert2009-03-14
|
* - Patch #12201 by mfb: added support for table descriptions.Dries Buytaert2009-03-14
|
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT ↵Angie Byron2009-03-14
| | | | NULL conditions to DBTNG.
* - Patch #394616 by csevb10: converted to new database abstraction layer.Dries Buytaert2009-03-14
|
* #372914 by chx: Fix link titles when using a non-t() callback.Angie Byron2009-03-14
|
* - Patch #381306 by plach: closing file handler to avoid problems on certain ↵Dries Buytaert2009-03-10
| | | | systems.
* - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵Dries Buytaert2009-03-10
| | | | They ship a different GD library.
* - Patch #373613 by quicksketch and drewish: in order to operate on images ↵Dries Buytaert2009-03-09
| | | | | | | | | | multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests.
* - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵Dries Buytaert2009-03-08
| | | | 'input formats'.