summaryrefslogtreecommitdiff
path: root/update.php
Commit message (Collapse)AuthorAge
* - New locale module thanks to Gerhard, Goba, Marco, Kristjan and others.Dries Buytaert2004-08-11
| | | | | | 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.
* - Patch by Junyor: fixed typo: 'peformed' -> 'performed'Dries Buytaert2004-08-01
|
* - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (andDries Buytaert2004-06-20
| | | | | | to get of proprietary formats). - Added forum-sticky.png. Made by Steven.
* - Added support for multiple user roles. Patch by Jim Hriggs.Dries Buytaert2004-05-10
|
* - Patch by Gerhard: move the updates to database/updates.inc so packagingDries Buytaert2004-02-25
| | | | systems can by-pass update.php.
* - Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of ↵Dries Buytaert2004-02-23
| | | | | | | | 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.
* - Added 'first update since 4.3.0' info lineSteven Wittens2004-02-23
|
* - Updating update_start value.Kjartan Mannes2004-02-21
|
* - Typo.Kjartan Mannes2004-02-21
|
* - Cleaning up database definition.Kjartan Mannes2004-02-21
|
* - Patch by Killes: drop the 'attributes' field from the 'users' table. ItDries Buytaert2004-02-21
| | | | is no longer used.
* - Old PGSQL fix for people updating from way back ;)Steven Wittens2004-02-15
|
* - Added curly brackets around table nameDries Buytaert2004-02-08
|
* - Added the possibility to reorder filters. Patch by UnConeD.Dries Buytaert2004-02-06
|
* - Patch 5330 by Adrian: PostgreSQL updates and fixes.Dries Buytaert2004-01-23
|
* Patch 5114 by Kjartan:Dries Buytaert2004-01-14
| | | | | | | - 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.
* Round 3 of aggregator improvements:Dries Buytaert2004-01-11
| | | | | | | | | | | | | | | - 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.
* - Many excellent news aggregator improvements by Kjartan:Dries Buytaert2004-01-07
| | | | | | | + 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.
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
|
* - Fixed bug #4842: get_cfg_var() -> ini_get()Dries Buytaert2003-12-29
|
* - Patch 0185 by Jeremy: made it possible to automatically disable modules whenDries Buytaert2003-12-07
| | | | under heave load.
* - Patch #177 by UnConeD: updated MySQL backend to use 'longtext' instead ofDries Buytaert2003-12-03
| | | | | 'text'. This should depricate 0112.HEAD.killes.fix-unserialize-revision.patch and 0182.HEAD.anarcat.revisions-unserialize-failure-fallback.patch.
* - Made it possible to auto-throttle blocks. That is, blocks can beDries Buytaert2003-11-28
| | | | configured to be disabled when under excessive load. Patch by Jeremy.
* - Improved module loading when serving cached pages. Moshe's bootstrap patch.Dries Buytaert2003-11-18
| | | | - Used legend and fieldset tags for the configuration page.
* - Added an update to grow the 'name' field of the variables table. PatchDries Buytaert2003-10-27
| | | | by Gerhard.
* - Bugfix: don't set a name and e-mail address for the anonymous user. FixesDries Buytaert2003-10-23
| | | | bug #3740.
* - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' isDries Buytaert2003-10-22
| | | | | | | | 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.
* - Some clarifications to the upgrade script's guidelines/documentation basedDries Buytaert2003-10-21
| | | | on observing upgrade questions.
* - Bugfix: fixed a duplicate and broken link to drupal.org. Patch by Matt.Dries Buytaert2003-10-20
|
* - Bugfix: fixed two problems with adding and deleting access rules. Patch byDries Buytaert2003-10-20
| | | | Moshe. Requires database upgrade.
* - Fixed translation bugs with statistics module. Patch by Gabor.Dries Buytaert2003-10-12
| | | | | | - Removed 'homepage' field from user table. Patch by Gabor. - Added 'real name' field to the profile module. Patch by Gabor.
* - Made it easier to by-pass the access check. Modified patch from Steven.Dries Buytaert2003-10-03
|
* - Added a note about having to create the session table manually whenDries Buytaert2003-10-01
| | | | upgrading from Drupal 4.2.0.
* - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian.Dries Buytaert2003-10-01
| | | | | | | | | | - 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.
* - Some URL alias fixes by Matt.Dries Buytaert2003-09-30
|
* - Added PostgreSQL support to the update script. Patch by Adrian.Dries Buytaert2003-09-30
| | | | - Making Adrian the new PostgreSQL maintainer.
* - Added $Id$ tags. Patch by Chris.Dries Buytaert2003-09-25
|
* - Wrapped the table names in brackets. Patch by Bart.Dries Buytaert2003-09-18
|
* - Patch by Bart Jansen:Dries Buytaert2003-09-10
| | | | | | | | | | | | | | | | | | | <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."
* - Gerhard's uid 0 patches. These patches bring various performanceDries Buytaert2003-09-09
| | | | improvements. Requires a database update.
* - Tested and committed Kjartan's performance patches. (Fixed the access checkDries Buytaert2003-08-27
| | | | in update.php though.)
* - Removed left-overs from the rating module. Patch by Gerhard. Updated theDries Buytaert2003-08-22
| | | | | | | | | | | | | | | | 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.
* - Committed Jeremy's session patch: this brings us one step closer to havingDries Buytaert2003-08-20
| | | | session for anonymous users.
* - Rewrote handling of forum icons and added default icons made by StevenDries Buytaert2003-08-16
| | | | | | | | | | | | 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.
* - Bugfix: use table prefix in comment module updates. Patch by Bart.Dries Buytaert2003-08-13
|
* - Committed Marco's comment module patch:Dries Buytaert2003-08-12
| | | | | | | | | | | + Dramatically improves performance of large discussions/threads: only very few SQL queries are required. + Replaces custom pager with standard pager. Modifications by me: + Reworded some code comments. + Removed dependencies on pager internals.
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
| | | | This update requires you to run update.php!
* - First step towards the simplification of the upgrade script.Dries Buytaert2003-07-09
|
* - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813.Dries Buytaert2003-06-16
|
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
|