- May 28, 2013
-
-
Anja Leichsenring authored
Due to many failing extensions relying on this function, Release Management decided to bring it back as a redirect to VersionNumberUtility::convertVersionNumberToInteger. Resolves: #48536 Relates: #44763 Releases: 6.2, 6.1 Change-Id: Id76758c10a542bdbe0cc033466f494b0a6350692 Reviewed-on: https://review.typo3.org/21047 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Daniel Hürtgen Tested-by: Daniel Hürtgen Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Helmut Hummel authored
In Flow there is a Type Converter which can map array sources to not persistent objects. This is very useful if you need transitional objects built from request arguments. Backporting this converter needs some minor modifications in the reflection service, which are included in this commit as well as registering the new converter. Resolves: #48548 Releases: 6.2 Change-Id: Ic88b732076ae19ece490cf1376b2d1bbcaf1ebff Reviewed-on: https://review.typo3.org/21114 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Daniel Hürtgen Tested-by: Daniel Hürtgen Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- May 27, 2013
-
-
Wouter Wolters authored
* Remove dummy files from ext:tstemplate_* extensions * Remove old class names to the new ones * Adjust function names for the backend module * Adjust AJAX save type Change-Id: I560c1c0e7bceb271eaba1a1d660cec71614df64a Resolves: #48157 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20766 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Thomas Maroschik authored
-
Thomas Maroschik authored
-
Thomas Maroschik authored
-
Thomas Maroschik authored
-
Thomas Maroschik authored
-
Thomas Maroschik authored
-
- May 26, 2013
-
-
Philipp Gampe authored
The function getExtensionFromZipFile fails to sanitize any output after the version. As the function is only interested in the part before the version which must be the extension key, remove any trailing characters. Add a unit test to document this behavior. Resolves: #48332 Releases: 6.2, 6.1, 6.0 Change-Id: I09b810d4bce214b6fa38e1a62200560f30d88984 Reviewed-on: https://review.typo3.org/20875 Reviewed-by: Alexander Opitz Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Wouter Wolters authored
This bugfix just passes an already existing argument along to the hook method, making the $field variable available there. Change-Id: I5337490920a96a8db0af8f8ecc01e967dba0c9ca Fixes: #39527 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Reviewed-on: https://review.typo3.org/20919 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Daniel Hürtgen authored
Currrently you can use user functions for typoscript conditions and pass one parameter to your created functions. If you have more than parameter, you must create a workaround and use an delimiter other than comma an split it up in your user functions to separate them. This patch is a fix for that and make it possible to use multiple params for user functions. Change-Id: Ief2486f6133132303a5925370c1517ee9a98a0b4 Resolves: #47159 Releases: 6.2 Reviewed-on: https://review.typo3.org/19835 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Daniel Hürtgen Tested-by: Daniel Hürtgen Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Wouter Wolters authored
Some TCAdefaults work only with "Page (inside)" and not in the wizard. Affected defaults: * TCAdefaults.pages.hidden = 1 * TCAdefaults.pages.doktype = 2 Change-Id: I71eb301909c31eb8cd160dbe6beadc4ba5102b66 Resolves: #14955 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Reviewed-on: https://review.typo3.org/20900 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Felix Kopp authored
Restructures headlines in EXT: belog backend module to reflect hierarchy of the content: H1 through H4. Change-Id: I3d462bbbbc7a79d13da154dca9e393a204e9ae29 Resolves: #48539 Releases: 6.2 Reviewed-on: https://review.typo3.org/21049 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- May 25, 2013
-
-
Philipp Gampe authored
If a folder is removed from the (default) local storage outside of TYPO3 while still being linked inside a content element, a fatal error is thrown. Catch the fatal error and do not render the link. Rendering the link text, but no link is the default normal behavior of links in frontent. Fixes: #48390 Releases: 6.2, 6.1, 6.0 Change-Id: I7ffbf2e055a3cb204dbe61e145ca54ee18b4982b Reviewed-on: https://review.typo3.org/20926 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Alexander Opitz authored
If you have RTE content which have false links/images to files, we get a FolderDoesNotExistException (FileDoesNotExistException in 6.0). This should be catched. Reproduce * Create content element text * In RTE change to text mode * Add <img src="nofile" /> for image or * Add <a href="nowhere">link</a> for link * save Resolves: #46785 Releases: 6.2, 6.1, 6.0 Change-Id: I7b959825e8e36dc5b1941c9fa411afa321a594fb Reviewed-on: https://review.typo3.org/20570 Reviewed-by: Simon Schick Tested-by: Simon Schick Reviewed-by: Henrik Ziegenhain Tested-by: Henrik Ziegenhain Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Philipp Kitzberger authored
* uid and pid are displayed as tooltip in livesearch results * returnUrl set so closing edit mask won't lead to dummy.php Resolves: #35358 Releases: 6.2 Change-Id: I9c31cb547c9e9eb82f35a614d6977fca87f339d6 Reviewed-on: https://review.typo3.org/20992 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- May 24, 2013
-
-
TYPO3 Release Team authored
Change-Id: I27e54b3d481a30ec8526fc79ac2b2f0e3cf6a4eb Reviewed-on: https://review.typo3.org/21025 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
Frank Frewer authored
This patch hides the context menu entries 'disable'/'enable', 'edit', 'new', 'cut', 'copy', 'paste into', 'paste after' and 'delete' in case an user is restricted to only non default languages. Additionally it throws an error message if the user is trying to edit a page title directly in the pagetree via double click. Resolves: #47126 Releases: 6.2,6.1, 6.0, 4.7, 4.5 Change-Id: I13537529d4b72763c3a2ff5c75b5ae53a9e3fec1 Reviewed-on: https://review.typo3.org/19802 Reviewed-by: Henrik Ziegenhain Tested-by: Henrik Ziegenhain Reviewed-by: Philipp Gampe Reviewed-by: Alexander Opitz Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- May 20, 2013
-
-
Philipp Gampe authored
Inside an empty folder is no obvious way to paste the content of the clipboard. Add a paste icon to the docheader to paste into the current folder. Resolves: #48202 Releases: 6.2, 6.1, 6.0 Change-Id: I2192bd853a1c1fada332319812acee8fe821b78a Reviewed-on: https://review.typo3.org/20857 Reviewed-by: Markus Klein Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Felix Kopp authored
Removes few outdated Readme files. Also brings the well-formatted official GPL.txt from http://www.gnu.org/licenses/gpl-2.0.txt Change-Id: Ie059d19fd2424f8626bcd7f0e5c040736fa31377 Resolves: #48397 Releases: 6.2 Reviewed-on: https://review.typo3.org/20931 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Christian Kuhn authored
TCA refactoring in 6.1 misses an edge case: Frontend index_ts loads TCA *after* eid is handled, so there is no TCA loaded in eid context. Eid scripts that still need TCA *should* call EidUtility::initTCA(), but some call instead TSFE->includeTCA(). But includeTCA() is empty now and deprecated. The patch adds a call to includeTCA() to load TCA, if GLOBALS['TCA'] array is empty. This makes sure populating TCA is done only once. ext:caretaker_instance is affected by this, eg. test "Check backend user accounts" needs TCA and fails without the patch. Change-Id: Iaa70fe62e0eba9981e31379b853c968efe1d4cca Resolves: #47993 Releases: 6.2, 6.1 Reviewed-on: https://review.typo3.org/20554 Reviewed-by: Markus Klein Reviewed-by: Alexander Opitz Reviewed-by: Stefan Neufeind Tested-by: Alexander Opitz Reviewed-by: Felix Kopp Reviewed-by: Dmitry Dulepov Tested-by: Markus Klein
-
Georg Ringer authored
The func menu in a module is used to switch between different views in the same module. However if only one item is available, there is no reason to show the function menu at all. Also the onchange handler does not work as nothing is changeable. Count the number of elements and suppress the selector if there is only one item. Change-Id: I6bbce41af19c8755c67c7ce5085f94930f4f87f6 Resolves: #48175 Releases: 6.2 Reviewed-on: https://review.typo3.org/20772 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Philipp Gampe authored
Add a back button to: * file_upload * file_rename * file_newfolder The code is taken from recordlist. Resolves: #48065 Releases: 6.2, 6.1, 6.0 Change-Id: If328dd20f09875ab486fa3419ec5de9df8955956 Reviewed-on: https://review.typo3.org/20859 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Felix Kopp Tested-by: Felix Kopp Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Felix Kopp authored
User configure their personal TYPO3 backend in EXT: setup. Here loads of options feel at home. To lead users when searching for options space is essential. This patch brings vertical spacing to the formular rows. Change-Id: I622ed5050eee14e7a653b0e41203126ebe898bb1 Resolves: #48388 Releases: 6.2 Reviewed-on: https://review.typo3.org/20925 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik Reviewed-by: Felix Kopp Tested-by: Felix Kopp
-
- May 19, 2013
-
-
Stefan Neufeind authored
Calls methods in contentObjectRenderer and thus should match that phpdoc over there (especially giving a hint about what to urlencode and what not). Resolves: #48316 Releases: 6.2 Change-Id: Id932763dc06ffaad09f169aff9ac9457d890a777 Reviewed-on: https://review.typo3.org/20856 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Alexander Opitz authored
In the table wizard (table ce) you have the possibility to move first line to the last line and vice versa. But on last line the false icon and input field is set. We also have a FIXME comment there. With the patch we fix the problem and you can again move the last line on top of the lines. Resolves: #16531 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I7fe69397ba595a6b2aec8cdfba05b286f3b8ebe4 Reviewed-on: https://review.typo3.org/20455 Reviewed-by: Simon Schaufelberger Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Jigal van Hemert authored
The settings em_wsdlURL and em_mirrorListURL are not used anymore in the Extension Manager and should be removed. Change-Id: I70003ac547cb0cc9bfcf47bc90e174e280b30052 Resolves: #48179 Branches: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/20807 Reviewed-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Felix Kopp authored
View should guide users and always prompt the current status. File list has been lacking a main headline - until now. Change-Id: Id3d2d1963bbedf917d2e8bc8f7756c10a026512e Resolves: #48380 Releases: 6.2 Reviewed-on: https://review.typo3.org/20906 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Philipp Gampe authored
parseAddresses should return an array of email addresses ready to be feed into swiftmailer. If an empty string is passed to the function, then it returns "@localhost", which is not a valid email. Swiftmailer will throw an exception "Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2." This happens in ContentObjectRenderer->sendNotifyEmail() which is in turn used by the frontend login forgotten passwort form. Skip any addresses without a mailbox given. Resolves: #48247 Releases: 6.2, 6.1 Change-Id: If8724416b3451417db7729dc81abdbd068dc8b10 Reviewed-on: https://review.typo3.org/20839 Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- May 18, 2013
-
-
Felix Kopp authored
The global js/ directory should be resolved. Moves several files to EXT: backend that are only used in EXT: backend classes. Change-Id: I79c80f60699750a5aff46ac554cb8d92c8a37236 Resolves: #48063 Releases: 6.2 Reviewed-on: https://review.typo3.org/20644 Reviewed-by: Thomas Maroschik Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Felix Kopp authored
Brings the share web font to backend. Following TYPO3 styleguide and typo3.org website. Share font is used for module headline only. Change-Id: Id6f1ff9b7971dff7192928df68677b5a98485cb8 Resolves: #36017 Releases: 6.2 Reviewed-on: https://review.typo3.org/20654 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Felix Kopp authored
Backend had been dense for a long time. With larger screens come more opportunities. Increases vertical and horizontal spaces. On our way to a backend with less clutter and more space this is the initial spark. This patch follows the 12px backend grid raster. Change-Id: I350a772ee2a52b8b5aed18dbdd44f340b9c17950 Resolves: #48376 Releases: 6.2 Reviewed-on: https://review.typo3.org/20894 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Due to the introduction of jQuery in the Install Tool the select/deselect is broken. Remove the inline onclick event and put the new logic in install.js Change-Id: I74602929c2097c111dbad0ef02743bd69ad2c189 Resolves: #48168 Releases: 6.2 Reviewed-on: https://review.typo3.org/20897 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Francois Suter Tested-by: Francois Suter
-
- May 17, 2013
-
-
Philipp Gampe authored
It is impossible to assign all modules to a single user, because the DB field is too small. Saving such a record will result in a DB error and a truncated modules list. Solution: Change to field from varchar(255) to text to support a larger number of modules. This change requires a DB compare to become active. The fix is simply not present otherwise, but also don't affect existing installations in any way. Resolves: #16762 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I67b2ed6b650f9eaf5bdcc9ef81ce93cbbdc54b7f Reviewed-on: https://review.typo3.org/20885 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Wouter Wolters authored
template.php is removed from core. Rename this to \TYPO3\CMS\Backend\Template\DocumentTemplate Change-Id: Ie8378f4951abdfc825c1222861253228ae66e350 Resolves: #48372 Releases: 6.2 Reviewed-on: https://review.typo3.org/20883 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Felix Kopp authored
Deleted the former central template file "template.php". Template.php was deprecated and is scheduled for removal. All remaining references to template.php are updated. Template.php had only be referenced within comments. Change-Id: I07b499b45d9bc83adcc9ea4ff10eae7aaa18c7d4 Resolves: #48122 Releases: 6.2 Reviewed-on: https://review.typo3.org/20725 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Wouter Wolters authored
Change-Id: Ib318961b792e21993c02e95693deb68abf3fd046 Reviewed-on: https://review.typo3.org/20881 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Alexander Opitz authored
The PHP function dirname returns an dot if the given filename do not have a path included. On this path we pre- and append a slash as directory seperator and this leads to /./ for the identifier. By handling the dot and replace it with a single slash we get the clean identifier we need. The result of dirname shouldn't be empty, but we also will replace this with a single slash. The problem didn't occured yet, as we didn't saved the resulting file object in the index, which was changed by #46595 Reproducing: * select the default LocalStorage root directory (fileadmin/) * Upload a file * Look in the sys_file table you have 2 entries without this patch. Resolves: #47705 Releases: 6.2, 6.1, 6.0 Change-Id: I1c927fe768e3b622fde8d9f6665f78bf277b46f7 Reviewed-on: https://review.typo3.org/20348 Reviewed-by: Peter Niederlag Tested-by: Peter Niederlag Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Stanislas Rolland authored
Problem: You can not expand newly created, collapsed IRRE records which have a RTE field. Solution: Adapt RTE to modified way of hidding IRRE nested element. Revolves: #44617 Releases: 6.0, 6.1, 6.2 Change-Id: I262056af820054a168e695b01270463d56ea7b18 Reviewed-on: https://review.typo3.org/20871 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-