- Jun 23, 2013
-
-
Zbigniew Jacko authored
Set z-index for clear.gif, so a backend user can select the text inside input fields. Now it's also possible to set focus on the input field by clicking at the beginning of it. Fixes: #34042 Releases: 6.0, 6.1, 6.2 Change-Id: Icacbaf99d46da979a4eae715f97108df39e0728e Reviewed-on: https://review.typo3.org/21592 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Soren Malling authored
Exclude specific doktypes from the pagetree by setting a configuration in a user/group TSconfig Example: Exclude "Folder" pages options.pageTree.excludeDoktypes = 254 Example: Exclude "Folder" and "Standard" pages options.pageTree.excludeDoktypes = 254,1 Resolves: #49279 Releases: 6.2 Change-Id: I806c9892b07382ce424f656234b6992b349885f1 Reviewed-on: https://review.typo3.org/21520 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Markus Klein authored
Resolves: #49267 Releases: 6.2 Change-Id: Iffe09f072bda483ffa5f5be766ff0e84c3e025de Reviewed-on: https://review.typo3.org/21604 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Andre Hähnel authored
This hook for tsfe::checkEnableFields allows extensions to provide additional rules for page visibility when parent pages have "extend to subpages" activated. Change-Id: I6ef68802058863c9629333b59c0806dd2ab6c471 Resolves: #48981 Releases: 6.2 Reviewed-on: https://review.typo3.org/21306 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Anja Leichsenring authored
The directory is gone, so the constant is not needed anymore. Resolves: #49348 Relates: #49342 Releases: 6.2 Change-Id: I0ecec0dfd985b534e3357b175d6dd1e00cc0e4bd Reviewed-on: https://review.typo3.org/21599 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Core version 4.5 introduced UTF8 only for charset conversion, and accepted a fallback under special circumstances. The fallback was removed with 4.7. This setting is now finally fully removed from the configuration and not taken into account anymore. Change-Id: Ic347c3decb985ec63eb499d5d75827fc7f1f7a8a Resolves: #49336 Related: #49299 Related: #34092 Releases: 6.2 Reviewed-on: https://review.typo3.org/21584 Reviewed-by: Markus Klein Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Visay Keo authored
When a text is linked to a file using RTE link wizard, linkvalidator will detect it as internal link. The validation check for internal page when it is a file will always fail. This patch just skip validation if it finds a link to the file. TODO: * Proper validation of the file need to be applied. Resolves: #49286 Releases: 6.0, 6.1, 6.2 Change-Id: I1b4901e2ac311ae93442fef044e4f7d7ae415753 Reviewed-on: https://review.typo3.org/21534 Reviewed-by: Visay Keo Tested-by: Visay Keo Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Stefan Neufeind authored
Like canBeInterpretedAsInteger but for float. Change-Id: I9a44f2505f3702ef754a45f876a8197d2b6e2afb Resolves: #49144 Releases: 6.2 Reviewed-on: https://review.typo3.org/21447 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Felix Kopp authored
There is no need to add symlink for t3lib. We can strip the line from INSTALL help file. Change-Id: Id5bb17412dc041a50d452734ab6031a7c1b041e2 Resolves: #49346 Releases: 6.2 Reviewed-on: https://review.typo3.org/21598 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Krzysztof Adamczyk authored
Change field subgroup from varchar(255) to text to allow storing more subgroups. Resolves: #36505 Releases: 6.2 Change-Id: Iec8cbc3fa83d03a891d4854fcf67c2418ef39d27 Reviewed-on: https://review.typo3.org/21593 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Philipp Gampe authored
The task edit view misses a delete button similar to the tceforms edit view. Add this button for the edit action. Group the buttons to distinguish close from save and save from delete. Resolves: #48054 Releases: 6.2 Change-Id: I79997357f1069c53398f813fcd3b66f809fc059e Reviewed-on: https://review.typo3.org/20860 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Simple ViewHelper that converts the size of a file to a human readable string. Usage: {fileSize -> f:format.bytes()} Change-Id: Iffb155e209fe0d2e89aae6d93706e994b4b0b8e7 Resolves: #49139 Related: #49128 Releases: 6.2 Reviewed-on: https://review.typo3.org/21436 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Zbigniew Jacko Tested-by: Zbigniew Jacko Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Daniel Hürtgen authored
Applies chaining possibility for set* handling methods within querysettings api. Make sure method chaining like $query->getQuerySettings()->setRespectStoragePage(FALSE) ->setRespectSysLanguage(FALSE) ->setIgnoreEnableFields(TRUE) ->setIncludeDeleted(TRUE); is possible for all methods. Releases: 6.2 Resolves: #47684 Change-Id: I3ce6eb3b100cf7762d885ad28f118a17f3268977 Reviewed-on: https://review.typo3.org/21121 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Jun 22, 2013
-
-
Felix Kopp authored
Moves JavaScript files and their corresponding includes. As a result the t3lib directory is removed completely. Change-Id: I77938f43f15e8293c1439a55b2b7716d764d339b Resolves: #49342 Releases: 6.2 Reviewed-on: https://review.typo3.org/21595 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Anja Leichsenring authored
Releases: 6.2, 6.1 Resolves: #49345 Change-Id: I05b62e01e0115e854eb6202a4198ac7ec888f843 Reviewed-on: https://review.typo3.org/21596 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Piotr Molewski authored
Updated TYPO3_URL_EXCEPTION constant from http://typo3.org/go/exception/v4/ to http://typo3.org/go/exception/CMS/ Resolves: #49066 Releases: 6.0, 6.1, 6.2 Change-Id: Ibfb36aab1a09a016cda2b378a396390573ff1c6d Reviewed-on: https://review.typo3.org/21586 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Chris topher Tested-by: Chris topher Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Christian Kuhn authored
* Remove dummy files * Rename old class names to the new ones Change-Id: I77ea8d6a48d10bc56031231a00999655cbecb487 Resolves: #48155 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20765 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Felix Kopp authored
Page modules brings multiple views to work with multi-language content: columns / language / quick. In columns mode a single translation can be fixated by "language" drop down. Adds ability to edit language overlay record in column view with only one language. Change-Id: I04594461cad4c8e4a0a296111c1a4c40e3263b4c Resolves: #39107 Releases: 6.2 Reviewed-on: https://review.typo3.org/13599 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Felix Kopp authored
Removes last few class file wrappers from /typo3/ folder. Those files were renamed and moved during namespacing. Few references are adapted in comments only. - Please also see removed require_once statement. Change-Id: I25a33aea5adde12ce1bca35e1473ccc1d6ed41b0 Resolves: #48942 Releases: 6.2 Reviewed-on: https://review.typo3.org/21284 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- Jun 21, 2013
-
-
Markus Klein authored
Resolves: #49269 Releases: 6.2 Change-Id: I7f14e04c6bfe538336e1a3dc27c448eeea7a19d0 Reviewed-on: https://review.typo3.org/21583 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Christian Kuhn authored
Support for gdlib version 1 was removed with core version 4.4. The patch removes the last code fragments where the old GFX/gdlib_2 setting was used and activates a key in ext:install to remove the setting from LocalConfiguration. Change-Id: Icec65f13468306b80a575996a23cdbbbd21d715c Resolves: #49335 Related: #22687 Related: #49299 Releases: 6.2 Reviewed-on: https://review.typo3.org/21582 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Markus Klein Reviewed-by: Philipp Gampe Reviewed-by: Stefan Neufeind Tested-by: Markus Klein
-
Christian Kuhn authored
multiplyDBfieldSize was used in the past to extend the size of database fields to cope with UTF8 content if the database did not support it. The setting was deprecated for a long time already and removed from DefaultConfiguration with version 6.0. The patch removes still existing handler code from ext:install. The setting is also removed from LocalConfiguration if found. Change-Id: Ia36b8c05cab8814c91ffa0d8e8afcd4de5c7060b Resolves: #49334 Related: #35923 Related: #49299 Releases: 6.2 Reviewed-on: https://review.typo3.org/21581 Reviewed-by: Philipp Gampe Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Helmut Hummel authored
Cleanup remaining CGL issues after namespace change. Implement some best practices like strict string comparison or dependency injection pattern where appropriate. Last but not least make use of use statements for frequently used class names. Resolves: #48522 Releases: 6.2 Change-Id: I1f03d2fdf53ea7be42455663b36af56bc479fa21 Reviewed-on: https://review.typo3.org/21035 Reviewed-by: Wouter Wolters Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Some configuration settings are obsolete, but they have never been actively removed from LocalConfiguration. The patch introduces a list of obsolete configuration options (like SYS/extCache) to the install tool step controller and silently removes those settings from LocalConfiguration to keep it clean. This also obsoletes some deprecation code within core bootstrap. Change-Id: Id422801f5bbedc0f444a0d905bdbb7d736fd82e8 Resolves: #49299 Related: #49162 Releases: 6.2 Reviewed-on: https://review.typo3.org/21553 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Claus Due authored
This change fixes three occurrences of calls to FlexForm DS processing methods which accept a $fieldName argument but in the current state of the code is given an empty string instead of the $field variable which exists in all three contexts and contains the proper value. Passing the field name along to these sub functions allows hook subscribers to use the field name - among other things. In any case this fixes an unexpected behaviour turning it into an expected one. Resolves: #49331 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I078b0734f3bfa74a9acd61773c5c380f091286f8 Reviewed-on: https://review.typo3.org/21574 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Philipp Gampe authored
Fix a broken unit test: Creating default object from empty value Resolves: #49314 Related: #22045 Releases: 6.2 Change-Id: Iad2582f1949202441086c1d38605be18ac03a20c Reviewed-on: https://review.typo3.org/21563 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Markus Klein authored
After logout $GLOBALS['BE_USER']->user['uid'] is checked. This is done without isset() which triggers a warning, as ->user is unset, if the logout was successful. Resolves: #49327 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: Ia13af7f2a75090050113ff6a5d388b790df0bab1 Reviewed-on: https://review.typo3.org/21569 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Anja Leichsenring authored
Hardcoded linebreak tags in StatusMessages were not resolved to linebreaks, but included into the output. Replacing the <br /> tags with the nl command using the nl2br viewhelper on the message output solves the problem. Releases: 6.2 Resolves: #49266 Change-Id: I07f6dd389df1ce3eedb2b2f957da91f14b8f566f Reviewed-on: https://review.typo3.org/21551 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Markus Klein authored
Change the wording of "loginBefore" label from "Login before" to "Logged in before". This should clarify the meaning of this filter. Resolves: #49318 Release: 6.2, 6.1, 6.0 Change-Id: I1aa15c054630c3f01859fb9ef2a40f3ca0ffad2b Reviewed-on: https://review.typo3.org/21566 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Stefan Neufeind authored
This feature allows multilevel variables as well. Example: plugin.tt_news._DEFAULT_PI_VARS { year.stdWrap.data = date:Y } Change-Id: I49ae6b420f98cf959f95289c99c49d7636a4ba52 Resolves: #22045 Releases: 6.2 Reviewed-on: https://review.typo3.org/14283 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Alexander Schnitzler authored
If using the class info factory to create a class information for DateTime an Exception occurs as the reflection api handles DateTime wrong when reolving constructor arguments. Therefore a custom class info has to be created. Releases: 6.2 Resolves: #49307 Change-Id: Ia463776ff992eb0c91bca84710f934ee282355e5 Reviewed-on: https://review.typo3.org/21557 Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Markus Klein authored
Adding the HTML5 autofocus attribute to the backend login box's username field. Additionally adds the attribute to t3skin too. Resolves: #49228 Releases: 6.2 Change-Id: Ie59a89ae4b4a7d490f1355ce867daa40ea7b2d54 Reviewed-on: https://review.typo3.org/21555 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- Jun 20, 2013
-
-
Christian Kuhn authored
If PHP xdebug extension is loaded, TYPO3 CMS can fail with the xdebug.max_nesting_level default value of 100. This is easily triggered by fluid, and since we have fluid in the install tool we need a check that gives an administrator a nice warning if the nesting level is not set high enough for our demands. Change-Id: I4812e7f47b04219d380d7454d51b2e6b74436b6d Resolves: #49298 Related: #49162 Releases: 6.2 Reviewed-on: https://review.typo3.org/21549 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
The patch cleans up the initialization of the various wizards we have in TYPO3 CMS. Things that are improved: * Add constructor to all controllers * Move language inclusion to constructor * Move init() and sometimes printContent() to the constructor * Make init() protected * Add controller to $GLOBALS['SOBE'] Change-Id: I9783e347a3bf983fae8b6bbbbc972ecf56f31f83 Resolves: #48963 Releases: 6.2 Reviewed-on: https://review.typo3.org/21293 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Christian Kuhn authored
Using 0042 as create mask for files in unit test from issue #49029 triggers a warning and lets the test fail when the test file is removed again. Relaxing the create mask to 0642 solves the issue. Change-Id: I1bfdb344df5160505d853a725584c2a98f30494b Resolves: #49296 Related: #49029 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/21541 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Michel Nederlof authored
Using the edit form for records in a new pop window leads to a JS error, as "top" is not defined in the new window. Resolves: #26588 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I2eab83a2c9df2fed13fd5bcc1c829bf4f2b9a055 Reviewed-on: https://review.typo3.org/21518 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Michael Knabe authored
Set the correct file permissions of files created with FAL according to the fileCreateMask. Change-Id: I4d6562f926cd79a98c3d6b0545a14915c1d7a766 Resolves: #49029 Releases: 6.0, 6.1, 6.2 Reviewed-on: https://review.typo3.org/21336 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Jun 19, 2013
-
-
Christian Kuhn authored
The 'silent' cache framework table upgrade throws a warning that explode() expects a string but an array is given in SqlSchemaMigration getStatementArray(). The upgrade wizard uses a wrong API call, since this method is already called within getExpectedDatabaseSchema() of the helper class. Change-Id: I6cdde020265e730faa07a25ebda41917672ccea7 Resolves: #49265 Related: #49162 Releases: 6.2 Reviewed-on: https://review.typo3.org/21516 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Alexander Opitz authored
The user data from form post submit is broken after install tool rewrite. Instead of using own method to gather data changed to the userInput variable that is set by the calling action. Resolves: #49260 Related: #49162 Related: #49258 Releases: 6.2 Change-Id: I2ce0b5e4bfcb0ef013039297a9186f0f59413b31 Reviewed-on: https://review.typo3.org/21511 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Alexander Opitz authored
After reworking the install tool, the form element identifier was broken. Resolves: #49258 Releases: 6.2 Change-Id: Ia9bae8c23345502ddbd4dd398f523af07dbfa5e1 Reviewed-on: https://review.typo3.org/21510 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-