- 01 May, 2013 9 commits
-
-
Most html templates in backend are used in one extension only. Those templates should be held in extension context to reduce dependencies. Creates extbase/flow directory structures. Change-Id: I7638092b695d36c4cea2a2755d8285bf92114bb0 Fixes: #47786 Releases: 6.2 Reviewed-on: https://review.typo3.org/20374 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Affected extensions: extra_page_cm_options, feedit, func_wizards, impexp, lang, lowlevel, reports Change-Id: I5f2a232d0fc27b66c3c1efbd6258a1055366ed14 Resolves: #47793 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20383 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
In backend headline tags should follow the semantic hierarchy. Also for styling of headlines the hierarchy should be clear. This patch brings semantically correct headline hierarchy for all core backend modules and functionality: H1 through H4. Also eases the migration path to include front-end css framework. Change-Id: If91ec834098752ff4f7c30b0701cace578a2afd1 Fixes: #47785 Releases: 6.2 Reviewed-on: https://review.typo3.org/20373 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I0156c664bc24681456eddfcc5cb229a86a4acbce Reviewed-on: https://review.typo3.org/20387 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I2b063ebeb88f1d059900c1eb75f8c22308753fb3 Resolves: #47795 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20386 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
This catches most old empty class files from ext:cms. The rest needs to be taken care of in single patches. The patch also changes all old mentions of the old class names, mostly comments are affected. Change-Id: I2b8ebfad178001c7bc8def967c01a56ae113c029 Resolves: #47792 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20381 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: Ia296de9a9b3dca1104b2c62092ed8b405b75205b Reviewed-on: https://review.typo3.org/20384 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: Ia1d98cfbd904934c651946ad30ab6dcba367dc3f Resolves: #47763 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20367 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I27b618079336f38185618497a19c27e9671aa467 Reviewed-on: https://review.typo3.org/20380 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 30 Apr, 2013 4 commits
-
-
Christian Kuhn authored
Change-Id: Iefd71734d9c84058c99a6f18b32f181dba9bf8b6 Reviewed-on: https://review.typo3.org/20366 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Some classes in t3lib were not moved to namespaces and deprecated with 6.0. Those are now removed: * t3lib_ajax is scheduled for removal and unused * t3lib_install is only referenced in dbal from an unused hook, cleanup for dbal will follow * t3lib_readmail is scheduled for removal and unused * t3lib_syntaxhl is scheduled for removal and unused * t3lib_userauthgroup is scheduled for removal and unused * t3lib_xml is scheduled for removal and unused * t3lib_http_request is scheduled for removal and unused, the additional require_once is included in the new class location * t3lib_mail_mailer is scheduled for removal and unused * t3lib_mail_message is scheduled for removal and unused, the additional require_once is included in the new class location Change-Id: Ic7688d89e62c659000f81a53b47beaf73e455ada Resolves: #47761 Releases: 6.2 Reviewed-on: https://review.typo3.org/20364 Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
With the switch to namespaces content of most class files were extracted from t3lib to other extensions like core or backend and the classes were renamed. The original files were kept as dummys since 6.0 as a last convenience layer for extensions that still used require or require_once of core files manually instead of the class loader introduced with 4.3 to not make those extensions fatal. These dummy files are now finally removed. Be aware that *using* old class names like 't3lib_div' is still possible with the class_alias mechanism in the class loader, the only change is now, that manually requiring core files is not possible anymore. The alias mechanism is *not* removed with 6.2. Extension authors should just *remove* require and require_once calls, the core will take care of finding the correct class name on instantiation and static usage. This first patch removes only those files from t3lib, that contain only the deprecation comment and a require of the new file location. Change-Id: I874fe47dbd80f43023d0e10686917351f5a1024e Resolves: #47754 Releases: 6.2 Reviewed-on: https://review.typo3.org/20363 Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik Reviewed-by: Felix Kopp Tested-by: Felix Kopp Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Change-Id: Icb60d6ab5725da2ffe5f67c2b0dcf02280a91ab3 Releases: 6.1, 6.0, 4.7 Fixes: #46829 Reviewed-on: https://review.typo3.org/20002 Reviewed-by: Markus Klein Reviewed-by: Michael Stucki Tested-by: Michael Stucki
-
- 29 Apr, 2013 14 commits
-
-
Christian Kuhn authored
Change-Id: Ie7d4510538a54fb6f4c2c5fe07d00cad940e5157 Releases: 6.2 Reviewed-on: https://review.typo3.org/20339 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: Ie7118ed0fb6c2f2259f99a9004271ac1b3d384e3 Reviewed-on: https://review.typo3.org/20337 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
For backwards compatibility we keep versions of the CSS Styled Content TypoScript configuration files selectable as rendering template. The current setup.txt and constants.txt are just copied into the 6.1 folder. After this change the branches may diverge. Change-Id: Ieb02fddd7de4ee41a8b91bbf5a1dd583257de13d Resolves: #47717 Releases: 6.2 Reviewed-on: https://review.typo3.org/20332 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: Ie3f2de1858dee38f29e6f2b75f77f0ad107d0636 Reviewed-on: https://review.typo3.org/20330 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: Ia86b181b04b48a7b2e1b8995ed453f20cdbda3bc Reviewed-on: https://review.typo3.org/20327 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
The [db][host] setting can contain a hostname, followed by a colon and a port. This was ok with mysql, as it accepted host and port in one parameter. With the switch to mysqli, host and port must be given as single parameters, forcing the core to split host and port. This can fail especially if the host is an ipv6 address. In order to separate this in a better way, the new "port" parameter in TYPO3_CONF_VARS DB is introduced. If set, the host will not be splitted by colon anymore, but host and port setting will be used as given. Resolves: #47455 Releases: 6.2, 6.1 Change-Id: I3096d166e574d9b6045ac92ed3dc8b2c48ef94d2 Reviewed-on: https://review.typo3.org/20093 Reviewed-by: Daniel Hürtgen Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* missing punctuation between "upload_max_filesize=xxx" and "By default..." * letter "Y" should be lowercase in: "(You can alter the TYPO3 defaults..." Change-Id: I1181c8d187c179db742ca439cbaca8cb531455ec Fixes: #47656 Releases: 6.2, 6.1 Reviewed-on: https://review.typo3.org/20264 Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Wouter Wolters authored
When you select a group in the filter and filter it, then switch to another backend module. If you then go back to the beuser module the group is not set as selected. Change-Id: Ia97094f9bfc645b42527d0b8cf12bca813dac433 Fixes: #42901 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/20283 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Christian Kuhn authored
This reverts commit 867e074d The enable/disable feature for the scheduler list view in its current form is half baked and usability wise worse than before and reverted now before the release of 6.1. Reasons are, that the button only works in special cases as expected, for example it does not change / work if a task is set to 'single execution' or if a task is beyond 'end date'. Maybe the list overview needs to be restructured a bit to make this feature usability wise more straight. Change-Id: I36b5b87ced3fe2769f26bce9a4445d26e5bf1909 Relases: 6.2, 6.1 Related: #25631 Reviewed-on: https://review.typo3.org/20307 Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: Ib687dc64154b9f2f1f51953775c22c6613c44daf Reviewed-on: https://review.typo3.org/20305 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I156e1fe8f73b3f44bb1abe14bba93c7a6992da43 Reviewed-on: https://review.typo3.org/20301 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
The background color of the main body content is defined as a light gray. To improve readability for content the background color is lit up. Fixes: #47562 Releases: 6.2, 6.1 Change-Id: Ib7c9e3be4aba0069cda537071447bbaefdf39883 Reviewed-on: https://review.typo3.org/20140 Reviewed-by: Soren Malling Tested-by: Soren Malling Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Due to obsolete phpDoc comments, BackendUtility::helpText() was deprecated while it is still used in the Core. Update phpDoc comments and remove deprecation. Resolves: #47681 Releases: 6.0, 6.1, 6.2 Change-Id: I2ddc42b5c3082d22f031e2710614f749323da550 Reviewed-on: https://review.typo3.org/20285 Reviewed-by: Steffen Roßkamp Tested-by: Steffen Roßkamp Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Changes 'freettype' to 'freetype' Change-Id: I257cbe5fb084aa490fc73075911facd494e68346 Resolves: #47687 Releases: 6.2, 6.1 Reviewed-on: https://review.typo3.org/20290 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 28 Apr, 2013 2 commits
-
-
Wouter Wolters authored
The documentation is now located at docs.typo3.org. Update the URL accordingly. Change-Id: Ib9b102e0705742fe0b1498f6a7c22cbc0d23a333 Resolves: #47621 Releases: 6.2, 6.1, 4.7, 4.5 Reviewed-on: https://review.typo3.org/20226 Reviewed-by: Christopher Tested-by: Christopher Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Anja Leichsenring authored
Change-Id: Ic74546d918915ea63d688abedeedc8fe4909e528 Reviewed-on: https://review.typo3.org/20246 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 27 Apr, 2013 5 commits
-
-
Jigal van Hemert authored
System extensions are shipped with the same version number as the TYPO3 release they belong with. Also the dependency should be sett accordingly to make clear they are not to be used with other releases. Change-Id: I575e19bb2f2c1d0a6ee27753ec2e05dee1b2e42e Fixes: #47644 Releases: 6.2 Reviewed-on: https://review.typo3.org/20234 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
The iteration over columns in the page module layout view expects arrays. Since it might happen, that there is no element for a particular column, variables need to be initialized with an empty array. Change-Id: I63b4b26a87f1520139c9d66d0c096a78d39e409c Fixes: #47529 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Reviewed-on: https://review.typo3.org/20229 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Christian Kuhn authored
Change-Id: I21f5a57ac8b0f90c7c16af39ad882feb3243e720 Releases: 6.2, 6.1 Reviewed-on: https://review.typo3.org/20227 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Anja Leichsenring authored
Change-Id: I8b70b4433a00f24f058cc300e89a4bc1a53ec14c Reviewed-on: https://review.typo3.org/20213 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Anja Leichsenring authored
Change-Id: I6981a832bcb32d43233521d5468092285760f73f Reviewed-on: https://review.typo3.org/20210 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 26 Apr, 2013 1 commit
-
-
Change-Id: I9de85dcc9543f0922b2b62ffdb66d9f62706a194 Releases: 6.2 Reviewed-on: https://review.typo3.org/20199 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- 25 Apr, 2013 4 commits
-
-
TYPO3 Release Team authored
Change-Id: Id17c8f8ba7d127f8f4fdc69df4efd64d67cecfda Reviewed-on: https://review.typo3.org/20145 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
TYPO3 Release Team authored
Change-Id: I6c17a37eb743c935e2388b1c38d5141d4ccac888 Reviewed-on: https://review.typo3.org/20144 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
TYPO3 Release Team authored
Change-Id: I69dde82e276fc9dbf44b82400f7e0743aa3ecf5c Reviewed-on: https://review.typo3.org/20143 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
Change-Id: I8375c8a3880d2de2df06c81aa21f056a0d6289a7 Releases: 6.1 Resolves: #42321 Related: #47037 Reviewed-on: https://review.typo3.org/16138 Reviewed-by: Markus Klein Reviewed-by: Anja Leichsenring Reviewed-by: Wouter Wolters Reviewed-by: Stefan Neufeind Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
- 24 Apr, 2013 1 commit
-
-
Georg Ringer authored
Reduce the severity if an internal flag is set and the a backend user is logged in. Resolves: #43735 Related: #43506 Releases: 6.1, 6.0, 4.7, 4.5 Change-Id: Ifd78f67d38b87180ab60df05167974705ee90352 Reviewed-on: https://review.typo3.org/17020 Reviewed-by: Stefan Neufeind Reviewed-by: Markus Klein Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-