Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #438224 by dww, sun, netsensei, vordude, et al: 'Post comments without ↵ | Angie Byron | 2010-10-05 |
| | | | | approval' permission name is completely misleading. | ||
* | Reverting #500866. Needs more discussion. | Angie Byron | 2010-08-05 |
| | |||
* | #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵ | Angie Byron | 2010-08-05 |
| | | | | SimpleTest, so translators do not get 1000s of bogus strings. | ||
* | - Patch #870626 by cwgordon7: extraneous spaces in trigger.test. | Dries Buytaert | 2010-08-01 |
| | |||
* | - Patch #721086 by rfay, aspilicious, andypost: create tests for system ↵ | Dries Buytaert | 2010-06-29 |
| | | | | actions, clean up token replacement, clean up triggers. | ||
* | - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵ | Dries Buytaert | 2010-05-01 |
| | | | | and sha1. | ||
* | - Patch #241013 by Pedro Lozano, andypost, drewish, mr.baileys: actions only ↵ | Dries Buytaert | 2010-04-10 |
| | | | | trigger one action per node page load. | ||
* | #601398 follow-up by andypost, rfay, and sun: Allow drupLPost to target ↵ | Angie Byron | 2010-03-27 |
| | | | | specific form HTML ID for multiple similar forms. | ||
* | - Patch #241013 by Pedro Lozano, drewish, andypost, mr.baileys: actions only ↵ | Dries Buytaert | 2010-03-26 |
| | | | | trigger one action per node page load. | ||
* | #601398 by andypost, rfay, and sun: Fixed Simpletest does not allow ↵ | Angie Byron | 2010-03-07 |
| | | | | assigning actions to triggers. | ||
* | #306540 by halstead, Dave Reid, jvandyk, eMPee584: Fixed Orphaned assigned ↵ | Angie Byron | 2010-03-07 |
| | | | | actions still triggered and cannot be removed. | ||
* | - Patch #708144 by lilou: remove double semicolons at end of line. | Dries Buytaert | 2010-02-09 |
| | |||
* | #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵ | Angie Byron | 2010-01-10 |
| | | | | Content-Type to 'Basic page'. | ||
* | #571654 follow-up by chx, peximo, plach, sun, et al: | Angie Byron | 2010-01-09 |
| | | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\ | ||
* | #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment ↵ | Angie Byron | 2010-01-07 |
| | | | | body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support. | ||
* | - Patch #635094 by plach: unify 'language neutral' language codes. | Dries Buytaert | 2009-12-02 |
| | |||
* | #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of ↵ | Angie Byron | 2009-10-18 |
| | | | | stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0. | ||
* | #602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal ↵ | Angie Byron | 2009-10-13 |
| | | | | errors. | ||
* | #557292 by peximo, plach, catch, and yched: Convert node title to Field API. | Angie Byron | 2009-10-11 |
| | |||
* | - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵ | Dries Buytaert | 2009-09-19 |
| | | | | Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks. | ||
* | #564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' ↵ | Angie Byron | 2009-09-01 |
| | | | | configuration section. | ||
* | #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵ | Angie Byron | 2009-08-22 |
| | | | | fields to Field API. | ||
* | - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵ | Dries Buytaert | 2009-07-28 |
| | | | | to Berdir for this humongous effort. | ||
* | - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵ | Dries Buytaert | 2009-07-20 |
| | | | | admin/structure. | ||
* | #500866 by boombatower: Remove t() from getInfo in tests. | Angie Byron | 2009-07-13 |
| | |||
* | - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵ | Dries Buytaert | 2009-06-12 |
| | | | | teasers as fields. Oh, my. | ||
* | #408434 by mr.baileys and andypost: Fix fatal error in actions.inc after ↵ | Angie Byron | 2009-05-31 |
| | | | | DBTNG conversion. | ||
* | #246096 follow-up by andypost: Forgot 'static' on the getInfo() function. | Angie Byron | 2009-05-27 |
| | |||
* | #246096 by andypost, mr.baileys, and Sutharsan: Fix typo so that cron ↵ | Angie Byron | 2009-05-27 |
| | | | | triggers may be executed (with tests). | ||
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵ | Angie Byron | 2009-03-31 |
| | | | | static method to reduce memory footprint of SimpleTest. | ||
* | #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. | Angie Byron | 2009-03-08 |
| | |||
* | - Patch #324313 by catch et al: load multiple nodes and terms at once. | Dries Buytaert | 2008-12-05 |
| | |||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | - Patch #260501 by cwgordon7: made the trigger module tests pass. | Dries Buytaert | 2008-06-02 |
| | |||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - 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 ... |