pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/php-glpi Update www/php-glpi to v9.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1def16afcd9e
branches:  trunk
changeset: 371694:1def16afcd9e
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Fri Nov 17 11:07:39 2017 +0000

description:
Update www/php-glpi to v9.2.1

Upstream says:

You'll find below the changes of this bugfixes version:

- Rework mail attachments for notifications (inline images are now handled, ...),
- Fix ticket reopening,
- Fix operating system update on sub-entities,
- Fix issues on knowledge base items removal and display,
- Unset autoclose delay on fresh install,
- Improve private saved searches (with entities),
- Fix carriage return issues on tickets,
- Fix massive actions on operating systems,
- Fix migration issues from 9.1 and 9.2,
- Add support for other cache methods than APCu,
- Fix linear amortize calculation,
- Fix mail collector attachments owner,
- And many more!

Full ChangeLog:
<https://github.com/glpi-project/glpi/milestone/21?closed=1>

diffstat:

 www/php-glpi/Makefile              |    8 +-
 www/php-glpi/PLIST                 |  897 ++++++++++++++++++------------------
 www/php-glpi/distinfo              |   10 +-
 www/php-glpi/files/config_path.php |    8 +-
 4 files changed, 451 insertions(+), 472 deletions(-)

diffs (truncated from 1832 to 300 lines):

diff -r 3ca3c42c955a -r 1def16afcd9e www/php-glpi/Makefile
--- a/www/php-glpi/Makefile     Fri Nov 17 09:52:25 2017 +0000
+++ b/www/php-glpi/Makefile     Fri Nov 17 11:07:39 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/07/21 10:11:27 hauke Exp $
+# $NetBSD: Makefile,v 1.4 2017/11/17 11:07:39 hauke Exp $
 
 DISTNAME=      glpi-${GLPI_VERSION}
-GLPI_VERSION=  9.1.6
+GLPI_VERSION=  9.2.1
 CATEGORIES=    www
 
 MASTER_SITES=  https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/
@@ -45,12 +45,12 @@
 EGDIR=         share/examples/glpi
 GLPI_DIR=      share/glpi
 
-.for ddd in based_config.php config.php config_path.php define.php
+.for ddd in config_path.php
 CONF_FILES+=   ${EGDIR}/${ddd} ${PKG_SYSCONFDIR}/${ddd}
 .endfor
 
 MAKE_DIRS_PERMS+=      ${VARBASE}/glpi ${APACHE_USER} ${APACHE_GROUP} 0700
-.for ddd in _cron _dumps _graphs _lock _log _pictures _plugins \
+.for ddd in _cache _cron _dumps _graphs _lock _log _pictures _plugins \
         _rss _sessions _tmp _uploads
 MAKE_DIRS_PERMS+=      ${VARBASE}/glpi/${ddd} \
                        ${APACHE_USER} ${APACHE_GROUP} 0750
diff -r 3ca3c42c955a -r 1def16afcd9e www/php-glpi/PLIST
--- a/www/php-glpi/PLIST        Fri Nov 17 09:52:25 2017 +0000
+++ b/www/php-glpi/PLIST        Fri Nov 17 11:07:39 2017 +0000
@@ -1,19 +1,18 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/18 14:29:51 hauke Exp $
-share/examples/glpi/based_config.php
-share/examples/glpi/config.php
+@comment $NetBSD: PLIST,v 1.2 2017/11/17 11:07:39 hauke Exp $
 share/examples/glpi/config_path.php
 share/examples/glpi/crontab.sample
-share/examples/glpi/define.php
 share/examples/glpi/httpd-glpi.conf
+share/glpi/.atoum.php
 share/glpi/.htaccess
 share/glpi/AUTHORS.txt
-share/glpi/CHANGELOG.txt
+share/glpi/CHANGELOG.md
 share/glpi/COPYING.txt
 share/glpi/LISEZMOI.txt
 share/glpi/README.md
 share/glpi/ajax/autocompletion.php
 share/glpi/ajax/comments.php
 share/glpi/ajax/common.tabs.php
+share/glpi/ajax/compareKbRevisions.php
 share/glpi/ajax/displayMessageAfterRedirect.php
 share/glpi/ajax/dropdownAllItems.php
 share/glpi/ajax/dropdownConnect.php
@@ -28,6 +27,7 @@
 share/glpi/ajax/dropdownMassiveActionAddValidator.php
 share/glpi/ajax/dropdownMassiveActionAuthMethods.php
 share/glpi/ajax/dropdownMassiveActionField.php
+share/glpi/ajax/dropdownMassiveActionOs.php
 share/glpi/ajax/dropdownNotificationEvent.php
 share/glpi/ajax/dropdownNotificationTemplate.php
 share/glpi/ajax/dropdownRubDocument.php
@@ -35,12 +35,15 @@
 share/glpi/ajax/dropdownSoftwareLicense.php
 share/glpi/ajax/dropdownTicketCategories.php
 share/glpi/ajax/dropdownTrackingDeviceType.php
+share/glpi/ajax/dropdownTypeCertificates.php
 share/glpi/ajax/dropdownUnicityFields.php
 share/glpi/ajax/dropdownValidator.php
 share/glpi/ajax/dropdownValuesBlacklist.php
 share/glpi/ajax/entitytree.php
 share/glpi/ajax/entitytreesearch.php
 share/glpi/ajax/entitytreesons.php
+share/glpi/ajax/fileupload.php
+share/glpi/ajax/fuzzysearch.php
 share/glpi/ajax/genericdate.php
 share/glpi/ajax/getDropdownConnect.php
 share/glpi/ajax/getDropdownFindNum.php
@@ -49,22 +52,29 @@
 share/glpi/ajax/getDropdownUsers.php
 share/glpi/ajax/getDropdownValue.php
 share/glpi/ajax/getFileTag.php
+share/glpi/ajax/getKbComment.php
+share/glpi/ajax/getKbRevision.php
+share/glpi/ajax/getKnowbaseItemAnswer.php
 share/glpi/ajax/helpdesk_observer.php
 share/glpi/ajax/index.php
 share/glpi/ajax/inputtext.php
 share/glpi/ajax/itemTicket.php
+share/glpi/ajax/kblink.php
 share/glpi/ajax/ldapdaterestriction.php
 share/glpi/ajax/massiveaction.php
+share/glpi/ajax/notifications_ajax.php
 share/glpi/ajax/planning.php
 share/glpi/ajax/planningcheck.php
 share/glpi/ajax/planningend.php
 share/glpi/ajax/priority.php
 share/glpi/ajax/private_public.php
+share/glpi/ajax/projecttask.php
 share/glpi/ajax/resaperiod.php
 share/glpi/ajax/ruleaction.php
 share/glpi/ajax/ruleactionvalue.php
 share/glpi/ajax/rulecriteria.php
 share/glpi/ajax/rulecriteriavalue.php
+share/glpi/ajax/savedsearch.php
 share/glpi/ajax/searchmetarow.php
 share/glpi/ajax/searchoption.php
 share/glpi/ajax/searchoptionvalue.php
@@ -72,7 +82,10 @@
 share/glpi/ajax/selectUnaffectedOrNewItem_Device.php
 share/glpi/ajax/solution.php
 share/glpi/ajax/subvisibility.php
+share/glpi/ajax/switchdebug.php
+share/glpi/ajax/switchlang.php
 share/glpi/ajax/task.php
+share/glpi/ajax/telemetry.php
 share/glpi/ajax/textarea.php
 share/glpi/ajax/ticketassigninformation.php
 share/glpi/ajax/ticketiteminformation.php
@@ -91,32 +104,41 @@
 share/glpi/apirest.php
 share/glpi/apixmlrpc.php
 share/glpi/config/.htaccess
-share/glpi/config/based_config.php
-share/glpi/config/config.php
 share/glpi/config/config_path.php
 share/glpi/config/crontab.sample
-share/glpi/config/define.php
 share/glpi/config/httpd-glpi.conf
+share/glpi/css/chartists-glpi.css
+share/glpi/css/chartists-glpi.min.css
 share/glpi/css/highcontrast.css
+share/glpi/css/highcontrast.min.css
 share/glpi/css/jquery-glpi.css
-share/glpi/css/jstree/d.gif
-share/glpi/css/jstree/d.png
-share/glpi/css/jstree/dot_for_ie.gif
-share/glpi/css/jstree/style.css
-share/glpi/css/jstree/throbber.gif
-share/glpi/css/nothing.gif
+share/glpi/css/jquery-glpi.min.css
+share/glpi/css/jstree-glpi.css
+share/glpi/css/jstree-glpi.min.css
 share/glpi/css/palettes/aerialgreen.css
+share/glpi/css/palettes/aerialgreen.min.css
 share/glpi/css/palettes/auror.css
+share/glpi/css/palettes/auror.min.css
 share/glpi/css/palettes/automn.css
+share/glpi/css/palettes/automn.min.css
 share/glpi/css/palettes/classic.css
+share/glpi/css/palettes/classic.min.css
 share/glpi/css/palettes/clockworkorange.css
+share/glpi/css/palettes/clockworkorange.min.css
 share/glpi/css/palettes/dark.css
+share/glpi/css/palettes/dark.min.css
 share/glpi/css/palettes/flood.css
+share/glpi/css/palettes/flood.min.css
 share/glpi/css/palettes/greenflat.css
+share/glpi/css/palettes/greenflat.min.css
 share/glpi/css/palettes/hipster.css
+share/glpi/css/palettes/hipster.min.css
 share/glpi/css/palettes/icecream.css
+share/glpi/css/palettes/icecream.min.css
 share/glpi/css/palettes/lightblue.css
+share/glpi/css/palettes/lightblue.min.css
 share/glpi/css/palettes/premiumred.css
+share/glpi/css/palettes/premiumred.min.css
 share/glpi/css/palettes/previews/aerialgreen.png
 share/glpi/css/palettes/previews/auror.png
 share/glpi/css/palettes/previews/automn.png
@@ -133,15 +155,24 @@
 share/glpi/css/palettes/previews/teclib.png
 share/glpi/css/palettes/previews/vintage.png
 share/glpi/css/palettes/purplehaze.css
+share/glpi/css/palettes/purplehaze.min.css
 share/glpi/css/palettes/teclib.css
+share/glpi/css/palettes/teclib.min.css
 share/glpi/css/palettes/vintage.css
+share/glpi/css/palettes/vintage.min.css
 share/glpi/css/print.css
+share/glpi/css/print.min.css
 share/glpi/css/style_install.css
+share/glpi/css/style_install.min.css
 share/glpi/css/styles.css
+share/glpi/css/styles.min.css
 share/glpi/css/styles_ie.css
+share/glpi/css/styles_ie.min.css
 share/glpi/css/tab-scroller-menu.css
+share/glpi/css/tab-scroller-menu.min.css
 share/glpi/css/win_png.htc
 share/glpi/files/.htaccess
+share/glpi/files/_cache/remove.txt
 share/glpi/files/_cron/remove.txt
 share/glpi/files/_dumps/remove.txt
 share/glpi/files/_graphs/remove.txt
@@ -168,11 +199,12 @@
 share/glpi/front/blacklist.php
 share/glpi/front/blacklistedmailcontent.form.php
 share/glpi/front/blacklistedmailcontent.php
-share/glpi/front/bookmark.php
 share/glpi/front/budget.form.php
 share/glpi/front/budget.php
 share/glpi/front/budgettype.form.php
 share/glpi/front/budgettype.php
+share/glpi/front/businesscriticity.form.php
+share/glpi/front/businesscriticity.php
 share/glpi/front/calendar.form.php
 share/glpi/front/calendar.php
 share/glpi/front/calendar_holiday.form.php
@@ -184,6 +216,11 @@
 share/glpi/front/cartridgeitemtype.form.php
 share/glpi/front/cartridgeitemtype.php
 share/glpi/front/central.php
+share/glpi/front/certificate.form.php
+share/glpi/front/certificate.php
+share/glpi/front/certificate_item.form.php
+share/glpi/front/certificatetype.form.php
+share/glpi/front/certificatetype.php
 share/glpi/front/change.form.php
 share/glpi/front/change.php
 share/glpi/front/change_group.form.php
@@ -233,35 +270,13 @@
 share/glpi/front/cron.php
 share/glpi/front/crontask.form.php
 share/glpi/front/crontask.php
+share/glpi/front/device.form.php
 share/glpi/front/device.php
-share/glpi/front/devicecase.form.php
-share/glpi/front/devicecase.php
-share/glpi/front/devicecasetype.form.php
-share/glpi/front/devicecasetype.php
-share/glpi/front/devicecontrol.form.php
-share/glpi/front/devicecontrol.php
-share/glpi/front/devicedrive.form.php
-share/glpi/front/devicedrive.php
-share/glpi/front/devicegraphiccard.form.php
-share/glpi/front/devicegraphiccard.php
-share/glpi/front/deviceharddrive.form.php
-share/glpi/front/deviceharddrive.php
-share/glpi/front/devicememory.form.php
-share/glpi/front/devicememory.php
-share/glpi/front/devicememorytype.form.php
-share/glpi/front/devicememorytype.php
-share/glpi/front/devicemotherboard.form.php
-share/glpi/front/devicemotherboard.php
-share/glpi/front/devicenetworkcard.form.php
-share/glpi/front/devicenetworkcard.php
-share/glpi/front/devicepci.form.php
-share/glpi/front/devicepci.php
-share/glpi/front/devicepowersupply.form.php
-share/glpi/front/devicepowersupply.php
-share/glpi/front/deviceprocessor.form.php
-share/glpi/front/deviceprocessor.php
-share/glpi/front/devicesoundcard.form.php
-share/glpi/front/devicesoundcard.php
+share/glpi/front/devicemodel.form.php
+share/glpi/front/devicemodel.php
+share/glpi/front/devices.php
+share/glpi/front/devicetype.form.php
+share/glpi/front/devicetype.php
 share/glpi/front/dictionnary.php
 share/glpi/front/display.options.php
 share/glpi/front/displaypreference.form.php
@@ -289,7 +304,6 @@
 share/glpi/front/fieldunicity.php
 share/glpi/front/filesystem.form.php
 share/glpi/front/filesystem.php
-share/glpi/front/fileupload.php
 share/glpi/front/find_num.php
 share/glpi/front/fqdn.form.php
 share/glpi/front/fqdn.php
@@ -313,9 +327,12 @@
 share/glpi/front/ipnetwork.php
 share/glpi/front/ipnetwork_vlan.form.php
 share/glpi/front/item_device.common.form.php
+share/glpi/front/item_devicebattery.form.php
 share/glpi/front/item_devicecase.form.php
 share/glpi/front/item_devicecontrol.form.php
 share/glpi/front/item_devicedrive.form.php
+share/glpi/front/item_devicefirmware.form.php
+share/glpi/front/item_devicegeneric.form.php
 share/glpi/front/item_devicegraphiccard.form.php
 share/glpi/front/item_deviceharddrive.form.php
 share/glpi/front/item_devicememory.form.php
@@ -325,7 +342,10 @@
 share/glpi/front/item_devicepowersupply.form.php
 share/glpi/front/item_deviceprocessor.form.php
 share/glpi/front/item_devices.form.php
+share/glpi/front/item_devicesensor.form.php
+share/glpi/front/item_devicesimcard.form.php
 share/glpi/front/item_devicesoundcard.form.php
+share/glpi/front/item_operatingsystem.form.php
 share/glpi/front/item_problem.form.php
 share/glpi/front/item_project.form.php
 share/glpi/front/item_ticket.form.php
@@ -333,6 +353,8 @@
 share/glpi/front/itilcategory.php
 share/glpi/front/knowbaseitem.form.php
 share/glpi/front/knowbaseitem.php



Home | Main Index | Thread Index | Old Index