summaryrefslogtreecommitdiff
path: root/updates/2.00-to-x.xx.php
Commit message (Collapse)AuthorAge
* - removed depricated fileDries Buytaert2001-09-13
|
* Nat: adding a block is nice, but make sure don't forget traling semi-colons ↵Steven Wittens2001-05-14
| | | | on commands... :)
* - Fixed the update sql file. Changes have to start with the oldest and progressnatrak2001-04-22
| | | | | | | | | | | to the newest. It would try to change tables that had not yet been created causing major problems to the node module. (NOTE: if you are doing a x.xx update to another x.xx version you might have to force MySQL to perform it using the -f flag. Remember to always backup your data before making changes). - Prevented 2.00-to-x.xx.php from executing. It would simply give a PHP error and not execute. Will wait for Dries to return before attempting to make it functional or remove it.
* - fixed issue depricated call-by-reference issuesDries Buytaert2001-03-29
| | | | | | | | | - fixed small visual glitch in includes/function.inc - changed SQL tables around a bit to be more consistent (result: small changes to a lot of different files) - improved robustness of includes/node.inc - improved output of cron.module - improved output of node.php
* - added a bit of text and a "do not reload" warningDries Buytaert2001-03-25
|
* - reorganized the ./update directory a bitDries Buytaert2001-03-25
- added 2 new files: a. 2.00-to-x.xx.sql contains the SQL table changes/additions b. 2.00-to.x.xx.php is a script which converts your existing data to the new SQL tables