thomascube
2012-04-13 9456eacbec25fac99d0b13f574aa45575a44b27b
cleanup release branch; update versions

21 files deleted
3 files modified
968 ■■■■■ changed files
README 8 ●●●●● patch | view | raw | blame | history
bin/dumpschema.sh 101 ●●●●● patch | view | raw | blame | history
bin/makedoc.sh 25 ●●●●● patch | view | raw | blame | history
index.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
tests/html_to_text.php 61 ●●●●● patch | view | raw | blame | history
tests/maildecode.php 130 ●●●●● patch | view | raw | blame | history
tests/mailfunc.php 173 ●●●●● patch | view | raw | blame | history
tests/modcss.php 45 ●●●●● patch | view | raw | blame | history
tests/runtests.sh 57 ●●●●● patch | view | raw | blame | history
tests/src/BID-26800.txt 53 ●●●●● patch | view | raw | blame | history
tests/src/apple.vcf 49 ●●●●● patch | view | raw | blame | history
tests/src/htmlbase.txt 12 ●●●●● patch | view | raw | blame | history
tests/src/htmlbody.txt 51 ●●●●● patch | view | raw | blame | history
tests/src/htmlcom.txt 16 ●●●●● patch | view | raw | blame | history
tests/src/htmlxss.txt 22 ●●●●● patch | view | raw | blame | history
tests/src/invalidchars.html 1 ●●●● patch | view | raw | blame | history
tests/src/johndoe.vcf 11 ●●●●● patch | view | raw | blame | history
tests/src/mailto.txt 8 ●●●●● patch | view | raw | blame | history
tests/src/plainbody.txt 38 ●●●●● patch | view | raw | blame | history
tests/src/thebat.vcf 8 ●●●●● patch | view | raw | blame | history
tests/src/utf-16_sample.vcf patch | view | raw | blame | history
tests/src/valid.css 30 ●●●●● patch | view | raw | blame | history
tests/vcards.php 65 ●●●●● patch | view | raw | blame | history
README
@@ -1,14 +1,6 @@
Roundcube Webmail (http://roundcube.net)
ATTENTION
---------
This is just a snapshot of the current SVN repository and is NOT A STABLE
version of Roundcube. It's not recommended to replace an existing installation
of Roundcube with this version. Also using a separate database for this
installation is highly recommended.
INTRODUCTION
------------
Roundcube Webmail is a browser-based multilingual IMAP client with an
bin/dumpschema.sh
File was deleted
bin/makedoc.sh
File was deleted
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail IMAP Client                                           |
 | Version 0.8-svn                                                         |
 | Version 0.8-rc                                                         |
 |                                                                         |
 | Copyright (C) 2005-2012, The Roundcube Dev Team                         |
 |                                                                         |
program/include/iniset.php
@@ -40,7 +40,7 @@
}
// application constants
define('RCMAIL_VERSION', '0.8-svn');
define('RCMAIL_VERSION', '0.8-rc');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));
tests/html_to_text.php
File was deleted
tests/maildecode.php
File was deleted
tests/mailfunc.php
File was deleted
tests/modcss.php
File was deleted
tests/runtests.sh
File was deleted
tests/src/BID-26800.txt
File was deleted
tests/src/apple.vcf
File was deleted
tests/src/htmlbase.txt
File was deleted
tests/src/htmlbody.txt
File was deleted
tests/src/htmlcom.txt
File was deleted
tests/src/htmlxss.txt
File was deleted
tests/src/invalidchars.html
File was deleted
tests/src/johndoe.vcf
File was deleted
tests/src/mailto.txt
File was deleted
tests/src/plainbody.txt
File was deleted
tests/src/thebat.vcf
File was deleted
tests/src/utf-16_sample.vcf
Binary files differ
tests/src/valid.css
File was deleted
tests/vcards.php
File was deleted