Activity
From 2012-09-23 to 2012-10-22
2012-10-22
- 22:23 Revision 53f4b4a5: [TASK] Support logger names with namespaces
- Resolves: #41943
Releases: 6.0
Change-Id: Ie9ee6fd200a330d7c78285afc380d1d59d4ec03a
Reviewed-on: http://review.typo3... - 22:22 Revision 0c9bac2d: [BUGFIX] Resolve dependencies for local extensions
- Add the dependency resolving when installing local
extensions with the extension manager.
Cleanup the download contr... - 18:21 Revision ce6ab74e: [TASK] Clean-up EXT: aboutmodules, adapt to "TYPO3 CMS"
- Cleans up the About Modules CSS file (mainly paddings) and terminology
to distinct between "TYPO3" (Association) and ... - 18:11 Revision f66d1636: [BUGFIX] Remove singleton for EXT:form Localization
- \TYPO3\CMS\Form\Localization is a singleton class with constructor
parameters. This is an antipattern and broken by d... - 18:07 Revision ccebb504: [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows
- Problem: The filename created by t3lib_div::tempnam may contain
backslashes.
Solution: Process the file name through... - 18:07 Revision 3440228e: [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows
- Problem: The filename created by t3lib_div::tempnam may contain
backslashes.
Solution: Process the file name through... - 18:03 Revision 7f0696fa: [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows
- Problem: The filename created by t3lib_div::tempnam may contain
backslashes.
Solution: Process the file name through... - 17:58 Revision 34733d1e: [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows
- Problem: The filename created by t3lib_div::tempnam may contain
backslashes.
Solution: Process the file name through... - 17:23 Revision f50483df: [BUGFIX] TCEForms.Suggest wizard in IRRE records
- Currently suggest wizards don't work in IRRE records. This is because of
the missing javascript functions. IRRE eleme... - 17:17 Revision d524fdf3: [BUGFIX] Workspace state change notification email is always in English
- Bugfix I433a744bb377590de444ac8cf960ccfd0b1430db in EXT:workspaces
slightly changed the way the list of recipient ema... - 17:14 Revision 773509a0: [!!!][BUGFIX] Workspace state change notification email is always in English
- The preferred language of the recipient is not taken into account which
bypasses the code used to notify user with a ... - 15:34 Revision 2a0929bc: [BUGFIX] New form wizard not loading in IE8
- Internet Explorer 8 raises an error on JavaScript objects with reserved
words as property names. In the new form wiza... - 15:34 Revision 689f1fbb: [BUGFIX] New form wizard not loading in IE8
- Internet Explorer 8 raises an error on JavaScript objects with reserved
words as property names. In the new form wiza... - 15:31 Revision cf94bfe2: [BUGFIX] New form wizard not loading in IE8
- Internet Explorer 8 raises an error on JavaScript objects with reserved
words as property names. In the new form wiza... - 15:03 Revision cc95602a: [BUGFIX] Workspace state change notification email is always in English
- Bugfix I433a744bb377590de444ac8cf960ccfd0b1430db in EXT:workspaces
slightly changed the way the list of recipient ema... - 14:55 Revision 01efa109: [!!!][BUGFIX] Workspace state change notification email is always in English
- The preferred language of the recipient is not taken into account which
bypasses the code used to notify user with a ... - 14:44 Revision f33a8a0e: [BUGFIX] EM 6.0 doesn't store extension state from TER
- The extension state is stored as text in the TER dump, but stored as
an integer in the database. The correct conversi... - 09:16 Revision 43e2d56c: [BUGFIX] Fix dependency handling of EM
- Through calculation of dependencies the dependency
utility swapped lowest and highest constraint.
Fix that and also ...
2012-10-21
- 17:09 Revision 1d93ada9: [BUGFIX] getFolders() does not return correct keys
- Resolves: #41941
Releases: 6.0
Change-Id: Ia500d4892532a7e5ec7a997f4b3b0c521d22a654
Reviewed-on: http://review.typo3.... - 17:08 Revision c5af44a0: [BUGFIX] Folder: getSubfolders() has no range parameters
- Resolves: #41940
Releases: 6.0
Change-Id: Ie45de7e048950cae42672439f72639813ce423ff
Reviewed-on: http://review.typo3.... - 15:37 Revision 7537481e: [BUGFIX] Storage uses wrong identifier for processing folder
- All absolute identifiers within a storage have to begin with a "/". The
Storage does not respect this for the process... - 15:02 Revision b03b6376: [TASK] CleanUp FileRepository
- Just some CGL, DocComment and variable name
cleanup within the FileRepository
Change-Id: If5cf743f1a3e5ac1e2dc5c7f59... - 14:32 Revision f9a3c607: [BUGFIX] FAL: Misleading default filter array name
- The key for the default filters array in the default configuration of
TYPO3 is callbackFilterMethods. This is mislead... - 09:56 Revision 6d13808e: [TASK] Add information about ThreadStackSize to report status
- There is an information about the ThreadStackSize on Windows systems in
the Install.txt
This information should be d...
2012-10-20
- 22:22 Revision ea901fa0: [BUGFIX] Create upload folder on extension install
- Implement the creation of configured upload folder
and "createDirs".
Releases: 6.0
Resolves: #42145
Change-Id: I495... - 20:05 Revision 8acc007e: [BUGFIX] EM: uploading extension form must go to iframe
- In some browsers the upload form did not go to the iframe for further
processing by JavaScript. Adding a name to the ... - 14:39 Revision 07aca1e5: [TASK] Install tool should inform about suhosin.get.max_value_length
- Change-Id: Ifbf4d901a496ce065c453073bc15cb7f3590fa61
Resolves: #42170
Releases: 6.0
Reviewed-on: http://review.typo3.... - 14:38 Revision a9bc4b2f: [TASK] Remove excludefields at sys_file_reference table
- The TCA for sys_file_reference table configures fields like
hidden, sys_language_uid and alike as "exclude => 1".
Th... - 11:53 Revision 9680802d: [TASK] Cleanup EM Code
- * Use controller arguments for actions
* Simplify contollers
Releases: 6.0
Resolves: #42163
Change-Id: I211d58e0dbb... - 11:40 Revision eb88017a: [TASK] Clean up testcases to use getAccessibleMock() function
- The getAccessibleMock() function was moved to the BaseTestCase class.
For maintenance reasons this function should be...
2012-10-19
- 23:47 Revision f9445136: [BUGFIX] Hide unsafe extensions in EM TER list
- When showing extensions from TER unsafe extensions must not be shown
in the list or search results.
Change-Id: I229e... - 18:32 Revision 247cb43b: [!!!][BUGFIX] Workspace state change notification email is always in English
- The preferred language of the recipient is not taken into account which
bypasses the code used to notify user with a ... - 16:52 Revision 470f47c2: [TASK] Cleanup EM Code
- * Use controller arguments for actions
* Add escaping in viewhelpers
* Remove compatibility files
* Fix some annotati... - 16:11 Revision e813d863: [TASK] Clean-up EXT: aboutmodules, adapt to "TYPO3 CMS"
- Cleans up the About Modules CSS file (mainly paddings) and terminology
to distinct between "TYPO3" (Association) and ... - 15:18 Revision b32e08c1: [BUGFIX] Fix case of tests folder
- Change-Id: I7f6f41e1fb39d4e984883544befbd04610188702
Relates: #41828
Reviewed-on: http://review.typo3.org/15820
Revie... - 15:18 Revision b77171c6: [BUGFIX] Fix case of tests folder
- Change-Id: I7f6f41e1fb39d4e984883544befbd04610188702
Relates: #41828
Reviewed-on: http://review.typo3.org/15819
Revie... - 15:09 Revision 91c1fb08: [TASK] Fix typo: seperator -> separator
- Change-Id: Ie74d480e93693fdbc1d66e6e78efc73719322728
Resolves: #42174
Releases: 6.0
Reviewed-on: http://review.typo3.... - 14:17 Revision bc0771e8: [BUGFIX] Follow-Up to #41828 - Incomplete mocking in tests
- Better mocking in test class to ensure isUsageEnabled() returns TRUE
in all environments and especially in travis.
C... - 13:49 Revision 90df3d08: Revert "[BUGFIX] Property mapper: Exception not thrown but skipped"
- This reverts commit 637f534d70680cdbeb3483b08044c95093e53888
Change-Id: I08cc3c4c890a7a85a0b1818a97cb0c21382989a8
Re... - 12:50 Revision 0432a20e: [BUGFIX] Follow-Up to #41828 - Move test files
- Test files for #41828 should be in Tests/ instead of tests/
Change-Id: I26188b0addae691a2d5c4c8289885303db556d82
Rel... - 12:15 Revision 74c10e03: [BUGFIX] Unit test for saltedpasswords fail
- Change-Id: I858fdf23a71e739c68b757bf486038b6c57d2675
Relates: #41828
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://revi... - 12:09 Revision 2490737a: [BUGFIX] Unit test for saltedpasswords fail
- Change-Id: I858fdf23a71e739c68b757bf486038b6c57d2675
Relates: #41828
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://revi... - 12:08 Revision 22bef485: [BUGFIX] Unit test for saltedpasswords fail
- Change-Id: I858fdf23a71e739c68b757bf486038b6c57d2675
Relates: #41828
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://revi... - 09:04 Revision d210f64b: [BUGFIX] Download as zip must use same filename structure as TER
- Upload in EM assumes <extkey>_<version>.zip, so the download as zip
feature must use the same format.
Change-Id: Ide... - 00:04 Revision cdb8bfbe: [BUGFIX] RTE: Link to disabled page doesn't show in FE, link icon does
- Problem: When linking from a piece of content in the RTE to a disabled
page in the tree, the link isn't shown in the ...
2012-10-18
- 20:43 Revision 1594e9b9: [BUGFIX] Respect newlines in method declarations
- The compatibility class loader currently fails
to match method declarations that go over multiple
lines.
Add the /s ... - 20:24 Revision 9a14bcfd: [BUGFIX] RTE: Link to disabled page doesn't show in FE, link icon does
- Problem: When linking from a piece of content in the RTE to a disabled
page in the tree, the link isn't shown in the ... - 20:19 Revision 2895dc72: [TASK] Make Core\Configuration\ConfigurationManager non static
- To have the possibility to remove dependencies from code that
calls the configuration manager, it has to be made non ... - 20:17 Revision 9ed2c6fe: [BUGFIX] RTE: Link to disabled page doesn't show in FE, link icon does
- Problem: When linking from a piece of content in the RTE to a disabled
page in the tree, the link isn't shown in the ... - 20:01 Revision bfb12dbd: [BUGFIX] RTE: Link to disabled page doesn't show in FE, link icon does
- Problem: When linking from a piece of content in the RTE to a disabled
page in the tree, the link isn't shown in the ... - 19:59 Revision c89bc37f: [BUGFIX] RTE: Words containing umlauts not added to personal dictionary
- Problem: The spell checker must analyze the dictionary file and may
have to update the charset of the personal dictio... - 18:01 Revision f5ae6ec2: [WIP][TASK] Cleanup EM Code
- Change-Id: Ida9010e2eb00013c3a3e855983b58bb7df38c30d
- 17:17 Revision b53b9f1e: [TASK] Make Core\Configuration\ConfigurationManager non static
- To have the possibility to remove dependencies from code that
calls the configuration manager, it has to be made non ... - 16:34 Revision 1ba5cd53: [BUGFIX] Remove EXT:cli from REQUIRED_EXTENSIONS
- EXT:cli was removed and merged with core but the extension key is still in
the list of REQUIRED_EXTENSIONS.
Change-I... - 16:07 Revision f8fc3998: [BUGFIX] RTE: Words containing umlauts not added to personal dictionary
- Problem: The spell checker must analyze the dictionary file and may
have to update the charset of the personal dictio... - 15:42 Revision 1febb8c6: [BUGFIX] Respect newlines in method declarations
- The compatibility class loader currently fails
to match method declarations that go over multiple
lines.
Add the /s ... - 15:34 Revision 2e48486d: [BUGFIX] RTE: Words containing umlauts not added to personal dictionary
- Problem: The spell checker must analyze the dictionary file and may
have to update the charset of the personal dictio... - 14:40 Revision 9d621aaa: [BUGFIX] RTE: Words containing umlauts not added to personal dictionary
- Problem: The spell checker must analyze the dictionary file and may
have to update the charset of the personal dictio... - 14:25 Revision 467755c7: [TASK] Do not cache untouched classes
- Change-Id: I17af8fe88bd950a1622e9ead3ac479243f65dd48
- 13:50 Revision 06dc637b: [BUGFIX] Make old style Widgets work again
- Widgets with underscores in class names do not
work because the subpackage key is not handled
correctly.
Fixes: #421... - 11:20 Revision 700f2b41: [BUGFIX] Fix typo of internally used variable
- This fixes the typo in the word "separate" which is sometimes
spelled "seperate"
Change-Id: I8d1fd098c8889805be33dc2... - 11:06 Revision eda6c94a: Raise submodule pointers
- Change-Id: Ifc1a6705b8d52c0b574ea96eb8c0c779db6861e2
- 11:05 Revision 62006c8b: [TASK] Namespace classes
- Change-Id: Iadcaf51c37904c3a91a2b42baf2892f59fd62457
- 09:52 Revision dabd4963: [TASK][WIP] Move wrong moved files
- Change-Id: Ie91aadd88b0c0c9fe677a699bf9e687551f1b47d
- 00:19 Revision a2e77d02: [BUGFIX] Extension Import not working with postgresql and DBAL
- Do additional code style cleanups on the go.
Change-Id: I6d8732b7b4c979a96b4847a85e3aea52db01fbd3
Fixes: #38406
Rele...
2012-10-17
- 23:52 Revision e95c1ee8: [BUGFIX] Compare feature is broken
- Adding users to Compare list does not work.
Change-Id: I079f0c8cf47213854c1ef358631b6a7c9ecc9260
Resolves: #41233
Re... - 23:43 Revision 879de862: [BUGFIX] Only show download location as configured
- Extension manager shows possible locations to install an Extension.
The options set in the Install Tool must be shown... - 22:44 Revision 61516be6: [TASK] Fix typo: seperator -> separator
- Change-Id: Iba166745b4313a8a963490658866e8c981fa9f01
Resolves: #42104
Releases: 6.0
Reviewed-on: http://review.typo3.... - 22:29 Revision f66d875b: [TASK] Namespace classes
- Change-Id: Iba3f507350419aa7499b295832ca2307d63b7ecd
- 22:25 Revision ee9443bb: [TASK] Namespace classes
- Change-Id: I403aee9d244a65e51547b21dac3b1228ffd3478e
- 22:23 Revision 17b1d657: [BUGFIX] Extension Import not working with postgresql and DBAL
- Change-Id: I496e3729b3c98c85a07e75539de9464f272837e6
Fixes: #38406
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 22:22 Revision a3a7417e: [BUGFIX] Extension Import not working with postgresql and DBAL
- Change-Id: I496e3729b3c98c85a07e75539de9464f272837e6
Fixes: #38406
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 22:22 Revision bd4645c8: [BUGFIX] Extension Import not working with postgresql and DBAL
- Change-Id: I496e3729b3c98c85a07e75539de9464f272837e6
Fixes: #38406
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 22:20 Revision 554e8f89: [TASK] Namespace classes
- Change-Id: Ia7432e1c923826ed58206bca15fb94509adbd508
- 22:19 Revision fc23a260: [TASK] Use language labels in Extension Manager javascript
- Replace text in Javascript by language labels. Fix jQuery behaviour
for update, upload and other icons. Replace some ... - 22:18 Revision 92698350: [TASK] Namespace classes
- Change-Id: I0dd7b71d2a3c2910d842e38e7058c19a3e9f6b69
- 22:12 Revision fa698d47: [TASK] t3lib: Autoloader now named ClassLoader
- Adjust occurence in t3lib which is just
there for compatibility (deprecated).
Change-Id: Ieca152e5a4f21fac4e5473747a... - 22:03 Revision a5fc128b: [BUGFIX] Creating new pages via drag'n'drop respects page TS
- When creating a new page node via drag'n'drop shortcuts in pagetree,
the TCAdefaults.pages array from page TsConfig i... - 21:58 Revision c0ca41c3: [TASK] Namespace classes
- Change-Id: Ib6bbe85fb2189c918f73d63034dd308e03d96d90
- 21:56 Revision 00439102: [TASK] Namespace classes
- Change-Id: Ie63b7ea09bf75bdb77870025524adfd55ce4847f
- 21:51 Revision 416e559a: [TASK][WIP] Move non class code back to source files
- Change-Id: I037a6322ad55b34545df429659d77041e1f58278
- 21:43 Revision eb755dff: [TASK][WIP] Move non class code back to source files
- Change-Id: I1677c621640a512a36424e65bcb974a2d0630507
- 21:43 Revision 222ab205: [TASK][WIP] Move classes to new locations
- Change-Id: I98fe991e91c20d5c028c3d57fa036805452d5ec8
- 21:18 Revision ec3891d8: [TASK][WIP] Move non class code back to source files
- Change-Id: I620d2e61860142cdc89cc83474c95542799961c0
- 21:15 Revision f6ddef08: [TASK][WIP] Move non class code back to source files
- Change-Id: Id1945a84e01424358302f0bb842367e9906a3141
- 21:05 Revision 08912869: [TASK][WIP] Move non class code back to source files
- Change-Id: I916ad5a3a24864a52e945aeb66e6f997b8e6fabd
- 20:58 Revision 864782a3: [TASK][WIP] Move classes to new locations
- Change-Id: Iaae73adcbba323ed5ca903e38f0b2f2e06f497e7
- 20:14 Revision fe3721c2: [BUGFIX] Set class alias also for new class names
- As not all usage of class names trigger the autoloader,
usage of old class names in type hints for example doesn't.
... - 19:03 Revision d198f0a5: [TASK][WIP] Move non class code back to source files
- Change-Id: I89128e41212c066603d89a13ac638c6555b0acbb
- 17:29 Revision 95b99588: [TASK][WIP] Move classes to new locations
- Change-Id: Ieb075524d9897cb612a5e4da55bd375267c4474a
- 17:24 Revision 4823b60d: [TASK][WIP] Move classes to new locations
- Change-Id: I5ab2b907e5700a7ab24bde9ae01effbf32945e96
- 17:21 Revision 05e1d434: [TASK][WIP] Move classes to new locations
- Change-Id: Icb5b23a745add9f9d144aa53ba899f1ad88d42e9
- 17:15 Revision 133bee3e: [TASK][WIP] Move classes to new locations
- Change-Id: I0243aa94f156a4f345a2f6485372cb118641170c
- 16:03 Revision e38ddd2b: [TASK] Streamline EXT: em spacing & add Headline
- Adds a standardized headline to the ExtensionManager backend
end module.
Also streamlines the outer spacing to compl... - 15:40 Revision 2724a929: [BUGFIX] Escape strings for JavaScript usage
- The Preview Controller loads a number of strings in the JavaScript
TYPO3.lang object. These strings must be properly ... - 15:30 Revision e91e4f4c: [BUGFIX] Escape strings for JavaScript usage
- The Preview Controller loads a number of strings in the JavaScript
TYPO3.lang object. These strings must be properly ... - 14:13 Revision e3d5bef8: [BUGFIX] Escape strings for JavaScript usage
- The Preview Controller loads a number of strings in the JavaScript
TYPO3.lang object. These strings must be properly ... - 14:02 Revision a34cd163: [BUGFIX] Escape strings for JavaScript usage
- The Preview Controller loads a number of strings in the JavaScript
TYPO3.lang object. These strings must be properly ... - 11:16 Revision b0f4593d: [BUGFIX] Faulty localization if IRRE is used on pages
- Due to the fact that the pages table has it's own translation
table, pages_language_overlay, localization of IRRE rec... - 06:30 Revision c98d96b0: [TASK] Fix some issues in new logos
- Follow up to which uses the vector graphics as base
instead of manually modified and cropped ones.
Change-Id: I73922...
2012-10-16
- 22:44 Revision 372b66b5: [BUGFIX] Find abstract functions in compatibility loader
- The compatibility class loader rewrites typehints of classes
but fails to find abstract class declarations which end ... - 19:31 Revision 3bbd302f: [BUGFIX] Find abstract functions in compatibility loader
- The compatibility class loader rewrites typehints of classes
but fails to find abstract class declarations which end ... - 15:50 Revision 19163bbc: [TASK] Set TYPO3 version to 4.5.21-dev
- Change-Id: Ib967c36f2e3c2f1db4bd4842d3d5b9421580ca66
Reviewed-on: http://review.typo3.org/15735
Reviewed-by: TYPO3 Re... - 15:49 Revision 9419c2c8: [RELEASE] Release of TYPO3 4.5.20
- Change-Id: I6532876ec0bb9093316a08997d049258611fa0fb
Reviewed-on: http://review.typo3.org/15734
Reviewed-by: TYPO3 Re... - 15:49 Revision 97be4e3d: [RELEASE] Release of TYPO3 4.5.20
- Change-Id: I6532876ec0bb9093316a08997d049258611fa0fb
- 15:41 Revision 528c8bc5: [TASK] Set TYPO3 version to 4.6.14-dev
- Change-Id: Ib23a244f05f394227d526f5f127aa7762ed65dc7
Reviewed-on: http://review.typo3.org/15733
Reviewed-by: TYPO3 Re... - 15:41 Revision 2c038044: [RELEASE] Release of TYPO3 4.6.13
- Change-Id: I211c7fd92d45298c8c67cd8ca4a8cfb5852847ea
Reviewed-on: http://review.typo3.org/15732
Reviewed-by: TYPO3 Re... - 15:41 Revision d16a1d47: [RELEASE] Release of TYPO3 4.6.13
- Change-Id: I211c7fd92d45298c8c67cd8ca4a8cfb5852847ea
- 15:26 Revision fb87e3a6: [TASK] Set TYPO3 version to 4.7.6-dev
- Change-Id: Ibb4ea94283bfecabb3c1f153e1adafd87fbf4f2a
Reviewed-on: http://review.typo3.org/15731
Reviewed-by: TYPO3 Re... - 15:26 Revision 8b896ef1: [RELEASE] Release of TYPO3 4.7.5
- Change-Id: I8bdc49387755b5265430945fcc0917621c0c300d
Reviewed-on: http://review.typo3.org/15730
Reviewed-by: TYPO3 Re... - 15:26 Revision 6686ffc0: [RELEASE] Release of TYPO3 4.7.5
- Change-Id: I8bdc49387755b5265430945fcc0917621c0c300d
- 15:21 Revision 1f278aff: [TASK] Raise submodule pointer
- Change-Id: I24d4648716825debef6f0ed275b1f0226cff47c6
Reviewed-on: http://review.typo3.org/15729
Reviewed-by: TYPO3 Re... - 15:19 Revision 7ab355c2: [TASK] Raise submodule pointer
- Change-Id: Ieabd4808b762a1c13c1a3f34200b3b71f5c9324b
Reviewed-on: http://review.typo3.org/15728
Reviewed-by: TYPO3 Re... - 15:16 Revision 5f09b64e: [TASK] Raise submodule pointer
- Change-Id: I9ced13664b2699f4ff6d7b1eb149a6b525f0ff27
Reviewed-on: http://review.typo3.org/15727
Reviewed-by: TYPO3 Re... - 15:14 Revision e9ca71f5: [TASK] Raise submodule pointer
- Change-Id: If0126092e366e6b9ce712a383e45a6fd4aca75ca
Reviewed-on: http://review.typo3.org/15726
Reviewed-by: TYPO3 Re... - 15:08 Revision c5aec91c: [TASK] Update md5 sums for 4.5.20
- Change-Id: I100d66ab6dd7b491850f52dee2b3e278a166b3e7
Reviewed-on: http://review.typo3.org/15720
Reviewed-by: Steffen ... - 15:08 Revision 2bf92db3: [TASK] Update backend sprites according to rebranding
- Change-Id: Ic992a7bff08e6acd30ce6577f4a1d83b9c2ae8ef
Reviewed-on: http://review.typo3.org/15725
Reviewed-by: Steffen ... - 15:07 Revision 8cfd7251: [TASK] Raise version number for 4.5.20
- Change-Id: I5053a4882aa00f6f5561c572329d9c7a0ea04bfb
Reviewed-on: http://review.typo3.org/15722
Reviewed-by: Steffen ... - 15:07 Revision c03e6f33: [TASK] Raise version number for 4.5.20
- Change-Id: Iea6b8123596fc72da05f0054c66162920a338771
Reviewed-on: http://review.typo3.org/15724
Reviewed-by: Steffen ... - 15:07 Revision 0e7da446: [TASK] Raise version number for 4.5.20
- Change-Id: I0fcd42ac05841564ae97e79dd555277d76f9337d
Reviewed-on: http://review.typo3.org/15723
Reviewed-by: Steffen ... - 15:06 Revision 48088f18: [TASK] Update md5 sum for 4.5.20
- Change-Id: I69490230fd5b15c05a33d8dfe83ed45cad6abc5f
Reviewed-on: http://review.typo3.org/15721
Reviewed-by: Steffen ... - 15:01 Revision 41b73953: [TASK] Update md5 sums for 4.6.13
- Change-Id: Id4bfa9fd549959dc90469a67d05e00302d554e2a
Reviewed-on: http://review.typo3.org/15715
Reviewed-by: Xavier P... - 14:58 Revision f9dc01f1: [TASK] Update backend sprites according to rebranding
- Change-Id: Id4124e96a392f05c37e22d1dc3ce39e0daf08df0
Reviewed-on: http://review.typo3.org/15716
Reviewed-by: Xavier P... - 14:51 Revision b87901e5: [TASK] Update md5 sum for 4.6.13
- Change-Id: I05dcfe5a55dfc4b28f1cd3a422c1c220bf3b00ef
Reviewed-on: http://review.typo3.org/15713
Reviewed-by: Xavier P... - 14:50 Revision 7e61e5c7: [TASK] Update version number to 4.6.13
- Change-Id: Ida5e43b60526d6afa38fca2b6ad0d52b1fef6e49
Reviewed-on: http://review.typo3.org/15711
Reviewed-by: Xavier P... - 14:49 Revision 47774cdf: [TASK] Update version number to 4.6.13
- Change-Id: I7d868c6f257c1a722bb2b1850c4a90b8e985ed28
Reviewed-on: http://review.typo3.org/15712
Reviewed-by: Xavier P... - 14:47 Revision 30878640: [TASK] Update md5 sum for 4.6.13
- Change-Id: I76d12b21a70c46049bd6f92786573aa439325546
Reviewed-on: http://review.typo3.org/15714
Reviewed-by: Xavier P... - 14:43 Revision 2c616203: [TASK] Introduce "TYPO3 CMS" in EXT: about
- Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: I064607c3d45dc3a138df21db91d... - 14:11 Revision 8443a949: [TASK] Update version number to 4.7.5
- Change-Id: I97b3653889d1bdf74a406ba8b2e68db1bab5c715
Reviewed-on: http://review.typo3.org/15705
Reviewed-by: Steffen ... - 14:06 Revision 76fed5ec: [!!!][BUGFIX] Localization fallback does not work in Backend
- The ll-XML parser internally falls-back to English when looking for a
non-existing language translation. This prevent... - 14:06 Revision 3866db47: [TASK] Update version number to 4.7.5
- Change-Id: I1a5c8f9ee4ae80900bb86c1fa0f48db74c69d530
Reviewed-on: http://review.typo3.org/15699
Reviewed-by: Steffen ... - 14:06 Revision 158d500c: [TASK] Update version number to 4.7.5
- Change-Id: I9d3e0920fc5b7b9639751d16c7dfb9bac3a3c686
Reviewed-on: http://review.typo3.org/15700
Reviewed-by: Steffen ... - 14:06 Revision 592501b1: [!!!][BUGFIX] Localization fallback does not work in Backend
- The ll-XML parser internally falls-back to English when looking for a
non-existing language translation. This prevent... - 14:05 Revision f0db7970: [TASK] Update version number to 4.7.5
- Change-Id: I5796c41c474b93c638563f320add61bf30799280
Reviewed-on: http://review.typo3.org/15702
Reviewed-by: Steffen ... - 14:05 Revision 385f22a1: [TASK] Update version number to 4.7.5
- Change-Id: I1b1b4b79523f4dd84d68a947e19f7b08fbcd796d
Reviewed-on: http://review.typo3.org/15703
Reviewed-by: Steffen ... - 14:02 Revision f1f99729: [TASK] Update backend sprites according to rebranding
- Change-Id: Ifb4bf184aa9d2558237fdbe3e92ce6266207ef71
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://review.typo3.or... - 14:02 Revision 579a8069: [!!!][BUGFIX] Localization fallback does not work in Backend
- The ll-XML parser internally falls-back to English when looking for a
non-existing language translation. This prevent... - 13:59 Revision 43a2df00: [TASK] Adjust Logos to new style-guide
- TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ... - 13:57 Revision 5d6bc362: [TASK] Adjust Logos to new style-guide
- TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ... - 13:54 Revision 0f6f3c81: [TASK] Adjust Logos to new style-guide
- TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ... - 12:19 Revision 44fd727e: [BUGFIX] BE user switch impossible when in adminOnly mode
- Enables the switching of BE users when the BE is in adminOnly mode.
Change-Id: Iebae234f4f297f9b85f5deff9d52c409d4d7... - 12:16 Revision c4239fa0: [BUGFIX] Validation of umlaut URLs and mail addresses
- Adds IDN support to t3lib_div's validating methods for email
addresses and URLs.
Change-Id: I0568d2bf9d78a1447d2baf7... - 12:11 Revision 281c2fbc: [BUGFIX] Excludefieds must exclude admin only tables
- The field "allowed excludefields" should not show
fields of tables which are restricted to admins,
either because of ... - 12:09 Revision 2fc76b33: [BUGFIX] undefined variable imgExt
- reducing colors in getImgResource function fails if not using
image-magick
Change-Id: I58a4c14bda731a1f36f04a352cfed... - 12:08 Revision 9ccb0fdf: [BUGFIX] t3lib_iconWorks must check if array exists before using it
- A few places in t3lib_iconWorks use variables as arrays without
checking if they are actually arrays. This leads to w... - 11:52 Revision 9e02e625: [TASK] Introduce "TYPO3 CMS" in EXT: about
- Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: I064607c3d45dc3a138df21db91d... - 11:50 Revision 11b896da: [BUGFIX] Make generated thumbnails browser-cachable
- Thumbnail generation code appends current timestamp in each
invocation of the thumbnail generation script. This is us... - 11:45 Revision cfb68382: [BUGFIX] TCEForms.Suggest wizard in IRRE records
- Currently suggest wizards don't work in IRRE records. This is because of
the missing javascript functions. IRRE eleme... - 11:43 Revision 62adc15b: [BUGFIX] Warning in list module
- The function addElement needs to have an array as third argument.
Change-Id: Ic88b3f246e27f2ab255a0d2017beb9a5d62e6f... - 11:40 Revision 9fccc126: [BUGFIX] Labels should not be removed
- We are not authorized to remove old labels.
Change-Id: Ia1f3db095fa3650a3d791c2bb011b29ab9bf7527
Relates: #41823
Rel... - 11:36 Revision 7e3a01b6: [TASK] Introduce "TYPO3 CMS" in EXT: about
- Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: Id1e9aba5eedaa9da218d3887a71... - 11:14 Revision 8eed688f: [BUGFIX] Endless loop in flushOutputBuffers()
- Change-Id: I87f998211d12f2d7c40a582f8b2c605f2edcaed0
Resolves: #40126
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http:... - 11:13 Revision abf427c9: [BUGFIX] Take versioned record into account for showHidden flag.
- The flag showHiddenPage is set if the requested uid is a hidden page.
The original code always looked at the original... - 11:06 Revision 79beccc5: [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting
- If a searchable TCA field has a sortby setting which contains an empty
string or NULL, then BE Livesearch creates a q... - 10:54 Revision d4cc0ca1: [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes
- Change-Id: I355cfb5ed4d2ebfac26376f5f774dca4d89a0c6c
Fixes: #39820
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 10:49 Revision 51c3f8fb: [BUGFIX] FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
- When using FLUIDTEMPLATE and COA_INT or USER_INT on the same
level and partials are used in the Fluid template, then ... - 10:16 Revision 4dc81873: [TASK] Update version number to 4.7.5
- Change-Id: I2bbaa3cbe8029b3587bdbe21b32e439ee1ef65d2
Reviewed-on: http://review.typo3.org/15687
Reviewed-by: Marc Bas... - 10:16 Revision b3d4be89: [TASK] Update version number to 1.4.5
- Change-Id: I55b16edaa56573fcc872c68575e76e6be5317498
Reviewed-on: http://review.typo3.org/15686
Reviewed-by: Marc Bas... - 10:15 Revision e217d96b: [TASK] Update version number to 1.3.4
- Change-Id: I269c4bdceac7ad8b167cf0ec0d7fad19e590e1bd
Reviewed-on: http://review.typo3.org/15685
Reviewed-by: Marc Bas... - 10:15 Revision 7482c1f7: [TASK] Update version number to 4.7.5
- Change-Id: Id7cb93ecd5d32cff44c5df652c430547c15c7fbc
Reviewed-on: http://review.typo3.org/15684
Reviewed-by: Marc Bas... - 10:15 Revision 8352004b: [TASK] Update version number to 1.4.2
- Change-Id: I74d5576ae3768d055aa64339c4848b246c849de4
Reviewed-on: http://review.typo3.org/15683
Reviewed-by: Marc Bas... - 10:15 Revision 0a41dff8: [TASK] Update version number to 1.3.1
- Change-Id: I91d5487a550b6ad76ef6f699ec80f078f9c39d87
Reviewed-on: http://review.typo3.org/15682
Reviewed-by: Marc Bas... - 09:52 Revision 73c1432f: [BUGFIX] Return empty result in pagination if page does not exist
- The pagination widget does currently return the content of the
latest page if the requestet page is higher than the a... - 09:46 Revision bbfe9ead: [BUGFIX] Return empty result in pagination if page does not exist
- The pagination widget does currently return the content of the
latest page if the requestet page is higher than the a... - 09:42 Revision 1f8df08e: [BUGFIX] Return empty result in pagination if page does not exist
- The pagination widget does currently return the content of the
latest page if the requestet page is higher than the a... - 09:16 Revision 479faef8: [BUGFIX] Prevent saltedpasswords destroying the password
- When a record is using a plain MD5 password, EXT:saltedpasswords will
destroy the password after the second successiv... - 09:15 Revision d4390073: [BUGFIX] Prevent saltedpasswords destroying the password
- When a record is using a plain MD5 password, EXT:saltedpasswords will
destroy the password after the second successiv... - 09:14 Revision 36fa0c21: [BUGFIX] Prevent saltedpasswords destroying the password
- When a record is using a plain MD5 password, EXT:saltedpasswords will
destroy the password after the second successiv... - 08:33 Revision 680dcae8: [BUGFIX] Prevent saltedpasswords destroying the password
- When a record is using a plain MD5 password, EXT:saltedpasswords will
destroy the password after the second successiv... - 01:30 Revision cddcadaa: [BUGFIX] RTE: Opera extension Hyper Translate inserts markup
- Problem: When the RTE is loaded in Opera with browser extension
Hyper Translate installed, unwanted hidden markup is ...
2012-10-15
- 22:21 Revision b0ed51ce: [BUGFIX] RTE: Localization to content language does not work
- Solution: Create content language service
Change-Id: I8a628a9c195c8634d8a13d193e9d161ee785960b
Resolves: #39271
Rele... - 22:17 Revision 12879f41: [BUGFIX] RTE: Localization to content language does not work
- Solution: Create content language service
Change-Id: I7353fe33bba13e38d4b7eb20e966895aa71bc3eb
Resolves: #39271
Rele... - 21:56 Revision 8d2dca59: [BUGFIX] RTE: Localization to content language does not work
- Solution: Create content language service
Change-Id: I1990d3116459c02e6a9aa9cf05382c7a46d251e1
Resolves: #39271
Rele... - 21:50 Revision eabdbf2f: [TASK] Extension Manager: Add icons and language labels
- Add icons and language labels for Extension manager, titles on links.
Move text from templates to language labels.
C... - 21:10 Revision 4c54bb2f: Revert "[BUGFIX] Sent notification when changes are published"
- This reverts commit 6b869d32d7fc4134f551f7dc3d12992a564c3c76
Change-Id: I8ac8b22ad248c5d1e4b31bd6ea66de8aa5a0b2ba
Re... - 19:21 Revision 1af5018d: [BUGFIX] imagecopyresized: correct invalid parameters
- The classes t3lib_stdgraphic and t3lib_iconworks provide
the method imagecopyresized. Those functions got parameters
... - 17:25 Revision f1e65e64: [BUGFIX] RTE: paste as plain text does not work in IE9
- Problem: IE9 may be configured to enable clipboard access, but most
users will not know how.
Solution: Use pasting pa... - 17:11 Revision 85d6bf94: [BUGFIX] RTE: paste as plain text does not work in IE9
- Problem: IE9 may be configured to enable clipboard access, but most
users will not know how.
Solution: Use pasting pa... - 13:47 Revision b8a7c9f9: [BUGFIX] Use UTF-8 by default in Flexforms and Backend
- For FlexForm tools (used internally) and for backend
use, the encoding is always utf-8, so some checks
can be removed... - 12:16 Revision 38c0d69d: [TASK] phpdoc-fixes
- Small corrections to phpdoc.
Change-Id: I6b4360977ebf263877169f1308dd197eeaa90e1e
Releases: 4.7, 4.6, 4.5
Reviewed-o... - 11:07 Revision 47ed543e: [TASK] Consolidate copyright notice invocations
- Marks the makeCopyrightNotice in LoginController as deprecated
since the exact functionally is already defined within... - 03:12 Revision e045b228: [BUGFIX] RTE: Paste as plain text doesn't work in Safari (Mac only)
- Problem: Access to clipboard is denied.
Solution: Redirect paste to hidden section.
Change-Id: I196065b34c38990ab992... - 02:59 Revision fb732a87: [BUGFIX] RTE: Paste as plain text doesn't work in Safari (Mac only)
- Problem: Access to clipboard is denied.
Solution: Redirect paste to hidden section.
Change-Id: Ic5e6f65cdd0e2a45da47...
2012-10-14
- 21:36 Revision b747599c: [TASK] Add information to INSTALL.txt about ThreadStackSize
- With the large regular expressions in Fluid Apache on Windows might
run out of stack space. The default stack size on... - 21:31 Revision b9d97698: [BUGFIX] Replace deprecated calls in Repository
- Repository class uses deprecated calls of persistenceManager for
getting the backend and session singletons. Replace ... - 18:40 Revision 07a049a1: [BUGFIX] CE with "All languages" doesn't show with every lang
- The page module should also list the content elements
with language set to "All". Now elements set to "All" are displ... - 18:38 Revision d73f8ab7: [BUGFIX] CE with "All languages" doesn't show with every lang
- The page module should also list the content elements
with language set to "All". Now elements set to "All" are displ... - 18:35 Revision 4294e63c: [BUGFIX] CE with "All languages" doesn't show with every lang
- The page module should also list the content elements
with language set to "All". Now elements set to "All" are displ... - 18:20 Revision 5e5eb75b: [BUGFIX] CE with "All languages" isn't shown in Page module
- The page module should also list the content elements
with language set to "All"
Change-Id: I6d8aaf4829a70b394550888... - 18:18 Revision 1a601555: [BUGFIX] CE with "All languages" isn't shown in Page module
- The page module should also list the content elements
with language set to "All"
Change-Id: I6d8aaf4829a70b394550888... - 18:07 Revision 454a9fb8: [BUGFIX] Proper cursor icon in access module
- The access module got those nice red/green icons but many
people don't know that those are clickable because the curs... - 18:06 Revision 30100a92: [BUGFIX] Proper cursor icon in access module
- The access module got those nice red/green icons but many
people don't know that those are clickable because the curs... - 10:38 Revision 399737c8: [TASK] Group excludefields by table
- Do not display table name redundantly for each item but group items like
it is done for other fields like page types....
2012-10-13
- 19:23 Revision 8f29c24b: [BUGFIX] User settings don't remember that default language is selected
- If the default language is stored as the BE language it should be pre-selected
in the language selector in the User s... - 18:25 Revision 6d134a1b: [BUGFIX] Change class name hash generation to md5
- Releases: 6.0
Fixes: #41951
Change-Id: I571f2731616e6d1701c5fb02809c9f17e9822164
Reviewed-on: http://review.typo3.org... - 18:10 Revision 1ded7e35: [BUGFIX] Make alphanum. filter work with umlauts
- Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two tests fo... - 17:32 Revision 33178590: [BUGFIX] Fix the additional icon check
- When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th... - 17:32 Revision e446bd9a: [BUGFIX] Fix the additional icon check
- When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th... - 17:31 Revision 52ded3ba: [BUGFIX] Fix the additional icon check
- When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th... - 17:21 Revision b0aa178f: [BUGFIX] Fix the additional icon check
- When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th... - 16:06 Revision 4939242b: [BUGFIX] Fix broken table name mapping for namespaced extension models
- With the introduction of namespaces came an additional
resolving mechanism for tablenames. The names for tables that ... - 15:37 Revision 1be7d45f: [BUGFIX] Fix generation of class schema for namespaced arguments
- When creating argument objects extbase tries to generate
a class schema if the argument is an object. This did
not wo... - 15:31 Revision a45fe335: [BUGFIX] FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
- When using FLUIDTEMPLATE and COA_INT or USER_INT on the same
level and partials are used in the Fluid template, then ... - 14:09 Revision 8088bb36: [BUGFIX] Query Generation creates invalid query in BE scope
- While in Backend scope, no $GLOBALS['TSFE'] is available and there
is no check in place nor a fallback to prevent ext... - 13:07 Revision a6c10398: [BUGFIX] Fix translation moving in workspaces
- Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh... - 13:07 Revision 0404ec18: [BUGFIX] Fix translation moving in workspaces
- Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh... - 13:05 Revision 69203180: [BUGFIX] Fix translation moving in workspaces
- Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh... - 13:05 Revision 186e0708: [BUGFIX] Fix translation moving in workspaces
- Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh... - 12:58 Revision 970f5c82: [BUGFIX] Make alphabetic filter work with umlauts
- Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two testcase... - 12:45 Revision dc308dee: [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes
- Change-Id: I31ccdf629592e5185f85f217f848405817a0a079
Fixes: #39820
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 12:42 Revision 8dd45c2e: [BUGFIX] Make alphanum. filter work with umlauts
- Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two tests fo... - 11:30 Revision 7b36e5ef: [FEATURE] Add several testcases for validators
- This adds several testcases for the provided validators.
Change-Id: Ie7a056cadaf767dbc306a980561c15e70d9698d8
Resolv...
2012-10-12
- 23:19 Revision 3492cf61: [BUGFIX] Sent notification when changes are published
- Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are... - 22:57 Revision df8abc0e: [BUGFIX] Sent notification when changes are published
- Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are... - 21:49 Revision a3764aff: [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting
- If a searchable TCA field has a sortby setting which contains an empty
string or NULL, then BE Livesearch creates a q... - 21:04 Revision b2e2df1e: [BUGFIX] Take versioned record into account for showHidden flag.
- The flag showHiddenPage is set if the requested uid is a hidden page.
The original code always looked at the original... - 20:31 Revision 3a386a25: [TASK] Disable Memcache tests for now
- Travis Ci changed the infrastructure, leading
to failures in our memcache tests.
Disable the tests until we figured ... - 19:23 Revision 248f7ba7: [BUGFIX] Fix generation of class name hash
- * replaced sha1 with str_replace
Change-Id: I787123ddd4d7cc4cece94071cb0988660ce1207c
Fixes: #41933
Releases: 6.0
Re... - 16:33 Revision b79cbe69: [BUGFIX] Endless loop in flushOutputBuffers()
- Change-Id: I87f998211d12f2d7c40a582f8b2c605f2edcaed0
Resolves: #40126
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http:... - 16:27 Revision 3055538c: [BUGFIX] MEDIA element ignores audio fallback
- In TYPO3 4.7 the field name containing the reference to an audio
file was changed in the MEDIA element, but the rende... - 15:29 Revision 8ede45b8: [BUGFIX] Hardcoded fileadmin directory in Import-Export
- $fileAdminDir is hardcoded in t3lib\class.t3lib_softrefproc.php
and typo3\sysext\impexp\class.tx_impexp.php
$TYPO3_CO... - 15:21 Revision f34a9a75: [BUGFIX] CE with "All languages" isn't shown in Page module
- The page module should also list the content elements
with language set to "All"
Change-Id: I6d8aaf4829a70b394550888... - 15:17 Revision ebd4ff24: [BUGFIX] backColor transparent causes black background or flickering
- When a GIFBUILDER object has set its backColor option to transparent,
the background may be black when adding a IMAGE... - 15:14 Revision c4badeae: [BUGFIX] strftime expects parameter 2 to be long, string given
- Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para... - 15:13 Revision aa5ba692: [BUGFIX] strftime expects parameter 2 to be long, string given
- Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para... - 15:12 Revision b4ec4f90: [BUGFIX] strftime expects parameter 2 to be long, string given
- Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para... - 15:11 Revision 969965cb: [+BUGFIX] (Persistence) Make Typo3QuerySettings exchangeable
- Let objectManager create querySettings object by
Tx_Extbase_Persistence_QuerySettingsInterface in
Tx_Extbase_Persiste... - 14:32 Revision e117d25b: [BUGFIX] Support 'input' type in ext_conf_template.txt
- Some older extensions use the type 'input' instead of 'string' in
ext_conf_template.txt . Although it was never docum... - 13:33 Revision 1a876753: [TASK] Disable Memcache tests for now
- Travis Ci changed the infrastructure, leading
to failures in our memcache tests.
Disable the tests until we figured ... - 13:22 Revision 630cd6e7: [BUGFIX] Add pid column to extension manager tables
- Extbase relies on the pid column to exist for all
persistent domain models.
Add this column and at the same time ign... - 12:58 Revision 07af4145: [TASK] Fix travis.yml to start memcache daemon
- Change-Id: Iba6de218fdc221fc996d69637711afbc68a22b28
Reviewed-on: http://review.typo3.org/15519
Reviewed-by: Steffen ... - 12:40 Revision a9af2880: [BUGFIX] LocalDriver can be instantiated without basePath
- The Local driver of FAL does not check if its configuration contains a
base path, leading to some hard-to-track error... - 12:25 Revision 86ceb98b: [BUGFIX] Rename ExtdirectTreeDataProvide to ExtdirectTreeDataProvider
- During the namespace change a class named ExtdirectTreeDataProvide
had been introduced into the backend system extens... - 11:50 Revision 2274ca17: [BUGFIX] Correct link to first page in BE paginator widget
- The link to the first page in the paginator widget is incorrect if
it's used in a backend module. Unsetting the argum...
2012-10-11
- 18:34 Revision af5d5899: [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting
- If a searchable TCA field has a sortby setting which contains an empty
string or NULL, then BE Livesearch creates a q...
2012-10-10
- 21:00 Revision 973b1990: [TASK] Merge ext:integrity with ext:lowlevel
- System extension integrity was created with the namespace switch and
contains the cli classes from ext:lowlevel. It t... - 20:47 Revision a0e9cae4: [BUGFIX] RTE: array_flip warning on array of languages
- Make sure the array is not corrupted.
Change-Id: Iea86ade77ecffb6e4b720749fc7d47548b0b1552
Resolves: #35147
Releases... - 20:44 Revision de4269bd: [BUGFIX] Split jQuery and DataTables into separate files
- This patch removes the combined jQuery file and adds two separate files
for the main jQuery library and the plugin Da... - 20:39 Revision 3a0bc1bf: [BUGFIX] sort versions of ext in descending order
- Versions of the same extension are sorted in descending order in the
PHP code, but the initial jQuery sorting must ma... - 20:38 Revision 5ef47cd7: [BUGFIX] RTE: array_flip warning on array of languages
- Make sure the array is not corrupted.
Change-Id: I858731a55091ee5dffde33f995c3fef9044d041d
Resolves: #35147
Releases... - 17:36 Revision f031d45d: [BUGFIX] Fix compressor flooding typo3temp
- Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I... - 17:30 Revision 33db1900: [BUGFIX] Fix compressor flooding typo3temp
- Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I... - 16:40 Revision bd37ddeb: [BUGFIX] Fatal error when copying file or folder
- When copying a file or folder, a fatal error is thrown if anything went
wrong. This happens because the error message... - 16:32 Revision 46199e35: [BUGFIX] FollowUp Tests to #41768
- The UnitTest has not been completely adapted.
Fix the tests.
Change-Id: I00e14a4c9d94a8549eb889bb1def8050d4d8736e
Re... - 16:16 Revision 4b2f2d46: [TASK] FAL: Hard-coded flexform on storage creation
- The StorageRepository creates FlexForm not through
the API calls, but with a static string. The attached
patch change... - 16:09 Revision 4bba7f3e: [TASK] CGL violation "Tabs must be used to indent lines"
- Change-Id: Icfad2346cf1bcf9346772b513a9cd0585a8a7be9
Resolves: #41473
Releases: 6.0
Reviewed-on: http://review.typo3.... - 16:05 Revision 39b88746: [TASK] File: add getNameWithoutExtension() method
- There is currently no way to get the filename without its extension,
e.g. to create a new name for a file converted t... - 15:36 Revision f0348a8b: [TASK] CleanUp AjaxIDs and registration in ConfigDefault
- The registration of AjaxIds referred to old file names and
some of the AjaxIds have been replaced by a namespaced
cla... - 15:36 Revision 66914841: [BUGFIX] StorageRepository should ignore not found driver class
- If a driver doesn't exist anymore, the storage repository shouldn't load
it.
Most drivers will be implemented by ext... - 15:08 Revision db3c3020: [BUGFIX] Element Browser uses non-namespaced code
- Followup to #36817, where an old patch was moved to
the new namespaced code, but without refactoring the
code itself ... - 13:37 Revision b1051e78: [TASK] Start memcached on travis-ci build
- Travis CI does not start memcached by default any more.
Add the memcached service to the travis.yaml
Change-Id: Ia92... - 13:28 Revision 391e848c: [BUGFIX] FAL: Default storage is created multiple times
- The "auto-creation" of the first file storage should only be
triggered once. Currently this happens whenever there is... - 13:18 Revision 2b188da1: [FEATURE] Add several testcases for validators
- This adds several testcases for the provided validators.
Change-Id: Ie7a056cadaf767dbc306a980561c15e70d9698d8
Resolv... - 13:08 Revision 7472f53a: [BUGFIX] Element Browser uses FAL API in a wrong way
- The Element Browser needs a way to filter for certain file extensions.
FAL requires using a filter class for the stor... - 13:05 Revision 9a086de5: [TASK] Start memcached on travis-ci build
- Travis CI does not start memcached by default any more.
Add the memcached service to the travis.yaml
Change-Id: I27f... - 12:58 Revision 883811d9: [BUGFIX] Hardcoded fileadmin directory in Import-Export
- $fileAdminDir is hardcoded in t3lib\class.t3lib_softrefproc.php
and typo3\sysext\impexp\class.tx_impexp.php
$TYPO3_CO... - 12:22 Revision ac8ea1ed: [BUGFIX] Enable translation of file references
- Currently the file references are missing a localisation
possibility.
This change only adds the respective fields an... - 12:16 Revision 5bdb0253: [BUGFIX] ResourceStorage: Bad comparison for strings
- Resolves: #41719
Releases: 6.0
Change-Id: Idf333f303da4d3f2a26549eaf3ea28a149dbb2ee
Reviewed-on: http://review.typo3.... - 12:01 Revision 5973388a: [BUGFIX] Missing ExtDirect classes in ClassAliasMap
- The ExtDirect classes have been missing in ClassAliasMap.
Change-Id: I13351790a78c41d0b9660be116da78522dcf7580
Relea... - 11:22 Revision 127f8f21: [TASK] Introduce "TYPO3 CMS" in EXT: about
- Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: Id1e9aba5eedaa9da218d3887a71... - 11:21 Revision 07357595: [BUGFIX] Files get indexed twice
- Files used within CSS Styled Content get indexed within
storage null again, since they are accessed via path
instead ... - 09:37 Revision c799ea9a: [BUGFIX] FAL storage repo uses hard-coded enableFields
- The storage repository has hardcoded SQL where clauses
for deleted and hidden.
Solution: Create a new function that r... - 09:34 Revision db26ec52: [FEATURE] Element browser: get default upload folder from $BE_USER
- When no folder is selected, use $BE_USER->getDefaultUploadFolder().
Change-Id: Iee443ae852b64c9398e80c9450a59e17e285... - 05:01 Revision 2dd16607: [BUGFIX] JS error in IE7 while starting RTE
- Fixes for issue #33637 were incorrectly backported to TYPO3 4.6.
The selection was not yet structured as an object in... - 00:40 Revision d39dbde6: [BUGFIX] Words with special characters not added to personal dictionary
- Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary.... - 00:36 Revision 039c879b: [TASK] Rebuild extension translation list in lang module
- This patch replaces the old translation update list in language module
with a lightwight one. It also cleans up the w... - 00:35 Revision 8186fb02: [BUGFIX] Words with special characters not added to personal dictionary
- Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary.... - 00:22 Revision 04067c66: [BUGFIX] Words with special characters not added to personal dictionary
- Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary....
2012-10-09
- 22:57 Revision 8a2c867f: [BUGFIX] RTE is not loading in IE8, when used with feedit
- Solution: Avoid calls to undefined console methods
Change-Id: I6df37fde56bd01c8078fb7ad889aa50e1b29f842
Fixes: #4055... - 22:39 Revision 5d223637: [BUGFIX] RTE is not loading in IE8, when used with feedit
- Solution: Avoid calls to undefined console methods
Change-Id: I98380ff3701da5b2585e0f9ff0199a0cfbd0fe67
Fixes: #4055... - 22:21 Revision f996afb7: [BUGFIX] RTE is not loading in IE8, when used with feedit
- Solution: Avoid calls to undefined console methods
Change-Id: I1c2b72113a6a0045996ca5a219cd0bd49f6a0ae8
Fixes: #4055... - 21:10 Revision e82fac8b: [TASK] Frontend should not expose exception for missing files
- The exceptions within FAL are not catched in frontend. The
webpage renders broken instead of gracefully dealing with ... - 18:58 Revision de2b7782: [FEATURE] set default grid limit to 30
- Raise the displayed rows in the workspace grid from 10 to 30
Change-Id: Id426d80981854b5b3cbba01b594c8f6534e58e22
Re... - 18:05 Revision e540d61b: [BUG] Deleting a file is impossible after it was used
- The sys_refindex db table has a deleted column which is set
however when deleting a file, extfilefunc mentions that t... - 16:56 Revision 2ac2596f: [BUGFIX] RTE: Uncaught error in Firefox in TYPO3 6.0
- This is a regression introduced by fix to issue #41411. In Firefox,
the selection object may not provide any usable r... - 15:59 Revision 38a2ac6b: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
- Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: I7c4bf5a8cf... - 15:59 Revision 75434479: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
- Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: Ic5ba765925... - 15:26 Revision e4f6b254: [BUGFIX] Fix compressor flooding typo3temp
- Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I... - 15:20 Revision 6bc0fb9b: [BUGFIX] RTE does not load in Frontend in USER_INT plugins in TYPO3 6.0
- Solution: Rendering of css and js added by USER_INT plugins was fixed
in core. Adapt the RTE accordingly.
Change-Id:... - 13:40 Revision d8ff19e3: [TASK] ResourceStorage: Remove getFileInfoByIdentifier() method
- The method getFileInfoByIdentifier() has been marked as deprecated long
ago. Additionally, the getFileInfo() method c... - 12:07 Revision da458dc4: [BUGFIX] Root-level folders cannot be displayed
- Due to a recent fix in the folder resolving mechanism, the root-level
folders of a storage were not displayed anymore... - 09:40 Revision da72416b: [TASK] Adjust Logos to new style-guide
- TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ... - 03:22 Revision cd41722d: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
- Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: Ibe25ca5c1b...
2012-10-08
- 22:03 Revision a5dc5ce3: [BUGFIX] RTE internal link handling broken since FAL changes
- When enabling the RTE link browser to deal with FAL the
refactoring broke the detection of internal links.
Editing a... - 20:17 Revision a7fb8097: [TASK] Move local driver configuration file to EXT:core
- The configuration file for FAL's local driver was still placed in
t3lib/. This commit moves it to the more appropriat... - 19:04 Revision d6e915d6: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
- Problem: Selection gets broken when intrusive bookmarks are inserted by
the undo/redo mechanism in Google Chrome 22.
... - 17:57 Revision 19e65ebf: [TASK] Add missing csh description for file storage
- The csh was missing for the field "processingfolder"
for file storage records.
Change-Id: I216a8cbc2ac02bc0db71f24bc... - 17:09 Revision c89e648d: [TASK] Name of file storage should be required
- The name of a file storage is currently not a required
field, this should be changed.
Change-Id: Ic10be69433e7012401... - 17:03 Revision 9aeaab3f: [BUGFIX] Clicking on empty storage does not show anything
- Currently clicking on an empty storage (without any files)
in the filelist module, does not show anything.
Change-Id... - 16:52 Revision f096c8ad: [BUGFIX] Fix wrong variable type part of the namespace migration
- Resolves: #41574
Releases: 6.0
Change-Id: Ic1f0c2b379aa13fdcd9bc505137b592d9024b62a
Reviewed-on: http://review.typo3.... - 14:44 Revision 5218b8e3: [TASK] Add docheader to module "about TYPO3"
- The about module is missing the docheader, IMO the only
BE module where this is missing.
Change-Id: I155879e180fee8e... - 12:37 Revision 204d0049: [TASK] Show reference headline only if content is available
- Currently the headline "References from this item" is
always shown in the info popup, no matter if there are
ones or ...
2012-10-07
- 23:42 Revision e68b2e75: [BUGFIX] "stripOrderBy, stripGroupBy" should remove double occurrence
- Sometimes the string handed over to stripOrderBy includes the ORDER BY
twice.
Tweak the regular expression to detect ... - 22:32 Revision 53196cfe: [BUGFIX] Duplicate ids in form view on record translation
- If a record shall be localized in the page module the accordant
form view gets loaded twice with the same id.
Fixes:... - 22:15 Revision 363a2a53: [!!!][BUGFIX] *_user table password field is to short
- When using the hash-algorithm "blowfish" in saltedpasswords
the hash is 60 chars long - therefore the field length ha...
2012-10-04
- 10:28 Revision 5cc09471: [TASK] Improve show_item for FAL files
- The show_item.php shows some info about the selected file.
the property size is rendered twice, once in the
header se...
2012-10-03
- 14:33 Revision 2fd7c2b2: [TASK] Simulatestatic should not be mentioned as sysext
- Currently the install tool stills suggests
simulatestatic as sysext to be installed.
Change-Id: I7f9bc95aa8c6cbbd520... - 13:38 Revision b09ed2e1: [BUGFIX] Respect namespaced models in the reflection service
- This fixes the reflection service, so that repository classes
are found for namespaced models.
Change-Id: Id7be0f2d0... - 12:37 Revision b1d37a3b: [TASK] CGL violations "LineEndingsInvalidEOLChar"
- Resolves: #41474
Releases: 6.0
Change-Id: I55edcf54004f8ba1663a9d1d1fd8e4921a121d62
Reviewed-on: http://review.typo3.... - 12:36 Revision 5092d9f7: [TASK] CGL violation "CharacterAfterPHPClosingTag"
- Change-Id: I4335c2a6a4db1dae3a8863b781d713605933dee5
Resolves: #41471
Releases: 6.0
Reviewed-on: http://review.typo3.... - 12:34 Revision 50de126d: [TASK] CGL violation "DoubleQuoteUsageNotRequired"
- Resolves: #41470
Releases: 6.0
Change-Id: I0b58a49afb4e34fd03c9f89c25bb1d983fbc6dce
Reviewed-on: http://review.typo3.... - 10:40 Revision 8b43aa7d: [BUGFIX] Make FAL Folder not found handling more user friendly
- If an user moves the folder he currently views in the file
list module, after reload he sees only a red FlashMessage
...
2012-10-02
- 21:08 Revision 3d2caa59: [BUGFIX] Consolidate usage of DocumentTemplate
- The fix in #40519 changed the behavior of the getDocInstance
method in AbstractBackendViewHelper. Before the global S...
2012-10-01
- 22:38 Revision c079e4a9: [BUGFIX] Change submit button label to language file entry
- The submit button in configure extension form was hardcoded in
template file. This patch moves it to the language fil... - 19:44 Revision 939f07bd: [TASK] Clean up class alias mechanism
- * adopt class loader to load the class alias map from a location
Migrations/Code/ClassAliasMap.php in every extensi...
2012-09-30
- 16:47 Revision 54ec79e1: [TASK] Cleanup new files
- Fix CGL issues and namespace typehints including:
* Long running lines
* Not lower camelcase variables
* Copyright ye... - 16:43 Revision 00405773: [TASK] Provide class alias file for dbal
- Change-Id: Id4453a3e19d0a540c882a01839fcfc997b22932f
Resolves: #41384
Related: #40095
Releases: 6.0
Reviewed-on: http... - 16:39 Revision 8522394d: [TASK] Provide class alias file for workspaces
- Change-Id: I2b38e28115a93c3796884180c5678d544ba52d77
Resolves: #41389
Related: #40095
Releases: 6.0
Reviewed-on: http... - 16:26 Revision a0667945: [TASK] Provide class alias file for version
- Change-Id: I76b2bd39a6857353d4890143c8e95f50873fb6a1
Resolves: #41388
Related: #40095
Releases: 6.0
Reviewed-on: http... - 15:41 Revision d967075e: [BUGFIX] Preview images not rendered in Web > Page view on Windows systems
- In Web > Page view the preview images are not rendered on Windows systems.
This is due to failing functions in class
... - 14:48 Revision 6139eaf8: [BUGFIX] Do not save expand state for root node in TCA tree
- To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo... - 14:48 Revision 006dc6af: [BUGFIX] Do not save expand state for root node in TCA tree
- To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo... - 14:48 Revision c9558789: [BUGFIX] Do not save expand state for root node in TCA tree
- To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo... - 14:46 Revision 5861645d: [BUGFIX] Do not save expand state for root node in TCA tree
- To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo... - 13:25 Revision 862134c1: [BUGFIX] Consolidate usage of DocumentTemplate
- Do not use the global SOBE to get an instance
of DocumentTemplate. Instead make use of the
getter which is in the Abs... - 13:19 Revision de98d818: [TASK] Add leading backslashes to InvalidArgumentException
- For some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali...
2012-09-29
- 15:38 Revision 5bb026ee: [BUGFIX] Make additional fields visible again in Scheduler
- Namespaced class names contain backslashes and are not suitable for
use in HTML attributes. Converting them to lowerc...
2012-09-27
- 22:58 Revision a4b95503: [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes
- Change-Id: I702ccb71dcf91063012eb77091f5982661ee3afd
Fixes: #39820
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 18:21 Revision 97c4abc8: [BUGFIX] Release scheduler from classname field
- Currently the scheduler depends at many parts on its classname field in
the tx_scheduler_task table. This is not nece... - 14:06 Revision de7f0341: [TASK] Provide class alias file for linkvalidator
- Change-Id: Ie9e202481b9946ec72a9e8f3227d0f0ae8d6de56
Resolves: #41387
Related: #40095
Releases: 6.0
Reviewed-on: http...
2012-09-26
- 22:51 Revision c8417134: [TASK] Add leading backslashes to InvalidArgumentException
- for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali... - 22:50 Revision a5d0094a: [BUGFIX] Property Validation with Namespaces
- This fixes the validation of properties in namespaced TYPO3.
Change-Id: I6a69f9e2890c71c91b572a991acbfb1a6760dcf5
Fi... - 17:08 Revision d0e74c5b: [TASK] Provide class alias file for fluid
- Change-Id: I9aba15b22c020d8041b93d0397d257a04fd0f498
Resolves: #41386
Related: #40095
Releases: 6.0
Reviewed-on: http... - 17:08 Revision 98f2b415: [TASK] Provide class alias file for extbase
- Change-Id: I33c1a735bb4500f2e34b297a4e252edab7bfc7a0
Resolves: #41385
Relates: #40095
Releases: 6.0
Reviewed-on: http... - 08:31 Revision 3931015e: [TASK] Add leading backslashes to InvalidArgumentException
- for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali...
2012-09-25
- 23:45 Revision 91fa3565: [TASK] Raise submodule pointers
- Change-Id: Ic38a7287b97c79a6fabc96fe33bb047043e90cc3
Reviewed-on: http://review.typo3.org/15070
Reviewed-by: Helmut H... - 23:28 Revision b8893c18: [BUGFIX] Fix wrong replacements of the namespace refactoring
- If the refactoring script replaced things like "tx_foo_bar" first
and "tx_foo_bar_baz" in a second step, instances of... - 23:25 Revision 9410969f: [BUGFIX] Fix wrong replacements of the namespace refactoring
- If the refactoring script replaced things like "tx_foo_bar" first
and "tx_foo_bar_baz" in a second step, instances of... - 23:13 Revision 13677fe8: [TASK] Fix deprecated call in beuser's repository
- Typo3QuerySettings->setRespectEnableFields() is deprecated
Change-Id: Ibfaba37b04e657a9957f23ebb7d16d50ff79814d
Reso... - 11:41 Revision 18866186: [BUGFIX] Fix translation fallback
- If the target for the translation does not exist, we have to
fallback to the default language, which is guaranteed to... - 11:41 Revision f78c24a0: [BUGFIX] Fix translation fallback
- If the target for the translation does not exist, we have to
fallback to the default language, which is guaranteed to...
2012-09-24
- 22:40 Revision 1b940359: [BUGFIX] Call to undefined method ..\Reports\Status::getSystemStatus()
- Change-Id: I3b045a341bcc8db8abc0dbc9f3305b1123f85aae
Fixes: #41221
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 22:38 Revision 05355543: [BUGFIX] Scheduler does not run tasks from module
- The scheduler tries to read the wrong get variable.
Solution: Switch to the namespaced one.
Fixes: #41296
Releases:... - 21:43 Revision 5f59a2f9: [BUGFIX] Wrong namespace in SystemStatusUpdateTask.php
- Change-Id: I397fbc713be2c8ec0bc14dfe6a4081a8086b6afb
Fixes: #41226
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 21:38 Revision 7eba1c7a: [BUGFIX] Fix wrong replacements of "language" class name
- The namespace script replaced "language" strings
with TYPO3\\CMS\\Lang\\LanguageService also in
places where it did n... - 09:13 Revision 654792d6: [TASK] Move Views/LogoView to View/LogoView
- It seems there was a mistake in the automatic
script to move files. Views/LogoView.php should be
View/LogoView.php as...
2012-09-23
- 20:57 Revision db2b9113: [BUGFIX] Configure configuration in EM crashes
- This is due to a wrong typehint of a not used parameter.
Solution: Remove the unused parameters.
Fixes: #41275
Relea... - 15:36 Revision 2e6d6936: [BUGFIX] Task classname is not namespaced
- Fixes: #41294
Releases: 6.0
Change-Id: Ia3b2bbfe102dd695817893d2d7e1bee5778ad76c
Reviewed-on: http://review.typo3.or... - 14:59 Revision 8f020245: [TASK] Remove misleading text in ext:opendocs
- Title of the extension is 'This concept is more widely
used with the "Classic Backend".'. This text is also
shown in ... - 14:59 Revision e3966405: [TASK] Improve rendering of buttons in quickedit
- The buttons can be improved:
* ordering
* alignment
Change-Id: Icb75502afdfc610d66b82e0ec9206dd303800c5f
Resolves: #... - 13:31 Revision 12c2fd9f: [BUGFIX] Info module path is not namespaced
- Fixes: #41287
Releases: 6.0
Change-Id: I3fc21829fd8c725b500a7f96aefccd5f44b87c0c
Reviewed-on: http://review.typo3.or... - 00:36 Revision 536cadd3: [TASK] Insert hook for simulatestatic
- Resolves: #36025
Releases: 6.0
Change-Id: I5d88626a6062ccdc69eb389664ced529a72d2f7b
Reviewed-on: http://review.typo3.... - 00:21 Revision 6aeacef9: [TASK] Raise submodule pointer
- Change-Id: If7a8f96858972c6dcc7a7970895a4b6bfff555a6
Reviewed-on: http://review.typo3.org/14953
Reviewed-by: Christia... - 00:18 Revision 930e98c1: [TASK] Introduce base class for PHPUnit tests
- Resolves: #41171
Releases: 6.0
Change-Id: I7274abf41766d16eabc5f4a127a9af6ad450066e
Reviewed-on: http://review.typo3... - 00:15 Revision a7b61b2e: [CLEANUP] Remove all occurrences of edit_showFieldHelp == 'text'
- The text version of edit_showFieldHelp is not supported since 4.5
anymore. This patch removes all references and dead...
Also available in: Atom