Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #500866 by boombatower: Remove t() from getInfo in tests. | Angie Byron | 2009-07-13 |
| | |||
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
| | |||
* | #490636 by yched and andypost: Update PHP test for body as field, solving ↵ | Angie Byron | 2009-06-27 |
| | | | | fatal error. | ||
* | - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵ | Dries Buytaert | 2009-06-12 |
| | | | | teasers as fields. Oh, my. | ||
* | - Patch #449198 by boombatower: cealn up test loading and related API. | Dries Buytaert | 2009-06-08 |
| | |||
* | #446898 by RoboPhred: Change URL of text formats settings page to ↵ | Angie Byron | 2009-06-08 |
| | | | | admin/settings/formats rather than filter. | ||
* | - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵ | Dries Buytaert | 2009-05-27 |
| | | | | nominalizations from Docblocks. | ||
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵ | Angie Byron | 2009-05-16 |
| | | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist. | ||
* | #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵ | Angie Byron | 2009-05-13 |
| | | | | all .install files. | ||
* | #124158 by nedjo, jcnventura: Pull all PHP handling into PHP module. | Angie Byron | 2009-05-07 |
| | |||
* | - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode(). | Dries Buytaert | 2009-04-22 |
| | |||
* | #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵ | Angie Byron | 2009-03-31 |
| | | | | static method to reduce memory footprint of SimpleTest. | ||
* | - Patch #394512 by csevb10: converted to the new database abstraction layer. | Dries Buytaert | 2009-03-13 |
| | |||
* | - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵ | Dries Buytaert | 2009-01-21 |
| | | | | format' based on UMN usability study. | ||
* | - Patch #335086 by recidive: rename node, filter and comment module tables ↵ | Dries Buytaert | 2008-12-03 |
| | | | | to singular for consistency. Oh my. | ||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | - Patch #323458 by Jody Lynn: fixed typo in class name. | Dries Buytaert | 2008-10-20 |
| | |||
* | #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. | Angie Byron | 2008-10-11 |
| | |||
* | #318892 by justinrandell and chx: Add .install files to the list of files ↵ | Angie Byron | 2008-10-09 |
| | | | | added to .info files. | ||
* | #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format ↵ | Angie Byron | 2008-09-27 |
| | | | | FAPI property that can be used by WYSIWYG editors. WOOHOO. | ||
* | - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE. | Dries Buytaert | 2008-09-19 |
| | |||
* | - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵ | Dries Buytaert | 2008-06-24 |
| | | | | batch API for running the tests instead of an all-in-one approach. Great work. | ||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - 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. | ||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ... | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #215958 by pwolanin: fixed broken link in documentation. | Dries Buytaert | 2008-02-10 |
| | |||
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵ | Dries Buytaert | 2007-12-18 |
| | | | | (and removed spaces). | ||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | help texts, as the handbook we referred to before was renamed | ||
* | #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | update to drag and drop functionality, drupal.module removal, etc | ||
* | #198664 by mooffie: blockquote was misused in the php module help example, ↵ | Gábor Hojtsy | 2007-12-07 |
| | | | | use a list instead | ||
* | - Patch #189395 by Gabor and Keith: fixed insecure instructions in ↵ | Dries Buytaert | 2007-11-11 |
| | | | | documentation. Woops. | ||
* | #172583 by myself and keith.smith: help page for the PHP filter module | Gábor Hojtsy | 2007-10-24 |
| | |||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array | ||
* | - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵ | Dries Buytaert | 2007-06-08 |
| | | | | core compatibility version. | ||
* | - Patch #46941 by Zen and Ber: move PHP input filter to dedicated module. | Dries Buytaert | 2007-04-24 |