summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #327271 by hswong3i, Crell: proper use of AS keyword so it works on ↵Dries Buytaert2008-10-29
| | | | PostgreSQL and Oracle.
* - Patch #319408 by Crell: converted queries to new database abstraction layer.Dries Buytaert2008-10-27
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* #318440 by Crell: Make it easier to add multiple fields in a dynamic SELECT ↵Angie Byron2008-10-25
| | | | statement.
* #325895 follow-up by chx: We love PostgreSQL.Angie Byron2008-10-25
|
* #325895 by chx: Fix queryTemporary, which was missing a required argument.Angie Byron2008-10-25
|
* #324875: SA-2008-067 (#324824): Fix file inclusion vulnerability.Angie Byron2008-10-25
|
* - Patch #323854 by c960657: made DatabaseLog::findCaller() work on Windows. ↵Dries Buytaert2008-10-24
| | | | Long live unit tests.
* - Patch #302596 by dropcube: remove glob() because it is not available on ↵Dries Buytaert2008-10-24
| | | | all supported platforms.
* Roll-back of #310144: Still needs some work.Angie Byron2008-10-24
|
* #258089 by merlinofchaos and dvessel: Allow themes to have preprocess ↵Angie Byron2008-10-24
| | | | functions without a corresponding .tpl.php file.
* - Patch #323391 by Damien Tournoud: made initialization of the variables an ↵Dries Buytaert2008-10-22
| | | | explicit bootstrap phase.
* - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of ↵Dries Buytaert2008-10-22
| | | | drupal_add_js.
* #316868 by Crell: Make addField() alias to the field name, rather than the ↵Angie Byron2008-10-22
| | | | table and field name when there are no conflicts.
* #310144 by dvessel: Clarify sort parameter in theme_table() documentation.Angie Byron2008-10-22
|
* - 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
|