Aleksander Machniak
3688eb6987
Fix TinyMCE localization installation ( #9266 )
2 years ago
Aleksander Machniak
b2c2545ee3
Fix unneeded php command use in installto.sh and deluser.sh scripts ( #9237 )
2 years ago
Aleksander Machniak
3e303234d5
Fix bug where installto.sh/update.sh scripts were removing some essential options from the config file ( #9051 )
Plus small code improvements
2 years ago
Aleksander Machniak
242fae0efc
Migrate to Transifex API v3
2 years ago
Thomas B
f81be9db9b
Update vendor dir from installto.sh if untouched ( #8642 ) ( #8840 )
* installto.sh checks for a marker indicating that composer was not run/used.
* update.sh tries to find and run composer
3 years ago
Aleksander Machniak
cc1bdf6a36
Fix regression in create_config()
On update some bool options might got changed values to false,
if not specified in the config.inc.php file.
3 years ago
Aleksander Machniak
1902661057
Fix PHP warning in bin/updatedb.sh
3 years ago
Thomas B
fa7f6a749c
Add option in initdb.sh to update schema if already exists ( #8438 )
This can be used by the Docker images where we don't know whether the configured database is already initialized or not.
4 years ago
Aleksander Machniak
893216cb29
Unified and simplified services connection options ( #8310 )
4 years ago
lexxai
316c448f72
Shrink css in plugins/jqueryui/themes ( #8337 )
4 years ago
Aleksander Machniak
48fbf110af
SQLite: Use foreign keys, require SQLite >= 3.6.19 ( #8159 )
4 years ago
Aleksander Machniak
cb37d14c5c
Support responses (snippets) in HTML format ( #5315 )
4 years ago
johndoh
0c863206f1
Replace Endroid QrCode with BaconQrCode ( #8173 )
4 years ago
Aleksander Machniak
d3143ddc40
Remove misleading notice message ( #7544 )
4 years ago
Aleksander Machniak
6cbd09613f
Fix PHP warnings
4 years ago
Aleksander Machniak
9c0ce85d19
Secure the new CHANGELOG.md file and update installto.sh to sync it
4 years ago
Josh Soref
203f456620
Spelling ( #8001 )
4 years ago
Aleksander Machniak
5ac44fd4ed
PHPDoc fixes
4 years ago
Aleksander Machniak
5349b3fd25
Fix transifexpull.sh
`set -e` causes `return` in a function to stop the script. Remove it.
[skip ci]
5 years ago
Aleksander Machniak
4c49a3cb66
Use proper array key
5 years ago
Aleksander Machniak
b4b24f93df
Fix some PHP8 warnings
5 years ago
Tom Sommer
4ba9c6f26e
deluser.sh should exit with success ( #7785 )
5 years ago
Aleksander Machniak
577570402f
cssshrink.sh: Replace yuicompressor with csso ( #7804 )
5 years ago
Aleksander Machniak
b379fbda5e
jsshrink.sh: Replace google-closure-compiler with UglifyJS ( #7804 )
5 years ago
Aleksander Machniak
eb0d1becbf
Add -g argument, update changelog
5 years ago
PhilW
e263aad68f
get minifying tools from npm
5 years ago
johndoh
cfd4fa170f
Fix a few PHP notices ( #7791 )
5 years ago
Tom Sommer
79ae6279f1
Protect deluser.sh with escapeshellarg() ( #7786 )
5 years ago
Aleksander Machniak
61a5ade872
PHP8 fixes, short array syntax
5 years ago
Filippo Giunchedi
df88349713
bin: set error on exit for shell scripts ( #7580 )
I am building Roundcube via CI jobs, and also ran in #7567 (thank you
for the quick fix!).
The CI job I'm using runs css/js shrink and the build job itself
succeeded, although Roundcube wasn't working.
With this commit all shell scripts will propagate the exit code in case
of errors, e.g. failed downloads.
5 years ago
Cedric Girard
2fc1262f8a
Fix #7567 : replace broken Closure Compiler link ( #7574 )
[skip ci]
5 years ago
Aleksander Machniak
36532345df
Make install-jsdeps.sh script working without the 'file' program installed ( #7325 )
5 years ago
Aleksander Machniak
f610707554
Skip install-jsdeps.sh execution when using "complete" package to update "custom" installation ( #7087 )
6 years ago
Aleksander Machniak
04aff2efa3
Fix so install-jsdeps.sh removes Bootstrap's sourceMappingURL ( #7035 )
6 years ago
Aleksander Machniak
d0dd042b73
Fix so update.sh script warns about changed defaults ( #7011 )
6 years ago
Aleksander Machniak
71bcf2e245
Fix regexp for version input to accept rcX releases
6 years ago
Aleksander Machniak
8aaf7d35c1
Fix displaying version number for rcX versions
6 years ago
Aleksander Machniak
294683b390
Fix so update.sh script warns about changed defaults ( #7011 )
6 years ago
Aleksander Machniak
c734f3e1ab
Fix regexp for version input to accept rcX releases
6 years ago
Aleksander Machniak
8a726316bb
Fix displaying version number for rcX versions
6 years ago
Aleksander Machniak
c60a30c780
Use "NOTICE:" instead of "NOTE:" for consistency
6 years ago
Thomas Bruederli
65735a6f94
Add accept option (-y) to installto.sh script
6 years ago
Jack Cherng
198585d8a0
Fix implode() wrong parameter order ( #6866 )
It has been deprecated in PHP 7.4.
Such as PHP deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /var/www/roundcubemail/program/lib/Roundcube/rcube_db.php on line 917
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
6 years ago
Aleksander Machniak
037bc3c94f
Fix code indentation
6 years ago
Aleksander Machniak
a97822eb8b
Remove importgettext.sh and exportgettext.sh scripts
6 years ago
Aleksander Machniak
8e63309203
CS fixes, tabs to spaces
6 years ago
Aleksander Machniak
f7b4ce0412
Remove dumpschema.sh
Usefulness of this script is very low, and MDB2 is not our dependency anymore
6 years ago
Aleksander Machniak
e3d3add48a
installto.sh: Add possibility to run the update even on the up-to-date installation ( #6533 )
6 years ago
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
6 years ago
Aleksander Machniak
9ab932d9ba
Remove redundant "ERROR: " prefix
6 years ago