summaryrefslogtreecommitdiff
path: root/bin/moduserprefs.sh
AgeCommit message (Collapse)Author
2015-04-12Installer: Remove system() function use (#1490139)Aleksander Machniak
Move some functionality of scripts from bin/ into rcmail_utils class
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
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.
2013-04-27Add db_prefix configuration option in place of db_table_*/db_sequence_* optionsAleksander Machniak
Make possible to use db_prefix for schema initialization in Installer (#1489067) Fix updatedb.sh script so it recognizes also table prefix for external DDL files
2013-04-26Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)Aleksander Machniak
2012-12-14fix syntax errorChristian Flothmann
2012-11-20Move prompt_silent() and get_opt() to rcube_utils classAleksander Machniak
2012-11-19New shell script to modify user preferencesThomas Bruederli