Age | Commit message (Expand) | Author |
2013-06-05 | Improvements in garbage collector: created gc() method to run all | Aleksander Machniak |
2013-06-05 | Add option to use PHP's native session save handlers | Thomas Bruederli |
2013-05-16 | Small fix to the printed debug message | Aleksander Machniak |
2013-05-04 | Implemented updatecss.sh script for background images cache issues fix (#1489... | Aleksander Machniak |
2013-04-27 | Add db_prefix configuration option in place of db_table_*/db_sequence_* options | Aleksander Machniak |
2013-04-26 | Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043) | Aleksander Machniak |
2013-03-29 | Update releases list | Aleksander Machniak |
2013-03-21 | Consider alternative table names from config when running DB updates | Thomas Bruederli |
2013-02-21 | If version is not provided assume RCMAIL_VERSION (#1488933) | Aleksander Machniak |
2013-02-19 | Fix typo in DB version strings (there should be no .sql suffix) | Aleksander Machniak |
2013-02-01 | Include treelist.js in shrinking scripts | Thomas Bruederli |
2013-01-28 | Fix typo | Aleksander Machniak |
2013-01-24 | Allow to shrink any file passed as argument | Thomas Bruederli |
2013-01-16 | Add and use db_table_system config option | Aleksander Machniak |
2013-01-16 | Renamed option updatedb.sh --label to --package | Aleksander Machniak |
2013-01-14 | Don't attempt to write to 'system' table if it doesn't exist | Aleksander Machniak |
2013-01-14 | Don't attempt to read system table if it doesn't exist | Aleksander Machniak |
2013-01-09 | Use updatedb.sh from update.sh + various fixes in updatedb.sh | Aleksander Machniak |
2013-01-09 | Added new database upgrade script, converted DDL scripts to new format | Aleksander Machniak |
2012-12-20 | Fix version comparisons with -stable suffix (#1488876) | Aleksander Machniak |
2012-12-16 | Fix package definitions and include framework classes in phpdoc | Thomas Bruederli |
2012-12-14 | fix syntax error | Christian Flothmann |
2012-11-20 | Move prompt_silent() and get_opt() to rcube_utils class | Aleksander Machniak |
2012-11-19 | New shell script to modify user preferences | Thomas Bruederli |
2012-11-19 | Properly add author name from gettext files | Thomas Bruederli |
2012-10-04 | Add another language alias for exports to launchpad | Thomas Bruederli |
2012-08-08 | Merge branch 'pdo' | Aleksander Machniak |
2012-08-05 | Fix default skin removal | Thomas Bruederli |
2012-08-05 | Update installto/update script to remove old default skins and copy all neces... | Thomas Bruederli |
2012-06-19 | Replace rcube_mdb2 with rcube_db | Aleksander Machniak |
2012-06-19 | Replace rcube_mdb2/PEAR::MDB2 with rcube_db | Aleksander Machniak |
2012-05-22 | Remove <Unknown> from localization author line | Aleksander Machniak |
2012-05-22 | Removed $Id$ | Aleksander Machniak |
2012-05-17 | Set the right permissions on new localization folders | Thomas Bruederli |
2012-05-17 | Get language code from filename if not specified in the .po file itself (#148... | Thomas Bruederli |
2012-04-13 | - Merge devel-framework branch, resolved conflicts | alecpl |
2012-03-21 | Map new Persian (Farsi) lang code | thomascube |
2012-03-03 | Copy all skins in installto script (#1488376) | thomascube |
2012-02-29 | Fix language code maps | thomascube |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube |
2012-01-16 | Merged devel-framework branch (r5746:5779) back into trunk | thomascube |
2012-01-05 | - Exclude MIME functionality from rcube_imap class into rcube_mime class | alecpl |
2012-01-03 | Also read both variables in en_US template | thomascube |
2012-01-03 | Fix gettext export for launchpad | thomascube |
2012-01-03 | Fix gettext importer to correctly convert launchpad .po files | thomascube |
2011-12-31 | Fix export of multiline texts | thomascube |
2011-12-12 | More from Larry... | thomascube |
2011-12-07 | Improve gettext exporter to correctly convert a single directory | thomascube |
2011-12-07 | - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead | alecpl |
2011-12-07 | Fix newline handling in gettext export; add import script to read .po localiz... | thomascube |