summaryrefslogtreecommitdiff
path: root/modules
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
|
* #452538 by Mike Wacker: Allow node access modules to have control over ↵Angie Byron2009-07-10
| | | | unpublished nodes. (with tests)
* #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 #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 #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 #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 #505812 by Josh Waihi: remove database specific test.Dries Buytaert2009-07-06
|
* - Patch #510740 by agentrickard: rename user_admin_perm() to ↵Dries Buytaert2009-07-05
| | | | user_admin_permission().
* - 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 #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
|
* - Patch #508700 by yched: field cardinality stored twice.Dries Buytaert2009-07-04
|
* - Patch #484820 by Gábor Hojtsy, yhahn, markboulton, leisareichelt, et al: ↵Dries Buytaert2009-07-04
| | | | initial version of the new administration toolbar.
* - Patch #468534 by paul.lovvik: add a region at the top of the page above ↵Dries Buytaert2009-07-04
| | | | the header region.
* #453254 follow-up by agentrickard: Move block update to block.install.Angie Byron2009-07-04
|
* - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should ↵Dries Buytaert2009-07-03
| | | | not call drupal_urlencode().
* - Patch #359276 by Freso, Heine, lyricnz: avoid double encoding/decoding of ↵Dries Buytaert2009-07-03
| | | | HTML entities.
* - Patch #509220 by tic2000: fixed text_field_sanitize() error.Dries Buytaert2009-07-03
|
* - Patch #509122 by Berdir: rest in peace db_affected_rows().Dries Buytaert2009-07-03
|
* - Patch #316189 by mfb, grndlvl: improved the format_date() test.Dries Buytaert2009-07-03
|
* - Patch #508280 by gordon, deekayen: OPML remote location should accept ↵Dries Buytaert2009-07-03
| | | | longer URLs.
* - Patch #508786 by catch: removed pointless help text.Dries Buytaert2009-07-03
|
* - Patch #508440 by yched: build mode, it is.Dries Buytaert2009-07-02
|
* - Patch #474072 by jrchamp, Berdir: use taxonomy API functions in blog API.Dries Buytaert2009-07-02
|
* - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.Dries Buytaert2009-07-02
|
* #504678 follow-up by catch: Fix notice in PHP 5.3.Angie Byron2009-07-02
|