summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #231190 by Dries: drupalHead repeated twice. Oops.Dries Buytaert2008-07-18
|
* - Patch #277214 by lilou, dereine, Damien Tournoud et al: all menu loaders ↵Dries Buytaert2008-07-18
| | | | should return FALSE on object not found.
* - Patch #225880 by pwolanin, webchick, keith.smith, et al: fixed ↵Dries Buytaert2008-07-18
| | | | non-writability of settings.php.
* - Patch #247095 by drewish: fixed variable name that cause private file ↵Dries Buytaert2008-07-18
| | | | uploads to be broken.
* - Patch #281943 by webchick, Arancaytar, dropcube et al: order install ↵Dries Buytaert2008-07-18
| | | | profiles alphabetically.
* - Patch #258405 by greggles and Boris Mann: clean-up.Dries Buytaert2008-07-18
|
* - Patch #245001 by kkaefer et al: unify #process callback naming.Dries Buytaert2008-07-18
|
* - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests.Dries Buytaert2008-07-17
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #270508 by paul.lovvik, dropcube, Arancaytar et al: added entry to ↵Dries Buytaert2008-07-16
| | | | CHANGELOG.txt about the image toolkit clean-up.
* - Patch #248205 by catch et al: increased PostgreSQL requirement to version 8.1.Dries Buytaert2008-07-14
|
* - Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due ↵Dries Buytaert2008-07-14
| | | | to typo.
* - Patch #213699 by Damien Tournoud, c960657: fixed race condition in ↵Dries Buytaert2008-07-11
| | | | sess_write().
* - Patch #280629 by Damien, pwolanin, Susurrus, et al: ensure safe arguments ↵Dries Buytaert2008-07-11
| | | | in theme_links().
* - Patch #255150 by dropcube: corrected formatting of links.Dries Buytaert2008-07-10
|
* - Patch #278458 by pwolanin: menu_link_maintain() doesn't always clear the ↵Dries Buytaert2008-07-10
| | | | menu cache properly.
* - Patch #280319 by robertDouglas: remove unneeded and non-existing ↵Dries Buytaert2008-07-10
| | | | validation function.
* - Patch #280621 by pwolanin: remove <object> from allowed tags in ↵Dries Buytaert2008-07-10
| | | | filter_xss_admin().
* - Patch #280628 by catch et al: added missing confirm form.Dries Buytaert2008-07-10
|
* - Patch #273129 by pwolanin: adding class active-trail should not remove ↵Dries Buytaert2008-07-10
| | | | previous attributes.
* - Patch #270508 by paul.levvik and pwolanin: usability improvement: image ↵Dries Buytaert2008-07-08
| | | | toolkits should not have to be copied.
* - Patch #254166 by boombatower: improve and clean-up the test script. Added ↵Dries Buytaert2008-07-07
| | | | color coding and allow people to control the verbosity.
* - Patch #275730 by boombatower: protect .test files by .htaccess.Dries Buytaert2008-07-05
|
* - Patch #257537 by dopry: made file_check_directory less verbose on success.Dries Buytaert2008-07-05
|
* - Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu ↵Dries Buytaert2008-07-05
| | | | rebuilding.
* - Patch #276774 by Moshe, Susurrus: remove crufty settings.Dries Buytaert2008-07-05
|
* - Patch #276174 by nbz: avoid calling check_plain() twice.Dries Buytaert2008-07-05
|
* - Patch #261882 by catch: the beginning of some more install profiles.Dries Buytaert2008-07-05
| | | | | | | The "expert" will be a minimalistic profile for developers. This opens the doors to add more things to the default profile and/or to create additional install profiles for core. It also helps set an example for more install profiles in the contributed modules repository.
* - Patch #253506 by Damien Tournoud, catch, et al: fixed contact.text.Dries Buytaert2008-07-05
|
* - Patch #272900 by pwolanin: prevent concurrent modificiations of book pages.Dries Buytaert2008-07-05
|
* - Patch #278617 by asimmonds: fixed broken link.Dries Buytaert2008-07-05
|
* - Patch #258397 by Dries: fixed spoofing attack.Dries Buytaert2008-07-04
|
* - Patch #191499 by catch: remove display order settings and cleaned up some ↵Dries Buytaert2008-07-03
| | | | white space.
* - Patch #258200 by pwolanin, dropcube: fixed access by-pass due to test ↵Dries Buytaert2008-07-03
| | | | framework.
* - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. ↵Dries Buytaert2008-07-02
| | | | Fixes 2 of the 3 failing cache tests.
* - Patch #276267 by R.Muilwijk: wrote tests for the caching API. They ↵Dries Buytaert2008-07-02
| | | | discover 3 bugs ...
* - Patch #276581 by catch: wrote missing tests for contact module and ↵Dries Buytaert2008-07-02
| | | | simplified contact module thanks to that. Also removed some whitespace.
* - Patch #277604 by gpk: improved phpDoc of url().Dries Buytaert2008-07-02
|
* - Patch #277586 by chx: call setUp for each test method.Dries Buytaert2008-07-02
|
* - Patch #277621 by Damien Tournoud: drupalGet was not working correctly.Dries Buytaert2008-07-02
|
* - Patch #276860 by pwolanin: removed dead code from book module. Does not ↵Dries Buytaert2008-07-01
| | | | affect the book module tests.
* - Patch #276846 by pwolanin: mailformed cid due to fauly menu item.Dries Buytaert2008-07-01
|
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's ↵Dries Buytaert2008-07-01
| | | | stylesheets.
* - Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again.Dries Buytaert2008-06-29
|
* - Patch #266406 by cwgordon7 and catch: the actual action tests. Sorry for ↵Dries Buytaert2008-06-29
| | | | the previous commit. I should not copy files from one tree to another.
* - Restored actions.incDries Buytaert2008-06-29
|
* - Patch #256886 by catch et al: comment out a test that fails due to a bug ↵Dries Buytaert2008-06-29
| | | | in cURL.
* - Patch #266406 by cwgordon7 and catch: initial tests for (configuring ↵Dries Buytaert2008-06-29
| | | | complex) actions.
* - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should ↵Dries Buytaert2008-06-28
| | | | use = instead of LIKE.