Commit Graph

346 Commits (c284ccad2ede01ed435f3d5ea4b0e6f4ae2898b9)

Author SHA1 Message Date
Gábor Hojtsy 66b7a5cb74 #199946 by JirkaRybka: append a short query string to CSS and JS files, changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush' 2008-01-07 19:43:29 +00:00
Gábor Hojtsy 67d64ffc53 #197722 by catch, hwsong3i: remove 4.7 to 5.x updates; we only support direct updates from 5.x to 6.x 2007-12-26 10:24:00 +00:00
Gábor Hojtsy 0d89694edb #194310 by JirkaRybka: t() was misused in update.php (we should not use t() in the update process) 2007-12-23 12:40:22 +00:00
Gábor Hojtsy fc8b22c615 #196630 by yched: postpone warning message display until batch finished, so messages are not forgotten on non-JS batches 2007-12-20 11:57:20 +00:00
Gábor Hojtsy d17b6ad1cf #199336 by JirkaRybka: remove improper t() use in update code (update goes 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 2007-12-19 10:34:51 +00:00
Gábor Hojtsy 87dd0ef063 #201997 by webernet: fix bad variable name in update requirements check introduced in #194310 2007-12-18 15:48:14 +00:00
Gábor Hojtsy dfe1225147 #194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system 2007-12-17 12:23:01 +00:00
Gábor Hojtsy 4f2b77bcd9 #200271 by catch: more old 4.6 to 4.7 update path functions removed, as we don't support direct upgrades from 4.6 to 6.x definitely 2007-12-14 17:18:24 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy e9f52b4248 #141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression) 2007-11-30 12:19:10 +00:00
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
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
Dries Buytaert 1ad9afb8a7 - Added support for multiple user roles. Patch by Jim Hriggs. 2004-05-10 20:34:25 +00:00
Dries Buytaert a283a3b7b8 - Patch by Gerhard: move the updates to database/updates.inc so packaging
systems can by-pass update.php.
2004-02-25 22:20:09 +00:00
Dries Buytaert bb82569cee - Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of HEAD,
and adds a user notice to add the throttle and bootstrap columns to the
  system table manually, else update.php will not run.  The message includes the
  SQL statements required for both MySQL and PostgreSQL.
2004-02-23 17:45:03 +00:00
Steven Wittens b2c061b903 - Added 'first update since 4.3.0' info line 2004-02-23 14:39:20 +00:00
Kjartan Mannes dccc295504 - Updating update_start value. 2004-02-21 22:38:01 +00:00
Kjartan Mannes 6ad4e22e8b - Typo. 2004-02-21 19:21:25 +00:00
Kjartan Mannes fa1d8916fb - Cleaning up database definition. 2004-02-21 19:16:48 +00:00
Dries Buytaert 9d3d374bc8 - Patch by Killes: drop the 'attributes' field from the 'users' table. It
is no longer used.
2004-02-21 19:01:04 +00:00
Steven Wittens 8bab140a2a - Old PGSQL fix for people updating from way back ;) 2004-02-15 13:45:47 +00:00
Dries Buytaert 1afcfd1007 - Added curly brackets around table name 2004-02-08 11:12:33 +00:00
Dries Buytaert bfba335376 - Added the possibility to reorder filters. Patch by UnConeD. 2004-02-06 19:07:56 +00:00
Dries Buytaert ce803acecb - Patch 5330 by Adrian: PostgreSQL updates and fixes. 2004-01-23 18:21:45 +00:00
Dries Buytaert 6fc2070a22 Patch 5114 by Kjartan:
- Adds drupal_set_header() and drupal_get_headers().
 - Cache now stores custom headers.
 - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
 - Added RSS autodiscover links to node, blog and taxonomy pages.
2004-01-14 22:30:09 +00:00
Dries Buytaert ee305ae144 Round 3 of aggregator improvements:
- Added support for new tags:
   + Optinal feed image: <image> tag.
   + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>,
     <dcterms:modified>.
 - Usability improvements:
   + On the administration page, made the feed/bundle titles link
     to the feeds/bundles' pages.  On the feed/bundle's page, made
     the 'Last updated' field link to the administration page.
   + Moved the 'syndication' menu one level down.
 - Updated some content sensitive help.
 - Further improved themeability.
 - Fixed some invalid HTML.
2004-01-11 15:05:21 +00:00
Dries Buytaert 94f6e94ffd - Many excellent news aggregator improvements by Kjartan:
+ Added drupal_http_request().
    + Replaced rssfeeds with OPML feed subscription list.
    + Added support for pubDate.
    + Added support for conditional gets using ETag and Last-Modified.
2004-01-07 19:52:10 +00:00
Dries Buytaert 80f34e5ab0 - XHTML improvements: <b> -> <strong>. Patch by Stefan. 2003-12-29 17:14:27 +00:00
Dries Buytaert 43da1635b1 - Fixed bug #4842: get_cfg_var() -> ini_get() 2003-12-29 11:25:02 +00:00
Dries Buytaert bea3dbb775 - Patch 0185 by Jeremy: made it possible to automatically disable modules when
under heave load.
2003-12-07 18:25:09 +00:00
Dries Buytaert 4fc259d78d - Patch #177 by UnConeD: updated MySQL backend to use 'longtext' instead of
'text'.  This should depricate 0112.HEAD.killes.fix-unserialize-revision.patch
  and 0182.HEAD.anarcat.revisions-unserialize-failure-fallback.patch.
2003-12-03 14:35:03 +00:00
Dries Buytaert 733d286b89 - Made it possible to auto-throttle blocks. That is, blocks can be
configured to be disabled when under excessive load.  Patch by Jeremy.
2003-11-28 20:03:00 +00:00
Dries Buytaert a0640e66b7 - Improved module loading when serving cached pages. Moshe's bootstrap patch.
- Used legend and fieldset tags for the configuration page.
2003-11-18 19:44:36 +00:00
Dries Buytaert 43ba8cf99c - Added an update to grow the 'name' field of the variables table. Patch
by Gerhard.
2003-10-27 21:25:55 +00:00
Dries Buytaert f2fe2f0255 - Bugfix: don't set a name and e-mail address for the anonymous user. Fixes
bug #3740.
2003-10-23 15:31:10 +00:00
Dries Buytaert 72ae2d3995 - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is
a reserved SQL keyword.  Required for both PostgreSQL and MSSQL.  Patch by
  Adrian.

- Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL
  keyword.  Required for both PostgreSQL and MSSQL.  Patch by Adrian.
2003-10-22 20:20:35 +00:00
Dries Buytaert 6e85171649 - Some clarifications to the upgrade script's guidelines/documentation based
on observing upgrade questions.
2003-10-21 07:59:04 +00:00
Dries Buytaert 4fdad7aa07 - Bugfix: fixed a duplicate and broken link to drupal.org. Patch by Matt. 2003-10-20 19:21:17 +00:00
Dries Buytaert 7f09419564 - Bugfix: fixed two problems with adding and deleting access rules. Patch by
Moshe.  Requires database upgrade.
2003-10-20 07:12:00 +00:00
Dries Buytaert 2ff3222458 - Fixed translation bugs with statistics module. Patch by Gabor.
- Removed 'homepage' field from user table.  Patch by Gabor.

- Added 'real name' field to the profile module.  Patch by Gabor.
2003-10-12 21:25:42 +00:00
Dries Buytaert d646fb073d - Made it easier to by-pass the access check. Modified patch from Steven. 2003-10-03 06:22:12 +00:00
Dries Buytaert 7d9a74d495 - Added a note about having to create the session table manually when
upgrading from Drupal 4.2.0.
2003-10-01 21:55:19 +00:00
Dries Buytaert fa2581edcf - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian.
- Updates database.pgsql and database.mysql to work with current cvs. Patch
  by Adrian.

- Updates update.php to be able to update postgres from 4.2 to current.
  Patch by Adrian.

- Small fixes by me.
2003-10-01 05:18:03 +00:00
Dries Buytaert 6baa7d7c21 - Some URL alias fixes by Matt. 2003-09-30 20:59:26 +00:00
Dries Buytaert 52c4240600 - Added PostgreSQL support to the update script. Patch by Adrian.
- Making Adrian the new PostgreSQL maintainer.
2003-09-30 08:55:03 +00:00
Dries Buytaert 645d026e09 - Added $Id$ tags. Patch by Chris. 2003-09-25 07:27:22 +00:00
Dries Buytaert 18312ed8e7 - Wrapped the table names in brackets. Patch by Bart. 2003-09-18 09:13:59 +00:00
Dries Buytaert b9633dcded - Patch by Bart Jansen:
<quote>

  This adds session support for anonymous users and fixes a bug/typo.

    1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make
       inner join work.

    2. replaced "if ($user .." by "if ($user->uid .." because now $user is
       always set (my previous change probably caused this).

    3. db_next_id("user_uid") -> db_next_id("users_uid");
  </quote>

  I repeat:

  "This adds session support for anonymous users and fixes a bug/typo."
2003-09-10 19:30:34 +00:00
Dries Buytaert 8e657f64ef - Gerhard's uid 0 patches. These patches bring various performance
improvements.  Requires a database update.
2003-09-09 18:18:43 +00:00
Dries Buytaert 89005902e4 - Tested and committed Kjartan's performance patches. (Fixed the access check
in update.php though.)
2003-08-27 05:49:52 +00:00
Dries Buytaert 4e2ee96d4c - Removed left-overs from the rating module. Patch by Gerhard. Updated the
PostgreSQL and MSSQL database scheme as well.

- Made sure the update script updates the correct tables when database
  prefixing is enabled.  Patch by Bart Jansens.

- Improved the breadcrumb navigation of the book and the forum module as per
  Keith Instone's suggestions.

- Updated page titles (or block titles) and links to match.  Suggested by
  Keith Instone.

- Added missing 'thread' field to the comment table of the MySQL database scheme.
  Fixes bug #2590.
2003-08-22 17:06:44 +00:00
Dries Buytaert 0431f0700f - Committed Jeremy's session patch: this brings us one step closer to having
session for anonymous users.
2003-08-20 19:19:13 +00:00
Dries Buytaert 8a2d5bede9 - Rewrote handling of forum icons and added default icons made by Steven
Wittens.

- Renamed some column titles in the forum module as per Moshe's suggestion.

- Introduced a 'more-link' class to position the 'more' links.  Removed
  hard-coded markup from the modules.

- Fixed bug in import module: the theme functions called a non-existing
  function.
2003-08-16 05:49:45 +00:00