Commit Graph

187 Commits (cbe0081a8c7e955870a374b5232a0f0487adb176)

Author SHA1 Message Date
Dries Buytaert 0147fa3b75 - Patch #69659 by derek: improved documentation of db abstraction layer. 2006-06-19 06:12:08 +00:00
Neil Drumm 9cff02e91b #61802 by Zen, Double spaced sentences clean up 2006-05-07 00:08:36 +00:00
Gerhard Killesreiter a99b66c704 #59596, update sets system.weight to unsigned, patch by Heine 2006-04-20 16:34:31 +00:00
Gerhard Killesreiter 9a142b1fd7 #58704, No table prefix in update_fix_access_table(), patch by Markus Petrux 2006-04-14 14:06:40 +00:00
Gerhard Killesreiter 70aae83c8e #58166, fixes for typos, patch by Uwe Herrmann 2006-04-11 11:33:15 +00:00
Steven Wittens 1881ba04c1 Simply code comment 2006-04-04 22:00:51 +00:00
Neil Drumm 0a5386eea7 #12350 by naquah, Need to clear caches after running update.php. 2006-04-04 17:33:20 +00:00
Gerhard Killesreiter cb49e19e9e #54003, Watchdog not logging update errors, patch by Steven 2006-03-28 09:29:23 +00:00
Gerhard Killesreiter 05c20c7781 #54002, Cached JS files break new drupal js error reporting behavior. Improved patch by chx 2006-03-15 08:46:57 +00:00
Gerhard Killesreiter 599fae437a #54002, Cached JS files break new drupal js error reporting behavior, patch by dopry 2006-03-14 21:19:41 +00:00
Dries Buytaert a5bbf6cafd - Patch #53468 by jvandyk: documentation improvements. 2006-03-11 13:45:41 +00:00
Dries Buytaert d7e9371e94 - Removing whitespace 2006-03-03 08:37:47 +00:00
Steven Wittens 3f2b287d7c - #49501: Improve error reporting in the update system 2006-03-01 22:19:24 +00:00
Steven Wittens 524fed30e8 - #48215: Fix update.php links at the end 2006-02-08 00:32:18 +00:00
Steven Wittens d38429248e - #47510: Show JavaScript alert when PHP errors occur 2006-02-05 19:04:58 +00:00
Dries Buytaert e21b5be8d8 - Patch #45747 by Cvbge: documentation improvement + added primary key that got lost 2006-01-22 07:30:47 +00:00
Steven Wittens 7914ad0f3f - #40515: Ensure UTF-8 character set on the database side (and include upgrade path for incorrectly set up databases) 2006-01-21 01:42:52 +00:00
Dries Buytaert 0ddfd29cfd - Patch #44286 by Neil, Zen, et al: a couple fixes to the upgrade path. 2006-01-15 17:13:30 +00:00
Dries Buytaert 748c69985e - Patch by chx: critical bugfix: fixed the database upgrade path. 2006-01-08 16:15:53 +00:00
Dries Buytaert 3dae958731 - Patch #43002 by drumm: critical bugfix: avoid infinite loops in update script. 2006-01-04 09:27:51 +00:00
Dries Buytaert b362985de5 - Patch #41118 by Goba: various upgrade script fixes. 2005-12-26 17:20:23 +00:00
Dries Buytaert 0212f66ff1 - Patch #40677 by Steven: make the updater work again. 2005-12-19 14:27:28 +00:00
Dries Buytaert 4758c8cd28 - Patch #40518 by drumm: upgrade system fixes. 2005-12-09 16:14:26 +00:00
Dries Buytaert e70cb8b523 - Patch #36042 by Gerhard and Neil: recover old revisions. 2005-12-09 15:33:39 +00:00
Dries Buytaert ac3b446e4b - Patch #40341 by Cvbge: corrected the default column value. 2005-12-08 09:09:08 +00:00
Dries Buytaert c54234d71a - Patch #40341 by Neil: fixed problems with database schema versions.
- When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
  - system_get_files_database() now includes a 'schema_version' child of each file object.
  - That new information is re-saved when Drupal re-populates the system table.
  - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
2005-12-08 08:40:10 +00:00
Dries Buytaert bb1f5dfdac - Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some PostgreSQL problems in the update script. 2005-12-07 20:59:34 +00:00
Dries Buytaert a19acb219e - Patch #35924 by Neil: improved the update system. 2005-12-06 09:25:22 +00:00
Steven Wittens 19e1867d10 #38744: fix update.php with non-english locale 2005-11-24 19:07:53 +00:00
Steven Wittens d747ec8219 - _ to # (form api changes) 2005-10-11 20:46:17 +00:00
Dries Buytaert 7e1527ee61 - Patch #29465: new form API by Adrian et al.
TODO:
  + The contact.module was broken; a new patch for contact.module is needed.
  + Documentation is needed.
  + The most important modules need to be updated ASAP.
2005-10-07 06:11:12 +00:00
Dries Buytaert 3029da00d6 - Patch #29051 by mathias: made the update.php script work when Drupal is installed in a subdirectory. 2005-08-31 17:56:07 +00:00
Dries Buytaert 5baf463678 - Patch #29669 by Neil: micro-performance improvement for update.php + removed
PHP warning.
2005-08-29 18:48:25 +00:00
Dries Buytaert 21c2885b0e - Patch #29385 by chx: removed remaining "?>"s at the end of some files. 2005-08-28 18:26:20 +00:00
Dries Buytaert 347ac3b08f - Patch #29597 by Neil: removing some Drupal 4.2 and Drupal 4.3 left-overs. 2005-08-25 21:03:53 +00:00
Steven Wittens 05014a3135 - #29006: Reorganize code in update.php to be cleaner. 2005-08-17 01:44:14 +00:00
Steven Wittens 1d29abfe34 - #28944: Remove old bugfix code from update.php. 2005-08-17 00:49:36 +00:00
Steven Wittens e5ad13e3f8 - #27635: Style update.php 2005-07-29 20:31:05 +00:00
Dries Buytaert ba1660168f - Patch #27003 by Neil: use named constants instead of strings 2005-07-23 05:57:27 +00:00
Dries Buytaert fac840fe86 - Patch by Bart: fixed update.php after bootstrap patch. 2005-07-03 10:09:08 +00:00
Dries Buytaert 2252aacc7c - Modified patch #19941 by willmoy: improve upgrade instructions. 2005-04-06 19:04:02 +00:00
Dries Buytaert 77fbe802a4 - Added missing {}. Reported by Bart. 2005-02-07 14:25:17 +00:00
Steven Wittens 18dfd4a81a - Adding a cache wipe to update.php, as this will avoid stale cache bugs after an update
(e.g. admin.module was removed -> needs menu cache update).
2005-01-16 23:16:19 +00:00
Dries Buytaert 6d8d934cd3 - Patch #15337 by Gerhard: fixed bug in upgrade path. The 'update_start' variable got corrupted. 2005-01-13 19:24:27 +00:00
Steven Wittens 11358d74e4 #10457: Warnings during update process 2004-12-24 06:52:02 +00:00
Dries Buytaert ac3a7fc04d - Fixed a warning. 2004-09-08 18:53:57 +00:00
Dries Buytaert 94e30bf776 - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +00:00
Dries Buytaert 1831e1b690 - New locale module thanks to Gerhard, Goba, Marco, Kristjan and others.
The new locale module provides every functionality on the web interface, so you don't need to edit the configuration files or add columns, when you add a new language. This module is an integration of the old locale and localegettext modules, plus a bunch of logic to parse Gettext Portable Object files (opposed to Machine Object files, as supported by localegettext).

  Note: I made some minor changes to the context-sensitive help texts and to some of the status messages.
2004-08-11 11:26:20 +00:00
Dries Buytaert 619bb4a4ff - Patch by Junyor: fixed typo: 'peformed' -> 'performed' 2004-08-01 08:07:27 +00:00
Dries Buytaert b713e3d489 - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and
to get of proprietary formats).

- Added forum-sticky.png.  Made by Steven.
2004-06-20 20:04:28 +00:00