Commit Graph

80 Commits

Author SHA1 Message Date
62f0be7b92 So, the config file appears to take longer to write out to the file system. 2014-02-18 22:21:14 -05:00
a94006e3c5 Add link to Shish's site. 2014-02-18 17:01:35 -05:00
f2c26bde1a Update the copyright notices. 2014-02-18 16:59:07 -05:00
bf4d434c86 Fixes for the installer. Display error messages on failures, as well as actually check for tables before installing. 2013-11-28 00:31:09 -05:00
6dc39fe39f show some extra help if there are no DB engines available 2013-02-06 08:24:01 +00:00
53ad7d4a2f more sqlite, and indexes 2012-06-27 00:08:51 +01:00
685c1248d9 use PDO to check PDO drivers 2012-06-26 23:51:05 +01:00
3a8269baf3 lots of installer improvements 2012-06-26 23:37:29 +01:00
b85387208e remove non-functional repair console 2012-06-26 22:21:45 +01:00
caec1ac824 Support multiple databases as well. 2012-04-18 00:55:39 -04:00
5cacf852e2 Check if the database has any existing tables before installing. 2012-04-09 16:43:12 -04:00
74efe26e19 Merge branch 'master' of github.com:shish/shimmie2 2012-04-01 14:58:21 +01:00
67f1c1c51d store enabled exts in a config file, rather than moving directories around 2012-03-31 18:59:28 +01:00
ac692cfff7 whitespace 2012-03-31 16:28:54 +01:00
e6c8fb2de4 installer style 2012-03-31 13:56:06 +01:00
fd094050fc move config file to data 2012-03-30 18:03:55 +01:00
9e65732ea1 mysql ignores the FK names anyway, so all they were doing was bothering me ~_~ 2012-03-11 01:52:25 +00:00
f9910ba98f whitespace consistency 2012-03-09 22:27:12 +00:00
22f65a9a54 database can throw exceptions 2012-03-09 18:03:10 +00:00
569e93cd6b postgres requires a sequence name to be passed to get_last_insert_id 2012-03-08 02:55:04 +00:00
169ae5f590 installer fails 2012-02-22 13:58:55 +00:00
4d2a066717 user classes in the installer 2012-02-21 18:37:36 +00:00
92701045ac global DSN -> define()'d DSN 2012-02-13 21:09:34 +00:00
a8c228186a bugs~ 2012-02-09 15:37:40 -05:00
983c0d96b8 Fixing bug with installer. (thanks RainbowDash) 2012-02-09 15:33:40 -05:00
25b8193191 db_version starts at 10 2012-02-07 19:20:58 +00:00
1455956f18 putting foreign key additions into auto-upgrade ext 2012-02-07 19:18:58 +00:00
a78ca78c9b More changes to the install script.
More error checking, better formating, etc..
2012-02-05 16:35:34 -05:00
8db3546c8d Changes to the install script for Issue 101. 2012-02-05 12:11:56 -05:00
5a63ad05b5 Fix for installer failing with new DSN define. 2012-01-31 00:35:20 -05:00
0d8124af3b consistency for key names 2012-01-24 16:48:28 +00:00
36a04fd62c put DBupdate.php into the install.php under Shimmie Repair Console. 2012-01-23 15:24:23 +01:00
ddd3f99835 deleting the user withouth images delete resulted in image deletion too: the DB entriy gets removed but the image stays on the Hard drive.
this is fixed.
also the Foreign key needs to be manually updated in images table.
named the foreign keys in install.php for easier altering in the future.
2012-01-22 20:14:35 +01:00
18e36f9b31 Rather than three levels of configuration, let's have two (define()'d values in config.php for system-level stuff, the web-editable config table for user-level stuff). Basically switches database_dsn from a global variable to a defined constant. 2012-01-20 03:15:58 +00:00
671aed2876 installer: Make PDO compatible 2011-02-21 22:06:55 -05:00
ffb1762280 Insert_ID -> lastInsertId 2010-12-31 20:00:59 +00:00
5abee51db7 recovery console 2010-03-15 05:30:37 +00:00
7a5be72cbd build warehouse directories on demand 2010-03-15 04:31:28 +00:00
d0d3e72b74 two references to trac, both are old 2010-03-15 03:31:53 +00:00
e14f9a8b39 this link is broken v.v 2010-03-10 19:26:52 +00:00
5ba28817a8 try to recognise the DB engine *before* trying to connect... 2010-01-17 09:43:49 +00:00
830635c5a9 preliminary image locking 2009-12-30 08:54:04 +00:00
b512d93c91 re-initialise the database after re-opening the connection (allows sqlite to use now()) 2009-07-16 20:45:18 +01:00
96e69c4f20 aaaaaaaargh dates and times in sql 2009-07-16 00:05:25 +01:00
46b0526496 remove the auto install file after using it 2009-07-16 00:05:18 +01:00
717209e8f0 warn about missing mysql 2009-07-16 00:05:11 +01:00
d8e3ba6f4d preliminary work for image locking 2009-01-24 03:59:51 -08:00
f3a3d50f95 sqlite love 2009-01-22 07:08:37 -08:00
8619be809e sqlite engine 2009-01-22 05:53:30 -08:00
d98962a30e a bunch of fixes 2009-01-22 05:42:44 -08:00