summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* - Patch #328781 by chx, Damien Tournoud: made sure that all error messages ↵Dries Buytaert2008-11-16
| | | | show a good error message.
* - Patch #302054 by dmitrig01: usability improvement - hide machine readable ↵Dries Buytaert2008-11-16
| | | | name of node type by default.
* - Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do ↵Dries Buytaert2008-11-16
| | | | not use the same kilo standard.
* - Patch #334746 by Xano: display human readable module names on permission ↵Dries Buytaert2008-11-16
| | | | administration page.
* - Patch #302207 by John Morahan: converted book module to the new database ↵Dries Buytaert2008-11-16
| | | | abstraction layer.
* - Patch #334271 by catch: clean up of taxonomy module tests.Dries Buytaert2008-11-16
|
* - Patch #207736 by anantagati, BartVB, drewish et al: fixed undefined index.Dries Buytaert2008-11-16
|
* #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch.Angie Byron2008-11-16
|
* #334732 by swentel: Fix notices in form.inc visible from update.php.Angie Byron2008-11-15
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - 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 #334238 by justinrandell: fixed update_get_project_name.Dries Buytaert2008-11-15
|
* - Patch #302399 by Damien Tournoud: fixing the schema api tests.Dries Buytaert2008-11-13
|
* - 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.
* - Patch #302399 by chx, Damien Tournoud: tests for schema API.Dries Buytaert2008-11-13
|
* - Patch #297225 by keith.smith: massaged the text on the modules page a bit.Dries Buytaert2008-11-13
|
* #332145 by catch and Arancaytar: Fix regression on term submit form.Angie Byron2008-11-13
|
* #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 #314532 by jsaints, Crell, Arancaytar, CorniI, Rob Loach, et al: ↵Dries Buytaert2008-11-11
| | | | convert comment module to new DB layer. Doesn't break any additional tests so if we discover a regression, please submit a test with it.
* - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.Dries Buytaert2008-11-11
|
* - Patch #193580 by gpk: late Drupal 6 CHANGELOG.txt item.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! :)
* #275842 by chx and boombatower: Reflect accurate maintainers in MAINTAINERS.txt.Angie Byron2008-11-10
|
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* #331719 follow-up by chx: Remove ambiguity from search score queries.Angie Byron2008-11-10
|
* Roll-back of #304936; broke because #74645 patch was rolled back.Angie Byron2008-11-09
|
* Further rollback of patch #74645 - hunk got skipped for some reason.Angie Byron2008-11-09
|
* #304940 by drewish: Stop SimpleTest from trying to upload non-files.Angie Byron2008-11-09
|
* #304936 by drewish and boombatower: Fix SimpleTest copying/deletion.Angie Byron2008-11-09
|
* #314147 follow-up by catch: Fixed typos with previous patch, and added tests.Angie Byron2008-11-09
|
* #329998 by pwolanin: Remove unescaped <> chars from t() strings.Angie Byron2008-11-08
|
* - 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 #319788 by stella, nedjo et al: pass language code to filters when ↵Dries Buytaert2008-11-08
| | | | available.
* - Patch #255293 by Gribnif, maartenvg: incorrect regex causes some ↵Dries Buytaert2008-11-08
| | | | aggregated CSS to fail.
* #324880: SA-2008-067 (#324824): Fix XSS vulberability in book administration ↵Angie Byron2008-11-08
| | | | page.
* #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
|