Commit Graph

236 Commits (6d4b0a24fad35cfbbf48d3b3f82ff5dbc243e5cb)

Author SHA1 Message Date
Dries Buytaert 9771f15ffc - Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire bootstrap hooks during update. 2007-11-16 15:35:24 +00:00
Gábor Hojtsy 7c31bcdeac #165140 by dww: rename logs to reports (usability improvement) 2007-10-20 21:57:50 +00:00
Gábor Hojtsy c1e9256dcb #181758 by webernet: move cache_block creation to update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process 2007-10-09 16:08:37 +00:00
Gábor Hojtsy 6cc4cc21e0 #176805 by dww: conditional linking to dblog pages in update.php, so if the module is not enabled, we don't get broken links 2007-10-02 08:41:13 +00:00
Gábor Hojtsy c3972cf506 #162432 by bjaspan and chx: serial columns need their keys defined in db_change_field() and friends in MySQL 2007-09-14 17:46:32 +00:00
Gábor Hojtsy b5331d0859 #171646 by JirkaRybka: store version usage information for every source string, optimize caching and prune the initially unused strings 2007-09-02 15:19:16 +00:00
Dries Buytaert 00181ecb39 - Removing whitespace. 2007-08-30 19:54:22 +00:00
Gábor Hojtsy 1372700977 #170638 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings 2007-08-28 11:42:56 +00:00
Gábor Hojtsy 39d776faa9 #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow near flowless updates 2007-08-26 08:27:09 +00:00
Steven Wittens eaaba7cb8b #159443: Update.php text out of date and difficult to follow. 2007-07-15 05:57:40 +00:00
Dries Buytaert ee701b3336 - Patch #155986 by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Gábor Hojtsy 8650d5a77a #154949 by Crell and dww: let modules and themes specify a minimum required PHP version, under which they will not be possible to be turned on 2007-06-27 17:54:49 +00:00
Dries Buytaert 29eb5a6284 - Patch #146910 by dww: only allow enabling modules with the same Drupal core compatibility version. 2007-06-08 05:50:58 +00:00
Steven Wittens 7f8b191781 #119441: JavaScript aggregator/compressor by m3avrck and others. 2007-06-01 09:05:45 +00:00
Dries Buytaert 3cafffe63f - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave. 2007-05-25 12:46:46 +00:00
Dries Buytaert b4ef53eccc - Patch #127539 by yched: batch processing fixes. 2007-05-16 07:56:19 +00:00
Gábor Hojtsy 85cae8161f #127539 by bjaspan: fix comma syntax error in update.php and system.install 2007-05-09 11:39:23 +00:00
Gábor Hojtsy 9003e7590f #141575 by yched: remove call time pass by reference 2007-05-07 10:06:00 +00:00
Dries Buytaert e66371cac1 - Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance. 2007-05-06 05:47:52 +00:00
Gábor Hojtsy c740ac7fd5 #127539: progressive operation support, refactoring update.php code to a generic batch API to support runnning operations in multiple HTTP requests
- update.php is already on the batch API
  - node access rebuilding is in the works
  - automatic locale importing is in the works

 Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches,
 and the fantastic turnaround times. Hats off.
2007-05-04 09:41:37 +00:00
Dries Buytaert 9a142acc8d - Patch #137376 by Gabor: add language support to nodes. 2007-04-25 21:28:00 +00:00
Dries Buytaert e675979091 - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Dries Buytaert f1bb6aec89 - Proper capitalization. 2007-04-02 15:15:50 +00:00
Dries Buytaert cb34d838f3 - Patch #131483 by kkaefer: E_NOTICE cleanup. 2007-03-28 07:02:47 +00:00
Steven Wittens bfa5d45db8 - Missing task list during update with JS turned on. 2007-03-02 09:54:01 +00:00
Steven Wittens ba0ff1a9b7 #117018: Use Garland theme for installer/maintenance pages, and add task list in the sidebar.
- Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
2007-03-02 09:40:27 +00:00
Neil Drumm 9c86de1824 #104107 by ChrisKennedy. Clear all of the DB caches in update.php. 2006-12-25 21:22:03 +00:00
Dries Buytaert 633fcda899 - Patch #103187 by dvessle: remove stray p.error. 2006-12-19 09:50:55 +00:00
Steven Wittens 71043b991c #103281: Watchdog link in update.php was incorrect. 2006-12-15 07:49:11 +00:00
Steven Wittens 24e449b61a #103281: Watchdog link in update.php was incorrect. 2006-12-15 07:48:30 +00:00
Steven Wittens b86f45b1e6 #100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads. 2006-12-10 09:54:35 +00:00
Neil Drumm dcd80a6f3f #99970 by Heine. Make page cache keys case-sensitive on MySQL. 2006-11-28 20:52:51 +00:00
Dries Buytaert 23d0f350ab - Patch #86591 by dww: 5.0.0 -> 5.0 2006-10-02 11:36:17 +00:00
Neil Drumm 82ca828b03 #82806 by dww. Remove warning for updating without performing any updates. 2006-09-08 23:05:22 +00:00
Neil Drumm d0357e97a8 #82177 by Heine. Run cache updates early to avoid unrecoverable errors. 2006-09-08 22:31:59 +00:00
Steven Wittens 7fd9aa5c8a #69786: jQuery JavaScript Library in Drupal core 2006-08-31 23:31:25 +00:00
Neil Drumm bceaf8f0da #80574 Eaton and chx. Replace $_POST['edit'] with $_POST. 2006-08-29 09:12:03 +00:00
Dries Buytaert 7de41539df - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model. 2006-08-18 18:58:47 +00:00
Steven Wittens 21865f7023 - Fix missing progressbar background after CSS split
- Keep all JS widget css together
2006-08-17 21:39:47 +00:00
Dries Buytaert 937f9099b4 - Patch #77183 by m3vrck: cleaned up some of the CSS mess. 2006-08-14 20:35:11 +00:00
Neil Drumm d9d43eea27 #64212 by chx, dww, and Eaton, allow for branched updates. 2006-08-14 05:47:36 +00:00
Steven Wittens 90acf99341 #75264: Redirect uninstalled default Drupal site to install.php 2006-07-31 19:24:16 +00:00
Steven Wittens 71236a88eb Oops ($access_check). 2006-07-31 16:29:15 +00:00
Steven Wittens 6a13ffefe5 Running multiple updates for a module was broken since the installer. 2006-07-31 16:23:52 +00:00
Steven Wittens e9ed722f98 - Fix update.php when there are no system.module updates (hunmonk) 2006-07-14 07:53:39 +00:00
Dries Buytaert ca2d228505 - Patch #73456 by Jaza, hunkmonk: fixed broken module paths. 2006-07-13 14:42:54 +00:00
Dries Buytaert 1c75a210bd - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core. 2006-07-13 13:14:25 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00
Dries Buytaert 45ff81b55c - Patch #69405 by dww: fixed update.php. 2006-06-20 21:15:44 +00:00
Dries Buytaert 0147fa3b75 - Patch #69659 by derek: improved documentation of db abstraction layer. 2006-06-19 06:12:08 +00:00