Commit Graph

51 Commits

Author SHA1 Message Date
Aleksander Machniak
e85cfa6281 Don't use bc.php anymore, this time in the Installer 2016-10-06 21:08:20 +02:00
Aleksander Machniak
9634169647 Bump version number to 1.3-beta 2016-05-02 14:37:39 +02:00
Aleksander Machniak
74ce01efc7 Q() -> rcube::Q() 2015-10-23 08:02:57 +02:00
Aleksander Machniak
f8f91aa1ba Installer: Add button to save generated config file in system temp directory (#1488149) 2015-08-26 19:39:19 +02:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
3779b67a9c Set version number to 1.2-git 2015-02-16 11:22:13 +01:00
Thomas Bruederli
2f8b1036da Bump version and copyright year 2015-02-07 18:33:24 +01:00
Aleksander Machniak
0ea079d604 dirname(__FILE__) -> __DIR__ 2014-10-13 14:41:55 +02:00
Thomas Bruederli
a98a4f8bb5 Remove 3rd party libs from our repository and define the dependencies in composer.json-dist.
Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'.

For direct git checkouts, copy composer.json-dist into composer.json and run
`php composer.phar install` to install the dependencies.
2014-08-27 17:45:21 +02:00
Thomas Bruederli
eea11ecdde Move rcube_installer class to include/rcmail_installer in order to remain accessible by the update script even if the installer directory was removed 2014-04-21 16:39:19 +02:00
Aleksander Machniak
bcedf05d19 s/$rcmail_config/$config/ also for plugins configuration 2013-08-20 19:23:59 +02:00
Thomas Bruederli
dee0aff85a Avoid fatal errors if session support is missing; This shall be displayed in the first step 2013-06-29 10:49:11 +02:00
Thomas Bruederli
9bacb2cd3f Prepare config migration:
- Show warning in installer and hints how to migrate
- Let update.sh create the new config file if legacy config is detected
- Provide a sample config file for manual configuration
- Define a list of options which always should be written to local config
2013-06-28 22:27:59 +02:00
Aleksander Machniak
461a30d771 Merge config files (#1487311).
Now we have defaults.inc.php and config.inc.php.
Renamed $rcmail_config to $config. Old naming and old files are supported
for backward compatibility.
2013-06-14 12:09:08 +02:00
Aleksander Machniak
b2064d5fc0 Remove program/ dir from installer include path 2013-01-04 09:43:25 +01:00
Thomas Bruederli
5926684aab Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility 2012-11-25 17:57:39 +01:00
Thomas Bruederli
dc088e25c2 Fix installer to work with the new framework architecture 2012-11-25 17:49:42 +01:00
Aleksander Machniak
041c93ce0b Removed $Id$ 2012-05-22 12:31:37 +02:00
Aleksander Machniak
5fed074a45 Always use 1 step as a fallback (#1488490) 2012-05-22 08:38:43 +02:00
Brian Ronald
b546b0dcfd Also, the license comments 2012-05-09 10:34:48 +01:00
alecpl
d13f3293ea - Add RCMAIL_CHARSET definition for Installer (#1488436) 2012-04-18 10:56:08 +00:00
alecpl
1aceb9cec8 - Framework refactoring (I hope it's the last one):
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
  renamed main.inc into rcube_bc.inc
2012-04-16 11:02:21 +00:00
alecpl
0c259682f6 - Merge devel-framework branch, resolved conflicts 2012-04-13 08:52:02 +00:00
thomascube
c04b23adfd - replace claim in Roundcube logo
- require support_url config option in installer
2012-04-04 14:59:16 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
thomascube
43486922fa Improve error reporting in installer 2011-08-31 13:36:27 +00:00
alecpl
403f0bf771 - Fix default_port option handling in Installer when config.inc.php file exists (#1487925) 2011-05-19 10:06:46 +00:00
thomascube
e6bb836e05 Create interactive update script with improved DB schema check; udated installer with new features and styles 2011-02-25 16:37:22 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
2c3d81dddd - use simple rcube_smtp class
- Installer: fix SMTP settings test
2009-07-21 12:31:59 +00:00
alecpl
b45aedd22c - check environement on upgrade (per discussion in #1485867) 2009-05-31 08:37:01 +00:00
alecpl
0ff63513c2 #1485741: fix installer after some last changes 2009-02-21 18:57:47 +00:00
alecpl
b1c1541427 - Add Robots meta tag in login page and installer (#1484846) 2008-12-07 11:10:49 +00:00
thomascube
fee8c6ceab First version of the commandline update script 2008-10-27 20:11:32 +00:00
thomascube
32eb29fb99 Secure new config merging feature + remove full path disclosure 2008-10-14 12:55:45 +00:00
thomascube
e107123780 Add methods to check and update local config files + show HTML output in installer test step 2008-10-03 20:58:23 +00:00
thomascube
7d7f67dde1 Apply changes of installer script to trunk 2008-09-21 12:50:15 +00:00
thomascube
bba657e64f Made config files location configurable (#1485215) 2008-09-19 18:26:34 +00:00
svncommit
c060677d20 Enable direct download of (main|db).inc.php from the installer. 2008-06-12 07:32:04 +00:00
till
afe50aed70 * minor cs fixes 2008-05-26 10:42:20 +00:00
thomascube
47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 2008-04-12 13:54:45 +00:00
thomascube
e010845509 Don't attempt to send headers after content 2008-04-08 17:43:26 +00:00
thomascube
8b8bccf390 Start session before content is sent 2008-04-08 17:41:38 +00:00
thomascube
967b342039 Disable installer by default; add config option to enable it again 2008-03-28 19:42:35 +00:00
till
7635d21b4c * fixing bug where people got: Call to undefined function decrypt_passwd()
(The form fields for smtp and imap test shared names and imap test overwrote smtp test fields (obviously).)
2008-03-23 20:42:24 +00:00
thomascube
330127a612 Disable PHP notices + check for installer script on login page 2008-03-02 13:20:21 +00:00
thomascube
b3f9dfb54e Allow to skip the config step if config files already exist 2008-02-27 08:11:17 +00:00
thomascube
ad43e637bd Add SMTP test to installer script 2008-02-26 18:08:19 +00:00
thomascube
c5042d468e More installer stuff 2008-02-25 23:03:54 +00:00
thomascube
6557d3005c Added environment checks from check.php-dist 2008-02-21 00:02:52 +00:00