[commits] Horde branch master updated. b02d94603f01a17c266dc9bc930dc00b5c60c24c

Jan Schneider jan at horde.org
Tue Mar 29 14:08:31 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 064351164191941ac0fc781b74bd752802448e90

b02d946 Add prefix to all scripts and install them to bin_dir (Request #9674).

-----------------------------------------------------------------------

commit b02d94603f01a17c266dc9bc930dc00b5c60c24c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 29 16:08:21 2011 +0200

    Add prefix to all scripts and install them to bin_dir (Request #9674).

 ansel/docs/INSTALL                               |    4 +-
 content/bin/content-object-add                   |   23 +
 content/bin/content-object-delete                |   24 +
 content/bin/content-tag                          |   21 +
 content/bin/content-tag-add                      |   18 +
 content/bin/content-tag-delete                   |   28 +
 content/bin/content-untag                        |   21 +
 content/bin/object_add.php                       |   23 -
 content/bin/object_delete.php                    |   24 -
 content/bin/tag.php                              |   21 -
 content/bin/tag_add.php                          |   18 -
 content/bin/tag_delete.php                       |   28 -
 content/bin/untag.php                            |   21 -
 content/package.xml                              |   32 +-
 framework/Scheduler/lib/Horde/Scheduler/Cron.php |    2 +-
 hermes/docs/INSTALL                              |    4 +-
 horde/bin/active_sessions                        |   44 -
 horde/bin/alarms                                 |   15 -
 horde/bin/check_logger                           |   32 -
 horde/bin/clear_cache                            |   36 -
 horde/bin/crond                                  |   36 -
 horde/bin/db_migrate                             |  134 --
 horde/bin/horde-active-sessions                  |   51 +
 horde/bin/horde-alarms                           |   22 +
 horde/bin/horde-check-logger                     |   39 +
 horde/bin/horde-clear-cache                      |   43 +
 horde/bin/horde-crond                            |   43 +
 horde/bin/horde-db-migrate                       |  141 ++
 horde/bin/horde-memcache-stats                   |  136 ++
 horde/bin/horde-run-task                         |   91 ++
 horde/bin/horde-set-perms                        |   76 +
 horde/bin/horde-themes                           |   76 +
 horde/bin/horde-translation                      | 1729 ++++++++++++++++++++++
 horde/bin/import/horde-import-squirrelmail-prefs |  433 ++++++
 horde/bin/import/import_squirrelmail_prefs       |  426 ------
 horde/bin/memcache_stats                         |  129 --
 horde/bin/run_task                               |   84 --
 horde/bin/set_perms                              |   69 -
 horde/bin/themes                                 |   69 -
 horde/bin/translation                            | 1722 ---------------------
 horde/docs/CHANGES                               |    2 +
 horde/docs/INSTALL                               |   13 +-
 horde/docs/TRANSLATIONS                          |   41 +-
 horde/docs/UPGRADING                             |    8 +-
 horde/package.xml                                |   63 +-
 imp/bin/bounce_spam                              |   66 -
 imp/bin/imp-bounce-spam                          |   73 +
 imp/bin/imp-query-imap-cache                     |  320 ++++
 imp/bin/query_imap_cache                         |  313 ----
 imp/docs/CHANGES                                 |    4 +-
 imp/docs/INSTALL                                 |    4 +-
 imp/package.xml                                  |   15 +-
 ingo/docs/INSTALL                                |    4 +-
 kronolith/docs/INSTALL                           |    4 +-
 luxor/bin/indexer                                |  149 --
 luxor/bin/luxor-indexer                          |  149 ++
 mnemo/docs/INSTALL                               |    4 +-
 nag/docs/INSTALL                                 |    4 +-
 skeleton/docs/INSTALL                            |    4 +-
 turba/docs/INSTALL                               |    4 +-
 whups/docs/INSTALL                               |    4 +-
 wicked/docs/INSTALL                              |    4 +-
 62 files changed, 3676 insertions(+), 3564 deletions(-)
 create mode 100755 content/bin/content-object-add
 create mode 100755 content/bin/content-object-delete
 create mode 100755 content/bin/content-tag
 create mode 100755 content/bin/content-tag-add
 create mode 100755 content/bin/content-tag-delete
 create mode 100755 content/bin/content-untag
 delete mode 100644 content/bin/object_add.php
 delete mode 100644 content/bin/object_delete.php
 delete mode 100644 content/bin/tag.php
 delete mode 100644 content/bin/tag_add.php
 delete mode 100644 content/bin/tag_delete.php
 delete mode 100644 content/bin/untag.php
 delete mode 100755 horde/bin/active_sessions
 delete mode 100755 horde/bin/alarms
 delete mode 100755 horde/bin/check_logger
 delete mode 100755 horde/bin/clear_cache
 delete mode 100755 horde/bin/crond
 delete mode 100755 horde/bin/db_migrate
 create mode 100755 horde/bin/horde-active-sessions
 create mode 100755 horde/bin/horde-alarms
 create mode 100755 horde/bin/horde-check-logger
 create mode 100755 horde/bin/horde-clear-cache
 create mode 100755 horde/bin/horde-crond
 create mode 100755 horde/bin/horde-db-migrate
 create mode 100755 horde/bin/horde-memcache-stats
 create mode 100755 horde/bin/horde-run-task
 create mode 100755 horde/bin/horde-set-perms
 create mode 100755 horde/bin/horde-themes
 create mode 100755 horde/bin/horde-translation
 create mode 100755 horde/bin/import/horde-import-squirrelmail-prefs
 delete mode 100755 horde/bin/import/import_squirrelmail_prefs
 delete mode 100755 horde/bin/memcache_stats
 delete mode 100755 horde/bin/run_task
 delete mode 100755 horde/bin/set_perms
 delete mode 100755 horde/bin/themes
 delete mode 100755 horde/bin/translation
 delete mode 100755 imp/bin/bounce_spam
 create mode 100755 imp/bin/imp-bounce-spam
 create mode 100755 imp/bin/imp-query-imap-cache
 delete mode 100755 imp/bin/query_imap_cache
 delete mode 100755 luxor/bin/indexer
 create mode 100755 luxor/bin/luxor-indexer

http://git.horde.org/horde-git/-/commit/b02d94603f01a17c266dc9bc930dc00b5c60c24c




More information about the commits mailing list