johndoh
0c863206f1
Replace Endroid QrCode with BaconQrCode ( #8173 )
2021-08-28 09:09:19 +02:00
Josh Soref
203f456620
Spelling ( #8001 )
2021-04-18 08:43:18 +02:00
Aleksander Machniak
4c49a3cb66
Use proper array key
2021-01-18 19:21:48 +01:00
Aleksander Machniak
b4b24f93df
Fix some PHP8 warnings
2021-01-15 18:56:48 +01:00
Aleksander Machniak
61a5ade872
PHP8 fixes, short array syntax
2020-12-12 16:20:14 +01:00
Aleksander Machniak
294683b390
Fix so update.sh script warns about changed defaults ( #7011 )
2019-11-12 20:30:42 +01:00
Aleksander Machniak
c734f3e1ab
Fix regexp for version input to accept rcX releases
2019-11-11 08:06:47 +01:00
Aleksander Machniak
c60a30c780
Use "NOTICE:" instead of "NOTE:" for consistency
2019-09-11 10:27:27 +02:00
Aleksander Machniak
037bc3c94f
Fix code indentation
2019-06-15 09:30:11 +02:00
Aleksander Machniak
8e63309203
CS fixes, tabs to spaces
2019-06-15 08:56:35 +02:00
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
2019-04-16 10:42:45 +02:00
Thomas Bruederli
6c881745d6
Remove deprecated composer package 'endroid/qrcode' on update
2018-03-10 15:56:24 +01:00
Thomas Bruederli
0a68b93e73
Update the list of obsolete composer dependencies
2017-06-16 09:48:45 +02:00
Aleksander Machniak
d61d33a12a
Fix handling of --delete argument in moduserprefs.sh script ( #5296 )
2016-06-01 20:15:22 +02:00
Thomas Bruederli
26c4006c87
Improve migration of the composer.json file when updating
2016-05-15 15:49:35 +02:00
Thomas Bruederli
a612c59a0f
Fix composer.json update routine
2015-06-02 21:50:31 +02:00
Aleksander Machniak
e7620812b0
Installer: Remove system() function use ( #1490139 )
...
Move some functionality of scripts from bin/ into rcmail_utils class
2015-04-12 09:24:25 +02:00
Thomas Bruederli
9a3fe2aacd
Complete the repositories section in composer.json during update
2015-02-07 19:21:19 +01:00
Thomas Bruederli
8d9945c4f6
Enable updating of composer.json dependencies
2014-12-18 16:18:35 +01:00
Thomas Bruederli
0c137f7dac
Consider composer.json dependencies in installation and upgrading instructions and scripts
2014-11-09 15:36:57 +01:00
Aleksander Machniak
0ea079d604
dirname(__FILE__) -> __DIR__
2014-10-13 14:41:55 +02:00
Aleksander Machniak
29c24e647c
Get rid of DIRECTORY_SEPARATOR for consistency
2014-08-28 19:24:03 +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
e8dd47fb94
Fixed typo in script output
2014-02-07 14:05:46 +01:00
Thomas Bruederli
f5007eca74
Invoke update scripts with php command directly ( #1489322 )
2014-01-29 12:27:12 +01:00
Thomas Bruederli
fd6b193c6e
Fix codestyle and indentation; use new save function in update script
2013-07-17 21:38:00 +02:00
Thomas Bruederli
0703bfecd0
Merged configuration refactoring from 'dev_config' branch back into master ( #1487311 )
2013-07-10 22:49:12 +02:00
Thomas Bruederli
8f49e4a99c
Check filetype detection in installer and update script ( #1489193 )
2013-07-04 23:56:26 +02:00
Thomas Bruederli
447fc6a657
Improve update.sh script; fix bad wording
2013-06-28 23:04:30 +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
63cf4fc823
If version is not provided assume RCMAIL_VERSION ( #1488933 )
2013-02-21 10:28:33 +01:00
Aleksander Machniak
e4a6ebc1d9
Fix typo
2013-01-28 11:11:19 +01:00
Aleksander Machniak
9e329c0a27
Renamed option updatedb.sh --label to --package
2013-01-16 12:24:05 +01:00
Aleksander Machniak
7e7431bdda
Use updatedb.sh from update.sh + various fixes in updatedb.sh
2013-01-09 19:21:58 +01:00
Aleksander Machniak
a079269166
Fix version comparisons with -stable suffix ( #1488876 )
2012-12-20 08:53:48 +01:00
Aleksander Machniak
9290303e80
Move prompt_silent() and get_opt() to rcube_utils class
2012-11-20 10:37:13 +01:00
Aleksander Machniak
de56ea1909
Merge branch 'pdo'
...
Conflicts:
CHANGELOG
2012-08-08 08:21:45 +02:00
Thomas Bruederli
471d559374
Update installto/update script to remove old default skins and copy all necessary files; repeat notice about missing config options after auto-update
2012-08-05 14:01:22 +02:00
Aleksander Machniak
91f2271fac
Replace rcube_mdb2 with rcube_db
2012-06-19 12:00:07 +02:00
Aleksander Machniak
398bff5925
Replace rcube_mdb2/PEAR::MDB2 with rcube_db
2012-06-19 11:33:23 +02:00
Aleksander Machniak
041c93ce0b
Removed $Id$
2012-05-22 12:31:37 +02:00
thomascube
7fe3811c65
Changed license to GNU GPLv3+ with exceptions for skins and plugins
2012-01-18 11:10:46 +00:00
thomascube
faf10e8fec
Fix automatic db updates; trigger contact indexing after upgrade
2011-08-14 19:02:33 +00:00
alecpl
6cc3f5887d
- Use clisetup.php where possible, remove redundant code
2011-04-20 13:10:45 +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
0da9021f5a
- Fix typo
2010-12-10 12:51:58 +00:00
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
2010-09-25 13:03:53 +00:00
alecpl
27a96a40db
- Fix path to SQL files when using pgsql/mysqli/sqlsrv drivers ( #1486902 )
2010-08-10 06:32:50 +00:00
thomascube
2491c6240c
Add minimal database schema check to installer and update script
2010-04-15 07:28:05 +00:00