Update to Horde 3.1.3. This also fixes some security problems with the
previous version. Horde now has a dependency on PostgreSQL, which is the default database. If you want to use MySQL instead, then use the mysql FLAVOR. If you want to use LDAP in addition to an SQL database, use the ldap FLAVOR.
This commit is contained in:
parent
696aa70472
commit
85db52bd91
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2005/11/01 11:34:15 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2006/11/01 10:47:47 mbalmer Exp $
|
||||
|
||||
COMMENT= "modular framework for web-based applications"
|
||||
|
||||
DISTNAME= horde-3.0.6
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= horde-3.1.3
|
||||
CATEGORIES= devel www
|
||||
HOMEPAGE= http://www.horde.org/
|
||||
|
||||
@ -26,14 +25,28 @@ PREFIX= /var/www
|
||||
INSTDIR= ${PREFIX}/horde
|
||||
SUBST_VARS= INSTDIR
|
||||
|
||||
PHP_VERSION= 5
|
||||
RUN_DEPENDS+= :php${PHP_VERSION}-core-*:www/php${PHP_VERSION}/core \
|
||||
:php${PHP_VERSION}-mcrypt-*:www/php${PHP_VERSION}/extensions,-mcrypt \
|
||||
:php${PHP_VERSION}-pear-*:www/php${PHP_VERSION}/core,-pear \
|
||||
::devel/pear-Log \
|
||||
::mail/pear-Mail-Mime \
|
||||
RUN_DEPENDS+= :php5-core-*:www/php5/core \
|
||||
:php5-mcrypt-*:www/php5/extensions,-mcrypt \
|
||||
:php5-pear-*:www/php5/core,-pear \
|
||||
:php5-mbstring-*:www/php5/extensions,-mbstring \
|
||||
:php5-gd-*:www/php5/extensions,-gd \
|
||||
:pear-Log-*:devel/pear-Log \
|
||||
:pear-Services-Weather-*:net/pear-Services-Weather \
|
||||
:pear-DB-*:databases/pear-DB
|
||||
|
||||
FLAVORS= mysql ldap
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mmysql}
|
||||
RUN_DEPENDS+= :php5-mysql-*:www/php5/extensions,-mysql
|
||||
.else
|
||||
RUN_DEPENDS+= :php5-pgsql-*:www/php5/extensions,-pgsql
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mldap}
|
||||
RUN_DEPENDS+= :php5-ldap-*:www/php5/extensions,-ldap
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
@chown -R root:daemon ${PREFIX}/${DISTNAME}
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (horde-3.0.6.tar.gz) = e1148c8f04125851660ff9643cf46db8
|
||||
RMD160 (horde-3.0.6.tar.gz) = 5e5918054d59cf88d3056e996c84f5c413a9e9d0
|
||||
SHA1 (horde-3.0.6.tar.gz) = 9ee43ee42c2d20836ad0044a88b08d3dbc87d442
|
||||
SIZE (horde-3.0.6.tar.gz) = 3725318
|
||||
MD5 (horde-3.1.3.tar.gz) = fbc56c608ac81474b846b1b4b7bb5ee7
|
||||
RMD160 (horde-3.1.3.tar.gz) = 047e91d5f822d4b1123840cb11612faa71c9880f
|
||||
SHA1 (horde-3.1.3.tar.gz) = f1c9d03b28aa33e265906a1c0d1bfa9ccfcef79c
|
||||
SIZE (horde-3.1.3.tar.gz) = 5232958
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2005/11/01 11:34:15 mbalmer Exp $
|
||||
@group daemon
|
||||
@comment $OpenBSD: PLIST,v 1.12 2006/11/01 10:47:47 mbalmer Exp $
|
||||
@owner root
|
||||
@group daemon
|
||||
horde/
|
||||
horde/COPYING
|
||||
horde/README
|
||||
@ -14,12 +14,15 @@ horde/admin/locale/en_US/
|
||||
horde/admin/locale/en_US/help.xml
|
||||
horde/admin/locale/fi_FI/
|
||||
horde/admin/locale/fi_FI/help.xml
|
||||
horde/admin/locale/hu_HU/
|
||||
horde/admin/locale/hu_HU/help.xml
|
||||
horde/admin/perms/
|
||||
horde/admin/perms/addchild.php
|
||||
horde/admin/perms/delete.php
|
||||
horde/admin/perms/edit.php
|
||||
horde/admin/perms/index.php
|
||||
horde/admin/phpshell.php
|
||||
horde/admin/sessions.php
|
||||
horde/admin/setup/
|
||||
horde/admin/setup/config.php
|
||||
horde/admin/setup/diff.php
|
||||
@ -72,7 +75,10 @@ horde/js/alphaImageLoader.php
|
||||
horde/js/enter_key_trap.js
|
||||
horde/js/form_assign.js
|
||||
horde/js/form_helpers.js
|
||||
horde/js/form_sections.js
|
||||
horde/js/hideable.js
|
||||
horde/js/horde.ie.js
|
||||
horde/js/horde.js
|
||||
horde/js/httpclient.js
|
||||
horde/js/ieEscGuard.js
|
||||
horde/js/image.js
|
||||
@ -80,10 +86,12 @@ horde/js/open_colorpicker.js
|
||||
horde/js/popup.js
|
||||
horde/js/sorter.js
|
||||
horde/js/stripe.js
|
||||
horde/js/tables.js
|
||||
horde/js/tooltip.js
|
||||
horde/lib/
|
||||
horde/lib/.htaccess
|
||||
horde/lib/Block/
|
||||
horde/lib/Block/account.php
|
||||
horde/lib/Block/color.php
|
||||
horde/lib/Block/fortune.php
|
||||
horde/lib/Block/google.php
|
||||
@ -95,6 +103,7 @@ horde/lib/Block/time.php
|
||||
horde/lib/Block/weatherdotcom.php
|
||||
horde/lib/Block/weatherdotcom_strings.php
|
||||
horde/lib/File/
|
||||
horde/lib/File/CSV.php
|
||||
horde/lib/File/PDF/
|
||||
horde/lib/File/PDF.php
|
||||
horde/lib/File/PDF/fonts/
|
||||
@ -143,7 +152,9 @@ horde/lib/Horde/Auth/yahoo.php
|
||||
horde/lib/Horde/Block/
|
||||
horde/lib/Horde/Block.php
|
||||
horde/lib/Horde/Block/Collection.php
|
||||
horde/lib/Horde/Block/Layout.php
|
||||
horde/lib/Horde/Block/Layout/
|
||||
horde/lib/Horde/Block/Layout/Manager.php
|
||||
horde/lib/Horde/Block/Layout/View.php
|
||||
horde/lib/Horde/Block/UI.php
|
||||
horde/lib/Horde/Browser/
|
||||
horde/lib/Horde/Browser.php
|
||||
@ -184,8 +195,6 @@ horde/lib/Horde/Data/csv.php
|
||||
horde/lib/Horde/Data/icalendar.php
|
||||
horde/lib/Horde/Data/imc.php
|
||||
horde/lib/Horde/Data/outlookcsv.php
|
||||
horde/lib/Horde/Data/palm.php
|
||||
horde/lib/Horde/Data/pdb.php
|
||||
horde/lib/Horde/Data/tsv.php
|
||||
horde/lib/Horde/Data/vcard.php
|
||||
horde/lib/Horde/Data/vnote.php
|
||||
@ -209,6 +218,8 @@ horde/lib/Horde/Form/Action/submit.php
|
||||
horde/lib/Horde/Form/Action/sum_fields.php
|
||||
horde/lib/Horde/Form/Action/updatefield.php
|
||||
horde/lib/Horde/Form/Renderer.php
|
||||
horde/lib/Horde/Form/Type/
|
||||
horde/lib/Horde/Form/Type/tableset.php
|
||||
horde/lib/Horde/Graph/
|
||||
horde/lib/Horde/Graph.php
|
||||
horde/lib/Horde/Graph/Chart/
|
||||
@ -223,12 +234,14 @@ horde/lib/Horde/Graph/Plot/scatter.php
|
||||
horde/lib/Horde/Group/
|
||||
horde/lib/Horde/Group.php
|
||||
horde/lib/Horde/Group/hooks.php
|
||||
horde/lib/Horde/Group/ldap.php
|
||||
horde/lib/Horde/Help.php
|
||||
horde/lib/Horde/History.php
|
||||
horde/lib/Horde/IMAP/
|
||||
horde/lib/Horde/IMAP/ACL/
|
||||
horde/lib/Horde/IMAP/ACL.php
|
||||
horde/lib/Horde/IMAP/ACL/rfc2086.php
|
||||
horde/lib/Horde/IMAP/ACL/rfc4314.php
|
||||
horde/lib/Horde/IMAP/Admin.php
|
||||
horde/lib/Horde/IMAP/Cache.php
|
||||
horde/lib/Horde/IMAP/Search.php
|
||||
@ -319,6 +332,7 @@ horde/lib/Horde/Notification.php
|
||||
horde/lib/Horde/Notification/Event.php
|
||||
horde/lib/Horde/Notification/Listener/
|
||||
horde/lib/Horde/Notification/Listener.php
|
||||
horde/lib/Horde/Notification/Listener/audio.php
|
||||
horde/lib/Horde/Notification/Listener/javascript.php
|
||||
horde/lib/Horde/Notification/Listener/mobile.php
|
||||
horde/lib/Horde/Notification/Listener/status.php
|
||||
@ -337,14 +351,13 @@ horde/lib/Horde/Prefs/session.php
|
||||
horde/lib/Horde/Prefs/sql.php
|
||||
horde/lib/Horde/RPC/
|
||||
horde/lib/Horde/RPC.php
|
||||
horde/lib/Horde/RPC/rest.php
|
||||
horde/lib/Horde/RPC/soap.php
|
||||
horde/lib/Horde/RPC/syncml.php
|
||||
horde/lib/Horde/RPC/syncml_wbxml.php
|
||||
horde/lib/Horde/RPC/webdav.php
|
||||
horde/lib/Horde/RPC/xmlrpc.php
|
||||
horde/lib/Horde/Registry.php
|
||||
horde/lib/Horde/Relationship/
|
||||
horde/lib/Horde/Relationship/Manager.php
|
||||
horde/lib/Horde/SQL/
|
||||
horde/lib/Horde/SQL.php
|
||||
horde/lib/Horde/SQL/Attributes.php
|
||||
@ -352,16 +365,13 @@ horde/lib/Horde/SQL/Keywords.php
|
||||
horde/lib/Horde/Scheduler/
|
||||
horde/lib/Horde/Scheduler.php
|
||||
horde/lib/Horde/Scheduler/cron.php
|
||||
horde/lib/Horde/Search/
|
||||
horde/lib/Horde/Search.php
|
||||
horde/lib/Horde/Search/google.php
|
||||
horde/lib/Horde/Secret.php
|
||||
horde/lib/Horde/Serialize.php
|
||||
horde/lib/Horde/SessionHandler/
|
||||
horde/lib/Horde/SessionHandler.php
|
||||
horde/lib/Horde/SessionHandler/dbm.php
|
||||
horde/lib/Horde/SessionHandler/ldap.php
|
||||
horde/lib/Horde/SessionHandler/memcached.php
|
||||
horde/lib/Horde/SessionHandler/memcache.php
|
||||
horde/lib/Horde/SessionHandler/mysql.php
|
||||
horde/lib/Horde/SessionHandler/none.php
|
||||
horde/lib/Horde/SessionHandler/oci8.php
|
||||
@ -371,30 +381,6 @@ horde/lib/Horde/SessionHandler/sql.php
|
||||
horde/lib/Horde/SessionObjects.php
|
||||
horde/lib/Horde/Share.php
|
||||
horde/lib/Horde/String.php
|
||||
horde/lib/Horde/SyncML/
|
||||
horde/lib/Horde/SyncML.php
|
||||
horde/lib/Horde/SyncML/Backend.php
|
||||
horde/lib/Horde/SyncML/Command/
|
||||
horde/lib/Horde/SyncML/Command.php
|
||||
horde/lib/Horde/SyncML/Command/Alert.php
|
||||
horde/lib/Horde/SyncML/Command/Final.php
|
||||
horde/lib/Horde/SyncML/Command/Get.php
|
||||
horde/lib/Horde/SyncML/Command/Map.php
|
||||
horde/lib/Horde/SyncML/Command/Put.php
|
||||
horde/lib/Horde/SyncML/Command/Results.php
|
||||
horde/lib/Horde/SyncML/Command/Status.php
|
||||
horde/lib/Horde/SyncML/Command/Sync.php
|
||||
horde/lib/Horde/SyncML/Command/SyncElement.php
|
||||
horde/lib/Horde/SyncML/Constants.php
|
||||
horde/lib/Horde/SyncML/Device/
|
||||
horde/lib/Horde/SyncML/Device.php
|
||||
horde/lib/Horde/SyncML/Device/P800.php
|
||||
horde/lib/Horde/SyncML/Device/Sync4j.php
|
||||
horde/lib/Horde/SyncML/Device/Synthesis.php
|
||||
horde/lib/Horde/SyncML/DeviceInfo.php
|
||||
horde/lib/Horde/SyncML/ResultsSender.php
|
||||
horde/lib/Horde/SyncML/State.php
|
||||
horde/lib/Horde/SyncML/Sync.php
|
||||
horde/lib/Horde/Template.php
|
||||
horde/lib/Horde/Text/
|
||||
horde/lib/Horde/Text.php
|
||||
@ -415,8 +401,8 @@ horde/lib/Horde/Text/Filter/space2html.php
|
||||
horde/lib/Horde/Text/Filter/tabs2spaces.php
|
||||
horde/lib/Horde/Text/Filter/text2html.php
|
||||
horde/lib/Horde/Text/Filter/words.php
|
||||
horde/lib/Horde/Text/Filter/xss.php
|
||||
horde/lib/Horde/Text/tests/
|
||||
horde/lib/Horde/Timer.php
|
||||
horde/lib/Horde/Token/
|
||||
horde/lib/Horde/Token.php
|
||||
horde/lib/Horde/Token/file.php
|
||||
@ -429,11 +415,11 @@ horde/lib/Horde/Tree/select.php
|
||||
horde/lib/Horde/UI/
|
||||
horde/lib/Horde/UI/Language.php
|
||||
horde/lib/Horde/UI/Pager.php
|
||||
horde/lib/Horde/UI/Table.php
|
||||
horde/lib/Horde/UI/Tabs.php
|
||||
horde/lib/Horde/UI/VarRenderer/
|
||||
horde/lib/Horde/UI/VarRenderer.php
|
||||
horde/lib/Horde/UI/VarRenderer/html.php
|
||||
horde/lib/Horde/UI/VarRenderer/tableset_html.php
|
||||
horde/lib/Horde/UI/Widget.php
|
||||
horde/lib/Horde/Util.php
|
||||
horde/lib/Horde/VC/
|
||||
@ -461,6 +447,7 @@ horde/lib/Net/IMSP.php
|
||||
horde/lib/Net/IMSP/Auth/
|
||||
horde/lib/Net/IMSP/Auth.php
|
||||
horde/lib/Net/IMSP/Auth/cram_md5.php
|
||||
horde/lib/Net/IMSP/Auth/imtest.php
|
||||
horde/lib/Net/IMSP/Auth/plaintext.php
|
||||
horde/lib/Net/IMSP/Book.php
|
||||
horde/lib/Net/IMSP/Options.php
|
||||
@ -468,8 +455,34 @@ horde/lib/Net/IMSP/Utils.php
|
||||
horde/lib/Net/SMS/
|
||||
horde/lib/Net/SMS.php
|
||||
horde/lib/Net/SMS/clickatell_http.php
|
||||
horde/lib/Net/SMS/generic_smtp.php
|
||||
horde/lib/Net/SMS/sms2email_http.php
|
||||
horde/lib/Net/SMS/vodafoneitaly_smtp.php
|
||||
horde/lib/Net/SMS/win_http.php
|
||||
horde/lib/SyncML/
|
||||
horde/lib/SyncML.php
|
||||
horde/lib/SyncML/Backend.php
|
||||
horde/lib/SyncML/Command/
|
||||
horde/lib/SyncML/Command.php
|
||||
horde/lib/SyncML/Command/Alert.php
|
||||
horde/lib/SyncML/Command/Final.php
|
||||
horde/lib/SyncML/Command/Get.php
|
||||
horde/lib/SyncML/Command/Map.php
|
||||
horde/lib/SyncML/Command/Put.php
|
||||
horde/lib/SyncML/Command/Results.php
|
||||
horde/lib/SyncML/Command/Status.php
|
||||
horde/lib/SyncML/Command/Sync.php
|
||||
horde/lib/SyncML/Command/SyncElement.php
|
||||
horde/lib/SyncML/Constants.php
|
||||
horde/lib/SyncML/Device/
|
||||
horde/lib/SyncML/Device.php
|
||||
horde/lib/SyncML/Device/Nokia.php
|
||||
horde/lib/SyncML/Device/P800.php
|
||||
horde/lib/SyncML/Device/Sync4j.php
|
||||
horde/lib/SyncML/Device/Synthesis.php
|
||||
horde/lib/SyncML/DeviceInfo.php
|
||||
horde/lib/SyncML/State.php
|
||||
horde/lib/SyncML/Sync.php
|
||||
horde/lib/Test.php
|
||||
horde/lib/Text/
|
||||
horde/lib/Text/Diff/
|
||||
@ -509,11 +522,11 @@ horde/lib/VFS/Object.php
|
||||
horde/lib/VFS/file.php
|
||||
horde/lib/VFS/ftp.php
|
||||
horde/lib/VFS/musql.php
|
||||
horde/lib/VFS/smb.php
|
||||
horde/lib/VFS/sql.php
|
||||
horde/lib/VFS/sql_file.php
|
||||
horde/lib/VFS/tests/
|
||||
horde/lib/XML/
|
||||
horde/lib/XML/RAX.php
|
||||
horde/lib/XML/SVG.php
|
||||
horde/lib/XML/WBXML/
|
||||
horde/lib/XML/WBXML.php
|
||||
@ -533,6 +546,7 @@ horde/lib/api.php
|
||||
horde/lib/base.php
|
||||
horde/lib/core.php
|
||||
horde/lib/data/
|
||||
horde/lib/docs/
|
||||
horde/lib/prefs.php
|
||||
horde/lib/version.php
|
||||
horde/locale/
|
||||
@ -591,6 +605,9 @@ horde/locale/fr_FR/help.xml
|
||||
horde/locale/gl_ES/
|
||||
horde/locale/gl_ES/LC_MESSAGES/
|
||||
horde/locale/gl_ES/LC_MESSAGES/horde.mo
|
||||
horde/locale/he_IL/
|
||||
horde/locale/he_IL/LC_MESSAGES/
|
||||
horde/locale/he_IL/LC_MESSAGES/horde.mo
|
||||
horde/locale/hu_HU/
|
||||
horde/locale/hu_HU/LC_MESSAGES/
|
||||
horde/locale/hu_HU/LC_MESSAGES/horde.mo
|
||||
@ -598,6 +615,9 @@ horde/locale/hu_HU/help.xml
|
||||
horde/locale/id_ID/
|
||||
horde/locale/id_ID/LC_MESSAGES/
|
||||
horde/locale/id_ID/LC_MESSAGES/horde.mo
|
||||
horde/locale/is_IS/
|
||||
horde/locale/is_IS/LC_MESSAGES/
|
||||
horde/locale/is_IS/LC_MESSAGES/horde.mo
|
||||
horde/locale/it_IT/
|
||||
horde/locale/it_IT/LC_MESSAGES/
|
||||
horde/locale/it_IT/LC_MESSAGES/horde.mo
|
||||
@ -606,6 +626,9 @@ horde/locale/ja_JP/
|
||||
horde/locale/ja_JP/LC_MESSAGES/
|
||||
horde/locale/ja_JP/LC_MESSAGES/horde.mo
|
||||
horde/locale/ja_JP/help.xml
|
||||
horde/locale/km_KH/
|
||||
horde/locale/km_KH/LC_MESSAGES/
|
||||
horde/locale/km_KH/LC_MESSAGES/horde.mo
|
||||
horde/locale/ko_KR/
|
||||
horde/locale/ko_KR/LC_MESSAGES/
|
||||
horde/locale/ko_KR/LC_MESSAGES/horde.mo
|
||||
@ -666,6 +689,7 @@ horde/locale/sv_SE/help.xml
|
||||
horde/locale/tr_TR/
|
||||
horde/locale/tr_TR/LC_MESSAGES/
|
||||
horde/locale/tr_TR/LC_MESSAGES/horde.mo
|
||||
horde/locale/tr_TR/help.xml
|
||||
horde/locale/uk_UA/
|
||||
horde/locale/uk_UA/LC_MESSAGES/
|
||||
horde/locale/uk_UA/LC_MESSAGES/horde.mo
|
||||
@ -696,11 +720,14 @@ horde/po/fa_IR.po
|
||||
horde/po/fi_FI.po
|
||||
horde/po/fr_FR.po
|
||||
horde/po/gl_ES.po
|
||||
horde/po/he_IL.po
|
||||
horde/po/horde.pot
|
||||
horde/po/hu_HU.po
|
||||
horde/po/id_ID.po
|
||||
horde/po/is_IS.po
|
||||
horde/po/it_IT.po
|
||||
horde/po/ja_JP.po
|
||||
horde/po/km_KH.po
|
||||
horde/po/ko_KR.po
|
||||
horde/po/lt_LT.po
|
||||
horde/po/lv_LV.po
|
||||
@ -725,6 +752,8 @@ horde/rpc.php
|
||||
horde/scripts/
|
||||
horde/scripts/.htaccess
|
||||
horde/scripts/SCRIPTS
|
||||
horde/scripts/cookie_login.php
|
||||
horde/scripts/count_sessions.php
|
||||
horde/scripts/create-symlinks.php
|
||||
horde/scripts/crond
|
||||
horde/scripts/get_login.php
|
||||
@ -742,18 +771,29 @@ horde/scripts/sql/create.msde.sql
|
||||
horde/scripts/sql/create.mysql.sql
|
||||
horde/scripts/sql/create.oci8.sql
|
||||
horde/scripts/sql/create.pgsql.sql
|
||||
horde/scripts/sql/create.sql
|
||||
horde/scripts/sql/create.sybase.sql
|
||||
horde/scripts/sql/create.xml
|
||||
horde/scripts/sql/horde_datatree.mssql.sql
|
||||
horde/scripts/sql/horde_datatree.mysql.sql
|
||||
horde/scripts/sql/horde_datatree.sql
|
||||
horde/scripts/sql/horde_histories.mssql.sql
|
||||
horde/scripts/sql/horde_histories.sql
|
||||
horde/scripts/sql/horde_log.mssql.sql
|
||||
horde/scripts/sql/horde_log.sql
|
||||
horde/scripts/sql/horde_muvfs.mssql.sql
|
||||
horde/scripts/sql/horde_muvfs.sql
|
||||
horde/scripts/sql/horde_prefs.mssql.sql
|
||||
horde/scripts/sql/horde_prefs.sql
|
||||
horde/scripts/sql/horde_sessionhandler.mssql.sql
|
||||
horde/scripts/sql/horde_sessionhandler.mysql.sql
|
||||
horde/scripts/sql/horde_sessionhandler.oci8.sql
|
||||
horde/scripts/sql/horde_sessionhandler.pgsql.sql
|
||||
horde/scripts/sql/horde_sessionhandler.sapdb.sql
|
||||
horde/scripts/sql/horde_sessionhandler.sql
|
||||
horde/scripts/sql/horde_tokens.sql
|
||||
horde/scripts/sql/horde_users.sql
|
||||
horde/scripts/sql/horde_vfs.mssql.sql
|
||||
horde/scripts/sql/horde_vfs.oci8.sql
|
||||
horde/scripts/sql/horde_vfs.pgsql.sql
|
||||
horde/scripts/sql/horde_vfs.sql
|
||||
@ -762,9 +802,17 @@ horde/scripts/temp-cleanup.cron
|
||||
horde/scripts/themes_check.php
|
||||
horde/scripts/upgrades/
|
||||
horde/scripts/upgrades/2.2_to_3.0.mysql.sql
|
||||
horde/scripts/upgrades/2.2_to_3.0.oci8.sql
|
||||
horde/scripts/upgrades/2.2_to_3.0.pgsql.sql
|
||||
horde/scripts/upgrades/2005-09-22_horde_prefs_varchar2.oci8.sql
|
||||
horde/scripts/upgrades/2006-06-29_horde_prefs_indexes.sql
|
||||
horde/scripts/upgrades/3.0_to_3.1.mysql.sql
|
||||
horde/scripts/upgrades/3.0_to_3.1.oci8.sql
|
||||
horde/scripts/upgrades/3.0_to_3.1.sql
|
||||
horde/scripts/upgrades/move_history_out_of_datatree.php
|
||||
horde/services/
|
||||
horde/services/cacheview.php
|
||||
horde/services/changepassword.php
|
||||
horde/services/download/
|
||||
horde/services/download/index.php
|
||||
horde/services/editor/
|
||||
@ -883,6 +931,7 @@ horde/services/portal/index.php
|
||||
horde/services/portal/mobile.php
|
||||
horde/services/portal/rpcsum.php
|
||||
horde/services/portal/sidebar.php
|
||||
horde/services/portal/syncml.php
|
||||
horde/services/prefs.php
|
||||
horde/services/problem.php
|
||||
horde/services/resetpassword.php
|
||||
@ -930,7 +979,6 @@ horde/templates/help/menu.inc
|
||||
horde/templates/index/
|
||||
horde/templates/index/frames_index.inc
|
||||
horde/templates/javascript/
|
||||
horde/templates/javascript/form_sections.js
|
||||
horde/templates/javascript/htmlarea.js
|
||||
horde/templates/javascript/htmlarea_anselimage_lang.js
|
||||
horde/templates/javascript/htmlarea_context_lang.js
|
||||
@ -940,7 +988,6 @@ horde/templates/javascript/htmlarea_table_lang.js
|
||||
horde/templates/javascript/keybindings.js
|
||||
horde/templates/javascript/open_calendar.js
|
||||
horde/templates/javascript/open_google_win.js
|
||||
horde/templates/javascript/open_help_win.js
|
||||
horde/templates/javascript/open_html_helper.js
|
||||
horde/templates/javascript/print.js
|
||||
horde/templates/javascript/quoteBlocks.js
|
||||
@ -949,27 +996,13 @@ horde/templates/login/
|
||||
horde/templates/login/login.inc
|
||||
horde/templates/login/mobile.inc
|
||||
horde/templates/maintenance/
|
||||
horde/templates/maintenance/agreement_bottom.inc
|
||||
horde/templates/maintenance/agreement_middle.inc
|
||||
horde/templates/maintenance/agreement_top.inc
|
||||
horde/templates/maintenance/confirm_bottom.inc
|
||||
horde/templates/maintenance/confirm_middle.inc
|
||||
horde/templates/maintenance/confirm_top.inc
|
||||
horde/templates/maintenance/javascript.inc
|
||||
horde/templates/maintenance/maintenance_bottom.inc
|
||||
horde/templates/maintenance/maintenance_top.inc
|
||||
horde/templates/maintenance/notice_bottom.inc
|
||||
horde/templates/maintenance/notice_middle.inc
|
||||
horde/templates/maintenance/notice_top.inc
|
||||
horde/templates/maintenance/maintenance.html
|
||||
horde/templates/menu/
|
||||
horde/templates/menu/menu.inc
|
||||
horde/templates/portal/
|
||||
horde/templates/portal/add.inc
|
||||
horde/templates/portal/block.inc
|
||||
horde/templates/portal/edit.inc
|
||||
horde/templates/portal/empty.inc
|
||||
horde/templates/portal/footer.inc
|
||||
horde/templates/portal/header.inc
|
||||
horde/templates/portal/layout.inc
|
||||
horde/templates/portal/menu.inc
|
||||
horde/templates/portal/sidebar.inc
|
||||
@ -1031,6 +1064,10 @@ horde/themes/camouflage/graphics/menu.png
|
||||
horde/themes/camouflage/info.php
|
||||
horde/themes/camouflage/screen.css
|
||||
horde/themes/cornflower/
|
||||
horde/themes/cornflower/graphics/
|
||||
horde/themes/cornflower/graphics/tab_bottom.gif
|
||||
horde/themes/cornflower/graphics/tab_left.gif
|
||||
horde/themes/cornflower/graphics/tab_right.gif
|
||||
horde/themes/cornflower/info.php
|
||||
horde/themes/cornflower/screen.css
|
||||
horde/themes/gennevilliers/
|
||||
@ -1043,9 +1080,98 @@ horde/themes/graphics/alerts/error.png
|
||||
horde/themes/graphics/alerts/message.png
|
||||
horde/themes/graphics/alerts/success.png
|
||||
horde/themes/graphics/alerts/warning.png
|
||||
horde/themes/graphics/avatars/
|
||||
horde/themes/graphics/avatars/alien.jpg
|
||||
horde/themes/graphics/avatars/aly.jpg
|
||||
horde/themes/graphics/avatars/angryboy.gif
|
||||
horde/themes/graphics/avatars/ape.jpg
|
||||
horde/themes/graphics/avatars/au.jpg
|
||||
horde/themes/graphics/avatars/baby.gif
|
||||
horde/themes/graphics/avatars/barbarian.jpg
|
||||
horde/themes/graphics/avatars/bart.gif
|
||||
horde/themes/graphics/avatars/batman.gif
|
||||
horde/themes/graphics/avatars/bert.jpg
|
||||
horde/themes/graphics/avatars/bert2.jpg
|
||||
horde/themes/graphics/avatars/bobafett.gif
|
||||
horde/themes/graphics/avatars/boo.jpg
|
||||
horde/themes/graphics/avatars/boyandmower.gif
|
||||
horde/themes/graphics/avatars/boyandpc.gif
|
||||
horde/themes/graphics/avatars/bret.jpg
|
||||
horde/themes/graphics/avatars/bunny.gif
|
||||
horde/themes/graphics/avatars/charlie_brown.gif
|
||||
horde/themes/graphics/avatars/clown.jpg
|
||||
horde/themes/graphics/avatars/cocky.jpg
|
||||
horde/themes/graphics/avatars/devil.gif
|
||||
horde/themes/graphics/avatars/digimon.gif
|
||||
horde/themes/graphics/avatars/dilbert.gif
|
||||
horde/themes/graphics/avatars/dino.gif
|
||||
horde/themes/graphics/avatars/dog.gif
|
||||
horde/themes/graphics/avatars/duck.gif
|
||||
horde/themes/graphics/avatars/einstein.jpg
|
||||
horde/themes/graphics/avatars/elmerfudd.gif
|
||||
horde/themes/graphics/avatars/elmo.jpg
|
||||
horde/themes/graphics/avatars/evil.jpg
|
||||
horde/themes/graphics/avatars/female1.jpg
|
||||
horde/themes/graphics/avatars/female2.jpg
|
||||
horde/themes/graphics/avatars/franc.jpg
|
||||
horde/themes/graphics/avatars/fredflinstone.gif
|
||||
horde/themes/graphics/avatars/garfield.gif
|
||||
horde/themes/graphics/avatars/gopher.gif
|
||||
horde/themes/graphics/avatars/greenhead.gif
|
||||
horde/themes/graphics/avatars/gremlin.jpg
|
||||
horde/themes/graphics/avatars/grover.jpg
|
||||
horde/themes/graphics/avatars/homer.gif
|
||||
horde/themes/graphics/avatars/hump.jpg
|
||||
horde/themes/graphics/avatars/iceskatekid.gif
|
||||
horde/themes/graphics/avatars/jeri.jpg
|
||||
horde/themes/graphics/avatars/kid.gif
|
||||
horde/themes/graphics/avatars/kirk.jpg
|
||||
horde/themes/graphics/avatars/kryton.jpg
|
||||
horde/themes/graphics/avatars/linux.gif
|
||||
horde/themes/graphics/avatars/lisa.gif
|
||||
horde/themes/graphics/avatars/lovebird.gif
|
||||
horde/themes/graphics/avatars/male1.jpg
|
||||
horde/themes/graphics/avatars/male2.jpg
|
||||
horde/themes/graphics/avatars/man.jpg
|
||||
horde/themes/graphics/avatars/marge.gif
|
||||
horde/themes/graphics/avatars/maul.gif
|
||||
horde/themes/graphics/avatars/melon.jpg
|
||||
horde/themes/graphics/avatars/mib.gif
|
||||
horde/themes/graphics/avatars/monkey.jpg
|
||||
horde/themes/graphics/avatars/neo.jpg
|
||||
horde/themes/graphics/avatars/ninja.jpg
|
||||
horde/themes/graphics/avatars/paintingbird.gif
|
||||
horde/themes/graphics/avatars/picard.jpg
|
||||
horde/themes/graphics/avatars/puff.jpg
|
||||
horde/themes/graphics/avatars/redcreature.gif
|
||||
horde/themes/graphics/avatars/rei.jpg
|
||||
horde/themes/graphics/avatars/rei2.jpg
|
||||
horde/themes/graphics/avatars/ryu.gif
|
||||
horde/themes/graphics/avatars/sexy.gif
|
||||
horde/themes/graphics/avatars/smiley.gif
|
||||
horde/themes/graphics/avatars/smurfs.gif
|
||||
horde/themes/graphics/avatars/sonic.gif
|
||||
horde/themes/graphics/avatars/speedy.gif
|
||||
horde/themes/graphics/avatars/stan.jpg
|
||||
horde/themes/graphics/avatars/superman.gif
|
||||
horde/themes/graphics/avatars/sylvester.gif
|
||||
horde/themes/graphics/avatars/thomas.gif
|
||||
horde/themes/graphics/avatars/tigger.gif
|
||||
horde/themes/graphics/avatars/trin.jpg
|
||||
horde/themes/graphics/avatars/us.jpg
|
||||
horde/themes/graphics/avatars/vampire.jpg
|
||||
horde/themes/graphics/avatars/vampire2.jpg
|
||||
horde/themes/graphics/avatars/wacko.gif
|
||||
horde/themes/graphics/avatars/winnie.gif
|
||||
horde/themes/graphics/avatars/wizard.jpg
|
||||
horde/themes/graphics/avatars/wolverine.jpg
|
||||
horde/themes/graphics/avatars/woman.jpg
|
||||
horde/themes/graphics/avatars/woodie.jpg
|
||||
horde/themes/graphics/avatars/xena.gif
|
||||
horde/themes/graphics/az.png
|
||||
horde/themes/graphics/blank.gif
|
||||
horde/themes/graphics/block/
|
||||
horde/themes/graphics/block.png
|
||||
horde/themes/graphics/block/down.png
|
||||
horde/themes/graphics/block/large_down.png
|
||||
horde/themes/graphics/block/large_left.png
|
||||
@ -1170,6 +1296,7 @@ horde/themes/graphics/colorpicker.png
|
||||
horde/themes/graphics/colorscale.png
|
||||
horde/themes/graphics/config.png
|
||||
horde/themes/graphics/data.png
|
||||
horde/themes/graphics/datatree.png
|
||||
horde/themes/graphics/delete-small.png
|
||||
horde/themes/graphics/delete.png
|
||||
horde/themes/graphics/devel.png
|
||||
@ -1401,10 +1528,12 @@ horde/themes/graphics/horde-power2.png
|
||||
horde/themes/graphics/horde-power3.png
|
||||
horde/themes/graphics/horde.png
|
||||
horde/themes/graphics/image/
|
||||
horde/themes/graphics/image/crop.png
|
||||
horde/themes/graphics/image/flip.png
|
||||
horde/themes/graphics/image/grayscale.png
|
||||
horde/themes/graphics/image/mirror.png
|
||||
horde/themes/graphics/image/ratio.png
|
||||
horde/themes/graphics/image/refresh.png
|
||||
horde/themes/graphics/image/rotate-180.png
|
||||
horde/themes/graphics/image/rotate-270.png
|
||||
horde/themes/graphics/image/rotate-90.png
|
||||
@ -1416,26 +1545,19 @@ horde/themes/graphics/lhand.png
|
||||
horde/themes/graphics/locked.png
|
||||
horde/themes/graphics/login.png
|
||||
horde/themes/graphics/logout.png
|
||||
horde/themes/graphics/mail.png
|
||||
horde/themes/graphics/map.png
|
||||
horde/themes/graphics/map_eu.png
|
||||
horde/themes/graphics/mime/
|
||||
horde/themes/graphics/mime/audio.png
|
||||
horde/themes/graphics/mime/binary.png
|
||||
horde/themes/graphics/mime/compressed.png
|
||||
horde/themes/graphics/mime/csv.png
|
||||
horde/themes/graphics/mime/deb.png
|
||||
horde/themes/graphics/mime/encryption.png
|
||||
horde/themes/graphics/mime/executable.png
|
||||
horde/themes/graphics/mime/html.png
|
||||
horde/themes/graphics/mime/icalendar.png
|
||||
horde/themes/graphics/mime/image.png
|
||||
horde/themes/graphics/mime/inf.png
|
||||
horde/themes/graphics/mime/mail.png
|
||||
horde/themes/graphics/mime/makefile.png
|
||||
horde/themes/graphics/mime/msexcel.png
|
||||
horde/themes/graphics/mime/msi.png
|
||||
horde/themes/graphics/mime/msp.png
|
||||
horde/themes/graphics/mime/mspowerpoint.png
|
||||
horde/themes/graphics/mime/msword.png
|
||||
horde/themes/graphics/mime/ooo_calc.png
|
||||
@ -1445,27 +1567,19 @@ horde/themes/graphics/mime/ooo_math.png
|
||||
horde/themes/graphics/mime/ooo_writer.png
|
||||
horde/themes/graphics/mime/pdf.png
|
||||
horde/themes/graphics/mime/php.png
|
||||
horde/themes/graphics/mime/quicktime.png
|
||||
horde/themes/graphics/mime/readme.png
|
||||
horde/themes/graphics/mime/realaudio.png
|
||||
horde/themes/graphics/mime/rpm.png
|
||||
horde/themes/graphics/mime/script-asa.png
|
||||
horde/themes/graphics/mime/script-asp.png
|
||||
horde/themes/graphics/mime/script-js.png
|
||||
horde/themes/graphics/mime/setup.png
|
||||
horde/themes/graphics/mime/signed.png
|
||||
horde/themes/graphics/mime/source-c.png
|
||||
horde/themes/graphics/mime/source-cpp.png
|
||||
horde/themes/graphics/mime/source-h.png
|
||||
horde/themes/graphics/mime/source-java.png
|
||||
horde/themes/graphics/mime/source-python.png
|
||||
horde/themes/graphics/mime/text.png
|
||||
horde/themes/graphics/mime/unknown.png
|
||||
horde/themes/graphics/mime/vcard.png
|
||||
horde/themes/graphics/mime/video.png
|
||||
horde/themes/graphics/mime/xcode.png
|
||||
horde/themes/graphics/mime/xml.png
|
||||
horde/themes/graphics/mobile/
|
||||
horde/themes/graphics/mobile.png
|
||||
horde/themes/graphics/mobile/bottom.jpg
|
||||
horde/themes/graphics/mobile/display.jpg
|
||||
horde/themes/graphics/mobile/left.jpg
|
||||
@ -1505,6 +1619,7 @@ horde/themes/graphics/shadow.png
|
||||
horde/themes/graphics/shell.png
|
||||
horde/themes/graphics/show_panel.png
|
||||
horde/themes/graphics/sql.png
|
||||
horde/themes/graphics/tab_bottom.gif
|
||||
horde/themes/graphics/tree/
|
||||
horde/themes/graphics/tree/blank.png
|
||||
horde/themes/graphics/tree/folder.png
|
||||
@ -1547,8 +1662,19 @@ horde/themes/green/screen.css
|
||||
horde/themes/grey/
|
||||
horde/themes/grey/info.php
|
||||
horde/themes/grey/screen.css
|
||||
horde/themes/ie.css
|
||||
horde/themes/hi-contrast/
|
||||
horde/themes/hi-contrast/info.php
|
||||
horde/themes/hi-contrast/screen.css
|
||||
horde/themes/ideas/
|
||||
horde/themes/ideas/graphics/
|
||||
horde/themes/ideas/graphics/background.png
|
||||
horde/themes/ideas/graphics/left_menu_bottom.png
|
||||
horde/themes/ideas/graphics/left_menu_top.png
|
||||
horde/themes/ideas/graphics/menu_top.png
|
||||
horde/themes/ideas/info.php
|
||||
horde/themes/ideas/screen.css
|
||||
horde/themes/ie5mac.css
|
||||
horde/themes/ie6_or_less.css
|
||||
horde/themes/kolab/
|
||||
horde/themes/kolab/graphics/
|
||||
horde/themes/kolab/graphics/bg.png
|
||||
@ -1565,6 +1691,12 @@ horde/themes/lightblue/graphics/menu.png
|
||||
horde/themes/lightblue/info.php
|
||||
horde/themes/lightblue/screen.css
|
||||
horde/themes/luc/
|
||||
horde/themes/luc/graphics/
|
||||
horde/themes/luc/graphics/currentTab_left.gif
|
||||
horde/themes/luc/graphics/currentTab_right.gif
|
||||
horde/themes/luc/graphics/tab_bottom.gif
|
||||
horde/themes/luc/graphics/tab_left.gif
|
||||
horde/themes/luc/graphics/tab_right.gif
|
||||
horde/themes/luc/info.php
|
||||
horde/themes/luc/screen.css
|
||||
horde/themes/lucblue/
|
||||
@ -1589,6 +1721,7 @@ horde/themes/print/screen.css
|
||||
horde/themes/purple/
|
||||
horde/themes/purple/info.php
|
||||
horde/themes/purple/screen.css
|
||||
horde/themes/rtl.css
|
||||
horde/themes/safari.css
|
||||
horde/themes/screen.css
|
||||
horde/themes/simplex/
|
||||
@ -1598,6 +1731,5 @@ horde/themes/simplex/info.php
|
||||
horde/themes/simplex/screen.css
|
||||
horde/util/
|
||||
horde/util/barcode.php
|
||||
horde/util/google_example.php
|
||||
horde/util/icon_browser.php
|
||||
horde/util/regex_test.php
|
||||
|
Loading…
Reference in New Issue
Block a user