summaryrefslogtreecommitdiff
path: root/modules/update/update.fetch.inc
Commit message (Collapse)AuthorAge
* Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, ↵David Rothstein2015-10-14
| | | | joachim, Eda: document Batch API callbacks as callback implementations
* Issue #2145077 by TR: Fix spelling errors in D7 tests and commentsJennifer Hodgdon2013-12-03
|
* Issue #1036780 by Mike Wacker, tim.plunkett | cafuego: Enabled Drupal.org to ↵David Rothstein2012-08-29
| | | | collect stats on enabled sub-modules and core modules.
* Issue #1263040 by catch, akamaus, luk.stoops: Fixed No notifications sent ↵webchick2012-07-07
| | | | when updates are available.
* Issue #1431634 by Tor Arne Thune: API docs cleanup for update moduleJennifer Hodgdon2012-06-15
|
* Issue #1481156 by lucascaro, npiacentine: Fixed Incorrect logic in creating ↵webchick2012-04-28
| | | | url to fetch information about project updates.
* Issue #1484216 by catch, Berdir, beejeebus, tim.plunkett: Fixed Race ↵webchick2012-04-28
| | | | condition in _update_create_fetch_task() (PDO Exceptions).
* - Patch #565288 by bfroehle, anarcat, p.brouwers, aspilicious: cannot ↵Dries Buytaert2011-09-10
| | | | install Drupal when Drupal.org is 503 (at Drupalcon!).
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #669556 by Dave Reid: Move update_requirements() to update.install.Angie Byron2009-12-29
|
* #597390 by Dave Reid and dww: Fixed PHP notices on non-existant projects ↵Angie Byron2009-10-13
| | | | when parsing update XML.
* - Patch #597484 by dww: use the Queue API to fetch available update data.Dries Buytaert2009-10-13
|
* #391264 by mfb and dww: Added exception handling to Update module XML parsing.Angie Byron2009-10-05
|
* - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should ↵Dries Buytaert2009-07-03
| | | | not call drupal_urlencode().
* #243253 by dww: Put a check in update.module to see if server was reachable.Angie Byron2009-06-06
|
* #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.
* #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 #245990 by pwolanin: further clean-up of the HTTP request status ↵Dries Buytaert2009-01-14
| | | | fail problem.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #324443 by dww: update XML parsing of project information to take ↵Dries Buytaert2008-10-24
| | | | advantage of PHP5 XML parser.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - 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 #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().
* #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)
* #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.
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* #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 #165685 by dww: improve strings for messages when fetching updates.Dries Buytaert2007-08-11
|
* - Patch #94154 by dww, Earl et al: update notifications for Drupal!Dries Buytaert2007-07-11
Woot, woot! :)