summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #323182 by chx and Damien Tournoud: a working code simplification.Dries Buytaert2008-10-20
|
* - Patch #323372 by Damien Tournoud: fixed bootstrap phase issue that broke ↵Dries Buytaert2008-10-20
| | | | installer.
* - Patch #319769 by Dave Reid: fixed php notice on _db_error_page.Dries Buytaert2008-10-20
|
* - Patch #323372 by chx: clean up drupal_bootstrap().Dries Buytaert2008-10-19
|
* - Patch #302638 by pwolanin: no-op queries during menu rebuild.Dries Buytaert2008-10-19
|
* - Rollback of #323182; parse error.Dries Buytaert2008-10-19
|
* - Forgot to commit log.inc.Dries Buytaert2008-10-19
|
* - Patch #322777 by Damien Tournoud: file_check_directory() was badly documented.Dries Buytaert2008-10-19
|
* - Patch #323182 by chx: code cleanup.Dries Buytaert2008-10-19
|
* - Patch #321337 by gpk: optmized timer_start() and timer_read() thanks to PHP5.Dries Buytaert2008-10-16
|
* - Patch #298669 by Crell, moshe et al: add query logging per connection.Dries Buytaert2008-10-16
|
* - Patch #316753 by dvessel: exanded PHP doc of path_to_theme().Dries Buytaert2008-10-16
|
* - Patch #304924 by Damien Tournoud: extend error handler to manage ↵Dries Buytaert2008-10-15
| | | | exceptions. I have one exception and one fail.
* - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a ↵Dries Buytaert2008-10-15
| | | | max_allowed_packet size issue with the simpletests.
* - Patch #321165 by Dave Reid: fixed exceptions in XML-RPC library and its tests.Dries Buytaert2008-10-15
|
* - Patch #285165 by Damien Tournoud, pwolanin, chx: fixed wildcard loader problemDries Buytaert2008-10-14
|
* - Patch #285165 by Heine, Gabor: fixed wildcard loader names with numbers.Dries Buytaert2008-10-14
|
* #242873 follow-up: Missed a couple files with drupal_set_title().Angie Byron2008-10-14
|
* - Patch #315656 by Damien Tournoud: fixed bug in drupal_lookup_path('wipe').Dries Buytaert2008-10-13
|
* - Patch #320146 by pwolanin: when in offline mode, link to the admin page to ↵Dries Buytaert2008-10-13
| | | | take the site online again.
* #249571 by pwolanin: Fix bug with 'active-trail' class in Primary/Secondary ↵Angie Byron2008-10-13
| | | | links.
* #242873 follow-up: Missed adding constants to bootstrap.inc.Angie Byron2008-10-13
|
* Removing left-over from drupal_set_title() roll-back.Angie Byron2008-10-12
|
* #320171 by Dave Reid: Fix exception in ip_address() test.Angie Byron2008-10-12
|
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #320009 by Dave Reid: Remove notice about missing files[] array and prevent ↵Angie Byron2008-10-12
| | | | incompatible modules from being enabled.
* #231298 by Crell and rednahead: Allow for aliased multi-site support.Angie Byron2008-10-12
|
* #320024 by Dave Reid: Replace hardcoded drupal_required_modules() with ↵Angie Byron2008-10-12
| | | | required = TRUE in .info files.
* #253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow ↵Angie Byron2008-10-11
| | | | modules to react when other modules are enabled, disabled, installed, or uninstalled.
* Grrr. Didn't mean to commit that yet.Angie Byron2008-10-11
|
* #242873 follow-up by pwolanin: Move new check_plain() check constants to ↵Angie Byron2008-10-11
| | | | bootstrap.inc so they're there in early bootstrap.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #205227 by mpare and mfb: Fix logic in file_transfer with ob_end_clean().Angie Byron2008-10-11
|
* #319405 by Crell: Code style clean-up for registry queries.Angie Byron2008-10-11
|
* #319403 by Crell: use fetchObject() in cache.inc for consistency with other ↵Angie Byron2008-10-11
| | | | db fetch routines.
* #293612 by egfrith: user_authenticate() should work when is empty.Angie Byron2008-10-11
|
* #318102 by Damien Tournoud and Dave Reid: hook_exit() not invoked for some ↵Angie Byron2008-10-11
| | | | cached requests.
* #319466: SA-2008-47 (#295053): CSRF in cached forms.Angie Byron2008-10-11
|
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* - Patch #319210 by Dave Reid: DBTNG'ed actions.inc.Dries Buytaert2008-10-10
|
* #284887 by Dave Reid and dww: Disable autocomplete if user does not have ↵Angie Byron2008-10-10
| | | | access to the callback.
* #317238 by Pedro Lozano: Fix broken link to orphaned actions in watchdog.Angie Byron2008-10-10
|
* #318575 by jvandyk: Change 'remaining' to 'completed' in Batch API, to ↵Angie Byron2008-10-09
| | | | better reflect what's actually happening.
* - Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant.Dries Buytaert2008-10-09
|
* - Patch #319183 by drewish: clean up file.inc documentation.Dries Buytaert2008-10-09
|
* #294742 by axyjo: Doxygen correction for drupal_alter().Angie Byron2008-10-09
|
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* - Patch #310904 by mfer, Crell et al: use early fetch and document why.Dries Buytaert2008-10-08
|
* - Patch #315047 by Island Usurper: fixed handling of rerved keywords when ↵Dries Buytaert2008-10-08
| | | | altering a table.