Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page.
#877020 follow-up by andypost: Updated hotfix for _forum_topics_unread() tests to fix testbot.
#877020 follow-up by andypost: Hot-fix for tests in _forum_topics_unread() to get testbot working again.
Reverting #500866. Needs more discussion.
#500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings.
#845742 by Damien Tournoud: Make Bartik the default core theme.
#520736 by grendzy, brianV, JoshuaRogers, kjy07, Damien Tournoud, greggles: Fixed SA-CORE-2009-007 forum module XSS.
- Patch #613272 by Kevin Hankens, Dave Reid, yoroy, rgristroph, pcarman: forums not usable out-of-the-box: disabled comments, no forums.
- Patch #678526 by jhodgdon, indytechcook, jrbeeman: tests for the edit links in the forum structure page.
- Patch #771278 by jpmckinney: clean-up forum.test.
#652372 by matason, ksenzee, naxoc, jpmckinney, sun: Don't allow users to add forum topics when no forums exist.
- Patch #762300 by jpmckinney: fixed undefined property notice.
- Patch #744258 by sun: admin/structure/taxonomy paths have to use machine_name(), not vid.
- Patch #729028 by ergonlogic: unify 'yay, saved!' strings in core.
#725148 by greggles: Fixed Fatal error when saving forum administration form.
- Patch #652176 by bleen18, David_Rothstein, JacobSingh: fixed 'Forums' term defaulting to 'None'.
#678536 by jhodgdon: Improve error message when adding forum topic directly to container.
#571654 follow-up by chx, peximo, plach, sun, et al: 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 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.
#523406 follow-up by eigentor and yoroy: Even more cleanup to forum descriptions.
#635202 by yched and sun: Remove #process pattern from option widgets (plus buckets of tests for option widgets).
- Patch #613278 by Dave Reid, mfb: fixed forum module and added tests.
#553326 by sun: Provide consistency to the way field UI is presented for taxonomy.
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.
- Patch #595084 by c960657: use type hinting for .
#320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
- Patch #601938 by mfb: fixed some forum exceptions and added tests.
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
#412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code.
- Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency for node types and menus.
- Patch #554164 by mfb: fixed bug with forum topic counts and added tests.
- Patch #251235 by catch: first forum test clean-up.
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
#226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly.
- Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye bye comments as nodes?
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
#500866 by boombatower: Remove t() from getInfo in tests.
- Patch #502166 by catch: move taxonomy administration to admin/build.
- Patch #394116 by Berdir, jcfiala: converted forum module to new database abstraction layer.
- Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
- Patch #471070 by stella: millions of code style fixes.
- Patch #471142 by stella: code style fixes.
- Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
#367696 by drumm: Simplify the vocabulary edit form.
#69468 by marcingy, greggles, mikey_p: Usability: Display node type on editing form.
#346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
- Rollback of #225562 -- I think there is still something wrong.
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
- Patch #324313 by catch et al: load multiple nodes and terms at once.
- Patch #320510 by hswong3i et al: convert menu.inc to new database abstraction layer.
- Patch #338403 by drewish: code comments clean-up.
- Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API.
#312792 by catch: Clean-up for editForumTaxonomy().
- Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages.
- Patch #260050 by Gurpartap Singh: move forum administration to site building.
- Patch #247423 by boombatower: code style fixes for the tests.
- 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.6 |