summaryrefslogtreecommitdiff
path: root/modules/update
Commit message (Collapse)AuthorAge
* - 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
* #210141 follow up by dww: cleaning up some code commentsGábor Hojtsy2008-01-16
|
* - Patch #210141 by dww (with some modifications by me): implement ↵Dries Buytaert2008-01-15
| | | | hook_flush_caches().
* - 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
* #207931 by ScoutBaker: some links in update.module were pointing to 'logs' ↵Gábor Hojtsy2008-01-09
| | | | instead of 'reports'
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* #205134 by damz: fix not translatable use of t() in update moduleGábor Hojtsy2008-01-01
|
* #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵Gábor Hojtsy2007-12-20
| | | | all, so we know that this is the cause of problems, not the remote host not responding.
* #162788 by dww: allow contrib update_status to provide information on ↵Gábor Hojtsy2007-12-20
| | | | disabled modules and themes too
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #200856 by Pancho: warning level requirement problems deserve a warning ↵Gábor Hojtsy2007-12-14
| | | | message not just a status message in update module
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* #196775 by dww: constant name typo caused Drupal to not inform people ↵Gábor Hojtsy2007-12-02
| | | | properly when a stale version of Drupal core was running
* #195730 by yhager: update module version numbers should always be LTRGábor Hojtsy2007-11-27
|
* #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵Gábor Hojtsy2007-11-24
| | | | download links and include more pointers to these locations
* #178581 by lot of contributors: opt-in for update module on install and ↵Gábor Hojtsy2007-11-06
| | | | update to avoid any privacy concerns
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #178892 by webchick: use drupal_get_private_key() instead of directly ↵Gábor Hojtsy2007-10-03
| | | | retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated
* - Patch #173486 by scor: fixed code style issues.Dries Buytaert2007-10-02
|
* #165638 by dww: better presentation of manual check link in update moduleGábor Hojtsy2007-09-10
|
* #168352 by webernet: fix small typo in update.moduleGábor Hojtsy2007-08-18
|
* - Patch #165685 by dww: improve strings for messages when fetching updates.Dries Buytaert2007-08-11
|
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
* - Patch #94154 by dww, Earl et al: update notifications for Drupal!Dries Buytaert2007-07-11
Woot, woot! :)