Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#597390 by Dave Reid and dww: Fixed PHP notices on non-existant projects when parsing update XML.
- Patch #597484 by dww: use the Queue API to fetch available update data.
#391264 by mfb and dww: Added exception handling to Update module XML parsing.
#310139 by fonant, c960657, pwolanin: drupal_urlencode() and Drupal.encodeURIComponent was used to encode query strings and other components it should not have been used for
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
#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.
#445748 by Dave Reid, dww: Fix module support for disabled module update status checking and do not track usage in that case.
#243253 by dww: Put a check in update.module to see if server was reachable.
#445748 by dww and Dave Reid: Add a hook_update_projects_alter() for modules that wish to do modify data in update status module.
- Patch #471070 by stella: millions of code style fixes.
#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.
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
#245990 follow up by Damien Tournoud, David_Rothstein, pwolanin: Move back to an internal URL check for HTTP request checking and make the request checking less intrusive on what requests can be accomplished
- Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem.
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #324443 by dww: update XML parsing of project information to take advantage of PHP5 XML parser.
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
- 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 #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.
#238564 by scor: two missing t() calls in update.module
- Patch #238564 by scor: missing t() functions in the operations parameter of watchdog().
#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)
#196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding.
#165140 by dww: rename logs to reports (usability improvement)
#178892 by webchick: use drupal_get_private_key() instead of directly retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated
- Patch #165685 by dww: improve strings for messages when fetching updates.
- 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 |