summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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
|
* - Patch #505812 by Josh Waihi: remove database specific test.Dries Buytaert2009-07-06
|
* - Patch #483778 by Frando: some form API clean-up.Dries Buytaert2009-07-06
|
* - Patch #510740 by agentrickard: rename user_admin_perm() to ↵Dries Buytaert2009-07-05
| | | | user_admin_permission().
* - Patch #510398 by asimmonds: incorrect CSS class for form element wrappers.Dries Buytaert2009-07-05
|
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability ↵Angie Byron2009-07-04
| | | | for modules to register JS/CSS libraries.
* - Patch #482636 by quicksketch: further clean-up of the form IDs/classes.Dries Buytaert2009-07-04
|
* - Patch #482646 by Dave Reid et al: check for existence of ↵Dries Buytaert2009-07-04
| | | | ['HTTP_USER_AGENT'] for the SimpleTest user agent.
* - Patch #509924 by quicksketch: fixed notice.Dries Buytaert2009-07-04
|
* - Patch #473762 by Razorraser: add link to update.php on site maintenance page.Dries Buytaert2009-07-04
|
* #510058 by catch: Add toolbar module to default.profile.Angie Byron2009-07-04
|
* - Patch #72856 by quicksketch: on some systems, PHP's garbage collector is ↵Dries Buytaert2009-07-04
| | | | disabled so make sure to enable it.