Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #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. :\ | ||
* | #664020 by casey and Bojhan: Removed Menu settings fieldset. | Angie Byron | 2010-01-02 |
| | |||
* | - Patch #635094 by plach: switching from zxx to und as it is semantically ↵ | Dries Buytaert | 2009-12-22 |
| | | | | more correct. | ||
* | - Patch #631550 by sun: fixed stale and improper logic for ↵ | Dries Buytaert | 2009-12-14 |
| | | | | MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests. | ||
* | - Patch #635094 by plach: unify 'language neutral' language codes. | Dries Buytaert | 2009-12-02 |
| | |||
* | #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵ | Angie Byron | 2009-11-10 |
| | | | | end of files. Sorry, folks! But it is after code freeze. :) | ||
* | #322703 by BarisW, sun, Shai, and dman: Use on/off checkbox to enable and ↵ | Angie Byron | 2009-11-06 |
| | | | | prepopulate node's menu item. | ||
* | #557292 by peximo, plach, catch, and yched: Convert node title to Field API. | Angie Byron | 2009-10-11 |
| | |||
* | #473082 by sun, Amitaibu, dropcube, and Pasqualle: Added a custom menu API. | Angie Byron | 2009-10-09 |
| | |||
* | - Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency ↵ | Dries Buytaert | 2009-09-28 |
| | | | | for node types and menus. | ||
* | #440930 by brianV: Add @file block to menu.test. | Angie Byron | 2009-09-17 |
| | |||
* | - Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' ↵ | Dries Buytaert | 2009-08-21 |
| | | | | section in 'configuration and modules'. | ||
* | #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵ | Angie Byron | 2009-08-03 |
| | | | | RTL-friendly. | ||
* | - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users. | Dries Buytaert | 2009-07-31 |
| | |||
* | - 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 #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | - Patch #292790 by mr.baileys: menu machine-name validation error. | Dries Buytaert | 2009-05-15 |
| | |||
* | - Patch #409598 by pwolanin, swentel: fixed problem with content type ↵ | Dries Buytaert | 2009-05-07 |
| | | | | descriptions not being updated. | ||
* | - Patch #394476 by Berdir, pwolanin, Crell: converted the module to the new ↵ | Dries Buytaert | 2009-05-07 |
| | | | | database abstraction layer. | ||
* | - Patch #451660 by Damien Tournoud: fixed menu creation/deletion tests. | Dries Buytaert | 2009-05-03 |
| | |||
* | - 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. | ||
* | #402226 follow-up by pwolanin: Rename menu 'item' to 'link' in menu module. | Angie Byron | 2009-03-31 |
| | |||
* | #403526 by pwolanin: Fix PDO exception when enabling a menu link. | Angie Byron | 2009-03-16 |
| | |||
* | #403542 by pwolanin: Terminology clean-up to menu module test. | Angie Byron | 2009-03-16 |
| | |||
* | - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path ↵ | Dries Buytaert | 2008-11-29 |
| | | | | 'logout' to 'user/logout'. For real now. | ||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | #328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on ↵ | Angie Byron | 2008-11-13 |
| | | | | admin/build/menu, and robustify the test so we catch stuff like this in the future. | ||
* | - 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 ... |