Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #550742 by sun: removed some left-over code.
#606640 by eojthebrave and sun: Use proper menu router paths for the block module.
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.
#602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal errors.
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
- Patch #550742 by douggreen | Zarabadoo: remove Search box from theme system, default to block system instead.
- Patch #570930 by sun: allow to retrieve all filters (including disabled) in a text format.
- Patch #505214 by pwolanin: make the search module a slightly better framework.
- Patch #394182 by chx, Berdir: converted search module to the new database abstraction layer. Rest in peace old database layer.
- Patch #560502 by Gabor Hojtsy: created 'content authoring' category.
- Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered.
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
- Patch #546350 by dropcube: remove hardcoded numeric deltas from hook_filter_info().
- Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' section in 'configuration and modules'.
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
#500866 by boombatower: Remove t() from getInfo in tests.
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
#446898 by RoboPhred: Change URL of text formats settings page to admin/settings/formats rather than filter.
- Patch #250729 by andypost, catch, R.Muilwijk et al: remove some unnecessary queries and search index.
- Patch #471070 by stella: millions of code style fixes.
#446742 follow-up by sun: Fix syntax change in randomName().
- Patch #446742 by sun, dmitrig01: fixed various bugs.
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
#292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests).
#308277 by robertDouglass: Tests for multiple search engine types.
- Patch #350984 by Moshe: kick comment rendering out of node module.
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
- Patch #296624 by Damien Tournoud: made search work on PostgreSQL.
- Patch #338403 by drewish: code comments clean-up.
#331719 follow-up by chx: Remove ambiguity from search score queries.
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
#308233 by robertDouglass: Tests for the advanced search form.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
- Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest.
- Patch #247423 by boombatower: code style fixes for the tests.
- Patch #260882 by boombatower: refresh variables after install and page requests. This actually fixes one failure.
- Patch #242048 by macgirvin, Freso, Senpai, flobruit, catch, robertDouglass, Garrett Albright, et al: change 'blue smurf' to 'bike shed' ;-)
- Patch #145242 by douggreen et al: refactor node_rank to modules can add scoring factors.
- Added a test framework to Drupal along with a first batch of tests for
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 ...
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |