Commit Graph

5533 Commits (5316c645d2507e3c91bfc4a314b071a55d9be2b4)

Author SHA1 Message Date
Dries Buytaert 5316c645d2 - Patch #259871 by pwolanin: clean up system.test. 2008-05-19 19:28:39 +00:00
Dries Buytaert 21000956a2 - Patch #259463 by dmitrig01: notification e-mail for pending user registrations had blank subject line. 2008-05-17 17:02:56 +00:00
Dries Buytaert a628fe811e - Patch #246259 by boombatower and saxofaan: enabling/disabling modules doesn't check for failures. 2008-05-16 02:09:22 +00:00
Dries Buytaert 00084e0dd3 - Patch #259002 by Robert Douglas: set all the default scoring factors to zero. This patch is a usability improvement (better out-of-the-box search relevancy) and a performance improvement (greatly simplified search queries). 2008-05-15 21:40:31 +00:00
Dries Buytaert 85c269ef40 - Patch #257634 by Senpai and catch: code clean-up 2008-05-15 21:30:02 +00:00
Dries Buytaert 6b88e61700 - Patch #256793 by Senpai and flobruit: code clean up. 2008-05-15 21:27:32 +00:00
Dries Buytaert 7cd8427f65 - Patch #257730 by Senpai: code clean-up for book module. 2008-05-15 21:19:24 +00:00
Dries Buytaert 75a777a3ea - Patch #193076 by quicksketch, dmitrig01 and paul.lovvik: drag and drop support for poll module. 2008-05-15 20:56:48 +00:00
Dries Buytaert 756131a862 - Patch #239455 by boombatower, flobruit, dmitrig01: tracker module tests. 2008-05-15 20:51:58 +00:00
Dries Buytaert 7b98fa4008 - Patch #237754 by Robert Douglass and David Lesieur: search_index hardcoded the weights of HTML elements. Made them configurable through variable_get(). 2008-05-14 15:07:25 +00:00
Dries Buytaert 21137e1aed - Patch #247095 by drewish ad flobruit: upload module performs permission checks on files it doesn't control. 2008-05-14 13:19:48 +00:00
Dries Buytaert 8cc4aaeeae - Patch #258171 by Senpai: code cleanup. 2008-05-14 13:12:41 +00:00
Dries Buytaert 11aeff6016 - Patch #145242 by douggreen et al: refactor node_rank to modules can add scoring factors. 2008-05-14 11:10:54 +00:00
Dries Buytaert 658b27c9ec - Patch #257644 by Senpai: code cleanup. 2008-05-13 18:15:07 +00:00
Dries Buytaert 8758b297a6 - Patch #257713 by Senpai: code cleanup. 2008-05-13 18:13:43 +00:00
Dries Buytaert 580729b029 - Patch #257279 by Robert Douglas: removing extra join from do_search(). 2008-05-13 17:40:43 +00:00
Dries Buytaert 2350fda4dc - Fixed broken URLs. 2008-05-13 17:37:58 +00:00
Dries Buytaert 003108639a - Patch #240387 by recidive: fixed broken links. 2008-05-10 13:19:50 +00:00
Dries Buytaert 2305812e8a - Patch #252580 by robert douglas and senpai: fixed a division by zero. 2008-05-10 07:52:52 +00:00
Dries Buytaert f50062676e - Patch #254758 by flobruit and me: remove inline CSS style from simpletest. 2008-05-10 07:46:22 +00:00
Dries Buytaert 0a31af3ed2 - Patch #256152 by catch: added additional tests for the IP address blocking and added a small usability improvement. 2008-05-10 07:32:02 +00:00
Dries Buytaert ccef07e59e - Patch #256841 by dropcube: fixed typo. 2008-05-10 07:05:40 +00:00
Dries Buytaert bdf980c40b - Patch by boombatower: fixed code style of simpletests. 2008-05-10 06:55:09 +00:00
Dries Buytaert a96ffc1185 - Patch #256736 by flobruit: fixed bad HTML in help text. flobruit is on a patching spree! 2008-05-10 06:52:32 +00:00
Dries Buytaert b9f1018ea4 - Patch #73874 by pwolanin: normalize the permissions table and wrote simpletests for the (new) permission handling. At last. 2008-05-07 19:34:24 +00:00
Dries Buytaert 48e293a6b3 - Patch #248436 by catch: fixed some bugs in the statistics module, wrote some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it. 2008-05-07 19:17:50 +00:00
Dries Buytaert 2e18cb8924 - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert c100468cf2 - Patch #251473 by webchick, chx, et al: one step closer to running tests in the includes directory. Not working yet. 2008-05-06 11:21:10 +00:00
Dries Buytaert 9c528c137f - Patch #244942 by Freso and pwoladin: removed outdated string from documentation. 2008-05-05 21:36:47 +00:00
Dries Buytaert 6ab934660c - Patch #192962 by gpk et al: ghop #24, module administration page improvements. 2008-05-05 21:10:48 +00:00
Dries Buytaert 79ac53f8ad - Patch #249200 by flobruit: some tests for input filters. 2008-05-05 20:42:08 +00:00
Dries Buytaert 4efe4313a2 - Patch #252920 by flobruit and pwoladin: split profile module tests in smaller tests, and improved performance of tests. 2008-05-04 19:22:58 +00:00
Dries Buytaert 48b7a5bbe9 - Patch #253022 by beginner: fixed typo in code comments. 2008-05-02 17:37:46 +00:00
Dries Buytaert e8fdcb2c3b - Patch #253706 by zoo33: renamed 'header' to 'heading' for correctness with the W3C standard. 2008-05-02 17:28:09 +00:00
Dries Buytaert 592a5d9f9a - Patch #252920 by flobruit: fixed broken profile module tests by rewriten them -- and added some more tests. 2008-05-02 15:24:47 +00:00
Dries Buytaert e094082832 - Patch #240988 by David_Rothstein: fixed left-over documentation after the HTML escaping became a filter of its own. 2008-05-02 15:15:32 +00:00
Dries Buytaert d1bc889242 - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly. 2008-05-02 15:11:05 +00:00
Dries Buytaert 4bc5d8d244 - Patch #127295 by yhager: module version numbers should always be shown left-to-right. 2008-04-30 06:48:27 +00:00
Dries Buytaert 917b27d688 - Patch #252365 by boombatower: clean up the temporary directory that gets creating during the test runs. 2008-04-30 06:45:43 +00:00
Dries Buytaert f6bfbec8a2 - Patch #249608 by boombatower: user registration test doesn't set required variables. 2008-04-30 06:43:30 +00:00
Dries Buytaert 420ee6cbca - Patch #246298 by boombatower: added missing <label> to module names on uninstall page. Improves consistency with the module install page. 2008-04-30 06:39:26 +00:00
Dries Buytaert bc8a2b23da - Patch #251550 by ksenzee: simpletest requires curl so make sure to add a requirements check. 2008-04-28 09:30:35 +00:00
Dries Buytaert c14ac959c4 - Patch #225859 by webchick: fixed warning in author information block. 2008-04-28 09:11:58 +00:00
Dries Buytaert 2813062be7 - Patch #251631 by chx: fixed behavior of the Drupal web test case with regard to POST and GET operations. 2008-04-28 08:36:06 +00:00
Dries Buytaert 159bb6dd08 - Rollback. 2008-04-25 18:34:05 +00:00
Dries Buytaert 67939add5f - Patch #234785 by Rowanw: made the 'more help' link work with RTL languages. 2008-04-25 18:28:18 +00:00
Dries Buytaert a7f12c0326 - Patch #251263 by catch: fixing up many code style issues in the tests. 2008-04-25 18:26:02 +00:00
Dries Buytaert d7f3c18d17 - Patch #250729 by R.Muilwijk: performance improvement. 2008-04-25 17:59:36 +00:00
Dries Buytaert f42c1f2534 - Patch #251239 by R.Muilwijk: performance improvement. 2008-04-25 17:51:30 +00:00
Dries Buytaert 21576021bf - Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6. 2008-04-23 20:01:56 +00:00