Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #561970 by Davy Van Den Bremt: Rename 'box' to 'custom block'. Here's to ↵ | Angie Byron | 2009-08-28 |
| | | | | core's database schema making sense. | ||
* | - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page ↵ | Dries Buytaert | 2009-08-26 |
| | | | | variable. | ||
* | #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵ | Angie Byron | 2009-08-03 |
| | | | | RTL-friendly. | ||
* | - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye ↵ | Dries Buytaert | 2009-07-31 |
| | | | | bye comments as nodes? | ||
* | - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> ↵ | Dries Buytaert | 2009-07-31 |
| | | | | Themes section to the top level Appearance item as outlined in the D7UX IA. | ||
* | - 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 #449198 by boombatower: cealn up test loading and related API. | Dries Buytaert | 2009-06-08 |
| | |||
* | #473080 by chx: Fix bug where switching themes would result in zero blocks ↵ | Angie Byron | 2009-05-31 |
| | | | | (including content area). with tests. | ||
* | #473080 by chx: Fix bug in block page access callback showing tabs that ↵ | Angie Byron | 2009-05-31 |
| | | | | should not appear. (with tests) | ||
* | - Patch #337212 by Berdir: another Berdir patch to convert modules to the ↵ | Dries Buytaert | 2009-05-28 |
| | | | | new database layer. Rock. | ||
* | - Patch #470210 by Johan Morahan: nice clean-up of block configuration that ↵ | Dries Buytaert | 2009-05-24 |
| | | | | fixes input format issue. | ||
* | - Patch #441962 by brianV: code style and documentation clean-up. | Dries Buytaert | 2009-04-26 |
| | |||
* | #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 #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵ | Dries Buytaert | 2009-03-20 |
| | | | | to user and administration menu. Will require follow-up patches. | ||
* | #315533 by JohnAlbin and catch: Remove all core themes but Garland and ↵ | Angie Byron | 2009-03-14 |
| | | | | Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :) | ||
* | #372400 by swentel and BrightLoudNoise: Fix 'delete' link on block ↵ | Angie Byron | 2009-02-11 |
| | | | | administration screen. | ||
* | - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵ | Dries Buytaert | 2009-01-21 |
| | | | | format' based on UMN usability study. | ||
* | - Patch #355661 by Jody Lynn: fixed spelling error in test function name. | Dries Buytaert | 2009-01-07 |
| | |||
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵ | Dries Buytaert | 2008-12-16 |
| | | | | hook_block(). | ||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | - Patch #331570 by recidive: rename block module tables to singular. ↵ | Dries Buytaert | 2008-11-15 |
| | | | | Requires you to run update.php. | ||
* | #329224 by boombatower and sun: November ↵ | Angie Byron | 2008-11-07 |
| | | | | Make-All-Tests-Pass-Again-Extravaganza: Fix notices in block tests. | ||
* | #275092 follow-up by chx: Fix admin blocks page to work with secondary ↵ | Angie Byron | 2008-09-14 |
| | | | | themes + test so we don't break it again. | ||
* | - 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 ... |