Commit Graph

8728 Commits (5a9b7c5b713bdd009846d80b3f24caf9948d6fc9)

Author SHA1 Message Date
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 a7d345d7a7 - Patch #200824 by sammys, Arancaytar et al: fixed bug in drupal_write_record(). 2008-05-15 21:15:10 +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 0daa3e90a6 - Patch #243967 by justinrandell: more unit tests for the registry. 2008-05-15 20:37:06 +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 757dbee6ab - Patch #258128 by webchick: @parameter should be @param. Gets the Most Trivial Patch of the Month Award. 2008-05-14 13:15:09 +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 0d54577a9f - Patch #256579 by justinrandell: registry performance optimizations. 2008-05-13 17:38:42 +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 4791e6aa0c - Patch #255415 by boombatower and flobruit: fixed a bug illustrated by the XML-RPC tests. 2008-05-09 20:13:41 +00:00
Dries Buytaert 37a36275d4 - Modified patch #256509 by dropcube: report when an invalid cron key is used. 2008-05-09 19:23:48 +00:00
Dries Buytaert 0aec71aa56 - Patch #256001 by bjaspan: pgsql driver does not handle unsigned numeric fields. 2008-05-09 19:18:11 +00:00
Dries Buytaert f28c0ae55c - Patch #255902 by mfb: updated PHP and MySQL requirements for Drupal 7. 2008-05-07 20:05:58 +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 e9b40575b2 - Patch #200685 by boombatower, dvessel, et al: convert bluemarine theme to tableless layout. 2008-05-07 07:05:56 +00:00
Dries Buytaert a3059e8c4c - Patch by me: rename xmlrpc.inc.test to xmlrpc.test for consistency. 2008-05-07 06:50:10 +00:00
Dries Buytaert 4e25a321c8 - Patch #243967 by justinrandell: first very basic test for the registry's file parsing. 2008-05-07 06:48:35 +00:00
Dries Buytaert e4e2205bfe - Patch #221964 by justinrandall: removed left-over code. 2008-05-07 06:39:57 +00:00
Dries Buytaert e3fcf34932 - Patch #221964 Crell / Larry Garfield et al: oh my, the registry patch lands. 2008-05-06 15:39:36 +00:00
Dries Buytaert f33faa2c94 - 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:32:02 +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 841c098fba - Modified patch #230374 by killes, jakeg, Eaton et al: corrected problem with form API caches not being flushed. This could lead to performance issues. 2008-05-05 21:28:49 +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 bca16fdef6 - Patch #249571 by pwoladin: primary/secondary links don't get 'active-trail' class. 2008-05-05 20:55:13 +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 86788d4844 - Patch #217957 by Pasqualle, yched and quicksketch: tabledrag column hiding not taking headers colspan into account + performance improvements. 2008-05-02 15:20:39 +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