summaryrefslogtreecommitdiff
path: root/modules/update/update.compare.inc
Commit message (Collapse)AuthorAge
* Issue #2340675 by er.pushpinderrana, David Hernández: Clarify first, unused ↵Jennifer Hodgdon2014-09-23
| | | | argument docs in update_calculate_project_update_status()
* Issue #1343768 by JamesOakley, eMPee584: Fixed make ↵webchick2012-08-18
| | | | update_calculate_project_update_status() work nicely with HEAD releases.
* Issue #1431634 by Tor Arne Thune: API docs cleanup for update moduleJennifer Hodgdon2012-06-15
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #929756 by dww: Fixed Update manager UI uses stale project data.Angie Byron2010-10-04
|
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.Angie Byron2010-01-04
|
* #669626 by dww: Reduce RAM bloat: split update status logic into a ↵Angie Byron2009-12-29
| | | | per-project helper and only save available release info we care about.
* #669554 follow-up by dww: Remove 'hidden' as an .info file property Update ↵Angie Byron2009-12-29
| | | | module cares to cache.
* #669554 by dww: Reduce RAM bloat: only save attributes from .info we care ↵Angie Byron2009-12-29
| | | | about in Update module.
* #561452 by pwolanin and David_Rothstein: Add API function to get ↵Angie Byron2009-10-13
| | | | module/theme info without rebuilding it.
* - Patch #597484 by dww: use the Queue API to fetch available update data.Dries Buytaert2009-10-13
|
* - Patch #456088 by dww, JohnAlbin | Dave Reid, Gábor Hojtsy, pwolanin, ↵Dries Buytaert2009-10-08
| | | | tic2000, meba: sub-themes not notified of security updates for base themes.
* #343898 by dww and JohnAlbin: Respect hidden property in themes to allow for ↵Angie Byron2009-10-06
| | | | theme testing.
* #334238 follow-up by Dave Reid: Fixed detection of core modules and themes ↵Angie Byron2009-09-29
| | | | in update.module.
* - Patch #499828 by Dave Reid, Darren Oh, dww | Dries: fixed wrong release ↵Dries Buytaert2009-09-27
| | | | date on multi-module projects. Now with extra tests!
* #162788 by dww, Dave Reid, and JohnAlbin: Add option to include modules that ↵Angie Byron2009-08-24
| | | | aren't enabled in Update Status.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | 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://.
* #545952 by yoroy and Gábor Hojtsy: move modules to config/modules.Angie Byron2009-08-12
|
* - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> ↵Dries Buytaert2009-07-31
| | | | Themes section to the top level Appearance item as outlined in the D7UX IA.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #490562 by dww: updated list of core themes.Dries Buytaert2009-06-13
|
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* #243253 by dww: Put a check in update.module to see if server was reachable.Angie Byron2009-06-06
|
* #481508 by JamesAn: Update update module to use drupal_static().Angie Byron2009-06-05
|
* #445748 by dww and Dave Reid: Add a hook_update_projects_alter() for modules ↵Angie Byron2009-06-05
| | | | that wish to do modify data in update status module.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #220592 by dww and pwolanin: Update module now always uses the database for ↵Angie Byron2009-04-29
| | | | caching so that drupal.org project data persists and site performance (in both directions) is not horrifically mangled.
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #334238 by justinrandell: fixed update_get_project_name.Dries Buytaert2008-11-15
|
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #295152 by dww, Damien Tournoud, et al: fixed version comparison.Dries Buytaert2008-08-28
|
* - Patch #290918 by pwolanin: don't unset project info during processing.Dries Buytaert2008-08-11
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #216750 by dww: Security releases from higher branches were not ignored in ↵Gábor Hojtsy2008-02-03
| | | | all cases (critical)
* #200028 by agentrickard, dww: cache more project module data, so there is ↵Gábor Hojtsy2008-01-27
| | | | less burden on Drupal when generating admin pages (performance)
* #212921 by fgm: remove unused reference on update_process_info_list() ↵Gábor Hojtsy2008-01-25
| | | | parameter list, which causes strict warnings in PHP 5
* #211403 by dww: Removed fallback code for determining the project based on ↵Gábor Hojtsy2008-01-22
| | | | the directory.
* #209242 by dww: local .info file changes (ie. updated code) was not taken ↵Gábor Hojtsy2008-01-17
| | | | properly into account in update module
* - Patch #210140 by dww: fixed code comment: 'default_major' is now ↵Dries Buytaert2008-01-15
| | | | deprecated in favor of 'supported_majors'.
* #197186 by dww, testing by catch, webernet, greggles: (critical security ↵Gábor Hojtsy2008-01-10
| | | | functionality) update.module did not inform users when their current release became revoked/not supported
* - Patch #94154 by dww, Earl et al: update notifications for Drupal!Dries Buytaert2007-07-11
Woot, woot! :)