summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #268449 by catch: fixed some tests that failed due to invalid ↵Dries Buytaert2008-06-09
| | | | permissions.
* - Patch #151902 by MadHarold et al: a better format_size() (and removed some ↵Dries Buytaert2008-06-09
| | | | excessive white space).
* - Patch #268204 by aclight: fixed E_NOTICE.Dries Buytaert2008-06-09
|
* - Patch #253577 by Morbus Iff: allow new comment timestamp to be passed.Dries Buytaert2008-06-09
|
* - Patch #267813 by alpritt: fixed some user module tests.Dries Buytaert2008-06-08
|
* - Patch #267308 by boombatower: check permissions to make sure they are avlid.Dries Buytaert2008-06-08
|
* - Patch #169899 by Island Usurper: taxonomy caching not always working.Dries Buytaert2008-06-07
|
* - Patch #253506 by flobruit, catch et al: removed duplicate upload.test.Dries Buytaert2008-06-06
|
* - Patch #253506 by Daniel, flobruit and catch: made the upload tests work.Dries Buytaert2008-06-06
|
* - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest.Dries Buytaert2008-06-05
|
* - Patch #266465 by R.Muilwijk: fixed the comment module tests.Dries Buytaert2008-06-05
|
* - Patch #265498 by boombatower et al: tearDown() doesn't reset the module list.Dries Buytaert2008-06-03
|
* - Patch #66264 by boombatower: comment approval displayed on node view of ↵Dries Buytaert2008-06-03
| | | | comment. Comes with tests and everything.
* - Patch #265809 by dropcube: fixed some typos.Dries Buytaert2008-06-03
|
* - Patch #260505 by flobruit: updated the user module tests to be consistent ↵Dries Buytaert2008-06-02
| | | | with the code.
* - Patch #260501 by cwgordon7: made the trigger module tests pass.Dries Buytaert2008-06-02
|
* - Patch #250918 by boombatower: cleaned up some tests and added some tests ↵Dries Buytaert2008-06-02
| | | | for the administration panels.
* - Patch #260050 by Gurpartap Singh: move forum administration to site building.Dries Buytaert2008-05-30
|
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Patch #261836 by dropcube: tests for cron.Dries Buytaert2008-05-30
|
* - Patch #260882 by boombatower: added simpletests for simpletest. :-)Dries Buytaert2008-05-28
|
* - Patch #260882 by boombatower: refresh variables after install and page ↵Dries Buytaert2008-05-28
| | | | requests. This actually fixes one failure.
* - Patch #261843 by dropcube: tests fail when a response of zero bytes is ↵Dries Buytaert2008-05-26
| | | | received.
* - Patch #260369 by Damien Tournoud: fixed dblog tests.Dries Buytaert2008-05-26
|
* - Patch #242048 by macgirvin, Freso, Senpai, flobruit, catch, ↵Dries Buytaert2008-05-26
| | | | robertDouglass, Garrett Albright, et al: change 'blue smurf' to 'bike shed' ;-)
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #260499 by catch: fixed problem with translation tests.Dries Buytaert2008-05-22
|
* - Patch #260812 by boombatower: add failure message to ↵Dries Buytaert2008-05-22
| | | | DrupalWebTestCase->parse().
* - Patch #259496 by ksenzee and Desbeers: fixed a permission bug discovered ↵Dries Buytaert2008-05-22
| | | | by the tests. Yay.
* - Patch #260492 by Damien: fixed/improved poll module tests.Dries Buytaert2008-05-22
|
* - Patch #260383 by webchick: better debugging for form errors in simpletest.Dries Buytaert2008-05-20
|
* - Patch #258064 by Senpai: code cleanup.Dries Buytaert2008-05-19
|
* - Patch #259871 by pwolanin: clean up system.test.Dries Buytaert2008-05-19
|
* - Patch #259463 by dmitrig01: notification e-mail for pending user ↵Dries Buytaert2008-05-17
| | | | registrations had blank subject line.
* - Patch #246259 by boombatower and saxofaan: enabling/disabling modules ↵Dries Buytaert2008-05-16
| | | | doesn't check for failures.
* - Patch #259002 by Robert Douglas: set all the default scoring factors to ↵Dries Buytaert2008-05-15
| | | | zero. This patch is a usability improvement (better out-of-the-box search relevancy) and a performance improvement (greatly simplified search queries).
* - Patch #257634 by Senpai and catch: code clean-upDries Buytaert2008-05-15
|
* - Patch #256793 by Senpai and flobruit: code clean up.Dries Buytaert2008-05-15
|
* - Patch #257730 by Senpai: code clean-up for book module.Dries Buytaert2008-05-15
|
* - Patch #193076 by quicksketch, dmitrig01 and paul.lovvik: drag and drop ↵Dries Buytaert2008-05-15
| | | | support for poll module.
* - Patch #239455 by boombatower, flobruit, dmitrig01: tracker module tests.Dries Buytaert2008-05-15
|
* - Patch #237754 by Robert Douglass and David Lesieur: search_index hardcoded ↵Dries Buytaert2008-05-14
| | | | the weights of HTML elements. Made them configurable through variable_get().
* - Patch #247095 by drewish ad flobruit: upload module performs permission ↵Dries Buytaert2008-05-14
| | | | checks on files it doesn't control.
* - Patch #258171 by Senpai: code cleanup.Dries Buytaert2008-05-14
|
* - Patch #145242 by douggreen et al: refactor node_rank to modules can add ↵Dries Buytaert2008-05-14
| | | | scoring factors.
* - Patch #257644 by Senpai: code cleanup.Dries Buytaert2008-05-13
|
* - Patch #257713 by Senpai: code cleanup.Dries Buytaert2008-05-13
|
* - Patch #257279 by Robert Douglas: removing extra join from do_search().Dries Buytaert2008-05-13
|
* - Fixed broken URLs.Dries Buytaert2008-05-13
|
* - Patch #240387 by recidive: fixed broken links.Dries Buytaert2008-05-10
|