Changeset 1954 in subversion


Ignore:
Timestamp:
Oct 7, 2008 2:32:56 PM (5 years ago)
Author:
alec
Message:
  • added bin/killcache.php script (#1485434)
  • added copyrights disclaimers
Location:
trunk/roundcubemail
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r1953 r1954  
    77- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475) 
    88- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472) 
     9- Added bin/killcache.php script (#1485434) 
    910 
    10112008/10/03 (alec) 
  • trunk/roundcubemail/bin/dumpschema.php

    r1952 r1954  
    11<?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*/ 
    221 
    322define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); 
     
    4564                'output' => 'print_schema', 
    4665        ); 
    47  
     66         
    4867        $definition = $schema->getDefinitionFromDatabase(); 
    4968        if (PEAR::isError($definition)) { 
  • trunk/roundcubemail/bin/html2text.php

    r1764 r1954  
    11<?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*/ 
    221 
    322define('INSTALL_PATH', realpath('./../') . '/'); 
  • trunk/roundcubemail/bin/modcss.php

    r1291 r1954  
    33/* 
    44 +-----------------------------------------------------------------------+ 
    5  | program/bin/modcss.php                                                | 
     5 | bin/modcss.php                                                        | 
    66 |                                                                       | 
    77 | This file is part of the RoundCube Webmail client                     | 
    8  | Copyright (C) 2007, RoundCube Dev. - Switzerland                      | 
     8 | Copyright (C) 2007-2008, RoundCube Dev. - Switzerland                 | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
     
    1616 +-----------------------------------------------------------------------+ 
    1717 
    18  $Id$ 
     18 $Id$ 
    1919 
    2020*/ 
  • trunk/roundcubemail/bin/quotaimg.php

    r1776 r1954  
    22/* 
    33 +-----------------------------------------------------------------------+ 
    4  | program/bin/quotaimg.php                                              | 
     4 | bin/quotaimg.php                                                      | 
    55 |                                                                       | 
    66 | This file is part of the RoundCube Webmail client                     | 
    7  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 | 
     7 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    88 | Licensed under the GNU GPL                                            | 
    99 |                                                                       | 
     
    1515 +-----------------------------------------------------------------------+ 
    1616 
    17  $Id: $ 
     17 $Id$ 
    1818 
    1919*/ 
Note: See TracChangeset for help on using the changeset viewer.