Commit Graph

125 Commits (98258d6c59cf01074bdfcbd127de4c40309f02df)

Author SHA1 Message Date
Angie Byron 14c1c505e0 #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs in https support and use https for authorize.php if available. 2009-11-01 23:02:13 +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 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 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
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 f5b9781eee #613230 by dww: Allow upgrading -dev with update manager. 2009-10-24 03:03:44 +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 0220996178 - Patch #605344 by dww: documentation and code style fixes for update manager. This was ready before freeze. 2009-10-22 00:52:03 +00:00
Dries Buytaert 81bba297e6 - Patch #602582 by dww, cweagans: changed name and description in update.info to reflect update manager functionality. 2009-10-16 21:02:23 +00:00
Angie Byron 6abcc47e25 #538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D 2009-10-15 21:19:31 +00:00
Angie Byron bc9a742f68 #597390 by Dave Reid and dww: Fixed PHP notices on non-existant projects when parsing update XML. 2009-10-13 08:02:49 +00:00
Angie Byron 89d04ea78a #561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it. 2009-10-13 05:26:57 +00:00
Dries Buytaert 9058a8984d - Patch #597484 by dww: use the Queue API to fetch available update data. 2009-10-13 02:14:05 +00:00
Angie Byron 1878abad70 #600776 by dww: Removed stray whitespace in update.test. 2009-10-10 07:57:02 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Dries Buytaert 6481f6db33 - Patch #456088 by dww, JohnAlbin | Dave Reid, Gábor Hojtsy, pwolanin, tic2000, meba: sub-themes not notified of security updates for base themes. 2009-10-08 15:40:34 +00:00
Angie Byron fa498602e4 #343898 by dww and JohnAlbin: Respect hidden property in themes to allow for theme testing. 2009-10-06 01:38:55 +00:00
Angie Byron 03f9a31663 #319033 by dww, Dave Reid, Ralf: Fixed weird order of projects listed on updates page (with tests). 2009-10-05 02:26:36 +00:00
Angie Byron c95229da57 #391264 by mfb and dww: Added exception handling to Update module XML parsing. 2009-10-05 01:24:37 +00:00
Dries Buytaert 6a4064e3d4 - Patch #591632 by dww | chx: Changed Refactor tests to allow testing contrib. 2009-10-01 19:23:21 +00:00
Angie Byron ae84c08eaa #334238 follow-up by Dave Reid: Fixed detection of core modules and themes in update.module. 2009-09-29 16:30:30 +00:00
Dries Buytaert 2529960660 - Patch #356841 by trogie, Dave Reid | dww: update status 'last checked time' should output actual date of last check. 2009-09-27 11:15:53 +00:00
Dries Buytaert 319f5ef91b - Patch #499828 by Dave Reid, Darren Oh, dww | Dries: fixed wrong release date on multi-module projects. Now with extra tests! 2009-09-27 00:15:28 +00:00
Dries Buytaert bf7175abe5 - Patch #253501 by dww, cwgordon7 | boombatower, Dave Reid: added tests for update.module. 2009-09-26 17:03:13 +00:00
Angie Byron df02fa3ca4 #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Dries Buytaert 029c48c68d - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. 2009-09-10 06:38:20 +00:00
Dries Buytaert 82b51dff1d - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
Dries Buytaert 9d7f90f11b - Patch #297207 by Gábor Hojtsy: move the update settings. 2009-08-29 14:08:36 +00:00
Angie Byron ce1fa8c112 #162788 by dww, Dave Reid, and JohnAlbin: Add option to include modules that aren't enabled in Update Status. 2009-08-24 00:42:34 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron 36ec189695 #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string. 2009-08-22 14:34:23 +00:00
Angie Byron b41323642b #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. 2009-08-17 19:14:42 +00:00
Angie Byron 049a8896f5 #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. 2009-08-12 23:51:19 +00:00
Dries Buytaert 9f44fd1b86 - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> Themes section to the top level Appearance item as outlined in the D7UX IA. 2009-07-31 11:20:43 +00:00
Dries Buytaert 6ef2ddae21 - Patch #199774 by dww, ugerhard, brianV, John Morahan: make it more 'natural' to enable security notification e-mails. 2009-07-30 19:32:19 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00
Dries Buytaert 44740785fe - Patch #518750 by Damien Tournoud: rethink system settings form. 2009-07-16 10:44:21 +00:00
Dries Buytaert e49ac650a6 - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode(). 2009-07-03 19:21:55 +00:00
Dries Buytaert fabaaaaa6e - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates. 2009-06-22 13:21:38 +00:00
Dries Buytaert 0a2352c866 - Patch #490562 by dww: updated list of core themes. 2009-06-13 11:27:35 +00:00
Dries Buytaert 28b2f098be - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages. 2009-06-08 05:00:12 +00:00
Dries Buytaert 1f9077ee92 - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00