pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/php-orangehrm Update to 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dcd3656a29f
branches:  trunk
changeset: 603698:5dcd3656a29f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri May 11 10:41:26 2012 +0000

description:
Update to 2.7

* Add dependency to php-mysqli

Changelog:
2.7
* Language translation and date format support for all modules.
* Ability to switch on/off modules.
* Upgraders up to version 2.6.5.
* Removal of Benefits module.
* bugfixes

2.7-rc.1
* Language translation and date format support for all modules except
  Benefits module.
* Ability to switch on/off modules.
* bugfixes

2.6.12.1
* bugfixes

In detail, see new_changed_features.txt, but no security bug information
is provided.

diffstat:

 misc/php-orangehrm/MESSAGE  |     3 +-
 misc/php-orangehrm/Makefile |     7 +-
 misc/php-orangehrm/PLIST    |  1370 +++++++++++++++++++++++++++---------------
 misc/php-orangehrm/distinfo |     8 +-
 4 files changed, 880 insertions(+), 508 deletions(-)

diffs (truncated from 2236 to 300 lines):

diff -r a8be57296462 -r 5dcd3656a29f misc/php-orangehrm/MESSAGE
--- a/misc/php-orangehrm/MESSAGE        Fri May 11 10:01:58 2012 +0000
+++ b/misc/php-orangehrm/MESSAGE        Fri May 11 10:41:26 2012 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2011/12/12 17:39:09 ryoon Exp $
+$NetBSD: MESSAGE,v 1.2 2012/05/11 10:41:26 ryoon Exp $
 
 To use OrangeHRM, you will need to perform the following steps.
 
@@ -23,6 +23,7 @@
 4. Be sure to have the following lines in ${PREFIX}/etc/php.ini.
 
        extension=mysql.so
+       extension=mysqli.so
        extension=pdo.so
        extension=pdo_mysql.so
 
diff -r a8be57296462 -r 5dcd3656a29f misc/php-orangehrm/Makefile
--- a/misc/php-orangehrm/Makefile       Fri May 11 10:01:58 2012 +0000
+++ b/misc/php-orangehrm/Makefile       Fri May 11 10:41:26 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/12/12 17:39:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2012/05/11 10:41:26 ryoon Exp $
 #
 
-DISTNAME=      orangehrm-2.6.11.2
+DISTNAME=      orangehrm-2.7
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=orangehrm/}
@@ -14,6 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=5.2.0:../../databases/php-mysqli
 DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql>=5.2.0:../../databases/php-pdo_mysql
 
 EXTRACT_USING=         bsdtar
@@ -31,7 +32,9 @@
 
 CHECK_INTERPRETER_SKIP+=       share/orangehrm/symfony/lib/vendor/symfony/data/bin/symfony
 CHECK_INTERPRETER_SKIP+=       share/orangehrm/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/symfony
+CHECK_INTERPRETER_SKIP+=       share/orangehrm/symfony/lib/vendor/symfony/lib/task/generator/skeleton/project/symfony
 CHECK_INTERPRETER_SKIP+=       share/orangehrm/symfony/symfony
+CHECK_INTERPRETER_SKIP+=       share/orangehrm/upgrader/symfony
 
 do-install:
        cd ${WRKSRC} && pax -rw -pmp * \
diff -r a8be57296462 -r 5dcd3656a29f misc/php-orangehrm/PLIST
--- a/misc/php-orangehrm/PLIST  Fri May 11 10:01:58 2012 +0000
+++ b/misc/php-orangehrm/PLIST  Fri May 11 10:41:26 2012 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/12 17:39:09 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/05/11 10:41:26 ryoon Exp $
 share/orangehrm/CHANGELOG.TXT
 share/orangehrm/INSTALL.html
 share/orangehrm/README.TXT
 share/orangehrm/build/coverage-ant.xml
 share/orangehrm/build/fix-ids.php
 share/orangehrm/build/phpunit.xml
-share/orangehrm/build/release-revision-8848.txt
 share/orangehrm/build/testConf.php
 share/orangehrm/build/verify-constraints.sh
 share/orangehrm/dbscript/constraints.php
@@ -23,6 +22,7 @@
 share/orangehrm/home.php
 share/orangehrm/index.php
 share/orangehrm/install.php
+share/orangehrm/installer/ApplicationSetupUtility.php
 share/orangehrm/installer/applicationSetup.php
 share/orangehrm/installer/checkSystem.php
 share/orangehrm/installer/cleanUp.php
@@ -83,6 +83,7 @@
 share/orangehrm/lib/common/Language.php
 share/orangehrm/lib/common/LocaleUtil.php
 share/orangehrm/lib/common/LocaleUtilTest.php
+share/orangehrm/lib/common/ModuleManager.php
 share/orangehrm/lib/common/SearchObject.php
 share/orangehrm/lib/common/TemplateMerger.php
 share/orangehrm/lib/common/UniqueIDGenerator.php
@@ -117,19 +118,8 @@
 share/orangehrm/lib/common/authorizeTest.php
 share/orangehrm/lib/common/autocomplete.php
 share/orangehrm/lib/common/calendar.php
-share/orangehrm/lib/common/htmlMimeMail5/LICENSE
-share/orangehrm/lib/common/htmlMimeMail5/RFC822.php
-share/orangehrm/lib/common/htmlMimeMail5/htmlMimeMail5.php
-share/orangehrm/lib/common/htmlMimeMail5/mimePart.php
-share/orangehrm/lib/common/htmlMimeMail5/smtp.php
 share/orangehrm/lib/common/menu/MenuItem.php
 share/orangehrm/lib/common/menu/MenuRenderer.php
-share/orangehrm/lib/common/xajax/xajax.inc.php
-share/orangehrm/lib/common/xajax/xajaxCompress.php
-share/orangehrm/lib/common/xajax/xajaxElementFiller.php
-share/orangehrm/lib/common/xajax/xajaxResponse.inc.php
-share/orangehrm/lib/common/xajax/xajax_js/xajax.js
-share/orangehrm/lib/common/xajax/xajax_js/xajax_uncompressed.js
 share/orangehrm/lib/common/yui.php
 share/orangehrm/lib/confs/Conf-auto.php
 share/orangehrm/lib/confs/Conf.php-distribution
@@ -137,18 +127,6 @@
 share/orangehrm/lib/confs/log_settings.php
 share/orangehrm/lib/confs/mailConf.php-distribution
 share/orangehrm/lib/confs/sysConf.php
-share/orangehrm/lib/controllers/AllTests.php
-share/orangehrm/lib/controllers/Benefits.inc.php
-share/orangehrm/lib/controllers/BenefitsController.php
-share/orangehrm/lib/controllers/CentralController.php
-share/orangehrm/lib/controllers/EmpViewController.php
-share/orangehrm/lib/controllers/GenViewController.php
-share/orangehrm/lib/controllers/MTViewController.php
-share/orangehrm/lib/controllers/RepViewController.php
-share/orangehrm/lib/controllers/TimeController.php
-share/orangehrm/lib/controllers/TimeControllerTest.php
-share/orangehrm/lib/controllers/ViewController.php
-share/orangehrm/lib/controllers/ViewControllerTest.php
 share/orangehrm/lib/dao/AllTests.php
 share/orangehrm/lib/dao/CryptoQuery.php
 share/orangehrm/lib/dao/CryptoQueryTest.php
@@ -156,76 +134,6 @@
 share/orangehrm/lib/dao/MySQLClass.php
 share/orangehrm/lib/dao/SQLQBuilder.php
 share/orangehrm/lib/exception/ExceptionHandler.php
-share/orangehrm/lib/extractor/AllTests.php
-share/orangehrm/lib/extractor/benefits/EXTRACTOR_DefineHsp.php
-share/orangehrm/lib/extractor/benefits/EXTRACTOR_Hsp.php
-share/orangehrm/lib/extractor/benefits/EXTRACTOR_HspPayPeriod.php
-share/orangehrm/lib/extractor/benefits/EXTRACTOR_HspPaymentRequest.php
-share/orangehrm/lib/extractor/benefits/EXTRACTOR_HspSummary.php
-share/orangehrm/lib/extractor/eimadmin/AllTests.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_CSVImport.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_CompProperty.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_CompStruct.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_CustomExport.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_CustomFields.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_CustomImport.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_Customer.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_EEOJobCat.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_EmailConfiguration.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_EmailNotificationConfiguration.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_EmpStat.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_EthnicRace.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_GenInfo.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_JobSpec.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_JobTitEmpStat.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_JobTitle.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_LanguageInfo.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_Licenses.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_Location.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_MembershipInfo.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_MembershipType.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_NationalityInfo.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_ProjectActivity.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_ProjectAdmin.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_Projects.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_QualificationType.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_Qualifications.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_SalCurDet.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_SalaryGrades.php
-share/orangehrm/lib/extractor/eimadmin/EXTRACTOR_Skills.php
-share/orangehrm/lib/extractor/eimadmin/ExtractorJobTitleTest.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpAttach.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpBasSalary.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpChildren.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpConExt.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpDependents.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpDirectDebit.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpEducation.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpEmergencyCon.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpInfo.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpJobHistory.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpLanguage.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpLicenses.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpMembership.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpPassPort.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpPhoto.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpQualification.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpRepTo.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpSkill.php
-share/orangehrm/lib/extractor/hrfunct/EXTRACTOR_EmpWorkExp.php
-share/orangehrm/lib/extractor/maintenance/EXTRACTOR_Bugs.php
-share/orangehrm/lib/extractor/maintenance/EXTRACTOR_ChangeUsers.php
-share/orangehrm/lib/extractor/maintenance/EXTRACTOR_Modules.php
-share/orangehrm/lib/extractor/maintenance/EXTRACTOR_Rights.php
-share/orangehrm/lib/extractor/maintenance/EXTRACTOR_UserGroups.php
-share/orangehrm/lib/extractor/maintenance/EXTRACTOR_Users.php
-share/orangehrm/lib/extractor/report/EXTRACTOR_EmpRepUserGroups.php
-share/orangehrm/lib/extractor/report/EXTRACTOR_EmpReport.php
-share/orangehrm/lib/extractor/time/EXTRACTOR_AttendanceRecord.php
-share/orangehrm/lib/extractor/time/EXTRACTOR_TimeEvent.php
-share/orangehrm/lib/extractor/time/EXTRACTOR_Timesheet.php
-share/orangehrm/lib/extractor/time/EXTRACTOR_TimesheetSubmissionPeriod.php
-share/orangehrm/lib/extractor/time/EXTRACTOR_Workshift.php
 share/orangehrm/lib/logger/AllTests.php
 share/orangehrm/lib/logger/Auditor.php
 share/orangehrm/lib/logger/AuditorFactory.php
@@ -239,20 +147,6 @@
 share/orangehrm/lib/logger/testdata/mypro.properties
 share/orangehrm/lib/logs/LogFileWriter.php
 share/orangehrm/lib/models/AllTests.php
-share/orangehrm/lib/models/benefits/AllTests.php
-share/orangehrm/lib/models/benefits/DefineHsp.php
-share/orangehrm/lib/models/benefits/DefineHspTest.php
-share/orangehrm/lib/models/benefits/Hsp.php
-share/orangehrm/lib/models/benefits/HspPayPeriod.php
-share/orangehrm/lib/models/benefits/HspPayPeriodTest.php
-share/orangehrm/lib/models/benefits/HspPaymentRequest.php
-share/orangehrm/lib/models/benefits/HspPaymentRequestTest.php
-share/orangehrm/lib/models/benefits/HspSummary.php
-share/orangehrm/lib/models/benefits/HspSummaryTest.php
-share/orangehrm/lib/models/benefits/HspTest.php
-share/orangehrm/lib/models/benefits/mail/AllTests.php
-share/orangehrm/lib/models/benefits/mail/HspMailNotification.php
-share/orangehrm/lib/models/benefits/mail/HspMailNotificationTest.php
 share/orangehrm/lib/models/eimadmin/AllTests.php
 share/orangehrm/lib/models/eimadmin/CSVExport.php
 share/orangehrm/lib/models/eimadmin/CSVImport.php
@@ -355,30 +249,6 @@
 share/orangehrm/lib/models/maintenance/Users.php
 share/orangehrm/lib/models/maintenance/bugs.php
 share/orangehrm/lib/models/maintenance/modules.php
-share/orangehrm/lib/models/report/AllTests.php
-share/orangehrm/lib/models/report/EmpRepUserGroups.php
-share/orangehrm/lib/models/report/EmpReport.php
-share/orangehrm/lib/models/report/JoinTable.php
-share/orangehrm/lib/models/report/ReportField.php
-share/orangehrm/lib/models/report/ReportGenerator.php
-share/orangehrm/lib/models/report/ReportGeneratorTest.php
-share/orangehrm/lib/models/report/ReportModuleObject.php
-share/orangehrm/lib/models/time/AllTests.php
-share/orangehrm/lib/models/time/AttendanceRecord.php
-share/orangehrm/lib/models/time/AttendanceRecordTest.php
-share/orangehrm/lib/models/time/AttendanceReportRow.php
-share/orangehrm/lib/models/time/EmployeeActivityTime.php
-share/orangehrm/lib/models/time/ProjectActivityTime.php
-share/orangehrm/lib/models/time/ProjectReport.php
-share/orangehrm/lib/models/time/ProjectReportTest.php
-share/orangehrm/lib/models/time/TimeEvent.php
-share/orangehrm/lib/models/time/TimeEventTest.php
-share/orangehrm/lib/models/time/Timesheet.php
-share/orangehrm/lib/models/time/TimesheetSubmissionPeriod.php
-share/orangehrm/lib/models/time/TimesheetSubmissionPeriodTest.php
-share/orangehrm/lib/models/time/TimesheetTest.php
-share/orangehrm/lib/models/time/Workshift.php
-share/orangehrm/lib/models/time/WorkshiftTest.php
 share/orangehrm/lib/observers/CustomFieldsDeletionObserver.php
 share/orangehrm/lib/utils/AllTests.php
 share/orangehrm/lib/utils/CSRFTokenGenerator.php
@@ -388,18 +258,12 @@
 share/orangehrm/lib/utils/installUtil.php
 share/orangehrm/license/3RDPARTY.TXT
 share/orangehrm/license/3rdParty/PHPMyAdmin.license
-share/orangehrm/license/3rdParty/htmlMimeMail.license
-share/orangehrm/license/3rdParty/xajax.license
 share/orangehrm/license/3rdParty/xplanner.license
 share/orangehrm/license/3rdParty/ypslideoutmenus.license.html
 share/orangehrm/license/3rdParty/yui.license
 share/orangehrm/license/LICENSE.TXT
 share/orangehrm/message.php
 share/orangehrm/mtview.php
-share/orangehrm/nbproject/private/private.properties
-share/orangehrm/nbproject/private/private.xml
-share/orangehrm/nbproject/project.properties
-share/orangehrm/nbproject/project.xml
 share/orangehrm/new_changed_features.txt
 share/orangehrm/plugins/AbstractPluginCommon.php
 share/orangehrm/plugins/AllTests.php
@@ -531,21 +395,26 @@
 share/orangehrm/symfony/apps/orangehrm/config/action_descriptions.yml
 share/orangehrm/symfony/apps/orangehrm/config/app.yml
 share/orangehrm/symfony/apps/orangehrm/config/cache.yml
-share/orangehrm/symfony/apps/orangehrm/config/emailConfiguration.yml
 share/orangehrm/symfony/apps/orangehrm/config/error/error.html.php
 share/orangehrm/symfony/apps/orangehrm/config/factories.yml
 share/orangehrm/symfony/apps/orangehrm/config/filters.yml
 share/orangehrm/symfony/apps/orangehrm/config/orangehrmConfiguration.class.php
-share/orangehrm/symfony/apps/orangehrm/config/parameters.yml
 share/orangehrm/symfony/apps/orangehrm/config/routing.yml
 share/orangehrm/symfony/apps/orangehrm/config/security.yml
 share/orangehrm/symfony/apps/orangehrm/config/settings.yml
 share/orangehrm/symfony/apps/orangehrm/config/view.yml
 share/orangehrm/symfony/apps/orangehrm/i18n/messages.en.xml
-share/orangehrm/symfony/apps/orangehrm/i18n/messages.fr.xml
+share/orangehrm/symfony/apps/orangehrm/i18n/messages.es_ES.xml
+share/orangehrm/symfony/apps/orangehrm/i18n/messages.fr_CA.xml
+share/orangehrm/symfony/apps/orangehrm/i18n/messages.fr_FR.xml
+share/orangehrm/symfony/apps/orangehrm/i18n/messages.id_ID.xml
+share/orangehrm/symfony/apps/orangehrm/i18n/messages.ja_JP.xml
+share/orangehrm/symfony/apps/orangehrm/i18n/messages.om_ET.xml
+share/orangehrm/symfony/apps/orangehrm/i18n/messages.zh_CN.xml
 share/orangehrm/symfony/apps/orangehrm/lib/config/EmailConfiguration.php
 share/orangehrm/symfony/apps/orangehrm/lib/config/ParameterService.php
 share/orangehrm/symfony/apps/orangehrm/lib/filter/ExceptionCatcherFilter.php
+share/orangehrm/symfony/apps/orangehrm/lib/filter/ModuleFilter.php
 share/orangehrm/symfony/apps/orangehrm/lib/filter/OrangeI18NFilter.php
 share/orangehrm/symfony/apps/orangehrm/lib/filter/SessionInfoFetcherFilter.php
 share/orangehrm/symfony/apps/orangehrm/lib/form/EmployeeAddForm.php
@@ -568,32 +437,23 @@
 share/orangehrm/symfony/apps/orangehrm/lib/helper/OrangeActionHelper.php



Home | Main Index | Thread Index | Old Index