summaryrefslogtreecommitdiff
path: root/modules/update
Commit message (Collapse)AuthorAge
...
* - 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 #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* #448268 by dww: Fix typo preventing update status cache from being cleared ↵Angie Byron2009-05-13
| | | | on theme admin page.
* #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.
* #431148 by pwolanin: Make it easier to visually distinguish between security ↵Angie Byron2009-04-29
| | | | updates and regular updates.
* #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵Angie Byron2009-03-14
| | | | users in one request.
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* #287178 by justinrandell: Break up various hook_form_alter()s to ↵Angie Byron2009-01-22
| | | | hook_form_FORM_ID_alters().
* #350381 by tstoeckler and swentel: Add a note about running update.php to ↵Angie Byron2009-01-18
| | | | the modules page that's easier to find than the one buried under the module updates page.
* - Patch #245990 by pwolanin: further clean-up of the HTTP request status ↵Dries Buytaert2009-01-14
| | | | fail problem.
* - Patch #266246 by David Strauss: added smart defaults for ↵Dries Buytaert2009-01-11
| | | | system_settings_form().
* - Patch #352728 by j.somers: fixed broken link.Dries Buytaert2009-01-01
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵Angie Byron2008-11-25
| | | | Drupal core.
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #334238 by justinrandell: fixed update_get_project_name.Dries Buytaert2008-11-15
|
* - Patch #297225 by keith.smith: massaged the text on the modules page a bit.Dries Buytaert2008-11-13
|
* - Patch #324443 by dww: update XML parsing of project information to take ↵Dries Buytaert2008-10-24
| | | | advantage of PHP5 XML parser.
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #267724 follow-up by Gábor Hojtsy and dww: Wrap logic in parentheses for ↵Angie Byron2008-09-23
| | | | better clarification.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #267724 by cpugeniusmv: Fix cron logic in update.module.Angie Byron2008-09-19
|
* - 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 #297207 by kscheirer and TapocoL: move update notification settings ↵Dries Buytaert2008-08-22
| | | | to more visible place.
* - Patch #290918 by pwolanin: don't unset project info during processing.Dries Buytaert2008-08-11
|
* - Patch #245329 by christefano and dmitrig01: code comment love.Dries Buytaert2008-07-24
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | 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 ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #238564 by scor: missing t() functions in the operations parameter ↵Dries Buytaert2008-03-31
| | | | of watchdog().
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* - Patch #217771 by dww: prevent wrapping of dates.Dries Buytaert2008-02-06
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #216750 by dww: Security releases from higher branches were not ignored in ↵Gábor Hojtsy2008-02-03
| | | | all cases (critical)
* #216632 by webernet, dww: more accessible update information screenGábor Hojtsy2008-02-03
|
* #215992 by dww: provide information for upgrades from Drupal 5 with update ↵Gábor Hojtsy2008-02-03
| | | | status module
* #207863 by mikey_p, Pancho: use module_load_include() as intendedGábor Hojtsy2008-01-30
|
* #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
* #212813 by dww: link project status information to the admin/reports/updates ↵Gábor Hojtsy2008-01-22
| | | | page (usability)
* #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