| Commit message (Expand) | Author | Age |
... | |
* | - Patch #245001 by kkaefer et al: unify #process callback naming. | Dries Buytaert | 2008-07-18 |
* | - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. | Dries Buytaert | 2008-07-17 |
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now print... | Dries Buytaert | 2008-07-16 |
* | - Patch #270508 by paul.lovvik, dropcube, Arancaytar et al: added entry to CH... | Dries Buytaert | 2008-07-16 |
* | - Patch #248205 by catch et al: increased PostgreSQL requirement to version 8.1. | Dries Buytaert | 2008-07-14 |
* | - Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due t... | Dries Buytaert | 2008-07-14 |
* | - Patch #213699 by Damien Tournoud, c960657: fixed race condition in sess_wri... | Dries Buytaert | 2008-07-11 |
* | - Patch #280629 by Damien, pwolanin, Susurrus, et al: ensure safe arguments i... | Dries Buytaert | 2008-07-11 |
* | - Patch #255150 by dropcube: corrected formatting of links. | Dries Buytaert | 2008-07-10 |
* | - Patch #278458 by pwolanin: menu_link_maintain() doesn't always clear the me... | Dries Buytaert | 2008-07-10 |
* | - Patch #280319 by robertDouglas: remove unneeded and non-existing validation... | Dries Buytaert | 2008-07-10 |
* | - Patch #280621 by pwolanin: remove <object> from allowed tags in filter_xss_... | Dries Buytaert | 2008-07-10 |
* | - Patch #280628 by catch et al: added missing confirm form. | Dries Buytaert | 2008-07-10 |
* | - Patch #273129 by pwolanin: adding class active-trail should not remove pre... | Dries Buytaert | 2008-07-10 |
* | - Patch #270508 by paul.levvik and pwolanin: usability improvement: image too... | Dries Buytaert | 2008-07-08 |
* | - Patch #254166 by boombatower: improve and clean-up the test script. Added ... | Dries Buytaert | 2008-07-07 |
* | - Patch #275730 by boombatower: protect .test files by .htaccess. | Dries Buytaert | 2008-07-05 |
* | - Patch #257537 by dopry: made file_check_directory less verbose on success. | Dries Buytaert | 2008-07-05 |
* | - Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu re... | Dries Buytaert | 2008-07-05 |
* | - Patch #276774 by Moshe, Susurrus: remove crufty settings. | Dries Buytaert | 2008-07-05 |
* | - Patch #276174 by nbz: avoid calling check_plain() twice. | Dries Buytaert | 2008-07-05 |
* | - Patch #261882 by catch: the beginning of some more install profiles. | Dries Buytaert | 2008-07-05 |
* | - Patch #253506 by Damien Tournoud, catch, et al: fixed contact.text. | Dries Buytaert | 2008-07-05 |
* | - Patch #272900 by pwolanin: prevent concurrent modificiations of book pages. | Dries Buytaert | 2008-07-05 |
* | - Patch #278617 by asimmonds: fixed broken link. | Dries Buytaert | 2008-07-05 |
* | - Patch #258397 by Dries: fixed spoofing attack. | Dries Buytaert | 2008-07-04 |
* | - Patch #191499 by catch: remove display order settings and cleaned up some w... | Dries Buytaert | 2008-07-03 |
* | - Patch #258200 by pwolanin, dropcube: fixed access by-pass due to test frame... | Dries Buytaert | 2008-07-03 |
* | - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. Fixes... | Dries Buytaert | 2008-07-02 |
* | - Patch #276267 by R.Muilwijk: wrote tests for the caching API. They discove... | Dries Buytaert | 2008-07-02 |
* | - Patch #276581 by catch: wrote missing tests for contact module and simplifi... | Dries Buytaert | 2008-07-02 |
* | - Patch #277604 by gpk: improved phpDoc of url(). | Dries Buytaert | 2008-07-02 |
* | - Patch #277586 by chx: call setUp for each test method. | Dries Buytaert | 2008-07-02 |
* | - Patch #277621 by Damien Tournoud: drupalGet was not working correctly. | Dries Buytaert | 2008-07-02 |
* | - Patch #276860 by pwolanin: removed dead code from book module. Does not aff... | Dries Buytaert | 2008-07-01 |
* | - Patch #276846 by pwolanin: mailformed cid due to fauly menu item. | Dries Buytaert | 2008-07-01 |
* | - Patch #277073 by threexk: improve consistency of offline vs off-line and on... | Dries Buytaert | 2008-07-01 |
* | - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's ... | Dries Buytaert | 2008-07-01 |
* | - Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again. | Dries Buytaert | 2008-06-29 |
* | - Patch #266406 by cwgordon7 and catch: the actual action tests. Sorry for t... | Dries Buytaert | 2008-06-29 |
* | - Restored actions.inc | Dries Buytaert | 2008-06-29 |
* | - Patch #256886 by catch et al: comment out a test that fails due to a bug in... | Dries Buytaert | 2008-06-29 |
* | - Patch #266406 by cwgordon7 and catch: initial tests for (configuring comple... | Dries Buytaert | 2008-06-29 |
* | - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should us... | Dries Buytaert | 2008-06-28 |
* | - Patch #174940 by gpk: fixed favicon.ico 404s. | Dries Buytaert | 2008-06-28 |
* | - Patch #275092 by kbahey: added test for meta-tag generator patch. | Dries Buytaert | 2008-06-28 |
* | - Patch #275092 by kbahey, greggles and Arancaytar: emit X-Generator and meta... | Dries Buytaert | 2008-06-28 |
* | - Patch #245961 boombatower: fixed exceptions in XML-RPC library. | Dries Buytaert | 2008-06-27 |
* | - Patch #266488 by Damien Tournoud: cleanup for user_validate_name(). | Dries Buytaert | 2008-06-27 |
* | - Patch #274994 by R.Muilwijk, boombatower: bring back the includes-tests. | Dries Buytaert | 2008-06-26 |