summaryrefslogtreecommitdiff
path: root/www-apps/dotproject/files
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/dotproject/files')
-rw-r--r--www-apps/dotproject/files/dotproject-2.1.7-pear-date.patch39
-rw-r--r--www-apps/dotproject/files/install-en.txt17
2 files changed, 0 insertions, 56 deletions
diff --git a/www-apps/dotproject/files/dotproject-2.1.7-pear-date.patch b/www-apps/dotproject/files/dotproject-2.1.7-pear-date.patch
deleted file mode 100644
index a907589f00e2..000000000000
--- a/www-apps/dotproject/files/dotproject-2.1.7-pear-date.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -u -r dotproject/classes/date.class.php dotproject-patched/classes/date.class.php
---- dotproject/classes/date.class.php 2011-03-10 06:11:25.000000000 +0100
-+++ dotproject-patched/classes/date.class.php 2013-01-03 12:35:36.598020904 +0100
-@@ -8,7 +8,8 @@
- }
-
-
--require_once $AppUI->getLibraryClass('PEAR/Date');
-+#require_once $AppUI->getLibraryClass('PEAR/Date');
-+require_once 'Date.php';
-
- define('FMT_DATEISO', '%Y%m%dT%H%M%S');
- define('FMT_DATELDAP', '%Y%m%d%H%M%SZ');
-diff -u -r dotproject/modules/calendar/calendar.class.php dotproject-patched/modules/calendar/calendar.class.php
---- dotproject/modules/calendar/calendar.class.php 2012-06-19 11:05:19.000000000 +0200
-+++ dotproject-patched/modules/calendar/calendar.class.php 2013-01-03 12:36:10.898019883 +0100
-@@ -7,7 +7,8 @@
- ## Calendar classes
- ##
-
--require_once ($AppUI->getLibraryClass('PEAR/Date'));
-+#require_once ($AppUI->getLibraryClass('PEAR/Date'));
-+require_once 'Date.php';
- require_once ($AppUI->getSystemClass ('dp'));
- require_once $AppUI->getSystemClass('libmail');
- require_once $AppUI->getSystemClass('date');
-diff -u -r dotproject/modules/projects/projects.class.php dotproject-patched/modules/projects/projects.class.php
---- dotproject/modules/projects/projects.class.php 2011-06-20 13:07:49.000000000 +0200
-+++ dotproject-patched/modules/projects/projects.class.php 2013-01-03 12:36:12.709019829 +0100
-@@ -10,7 +10,8 @@
- */
-
- require_once ($AppUI->getSystemClass ('dp'));
--require_once ($AppUI->getLibraryClass('PEAR/Date'));
-+#require_once ($AppUI->getLibraryClass('PEAR/Date'));
-+require_once 'Date.php';
- require_once ($AppUI->getModuleClass('tasks'));
- require_once ($AppUI->getModuleClass('companies'));
- require_once ($AppUI->getModuleClass('departments'));
diff --git a/www-apps/dotproject/files/install-en.txt b/www-apps/dotproject/files/install-en.txt
deleted file mode 100644
index 049fdc4da7e5..000000000000
--- a/www-apps/dotproject/files/install-en.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-You will need to provide a database for your dotproject installation.
-
-This assumes you have some knowledge of MySQL, and already have it
-installed and configured. If not, please refer to the Gentoo MySQL
-guide at the following URL:
-
-http://www.gentoo.org/doc/en/mysql-howto.xml
-
-Once you have a database ready all you need to do is to go to this
-location
-
-http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install
-
-and provide the credentials required for the database access.
-
-Note the administrator password dotproject will provide and after
-logging in with these credentials you can start to use the application.