Changeset 9456eac in github
- Timestamp:
- Apr 13, 2012 8:25:46 AM (14 months ago)
- Branches:
- release-0.8
- Children:
- ce6ece3
- Parents:
- d5520d1
- Files:
-
- 21 deleted
- 3 edited
-
README (modified) (1 diff)
-
bin/dumpschema.sh (deleted)
-
bin/makedoc.sh (deleted)
-
index.php (modified) (1 diff)
-
program/include/iniset.php (modified) (1 diff)
-
tests/html_to_text.php (deleted)
-
tests/maildecode.php (deleted)
-
tests/mailfunc.php (deleted)
-
tests/modcss.php (deleted)
-
tests/runtests.sh (deleted)
-
tests/src/BID-26800.txt (deleted)
-
tests/src/apple.vcf (deleted)
-
tests/src/htmlbase.txt (deleted)
-
tests/src/htmlbody.txt (deleted)
-
tests/src/htmlcom.txt (deleted)
-
tests/src/htmlxss.txt (deleted)
-
tests/src/invalidchars.html (deleted)
-
tests/src/johndoe.vcf (deleted)
-
tests/src/mailto.txt (deleted)
-
tests/src/plainbody.txt (deleted)
-
tests/src/thebat.vcf (deleted)
-
tests/src/utf-16_sample.vcf (deleted)
-
tests/src/valid.css (deleted)
-
tests/vcards.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
README
r10560d9a r9456eac 1 1 Roundcube Webmail (http://roundcube.net) 2 3 4 ATTENTION5 ---------6 This is just a snapshot of the current SVN repository and is NOT A STABLE7 version of Roundcube. It's not recommended to replace an existing installation8 of Roundcube with this version. Also using a separate database for this9 installation is highly recommended.10 2 11 3 -
index.php
r7fe3811 r9456eac 3 3 +-------------------------------------------------------------------------+ 4 4 | Roundcube Webmail IMAP Client | 5 | Version 0.8- svn|5 | Version 0.8-rc | 6 6 | | 7 7 | Copyright (C) 2005-2012, The Roundcube Dev Team | -
program/include/iniset.php
r66d2152 r9456eac 41 41 42 42 // application constants 43 define('RCMAIL_VERSION', '0.8- svn');43 define('RCMAIL_VERSION', '0.8-rc'); 44 44 define('RCMAIL_CHARSET', 'UTF-8'); 45 45 define('JS_OBJECT_NAME', 'rcmail');
Note: See TracChangeset
for help on using the changeset viewer.
