summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #373613 interim commit: Adding some images that can be used in image API ↵Angie Byron2009-02-15
| | | | testing.
* #367696 by drumm: Simplify the vocabulary edit form.Angie Byron2009-02-13
|
* #370846 follow-up by catch: Fix #weight sorting in drupal_render().Angie Byron2009-02-13
|
* #372474 by karschsp: Minor documentation fix for node access system.Angie Byron2009-02-13
|
* #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary ↵Angie Byron2009-02-13
| | | | keys (with tests).
* #69468 by marcingy, greggles, mikey_p: Usability: Display node type on ↵Angie Byron2009-02-13
| | | | editing form.
* #347288 by plach: Fix Locale uninstall (with tests).Angie Byron2009-02-13
|
* #373502 by drewish and sun: Add function to delete unmanaged files ↵Angie Byron2009-02-13
| | | | recurisevely (with tests).
* #135976 by Dave Reid: Move Administration Theme setting to the themes page ↵Angie Byron2009-02-11
| | | | where it is findable (with tests).
* #372376 by yched: Remove uninstall/disable hooks from required field.module.Angie Byron2009-02-11
|
* #62926 by karschsp: Increase maximum length of free tagging field.Angie Byron2009-02-11
|
* #372400 by swentel and BrightLoudNoise: Fix 'delete' link on block ↵Angie Byron2009-02-11
| | | | administration screen.
* #370037 by bjaspan: Add means of getting all instances of a field.Angie Byron2009-02-10
|
* #355496 by geodaniel, Dave Reid: Always list available databases, with ↵Angie Byron2009-02-10
| | | | explanation when only one is in the list.
* #370806 by cwgordon7: Add navigation and login blocks back to minimal profile.Angie Byron2009-02-10
|
* #369562 by yched: More Field API clean-ups.Angie Byron2009-02-10
|
* #371363 by yched: Fix field form tests from randomly breaking. Hooray.Angie Byron2009-02-10
|
* #371422 by catch: Field form tests should use drupal_strtolower().Angie Byron2009-02-09
|
* - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is ↵Dries Buytaert2009-02-09
| | | | available. Drupal.org upgrade blocker.
* #365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.Angie Byron2009-02-09
|
* #371327 by quicksketch: Fix user picture rendering (with fixed tests).Angie Byron2009-02-09
|
* #370846 by catch: Further improve performance of drupal_render() sorting ↵Angie Byron2009-02-09
| | | | (with tests).
* #369562 by bjaspan and yched: Clean up a few minor things in field API.Angie Byron2009-02-08
|
* #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine ↵Angie Byron2009-02-08
| | | | drupal root, so we don't break symlinks.
* #368502 by catch: Make adjustment to file naming test in an effort to make ↵Angie Byron2009-02-08
| | | | testing bot stop erroneously marking patches code needs work.
* #349823 by Dave Reid: Fix query in recent comment block that results in ↵Angie Byron2009-02-07
| | | | fatal error (with tests).
* #369562 by yched and bjaspan: Removing sample_code.php, which was ↵Angie Byron2009-02-07
| | | | accidentally committed previously.
* #369562 by yched and bjaspan: Moving api.field.php to field.api.php, per ↵Angie Byron2009-02-07
| | | | standards.
* #357429 by fusedpro: Update the documentation of hook_menu_alter() to use ↵Angie Byron2009-02-07
| | | | 'items' rather than 'callbacks' to match hook_menu().
* #333478 by keith.smith: Remove extra comma and 'character sequences' in ↵Angie Byron2009-02-06
| | | | taxonomy tag description.
* #369413 by bjaspan: Reset Field API caches in DrupalWebTestCase->tearDown().Angie Byron2009-02-06
|
* #366253 by ff1: Fix typo in filter admin form.Angie Byron2009-02-05
|
* #369460 by rszrama: Add 'No books' message to Book module when no books exist.Angie Byron2009-02-05
|
* #369653 by rszrama: Add 'No categories' message to Contact module when no ↵Angie Byron2009-02-05
| | | | categories exist.
* #361683 follow-up by sun: Remove more windows line endings.Angie Byron2009-02-05
|
* #361683 follow-up by yched and sun: Fix failing tests and windows line-endings.Angie Byron2009-02-05
|
* #348627 by smk-ka and catch: Allow menu title callback property to bypass ↵Angie Byron2009-02-05
| | | | t() (+documentation and tests)
* #52990 by Roger López: Vastly improve translation string search and editing ↵Angie Byron2009-02-05
| | | | interface.
* #361683 follow-up by bjaspan: Fix column type on etid to fix broken ↵Angie Byron2009-02-04
| | | | installation on non-MySQL dbs.
* #368729 by meba: (i18n sprint) Fix error during multilingual installation ↵Angie Byron2009-02-04
| | | | because of NULL value on required field.
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
| | | | floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
* - Patch #367380 by Moshe: make block module optional.Dries Buytaert2009-02-03
|
* - Reverting #367711 ...Dries Buytaert2009-02-03
|
* - Patch #367711 by catch: shorten drupal_map_assoc(). Thanks almighty catch.Dries Buytaert2009-02-02
|
* - Patch #363391 by ShawnClark, Dave Reid: add SimpleTest's DomDocument ↵Dries Buytaert2009-02-01
| | | | requirement.
* - Patch #366949 by c960657: use parse_url(, PHP_URL_xxx).Dries Buytaert2009-02-01
|
* - Patch #367508 by lyricnz: returned help screen when running test groups.Dries Buytaert2009-02-01
|
* #360128 by quicksketch: Create centralized ahah callback to reduce duplicate ↵Angie Byron2009-02-01
| | | | code.