summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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)
* #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix ↵Angie Byron2010-01-12
| | | | inconsistencies in menu description labeling.
* #682766 by Dave Reid: Fixed Admin category block titles not linked on /admin ↵Angie Byron2010-01-12
| | | | page.
* #674852 by casey: Fix bug where Overlays Loading screen incorrectly has a ↵Angie Byron2010-01-12
| | | | shortcut link on it.
* #595972 by katbailey, sun, TwoD, quicksketch, merlinofchaos, and dmitrig01: ↵Angie Byron2010-01-12
| | | | Allow AJAX settings command to extend Drupal.settings.
* #681723 by Bojhan: Standardize on 'Add new content' for content creation page.Angie Byron2010-01-12
|
* #681994 by chx and litwol: Add more descriptive comments for ↵Angie Byron2010-01-12
| | | | field_attach_query().
* #604304 by JeremyFrench: Fixed bad query and broken paging on admin/people.Angie Byron2010-01-12
|
* #678628 follow-up by jhodgdon: Remove buggy and incorrect 'More Help' ↵Angie Byron2010-01-12
| | | | functionality from Help module.
* #680422 by Heine: Fixed request_uri() can not be used as is in HTML.Angie Byron2010-01-11
|
* #679830 by casey and Kiphaas7: Fixed Regression: Jumping page heights in ↵Angie Byron2010-01-11
| | | | Overlay.
* #653620 follow-up by eMPee584, sun, yoroy, et al: Make progressbar slightly ↵Angie Byron2010-01-11
| | | | visible at 0%.
* #675414 by quicksketch: Use #limit_validation_errors() on File upload and ↵Angie Byron2010-01-11
| | | | removal.
* #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user ↵Angie Byron2010-01-11
| | | | interface.
* #337947 by codycraven, cwgordon7, yoroy, et al: Add a 'recent content block' ↵Angie Byron2010-01-11
| | | | for use on the dashboard.
* #677654 follow-up by asimmonds: Fixed notice in error handling.Angie Byron2010-01-11
|
* #679960 by aspilicious: Fixed 'Notice: undefined variable cids' when there ↵Angie Byron2010-01-11
| | | | are no comments available.