Commit Graph

11549 Commits (19fb7786167347e7509aeb9569a19674f6a31f6b)

Author SHA1 Message Date
Dries Buytaert 3d1058eb26 - Patch #519046 by catch, pwolanin, sun: clean up toolbar menu code and added TODOs. 2009-10-30 21:43:41 +00:00
Dries Buytaert d72539f1b5 - Patch #200931 by Darren Oh, asimmonds: fixed schema not being available in hook_install()/hook_enable(). 2009-10-30 21:41:45 +00:00
Angie Byron fc81470ff3 #617532 by matt2000: Fixed field_ui() menu paths with underscores in content type names. 2009-10-29 07:23:38 +00:00
Angie Byron 374fbf713f #615866 by yched: Fixed Field UI redirections. 2009-10-29 07:21:04 +00:00
Angie Byron 8820c9f3af #615526 by Crell: Use slave servers for tracker module. 2009-10-29 07:18:55 +00:00
Angie Byron 46f988bcc5 #615516 by Crell: Use slave servers for statistics module. 2009-10-29 07:17:22 +00:00
Angie Byron f05e3c2fcf #616742 by Amitaibu: Fixed adding an existing field in Field UI. 2009-10-29 07:14:58 +00:00
Angie Byron 616861c866 #602496 by dww: Clean up the update manager project selector page when updating your site. 2009-10-29 07:11:50 +00:00
Angie Byron b1dc42eb92 #605292 by dww: Work-around BatchAPI's inability to propagate failure in update manager. 2009-10-29 07:08:38 +00:00
Angie Byron 58dd4caa98 #610290 by dww and sun: system_run_authorized() shouldn't always drupal_goto() so it can be used in submit handlers. 2009-10-29 06:58:56 +00:00
Angie Byron 1da73d26c2 #591794 by chx, Rob Loach, sun, JohnAlbin: Give themes access to alter hooks. 2009-10-27 19:29:12 +00:00
Angie Byron 37eb92447f #615528 by David_Rothstein: Fixed Incorrect code comment regarding DrupalFakeCache in the installer. 2009-10-27 06:07:38 +00:00
Angie Byron 804ff089f1 #613912 by dww: Move host and port into a collapsed 'Advanced settings' fieldset on the authorize.php connection settings forms. 2009-10-27 04:16:39 +00:00
Angie Byron 0e05035b71 #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: API changes to support overlays: lays ground work for implementation. 2009-10-27 04:12:39 +00:00
Angie Byron ca7b56e735 #561452 follow-up by David_Rothstein: Use helper functions rather than file scans to retrieve module data on permissions page. 2009-10-27 04:08:42 +00:00
Angie Byron 9ad53c524a #613666 by Jody Lynn: Fixed Sorting on admin/content table. 2009-10-27 04:06:44 +00:00
Angie Byron 2d47717b49 #609728 follow-up: Oops. Committed wrong version of that last patch. 2009-10-27 03:34:01 +00:00
Angie Byron 91bb068377 #609728 by dww and JacobSingh: Skip authorize.php step in update manager if webroot files are owned by the httpd user. 2009-10-27 03:31:21 +00:00
Angie Byron f4d17e018c #605920 by dww and Bojhan: Fix all buttons in update manager workflow to use 'Sentence case' labels. 2009-10-27 03:27:00 +00:00
Dries Buytaert 75f243f55c - Patch #614026 by JohnAlbin, dww: fxed update_manager_install_form() signature. 2009-10-26 13:03:10 +00:00
Dries Buytaert ccdf82a500 - Patch #532010 by c960657, catch: use require instead of require_once() in _registry_check_code(). 2009-10-26 13:00:54 +00:00
Angie Byron c1ce884e4b #612392 by chx and Crell: Allow lowercase comparison operators in DBTNG. 2009-10-26 04:46:38 +00:00
Angie Byron 7536a35414 #612974 by effulgentsia: Optimize toolbar to only build if it will be displayed (performance improvement). 2009-10-26 04:45:10 +00:00
Dries Buytaert bbce39fff3 - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage Display'. 2009-10-26 00:15:59 +00:00
Dries Buytaert 0c0957ba9f - Patch #602490 by dww: fixed help text and action links to find the update manager pages. 2009-10-25 19:52:47 +00:00
Angie Byron 4d3292f754 #613780 by yched: Fixed incomplete initialisation in _field_info_collate_fields() / 'instances'. 2009-10-25 02:51:28 +00:00
Angie Byron 9130cc5e2d #613238 by catch: Add more missing columns and tables required for upgrade. 2009-10-24 23:19:21 +00:00
Angie Byron 47328efca6 #608870 by c960657: Fixed notice in simpletest_clean_database(). 2009-10-24 23:12:11 +00:00
Angie Byron 09f2d3266b #609152 by redndahead, bleen18 and jim0203: Ensure node filter page validates that there were rows selected. (with tests) 2009-10-24 21:39:40 +00:00
Angie Byron 88b1575eb1 #578544 by yched: Move field creation widgets into the same columns as existing fields. 2009-10-24 17:26:16 +00:00
Angie Byron 26b6b596c2 #613542 by yched: field_test.module cleanup. 2009-10-24 17:02:51 +00:00
Dries Buytaert cd8aeb0c0f - Patch #610066 by jhodgdon: hook_node_access_records() documentation was badly formatted. 2009-10-24 11:49:52 +00:00
Dries Buytaert b7554d30b2 - Patch #606180 by JacobSingh: add better validation and errors message when installing new code via update manager. Usability improvement. 2009-10-24 11:43:42 +00:00
Dries Buytaert 35d0b6d678 - Patch #605918 by dww, JacobSingh: port update manager to use the new Archiver class, not directly Archive_Tar, and fixed usability problem with unwanted link showing up. 2009-10-24 11:41:05 +00:00
Angie Byron df12d6ff7d #602520 by JacobSingh and dww: Make FileTransfer form have one option for FTP (ftp_extension() preferred). 2009-10-24 05:38:28 +00:00
Angie Byron 7c08cff12e #320331 follow-up by Dave Reid: Remove documentation for no-longer-existing custom_url_rewrite functions. 2009-10-24 05:28:16 +00:00
Angie Byron e4c4f1f1ce #609506 by yched and johanneshahn: Fixed 'Undefined index' on admin/reports/fields and 'change widget' form. 2009-10-24 05:26:13 +00:00
Angie Byron cd7b8f0999 #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks. 2009-10-24 05:13:44 +00:00
Angie Byron dec6514c3b #595876 by c960657: Fixed taxonomy term reordering (with tests). 2009-10-24 04:23:51 +00:00
Angie Byron 6c5e31abcb #613238 by catch: Fixed missing columns and tables required for upgrade. 2009-10-24 03:20:43 +00:00
Angie Byron f5b9781eee #613230 by dww: Allow upgrading -dev with update manager. 2009-10-24 03:03:44 +00:00
Angie Byron aa8bd675d2 #599804 by catch: Fix upgrade path. 2009-10-24 02:22:53 +00:00
Angie Byron ae70677b3d #524710 by catch and gordon: Add role_permission() table earlier in order to allow upgrade path to work. 2009-10-24 01:46:13 +00:00
Angie Byron 63ac367e4f #585628 by catch: Fixed accessing update.php as anonymous user. 2009-10-24 01:31:05 +00:00
Angie Byron cc88a19993 #612920 by catch: Added required table columns so that update.php doesn't spew fatal errors. 2009-10-24 01:22:28 +00:00
Angie Byron a7149821d6 #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). 2009-10-23 22:24:19 +00:00
Dries Buytaert f2d90e99fb - Patch #606796 by jhodgdon: fixed documentation inaccuracy with filter_form(). 2009-10-23 01:06:58 +00:00
Dries Buytaert 08386dac6d - Patch #611990 by c960657: the “Clean environment” button did not flush all caches. 2009-10-23 01:04:10 +00:00
Dries Buytaert cbd7938955 - Patch #611032 by c960657: fixed bug with wrong variable used in file_build_uri(). Added tests. 2009-10-23 01:00:52 +00:00
Dries Buytaert 2d1634134d - Patch #604618 by Crell, JacobSingh, axyjo: improve error handling of archiver. 2009-10-23 00:55:59 +00:00