summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #334030 by justinrandell: replace module_list with module_implements ↵Dries Buytaert2008-11-15
| | | | when calling a hook.
* - Patch #331570 by recidive: rename block module tables to singular. ↵Dries Buytaert2008-11-15
| | | | Requires you to run update.php.
* - Patch #321100 by hswong3i: empty insert statements are better handled now. ↵Dries Buytaert2008-11-13
| | | | Comes with tests.
* - Patch #322458 by hswong3i: tests for queryRange().Dries Buytaert2008-11-13
|
* - Patch #333499 by chx: fix handling of NULL default values in MySQL schema ↵Dries Buytaert2008-11-13
| | | | API. This fixes most but not all tests.
* #328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on ↵Angie Byron2008-11-13
| | | | admin/build/menu, and robustify the test so we catch stuff like this in the future.
* - Patch #331213 by Damien Tournoud: make it easier to write database driver.Dries Buytaert2008-11-12
|
* - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵Dries Buytaert2008-11-11
| | | | cache registry lookups.
* - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.Dries Buytaert2008-11-11
|
* - Patch #332623 by Damien Tournoud: fixed importing translations and added a ↵Dries Buytaert2008-11-11
| | | | test.
* Oops. Roll-back of #328110. ApologiesAngie Byron2008-11-11
|
* #328110 by Damien Tournoud: Remove recoverable fatal error from menu system.Angie Byron2008-11-11
|
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* #258089 follow-up by JohnAlbin: Fix missing period on code comment. Trivial ↵Angie Byron2008-11-10
| | | | Patch of the Month award! :)
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* - Patch #329080 by chx, Damien Tournoud, pwolanin: statics in objects are ↵Dries Buytaert2008-11-08
| | | | not per-instance.
* - Rollback of patch #74645 -- breaks installer.Dries Buytaert2008-11-08
|
* - Patch #74645 by drewish, Robin Monks, tayknight: clean up ↵Dries Buytaert2008-11-08
| | | | file_scan_directory API to use regex.
* - Patch #331013 by drewish: remove file_set_status in favor of file_save().Dries Buytaert2008-11-08
|
* - Patch #255293 by Gribnif, maartenvg: incorrect regex causes some ↵Dries Buytaert2008-11-08
| | | | aggregated CSS to fail.
* #243532 follow-up by c960657: Make SimpleTest work again with prefixes.Angie Byron2008-11-08
|
* #329223 by chx: Fix notice in actions configuration tests.Angie Byron2008-11-08
|
* #331737 by Crell: Fix nested conditions (plus test)Angie Byron2008-11-08
|
* #325895 by chx and hswong3i: Fix queryTemporary and add test case.Angie Byron2008-11-08
|
* Oops. Reverting #329223. Still needs work.Angie Byron2008-11-08
|
* #331705 by dmitrig01: Make sure a menu callback exists before attempting to ↵Angie Byron2008-11-08
| | | | call it.
* - Patch #279516 by c960657: remove workarounds for PHP versions less than 5.2.xDries Buytaert2008-11-07
|
* - Patch #330084 by c960657: don't set Reply-To header unless necessary and ↵Dries Buytaert2008-11-07
| | | | fixed documentation issue.
* #321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: ↵Angie Byron2008-11-07
| | | | Correct registration of maintenance page in hook_theme().
* #329224 by boombatower and chx: November ↵Angie Byron2008-11-07
| | | | Make-All-Tests-Pass-Again-Extravaganza: Fix notices in block tests.
* - Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal ↵Dries Buytaert2008-11-05
| | | | errors during testing. Woop, woop.
* - Patch #330040 by earnie: code comment improvements.Dries Buytaert2008-11-05
|
* - Patch #329273 by Damien Tournoud: make map_month() happier.Dries Buytaert2008-11-03
|
* #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ↵Angie Byron2008-11-03
| | | | -> D7.
* - Patch #272395 by ghoti: improved documentation of theme_links.Dries Buytaert2008-11-02
|
* - Patch #324875 by pwolanin, Damien Tournoud, goba: improved conf_path() ↵Dries Buytaert2008-11-02
| | | | header injection checking.
* - Patch #319394 by Crell: force the default database for registry queries.Dries Buytaert2008-11-02
|
* - Patch #329019 by dww, sun: fixed PHP warning.Dries Buytaert2008-11-02
|
* - Patch #297860 by Damien Tournoud: converted session.inc to the new ↵Dries Buytaert2008-11-01
| | | | database abstraction layer.
* - Patch #328719 by c960657: make the module list tests succeed again.Dries Buytaert2008-11-01
|
* - Patch #279516 by c960657: removed many PHP4-isms. Great patch.Dries Buytaert2008-11-01
|
* - Patch #314401 by boombatower et al: batch API screen improvements.Dries Buytaert2008-11-01
|
* #327480 follow-up by sun: Fix PHPDoc stuff.Angie Byron2008-10-31
|
* - Patch #328402 by hswong3i: documentation clean-up in PostgreSQL.Dries Buytaert2008-10-31
|
* - Patch #327480 by chx: remove DB specific code from simpletest.Dries Buytaert2008-10-31
|
* - Patch #299088 by hswong3i, Moshe, Keith et al: modernize ↵Dries Buytaert2008-10-31
| | | | drupal_write_record().
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ↵Dries Buytaert2008-10-31
| | | | work regardless of bootstrap phase.
* - Patch #327460 by chx: some more documentation improvements.Dries Buytaert2008-10-30
|
* - Patch #299742 by Darren Oh: #aha didn't work for checkboxes.Dries Buytaert2008-10-30
|
* - Patch #319407 by Crell: convert common.inc to the new database API.Dries Buytaert2008-10-29
|