Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2018-03-10Remove deprecated composer package 'endroid/qrcode' on updateThomas Bruederli
2017-11-03installto.sh: Fix false reporting of failed upgrade (#6019)Nathan Rennie-Waldock
system() returns the last line of output (or false on failure) rsync will have no output if the file being copied hasn't changed Signed-off-by: Nathan Rennie-Waldock <nathan.renniewaldock@gmail.com>
2017-06-27Skip js deps installation if there's no jsdeps.json and install-jsdeps.shAleksander Machniak
2017-06-27Fix absent directory error in `install-jsdeps.sh` when processing `maps` ↵Kai Ren
section (#5819)
2017-06-19Cleanup target /vendor directory from old dependenciesAleksander Machniak
- also slightly fixed rsync command syntax
2017-06-16Fix js-deps check and installationThomas Bruederli
2017-06-16Update the list of obsolete composer dependenciesThomas Bruederli
2017-06-12Run bin/install-jsdeps.sh from installto.sh scriptThomas Bruederli
2017-05-05Print error from CLI scripts when system/exec function is disabled (#5744)Aleksander Machniak
2017-03-17Fix codemirror re-installationAleksander Machniak
When re-installing a dependency with 'map' entries containing * character these dest folders were not properly cleaned up before moving new files to them. It's because path with * does not work in is_dir().
2017-01-20Copy jsdeps.json file on update (#5598)Aleksander Machniak
2017-01-20Throw error if one of required programs is not installed (#5598)Aleksander Machniak
2016-12-30Merge branch 'dev-remove-js-deps'Aleksander Machniak
2016-12-30Remove old jsdeps.sh scriptAleksander Machniak
2016-12-30Add --delete argument to install-jsdeps.shAleksander Machniak
2016-12-30Fix function nameAleksander Machniak
2016-12-30Make it working with wget when curl is not installed, mark --force argument ↵Aleksander Machniak
as boolean
2016-12-30Add --force option + update install insructions (#5535)Thomas Bruederli
2016-12-30Install script to fetch javascript dependencies defined in jsdeps.json (#5535)Thomas Bruederli
2016-12-23Fix rsync error handling in installto.sh script (#5562)Aleksander Machniak
2016-12-11jsdeps.sh: Store downloaded files in cache folder, add option to install ↵Aleksander Machniak
deps from it When in git-master you install deps and then want to switch to an older branch you'll get a conflict. In such a case you can just call `jsdeps.sh cleanup` and when you're back in master `jsdeps.sh from-cache` which will be much faster and do not require re-downloading everything.
2016-12-08jsdeps.sh: Add 'cleanup' argumentAleksander Machniak
2016-12-08Upgrade to TinyMCE 4.5.1Aleksander Machniak
2016-12-04Cleanup tinymce.zip with localizationsAleksander Machniak
2016-12-03Remove external javascript code from the git repo, add jsdeps.sh script (#5535)Aleksander Machniak
2016-11-27Shrink CodeMirror codeAleksander Machniak
2016-08-15Use ECMASCRIPT5 and newest closure compilerAleksander Machniak
2016-06-06Fix so upgrade script makes sure program/lib directory does not contain old ↵Aleksander Machniak
libraries (#5287)
2016-06-01Fix handling of --delete argument in moduserprefs.sh script (#5296)Aleksander Machniak
2016-05-15Improve migration of the composer.json file when updatingThomas Bruederli
2016-01-10Save copy of original .htaccess file when using installto.sh script (1490623)Aleksander Machniak
2015-09-25Remove also old .htaccess file that is not used anymore (#1489980)Aleksander Machniak
2015-09-01Fix so gc.sh script removes also expired sessions from sql database (#1490512)Aleksander Machniak
2015-08-08PHP7: Fixed some E_WARNING errors that previously were E_STRICTAleksander Machniak
2015-06-02Fix composer.json update routineThomas Bruederli
2015-05-25Add --config and --type options to moduserprefs.sh script (#1490051)Aleksander Machniak
2015-04-12Installer: Remove system() function use (#1490139)Aleksander Machniak
Move some functionality of scripts from bin/ into rcmail_utils class
2015-02-28Add initdb.sh to create database from initial.sql script with prefix support ↵Aleksander Machniak
(#1490188)
2015-02-07Copy the first comment block with license information for LibreJS when minifyingThomas Bruederli
2015-02-07Complete the repositories section in composer.json during updateThomas Bruederli
2015-02-04Copy also INSTALL fileAleksander Machniak
2014-12-18Enable updating of composer.json dependenciesThomas Bruederli
2014-12-18Sync vendor folder if exists in source package (#1490145)Thomas Bruederli
2014-11-12Remove empty labels and translation filesThomas Bruederli
2014-11-09Consider composer.json dependencies in installation and upgrading ↵Thomas Bruederli
instructions and scripts
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
2014-09-23Improve user deletion script by using DB transactions and a transaction-like ↵Thomas Bruederli
protocol of plugin hook calls
2014-09-12Use consistent column/table quoting in sql queriesAleksander Machniak
2014-09-10Don't init output in CLI modeAleksander Machniak
Fixes infinite recurssion on raise_error() call when executing scripts out of the INSTALL_PATH. Also use 'rcube' if 'rcmail' is not needed.
2014-09-10Remove deprecated function usage (get_table_name)Aleksander Machniak