eb51a9b639
migrate to bcrypt for password storage
2014-05-24 09:47:42 +01:00
5effee4812
Remove these indexes as we are creating them manually.
2014-02-22 22:13:26 -05:00
72ea1acf1d
Forgot to remove the comma
2014-02-22 22:06:33 -05:00
1c6b306ac6
Fixing the installer to work with Postgres.
2014-02-22 22:04:14 -05:00
668de39626
Remove the debugging.
2014-02-22 19:45:53 -05:00
6da5f27447
Make sure we install the php5 postgres drivers.
2014-02-22 19:44:50 -05:00
aca6caa91a
More debugging.
2014-02-22 18:52:23 -05:00
13e844a2f7
Output the DSN.
2014-02-22 18:32:42 -05:00
532557bdc8
Output the DATABASE_DSN when a PDO exception occurs during install.
2014-02-22 16:37:55 -05:00
3d1217a1be
Trim trailing blank space.
2014-02-22 15:36:52 -05:00
43f59cc4c0
Fix un-necessary PHP Notices being generated in the error log files.
2014-02-21 20:36:19 -05:00
57b9d418c9
No idea how that got there.
2014-02-18 23:26:42 -05:00
39bec6b666
Wait for the config file to be written.
2014-02-18 22:35:25 -05:00
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