Commit graph

108 commits

Author SHA1 Message Date
jgen
17307820e8 Add some PHPdoc comments as suggested by Scrutinizier 2017-03-08 23:02:26 -08:00
Daku
acfed13634 <font> is deprecated 2016-06-18 06:28:28 +01:00
Daku
d42a792e8b safe_mode was removed in php 5.4 2016-06-18 06:28:25 +01:00
Daku
7eca12b495 replace remove_trailing_slash with a simple rtrim 2016-06-18 06:28:23 +01:00
Daku
f28e78b6f0 show install error if vendor folder does not exist
this should help deter non-dev users from installing shimmie from the master/dev branches
2016-06-18 06:28:21 +01:00
Daku
abababc57a use <pre> instead of <plaintext> since it's been deprecated since HTML2
SEE: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/plaintext
2016-06-18 06:28:17 +01:00
Daku
b161bbcf1b use a container div for padding + handle_db_errors function 2016-06-18 06:28:15 +01:00
Daku
d17de45965 don't use < or > to avoid showing broken comment if PHP isn't loaded 2016-06-18 06:27:55 +01:00
Daku
394acce635 use base64 favicon to avoid being cached
it's also unlike that ./favicon.ico will even exist yet during a new install
2016-06-18 06:27:53 +01:00
Daku
5c3236c0ef installer css is only used once, so let's just inline it instead 2016-06-18 06:27:51 +01:00
Daku
baf8aa1b8c use composer to grab jquery
this requires composer-asset-plugin to be globally installed
2016-06-18 06:16:13 +01:00
Shish
9af5995dcc PHPUnit proof of concept 2015-09-20 20:03:29 +01:00
Shish
4e79cbdc18 installer exit codes
Conflicts:
	install.php
2015-08-09 15:42:05 +01:00
Shish
fa2f17817e scrutinizing 2015-08-04 13:53:58 +01:00
Shish
94244d762b include the right jquery in install.php 2015-08-02 19:40:57 +01:00
Shish
eb51a9b639 migrate to bcrypt for password storage 2014-05-24 09:47:42 +01:00
jgen
5effee4812 Remove these indexes as we are creating them manually. 2014-02-22 22:13:26 -05:00
jgen
72ea1acf1d Forgot to remove the comma 2014-02-22 22:06:33 -05:00
jgen
1c6b306ac6 Fixing the installer to work with Postgres. 2014-02-22 22:04:14 -05:00
jgen
668de39626 Remove the debugging. 2014-02-22 19:45:53 -05:00
jgen
6da5f27447 Make sure we install the php5 postgres drivers. 2014-02-22 19:44:50 -05:00
jgen
aca6caa91a More debugging. 2014-02-22 18:52:23 -05:00
jgen
13e844a2f7 Output the DSN. 2014-02-22 18:32:42 -05:00
jgen
532557bdc8 Output the DATABASE_DSN when a PDO exception occurs during install. 2014-02-22 16:37:55 -05:00
jgen
3d1217a1be Trim trailing blank space. 2014-02-22 15:36:52 -05:00
jgen
43f59cc4c0 Fix un-necessary PHP Notices being generated in the error log files. 2014-02-21 20:36:19 -05:00
jgen
57b9d418c9 No idea how that got there. 2014-02-18 23:26:42 -05:00
jgen
39bec6b666 Wait for the config file to be written. 2014-02-18 22:35:25 -05:00
jgen
62f0be7b92 So, the config file appears to take longer to write out to the file system. 2014-02-18 22:21:14 -05:00
jgen
a94006e3c5 Add link to Shish's site. 2014-02-18 17:01:35 -05:00
jgen
f2c26bde1a Update the copyright notices. 2014-02-18 16:59:07 -05:00
jgen
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
Shish
6dc39fe39f show some extra help if there are no DB engines available 2013-02-06 08:24:01 +00:00
Shish
53ad7d4a2f more sqlite, and indexes 2012-06-27 00:08:51 +01:00
Shish
685c1248d9 use PDO to check PDO drivers 2012-06-26 23:51:05 +01:00
Shish
3a8269baf3 lots of installer improvements 2012-06-26 23:37:29 +01:00
Shish
b85387208e remove non-functional repair console 2012-06-26 22:21:45 +01:00
green-ponies (jgen)
caec1ac824 Support multiple databases as well. 2012-04-18 00:55:39 -04:00
green-ponies (jgen)
5cacf852e2 Check if the database has any existing tables before installing. 2012-04-09 16:43:12 -04:00
Shish
74efe26e19 Merge branch 'master' of github.com:shish/shimmie2 2012-04-01 14:58:21 +01:00
Shish
67f1c1c51d store enabled exts in a config file, rather than moving directories around 2012-03-31 18:59:28 +01:00
Shish
ac692cfff7 whitespace 2012-03-31 16:28:54 +01:00
Shish
e6c8fb2de4 installer style 2012-03-31 13:56:06 +01:00
Shish
fd094050fc move config file to data 2012-03-30 18:03:55 +01:00
Shish
9e65732ea1 mysql ignores the FK names anyway, so all they were doing was bothering me ~_~ 2012-03-11 01:52:25 +00:00
Shish
f9910ba98f whitespace consistency 2012-03-09 22:27:12 +00:00
Shish
22f65a9a54 database can throw exceptions 2012-03-09 18:03:10 +00:00
Shish
569e93cd6b postgres requires a sequence name to be passed to get_last_insert_id 2012-03-08 02:55:04 +00:00
Shish
169ae5f590 installer fails 2012-02-22 13:58:55 +00:00
Shish
4d2a066717 user classes in the installer 2012-02-21 18:37:36 +00:00