- Nov 16, 2013
-
-
Ernesto Baschny authored
Resolves: #53684 Releases: 6.2 Change-Id: I3be203934a724822ea8990f7b3ca04135521982c Reviewed-on: https://review.typo3.org/25453 Reviewed-by: Jost Baron Tested-by: Jost Baron Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Steffen Ritter authored
This patch adds the indexing scheduler tasks See: http://wiki.typo3.org/Blueprints/FAL-IndexerRework Releases: 6.2 Resolves: #53601 Change-Id: I276bc9e02adcb5b4835fdfa80b1171b1bb21ec9f Reviewed-on: https://review.typo3.org/25372 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Steffen Ritter authored
This patch-set uses the new Indexer for FAL. See: http://wiki.typo3.org/Blueprints/FAL-IndexerRework Releases: 6.2 Resolves: #53600 Change-Id: Ibfbb42358a69ba1b7bd90e5643a104b1b6521ff8 Reviewed-on: https://review.typo3.org/25371 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Steffen Ritter authored
A new Indexer for FAL according to the concept of the BluePrint, also adding a new ExtractorRegistry where extensions can register their extraction classes (implementing ExtractorInterface). See: http://wiki.typo3.org/Blueprints/FAL-IndexerRework Releases: 6.2 Resolves: #52841, #53599 Change-Id: I06e8d011096c88221aaf62bd0a25e681692dbfa0 Reviewed-on: https://review.typo3.org/25370 Reviewed-by: Frans Saris Tested-by: Frans Saris Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Frans Saris authored
When you rename a file the indentifier in the sys_file record is updated but the indentifier_hash and folder_hash are not. This results in a new sys_file record when accessing the renamed/moved file. Now when the identifier is changed the identifier and folder hash are updated. Releases: 6.2 Resolves: #53614 Change-Id: Iad7559d15705ab836e88860b1b198783f0420386 Reviewed-on: https://review.typo3.org/25451 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
- Nov 15, 2013
-
-
Helmut Hummel authored
This reverts commit 8a80c233 This change did not work at all, left unused templates behind (List/Ter.json), and caused further bugs #53661 Change-Id: I62d1c6c06a5acb8aeed0a12226b3e7ed1bd3282b Reviewed-on: https://review.typo3.org/25446 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Marc Bastian Heinrichs authored
Records of sys_category could not be rendered with the content object CONTENT, because only tables prefixed with pages,tt,fe,tx,ttx,user and static are allowed. Nowadays this limitation isn't practical anymore, because other tables don't matching the prefix will follow. Resolves: #44961 Releases: 6.2 Change-Id: Iab6671edff8d6f3558ca4a56caa4dae797c66187 Reviewed-on: https://review.typo3.org/25316 Reviewed-by: Helmut Hummel Reviewed-by: Ernesto Baschny Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Alexander Opitz authored
The hash_base (the array from which the cache hash is calculated) is saved into the cache. But this information isn't required. Also it isn't processed after read from cache. So this data gets removed to save bandwidth and to reduce the string to be unserialized. Resolves: #53404 Releases: 6.2 Change-Id: I76411a9d89e483fed1b29573359b001fa921b244 Reviewed-on: https://review.typo3.org/25191 Reviewed-by: Mathias Schreiber Tested-by: Mathias Schreiber Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Alexander Opitz authored
The content element was renamed long time ago, so the documentation should be updated. Resolves: #22914 Releases: 6.2 Change-Id: Ia2948c8fe7b9f9ca2b348773546ebf0b1e9718b1 Reviewed-on: https://review.typo3.org/25421 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Stefan Froemken authored
If alternateBgColors in pageTSconfig is set you have more contrast in db_list, but there is no hover effect for the darker rows Resolves: #23536 Releases: 6.2, 6.1, 6.0 Change-Id: If17aa33e414edda0ea1ce8bf3b5ca1576a759c11 Reviewed-on: https://review.typo3.org/25409 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- Nov 14, 2013
-
-
Stefan Froemken authored
foreign_match_fields were not fully supported Resolves: #47694 Relates: #45337 Releases: 6.2, 6.1 Change-Id: I212cbdb5d4a3791c1d8ed1e431007e10dd9f11e8 Reviewed-on: https://review.typo3.org/21120 Reviewed-by: Frans Saris Tested-by: Frans Saris Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Stefan Froemken authored
cObject IMAGE was executed with empty values because given key contains filenames instead of numbers Resolves: #45724 Releases: 6.2, 6.1, 6.0 Change-Id: I5582b63080b7e6124c3780a8430efb410876a662 Reviewed-on: https://review.typo3.org/25016 Reviewed-by: Gernot Ploiner Tested-by: Gernot Ploiner Reviewed-by: Wouter Wolters Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Nicole Cordes authored
This patch adds an early return for empty file name which happens if an extension isn't installed. Resolves: #53641 Releases: 6.2 Change-Id: I1cc3605bf5cddfd4e83c363b974a83d20172d0ce Reviewed-on: https://review.typo3.org/25401 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Jigal van Hemert authored
To increase performance of building the extension list the icons are rendered directly instead of using an image viewhelper. The height is corrected using CSS. Change-Id: I60ddbdf409ed67a668f556cdcbc01799097a8109 Resolves: #53627 Releases: 6.2 Reviewed-on: https://review.typo3.org/25393 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes
-
Sebastian Michaelsen authored
"Test image formats" tries to convert different media types to JPG. If one of these conversions fails, you will get an error message but no hint about what media type failed to convert. Change-Id: Ie35c7e3529064c99cb8b3ef7d6eb542142b58a56 Resolves: #53632 Releases: 6.2 Reviewed-on: https://review.typo3.org/25396 Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Dan Untenzu Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Nov 13, 2013
-
-
Oliver Hader authored
FormDataTraverser::getFieldValueRecursive() might return NULL or any other type as well, as it has been provided by the database. Thus, PHPdoc comments are modified to reflect the possible return values as well. Fixes: #53573 Releases: 6.2 Change-Id: Idcdbe21ccdcf694b8ceb5ecf0b4a192ad51c4871 Reviewed-on: https://review.typo3.org/25366 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Loek Hilgersom authored
Fix the wrong Typoscript configuration for front-end edit icons for cType HTML (for the traditional fe-editing). Resolves: #17493 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I743d8d8ee77bd76bd9ed2a12cd34817196d3719a Reviewed-on: https://review.typo3.org/20562 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Georg Ringer authored
If a specific backend layout is selected in the page properties and the backend layout is removed later on, the page module is empty and shows nothing. As a solution the default layout should be loaded like it is the case if no BE layout is defined at all. Resolves: #53608 Releases: 6.2 Change-Id: I192833aacc4785a7dfd8e1fb5ed34f12e33d4f5c Reviewed-on: https://review.typo3.org/25374 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Georg Ringer authored
When using backend layout columns without a colPos value they should be just placeholders with the label "not assigned". Currently they are showing the content of the column 0 instead if there is such a column in the backend layout. The label "not assigned" is used for columns without any label, otherwise the label is used together with the suffix "(not assigned)". Change-Id: I02c418eebdd9345c3066aa8c3eeec353d2cd9e58 Resolves: #25157 Resolves: #45550 Releases: 4.5, 4.7, 6.0, 6.1, 6.2 Reviewed-on: https://review.typo3.org/18349 Reviewed-by: Carsten Lausen Tested-by: Carsten Lausen Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Stefan Neufeind
-
Steffen Ritter authored
This changeset extends the Driver-API to allow the ResourceStorage to list Files in a Folder (recursively) without getting the whole FileInformation array. Extracting the FileInformation is very expensive in terms of IO and runtime. Additionally when doing IndexMaintenance it might be useful to check if the File changed (content-wise) and therefore must be hashed. While indexing you might not yet have a FileObject since you are just about to create it. Therefore a HashFile Method in ResourceStorage is extended to do that just based on the Identifier. Since this change already breaks the Driver API and we decided that architecturally it is not wise, that the driver knows about object and not only about identifiers, the hash method is changed accordingly there, too. Since only the ResourceStorage is allowed to access the Driver objects directly this is only relevant for custom driver implementations. Releases: 6.2 Resolves: #53585 Change-Id: I6ec47e9071550826aab4f4886700772254cfc8d0 Reviewed-on: https://review.typo3.org/25363 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Oliver Hader authored
The TCA configuration property "dbType" allows to store "date" or "datetime" values directly in the database (instead of using a timestamp value). However, the timezone is not recognized correctly - besides that, the serverTimeZone is applied which does not make much sense at all, since it leaves out DST handling. Fixes: #51918 Releases: 6.0, 6.1, 6.2 Change-Id: I45da65d8cee2611358303e93305cb5c793223746 Reviewed-on: https://review.typo3.org/23749 Reviewed-by: Markus Klein Reviewed-by: Stefan Neufeind Tested-by: Markus Klein Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Eric Chavaillaz authored
Since rendering of the view icon has changed, the comment above it is now useless. Resolves: #53581 Releases: 6.2 Change-Id: I6fcf8150361fda8607eea602aae47d0a39db2005 Reviewed-on: https://review.typo3.org/25362 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Sascha Egerer authored
Remove some unnecessary whitespaces in the html tags that are genereted by the responsive image feature. Resolves: #53220 Releases: 6.2 Change-Id: I49e73d92c74a1d3e656b0e847b22473cecf19a53 Reviewed-on: https://review.typo3.org/25067 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Ingo Schmitt authored
added noTrimWrap to data.source Resolves: #53003 Releases: 6.2 Change-Id: I2287c491ff9a04686bec934420819a970e9066d4 Reviewed-on: https://review.typo3.org/25000 Reviewed-by: Steffen Müller Tested-by: Steffen Müller Reviewed-by: Ingo Schmitt Tested-by: Ingo Schmitt Reviewed-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- Nov 12, 2013
-
-
Tomita Militaru authored
Correct usage text for cli_dispatch, use --refindex update instead of -e Resolves: #53399 Releases: 6.2, 6.1, 6.0 Change-Id: I6e571e8ba1cc139c7a4004800491637d5b3af6d7 Reviewed-on: https://review.typo3.org/25303 Tested-by: Jan Bartels Reviewed-by: Jan Bartels Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Nicole Cordes authored
With commit I805085948e01544efd692498f5e3537612c62050 a new hash was introduced to sys_file table. The updater misses to update all storages except the one with uid=1. Furthermore the default storage zero, where all core related files are stored, is missing completely. This triggers a fatal error all over the backend. This patch adds the default storage and fixes the bug, which did not update other storages beside uid=1. It is very important to run the upgrade wizard in the Install Tool after this patch is applied. Resolves: #53575 Releases: 6.2 Change-Id: Ifa60e8b4e3bf50159b7475cc9af5dab0274340cd Reviewed-on: https://review.typo3.org/25339 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Tested-by: Christian Kuhn Reviewed-by: Christian Kuhn Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Stefan Neufeind authored
All core-modules currently using jQuery-dataTables are called through mod.php. So by adding that to the cookie-path we can at least prevent sending those cookies with requests like JS/CSS/images. Change-Id: Ia9ea30e8967564572c7104600eb8dcc67647382d Resolves: #52934 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/24885 Reviewed-by: Sebastian Fischer Reviewed-by: Pascal Dürsteler Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Christian Kuhn authored
The existing tests of ext:core/Page/PageRenderer are in fact functional tests since most of them trigger lots of dependencies and call the main API method "render()" to check for something. The patch moves most detail tests to two general functional tests doing the main work and adds some more functional tests for more specific cases. The unit tests are stripped down to those parts that test only single methods or smaller systems with proper mocking. In effect, the full unit test suite does no longer depend on initialization of $GLOBALS['LANG'], it is now removed from unit test bootstrap. Change-Id: I9f3f54ba52673e16bfcd303b46755e079d240de6 Resolves: #53558 Related: #51436 Related: #53476 Releases: 6.2 Reviewed-on: https://review.typo3.org/25304 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Nicole Cordes authored
If you try to install a new extension from TER which is incompatible with the current TYPO3 version, an error is shown but the loading mask isn't removed. This patch unmask the overlay to be able to work again. Resolves: #53460 Releases: 6.2 Change-Id: Ibf9a31de6a8f56715e20ba5b5f2c49e555b16e12 Reviewed-on: https://review.typo3.org/25309 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Steffen Müller Tested-by: Steffen Müller
-
Alexander Stehlik authored
If __row|uid_foreign|field is a reference its not evaluated recursive the placeholder shows a uid. With this patch the content of the field is shown. Additonally the type of the metadata field of sys_file was changed to inline because select does not support the foreign_field property. Resolves: #52630 Releases: 6.2 Change-Id: Iee30274d2e94f73e877b761d119801bb205689c1 Reviewed-on: https://review.typo3.org/24537 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
The field sys_file.metadata defines the TCA property "foreign_field" that is only defined for the TCA type "inline". Using "foreign_field" with the select type does not make much sense, since select elements can be seen as m:n reference that is persisted with each parent record and thus could have multiple parents. Fixes: #53567 Releases: 6.2 Change-Id: I2c8e12b6343275d7f38853ba25ac6a0427c13dbd Reviewed-on: https://review.typo3.org/25320 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Andreas Wolf authored
With the default collations used by most databases, casing is ignored. This leads to problems when searching for an entry in the file database: If there are two files with the same name in different casings, only one of the two will be indexed. This index record will be used for both files, as the database does not see a difference when querying for their identifiers. The problem is solved by this commit with the help of a new field identifier_hash. To also solve the problems arising on case-insensitive file systems (where all casings are possible and thus the same file could be indexed multiple times when being created with differently cased identifiers), file identifiers for these storages are converted to all-lowercase before hashing. Change-Id: I805085948e01544efd692498f5e3537612c62050 Resolves: #43027 Resolves: #46553 Resolves: #45504 Releases: 6.2 Reviewed-on: https://review.typo3.org/23398 Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Stefan Aebischer authored
If you add an own evaluator, you have to insert the class inclusive namespaces. JavaScript in TYPO3 backend fails to use the correct class set in namespaces. Resolves: #52904 Releases: 6.2,6.1,6.0 Change-Id: I356a2a7ff169462307506c64234741e6a690f8e2 Reviewed-on: https://review.typo3.org/25041 Reviewed-by: Stefan Aebischer Reviewed-by: Felix Nagel Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Stefan Neufeind authored
When you click on the view icon of the view module, a new page is opened to the website. In Firefox, if you return to the TYPO3 backend in the view mod, you got a blank page with a [object Window] text. Resolves: #52616 Releases: 6.2 Change-Id: If81ecea02550a6ef72f15deeeb40bc74e36ee431 Reviewed-on: https://review.typo3.org/24948 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Stefan Neufeind authored
Many of the standard-ViewHelpers (tag-based) at least support additionalAttributes. Introduce this for be.buttons.icon as well to allow for attributes like onclick or target. Those arguments will be assigned to the surrounding a-tag if an uri is specified. Change-Id: I0b8ef12842a818ed5d49437a003287aff9b08f13 Resolves: #53538 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/25293 Reviewed-by: Eric Chavaillaz Tested-by: Eric Chavaillaz Reviewed-by: Pascal Dürsteler Tested-by: Pascal Dürsteler Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Nicole Cordes authored
If you try to install an extension which depends on a TYPO3 version lower that the current one the extension isn't installed and any error is shown. This patch adds the flash message to the queue so it is visible afterwards. Resolves: #53461 Releases: 6.2 Change-Id: Id35987db9b4d24e2161863186ebbe5683a7738fc Reviewed-on: https://review.typo3.org/25307 Reviewed-by: Steffen Ritter Reviewed-by: Oliver Hader Reviewed-by: Markus Klein Tested-by: Markus Klein Tested-by: Oliver Hader
-
Stefan Neufeind authored
This reverts commit 742a5dff Change-Id: Ia68211d95f6181f54675614fc26d019118c3e176 Reviewed-on: https://review.typo3.org/25299 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
- Nov 11, 2013
-
-
Alexander Opitz authored
The IE has problems with base URLs in JS on window.open() function calls. This problem was already fixed for content objects but not for the menu. This change adds the baseUrlWrap and also the quoteJSvalue function call like in ContentObjectRenderer::typoLink(). Resolves: #22136 Releases: 6.2, 6.1, 6.0, 4.5 Change-Id: Ia1ad859d2acb358378bc4ffa3f6a9162b3fc6937 Reviewed-on: https://review.typo3.org/23227 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Wouter Wolters authored
Change-Id: If2d567f2e381e0cdfdaf883cd4452807d88f44e2 Related: #52727 Resolves: #53532 Releases: 6.2 Reviewed-on: https://review.typo3.org/25282 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Tomita Militaru authored
Adds labels for file collection types in TCA Resolves: #52727 Release: 6.2, 6.1, 6.0 Change-Id: I0aafc385d824a41a4e6045a9708d726dee06ea39 Reviewed-on: https://review.typo3.org/25264 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-