summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵Dries Buytaert2009-07-14
| | | | 'yay' to clarity!
* #518412 by yched: Minor clean-up on Field API tests.Angie Byron2009-07-14
|
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* #455844 follow-up by yched: Change render() to print render() for ↵Angie Byron2009-07-13
| | | | consistency with other template variables.
* - Patch #517502 by Crell: make transaction API follow its own documentation.Dries Buytaert2009-07-13
|
* - Patch #491456 by quicksketch, drewish, et al: image effects and actions.Dries Buytaert2009-07-12
|
* - Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.Dries Buytaert2009-07-11
|
* - Patch #516254 by drewish remove @return PHPDocs where nothing is to return.Dries Buytaert2009-07-11
|
* - Patch #481498 by JamesAn: convert simpletest to drupal_static().Dries Buytaert2009-07-11
|
* - Patch #516062 by c960657: fixed regression in run-tests.shDries Buytaert2009-07-11
|
* #500280 follow-up by boombatower: Remove debugging code and fix implementation.Angie Byron2009-07-11
|
* #516172 by yched: Fix incorrect path in term bundles.Angie Byron2009-07-11
|
* #516124 by yched: Clean up some Field API TODOs and remove unused APIs.Angie Byron2009-07-11
|
* #488542 by yched: Allow field UI to be attached to any fieldable entity.Angie Byron2009-07-10
|
* #502538 by catch: Add the ability to load multiple comments at once.Angie Byron2009-07-10
|
* #505528 by Damien Tournoud and Rob Loach: Ensure proper weight of JS files.Angie Byron2009-07-10
|
* #372766 by jhodgdon: Clarify documentation for user_save().Angie Byron2009-07-10
|
* #454462 by JohnAlbin: Fire MODULE_preprocess_maintenance_page functions.Angie Byron2009-07-10
|
* #485350 follow-up by Dave Reid: Fix code example for module_load_include().Angie Byron2009-07-10
|
* #452538 by Mike Wacker: Allow node access modules to have control over ↵Angie Byron2009-07-10
| | | | unpublished nodes. (with tests)
* #462242 by rednahead and drewish: Remove stray global user that's doing nothing.Angie Byron2009-07-10
|
* #515280 by drewish: Allow file_create_directory() to create recursively, ↵Angie Byron2009-07-10
| | | | taking advantage of PHP 5.
* - Patch #500270 by boombatower: properly delete variables in hook_uninstall().Dries Buytaert2009-07-09
|
* - Patch #346450 by Josh Waihi: length property should be ignored on non ↵Dries Buytaert2009-07-09
| | | | varchar and char fields.
* - Patch #514172 by quicksketch: increase max router parts.Dries Buytaert2009-07-09
|
* - Patch #243129 by jrchamp, DamZ, mfb, catch, justinrandell, macgirvin, et ↵Dries Buytaert2009-07-08
| | | | al: faster implementation of format_date(). Woot.
* - Patch #497590 by Dave Reid: remove pointless 'system paths only' warning ↵Dries Buytaert2009-07-08
| | | | from admin/settings/site-information.
* - Patch #481706 by Dave Reid: path_node_delete() can leave abandoned URL ↵Dries Buytaert2009-07-08
| | | | aliases.
* - Patch #506124 by Dave Reid, Bojhan, et al: moving URL aliases to site ↵Dries Buytaert2009-07-08
| | | | configuration.
* - Patch #500280 by boombatower, Dries: provide verbose mode for testing.Dries Buytaert2009-07-08
|
* - Patch #513102 by yched: small clean-up of field tests.Dries Buytaert2009-07-08
|
* - Patch #503456 by catch: remove multiple tid and depth handling for core ↵Dries Buytaert2009-07-08
| | | | taxonomy paths. Snif. ;-)
* - Patch #512308 by JacobSingh: add the ability to provide attributes to rows ↵Dries Buytaert2009-07-07
| | | | in table select
* - Patch #512492 by DamZ: removed hook_validate, a relic of old times. Form ↵Dries Buytaert2009-07-07
| | | | API FTW!
* - Patch #373201 by Berdir: clean-up of some drupal_render() oversight.Dries Buytaert2009-07-07
|
* - Patch #504098 by eigenator, Xano, Keith.smith et al: better help text for ↵Dries Buytaert2009-07-07
| | | | path administration page.
* - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). ↵Dries Buytaert2009-07-07
| | | | Well-documented and tested.
* - Patch #394702 by Jody Lynn: add a 'add new content' link to the content ↵Dries Buytaert2009-07-07
| | | | | | admin overview page. We can work on creating a generic framework for adding tasks later, if that is deemed necessary. I'm still not sure it is, and in the mean time, this patch addresses an important usability issue.
* - Patch #511760 by rfay: improve the error messages in file_unmanaged_copy().Dries Buytaert2009-07-07
|
* - Patch #314358 by wonder95: only set ignore_slave_server if there are slave ↵Dries Buytaert2009-07-07
| | | | servers being used, which is assumed if there are more than one.
* - Patch #500292 by Boombatower: provide a settings pagea for hidden ↵Dries Buytaert2009-07-07
| | | | SimpleTest variables.
* - Patch #512108 by boombatower: added a warning to educate people about the ↵Dries Buytaert2009-07-07
| | | | 'Clean environment' button when test run fails.
* - Patch #510126 by tic2000: toolbar breaks style on Garland when JS is disabled.Dries Buytaert2009-07-07
|
* - Patch #512104 by boombatower: simpletest breaks high volume sites.Dries Buytaert2009-07-07
|
* - Patch #443154 by boombatower: make sure fatal errors are reported as test ↵Dries Buytaert2009-07-07
| | | | failures.
* - Patch #511486 by yched: updated documentation.Dries Buytaert2009-07-06
|
* - Patch #306027 by catch et al: user_modules_uninstalled() is missing.Dries Buytaert2009-07-06
|
* - Patch #510368 by Jody Lynn: toolbar should depend on menu module.Dries Buytaert2009-07-06
|
* - Patch #489402 by Jody Lynn JamesAn: removing unused code.Dries Buytaert2009-07-06
|
* - Patch #511022 by gordon: some drupal.sh fixes for Drush.Dries Buytaert2009-07-06
|