Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #259463 by dmitrig01: notification e-mail for pending user ↵ | Dries Buytaert | 2008-05-17 |
| | | | | registrations had blank subject line. | ||
* | - Patch #243967 by recidive: unit tests for registry got committed twice. | Dries Buytaert | 2008-05-16 |
| | |||
* | - Patch #246259 by boombatower and saxofaan: enabling/disabling modules ↵ | Dries Buytaert | 2008-05-16 |
| | | | | doesn't check for failures. | ||
* | - Patch #258475 by alpritt: Doxygen improvements. | Dries Buytaert | 2008-05-16 |
| | |||
* | - Patch #258405 by greggles: clean up MAINTAINERS.txt. | Dries Buytaert | 2008-05-15 |
| | |||
* | - Patch #259002 by Robert Douglas: set all the default scoring factors to ↵ | Dries Buytaert | 2008-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-up | Dries Buytaert | 2008-05-15 |
| | |||
* | - Patch #256793 by Senpai and flobruit: code clean up. | Dries Buytaert | 2008-05-15 |
| | |||
* | - Patch #257730 by Senpai: code clean-up for book module. | Dries Buytaert | 2008-05-15 |
| | |||
* | - Patch #200824 by sammys, Arancaytar et al: fixed bug in drupal_write_record(). | Dries Buytaert | 2008-05-15 |
| | |||
* | - Patch #193076 by quicksketch, dmitrig01 and paul.lovvik: drag and drop ↵ | Dries Buytaert | 2008-05-15 |
| | | | | support for poll module. | ||
* | - Patch #239455 by boombatower, flobruit, dmitrig01: tracker module tests. | Dries Buytaert | 2008-05-15 |
| | |||
* | - Patch #243967 by justinrandell: more unit tests for the registry. | Dries Buytaert | 2008-05-15 |
| | |||
* | - Patch #237754 by Robert Douglass and David Lesieur: search_index hardcoded ↵ | Dries Buytaert | 2008-05-14 |
| | | | | the weights of HTML elements. Made them configurable through variable_get(). | ||
* | - Patch #247095 by drewish ad flobruit: upload module performs permission ↵ | Dries Buytaert | 2008-05-14 |
| | | | | checks on files it doesn't control. | ||
* | - Patch #258128 by webchick: @parameter should be @param. Gets the Most ↵ | Dries Buytaert | 2008-05-14 |
| | | | | Trivial Patch of the Month Award. | ||
* | - Patch #258171 by Senpai: code cleanup. | Dries Buytaert | 2008-05-14 |
| | |||
* | - Patch #145242 by douggreen et al: refactor node_rank to modules can add ↵ | Dries Buytaert | 2008-05-14 |
| | | | | scoring factors. | ||
* | - Patch #257644 by Senpai: code cleanup. | Dries Buytaert | 2008-05-13 |
| | |||
* | - Patch #257713 by Senpai: code cleanup. | Dries Buytaert | 2008-05-13 |
| | |||
* | - Patch #257279 by Robert Douglas: removing extra join from do_search(). | Dries Buytaert | 2008-05-13 |
| | |||
* | - Patch #256579 by justinrandell: registry performance optimizations. | Dries Buytaert | 2008-05-13 |
| | |||
* | - Fixed broken URLs. | Dries Buytaert | 2008-05-13 |
| | |||
* | - Patch #240387 by recidive: fixed broken links. | Dries Buytaert | 2008-05-10 |
| | |||
* | - Patch #252580 by robert douglas and senpai: fixed a division by zero. | Dries Buytaert | 2008-05-10 |
| | |||
* | - Patch #254758 by flobruit and me: remove inline CSS style from simpletest. | Dries Buytaert | 2008-05-10 |
| | |||
* | - Patch #256152 by catch: added additional tests for the IP address blocking ↵ | Dries Buytaert | 2008-05-10 |
| | | | | and added a small usability improvement. | ||
* | - Patch #256841 by dropcube: fixed typo. | Dries Buytaert | 2008-05-10 |
| | |||
* | - Patch by boombatower: fixed code style of simpletests. | Dries Buytaert | 2008-05-10 |
| | |||
* | - Patch #256736 by flobruit: fixed bad HTML in help text. flobruit is on a ↵ | Dries Buytaert | 2008-05-10 |
| | | | | patching spree! | ||
* | - Patch #255415 by boombatower and flobruit: fixed a bug illustrated by the ↵ | Dries Buytaert | 2008-05-09 |
| | | | | XML-RPC tests. | ||
* | - Modified patch #256509 by dropcube: report when an invalid cron key is used. | Dries Buytaert | 2008-05-09 |
| | |||
* | - Patch #256001 by bjaspan: pgsql driver does not handle unsigned numeric ↵ | Dries Buytaert | 2008-05-09 |
| | | | | fields. | ||
* | - Patch #255902 by mfb: updated PHP and MySQL requirements for Drupal 7. | Dries Buytaert | 2008-05-07 |
| | |||
* | - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵ | Dries Buytaert | 2008-05-07 |
| | | | | simpletests for the (new) permission handling. At last. | ||
* | - Patch #248436 by catch: fixed some bugs in the statistics module, wrote ↵ | Dries Buytaert | 2008-05-07 |
| | | | | some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it. | ||
* | - Patch #200685 by boombatower, dvessel, et al: convert bluemarine theme to ↵ | Dries Buytaert | 2008-05-07 |
| | | | | tableless layout. | ||
* | - Patch by me: rename xmlrpc.inc.test to xmlrpc.test for consistency. | Dries Buytaert | 2008-05-07 |
| | |||
* | - Patch #243967 by justinrandell: first very basic test for the registry's ↵ | Dries Buytaert | 2008-05-07 |
| | | | | file parsing. | ||
* | - Patch #221964 by justinrandall: removed left-over code. | Dries Buytaert | 2008-05-07 |
| | |||
* | - Patch #221964 Crell / Larry Garfield et al: oh my, the registry patch lands. | Dries Buytaert | 2008-05-06 |
| | |||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | 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. | ||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | 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. | ||
* | - Patch #251473 by webchick, chx, et al: one step closer to running tests in ↵ | Dries Buytaert | 2008-05-06 |
| | | | | the includes directory. Not working yet. | ||
* | - Patch #244942 by Freso and pwoladin: removed outdated string from ↵ | Dries Buytaert | 2008-05-05 |
| | | | | documentation. | ||
* | - Modified patch #230374 by killes, jakeg, Eaton et al: corrected problem ↵ | Dries Buytaert | 2008-05-05 |
| | | | | with form API caches not being flushed. This could lead to performance issues. | ||
* | - Patch #192962 by gpk et al: ghop #24, module administration page improvements. | Dries Buytaert | 2008-05-05 |
| | |||
* | - Patch #249571 by pwoladin: primary/secondary links don't get ↵ | Dries Buytaert | 2008-05-05 |
| | | | | 'active-trail' class. | ||
* | - Patch #249200 by flobruit: some tests for input filters. | Dries Buytaert | 2008-05-05 |
| | |||
* | - Patch #252920 by flobruit and pwoladin: split profile module tests in ↵ | Dries Buytaert | 2008-05-04 |
| | | | | smaller tests, and improved performance of tests. |