Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #330983 follow-up by David Rothenstein: Move rename function later in the ↵ | Angie Byron | 2009-02-20 |
| | | | | process to un-break D6->D7 upgrade path. | ||
* | #330983 by recidive and boombatower: Rename users/users_roles tables to ↵ | Angie Byron | 2009-02-18 |
| | | | | user/user_role for consistency. | ||
* | #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine ↵ | Angie Byron | 2009-02-08 |
| | | | | drupal root, so we don't break symlinks. | ||
* | - Patch #361699 by David Rothstein: prevent CSRF on update.php. Already ↵ | Dries Buytaert | 2009-01-21 |
| | | | | went into D6. | ||
* | - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵ | Dries Buytaert | 2009-01-19 |
| | | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module. | ||
* | #349327 by stewsnooze: Change link from 'Main page' to 'Front page' in ↵ | Angie Byron | 2009-01-17 |
| | | | | update.php for consistency. | ||
* | - Patch #349504 by keith.smith: clean up sentence spacing in code comments. | Dries Buytaert | 2008-12-20 |
| | |||
* | - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵ | Dries Buytaert | 2008-11-24 |
| | | | | removing bootstrap flag in system table. | ||
* | #320009 by Dave Reid: Catch D7 modules without a files[] line in their .info ↵ | Angie Byron | 2008-11-20 |
| | | | | files. | ||
* | #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ↵ | Angie Byron | 2008-11-03 |
| | | | | -> D7. | ||
* | - Patch #325426 by moshe: correct count in update.php. | Dries Buytaert | 2008-10-24 |
| | |||
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | #305653 by Dave Reid, cdale, and snowball43: Fix bug where enabled themes ↵ | Angie Byron | 2008-10-10 |
| | | | | get unmarked during update.php. | ||
* | - Patch #309821 by sun et al: automatic site maintenance during update.php. | Dries Buytaert | 2008-10-08 |
| | |||
* | #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵ | Angie Byron | 2008-09-20 |
| | | | | absolute paths. | ||
* | - Patch #309821 by Rob Loach: automatically put sites in maintenance mode ↵ | Dries Buytaert | 2008-09-19 |
| | | | | when updates are being run. | ||
* | #286035 follow-up by maartenvg: Fix problem with contrib updates not firing ↵ | Angie Byron | 2008-09-09 |
| | | | | unless system update exists. | ||
* | #286035 follow-up by swentel: Make updates work again. | Angie Byron | 2008-09-09 |
| | |||
* | - Patch #286035 by moshe: remove update.php number dropdowns. | Dries Buytaert | 2008-08-31 |
| | |||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - 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. | ||
* | - Patch #226881 by boydjd: fixed coding style issues. | Dries Buytaert | 2008-03-19 |
| | |||
* | #200028 by dww: trivial syntax fix in cache clearing | Gábor Hojtsy | 2008-02-03 |
| | |||
* | #200028 follow up by dww: clear update module cache on update.php run as well | Gábor Hojtsy | 2008-01-30 |
| | |||
* | #208602 follow up by myself and webernet: invert conditional to properly ↵ | Gábor Hojtsy | 2008-01-21 |
| | | | | update schema versions, when needed | ||
* | #208602 by KarenS: add support for aborting all updates of one module, when ↵ | Gábor Hojtsy | 2008-01-17 |
| | | | | a critical error happens | ||
* | #200674 by scor, catch: update.php should inform users if their memory limit ↵ | Gábor Hojtsy | 2008-01-16 |
| | | | | will possibly result in a WSOD | ||
* | #199946 by JirkaRybka: append a short query string to CSS and JS files, ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush' | ||
* | #197722 by catch, hwsong3i: remove 4.7 to 5.x updates; we only support ↵ | Gábor Hojtsy | 2007-12-26 |
| | | | | direct updates from 5.x to 6.x | ||
* | #194310 by JirkaRybka: t() was misused in update.php (we should not use t() ↵ | Gábor Hojtsy | 2007-12-23 |
| | | | | in the update process) | ||
* | #196630 by yched: postpone warning message display until batch finished, so ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | messages are not forgotten on non-JS batches | ||
* | #199336 by JirkaRybka: remove improper t() use in update code (update goes ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | all in English, but there were some mistakes), and add messages to updates where there was no return value otherwise, so users know what happens in each update | ||
* | #201997 by webernet: fix bad variable name in update requirements check ↵ | Gábor Hojtsy | 2007-12-18 |
| | | | | introduced in #194310 | ||
* | #194310 by chx, catch, KarenS: run updates for disabled but previously ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | installed modules, if they are compatible with the current system | ||
* | #200271 by catch: more old 4.6 to 4.7 update path functions removed, as we ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | don't support direct upgrades from 4.6 to 6.x definitely | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting | ||
* | #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | maintenance pages (regression) | ||
* | - Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire ↵ | Dries Buytaert | 2007-11-16 |
| | | | | bootstrap hooks during update. | ||
* | #165140 by dww: rename logs to reports (usability improvement) | Gábor Hojtsy | 2007-10-20 |
| | |||
* | #181758 by webernet: move cache_block creation to ↵ | Gábor Hojtsy | 2007-10-09 |
| | | | | update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process | ||
* | #176805 by dww: conditional linking to dblog pages in update.php, so if the ↵ | Gábor Hojtsy | 2007-10-02 |
| | | | | module is not enabled, we don't get broken links | ||
* | #162432 by bjaspan and chx: serial columns need their keys defined in ↵ | Gábor Hojtsy | 2007-09-14 |
| | | | | db_change_field() and friends in MySQL | ||
* | #171646 by JirkaRybka: store version usage information for every source ↵ | Gábor Hojtsy | 2007-09-02 |
| | | | | string, optimize caching and prune the initially unused strings | ||
* | - Removing whitespace. | Dries Buytaert | 2007-08-30 |
| | |||
* | #170638 by JirkaRybka and chx: move update access variable to settings.php, ↵ | Gábor Hojtsy | 2007-08-28 |
| | | | | so we can check whether it is wide open, and we have one place for settings | ||
* | #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵ | Gábor Hojtsy | 2007-08-26 |
| | | | | near flowless updates | ||
* | #159443: Update.php text out of date and difficult to follow. | Steven Wittens | 2007-07-15 |
| | |||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #154949 by Crell and dww: let modules and themes specify a minimum required ↵ | Gábor Hojtsy | 2007-06-27 |
| | | | | PHP version, under which they will not be possible to be turned on | ||
* | - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵ | Dries Buytaert | 2007-06-08 |
| | | | | core compatibility version. |