summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #683630 by Dave Reid: remove hard-coded 'administer nodes' checking ↵Dries Buytaert2010-01-14
| | | | in node_validate() and node_submit().
* - Patch #684212 by catch: taxonomy_clear_field_cache() is redundant.Dries Buytaert2010-01-14
|
* - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against ↵Dries Buytaert2010-01-14
| | | | vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
* - Patch #614288 by ksenzee, dww: fix UI on the install new stuff pages.Dries Buytaert2010-01-14
|
* - Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: ↵Dries Buytaert2010-01-14
| | | | router loaders causing a lot of database hits for access checks.
* #674394 by David_Rothstein: Move add/remove shortcut buttons to a theme ↵Angie Byron2010-01-14
| | | | setting, so that it does not appear on themes where it makes no sense.
* #678546 by rfay and jhodgdon: Improve wording of help text in ↵Angie Byron2010-01-14
| | | | admin/config/regional/language/configure.
* #605272 by dww: Fixed Use a better directory when installing code via the ↵Angie Byron2010-01-14
| | | | update manager.
* #642122 by scor and Stefan Freudenberg: Allow for RDFa datatype attribute ↵Angie Byron2010-01-14
| | | | without callback function.
* #614508 by linclark and scor: Annotate tracker page with RDFa.Angie Byron2010-01-14
|
* #652048 by chx: Factor out the caching pattern from forum.Angie Byron2010-01-14
|
* #678012 by heyrocker and jhodgdon: Tokens should not use the word 'node' in ↵Angie Byron2010-01-14
| | | | human-readable descriptions.
* #599124 by jhodgdon and Bojhan: Cleanup contact_help().Angie Byron2010-01-14
|
* #525622 follow-up by Dave Reid: Added missing path callback property.Angie Byron2010-01-14
|
* #651810 follow-up by ksenzee: Improve documentation.Angie Byron2010-01-14
|
* #677534 by jhodgdon, andrewmacpherson, Bojhan, yoroy, et al: Fixed Customize ↵Angie Byron2010-01-14
| | | | still being used in place of Edit.
* #683590 by catch: Fixed user_load() still being called for every node view.Angie Byron2010-01-14
|
* #668464 by casey: Fixed no room in overlay module for error messages.Angie Byron2010-01-14
|
* #684084 by hunmonk: Fixed node_update_7006() broken after 'node titles as ↵Angie Byron2010-01-14
| | | | fields' rollback.
* #617588 by dww and yoroy: Drastically improve the UI for the landing page ↵Angie Byron2010-01-14
| | | | before you actually update your site.
* #681134 by moshe weitzman: Fixed stop issuing headers to CLI clients.Angie Byron2010-01-14
|
* #538164 follow-up by sun: Make comment body a required field.Angie Byron2010-01-14
|
* - Patch #677548 by jhodgdon: fixed content type edit page needs some UI text ↵Dries Buytaert2010-01-13
| | | | updates.
* - Patch #677544 by jhodgdon: content admin screen not clear.Dries Buytaert2010-01-13
|
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|
* #683128 by aspilicious: Fixed Multiple 'add to shortcut' links appearing ↵Angie Byron2010-01-13
| | | | when adding fields.
* #649224 by David_Rothstein and ksenzee: Fixed Cannot run certain batch ↵Angie Byron2010-01-13
| | | | processes (tests, update manager, etc) with the overlay enabled.
* - Patch #653620 by yched: let's give people a tiny bit more progress bar.Dries Buytaert2010-01-13
|
* - Patch #682530 by TUc: removed redundant variable_get() call.Dries Buytaert2010-01-13
|
* - Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.Dries Buytaert2010-01-13
|
* - Patch #683028 by litwol: fixed typo that prevented field storage from ↵Dries Buytaert2010-01-13
| | | | being pluggable.
* - Patch #678680 by aspilicious, sun: 'Save' button missing on user profile ↵Dries Buytaert2010-01-13
| | | | fields configuration form.
* - Patch #632484 by aspilicious, linclark, scor: update the default profile ↵Dries Buytaert2010-01-13
| | | | with the proper RDF mapping.
* #636992 follow-up by catch: small doc fix.Angie Byron2010-01-13
|
* #261258 follow-up by dbabbage: Fixed some missed node title changes that ↵Angie Byron2010-01-13
| | | | were breaking testbot.
* #279851 by catch, et al: Replace LOWER() with db_select() and LIKE() where ↵Angie Byron2010-01-13
| | | | possible.
* #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' ↵Angie Byron2010-01-13
| | | | formatters have a generic way to build the url of an 'entity'.
* #606730 by hunmonk: Provide a helper function for block delta updates.Angie Byron2010-01-13
|
* #676134 by mcarbone: Update documentation to account for taxonomy changes ↵Angie Byron2010-01-13
| | | | (no more node taxonomy property).
* #678714 follow-up: Renaming poll template file renames. Ah, poll module... ↵Angie Byron2010-01-13
| | | | your role as our one true regression test continues to be realized...
* #261258 by pwolanin, Damien Tournoud, David_Rothstein: Fix node_save() ↵Angie Byron2010-01-13
| | | | insertion logic. (with tests)
* #616650 by Crell: Default MySQL to transactions ON. Makes sense now that we ↵Angie Byron2010-01-13
| | | | default to InnoDB as well.
* #678510 by matt2000 and jhodgdon: Fixed Field UI display fields page still ↵Angie Byron2010-01-13
| | | | says 'node' on it.
* #654934 by plach: Remove Translatable option on field creation. This ↵Angie Byron2010-01-13
| | | | functionality has been moved to Entity Translation in contrib.
* #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵Angie Byron2010-01-13
| | | | clobbering problems, and improve suggestion discovery performance.
* #651810 by Kiphaas7: Fixed can't re-click same tab to re-load its contents.Angie Byron2010-01-13
|
* #399642 follow-up by carlos8f: Replace drupal_install_modules() with an ↵Angie Byron2010-01-13
| | | | improved module_enable().
* #636992 by catch, yched: Fixed Entity loading needs protection from infinite ↵Angie Byron2010-01-13
| | | | recursion. Prevents unnecessary user_load()s from RDF.
* #645926 by Damien Tournoud and yched: hook_field_storage_details() should be ↵Angie Byron2010-01-13
| | | | per-field, not per-instance. Allows Views/Field integration to get unblocked.
* #681940 by chx: Fixed Multistep node forms cant change the basic options. ↵Angie Byron2010-01-13
| | | | (with tests)