summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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
|
* #329227 by chx: Fix notices in OPML tests.Angie Byron2008-11-08
|
* #331737 by Crell: Fix nested conditions (plus test)Angie Byron2008-11-08
|
* #331719 by chx: Fix search query that had a field aliased to one of its ↵Angie Byron2008-11-08
| | | | column names, causing problems in certain databases.
* #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.
* #329226 by drewish and c960657: Remove ugly GLOBALS from file tests to fix ↵Angie Byron2008-11-08
| | | | file tests.
* - Patch #173826 by Jody Lynn, catch, roychri, arcX: trim taxonomy term names ↵Dries Buytaert2008-11-07
| | | | upon save.
* - 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.
* Oops. Reverting aggregator stuff that I didn't mean to commit.Angie Byron2008-11-07
|
* #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.
* #329224 by boombatower and sun: 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 #321161 by Damien Tournoud: properly flush cache between tests.Dries Buytaert2008-11-05
|
* - Patch #93509 by catch: automatically run cron after installation, improve ↵Dries Buytaert2008-11-05
| | | | the cron notifications.
* - Patch #329646 by Damien Tournoud: properly reset user_access().Dries Buytaert2008-11-05
|
* - Patch #314147 by catch: more taxonomy standardization.Dries Buytaert2008-11-05
|
* - Patch #330040 by earnie: code comment improvements.Dries Buytaert2008-11-05
|
* - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API ↵Dries Buytaert2008-11-05
| | | | and term API.
* #329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button.Angie Byron2008-11-03
|
* - Patch #329273 by Damien Tournoud: make map_month() happier.Dries Buytaert2008-11-03
|
* #257910 follow-up by Damien Tournoud: Fix location of search.install update ↵Angie Byron2008-11-03
| | | | code and remove redundant index.
* #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ↵Angie Byron2008-11-03
| | | | -> D7.
* - Patch #321166 by gpk, drewish, Damien Tournoud: removed redundant function ↵Dries Buytaert2008-11-02
| | | | upload_menu_alter().
* - Patch #257910 by Damien Tournoud: use primary key instead.Dries Buytaert2008-11-02
|
* - Patch #306224 by catch, sun: add proper taxonomy term hooks.Dries Buytaert2008-11-02
|
* - Patch #326607 by Ozeuss: fixed undefined property.Dries Buytaert2008-11-02
|
* - Patch #257910 by douggreen et al: Performance Issue during Indexing - ↵Dries Buytaert2008-11-02
| | | | search_dataset.sid_type unique key should be an Index.
* - Patch #272395 by ghoti: improved documentation of theme_links.Dries Buytaert2008-11-02
|
* - Patch #306224 by catch et al: improving the taxonomy hook system.Dries Buytaert2008-11-02
|
* - Patch #312316 by Aron Novak: extend aggregator module tests.Dries Buytaert2008-11-02
|
* - Patch #324875 by pwolanin, Damien Tournoud, goba: improved conf_path() ↵Dries Buytaert2008-11-02
| | | | header injection checking.
* - Patch #302120 by dmitrig01: usability improvement - make the content type ↵Dries Buytaert2008-11-02
| | | | admin screen prettier.
* - 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 #313902 by c960657: properly display SimpleTest errors.Dries Buytaert2008-11-01
|
* - 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
|