summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #211015 by sun: Check for an existing #theme property for confirm_form() ↵Angie Byron2009-11-02
| | | | before clobbering it.
* #43462 by c960657 and andypost: Fixed issues with certain configurations of ↵Angie Byron2009-11-02
| | | | compressed pages.
* #582584 by dww, Jacine, and chx: Move required form element marker into its ↵Angie Byron2009-11-02
| | | | own theme function.
* #539442 by deekayen: Re-order functions in trigger.install so schema comes ↵Angie Byron2009-11-02
| | | | first.
* #239825 by jeffschuler and bjaspan: Add support for OS-specific line endings ↵Angie Byron2009-11-02
| | | | on e-mails.
* #582364 by cwgordon7: Add sensible defaults to SimpleTest assert messages.Angie Byron2009-11-02
|
* #504080 by eigentor, dcor, heather, lisarex, Bojhan, and keith.smith: Remove ↵Angie Byron2009-11-02
| | | | wall of text from Themes admin description.
* #537056 by catch and dww: Fixed Broken drupal_static() conversion in ↵Angie Byron2009-11-02
| | | | theme_comment_post_forbidden().
* #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs ↵Angie Byron2009-11-01
| | | | in https support and use https for authorize.php if available.
* #620228 by c960657: Fixed parameter name in number.module.Angie Byron2009-11-01
|
* #612396 by jim0203 and dman: Fixed Notice: Undefined index: process_input() ↵Angie Byron2009-11-01
| | | | in _form_builder_handle_input_element().
* #615508 by Crell: Use slave servers for search module.Angie Byron2009-11-01
|
* #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, ↵Angie Byron2009-11-01
| | | | pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
* #614396 follow-up by David_Rothstein: Grammar police. ;)Angie Byron2009-11-01
|
* - Patch #402280 by mfb: fixed PDOexception.Dries Buytaert2009-11-01
|
* - Patch #567064 by yched, sun: widgets done 'the easy way' have too many ↵Dries Buytaert2009-11-01
| | | | limitations. Removes more code than it adds!
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* - Patch #616616 by sime: add warning to 'Administer users' permission.Dries Buytaert2009-10-31
|
* - Patch #615484 by yched: remove schema rebuild from field_cache_clear().Dries Buytaert2009-10-31
|
* - Patch #614396 by lisarex: clarify UI text on page for adding new content ↵Dries Buytaert2009-10-31
| | | | types.
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* #619406 by yched: Removed unneeded variable assignment in ↵Angie Byron2009-10-31
| | | | field_multiple_value_form().
* - Patch #602306 by alex_b: removed some unused code.Dries Buytaert2009-10-31
|
* - Patch #618938 by pwolanin: fixed Drupal version is not being available ↵Dries Buytaert2009-10-30
| | | | until the end of bootstrap.
* - Patch #519046 by catch, pwolanin, sun: clean up toolbar menu code and ↵Dries Buytaert2009-10-30
| | | | added TODOs.
* #617532 by matt2000: Fixed field_ui() menu paths with underscores in content ↵Angie Byron2009-10-29
| | | | type names.
* #615866 by yched: Fixed Field UI redirections.Angie Byron2009-10-29
|
* #615526 by Crell: Use slave servers for tracker module.Angie Byron2009-10-29
|
* #615516 by Crell: Use slave servers for statistics module.Angie Byron2009-10-29
|
* #616742 by Amitaibu: Fixed adding an existing field in Field UI.Angie Byron2009-10-29
|
* #602496 by dww: Clean up the update manager project selector page when ↵Angie Byron2009-10-29
| | | | updating your site.
* #605292 by dww: Work-around BatchAPI's inability to propagate failure in ↵Angie Byron2009-10-29
| | | | update manager.
* #610290 by dww and sun: system_run_authorized() shouldn't always ↵Angie Byron2009-10-29
| | | | drupal_goto() so it can be used in submit handlers.
* #591794 by chx, Rob Loach, sun, JohnAlbin: Give themes access to alter hooks.Angie Byron2009-10-27
|
* #613912 by dww: Move host and port into a collapsed 'Advanced settings' ↵Angie Byron2009-10-27
| | | | fieldset on the authorize.php connection settings forms.
* #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: ↵Angie Byron2009-10-27
| | | | API changes to support overlays: lays ground work for implementation.
* #561452 follow-up by David_Rothstein: Use helper functions rather than file ↵Angie Byron2009-10-27
| | | | scans to retrieve module data on permissions page.
* #613666 by Jody Lynn: Fixed Sorting on admin/content table.Angie Byron2009-10-27
|
* #609728 follow-up: Oops. Committed wrong version of that last patch.Angie Byron2009-10-27
|
* #609728 by dww and JacobSingh: Skip authorize.php step in update manager if ↵Angie Byron2009-10-27
| | | | webroot files are owned by the httpd user.
* #605920 by dww and Bojhan: Fix all buttons in update manager workflow to use ↵Angie Byron2009-10-27
| | | | 'Sentence case' labels.
* - Patch #614026 by JohnAlbin, dww: fxed update_manager_install_form() signature.Dries Buytaert2009-10-26
|
* #612392 by chx and Crell: Allow lowercase comparison operators in DBTNG.Angie Byron2009-10-26
|
* #612974 by effulgentsia: Optimize toolbar to only build if it will be ↵Angie Byron2009-10-26
| | | | displayed (performance improvement).
* - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage ↵Dries Buytaert2009-10-26
| | | | Display'.
* - Patch #602490 by dww: fixed help text and action links to find the update ↵Dries Buytaert2009-10-25
| | | | manager pages.
* #613780 by yched: Fixed incomplete initialisation in ↵Angie Byron2009-10-25
| | | | _field_info_collate_fields() / 'instances'.
* #613238 by catch: Add more missing columns and tables required for upgrade.Angie Byron2009-10-24
|
* #608870 by c960657: Fixed notice in simpletest_clean_database().Angie Byron2009-10-24
|
* #609152 by redndahead, bleen18 and jim0203: Ensure node filter page ↵Angie Byron2009-10-24
| | | | validates that there were rows selected. (with tests)