Brad Dutton
870060406b
gh actions for CI
2021-04-23 12:06:25 -07:00
bwdutton
e90a1d136e
add support for docker/automated installs
2020-02-24 20:54:04 -08:00
Bradley W. Dutton
680de0c6d0
fix implode() so the separater is always the first argument
2020-02-01 20:53:43 -08:00
shadlaws
d012cddf78
#2020 - Add CLI install argument to set admin password.
...
This isn't too useful for end users, but would be really useful for developers
that install Gallery3 over and over again...
2013-02-26 13:36:31 +01:00
Bharat Mediratta
49f6ce2d94
gallery.menalto.com -> galleryproject.org
...
codex.gallery2.org -> codex.galleryproject.org
Fixes #1957 .
2013-01-22 18:39:24 -05:00
Bharat Mediratta
d45a737779
Update copyright to 2013. Fixes #1953 .
2013-01-21 01:22:01 -05:00
Bharat Mediratta
bf2bb3e1ea
Update copyright to 2012. #1822
2012-02-27 09:48:23 -08:00
Bharat Mediratta
423daa52d5
Update copyright to 2011.
2011-01-21 23:01:06 -08:00
Bharat Mediratta
4a94182971
Stop trying to implode a string. Fixes ticket #1337 .
2010-09-06 11:37:36 -07:00
Bharat Mediratta
c3c2b45280
Update the copyright to 2010. It's only 3 months into the year :-)
2010-03-03 10:15:34 -08:00
Tim Almdal
7778d4c050
Provide an error message when the sql in installer::empty_db fails. Also change the show tables not to specify a database as it will use the database in the active connection. Fixes ticket #963 .
2010-01-06 10:11:03 -08:00
Tim Almdal
393896a701
Initialize the database config with the port number if it is specified. Also set it up so the mysqli constructor will split it into host and port for the call to the mysqli constructor. Fixes ticket: #780
2009-11-12 14:42:37 -08:00
Tim Almdal
86681eebf7
Move the check_environment into the installer helper and call it from the command line installer as well as the web installer.
2009-09-17 07:29:37 -07:00
Tim Almdal
b59e94e7dc
Change references to Gallery 2 and Gallery 3 to consistently refer to
...
Gallery n as opposed any variants of this.
2009-07-07 07:32:36 -07:00
Bharat Mediratta
5495037a3d
Gee it's May already. Update copyright to 2009.
2009-05-13 20:04:58 +00:00
Bharat Mediratta
7008bfb5c3
Warn the user if they're attemping to reinstall into a database that
...
already has Gallery 3 tables. Otherwise, permit it to continue.
We key this off of the existence of the g3_items table. Theoretically
it's possible that the g3_items table is gone but other tables are
still there, which could mess things up. I'm not going to worry about
that for now.
Fixes ticket #175
2009-05-13 00:32:19 +00:00
Bharat Mediratta
f0549a1c2d
Add info about -x flag
2009-03-10 03:27:44 +00:00
Tim Almdal
0b9fe18a6b
Both the command line and web installer installer now supports
...
creating tables with a table prefix.
There are still some queries that haven't been converted, so don't
start using prefixes yet. However, if you do, you can login and
modify the user profile.
2009-02-27 19:26:21 +00:00
Bharat Mediratta
82ccbba124
Move private key generation into the installer so that we're not
...
generating it lazily.
2009-02-17 07:03:40 +00:00
Bharat Mediratta
6c59a19677
Get rid of InstallException and handle exceptions from create_admin()
...
properly.
2009-02-15 09:14:03 +00:00
Bharat Mediratta
c33ac93b2b
Require mysqli_set_charset to use the mysqli extension
2009-01-22 19:51:52 +00:00
Bharat Mediratta
a299f418e1
Make VARPATH accessible to all.
2009-01-20 01:15:20 +00:00
Bharat Mediratta
e6530e9ea6
Update README with new install instructions
2009-01-20 01:03:22 +00:00
Bharat Mediratta
681197a265
Web based installer. It's still got some rough edges, but you can now
...
do a complete CLI or web based install.
2009-01-20 00:54:02 +00:00