- May 15, 2012
-
-
Felix Kopp authored
EXT: indexed_search $TCA for table index_config is only loaded when EXT: crawler is installed but $TCA must always be included. Removes condition to limit $TCA inclusion. Change-Id: I9768ae18c40fa95084fbca54880ffc7b31e1f0a1 Fixes: #32815 Releases: 4.7, 6.0 Reviewed-on: http://review.typo3.org/11145 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Markus Klein authored
tbl_pages.php references non-existing labels. Actually they have different names. Change-Id: I9b89fd5dcc7355480e534c2b48130a8461f03ef4 Releases: 6.0, 4.7, 4.6, 4.5 Fixes: #37158 Reviewed-on: http://review.typo3.org/11178 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- May 14, 2012
-
-
Stefan Galinski authored
Change-Id: I0518d9dd06c7d126dfe5d885e4b2751b7e7462b6 Releases: 6.0, 4.7, 4.6, 4.5 Fixes: #36459 Reviewed-on: http://review.typo3.org/11138 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Roland Waldner authored
on metrics.typo3.org the violations drilldown says that is 1 violation against "FunctionCallArgumentSpacingNoSpaceAfterEquals" and 1 violation against "FunctionCallArgumentSpacingNoSpaceBeforeEquals": both in typo3/alt_shortcut.php. this should be fixed. after that i guess these 2 coding guidline sniffs could be activated in the CI-server jobs? Change-Id: I4ff9d4f57f97e2f502088d8d6026544615331cd6 Fixes: #37139 Releases: 6.0 Reviewed-on: http://review.typo3.org/11157 Reviewed-by: Roland Waldner Tested-by: Roland Waldner Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Roland Waldner authored
on metrics.typo3.org the violations drilldown says that are 2 violations against "ArrayBracketSpacingSpaceBeforeBracket" in tests/Unit/t3lib/utility/ class.t3lib_utility_mailTest.php. this should be fixed. after that i guess this coding guidline sniff could be activated in the CI-server jobs? Change-Id: I6fb7c6b67611ebac903466b28c7c473b3d36ee51 Fixes: #37141 Releases: 6.0 Reviewed-on: http://review.typo3.org/11159 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Roland Waldner authored
on metrics.typo3.org the violations drilldown says that are some violations against: LogicalOperatorSpacingNoSpaceBefore (19) LogicalOperatorSpacingNoSpaceAfter (18) LogicalOperatorSpacingTooMuchSpaceAfter (17) LogicalOperatorSpacingTooMuchSpaceBefore (6) this should be fixed. after that i guess these coding guidline sniffs could be activated in the CI-server jobs? Change-Id: Iffe732fdb94992f814dfaa8e34ccb04d71d8bd7d Fixes: #37142 Releases: 6.0 Reviewed-on: http://review.typo3.org/11160 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- May 13, 2012
-
-
Tolleiv Nietsch authored
Some of the most basic functions should be covered with unit tests. The change creates tests for inList, expandList, rmFromList and uniqueList. Change-Id: I0fd1e47d7aec96e950b69b4c44898e55920ff4fd Resolves: #36968 Releases: 6.0 Reviewed-on: http://review.typo3.org/11089 Reviewed-by: Oliver Klee Tested-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- May 12, 2012
-
-
Christian Kuhn authored
Remove the hurdle that class names in ext_autoload (the key part of the returned array) have to be lower cased. The patch adds two tests, the first one expects that a case sensitive class name in ext_autoload.php in actually lowercases before it is written to the autoload cache file. It fails if the autoloader patch is not applied. The second tests that camel cased classes can be successfully autoloaded. Change-Id: I2ccf916d43a288a520f6f89e9002bdc4df2da0b2 Resolves: #37110 Releases: 6.0 Reviewed-on: http://review.typo3.org/11148 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Philipp Gampe Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
- May 10, 2012
-
-
Ingo Renner authored
Some tasks may want to provide the user with information about how far progress of their jobs has come. Currently there is no way to do this in a nice way. The existing method getAdditionalInformation() does not allow to output HTML. Fixes: #36802 Releases: 6.0 Change-Id: I86877b3a3ec70e8c6ef5deae7e54442c35afada3 Reviewed-on: http://review.typo3.org/10946 Reviewed-by: Philipp Gampe Reviewed-by: Nikolas Hagelstein Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Felix Kopp authored
Adds min-width to content elements in page backend module to fix problem with line breaking icons. Change-Id: Id66622c91433782e0813b6fb20097fa7a0c48793 Fixes: #35962 Releases: 6.0 Reviewed-on: http://review.typo3.org/10390 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Galinski Tested-by: Stefan Galinski
-
Thorsten Kahler authored
CGL cleanup: this patch replaces a space indentation in two SQL statements with tabs. Change-Id: I88d4461a635fcadb3725a9c5178b439298356374 Resolves: #36871 Related: #37020 Releases: 6.0 Reviewed-on: http://review.typo3.org/11128 Reviewed-by: Thorsten Kahler Tested-by: Thorsten Kahler
-
Stefano Kowalke authored
This is a follow up to #36871. Some whitespace indentions came back into core. This patch removes them. Change-Id: Iabc8eb2fed79ae6de8e8e9e12fcdb7a5bcb65a40 Related: #36871 Resolves: #37020 Releases: 6.0 Reviewed-on: http://review.typo3.org/11120 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- May 09, 2012
-
-
Francois Suter authored
The calculation of the page cache expirationy timestamp based on property config.cache.xx = table:yy fails in some specific scenarios, name when there are records having either a start time in the future but no end time, or an end time in the future and no start time. Contrary to what is being done so far, calculation must be performed separately for each time field to avoid interferences. Change-Id: I4e4e259083a10f7125760d14ede11ff6a68022fe Fixes: #35684 Releases: 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/10156 Reviewed-by: Philipp Gampe Reviewed-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Xavier Perseguers Reviewed-by: Francois Suter Tested-by: Francois Suter
-
Philipp Gampe authored
Removing one column was forgotten which results in an SQL error while inserting the static data. Change-Id: Ia54b7fc3121f6a50620d64223d610d633b3c76f0 Fixes: #34692 Releases: 4.7,4.8 Reviewed-on: http://review.typo3.org/9516 Reviewed-by: Markus Klein Tested-by: Markus Klein Tested-by: Oliver Hader Reviewed-by: Sebastian Fischer Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
- May 08, 2012
-
-
Helmut Hummel authored
This change also cleans up some comments and the existing unit test. Change-Id: Ifb80b7b6f70d06f6531656c579e673a0b0e5ad0b Resolves: #36942 Releases: 6.0 Reviewed-on: http://review.typo3.org/11068 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Franz Koch authored
Currently the suggest wizard only searches through the label fields of the records. In some setups other data might be useful to find records. The patch adds an configuration option to extend the wizard configuration to include further fields into the search. Change-Id: I14e88912a664195467502678eedb3bcdb9e4cf5f Resolves: #36780 Releases: 6.0 Reviewed-on: http://review.typo3.org/10930 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Felix Kopp authored
Removes page action related icons from the docHeader in work area within page module: * Create new page * Move page * Page history and within list module: * Up one level * Hide/unhide * Move page Also removes "New content element" from page, these are added to columns. Change-Id: I6bf996437e7af6e2149e6962990af2580655eced Fixes: #34705 Releases: 6.0 Reviewed-on: http://review.typo3.org/10115 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Georg Ringer authored
The page module should also list the content elements with language set to "All" Change-Id: I6d8aaf4829a70b3945508884d9a09cf23d1e4842 Resolves: #24087 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/9840 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Andreas Otto Tested-by: Andreas Otto Reviewed-by: Max Roesch Tested-by: Max Roesch Tested-by: Klaus Weidenbach Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Jigal van Hemert authored
FAL needs mime type info. Use fileInfo functions here and make fileinfo PHP extension mandatory. Change-Id: If6fc39d4b42e0264927ecf6918e7deeb7ef9823c Fixes: #36706 Releases: 6.0 Reviewed-on: http://review.typo3.org/10914 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Max Roesch authored
The user rights have checks for new / edit / delete, but paste was missing leading to an error. Page actions 'paste into' and 'page after' now checks if the user has rights for adding new pages to the current page. Change-Id: Ief80a511d61ba386d667c62263d6f5335d1c87b8 Fixes: #33546 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/10483 Reviewed-by: Kilian Hann Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Felix Kopp Tested-by: Felix Kopp Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Georg Ringer authored
Because of using a wrong variable for checking, it is impossible to use a custom Swift_Transport implementation. Change-Id: Id1a337581642414ff8007de06e7d2e7df153cd79 Resolves: #36937 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/11062 Reviewed-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- May 07, 2012
-
-
Christian Kuhn authored
This cli process code at the end of typo3/init.php could never be reached since valid keys are already checked before and 'status' is not registered as valid key. This code snipped is dead for a long time now and did not work for ages. The information was semi useful and undocumented. It is removed without substitution. Change-Id: I97db67b18e414ca2b75ae9fcac2a1e892fad2a26 Resolves: #36936 Releases: 6.0 Reviewed-on: http://review.typo3.org/11061 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
The constant refactoring of #36889 introduced a minor issue with not already defined constants early in install/index.php. The constant access is not really needed anyway, so it is removed now. Change-Id: Ic16fbb4106d8773b94bc2c4aa7ecc937e19ab4d2 Related: #36889 Resolves: #36935 Releases: 6.0 Reviewed-on: http://review.typo3.org/11060 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I22b49acdb7e45be062719f6f736229ebc16a88ca Resolves: #36933 Releases: 6.0 Reviewed-on: http://review.typo3.org/11058 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: If970314ff552ae1b64469ea2ecca2052dc70987e Resolves: #36932 Releases: 6.0 Reviewed-on: http://review.typo3.org/11057 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I199f1cf186402c354ca0c2482c006f862409a1de Resolves: #36931 Releases: 6.0 Reviewed-on: http://review.typo3.org/11056 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I13b0b178fe06a4a1d331b8365401229a58d07b48 Resolves: #36929 Releases: 6.0 Reviewed-on: http://review.typo3.org/11055 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Ie27db5a6601a73459fa07e5a191d6b887a65242e Resolves: #36928 Releases: 6.0 Reviewed-on: http://review.typo3.org/11054 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I4399c4c4d2a4eca02e40c46133ee07b6ba3d5348 Resolves: #36902 Releases: 6.0 Reviewed-on: http://review.typo3.org/11042 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I12ebcbd0014121369c6a93e63dba137774e7c5bb Resolves: #36897 Releases: 6.0 Reviewed-on: http://review.typo3.org/11040 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Ib685cbbf39d9f025acc222116cf83ed49bf55867 Resolves: #36927 Releases: 6.0 Reviewed-on: http://review.typo3.org/11053 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Introduce a class to define main constants and all basic path evaluations at an early point in bootstrap. The patch streamlines a lot of the duplicated code for the different entry points to TYPO3 and moves especially the path handling to a well documented central location. Until now, it was documented that is is possible to define own names for the directories "typo3/", "tslib", "typo3conf/" and "t3lib/". This never worked without core hacks and was probably never used in production by anyone for that reason. This feature is now officially dropped. Change-Id: Id1ec1082a2572f20500c23357ef5fdbdb05c8498 Resolves: #36889 Releases: 6.0 Reviewed-on: http://review.typo3.org/11030 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I599ecfd602da9ebc4a7778eb65701a1b4c6dfba2 Resolves: #36895 Releases: 6.0 Reviewed-on: http://review.typo3.org/11034 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Iab137d8c601aa543abdd5dcf4aeae55454a77fd4 Resolves: #36886 Releases: 6.0 Reviewed-on: http://review.typo3.org/11028 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I8a8b4340a568bde06eaf5bd0de8c654eebdcf8dd Resolves: #36900 Releases: 6.0 Reviewed-on: http://review.typo3.org/11041 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I9ed6c40c406632546c6376175295449d3f0fc9e2 Resolves: #36926 Releases: 6.0 Reviewed-on: http://review.typo3.org/11052 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Marco Huber authored
In the content element "Menu/Sitemap" it would be nice to be able to select the root page for the sitemap, because the current menu type "Sitemap" always uses the tree root. We could enable this with introducing a new menu type "Sitemaps of selected pages". Change-Id: Ia71dc2486a173c9c4b0aaf7293639b323dee35dd Resolves: #35945 Releases: 6.0 Reviewed-on: http://review.typo3.org/10388 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Max Roesch Tested-by: Max Roesch Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
- May 06, 2012
-
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I301aa2ee3d1ddcbe8395c98a6a8edb5ac0221796 Resolves: #36903 Releases: 6.0 Reviewed-on: http://review.typo3.org/11043 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I26a662b3da0e23e63e7e81abcf2844bb8df01fcd Resolves: #36888 Releases: 6.0 Reviewed-on: http://review.typo3.org/11029 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Wouter Wolters authored
When the Slider Wizard is used in a flexform the value is given as XML, which is not handled correctly. When the Slider is used in a flexform, retrieve the value with t3lib_flexformtools. Change-Id: Ifeb9f29fe356d062f027f7fba32f912d66743e24 Fixes: #34012 Releases: 4.5,4.6,4.7,6.0 Reviewed-on: http://review.typo3.org/9932 Reviewed-by: Claus Due Reviewed-by: Arjen Hoekema Tested-by: Arjen Hoekema Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-