Changeset 1954 in subversion
- Timestamp:
- Oct 7, 2008 2:32:56 PM (5 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 1 added
- 5 edited
-
CHANGELOG (modified) (1 diff)
-
bin/dumpschema.php (modified) (2 diffs)
-
bin/html2text.php (modified) (1 diff)
-
bin/killcache.php (added)
-
bin/modcss.php (modified) (2 diffs)
-
bin/quotaimg.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r1953 r1954 7 7 - Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475) 8 8 - Fix js keywords escaping in json_serialize() for IE/Opera (#1485472) 9 - Added bin/killcache.php script (#1485434) 9 10 10 11 2008/10/03 (alec) -
trunk/roundcubemail/bin/dumpschema.php
r1952 r1954 1 1 <?php 2 /* 3 4 +-----------------------------------------------------------------------+ 5 | bin/dumpschema.php | 6 | | 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | 9 | Licensed under the GNU GPL | 10 | | 11 | PURPOSE: | 12 | Dumps database schema in XML format using MDB2_Schema | 13 | | 14 +-----------------------------------------------------------------------+ 15 | Author: Thomas Bruederli <roundcube@gmail.com> | 16 +-----------------------------------------------------------------------+ 17 18 $Id$ 19 20 */ 2 21 3 22 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); … … 45 64 'output' => 'print_schema', 46 65 ); 47 66 48 67 $definition = $schema->getDefinitionFromDatabase(); 49 68 if (PEAR::isError($definition)) { -
trunk/roundcubemail/bin/html2text.php
r1764 r1954 1 1 <?php 2 /* 3 4 +-----------------------------------------------------------------------+ 5 | bin/html2text.php | 6 | | 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | 9 | Licensed under the GNU GPL | 10 | | 11 | PURPOSE: | 12 | Convert HTML message to plain text | 13 | | 14 +-----------------------------------------------------------------------+ 15 | Author: Thomas Bruederli <roundcube@gmail.com> | 16 +-----------------------------------------------------------------------+ 17 18 $Id$ 19 20 */ 2 21 3 22 define('INSTALL_PATH', realpath('./../') . '/'); -
trunk/roundcubemail/bin/modcss.php
r1291 r1954 3 3 /* 4 4 +-----------------------------------------------------------------------+ 5 | program/bin/modcss.php|5 | bin/modcss.php | 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2007 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2007-2008, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | … … 16 16 +-----------------------------------------------------------------------+ 17 17 18 $Id :$18 $Id$ 19 19 20 20 */ -
trunk/roundcubemail/bin/quotaimg.php
r1776 r1954 2 2 /* 3 3 +-----------------------------------------------------------------------+ 4 | program/bin/quotaimg.php|4 | bin/quotaimg.php | 5 5 | | 6 6 | This file is part of the RoundCube Webmail client | 7 | Copyright (C) 2005-200 7, RoundCube Dev. - Switzerland |7 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | 8 8 | Licensed under the GNU GPL | 9 9 | | … … 15 15 +-----------------------------------------------------------------------+ 16 16 17 $Id :$17 $Id$ 18 18 19 19 */
Note: See TracChangeset
for help on using the changeset viewer.
