Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #602490 by dww: fixed help text and action links to find the update manager pages.
- 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.
#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().
#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
- Patch #597484 by dww: use the Queue API to fetch available update data.
- Patch #456088 by dww, JohnAlbin | Dave Reid, Gábor Hojtsy, pwolanin, tic2000, meba: sub-themes not notified of security updates for base themes.
- Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links.
- Patch #297207 by Gábor Hojtsy: move the update settings.
#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.
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
*** empty log message ***
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
#545952 by yoroy and Gábor Hojtsy: move modules to config/modules.
- 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.
- Patch #199774 by dww, ugerhard, brianV, John Morahan: make it more 'natural' to enable security notification e-mails.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
#243253 by Benjamin Melançon, dww: Update status should not attempt to request update data until a limit is reached. Fixed Drupal instances when drupal.org is down and gets less load on Drupal.org if data is not found.
- 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.
#243253 by dww: Put a check in update.module to see if server was reachable.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- Patch #471070 by stella: millions of code style fixes.
#448268 by dww: Make sure that submitting the themes admin form clears out the update status cache, just like the modules admin form does.
#448268 by dww: Fix typo preventing update status cache from being cleared on theme admin page.
#220592 by dww and pwolanin: Always use the database for caching in update module, so that drupal.org project data persists. Improves both local and drupal.org site performance.
#220592 by dww and pwolanin: Update module now always uses the database for caching so that drupal.org project data persists and site performance (in both directions) is not horrifically mangled.
#431148 by pwolanin, dww: Make it easier to visually distinguish security updates on Updates report
#431148 by pwolanin: Make it easier to visually distinguish between security updates and regular updates.
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
#350381 by tstoeckler and swentel: Add a note about running update.php to the modules page that's easier to find than the one buried under the module updates page.
- Patch #352728 by j.somers: fixed broken link.
- Patch #297225 by keith.smith: massaged the text on the modules page a bit.
#267724 follow-up by Gábor Hojtsy and dww: Wrap logic in parentheses for better clarification.
#267724 by cpugeniusmv, dww, maartenvg: Update module was not checking for new data when the cache was cleared, until the set time was elapsed. Now checks on cron after the cache was cleared.
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
#267724 by cpugeniusmv: Fix cron logic in update.module.
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
- Patch #297207 by kscheirer and TapocoL: move update notification settings to more visible place.
- Patch #245329 by christefano and dmitrig01: code comment love.
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
#207863 by mikey_p, Pancho: use module_load_include() as intended
#200028 by agentrickard, dww: cache more project module data, so there is less burden on Drupal when generating admin pages (performance)
#212813 by dww: link project status information to the admin/reports/updates page (usability)
#209242 by dww: local .info file changes (ie. updated code) was not taken properly into account in update module
#210141 follow up by dww: cleaning up some code comments
- Patch #210141 by dww (with some modifications by me): implement hook_flush_caches().
- Patch #210140 by dww: fixed code comment: 'default_major' is now deprecated in favor of 'supported_majors'.
#197186 by dww, testing by catch, webernet, greggles: (critical security functionality) update.module did not inform users when their current release became revoked/not supported
#207931 by ScoutBaker: some links in update.module were pointing to 'logs' instead of 'reports'
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
#200856 by Pancho: warning level requirement problems deserve a warning message not just a status message in update module
#196775 by dww: constant name typo caused Drupal to not inform people properly when a stale version of Drupal core was running
#175876 by hazexp, webernet, keith.smith: unify module/theme/translation download links and include more pointers to these locations
#178581 by lot of contributors: opt-in for update module on install and update to avoid any privacy concerns
#165140 by dww: rename logs to reports (usability improvement)
- Patch #94154 by dww, Earl et al: update notifications for Drupal! Woot, woot! :)
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |