summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2013-10-30Add note about txclib bug and a link to the fixAleksander Machniak
2013-10-10Clean up translations once again, this time remove untranslated strings for ↵Aleksander Machniak
all langs
2013-10-09Remove also $labels=array() and $messages=array() linesAleksander Machniak
2013-10-09Fix comments cleanupAleksander Machniak
2013-10-09Do not cleanup en_US filesAleksander Machniak
2013-10-09Adde translation update (from Transifex) and cleanup scriptAleksander Machniak
2013-09-25Copy version string from package.xml although plugin versions should be ↵Thomas Bruederli
derived from git tags
2013-09-20List required PHP extensions in 'require'Thomas Bruederli
2013-09-20Prefer <description> over <summary>Thomas Bruederli
2013-09-20Use XML nodes as iteratorThomas Bruederli
2013-09-20New utility script to convert plugin package.xml files into new ↵Thomas Bruederli
composer.json meta files
2013-09-13Update releases listAleksander Machniak
2013-07-17Fix codestyle and indentation; use new save function in update scriptThomas Bruederli
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-07-04Check filetype detection in installer and update script (#1489193)Thomas Bruederli
2013-06-28Improve update.sh script; fix bad wordingThomas Bruederli
2013-06-28Prepare config migration:Thomas Bruederli
- 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-14Merge config files (#1487311).Aleksander Machniak
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-05Improvements in garbage collector: created gc() method to run allAleksander Machniak
gc-related cleanups in one place, added posibility to run gc in environments without session
2013-06-05Add option to use PHP's native session save handlersThomas Bruederli
2013-05-16Small fix to the printed debug messageAleksander Machniak
2013-05-04Implemented updatecss.sh script for background images cache issues fix ↵Aleksander Machniak
(#1489047)
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
2013-03-29Update releases listAleksander Machniak
2013-03-21Consider alternative table names from config when running DB updatesThomas Bruederli
2013-02-21If version is not provided assume RCMAIL_VERSION (#1488933)Aleksander Machniak
2013-02-19Fix typo in DB version strings (there should be no .sql suffix)Aleksander Machniak
2013-02-01Include treelist.js in shrinking scriptsThomas Bruederli
2013-01-28Fix typoAleksander Machniak
2013-01-24Allow to shrink any file passed as argumentThomas Bruederli
2013-01-16Add and use db_table_system config optionAleksander Machniak
2013-01-16Renamed option updatedb.sh --label to --packageAleksander Machniak
2013-01-14Don't attempt to write to 'system' table if it doesn't existAleksander Machniak
2013-01-14Don't attempt to read system table if it doesn't existAleksander Machniak
2013-01-09Use updatedb.sh from update.sh + various fixes in updatedb.shAleksander Machniak
2013-01-09Added new database upgrade script, converted DDL scripts to new formatAleksander Machniak
2012-12-20Fix version comparisons with -stable suffix (#1488876)Aleksander Machniak
2012-12-16Fix package definitions and include framework classes in phpdocThomas Bruederli
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
2012-11-19Properly add author name from gettext filesThomas Bruederli
2012-10-04Add another language alias for exports to launchpadThomas Bruederli
2012-08-08Merge branch 'pdo'Aleksander Machniak
Conflicts: CHANGELOG
2012-08-05Fix default skin removalThomas Bruederli
2012-08-05Update installto/update script to remove old default skins and copy all ↵Thomas Bruederli
necessary files; repeat notice about missing config options after auto-update
2012-06-19Replace rcube_mdb2 with rcube_dbAleksander Machniak
2012-06-19Replace rcube_mdb2/PEAR::MDB2 with rcube_dbAleksander Machniak
2012-05-22Remove <Unknown> from localization author lineAleksander Machniak