Commit Graph

51 Commits

Author SHA1 Message Date
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
bda38bff6c did I mention that mysql devs can go choke on a bucket of cocks? Well they can. (Two ways to specify foreign keys, one works, one is silently ignored; wtf?) 2009-01-22 05:03:51 -08:00
46c3989ce5 automated installation 2009-01-22 05:02:22 -08:00
fb7e14ad21 fixes 2009-01-22 04:14:38 -08:00
f347384a50 php developers can go choke on a bucket of cocks 2009-01-22 04:11:43 -08:00
44ac62e1ae get rid of xmlschema 2009-01-22 04:05:55 -08:00
b336b5296f delayed user creation 2009-01-22 01:39:44 -08:00
361bbafea7 ob_start in install.php
git-svn-id: file:///home/shish/svn/shimmie2/trunk@827 7f39781d-f577-437e-ae19-be835c7a54ca
2008-04-19 18:57:43 +00:00
c88a35b58c session IP mask, for users with varying IPs; mostly from a patch in #303
git-svn-id: file:///home/shish/svn/shimmie2/trunk@779 7f39781d-f577-437e-ae19-be835c7a54ca
2008-04-08 16:02:43 +00:00
1ca6064d3b remove debug thingy
git-svn-id: file:///home/shish/svn/shimmie2/trunk@708 7f39781d-f577-437e-ae19-be835c7a54ca
2008-01-27 17:07:27 +00:00
8bec513d62 no need for session stuff
git-svn-id: file:///home/shish/svn/shimmie2/trunk@707 7f39781d-f577-437e-ae19-be835c7a54ca
2008-01-27 17:03:15 +00:00
97e72fa2af more installer niceness
git-svn-id: file:///home/shish/svn/shimmie2/trunk@705 7f39781d-f577-437e-ae19-be835c7a54ca
2008-01-27 16:25:17 +00:00
4fb0092742 xml schema for installer
git-svn-id: file:///home/shish/svn/shimmie2/trunk@704 7f39781d-f577-437e-ae19-be835c7a54ca
2008-01-27 15:33:59 +00:00
a5af8fecd2 opera 9.5 on linux works, on windows doesn't o_O. Go for pixels now then...
git-svn-id: file:///home/shish/svn/shimmie2/trunk@701 7f39781d-f577-437e-ae19-be835c7a54ca
2008-01-26 14:38:32 +00:00
6434a60210 more user friendly installation, and check that they aren't opening the php files from the local hard drive...
git-svn-id: file:///home/shish/svn/shimmie2/trunk@700 7f39781d-f577-437e-ae19-be835c7a54ca
2008-01-26 13:14:30 +00:00
8829f770ae remove upgrade from 0.8.X support, and allow sqlite to be used as a database
git-svn-id: file:///home/shish/svn/shimmie2/trunk@699 7f39781d-f577-437e-ae19-be835c7a54ca
2008-01-26 12:13:37 +00:00
19d80a244f several SQLite compatability improvements, as suggested by naikoto on the forums
git-svn-id: file:///home/shish/svn/shimmie2/trunk@680 7f39781d-f577-437e-ae19-be835c7a54ca
2008-01-02 21:49:12 +00:00
f580a8f922 no need to append
git-svn-id: file:///home/shish/svn/shimmie2/trunk@666 7f39781d-f577-437e-ae19-be835c7a54ca
2007-12-19 10:39:44 +00:00
f4a41d0b58 Separate database support error from table creation error; give a more appropriate message when the database isn't supported
git-svn-id: file:///home/shish/svn/shimmie2/trunk@566 7f39781d-f577-437e-ae19-be835c7a54ca
2007-10-24 18:16:54 +00:00
b64ac2128e enable adodb caching
git-svn-id: file:///home/shish/svn/shimmie2/trunk@448 7f39781d-f577-437e-ae19-be835c7a54ca
2007-08-08 04:53:55 +00:00
8f2cf32193 Postgres install code
git-svn-id: file:///home/shish/svn/shimmie2/trunk@446 7f39781d-f577-437e-ae19-be835c7a54ca
2007-08-06 23:55:47 +00:00
4880bc645d embedded style for installer
git-svn-id: file:///home/shish/svn/shimmie2/trunk@444 7f39781d-f577-437e-ae19-be835c7a54ca
2007-08-06 23:09:13 +00:00
3641010de1 bad defaults
git-svn-id: file:///home/shish/svn/shimmie2/trunk@407 7f39781d-f577-437e-ae19-be835c7a54ca
2007-08-01 16:16:10 +00:00
47a7eaec09 upgrade to new tag schema
git-svn-id: file:///home/shish/svn/shimmie2/trunk@321 7f39781d-f577-437e-ae19-be835c7a54ca
2007-07-19 11:46:06 +00:00
6a86f5f0e8 db, not database
git-svn-id: file:///home/shish/svn/shimmie2/trunk@314 7f39781d-f577-437e-ae19-be835c7a54ca
2007-07-17 16:44:32 +00:00
3084446c2e goodbye, global config defaults~
git-svn-id: file:///home/shish/svn/shimmie2/trunk@294 7f39781d-f577-437e-ae19-be835c7a54ca
2007-07-16 14:09:12 +00:00
e0d279f347 utf8 support
git-svn-id: file:///home/shish/svn/shimmie2/trunk@233 7f39781d-f577-437e-ae19-be835c7a54ca
2007-07-06 05:57:24 +00:00
63472081a3 check for safe mode before check for imagemagick
git-svn-id: file:///home/shish/svn/shimmie2/trunk@121 7f39781d-f577-437e-ae19-be835c7a54ca
2007-05-18 16:44:31 +00:00
70cab73782 auto-detect imagemagick
git-svn-id: file:///home/shish/svn/shimmie2/trunk@105 7f39781d-f577-437e-ae19-be835c7a54ca
2007-05-17 01:01:31 +00:00
65be47dbb7 slightly more robustness during upgrade, and sanity if it breaks
git-svn-id: file:///home/shish/svn/shimmie2/trunk@7 7f39781d-f577-437e-ae19-be835c7a54ca
2007-04-23 22:58:44 +00:00