- Mar 04, 2015
-
-
Nicole Cordes authored
If an extension was updated the list should be reloaded to show update information. Releases: master, 6.2 Resolves: #64733 Change-Id: I27598995fd365745eab14a1e095fd342cd198093 Reviewed-on: http://review.typo3.org/37502 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Torben Hansen authored
The fix for issue #64224 introduced a regression in GIFBUILDER resulting in problems with image scaling/cropping. For $fileInfo and $maskInfo: use 'processedFile' for FAL files if available and correctly distinguish between FAL- and non-FAL files otherwise by checking for 'origFile'. Resolves: #65378 Related: #64224 Releases: master, 6.2 Change-Id: Ib472bdcdc7f814e50ebd18e084f5fbe7d09fc410 Reviewed-on: http://review.typo3.org/37483 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Christoph Lehmann <christoph.lehmann@networkteam.com> Tested-by:
Philipp Mueller <philipp.mueller@lavitto.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
As the classAliasMap is a singleton we don't need to initialize it on every dispatch, but we can call the method directly on the instance. This prevents a closure for signalSlotDispatcher which otherwise throws an exception on serialization. Releases: master Resolves: #65473 Change-Id: I1280a4a054f3b63b4b5e71262d4d054b511f001b Reviewed-on: http://review.typo3.org/37485 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Mar 03, 2015
-
-
Stephan Großberndt authored
DataHandler->fillInFieldArray fetches BackendUtility::getTCAtypeValue for each record but uses the value only if several RTE-transformation- related conditions are met. Fetch BackendUtility::getTCAtypeValue only if the RTE-transformation- related conditions are met for the first time and keep it afterwards. Resolves: #63728 Releases: master, 6.2 Change-Id: I14b307c45cab2d778968f3fd98c18348b666be3d Reviewed-on: http://review.typo3.org/35227 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Mathias Brodala authored
During refactoring of request handling setup of the global time tracker was removed for eID scripts. This also fixes the setup order in the frontend request handler since this happened before the "preprocessRequest" hook was executed in the old index_ts.php Resolves: #65488 Releases: master Change-Id: I5b0c63db37360039fdb9d9e0ff29adfa38da22c5 Reviewed-on: http://review.typo3.org/37503 Reviewed-by:
Juan Manuel Vergés Solanas <juanmanuel.vergessolanas@gmail.com> Tested-by:
Juan Manuel Vergés Solanas <juanmanuel.vergessolanas@gmail.com> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Nicole Cordes authored
Due to patch https://review.typo3.org/#/c/37409/ the global ajaxID isn't set anymore. This variable is needed by several ajax requests and expected to be set in global context. This patch sets the given ajaxID globally. Releases: master Resolves: #65477 Change-Id: Id06d9b6a4d7bf41061e917ed6049a3dfefbf32f0 Reviewed-on: http://review.typo3.org/37493 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Mar 02, 2015
-
-
Michael Oehlhof authored
backend/Classes/Clipboard/Clipboard.php To get it "green" in PhpStorm several changes were made: - set correct parameter type in PhpDoc comment - set correct return type in PhpDoc comment - add missing return values - add getter for LanguageService - add getter for BackendUser - add getter for DatabaseConnection Resolves: #65428 Releases: master Change-Id: I3079a845242239325616b682683cc79da36ee4f8 Reviewed-on: http://review.typo3.org/37402 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stephan Großberndt authored
If no field of a table can contain a reference by its TCA definition do not fetch record from this table at all. For tables with fields which can possibly contain references fetch only these fields instead of all. Cache list of fields which don't have to be checked in the local member 'nonRelationFields' instead of recreating the list for each and every record. Don't try to update references for tables sys_log, sys_history and tx_extensionmanager_domain_model_extension since they cannot contain references and usually have a big amount of records. Introduce some early returns to make code more readable. Improves performance for both bulk inserts and updating the reference index from the command line. Resolves: #63676 Resolves: #63782 Releases: master, 6.2 Change-Id: Ibc6f988bfde6042339595bf7b3e18125c64ae72d Reviewed-on: http://review.typo3.org/35191 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Alexander Stehlik authored
Sub parameters passed to the HtmlParser tag configuration like: fixAttrib.[attribute].userFunc.myparam = test1 will be passed to the configured user function in an array. The attribute value will be stored in the attributeValue array key. To keep backward compatibility the attribute value will be passed as string to the user function when no additional attributes exist. Releases: master Resolves: #59712 Change-Id: Ib073dad0759fa2b20a82bf976f8d04f39d9135f0 Reviewed-on: http://review.typo3.org/30935 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Stehlik authored
Add a stripEmptyTags method to the HtmlParser It can be enabled by TypoScript or TSConfig: HTMLparser.stripEmptyTags = 1 HTMLparser.stripEmptyTags.tags = h2, h3 HTMLparser.stripEmptyTags.treatNonBreakingSpaceAsEmpty = 1 Resolves: #20555 Releases: master Change-Id: I640486e9f32da6ac1eba05e3c38d15a0aba41055 Reviewed-on: http://review.typo3.org/16975 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
ext:fluid and ext:exbase configure additional caches in ext_localconf. Since both extensions are required and always loaded, those cache configurations are moved to ext:core DefaultConfiguration.php to have an easier life for admins who reconfigure those caches in LocalConfiguration. Resolves: #65467 Releases: master Change-Id: I63ac633f15d0a0774deffa3620d67a405af1e5df Reviewed-on: http://review.typo3.org/37468 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Alexander Stehlik authored
The maxListPerPage class property in the indexed_search Administration controller ist not used any more and therefore removed. Releases: master, 6.2 Resolves: #65468 Change-Id: Ic1e13bf0e6f7426d5efb54b0996323ac681c2ed4 Reviewed-on: http://review.typo3.org/37469 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Felix Kopp authored
Use AjaxDataHandler with Modal API without TYPO3.Language inline. Allow Modal API to pick button labels when wrapped in AjaxDataHandler Resolves: #65466 Releases: master Change-Id: Ibe1385e41a8481620af74a3af6b3c4a49485fe4f Reviewed-on: http://review.typo3.org/37467 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
The GeneralUtility::llXmlAutoFileName() method will now also correctly handle paths to files that are not placed within a known directory (ext, sysext, etc.) if the call is made with $sameFile = TRUE. This allows placing language files in arbitrary storage. This change finally re-enables the usage of locallang files in TypoScript or f:translate-ViewHelpers which use the XLIFF format and are not placed within an extension. This has always been working with files in the XML format. Resolves: #65273 Releases: master, 6.2 Change-Id: Ibb647cea32a9fc04e9dfdf707a5e8690ad399d5c Reviewed-on: http://review.typo3.org/37167 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Mathias Brodala authored
When building an URI for a non-cacheable action, while the current request also is uncached, we can skip the cache hash for the target URI to avoid unnecessary page cache entries. Since this is a change in behavior during link generation, which other code may rely upon, this is marked as breaking change. Resolves: #60272 Releases: master Change-Id: I448c33d23b790de1064eff95d0a940878b0299ac Reviewed-on: http://review.typo3.org/31594 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Benjamin Mack authored
Streamline the code by moving the functionality to cache image sizes processed by GraphicalFunctions (local-only so far) from the database table cache_imagesizes to the Caching Framework. The following changes are done: * use sha1 instead of md5 * use Caching Framework instead of hardcoded DB table * store only necessary data in the cache The new Caching Framework configuration is stored in a new group called "lowlevel" which is only emptied when pressing the clear cache button in the install tool. The former table cache_imagesizes has been filled automatically and never been cleaned except manually in the Install Tool area "Cleanup". This means there could be a lot of leftover entries. Now the cache is cleared when using the common clear caches button in the install tool. Resolves: #28484 Releases: master Change-Id: Ia68410eb382163e90654718aeb17165dc48e40cc Reviewed-on: http://review.typo3.org/35686 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Jost Baron authored
This is needed so extbase persists FileReferences created in the frontend correctly. Otherwise the field "uid_local" would always be set to 0 in the database, creating an invalid file reference. Resolves: #48965 Related: #5718 Releases: 6.2, master Change-Id: I1e620c18d60546fdc081410b1d27a1b1de6f3e5b Reviewed-on: http://review.typo3.org/37417 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Philipp Bergsmann authored
Scheduler task to remove deleted records from content table(s) which are older than x days. If a deleted record also contains an upload field, then the file is also deleted. Releases: master Resolves: #32651 Change-Id: I58577c05a1a3b228579c05578cc8fdf2e3b393fa Reviewed-on: http://review.typo3.org/9013 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Marc Bastian Heinrichs authored
The element information show rows for the data from the special fields crdate, cruser_id and tstamp also if they are not defined in TCA. They are also hardcoded and doesn't rely on the settings in TCA ctrl. Resolves: #55699 Releases: master, 6.2 Change-Id: I7c9a387c75d367618117ffcb6f04592ee519cecc Reviewed-on: http://review.typo3.org/27360 Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Alexander Schnitzler authored
This adds a Format.Case ViewHelper that changes a string's case in various manners like uppercase, lowercase, (un-)capitalization and each-word-capitalization. Resolves: #58621 Releases: master Change-Id: I182fae00a8bf11b6188e73bdd9cf15011ed3620d Reviewed-on: http://review.typo3.org/36913 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Frederic Gaus authored
Rename label "table" to "record type" in recycler Change-Id: I81226203e3bcb705320563bc508d74f69d8142c1 Resolves: #43368 Releases: master Reviewed-on: http://review.typo3.org/36710 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Resolves: #65451 Releases: master Change-Id: Ia08ec9b586a2b080763f07ee2fe6e257ca484397 Reviewed-on: http://review.typo3.org/37453 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Michael Oehlhof authored
backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php To get it "green" in PhpStorm several changes were made: - set correct parameter type in PhpDoc comment - add missing return value Resolves: #65444 Releases: master Change-Id: Iebb9c4c789612f229f4d4562cfd1445d98703594 Reviewed-on: http://review.typo3.org/37443 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
If rendering an image in the TYPO3 backend, the regular case is to prepend "../" to an URI with the assumption that the original HTTP request was handled by typo3/backend.php. For the page module for instance, the request points to typo3/sysext/cms/layout/db_layout.php, thus the back path way does not work anymore. To overcome that behavior the absolute path shall be used instead by determining TYPO3_SITE_PATH. For the case that some custom processing relies on "../" this change might be breaking. Resolves: #65433 Releases: master, 6.2 Change-Id: I969f6a3bdd000b7efb7607e533d1117c8d363959 Reviewed-on: http://review.typo3.org/37407 Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Helmut Hummel authored
In order to move the mod.php global logic into a unified way, the global code is moved to its own RequestHandler for modules. Releases: master Resolves: #65452 Change-Id: Ic1dedaf7d98b460739da9cb33dcbbf5772ed05d4 Reviewed-on: http://review.typo3.org/37430 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #65441 Releases: master Change-Id: Ic9e790d2b2db17e930558dbafe4f458af948fc9a Reviewed-on: http://review.typo3.org/37435 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Resolves: #65442 Releases: master Change-Id: I7493bbae4bee93c7e2957e1d458d22036249de36 Reviewed-on: http://review.typo3.org/37436 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
The external library RemoveXSS placed within typo3/contrib/ is moved to EXT:core and also loaded via composer in order to avoid a require_once. Additionally, some other changes in the static composer class loader shipped with typo3/contrib/vendor are updated as well. Resolves: #65450 Releases: master Change-Id: I804754df10288924247f58dc93a8e46f9268aa3b Reviewed-on: http://review.typo3.org/37448 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
This patch prevents the redirection to another page if the returned URL is empty which would trigger a redirection loop. Releases: master, 6.2 Resolves: #65447 Change-Id: Ida0fc65c83d32ca7ae45db2d02b87d7eb0c8d345 Reviewed-on: http://review.typo3.org/37446 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
Leftover code that registers modules that are located within EXT:frontend should be moved from EXT:cms to EXT:frontend Resolves: #65449 Releases: master Change-Id: Icde91ae85eee74c5fc5492a7263afcd0bc85c82f Reviewed-on: http://review.typo3.org/37447 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Michael Oehlhof authored
- add getter for LanguageService - add getter for BackendUser Resolves: #65445 Releases: master Change-Id: I985f9b0aa619ea7f90f35fe169122c26850a73df Reviewed-on: http://review.typo3.org/37444 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Mar 01, 2015
-
-
Benjamin Mack authored
The TYPO3 Bootstrap gets a new function run() to unify existing entrypoints in FE, BE, CLI and Install Tool. This way the "visible" part of the bootstrap is reduced to solely using the new "run()" method, which resolves to a proper RequestHandler depending on the following constraints. * Install Tool * Frontend: eID * Frontend: TSFE * Backend: Regular request * Backend: AJAX * Command-Line (CLIkeys) The interface behaves exactly like TYPO3 Flow. Unlike Flow, the request handlers are currently hardcoded inside the bootstrap, but can be extended later. Each RequestHandler logic is currently put from the global scope into the main "handleRequest()" method. Further changes are the deprecation of init.php and the streamlining of Backend requests, as well as diagram of the bootstrap process. Resolves: #65437 Releases: master Change-Id: I3a2ffe60e59005955c5ef3d3c541b61de2b97526 Reviewed-on: http://review.typo3.org/37409 Reviewed-by: Christian Kuhn ...
-
Anja Leichsenring authored
Change-Id: If0d763b4fb79ffb1584ea5c60804af63d4da3d7b Resolves: #65440 Releases: master Reviewed-on: http://review.typo3.org/37431 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Wouter Wolters authored
Use dispatching for browser.php Resolves: #65289 Releases: master Change-Id: I8edb2fb1182af39d5a87e8291e8b208067a70a9c Reviewed-on: http://review.typo3.org/37432 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Port the code to use jQuery UI's "sortable" instead of draggable and droppable, which solves some issues: - The element position is stored after dropping it, solving the "hang" effect. - In "Languages" view, the elements are now properly movable. Moving the elements between languages, which is error prone, is now not possible anymore (it was possible before, but it was not saved). Resolves: #65311 Releases: master Change-Id: I5af23e258e057eb8c855760bc2ad5fa6989e6686 Reviewed-on: http://review.typo3.org/37262 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Anja Leichsenring authored
Change-Id: Ib3e5093902b5d2b46d4b2c6a3365abf8340da6ed Resolves: #65438 Releases: master Reviewed-on: http://review.typo3.org/37428 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Jan Helke authored
Changing the backend view to use grid elements caused an ancient piece of code in PageLayoutView.php to be never executed. In fact an if statement in PageLayoutController.php always evaluates to "FALSE" which lets the code in PageLayoutView.php never get executed. Change-Id: I4f97690b54efeb7659f86f1ef15fa8603e97f69b Resolves: #53898 Releases: master Reviewed-on: http://review.typo3.org/25662 Reviewed-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The Extension viewpage (Web => View) is still using a mixture of ExtJS and jQuery. In order to use the logic from the new Storage API (which replaces the ExtJS Part for this module) the whole JavaScript was rewritten in RequireJS. The shipped jquery-ui JavaScript file is not necessary anymore, as it is loaded from the contrib/ directory as a AMD module (new version). Resolves: #64103 Releases: master Change-Id: Ic0cc1dd0eb56b0440a5d8c78c40ac2120aa0f215 Reviewed-on: http://review.typo3.org/35767 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Furthermore the copyright year is adjusted. Resolves: #65439 Releases: master Change-Id: I332321bd4e84c66e381140caacbd23ef381441e2 Reviewed-on: http://review.typo3.org/37429 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Use dispatching for logout.php Resolves: #65291 Releases: master Change-Id: Ic003ec6dda083f69da2aaf0373ad48ea3bf4f56f Reviewed-on: http://review.typo3.org/37411 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-