Commit Graph

5 Commits (993f4d2eadcd29221bc8e81f3013b92a6e921bdd)

Author SHA1 Message Date
Steven Wittens ce2ad0bd58 Nat: adding a block is nice, but make sure don't forget traling semi-colons on commands... :) 2001-05-14 23:08:29 +00:00
natrak 78bee959d1 - Fixed the update sql file. Changes have to start with the oldest and progress
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.
2001-04-22 16:33:28 +00:00
Dries Buytaert 04ad9b8af9 - fixed issue depricated call-by-reference issues
- 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
2001-03-29 19:50:31 +00:00
Dries Buytaert 13294dd753 - added a bit of text and a "do not reload" warning 2001-03-25 17:59:08 +00:00
Dries Buytaert 5b92e9099f - reorganized the ./update directory a bit
- 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
2001-03-25 11:25:30 +00:00