alecpl
2010-05-18 30aa4ccaafb10707c8da72e734d1f59f2c528ce8
- Renamed all php-cli scripts to use .sh extension


3 files renamed
2 files modified
11 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
INSTALL 2 ●●● patch | view | raw | blame | history
bin/cleandb.sh 2 ●●● patch | view | raw | blame | history
bin/decrypt.sh 4 ●●●● patch | view | raw | blame | history
bin/dumpschema.sh 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG RoundCube Webmail
===========================
- Renamed all php-cli scripts to use .sh extension
- Some files from /bin + spellchecking actions moved to the new 'utils' task
- Added thread tree icons
- Extend contact groups support (#1486682)
INSTALL
@@ -126,7 +126,7 @@
Database cleaning
-----------------
Do keep your database slick and clean we recommend to periodically execute
bin/cleandb.php which finally removes all records that are marked as deleted.
bin/cleandb.sh which finally removes all records that are marked as deleted.
Best solution is to install a cronjob running this script daily.
bin/cleandb.sh
File was renamed from bin/cleandb.php
@@ -3,7 +3,7 @@
/*
 +-----------------------------------------------------------------------+
 | bin/cleandb.php                                                       |
 | bin/cleandb.sh                                                        |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2010, RoundCube Dev. - Switzerland                      |
bin/decrypt.sh
old mode 100644 new mode 100755
File was renamed from bin/decrypt.php
@@ -3,7 +3,7 @@
/*
 +-----------------------------------------------------------------------+
 | bin/decrypt.php                                                       |
 | bin/decrypt.sh                                                        |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                 |
@@ -37,7 +37,7 @@
 *
 * Using this tool, they can be decrypted into plain text:
 *
 * $ bin/decrypt_received.php 'my0nUbjZXKtl7KVBZcsvWOxxtyVFxza4' \
 * $ bin/decrypt.sh 'my0nUbjZXKtl7KVBZcsvWOxxtyVFxza4' \
 * > 'DzgkvJBO5+bw+oje5JACeNIa/uSI4mRw2cy5YoPBba73eyBmjtyHnQ=='
 * 84.3.187.208
 * 5403BBD0.catv.pool.telekom.hu
bin/dumpschema.sh
old mode 100644 new mode 100755
File was renamed from bin/dumpschema.php
@@ -3,7 +3,7 @@
/*
 +-----------------------------------------------------------------------+
 | bin/dumpschema.php                                                    |
 | bin/dumpschema.sh                                                     |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                 |