Commit Graph

72 Commits

Author SHA1 Message Date
Sebastian Meyer 941ddec666 Add audioplayer framework 2016-05-23 14:23:39 +02:00
Sebastian Meyer a3b679c783 Add MIME type to pageview image and fulltext URLs 2016-05-23 13:41:22 +02:00
Sebastian Meyer 06a58511e6 Rename "goobi" to "kitodo" 2016-05-20 17:41:53 +02:00
Jacob Mendt 7d30cdc935 Add shift rotation to map 2016-04-19 15:33:28 +02:00
Jacob Mendt 0c2b3b2d38 Upgrade to OpenLayers 3.15.1 2016-04-19 15:33:28 +02:00
Jacob Mendt 7bec34a2ca Use glif instead of openlayers for imagemanipulation behavior 2016-04-19 15:33:28 +02:00
Jacob Mendt 7ef9d3beab Move ol3 style code in seperate file 2016-04-19 15:33:28 +02:00
Jacob Mendt 0a83d135a6 Fix echo behavior in hovering of fulltext features 2016-04-19 15:33:28 +02:00
Jacob Mendt 5c2295ee2e Replace altoformat parser to jquery based parser 2016-04-19 15:33:27 +02:00
Jacob Mendt dc586c072a Remove code regarding openlayers 2 localization loading 2016-03-03 16:36:47 +01:00
Stefan Weil 9746f1c052 tx_dlf_pageview: Remove unused local variable
This fixes a warning from PhpStorm.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-02-26 06:23:26 +01:00
Sebastian Meyer c07a7c6c5c Merge remote-tracking branch 'refs/remotes/origin/ol3' into fulltext 2016-02-22 15:49:49 +01:00
Stefan Weil 66bfb05939 Remove redundant closing tags (reported by PhpStorm)
This is a requirement of PSR-2, see
http://www.php-fig.org/psr/psr-2/#2-2-files.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-01-08 10:04:06 +01:00
Stefan Weil 89536cc31a Replace helper function tx_dlf_helper::intInRange
It was introduced for backward compatibility which is no longer needed.

This also replaces a call using the class t3lib_utility_Math
which was deprecated with TYPO3 6.0.

The new function \TYPO3\CMS\Core\Utility\MathUtility::forceIntegerInRange
has the same default parameters, so it is fully compatible.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-01-07 18:55:17 +01:00
Stefan Weil a8de8e792d Replace deprecated class t3lib_div
It was deprecated with TYPO3 6.0.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-01-05 11:56:49 +01:00
Sebastian Meyer 77f01b531f Merge pull request #83 from stweil/typo3-7
Replace deprecated class t3lib_extMgm
2016-01-04 16:03:48 +01:00
Stefan Weil 4ca64f1d68 Remove unused PHP function parameter (fixes PhpStorm warning)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-12-28 11:14:19 +01:00
Stefan Weil 577d276081 Replace deprecated class t3lib_extMgm
It was deprecated with TYPO3 6.0 and removed in TYPO3 7.0.
The replacement \TYPO3\CMS\Core\Utility\ExtensionManagementUtility
was added 3 years ago with TYPO3 6.0, so this patch removes
compatibility with pre 6.0 versions.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-12-18 11:45:48 +01:00
Jacob Mendt 0940f3467c Use language dictionary from typo3 backend in frontend code 2015-09-28 17:50:46 +02:00
Jacob Mendt a90831531a Add class to map container 2015-09-24 15:28:30 +02:00
Jacob Mendt 1ccc8f20ea Add extra map for image manipulation to support webgl and canvas 2015-09-24 15:21:38 +02:00
Jacob Mendt 059c00060d Fix async loading error 2015-09-24 13:43:27 +02:00
Jacob Mendt 919b7c614c Update custom ol build 2015-09-24 13:17:14 +02:00
Jacob Mendt 59ff3b05de Add imagemanipulation tool 2015-09-24 12:58:43 +02:00
Jacob Mendt 7708e65f6c Add switchoff class / language behavior to fulltext tool 2015-08-28 13:48:52 +02:00
Jacob Mendt c255ea8aa5 Add fulltext hover behavior 2015-08-27 14:28:04 +02:00
Jacob Mendt 74ac133508 Clear up and add custom build of ol3 2015-08-26 15:12:03 +02:00
Jacob Mendt f2c94f0e80 Remove openlayers 2 dependency injection 2015-08-18 17:42:49 +02:00
Jacob Mendt 7333697b20 Add fulltext support 2015-08-18 14:49:27 +02:00
Jacob Mendt 87caea8d52 Add zooming functions for map 2015-08-11 17:20:29 +02:00
Jacob Mendt 595e30d661 Display images on ol.Map 2015-08-11 16:24:20 +02:00
Stefan Weil 06625032ed tx_dlf_pageview: Add missing dependency for OpenLayers (fix regression)
Since commit d339b72e17, the pageview of
Goobi.Presentation is broken (see issue #52).

OpenLayers/Control/Pan.js, OpenLayers/Control/ZoomIn.js,
OpenLayers/Control/ZoomOut.js and OpenLayers/Control/ZoomToMaxExtent.js
require OpenLayers/Control/Button.js.

Without it, neither the controls for zooming nor the page image are shown.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-07-10 11:38:05 +02:00
Alexander Bigga 0a54cb88ea Merge pull request #47 from albig/master
fix typo in variable name highlight
2015-04-17 16:34:15 +02:00
Alexander Bigga d822fd6533 fix typo in variable name highlight 2015-04-17 16:02:55 +02:00
Stefan Weil 71be48d8c7 plugins: Fix several typos in comments
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-04-01 16:38:35 +02:00
Alexander Bigga 3972157da1 first working variant showing fulltext on clik in the textblock 2015-02-06 11:09:48 +01:00
Alexander Bigga ba8a540ab0 create fulltext url automatically 2015-01-28 11:15:22 +01:00
Alexander Bigga 5bf87b865a first approach to show and select fulltexts if present in ALTO format 2015-01-27 17:54:58 +01:00
Alexander Bigga 3715ec16cb change page detection to allow leading zeros 2014-12-19 14:16:51 +01:00
Alexander Bigga 327c049e51 fix in loading openlayer files 2014-12-16 17:38:58 +01:00
Alexander Bigga 1d77345bc3 concat openLayer files for hightlightning if available 2014-12-16 17:23:56 +01:00
Alexander Bigga 127af725f7 add OpenLayers Style to highlightning Layer 2014-12-15 17:00:03 +01:00
Alexander Bigga ae3d7f2a98 set first image if page is not set 2014-12-15 15:03:38 +01:00
Alexander Bigga f92ef007cb allow integer numbers AND physical page attribute to select page in pageview 2014-12-11 11:16:04 +01:00
Alexander Bigga cf384e4385 added possibility to add polygon layer for text highlightning 2014-12-04 14:04:46 +01:00
Alexander Bigga d339b72e17 updated OpenLayers 2.12 to 2.13.1 2014-12-02 17:41:14 +01:00
Alexander Bigga 3c82d979e2 tiny code cleanup 2014-12-02 17:14:27 +01:00
Alexander Bigga e1618208aa fix in doctype switch for newspaper calendar 2014-09-22 18:40:07 +02:00
Alexander Bigga 47963eda51 make the pageview cacheable 2014-06-16 18:00:16 +02:00
Sebastian Meyer 45d487987a Merge #3 into master 2014-04-07 14:17:52 +02:00