Changeset 6ae6e41 in github
- Timestamp:
- May 17, 2007 4:15:24 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 3c3b351
- Parents:
- 4a4751f
- Files:
-
- 5 edited
-
CHANGELOG (modified) (1 diff)
-
INSTALL (modified) (3 diffs)
-
SQL/mysql.initial.sql (modified) (1 diff)
-
SQL/sqlite.initial.sql (modified) (1 diff)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
re3caaf5 r6ae6e41 4 4 2007/05/17 (thomasb) 5 5 ---------- 6 - Updated Catalan, Russian, Portuguese and Chinese translations6 - Updated Catalan, Russian, Portuguese, Slovak and Chinese translations 7 7 - Renamed localization folder for Chinese (Big5) 8 8 - Chanegd Slovenian language code from 'si' to 'sl' 9 9 - Added Sinhala (Sri-Lanka) localization 10 10 - Use global filters and bind username/ for Ldap searches (#1484159) 11 - Hide quota display if imap server does not support it 12 - Hide address groups if no LDAP servers configured 13 - Add link to message subjects (closes #1484257) 14 - Better SQL query for contact listing/search (closes #1484369) 11 15 12 16 -
INSTALL
r3cf6649 r6ae6e41 43 43 > CREATE DATABASE roundcubemail; 44 44 > GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost 45 IDENTIFIED BY 'password';45 IDENTIFIED BY 'password'; 46 46 > quit 47 47 # mysql roundcubemail < SQL/mysql.initial.sql … … 56 56 > CREATE DATABASE roundcubemail DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 57 57 > GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost 58 IDENTIFIED BY 'password';58 IDENTIFIED BY 'password'; 59 59 > quit 60 60 … … 107 107 UPGRADING 108 108 ========= 109 109 110 If you already have a previous version of RoundCube installed, 110 111 please refer to the instructions in UPGRADING guide. -
SQL/mysql.initial.sql
r43a42dc r6ae6e41 1 1 -- RoundCube Webmail initial database structure 2 -- Version 0.1- beta22 -- Version 0.1-rc1 3 3 -- 4 4 -
SQL/sqlite.initial.sql
ra0109c4 r6ae6e41 1 1 -- RoundCube Webmail initial database structure 2 -- Version 0.1- beta22 -- Version 0.1-rc1 3 3 -- 4 4 -
index.php
rf115416 r6ae6e41 3 3 +-----------------------------------------------------------------------+ 4 4 | RoundCube Webmail IMAP Client | 5 | Version 0.1-20070 428|5 | Version 0.1-20070517 | 6 6 | | 7 7 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | … … 42 42 43 43 // application constants 44 define('RCMAIL_VERSION', '0.1-20070 428');44 define('RCMAIL_VERSION', '0.1-20070517'); 45 45 define('RCMAIL_CHARSET', 'UTF-8'); 46 46 define('JS_OBJECT_NAME', 'rcmail');
Note: See TracChangeset
for help on using the changeset viewer.
