Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #243253 by dww: Put a check in update.module to see if server was reachable. | Angie Byron | 2009-06-06 | |
| | ||||
* | - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵ | Dries Buytaert | 2009-05-27 | |
| | | | | nominalizations from Docblocks. | |||
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 | |
| | ||||
* | #448268 by dww: Fix typo preventing update status cache from being cleared ↵ | Angie Byron | 2009-05-13 | |
| | | | | on theme admin page. | |||
* | #220592 by dww and pwolanin: Update module now always uses the database for ↵ | Angie Byron | 2009-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 Byron | 2009-04-29 | |
| | | | | updates and regular updates. | |||
* | #287178 by justinrandell: Break up various hook_form_alter()s to ↵ | Angie Byron | 2009-01-22 | |
| | | | | hook_form_FORM_ID_alters(). | |||
* | #350381 by tstoeckler and swentel: Add a note about running update.php to ↵ | Angie Byron | 2009-01-18 | |
| | | | | 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. | Dries Buytaert | 2009-01-01 | |
| | ||||
* | - Patch #297225 by keith.smith: massaged the text on the modules page a bit. | Dries Buytaert | 2008-11-13 | |
| | ||||
* | #267724 follow-up by Gábor Hojtsy and dww: Wrap logic in parentheses for ↵ | Angie Byron | 2008-09-23 | |
| | | | | better clarification. | |||
* | #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵ | Angie Byron | 2008-09-20 | |
| | | | | absolute paths. | |||
* | #267724 by cpugeniusmv: Fix cron logic in update.module. | Angie Byron | 2008-09-19 | |
| | ||||
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵ | Dries Buytaert | 2008-09-17 | |
| | | | | developer experience. | |||
* | - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵ | Dries Buytaert | 2008-09-06 | |
| | | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency. | |||
* | - Patch #297207 by kscheirer and TapocoL: move update notification settings ↵ | Dries Buytaert | 2008-08-22 | |
| | | | | to more visible place. | |||
* | - Patch #245329 by christefano and dmitrig01: code comment love. | Dries Buytaert | 2008-07-24 | |
| | ||||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-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 Buytaert | 2008-04-14 | |
| | | | | 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 | Gábor Hojtsy | 2008-01-30 | |
| | ||||
* | #200028 by agentrickard, dww: cache more project module data, so there is ↵ | Gábor Hojtsy | 2008-01-27 | |
| | | | | less burden on Drupal when generating admin pages (performance) | |||
* | #212813 by dww: link project status information to the admin/reports/updates ↵ | Gábor Hojtsy | 2008-01-22 | |
| | | | | page (usability) | |||
* | #209242 by dww: local .info file changes (ie. updated code) was not taken ↵ | Gábor Hojtsy | 2008-01-17 | |
| | | | | properly into account in update module | |||
* | #210141 follow up by dww: cleaning up some code comments | Gábor Hojtsy | 2008-01-16 | |
| | ||||
* | - Patch #210141 by dww (with some modifications by me): implement ↵ | Dries Buytaert | 2008-01-15 | |
| | | | | hook_flush_caches(). | |||
* | - Patch #210140 by dww: fixed code comment: 'default_major' is now ↵ | Dries Buytaert | 2008-01-15 | |
| | | | | deprecated in favor of 'supported_majors'. | |||
* | #197186 by dww, testing by catch, webernet, greggles: (critical security ↵ | Gábor Hojtsy | 2008-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 Hojtsy | 2008-01-09 | |
| | | | | instead of 'reports' | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 | |
| | ||||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-12-14 | |
| | | | | message not just a status message in update module | |||
* | #196775 by dww: constant name typo caused Drupal to not inform people ↵ | Gábor Hojtsy | 2007-12-02 | |
| | | | | properly when a stale version of Drupal core was running | |||
* | #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-11-06 | |
| | | | | update to avoid any privacy concerns | |||
* | #165140 by dww: rename logs to reports (usability improvement) | Gábor Hojtsy | 2007-10-20 | |
| | ||||
* | - Patch #94154 by dww, Earl et al: update notifications for Drupal! | Dries Buytaert | 2007-07-11 | |
Woot, woot! :) |