Project

General

Profile

Activity

From 2016-03-02 to 2016-03-31

2016-03-31

23:57 Revision 23fa188f: [!!!][FEATURE] Introduce Guzzle for making HTTP Requests
The Guzzle library is added as a composer dependency
instead of HttpRequest to request urls from TYPO3.
Guzzle is en...
Benni Mack
23:01 Revision 88eb5b68: [!!!][TASK] Remove entryPointPath from main applications
The entry point path is only used to calculate the number
of levels nested under the PATH_site so the PATH_site
const...
Benni Mack
22:24 Revision d5d38323: [TASK] Loosen version constraint for TYPO3 CMS Composer Installers
The current version constraint doesn't allow composer to install
bug fix versions of the 1.1 version branch of the co...
Christian Opitz
19:39 Revision cc0a4c6e: [BUGFIX] Prevent warning during extension installation
Currently a warning is triggered if you try to install an extension
which has dependencies as the JsonView uses some ...
Nicole Cordes
18:54 Revision 23ac7cc7: [BUGFIX] Hide defaultLanguageRow for type "flex"
Resolves: #72101
Releases: master
Change-Id: I35af5bdcf682edadf12052e3de95ccce9a522687
Reviewed-on: https://review.ty...
Marc Neuhaus
18:20 Revision f5397297: [TASK] Clean up GeneralUtility::callUserFunction()
The callUserFunction() method is called in various places
with wrong arguments (parameter 4 and 5).
The patch stream...
Benni Mack
17:56 Revision 4f1ce412: [TASK] Respect ssl_verify_peer and ssl_verify_host in curl requests
Make GeneralUtility::getUrl aware of the settings ssl_verify_peer, ssl_verify_host,
ssl_cafile and ssl_capath from De...
Daniel Maier
17:56 Revision ed3353fb: [TASK] Respect ssl_verify_peer and ssl_verify_host in curl requests
Make GeneralUtility::getUrl aware of the settings ssl_verify_peer, ssl_verify_host,
ssl_cafile and ssl_capath from De...
Daniel Maier
17:48 Revision 4ea36d5b: [FEATURE] Allow multiple locales for config.locale_all
The PHP function setlocale() allows to define multiple locales
as fallbacks when the first locale is not available in...
Benni Mack
17:47 Revision c8f17214: [TASK] Indexed Search: Improve labels in backend module
Translate one hardcoded label, improve few others.
Resolves: #75329
Releases: master, 7.6
Change-Id: I027ac51d004fe2...
Tymoteusz Motylewski
17:47 Revision 70b75d20: [TASK] Indexed Search: Improve labels in backend module
Translate one hardcoded label, improve few others.
Resolves: #75329
Releases: master, 7.6
Change-Id: I027ac51d004fe2...
Tymoteusz Motylewski
16:56 Revision 6d15129c: [FOLLOWUP] Use symfony console for reference index update
Resolves: #75324
Releases: master
Change-Id: I4170e8fd649ef6b50c015ae3a4484d8edebcc3d7
Reviewed-on: https://review.ty...
Andreas Fernandez
16:35 Revision 672d4c00: [!!!][TASK] Use symfony console for reference index update
The reference index is migrated to be called as a symfony console command, using the
CLI binary via typo3/sysext/core...
Wouter Wolters
14:40 Revision 49793276: [BUGFIX] Preserve parameters for email links in RTE
Resolves: #75326
Releases: master, 7.6
Change-Id: Ia856ef5c2eb90cad5ea925507e52a1ec60a03c95
Reviewed-on: https://revi...
Markus Klein
14:39 Revision 4aa7ca48: [BUGFIX] Preserve parameters for email links in RTE
Resolves: #75326
Releases: master, 7.6
Change-Id: Ia856ef5c2eb90cad5ea925507e52a1ec60a03c95
Reviewed-on: https://revi...
Markus Klein
13:26 Revision 608631a3: [BUGFIX] config.locale_all should format floating point values
The bug with LC_NUMERIC existed in PHP 4.2.3 but is fixed since at least
PHP 5.1.6. The patch uses LC_ALL now.
Chang...
Benni Mack
13:18 Revision 7cbef93a: [BUGFIX] config.locale_all should format floating point values
The bug with LC_NUMERIC existed in PHP 4.2.3 but is fixed since at least
PHP 5.1.6. The patch uses LC_ALL now.
Chang...
Xavier Perseguers
11:34 Revision cfc5e192: [BUGFIX] Only show inline field if allowed
If an editor does not have access to fields of a related
record, the rendering should be stopped right then.
Resolve...
Stefan Froemken
11:33 Revision fcd2a3f6: [BUGFIX] Only show inline field if allowed
If an editor does not have access to fields of a related
record, the rendering should be stopped right then.
Resolve...
Stefan Froemken
11:22 Revision a4dabc58: [BUGFIX] target to page object must set type parameter
Setting typolink.target to the name of a page object must set the
type query parameter to the typeNum of that page ob...
Jigal van Hemert
11:10 Revision a87dff38: [TASK] Add appveyor configuration
Appveyor is a CI server running on windows. Similar to the travis
configuration a yaml based configuration is needed....
Susanne Moog
10:25 Revision e0e08e0f: [BUGFIX] target to page object must set type parameter
Setting typolink.target to the name of a page object must set the
type query parameter to the typeNum of that page ob...
Jigal van Hemert
10:17 Revision ccea3060: [BUGFIX] only trim leading slash from section name
When using sections for search, indexed_search now only trims the first
character from the section path name if it is...
Daniel Neugebauer

2016-03-30

22:59 Revision c36eb54e: [BUGFIX] Add reference count to delete message
If you delete a file or folder by using the clickmenu, a confirmation
message without reference count is shown. To st...
Gianluigi Martino
22:42 Revision 81b0bb03: [TASK] Increase test coverage of DatabaseConnection classes
Increase the test coverage of the DatabaseConnection class by adding
unit and functional tests for core methods.
Ref...
Morton Jonuschat
22:23 Revision 56d48602: [BUGFIX] PageTree cannot select/expand hidden nodes
TYPO3.Backend.NavigationContainer.PageTree.select(64) does not
select the correct page, but tries to determine the co...
Oliver Hader
22:22 Revision 9aaab9b3: [BUGFIX] PageTree cannot select/expand hidden nodes
TYPO3.Backend.NavigationContainer.PageTree.select(64) does not
select the correct page, but tries to determine the co...
Oliver Hader
21:45 Revision 5ea95378: [BUGFIX] Fail with exit code for fatal errors during boot
Especially for CI environments it is crucial that TYPO3
does not exit cleanly when a fatal error occurs.
Change from...
Helmut Hummel
20:28 Revision d04862e5: [BUGFIX] Stay on edited page after using "Save & Close"
"Save & Close" after editing a page now uses that edited
page (already highlighted in page tree) for returnUrl.
Reso...
Martin Vennemann
20:02 Revision 3609f6e6: [TASK] Simplify test bootstrap
If moving the CLI test for unit and functionals to the Basetest
class, the patch from issue #75321 can be simplified ...
Christian Kuhn
19:28 Revision e1570f5d: [BUGFIX] Re-allow t3d export from ID 0
During the refactoring of the impexp module a check for the
page ID was introduced to show the pagetree and additiona...
Benni Mack
19:04 Revision db336a33: [BUGFIX] Allow passing null for $methods in getAccessibleMock
The method getMock() in the parent class also allows null for
$methods, meaning "mock no methods".
Releases: master,...
Oliver Klee
19:03 Revision 794b9d76: [BUGFIX] Allow passing null for $methods in getAccessibleMock
The method getMock() in the parent class also allows null for
$methods, meaning "mock no methods".
Releases: master,...
Oliver Klee
15:58 Revision 0fb040ce: [FOLLOWUP][BUGFIX] Treat numbers for comparison in FormEngineValidation as integer
Resolves: #75307
Releases: master
Change-Id: If2d2d9a25549bbcd5afc70ad50b14ca358336680
Reviewed-on: https://review.ty...
Andreas Fernandez
15:27 Revision c6d12307: [BUGFIX] Treat numbers for comparison in FormEngineValidation as integer
This patch fixes the issue that the number-based rules are treated
as strings. The numbers are converted to integers ...
Andreas Fernandez
15:18 Revision 9b152886: [BUGFIX] Stay on edited page after using "Save & Close"
"Save & Close" after editing a page now uses that edited
page (already highlighted in page tree) for returnUrl.
Reso...
Martin Vennemann
15:17 Revision c7c202fe: [BUGFIX] Treat numbers for comparison in FormEngineValidation as integer
This patch fixes the issue that the number-based rules are treated
as strings. The numbers are converted to integers ...
Andreas Fernandez
14:52 Revision 64542347: [BUGFIX] Fail with exit code for fatal errors during boot
Especially for CI environments it is crucial that TYPO3
does not exit cleanly when a fatal error occurs.
Change from...
Helmut Hummel
13:09 Revision 71db2aa1: [TASK] ResourceStorage->addFile() should not delete orig file if requested
FALs ResourceStorage->addFile() is the main method to populate a locale
file into a FAL storage. Internally, the meth...
Christian Kuhn
13:03 Revision 63d3a3d5: [TASK] ResourceStorage->addFile() should not delete orig file if requested
FALs ResourceStorage->addFile() is the main method to populate a locale
file into a FAL storage. Internally, the meth...
Christian Kuhn
10:50 Revision c326bb1e: [!!!][BUGFIX] Make indexed search plugin PHP7 compatible
Rename SearchFormController::pi_list_browseresults as it had different
signature than defined in parent AbstractPlugi...
Tymoteusz Motylewski
10:48 Revision c39ea264: [!!!][BUGFIX] Make indexed search plugin PHP7 compatible
Rename SearchFormController::pi_list_browseresults as it had different
signature than defined in parent AbstractPlugi...
Tymoteusz Motylewski
10:10 Revision eca982f7: [BUGFIX] Allow languages with more than 2 chars for BE users
Allow up to 6 characters for the lang column in the be_users table to
support languages like Brazilian (pt_BR) or Fre...
Morton Jonuschat
08:56 Revision 01505d79: [BUGFIX] Show language flags in page module again
Additionally this patch moves the initialization of TSconfig to an
earlier execution point to have all needed data co...
Gianluigi Martino
08:55 Revision 34acb61e: [BUGFIX] Show language flags in page module again
Additionally this patch moves the initialization of TSconfig to an
earlier execution point to have all needed data co...
Gianluigi Martino

2016-03-29

16:37 Revision c91288b2: [TASK] styleguide: TCA: Cleanup
Christian Kuhn
16:17 Revision 4a7624fa: [FEATURE] styleguide: TCA: Inline fal relations
Christian Kuhn
12:07 Revision 4b2594f7: [BUGFIX] Use proper quotation in phpdoc of ExtensionManagementUtility::addService()
The patch fixes the quotation in the description of the parameters
``$serviceType`` and ``$serviceKey``.
This ensures...
Andreas Fernandez
12:01 Revision 09cbdc51: [BUGFIX] Use proper quotation in phpdoc of ExtensionManagementUtility::addService()
The patch fixes the quotation in the description of the parameters
``$serviceType`` and ``$serviceKey``.
This ensures...
Andreas Fernandez
12:00 Revision 2d5e0a4b: [BUGFIX] Use proper quotation in phpdoc of ExtensionManagementUtility::addService()
The patch fixes the quotation in the description of the parameters
``$serviceType`` and ``$serviceKey``.
This ensures...
Andreas Fernandez
11:59 Revision d767d595: [BUGFIX] Fix typo in BooleanNode exception message
Change-Id: I792f5534780675278cbd7d540c96b60568b2647e
Resolves: #75287
Releases: 7.6, 6.2
Reviewed-on: https://review....
Sascha Egerer
11:57 Revision 34cb9ce3: [BUGFIX] Fix typo in BooleanNode exception message
Change-Id: I792f5534780675278cbd7d540c96b60568b2647e
Resolves: #75287
Releases: 7.6, 6.2
Reviewed-on: https://review....
Sascha Egerer
07:24 Revision 94a579e1: [TASK] Use file_get_contents instead of getUrl()
The method GeneralUtility::getUrl() is used a lot in the
core where only local files are allowed.
Most occurrences c...
Benni Mack

2016-03-25

12:45 Revision 541382d2: [BUGFIX] Missing labels in User Settings
This patch fix missing labels in user settings module.
This patch is a followup / bugfix for #72340
Resolves: #75269...
Frank Nägler

2016-03-24

21:02 Revision e045beeb: [BUGFIX] Remove objectManager reference from setNewEncryptionKeyAndLogOut
A leftover call to undefined objectManager is replaced now.
Resolves: #75263
Releases: master
Change-Id: I8d79648829...
Wouter Wolters
20:58 Revision 4550b135: [TASK] Remove not needed dependencies in ext:documentation
Extbase and fluid are loaded by default in the core since a while.
Resolves: #75243
Releases: master
Change-Id: Id03...
Wouter Wolters
20:43 Revision 7f941f3b: [TASK] Upgrade to phpunit 5.2
With minimum php7 and after codeception released a patch level
that introduced phpunit 5.x support, we can upgrade ou...
Christian Kuhn
16:51 Revision dc630adc: [BUGFIX] Add reference count to delete message
If you delete a file or folder by using the clickmenu, a confirmation
message without reference count is shown. To st...
Gianluigi Martino
16:51 Revision c4649673: [BUGFIX] Add reference count to delete message
If you delete a file or folder by using the clickmenu, a confirmation
message without reference count is shown. To st...
Gianluigi Martino
12:47 Revision 5f58a733: [TASK] Upgrade various dependencies
Several symfony component patch level updates, guzzle
minor and a codeception patch level.
Change-Id: Ia3cc795c71d13...
Christian Kuhn
12:01 Revision 27ac1594: [BUGFIX] FormEngine: Exception on inline/section in flex container
Nesting flex form sections or inline within section containers is
not supported. To not let developers run into hard ...
Christian Kuhn
11:42 Revision 8ae9f625: [BUGFIX] FormEngine: Exception on inline/section in flex container
Nesting flex form sections or inline within section containers is
not supported. To not let developers run into hard ...
Christian Kuhn
09:47 Revision 940a8c01: [TASK] Codeception Add page test
This test add a page with the page module and the pagetree.
It also checks the error message when you have no page ti...
Roland Golla
09:15 Revision 1b56da9f: [TASK] Cleanup Clear Cache Menu commands
The Clear Cache Menu on top of the TYPO3 Backend contains
the URLs to call tce_db which has an additional GET
paramet...
Benni Mack

2016-03-23

20:33 Revision 297a8280: [BUGFIX] Use `modTSconfig` for default language label, if set
Due to a wrong assignment, modSharedTSconfig is always used
to set the default language label in PageLayoutController...
Andreas Fernandez
20:32 Revision 72eb2fec: [BUGFIX] Use `modTSconfig` for default language label, if set
Due to a wrong assignment, modSharedTSconfig is always used
to set the default language label in PageLayoutController...
Andreas Fernandez
20:28 Revision ce179016: [BUGFIX] Use `modTSconfig` for default language label, if set
Due to a wrong assignment, modSharedTSconfig is always used
to set the default language label in PageLayoutController...
Andreas Fernandez
19:40 Revision 0ecf099d: [TASK] Update: Cropper v0.9.3 -> v2.3.0
Copied the less files from the 0.9.3 release because
they stepped over to sass.
Resolves: #73747
Releases: master
Ch...
Wouter Wolters
19:09 Revision f1893373: [TASK] Use DocHeader buttons in PermissionController
The save / abort buttons in the edit view of the permission controller are
replaced by DocHeader buttons to ensure ar...
Andreas Fernandez
19:09 Revision 6e649291: [TASK] Use DocHeader buttons in PermissionController
The save / abort buttons in the edit view of the permission controller are
replaced by DocHeader buttons to ensure ar...
Andreas Fernandez
15:27 Revision a6c11cbf: [TASK] styleguide: TCA: Remove flex_2 from elements_group again
Nesting sections within container is not allowed in the core,
the example is bogus and can be removed.
Christian Kuhn
11:51 Revision 56adf9d6: [BUGFIX] Break word without spaces in SystemInformation toolbar item
When dealing with a PHP version like "7.0.4-6+deb.sury.org~trusty+5"
the text overflow the box. Put a word-wrap: brea...
Wouter Wolters
11:51 Revision 115836c1: [BUGFIX] Break word without spaces in SystemInformation toolbar item
When dealing with a PHP version like "7.0.4-6+deb.sury.org~trusty+5"
the text overflow the box. Put a word-wrap: brea...
Wouter Wolters
09:20 Revision 97be0d00: [BUGFIX] BackendUtility::dateTimeAge must return correct values
If the 3rd parameter is set to 'date', the age must be returned as
date without any time information.
Resolves: #752...
Georg Ringer
09:18 Revision 5c46ba68: [BUGFIX] BackendUtility::dateTimeAge must return correct values
If the 3rd parameter is set to 'date', the age must be returned as
date without any time information.
Resolves: #752...
Georg Ringer
07:27 Revision 39ea0edd: [TASK] Update TYPO3 version to TYPO3 8.1-dev
Resolves: #75230
Releases: master
Change-Id: I44c34a7ddb804a28031395b7e100b33d43e12a76
Reviewed-on: https://review.ty...
Wouter Wolters

2016-03-22

14:40 Revision c9cc90a7: [TASK] Set TYPO3 version to 8.0.1-dev
Change-Id: I4c64fce65a1f81c2037a374ff036183335f1cf96
Reviewed-on: https://review.typo3.org/47356
Reviewed-by: TYPO3 R...
TYPO3 Release Team
14:39 Revision a9a68ed6: [RELEASE] Release of TYPO3 8.0.0
Change-Id: Idcbacb7c6d5e08cc6a0dbf64fecebe93e02e633c
Reviewed-on: https://review.typo3.org/47355
Reviewed-by: TYPO3 R...
TYPO3 Release Team
14:22 Revision 4c430f3b: [BUGFIX] Re-allow t3d export from ID 0
During the refactoring of the impexp module a check for the
page ID was introduced to show the pagetree and additiona...
Benni Mack
10:29 Revision 5f948b17: [DOCS] 8.0 Part 7/5 - Add TOC for 8.0 docs
In order to make navigating the docs possible, we added the TOCs
Resolves: #
Releases: master
Change-Id: I91e0369374...
Mathias Schreiber
00:56 Revision dd6aa640: [FOLLOWUP][BUGFIX] Extension Manager: Use JsonView directly
Adjust unit tests concerning changed internal class dependencies.
Resolves: #75214
Releases: master
Change-Id: I3bbb...
Oliver Hader
00:21 Revision 082c626e: [BUGFIX] Extension Manager: Use JsonView directly
There are several problems due to the implementation of JsonView
that returns spaces around a JSON returned to the ex...
Benni Mack

2016-03-21

22:54 Revision 82cd7468: [BUGFIX] Set correct record information for SaveAndNew
This patch ensures the correct record information for saving and
inserting a new record even in a workspace.
Resolve...
Nicole Cordes
22:54 Revision bd6859e3: [BUGFIX] Set correct record information for SaveAndNew
This patch ensures the correct record information for saving and
inserting a new record even in a workspace.
Resolve...
Nicole Cordes
22:51 Revision 855a7c5a: [TASK] Update Fluid library to version 1.0.6
Fixes the following issues:
* https://github.com/TYPO3Fluid/Fluid/pull/76
BUG Possibly NULL value in SpacelessView...
Claus Due
21:49 Revision 51c70037: [BUGFIX] Show button 'add image' after delete inline fails
Fix handling of inline records in JavaScript. Prevent wrong count of elements
by adding a trimExplode function intead...
Frank Nägler
21:48 Revision 1b9a5319: [BUGFIX] Show button 'add image' after delete inline fails
Fix handling of inline records in JavaScript. Prevent wrong count of elements
by adding a trimExplode function intead...
Frank Nägler
21:12 Revision 475bef3b: [DOCS] 8.0 Part 5/5 - Move Feature Docs
Moved Feature Docs because Github Docs have been updated
Resolves: #
Releases: master
Change-Id: I2dd09a81b14334f944...
Mathias Schreiber
18:56 Revision 1ebf988d: [BUGFIX] Use APCu instead of APC for Caching
PHP 5.5 does not support APC anymore, but instead uses
APCu for everything that is in the userland.
Our code should ...
Benni Mack
18:42 Revision cb215c9e: [BUGFIX] Use APCu instead of APC for Caching
PHP 5.5 does not support APC anymore, but instead uses
APCu for everything that is in the userland.
Our code should ...
Benni Mack
12:01 Revision 58180757: [DOCS] 8.0 Part 6/5 - Move Breaking Docs
Moved breaking Docs because Github Docs have been updated
Resolves: #
Releases: master
Change-Id: I280c4081fd9b2d52e...
Mathias Schreiber
10:34 Revision 681d29d4: [BUGFIX] Ensure correct order of @-rules in CSS
The ResourceCompressor must ensure the correct order of
@-rules, which is:
1. charset
2. namespace
3. import
If the ...
Andreas Fernandez
10:34 Revision c0c8eace: [BUGFIX] Ensure correct order of @-rules in CSS
The ResourceCompressor must ensure the correct order of
@-rules, which is:
1. charset
2. namespace
3. import
If the ...
Andreas Fernandez
10:30 Revision 47157858: [BUGFIX] EXT:filelist Deleting a folder shows "Yes, delete this folder"
The text on the OK button was changed from "Yes, delete this file" to
"Yes, delete this folder" when a folder should ...
Michael Oehlhof
10:01 Revision 0854eb1a: [DOCS] 8.0 Part 1/5 - Breaking Docs v2
Proofread breaking Docs - one got left behind
Resolves: #
Releases: master
Change-Id: If2181495ef7ecf3f0b2159482b40a...
Mathias Schreiber

2016-03-20

15:50 Revision 7a2f10fb: [FOLLOWUP][FEATURE] Update signature for newly introduced hook
The new hook introduced for BackendUtility::viewOnClick()
added a parameter "backPath" which was never evaluated
and ...
Benni Mack

2016-03-19

12:01 Revision b0e29fe1: [TASK] styleguide: Index Screenshot
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:56 Revision 260b989a: [FEATURE] styleguide: Index/home layout fence
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:18 Revision f6e95e50: [BUGFIX] styleguide: Watch less sub-directories
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:11 Revision 029c1321: [TASK] styleguide: Bring .editorconfig
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:10 Revision 2cf4b6c7: [TASK] styleguide: Un-block buttons
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:06 Revision d909ce74: [BUGFIX] styleguide: Readme: add missing "Avatar"
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:05 Revision a01e9d12: [FEATURE] styleguide: Grunt less+watch, less refactor for Sidebar
Fixes floating behaviour of sidebar
Brings structural changes
Signed-off-by: Felix Kopp <felix-source@phorax.com>
Felix Kopp

2016-03-18

22:00 Revision a3f425d4: [FOLLOWUP][DOCS] 8.0 Part 4/5 - Feature Docs
Proofread breaking Docs
Resolves: #
Releases: master
Change-Id: Ia0803361711f84ffb0637e30651d5f3bfc1a9add
Reviewed-o...
Michael Oehlhof
21:42 Revision 63f33a12: [DOCS] 8.0 Part 4/5 - Feature Docs
Proofread breaking Docs
Resolves: #
Releases: master
Change-Id: I1c86c278d466d47e4bc866443f9267f00d2973e3
Reviewed-o...
Mathias Schreiber
21:38 Revision 6da29c08: [DOCS] 8.0 Part 3/5 - Important Docs
Proofread Deprecation Docs
Resolves: #
Releases: master
Change-Id: I9ac836f1833f7957581e83353a902ef4bdecc1ee
Reviewe...
Mathias Schreiber
21:37 Revision 46233eed: [DOCS] 8.0 Part 2/5 - Deprecation Docs
Proofread Deprecation Docs
Resolves: #
Releases: master
Change-Id: I6fb335255f8117815aa4b717bf2eca9788502c21
Reviewe...
Mathias Schreiber
21:34 Revision 346af3b7: [DOCS] 8.0 Part 1/5 - Breaking Docs
Proofread breaking Docs
Resolves: #
Releases: master
Change-Id: I5cba29ffb42a33d2b5807f09d7e5c4ceceafff7d
Reviewed-o...
Mathias Schreiber
18:20 Revision 1e6753a0: [BUGFIX] Remove competing injects from WidgetRequestHandler
Removing @injects introduced explicit injectFunctions
into WidgetRequestHandler.
These functions were named after the...
Alexander Jahn
17:29 Revision 59bbb671: [TASK] Stop animation if click again
Stop the toggle animation an the module headline
first before a new animation is started
Resolves: #75179
Releases: ...
Markus Sommer
17:28 Revision 234f4db4: [TASK] Stop animation if click again
Stop the toggle animation an the module headline
first before a new animation is started
Resolves: #75179
Releases: ...
Markus Sommer
16:57 Revision 9a2bd261: [BUGFIX] Remove competing injects from WidgetRequestHandler
Removing @injects introduced explicit injectFunctions
into WidgetRequestHandler.
These functions were named after the...
Alexander Jahn
12:18 Revision 90fde0c3: [TASK] styleguide: TCA: Improve abstraction to allow special table handlers
Christian Kuhn
12:04 Revision 336b9396: [BUGFIX] Highlight changes of translation diff in FormEngine again
The difference between translation changes of records are now
highlighted again in FormEngine.
Resolves: #73501
Rele...
Frank Nägler
11:56 Revision 7c9f3a2f: [TASK] styleguide: Add example for nested group db in flex
Frank Nägler
11:55 Revision 645a5558: [BUGFIX] Highlight changes of translation diff in FormEngine again
The difference between translation changes of records are now
highlighted again in FormEngine.
Resolves: #73501
Rele...
Frank Nägler
11:54 Revision de68bb58: [!!!][TASK] Remove TypoScript option includeJSlibs
The deprecated property "includeJSlibs" is removed in favor
of the introduced property "includeJSLibs".
Resolves: #7...
Benni Mack
11:47 Revision 18583beb: [BUGFIX] Enable URLs with spaces in the RTE
To enable links with spaces and other special chars the service class to
build the correctly escaped <link> tag is us...
Marco Huber
11:36 Revision 8768a45b: [BUGFIX] Enable URLs with spaces in the RTE
To enable links with spaces and other special chars the service class to
build the correctly escaped <link> tag is us...
Marco Huber
11:00 Revision 82ea50be: [BUGFIX] Make preview of translated pages possible
This fix solves the problem that hidden page translations not are not
reviewable if logged in and "Show hidden pages"...
Heiko Hardt
11:00 Revision 071abf0d: [BUGFIX] Make preview of translated pages possible
This fix solves the problem that hidden page translations not are not
reviewable if logged in and "Show hidden pages"...
Heiko Hardt
10:58 Revision 2b6c38ad: [BUGFIX] styleguide: TCA: Language related fixes
Christian Kuhn
10:57 Revision 9f51f852: [BUGFIX] Ignore root level restriction on new record
When TCA [ctrl][security][ignoreRootLevelRestriction] is enabled, the
root level should be ignored on creation too.
...
Benjamin Serfhos
10:55 Revision 9a64143a: [BUGFIX] Ignore root level restriction on new record
When TCA [ctrl][security][ignoreRootLevelRestriction] is enabled, the
root level should be ignored on creation too.
...
Benjamin Serfhos
10:34 Revision 9651f6ed: [BUGFIX] styleguide: TCA: tx_styleguide_inline_1n_child fix
Christian Kuhn
10:18 Revision a0cd4564: [BUGFIX] FAL relations duplicated when saving in workspaces
In a workspace, when a record is saved which contains an IRRE-managed
relation in a flexform field, the relation is d...
Andreas Wolf
10:08 Revision d7dcc7fe: [TASK] Functional tests for LocalizationController
The LocalizationController used by the localization wizard is
now covered by some functional tests.
For better testab...
Andreas Fernandez
09:09 Revision 2eb4d9cd: [BUGFIX] Set page title for record list
Resolves: #72981
Releases: master, 7.6
Change-Id: I75deb2dd8808c0dccfe30b90b2459937b40dbd7c
Reviewed-on: https://rev...
Christian Weiske
09:08 Revision 531989bd: [BUGFIX] Set page title for record list
Resolves: #72981
Releases: master, 7.6
Change-Id: I75deb2dd8808c0dccfe30b90b2459937b40dbd7c
Reviewed-on: https://rev...
Christian Weiske

2016-03-17

14:22 Revision 174cf117: [FEATURE] styleguide: TCA: type=flex supports structures without sheet
Christian Kuhn
14:03 Revision 4d00e9a7: [FEATURE] styleguide: TCA: Support minitems in select generator
Christian Kuhn
13:50 Revision cd22b177: [FEATURE] styleguide: TCA: Another type=text generator
Christian Kuhn
13:45 Revision 9c84c642: [BUGFIX] styleguide: TCA: flex table change so inline child is added
Christian Kuhn
13:42 Revision c9fcc6f9: [FEATURE] styleguide: TCA: type=text t3editor
Christian Kuhn
13:26 Revision 98b81118: [FEATURE] styleguide: TCA: type=select generators
Christian Kuhn
12:30 Revision fd4aac97: [BUGFIX] Ensure correct sorting when using the localization wizard
Change-Id: I920cab82f1e9304be6c718b33c1a8ce13c745e17
Resolves: #73617
Releases: master, 7.6
Reviewed-on: https://revi...
Andreas Fernandez
12:30 Revision 18f053be: [BUGFIX] Ensure correct sorting when using the localization wizard
Change-Id: I920cab82f1e9304be6c718b33c1a8ce13c745e17
Resolves: #73617
Releases: master, 7.6
Reviewed-on: https://revi...
Andreas Fernandez
11:39 Revision 912fdefd: [TASK] EXT:form - optimize layout of inline form wizard
Resolves: #74317
Releases: master
Change-Id: Iacbe2358fa9d62da6c2f7604c70a438e55fca0e1
Reviewed-on: https://review.ty...
Thorsten Griebenow
10:58 Revision e79ed7f7: [BUGFIX] EXT:form - Cannot set some f:form arguments via TS
Render array viewhelper attributes as array.
Resolves: #74014
Releases: master, 7.6
Change-Id: I2abcea032a6d58c610b5...
Ralf Zimmermann
08:48 Revision 5d38829e: [BUGFIX] Correctly determine previously used language in localization wizard
If a column in a certain language has already content, the origin
language of that content is used now for further tr...
Andreas Fernandez
08:44 Revision 8c9d4489: [BUGFIX] Correctly determine previously used language in localization wizard
If a column in a certain language has already content, the origin
language of that content is used now for further tr...
Andreas Fernandez

2016-03-16

19:59 Revision 1e4fc166: [BUGFIX] Avoid duplicated code in parse_typoscript/tokenizetyposcript.js
The doubled wordlists got merged|sorted|uniqed. The JS source is
taken from the lower, as it got a fix lately and sho...
Alexander Opitz
19:58 Revision a327af81: [BUGFIX] Add missing parameters to getFiles
InaccessibleFolder extends Folder and the definition of its methods
should therefor be compatible to each other.
Res...
Susanne Moog
19:54 Revision 15267a29: [BUGFIX] Add missing parameters to getFiles
InaccessibleFolder extends Folder and the definition of its methods
should therefor be compatible to each other.
Res...
Susanne Moog
17:48 Revision cdf99f50: [BUGFIX] Correct output of "Rollback-Preview"
Output in "Rollback-Preview" is wrong.
Preview text float over the "Rollback single field" button.
Change-Id: I49c23...
Gianluigi Martino
17:47 Revision eca42f81: [BUGFIX] Correct output of "Rollback-Preview"
Output in "Rollback-Preview" is wrong.
Preview text float over the "Rollback single field" button.
Change-Id: I49c23...
Gianluigi Martino
15:48 Revision 3a271ae2: [BUGFIX] Default setting for imageorient does not work
Resolves: #16676
Releases: master
Change-Id: I6fbffda27b4eb39bfb69496cab33a06b1b09b485
Reviewed-on: https://review.ty...
Frank Nägler
13:12 Revision aa860bbe: [FEATURE] styleguide: TCA: type=text defaultExtras richtext
Christian Kuhn
13:04 Revision 1ae4667f: [BUGFIX] styleguide: TCA: Language related db field names
Christian Kuhn
12:58 Revision 42465538: [FEATURE] styleguide: TCA: flex generator supports container sections
Christian Kuhn
11:51 Revision 0538216f: [BUGFIX] styleguide: TCA: Language related db field names
Christian Kuhn
11:40 Revision 58eb27e7: [FEATURE] styleguide: TCA: Basic generator for type=inline
Christian Kuhn
11:14 Revision 889e5c94: [FEATURE] styleguide: TCA: Generate type=group folder
Christian Kuhn
10:33 Revision bde1433a: [FEATURE] styleguide: TCA: type=group file genarator
Christian Kuhn

2016-03-15

20:03 Revision 9673ca2c: [TASK] styleguide: Enable PHP7 strict_types on most classes
Christian Kuhn
19:48 Revision ba2a650d: [FEATURE] styleguide: TCA: Manage FAL demo images, use in group db
Christian Kuhn
16:14 Revision 6706d385: Revert "[TASK] Test commit and newline"
This was a test commit only at a bootup day in Basel
Reverts: #75136
This reverts commit 0fbcf620076958a78bc7155614...
Helmut Hummel
16:07 Revision 0fbcf620: [TASK] Test commit and newline
Releases: master
Resolves: #75136
Change-Id: I96a9a17077e3c22b5600585f8c45e10cdc986d45
Reviewed-on: https://review.ty...
Marvin Dettinger
11:53 Revision 00c15a48: [FEATURE] styleguide: TCA: Generators for some type=group db fields
Christian Kuhn

2016-03-14

18:24 Revision d5c4ba2e: [TASK] styleguide: Add free demo image licensed under CC BY 2.0
This patch adds demo images, copyright by NeoBlack and
licensed under CC BY 2.0.
The images can be used for demo purp...
Frank Nägler
16:56 Revision 301341ef: [BUGFIX] styleguide: TCA: cleanup
Christian Kuhn
16:54 Revision 32ae87eb: [FEATURE] styleguide: TCA: Create and delete demo be_users and be_groups
Christian Kuhn
15:47 Revision 63fc3461: [FEATURE] styleguide: TCA: Genere for formwizard and staticdata table
Christian Kuhn
10:31 Revision 1876b50a: [BUGFIX] Add reserved area for loading indicator within modules
The DocHeader has now a reserved area for the nprogress loading
indicator for use within modules. The area has a fixe...
Michael Oehlhof
10:29 Revision 6a156778: [BUGFIX] Add reserved area for loading indicator within modules
The DocHeader has now a reserved area for the nprogress loading
indicator for use within modules. The area has a fixe...
Michael Oehlhof
09:30 Revision 9af96062: [BUGFIX] Don't redirect when you click on "save and view"
Some more page types which should be opened directly and not
redirect to the rootpage if you click on "Save and view"...
Marco Huber
09:24 Revision 205acd09: [BUGFIX] Don't redirect when you click on "save and view"
Some more page types which should be opened directly and not
redirect to the rootpage if you click on "Save and view"...
Marco Huber

2016-03-13

22:44 Revision c7c28e6b: [BUGFIX] Prevent XSS in ViewHelpers
This patch removes wrongly introduced missing escaping in ViewHelpers
and adds some documentation about escaping sett...
Nicole Cordes
20:09 Revision 50bccbe1: [BUGFIX] Suggest wizard in FlexForms for new records
Within new records the suggest wizard doesn't work in FlexForm fields.
Due to unexpected incoming data the field conf...
Nicole Cordes
20:06 Revision 11e3f9c1: [BUGFIX] Suggest wizard in FlexForms for new records
Within new records the suggest wizard doesn't work in FlexForm fields.
Due to unexpected incoming data the field conf...
Nicole Cordes
17:32 Revision 982dc6c2: [BUGFIX] Fix invalid placeholder in exception message
The message of the ContentRenderingException must use %s
as correct placeholder.
Resolves: #75035
Releases: master, ...
Markus Klein
17:32 Revision b6dcd246: [BUGFIX] Fix invalid placeholder in exception message
The message of the ContentRenderingException must use %s
as correct placeholder.
Resolves: #75035
Releases: master, ...
Markus Klein
13:43 Revision 04cab97a: [TASK] styleguide: TCA: cleanup
Christian Kuhn
13:42 Revision 05677dde: [FEATURE] styleguide: TCA: Basic data generator for type=flex
Christian Kuhn
13:08 Revision 8c78f8f0: [TASK] styleguide: TCA: Extract FieldGeneratorResolver from RecordData
Christian Kuhn
12:12 Revision d3f6ab63: [TASK] styleguide: TCA: Cleanup
Christian Kuhn
12:11 Revision c9c03eae: [TASK] styleguide: TCA: Move db insertion to Generator::class
Christian Kuhn
11:59 Revision 01a8977b: [BUGFIX] styleguide: TCA: Wrong field name in one inline table
Christian Kuhn
11:33 Revision 818e43d6: [FEATURE] styleguide: TCA: Data generators for type=none,passthrough,user
Christian Kuhn

2016-03-12

22:50 Revision 59fb2a38: [TASK] styleguide: Code cleanups
Frank Nägler
21:45 Revision 0f1b7f19: [TASK] styleguide: Add buttons to the index page
Frank Nägler
21:37 Revision 94bdf520: [TASK] styleguide: Streamline example code
Frank Nägler
21:32 Revision 8c1a8bb2: [BUGFIX] styleguide: Fix broken overlay overview
Frank Nägler
19:28 Revision 7fd52f63: [TASK] styleguide: Introduce CodeViewHelper and cleanup templates
Frank Nägler
18:09 Revision c5cec733: [BUGFIX] Prevent TYPO3.settings in ajax requests
Within ajax requests currently the ajaxUrls are exported to the
TYPO3.settings variable which overwrites the parent s...
Nicole Cordes
16:25 Revision e1d04739: Revert "[FEATURE] Info ViewHelpers for page and content information array"
We do not need those ViewHelpers in the core and they don't work
properly as the getData-methods are never called and...
Nicole Cordes
16:17 Revision c952b680: [FEATURE] styleguide: TCA: Data generators for type=radio
Christian Kuhn
16:00 Revision 8a658778: [FEATURE] styleguide: TCA: Data generators for type=check
Christian Kuhn
15:59 Revision cd717f68: [TASK] styleguide: Replace screenshot in README.md
Frank Nägler
15:37 Revision b5f18152: [FEATURE] styleguide: TCA: Data generators for type=text
Christian Kuhn
14:57 Revision 6b8f0bd5: [TASK] styleguide: Add some missing doc comments
Christian Kuhn
14:46 Revision e70edf53: [FEATURE] styleguide: TCA: Data generators for input fields and general default values
Christian Kuhn

2016-03-11

19:39 Revision e6b18176: [BUGFIX] Store rtehtmlarea_spellchecker in correct route configuration
The RTE route "rtehtmlarea_spellchecker" is an AJAX route, therefore it must
be stored in AjaxRoutes.php.
Change-Id:...
Andreas Fernandez
19:39 Revision 2a752cba: [BUGFIX] Store rtehtmlarea_spellchecker in correct route configuration
The RTE route "rtehtmlarea_spellchecker" is an AJAX route, therefore it must
be stored in AjaxRoutes.php.
Change-Id:...
Andreas Fernandez
11:01 Revision 4ac2db92: [FEATURE] styleguide: TCA: Main infrastructure for field value generators
Christian Kuhn
10:16 Revision e9c6fb92: [TASK] Add unit tests for TYPO3SEARCH markers
Add two unit tests for Indexer, covering content extraction
from between TYPO3SEARCH_begin and TYPO3SEARCH_end marker...
Tymoteusz Motylewski
10:10 Revision b46c85a4: [BUGFIX] Make SingleTasks toggleable from scheduler list view
The toggle button for tasks does not work for single tasks. This patch
enables the functionality and registers a sing...
Andreas Fernandez
10:08 Revision b6bd9b60: [BUGFIX] Make SingleTasks toggleable from scheduler list view
The toggle button for tasks does not work for single tasks. This patch
enables the functionality and registers a sing...
Andreas Fernandez
10:07 Revision 0ac02637: [TASK] Add unit tests for TYPO3SEARCH markers
Add two unit tests for Indexer, covering content extraction
from between TYPO3SEARCH_begin and TYPO3SEARCH_end marker...
Tymoteusz Motylewski
10:05 Revision 62c07455: [TASK] Add unit tests for TYPO3SEARCH markers
Add two unit tests for Indexer, covering content extraction
from between TYPO3SEARCH_begin and TYPO3SEARCH_end marker...
Tymoteusz Motylewski
10:01 Revision 94e822fc: [BUGFIX] Initialize T3editor properly
If a T3editor is instantiated on-the-fly, it is not initialized properly.
Add a callback to the ``Form/Element/T3edit...
Andreas Fernandez
09:54 Revision e9f2bfae: [BUGFIX] Initialize T3editor properly
If a T3editor is instantiated on-the-fly, it is not initialized properly.
Add a callback to the ``Form/Element/T3edit...
Andreas Fernandez
09:52 Revision e264147c: [BUGFIX] Add button styling to clipInsert button
The button for inserting items from clipboard to a multiselect field has
a proper styling now.
Change-Id: I2360507fb...
Andreas Fernandez
09:52 Revision 5dda0e38: [BUGFIX] Add button styling to clipInsert button
The button for inserting items from clipboard to a multiselect field has
a proper styling now.
Change-Id: I2360507fb...
Andreas Fernandez
09:46 Revision 6afd37b8: [BUGFIX] styleguide: TCA: Invalid fields in tx_styleguide_palette
Christian Kuhn

2016-03-10

18:09 Revision 367c1848: [TASK] Properly escape all form attributes in SetupModuleController
Change-Id: Ia208202e440992e7cf6a21639b83f84205fc2606
Resolves: #69062
Releases: master, 7.6
Reviewed-on: https://revi...
Stefan Neufeind
17:57 Revision af2a323e: [BUGFIX] Check access to cshmanual module
Don't render the "more" link in the help popup if the user has no
access to the cshmanual module.
Resolves: #73013
R...
Marco Huber
17:56 Revision f66bfb58: [BUGFIX] Check access to cshmanual module
Don't render the "more" link in the help popup if the user has no
access to the cshmanual module.
Resolves: #73013
R...
Marco Huber
16:35 Revision bcee7439: [BUGFIX] Unset default link if set with values from other link handler
Change-Id: I49a19d9ca4e08cea927f5541accfade09320210d
Resolves: #74586
Releases: master, 7.6
Reviewed-on: https://revi...
Tim Jungebluth
16:34 Revision c7b28384: [BUGFIX] Unset default link if set with values from other link handler
Change-Id: I49a19d9ca4e08cea927f5541accfade09320210d
Resolves: #74586
Releases: master, 7.6
Reviewed-on: https://revi...
Tim Jungebluth
15:41 Revision 3dae3c0c: [TASK] styleguide: Minor cleanup in data generator
Christian Kuhn
15:40 Revision cd692ca7: [TASK] styleguide: Cleanup markup and controller class
Frank Nägler
15:21 Revision 561165d4: [FEATURE] styleguide: Create full TCA styleguide page tree
Christian Kuhn
15:21 Revision 7e934ecd: [BUGFIX] Load XML files of t3editor properly
Since the XEE security fix (I26701fc2ffb5aed7ccbd96c168aef571d012091e),
the XML files in the t3editor are not loaded ...
Andreas Fernandez
15:06 Revision ae5a2e60: [BUGFIX] Load XML files of t3editor properly
Since the XEE security fix (I26701fc2ffb5aed7ccbd96c168aef571d012091e),
the XML files in the t3editor are not loaded ...
Andreas Fernandez
15:05 Revision 85542df4: [BUGFIX] Load XML files of t3editor properly
Since the XEE security fix (I26701fc2ffb5aed7ccbd96c168aef571d012091e),
the XML files in the t3editor are not loaded ...
Andreas Fernandez
14:47 Revision f0fec810: [BUGFIX] styleguide: Menu active handling
Christian Kuhn
14:16 Revision 2973946c: [TASK] styleguide: Remove docheader nav
Christian Kuhn
13:52 Revision 6f2d93ee: [TASK] styleguide: Add bootstrap layout and navigation for backend module
Frank Nägler
13:13 Revision 74198847: [FEATURE] styleguide: Create and delete styleguide TCA demo entry pages
Christian Kuhn

2016-03-09

19:28 Revision 542a0c2f: [TASK] styleguide: Rename table ..values_default to ..valuesdefault
This is better in line with the rest of the table
naming scheme.
Christian Kuhn
19:13 Revision be51230b: [BUGFIX] styleguide: Minor typos
Christian Kuhn
19:08 Revision 2117edc3: [TASK] styleguide: Kickstart tca creator, simplify backend module
Christian Kuhn
16:58 Revision a8922f11: [TASK] Acceptance tests should be more stable on travis
Increase the stability of the acceptance tests on travis-ci by:
* Use waitFor* instead of see* when possible
* Wait ...
Timo Schmidt
15:13 Revision 5b1878e2: [TASK] styleguide: Switch to new docheader system
Christian Kuhn
12:59 Revision fe611be9: [TASK] styleguide: Integrate ext:icon_api
Integrate the icon showcase showcase of https://github.com/benjaminkott/icon_api
to the backend module.
Christian Kuhn
11:00 Revision 2a827a8a: [BUGFIX] styleguide: Drop renderMode argument from FlashMessage VH
Christian Kuhn
10:55 Revision 8e187593: [BUGFIX] styleguide: Properly register tca record icon
Fixes the missing icon in "TCA / Records" action. Christian Kuhn

2016-03-08

16:36 Revision 582d2e9e: [TASK] Remove igbinary from cache framework
The patch removes igbinary serializer support from the cache framework.
When igbinary support was added back then in ...
Mathias Schreiber
15:58 Revision 253139a2: [FOLLOWUP][BUGFIX] Do not scroll on top using actions on multipleSideBySide
Resolves: #72973
Releases: 7.6
Change-Id: Ic75532358600a6e61c9080ffec55e46756989dc6
Reviewed-on: https://review.typo3...
Markus Klein
13:56 Revision df0ac6a8: [BUGFIX] styleguide: TCA: required_inline_1 allowed on standard pages
Christian Kuhn
13:51 Revision d3748101: [BUGFIX] styleguide: TCA: Add missing required_inline_1_child table
Christian Kuhn
13:30 Revision 00f09450: [TASK] styleguide: TCA: Minor cleanup
Christian Kuhn

2016-03-07

13:21 Revision fe306dd6: [BUGFIX] Make DataHandler aware of relations behind special=languages
The special TCA option "languages" makes some other TCA options like
foreign_table unnecessary which have been remove...
Markus Klein

2016-03-06

14:29 Revision fba718c5: [TASK] Remove non-existant hard-coded check for user_ws
The user_ws module does not exist anymore, and the hard-coded check can be removed.
Resolves: #74377
Releases: maste...
Benni Mack
14:09 Revision a03668a8: [FOLLOWUP][TASK] Use variable argument-lists instead of func_get_args()
Fixed fatal error introduced with the previous patch.
Resolves: #72071
Releases: master
Signed-off-by: Benni Mack <b...
Benni Mack
13:55 Revision 7686ceba: [BUGFIX] Add urldecode for the forgotHash in FrontendLoginController
Resolves: #73060
Releases: master, 7.6
Change-Id: Iffb0db26b591b26ed4c2bf78aa50c8bf1addec2b
Reviewed-on: https://revi...
Zsolt Molnar
13:53 Revision 5bf15389: [TASK] Use variable argument-lists instead of func_get_args()
Supported since PHP 5.6. This makes the code easier to read
and allows to properly document using phpdoc.
https://se...
Benni Mack
13:44 Revision 6fc46ad7: [TASK] Fluidification of Info Module
Moved all HTML code from the PHP code to an own Fluid template.
Resolves: #74360
Releases: master
Change-Id: Ib58369...
Michael Oehlhof
13:42 Revision 3ce0a596: [BUGFIX] Add urldecode for the forgotHash in FrontendLoginController
The GET parameter forgothash had to be urlencoded in order to provide
proper, clickable links in emails.
Exploding th...
Zsolt Molnar
13:40 Revision 09f1f563: [BUGFIX] Ignore cURL proxy header block
When cURL is enabled with a proxy, the proxy’s HTTP header (sent as a
response to the client CONNECT request) was not...
Albrecht Köhnlein
13:14 Revision c2b994b4: [TASK] Codeception simple tests for admin user
Resolves: #73566
Releases: master
Change-Id: I294ae235c7e9edcbbfeb838dadaec68722b492ba
Reviewed-on: https://review.ty...
Roland Golla
12:01 Revision 8ec2d5f4: [!!!][TASK] Remove unused downloadname from sys_file_reference
The field sys_file_reference.downloadname was added with FAL
but never touched or used (nor has it a TCA definition) ...
Wouter Wolters
11:33 Revision 4fa2c524: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/49 from ohader/master
[TASK] styleguide: Integrate IRRE MM storage Christian Kuhn
11:29 Revision be492263: [TASK] The Scheduler should be tested with an acceptance test
Introduces a new test for the scheduler that tests the creation
of a reports scheduler task.
In addition the existin...
Timo Schmidt
11:01 Revision 38f93820: [!!!][TASK] Cleanup dual-use of auth_timeout_field in AbstractUserAuthentication
So far the variable could either contain the name of a field or a
timeout-value in seconds.
Introduce a clean integer...
Stefan Neufeind
10:44 Revision 6eaaa30b: [TASK] Allow calling tests with phpdbg-SAPI
Using phpdbg with phpunit it a fast way to create code-coverage-reports.
Change-Id: If3a1b2f957af6937d0191b4d9a1e656...
Stefan Neufeind
10:43 Revision 364c7a34: [TASK] Use simple syntax for labels in module registration
Resolves: #74363
Releases: master
Change-Id: Ic9cd97f5b1dc6654020782e91a49330fb4bfcfbe
Reviewed-on: https://review.ty...
Benni Mack
02:45 Revision 3cf5d05e: [BUGFIX] Workspace page previews collide with generated preview links
Workspace page previews collide with that configuration that might have
been set by using a preview link containing a...
Oliver Hader
02:40 Revision d4d6b5be: [FEATURE] EXT:form - Allow predefined forms
This patchset enables the integration of predefined forms. An integrator
can define forms - for example within the si...
Ralf Zimmermann
02:33 Revision 72d6c6e7: [BUGFIX] Workspace page previews collide with generated preview links
Workspace page previews collide with that configuration that might have
been set by using a preview link containing a...
Oliver Hader
02:26 Revision 25ee28eb: [BUGFIX] Workspace page previews collide with generated preview links
Workspace page previews collide with that configuration that might have
been set by using a preview link containing a...
Oliver Hader
02:08 Revision 3312d1f6: [TASK] EXT:form - add unitTests for class TypoScriptToJsonConverter
This patch introduces a first test case for TypoScriptToJsonConverter
of EXT:form. The test case asserts that a prote...
Sebastian Wagner
02:06 Revision 2dd7b9c9: [TASK] EXT:form - add unitTests for class TypoScriptToJsonConverter
This patch introduces a first test case for TypoScriptToJsonConverter
of EXT:form. The test case asserts that a prote...
Sebastian Wagner
02:02 Revision 18312704: [BUGFIX] Make environment check standalone
The system environment check is supposed to be useable standalone
without any TYPO3 internal requirements.
Move all ...
Mathias Brodala
01:47 Revision 8a79bfa5: [TASK] Use JsConfirmation enumeration in BackendUserAuthentication
This makes use of the JsConfirmation enumeration to ensure valid values
in BackendUserAuthentication::jsConfirmation....
Andreas Wolf
01:43 Revision a37f6161: [BUGFIX] Fix date conversion of neg timestamps
Date conversion of TCA fields with eval "date" or "datetime" is now also
handled correctly for dates before 1970, thu...
Daniel Maier
01:42 Revision 8fb1179f: [BUGFIX] DataHandler: Use the updated field to determine record type
Use the new, updated field values of the current record, to determine
its type value. This allows to pick the correct...
Hannes Lau
01:21 Revision 0b7eb76c: [TASK] Update: imagesLoaded PACKAGED v3.1.8 -> v4.1.0
Resolves: #73748
Releases: master
Change-Id: Ic24966b0d8bd60f977d02a60fce11fa68e545a71
Reviewed-on: https://review.ty...
Wouter Wolters
01:16 Revision 2c97a8a4: [CLEANUP] Rename AbstractContentObject::getContentObject()
The method is renamed to getContentObjectRenderer(), as this better
reflects what it actually does. The old method is...
Andreas Wolf
01:01 Revision 8922a37a: [FEATURE] Trigger event after modals dismiss
A new event ``modal-destroyed`` is triggered after modals dismissed.
Change-Id: Id05bf17889889bf1bacbd6a6ad302392389...
Andreas Fernandez
00:53 Revision 9d71c195: [BUGFIX] LocalImageProcessor cannot reuse remote files
The LocalImageProcessor had a check for the storage type, to only do a
check for existing files on local storages, as...
Andreas Wolf
00:53 Revision efa96ba5: [BUGFIX] LocalImageProcessor cannot reuse remote files
The LocalImageProcessor had a check for the storage type, to only do a
check for existing files on local storages, as...
Andreas Wolf
00:37 Revision 91e515e1: [BUGFIX] Apply image cropping to click-enlarged images
Image cropping is not applied to click-enlarged images, neither if
using the lightbox-mode nor the regular mode using...
Oliver Hader
00:25 Revision 4eae63bd: [BUGFIX] Apply image cropping to click-enlarged images
Image cropping is not applied to click-enlarged images, neither if
using the lightbox-mode nor the regular mode using...
Oliver Hader

2016-03-05

23:56 Revision 9162dbb5: [!!!][TASK] Clean up ObjectManager injection of CommandController
The ObjectManager injection method was misused to initialize
a lot of objects which are now instantiated separately.
...
Mathias Brodala
22:58 Revision 2a518597: [BUGFIX] Set correct max-height for RTE
Also fixes the spelling mistake in the label of the related Backend User Settings Option
Resolves: #74336
Releases: ...
Marius Wieschollek
22:55 Revision 8f8a1739: [BUGFIX] Set correct max-height for RTE
Also fixes the spelling mistake in the label of the related Backend User Settings Option
Resolves: #74336
Releases: ...
Marius Wieschollek
20:51 Revision bbc5f6c2: [BUGFIX] Absolute URIs get prefixed with absRefPrefix in typolink
An absolute URI (e.g. "/folder/someFile.png") gets prefixed with
absRefPrefix (e.g. "/") which results in "//folder/s...
Oliver Hader
20:51 Revision 55299186: [BUGFIX] Absolute URIs get prefixed with absRefPrefix in typolink
An absolute URI (e.g. "/folder/someFile.png") gets prefixed with
absRefPrefix (e.g. "/") which results in "//folder/s...
Oliver Hader
20:48 Revision b867832b: [FEATURE] Allow calling toArray() on ObjectStorage using name getArray()
This change adds an alias method which allows ObjectStorage's
values to be accessed using a "get"-prefixed method nam...
Claus Due
20:33 Revision 5f0224c8: [TASK] EXT:form - prevent initial ajax call
Initially, provide the whole configuration for the wizard through a
requireJs config. Therefore, an early AJAX call t...
Sebastian Wagner
20:31 Revision dd6c4468: [TASK] Copy is missing in pagetree context menu without edit permissions
Show copy option in pagetree context menu also without edit permission
Change-Id: Icefaa7ef775fa5eb23652e00fe7643ae8...
Gianluigi Martino
20:30 Revision d4da3fce: [TASK] Copy is missing in pagetree context menu without edit permissions
Show copy option in pagetree context menu also without edit permission
Change-Id: Icefaa7ef775fa5eb23652e00fe7643ae8...
Gianluigi Martino
20:24 Revision 7f4f7860: [FEATURE] Activated D&D copy by pressing the CTRL key while dropping
Resolves: #74179
Releases: master
Change-Id: I93864236f179b57cc0b1cbf67ce9941da096986a
Reviewed-on: https://review.ty...
Jo Hasenau
20:21 Revision 7090d9b6: [BUGFIX] Fix date conversion of neg timestamps
Date conversion of TCA fields with eval "date" or "datetime" is now also
handled correctly for dates before 1970, thu...
Daniel Maier
20:20 Revision 40682616: [BUGFIX] Fix slide function of cObject
Move variable value association to correct position.
Resolves: #69941
Releases: master, 7.6
Change-Id: I8bca6203f4e9...
Jo Hasenau
20:20 Revision 18fa6a9b: [BUGFIX] Fix slide function of cObject
Move variable value association to correct position.
Resolves: #69941
Releases: master, 7.6
Change-Id: I8bca6203f4e9...
Jo Hasenau
19:52 Revision 0aa34cb0: [BUGFIX] Check if selected page is available before loading BE module
If a formerly selected page (in page tree) is not available anymore
(e.g. deleted), any access to a backend module wi...
Michael Oehlhof
19:52 Revision dc3087bf: [BUGFIX] Check if selected page is available before loading BE module
If a formerly selected page (in page tree) is not available anymore
(e.g. deleted), any access to a backend module wi...
Michael Oehlhof
19:13 Revision ee7fafde: [BUGFIX] Ensure t3d compatibility for supported TYPO3 version
This patch fixes an issue with unclean t3d export due to string to array
conversion. This is important to be able to ...
Nicole Cordes
19:12 Revision 6ca6f803: [BUGFIX] EXT:form - prevent duplicate call to getRecordAsJson
We prevent getRecordAsJson to be called twice when rendering element.
Fix annotations of for return values of JSON el...
Sebastian Wagner
18:36 Revision 3274c2c1: [TASK] Switched D&D back from sortable to draggable and adjusted dropzones
Resolves: #66540
Releases: master
Change-Id: I982bb63a14409fd4510126d3d4b88ee85562967e
Reviewed-on: https://review.ty...
Jo Hasenau
18:36 Revision 7147de07: [BUGFIX] Show the copy option in the page browser contextual menu
Resolves: #33147
Releases: master, 7.6
Change-Id: I98c696eb58c759f6c50dbaf111556b86cffe0e93
Reviewed-on: https://revi...
Anja Leichsenring
18:32 Revision d079baed: [BUGFIX] Reinsert ommitted vars for ternary operators
When the check is done with multiple variables omitting the first part
of a ternary operator just inserts the boolean...
Jo Hasenau
18:31 Revision 053e9e3c: [BUGFIX] Reinsert ommitted vars for ternary operators
When the check is done with multiple variables omitting the first part
of a ternary operator just inserts the boolean...
Jo Hasenau
18:29 Revision 1dab32ba: [BUGFIX] DataHandler: Use the updated field to determine record type
Use the new, updated field values of the current record, to determine
its type value. This allows to pick the correct...
Hannes Lau
18:27 Revision 45e9b806: [TASK] styleguide: Integrate IRRE MM storage
Integrate use-case to store using plain MM intermedia tables with IRRE. Oliver Hader
18:09 Revision 07da5bb4: [BUGFIX] Show the copy option in the page browser contextual menu
Resolves: #33147
Releases: master, 7.6
Change-Id: I98c696eb58c759f6c50dbaf111556b86cffe0e93
Reviewed-on: https://revi...
Eugen Lang
17:57 Revision 4aa72b0a: [FEATURE] Check database default charset
Checks the default database charset during installation and provides
Upgrade Wizard to fix default charset.
Resolves...
Jonas Götze
17:53 Revision 5bc1aed1: [FEATURE] Add a CSPRNG
* Add a simple API for generation of random bytes, integers and
hex-strings: Crypto\Random
* Deprecate the methods ...
Christian Futterlieb
17:48 Revision 56069733: [TASK] Clean up typolink target and linktxt
Rename $linktxt to $linkText.
Only evaluate target if forceTarget is not set.
Add a small helper method to call pars...
Benni Mack
17:21 Revision 59c27e39: Revert "[BUGFIX] Fix date conversion of neg timestamps"
This reverts commit 41b350dc84876c282a7309911287622591b05995.
Default values do not work well.
Change-Id: Idfadf548...
Christian Kuhn
15:55 Revision 2bf2ab48: [BUGFIX] Denied file extensions still shown in upload forms
The list of denied file extensions does not contain a dot, but our
fileDenyPattern by default starts with a dot. Ther...
Marco Huber
15:51 Revision 08011314: [BUGFIX] Denied file extensions still shown in upload forms
The list of denied file extensions does not contain a dot, but our
fileDenyPattern by default starts with a dot. Ther...
Marco Huber
15:20 Revision 6320d8fa: [BUGFIX] Hide view-button in access module
Editing permissions in the access module has no effect on the frontend.
Therefore, the view button is unnecessary her...
Andreas Bouche
15:10 Revision 41b350dc: [BUGFIX] Fix date conversion of neg timestamps
Date conversion of TCA fields with eval "date" or "datetime" is now also
handled correctly for dates before 1970, thu...
Daniel Maier
15:04 Revision 9db88b5e: [BUGFIX] Ensure t3d compatibility for supported TYPO3 version
This patch fixes an issue with unclean t3d export due to string to array
conversion. This is important to be able to ...
Nicole Cordes
14:43 Revision a786e4fe: [TASK] Remove leftover FormEngine TSconfig values
Several infos in TSconfig / FormEngine are never used,
the field "storage_pid" does not even exist anymore in v8
(was...
Benni Mack
14:36 Revision 735efdae: [BUGFIX] Improve DataHandler handling for dbType fields
Currently we have some issues with handling database fields with type
"date" or "datetime". Those fields can't have a...
Nicole Cordes
14:25 Revision 77829d65: [BUGFIX] Allow images for HtmlArea in demo mode
PageTSconfig was only included in Typical and Advanced
mode resulting in an exception when adding images in
the RTE w...
Benni Mack
14:25 Revision 563e4296: [BUGFIX] Allow images for HtmlArea in demo mode
PageTSconfig was only included in Typical and Advanced
mode resulting in an exception when adding images in
the RTE w...
Benni Mack
14:08 Revision 3ebc7ba9: [TASK] Move moduleLabels to ModuleLoader
Already translated module labels were previously resolved
and stored within $GLOBALS[LANG]. Several checks
and calls ...
Benni Mack
11:24 Revision ca0d46cb: [FEATURE] Info ViewHelpers for page and content information array
Adds ViewHelpers ``f:info.page`` and ``f:info.content`` which return
or assign content or page information arrays res...
Claus Due

2016-03-04

23:05 Revision 1ebadc6d: [BUGFIX] Ensure t3d compatibility for supported TYPO3 version
This patch fixes an issue with unclean t3d export due to string to array
conversion. This is important to be able to ...
Nicole Cordes
22:48 Revision 2f878604: [BUGFIX] Make ClickEnlargeViewHelper output data again
Resolves: #73814
Releases: master
Change-Id: I3176797c4817a34f78aa68118098ae97d37fd1a2
Reviewed-on: https://review.ty...
Wouter Wolters
22:40 Revision 6de78a2d: [TASK] Update: bootstrap-slider.js 5.2.4 -> 6.1.2
Resolves: #73746
Releases: master
Change-Id: I2a535798cbec2f92a82604d89be89b00e859386f
Reviewed-on: https://review.ty...
Wouter Wolters
22:39 Revision 9b135015: [!!!][TASK] Remove unused csConv parameters
There are several additional parameters that are not used
anymore.
CharsetConverter->entities_to_utf8() - now always...
Benni Mack
21:55 Revision 3fbe9cdc: [BUGFIX] Adjust UserAgent checks in RTE to detect Edge correctly
Resolves: #70373
Releases: master, 7.6, 6.2
Change-Id: I8cb505a051ecfbc0f423d32cbc121545cec35bf4
Reviewed-on: https:/...
Benjamin Kott
21:53 Revision f9b7b923: [BUGFIX] Only show preview of non-hidden images
Don't show preview of hidden images in backend e.g.
page module.
Change-Id: I11fbfdbdf9767066dbb3380b543d79c239e6c4a...
Gianluigi Martino
21:52 Revision 1e600f72: [BUGFIX] Only show preview of non-hidden images
Don't show preview of hidden images in backend e.g.
page module.
Change-Id: I11fbfdbdf9767066dbb3380b543d79c239e6c4a...
Gianluigi Martino
21:50 Revision c783d0b7: [BUGFIX] Incompatible declaration of PreviewController::initializeView
The declaration of PreviewController::initializeView is changed to be
functional with PHP 7.
Change-Id: I4b59600aa3d...
Andreas Fernandez
21:50 Revision 853b2e76: [BUGFIX] Incompatible declaration of PreviewController::initializeView
The declaration of PreviewController::initializeView is changed to be
functional with PHP 7.
Change-Id: I4b59600aa3d...
Andreas Fernandez
21:48 Revision a5e70dee: [TASK] EXT:form - Optimize preview in page module
This patchset optimizes the preview of a form
elements in the page module. The output of the bodytext
field has been ...
Björn Jacob
21:47 Revision 444af00c: [TASK] EXT:form - Optimize preview in page module
This patchset optimizes the preview of a form
elements in the page module. The output of the bodytext
field has been ...
Björn Jacob
21:35 Revision 54e3a4d7: [TASK] Keep selected page active after save & close
Keep the currently selected page active when editing the
page properties of another page as non-admin user.
Change-I...
Gianluigi Martino
21:30 Revision f8c19141: [TASK] Update moment-timezone to 0.5.1
Resolves: #74186
Releases: master
Change-Id: I8152debaf71c92347f153b444400d46c986156f2
Reviewed-on: https://review.ty...
Wouter Wolters
21:30 Revision 6eda3b73: [TASK] Increased default visibility of column header icons
Resolves: #74148
Releases: master
Change-Id: I00c08d407a9865043278f42ba79a4de01cb71c45
Reviewed-on: https://review.ty...
Jo Hasenau
21:30 Revision c2eb96d8: [TASK] Make search levels in live search and list search consistent
Live search searches through the whole system, while list search
is limited to four levels.
Solution:
* Add default p...
Marcus Schwemer
21:29 Revision 122be472: [BUGFIX] Missing typo3temp/var/transient breaks thumbnail generation
The generation of preview images fails because the directory
typo3temp/var/transient does not exist and is not automa...
Michiel Roos
20:05 Revision 8a433a95: [BUGFIX] Avoid memory leak during file searches
During the file search in the file module the search result
is only limited to possibly matching folders. That itself...
Alexander Schnitzler
20:04 Revision 72a7312c: [BUGFIX] Avoid memory leak during file searches
During the file search in the file module the search result
is only limited to possibly matching folders. That itself...
Alexander Schnitzler
19:54 Revision 9173bea0: [TASK] Remove leftover icon resolving code
Icons within the TCA (iconfile and icons in options) are handled
by the IconRegistry.
The TcaMigration takes care of...
Benni Mack
19:42 Revision 96073c19: [BUGFIX] EXT:form Validation of email
Validation of email should respect empty value
Resolves: #54534
Releases: master,7.6
Change-Id: I40c865b42fe7960dd7a...
Florian Mast
19:39 Revision 183e49f5: [BUGFIX] EXT:form Validation of email
Validation of email should respect empty value
Resolves: #54534
Releases: master,7.6
Change-Id: I40c865b42fe7960dd7a...
Florian Mast
19:24 Revision b4f5b611: [TASK] Use new confirmation dialog for ClickMenu
Resolves: #72617
Releases: master, 7.6
Change-Id: I0cf662d55303504d094426dbb82943d437035044
Reviewed-on: https://revi...
Frank Nägler
19:24 Revision 02258e47: [TASK] Use new confirmation dialog for ClickMenu
Resolves: #72617
Releases: master, 7.6
Change-Id: I0cf662d55303504d094426dbb82943d437035044
Reviewed-on: https://revi...
Frank Nägler
19:12 Revision 7b4e5ceb: [BUGFIX] Adjust UserAgent checks in RTE to detect Edge correctly
Resolves: #70373
Releases: master, 7.6, 6.2
Change-Id: I8cb505a051ecfbc0f423d32cbc121545cec35bf4
Reviewed-on: https:/...
Benjamin Kott
19:11 Revision a5c452c6: [BUGFIX] Adjust UserAgent checks in RTE to detect Edge correctly
Resolves: #70373
Releases: master, 7.6, 6.2
Change-Id: I8cb505a051ecfbc0f423d32cbc121545cec35bf4
Reviewed-on: https:/...
Benjamin Kott
18:56 Revision e76e0d2a: [BUGFIX] Keep selected page active after save & close
Keep the currently selected page active when editing the page properties
of another page as non-admin user.
Change-I...
Gianluigi Martino
18:54 Revision 4c7011d2: [BUGFIX] Keep selected page active after save & close
Keep the currently selected page active when editing the page properties
of another page as non-admin user.
Change-I...
Gianluigi Martino
18:44 Revision 51a03257: [BUGFIX] Solves PHP warning in FileAllowedTypesValidator
Resolves: #72890
Resolves: #73618
Releases: master, 7.6
Change-Id: Ida8a9ace681b93d1d66b0e06c893a83e549f8411
Reviewed...
Florian Mast
18:43 Revision becc88b1: [BUGFIX] Solves PHP warning in FileAllowedTypesValidator
Resolves: #72890
Resolves: #73618
Releases: master, 7.6
Change-Id: Ida8a9ace681b93d1d66b0e06c893a83e549f8411
Reviewed...
Florian Mast
18:26 Revision f8d741c9: [FEATURE] EXT:form - Directly load form wizard inline
This patchset optimizes the form wizard.
The wizard is loaded directly as inline wizard. There is no need anymore
to...
Sebastian Wagner
18:16 Revision d985241b: [BUGFIX] Restore rounded corners on module icons
Resolves: #74013
Releases: master
Change-Id: Id2196daa32dbfae8cf096acb620afc1ab7e378b4
Reviewed-on: https://review.ty...
Thorsten Griebenow
17:52 Revision 9a76d437: [TASK] Remove fileinfo as dependency in SystemEnvironment/Check
Currenty 'fileinfo' is listed as required php extension in
SystemEnvironment/Check but it is currently not really req...
Timo Schmidt
17:50 Revision a9f38804: [TASK] Remove fileinfo as dependency in SystemEnvironment/Check
Currenty 'fileinfo' is listed as required php extension in
SystemEnvironment/Check but it is currently not really req...
Timo Schmidt
17:47 Revision cb59c355: [FOLLOWUP][FEATURE] Report wrong database character set
This adds the Feature ReST-File and fixes to small whitespace issues
Resolves: #74038
Releases: master
Change-Id: I8...
Jonas Götze
17:11 Revision 5e419493: [TASK] Replace confirm in FileList->linkClipboardHeaderIcon
Resolves: #74178
Releases: master, 7.6
Change-Id: Iaa077ae648375e94abce90923d876128b19a3db7
Reviewed-on: https://revi...
Frank Nägler
17:10 Revision e643ec0f: [TASK] Replace confirm in FileList->linkClipboardHeaderIcon
Resolves: #74178
Releases: master, 7.6
Change-Id: Iaa077ae648375e94abce90923d876128b19a3db7
Reviewed-on: https://revi...
Frank Nägler
17:03 Revision 63cd513c: [BUGFIX] EXT:form - Fix CHECKBOXGROUP and RADIOGROUP in form wizard
Fixes a JS error, which appeared when adding a CHECKBOXGROUP or
RADIOGROUP within the form wizard.
Furthermore it ap...
Andreas Häfner
17:02 Revision 24b569b7: [BUGFIX] EXT:form - Fix CHECKBOXGROUP and RADIOGROUP in form wizard
Fixes a JS error, which appeared when adding a CHECKBOXGROUP or
RADIOGROUP within the form wizard.
Furthermore it ap...
Andreas Häfner
16:57 Revision 7fe9b82d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/48 from sebastianwagner/t3editorReloadTbeSubmit
[TASK] styleguide: TCA: t3editor TBE_EDITOR save via flexForm reload onChange Christian Kuhn
16:57 Revision 0d6b33eb: [BUGFIX] Declare ``items`` for each RTE instance
The variable ``items`` was declared in a prototype instance and thus
shared between all RTE instances. Declare the va...
Florian Busch (floxx)
16:57 Revision 3f7f3a13: [BUGFIX] Declare ``items`` for each RTE instance
The variable ``items`` was declared in a prototype instance and thus
shared between all RTE instances. Declare the va...
Florian Busch (floxx)
16:55 Revision e3b09afd: [TASK] styleguide: TCA: t3editor TBE_EDITOR save via flexForm reload onChange
We allow submitForm of TBE to issued issued via flexForm and bypass
SplitButtons preSubmitCallbacks.
Sebastian Wagner
16:55 Revision e4e9ee95: [!!!][TASK] Convert thumbnails only for non-image files
The global option "thumbnails_png" must only be taken
into account if the processed file is not an image.
Resolves: ...
Eric Chavaillaz
16:23 Revision 5ecde7cc: [TASK] EXT:form - Update and optimize documentation
The documentation of EXT:form is outdated. The whole documentation has
been proof read and revised. Furthermore, the ...
Björn Jacob
16:09 Revision 3a3f01aa: [BUGFIX] Avoid error message on unlimited upload_max_filesize
Resolves: #73214
Releases: master, 7.6
Change-Id: I9496964ffd9daeb2c330f022c876f6aceacced1c
Reviewed-on: https://revi...
Andreas Bouche
16:08 Revision 8a91b50d: [BUGFIX] Avoid error message on unlimited upload_max_filesize
Resolves: #73214
Releases: master, 7.6
Change-Id: I9496964ffd9daeb2c330f022c876f6aceacced1c
Reviewed-on: https://revi...
Andreas Bouche
16:04 Revision dc6a8734: [FEATURE] Report wrong database character set
This adds a new report to the reports module that checks if the MySQL
database uses the right character set.
Change-...
Andreas Wolf
15:57 Revision 17169ed4: [BUGFIX] styleguide: travis-ci php7 only
Christian Kuhn
15:51 Revision 35a32c55: [TASK] Add json as composer dependency
PHP extension json is now listed as dependency
in composer.json. Extension mysqli is added to
"suggest" section.
R...
Tymoteusz Motylewski
15:46 Revision a27b046d: [TAKS] Add json as composer dependency
PHP extension json is now listed as dependency
in composer.json. Extension mysqli is added to
"suggest" section.
R...
Tymoteusz Motylewski
15:44 Revision 4c742e34: [TASK] Deprecate TemplateService methods
The static method TemplateService::sortedKeyList is moved
to ArrayUtility::filterAndSortByNumericKeys.
The method Te...
Benni Mack
15:43 Revision 2289b54c: [FOLLOWUP][TASK] EXT:form - Update and optimize documentation
This patchset changes some meta settings regarding the
documented version.
Resolves: #69346
Releases: 7.6
Change-Id:...
Björn Jacob
15:42 Revision bc0b42af: [TASK] Add backend routes to configuration module
This patch add the backend routes to the configuration module, to show all
current active backend routes.
Resolves: ...
Frank Nägler
15:42 Revision 46fc8506: [TASK] Add backend routes to configuration module
This patch add the backend routes to the configuration module, to show all
current active backend routes.
Resolves: ...
Frank Nägler
14:48 Revision 8c7c480e: [TASK] Update jQuery to 2.2.1
Resolves: #73749
Releases: master
Change-Id: I02d619be365bd54ab4015aeb94872f07b1eebd6a
Reviewed-on: https://review.ty...
Wouter Wolters
14:40 Revision 7f82044d: [FOLLOWUP][FEATURE] Allow Backend Logo to be set via extConf
The new PHP 7 syntax introduced also returns an empty
string, if set but empty.
Resolves: #74109
Releases: master
Ch...
Björn Jacob
14:36 Revision 5c0fcacb: [BUGFIX] Allow overriding of Backend Routes
Adding backend routes from Configuration/Backend/Routes.php is
done via "+=" operator which does not allow to overrid...
Benni Mack
14:31 Revision 70acf102: [BUGFIX] Allow overriding of Backend Routes
Adding backend routes from Configuration/Backend/Routes.php is
done via "+=" operator which does not allow to overrid...
Benni Mack
13:36 Revision a9d1b7d3: [TASK] Deprecate Clipboard->confirmMsg()
Resolves: #73744
Releases: master
Change-Id: I3780404c4362d1de84981eaee77298cdc1c3e399
Reviewed-on: https://review.ty...
Frank Nägler
13:32 Revision c370a84b: [TASK] Remove usage of Clipboard->confirmMsg()
Resolves: #73743
Releases: master, 7.6
Change-Id: I212cb9eedbe82cb4e346823ba041a63e601ad670
Reviewed-on: https://revi...
Frank Nägler
13:30 Revision e3e3916e: [TASK] Remove usage of Clipboard->confirmMsg()
Resolves: #73743
Releases: master, 7.6
Change-Id: I212cb9eedbe82cb4e346823ba041a63e601ad670
Reviewed-on: https://revi...
Frank Nägler
13:26 Revision 19732cd5: [TASK] styleguide: Fix a typo
Christian Kuhn
13:25 Revision e77b482b: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/47 from maierda/master
[TASK] styleguide: TCA: input dbType=datetime eval=datetime Christian Kuhn
13:15 Revision 071f94b3: [TASK] Deprecate GraphicalFunctions->prependAbsolutePath()
Resolves: #74022
Releases: master
Change-Id: I395fb4a017a7e615e015a1d20b40887bb6167964
Reviewed-on: https://review.ty...
Benni Mack
12:34 Revision 2e2defd2: [TASK] Removed deprecated code from Form Element Domain Model
Resolves: #73711
Releases: master
Change-Id: I6543b7a87fa628534c1b1690b24623b48f1fddd9
Reviewed-on: https://review.ty...
Michael Oehlhof
12:25 Revision 772ce9d8: [TASK] Change APC cache preset condition
This commit removes the check for minimum total apc cache size.
It should be enough to check for at least 5 MB free m...
Thorsten Bringewatt
12:25 Revision ecff1a85: [TASK] Change APC cache preset condition
This commit removes the check for minimum total apc cache size.
It should be enough to check for at least 5 MB free m...
Thorsten Bringewatt
11:52 Revision e847d329: [TASK] Form elements being numerated and hidden elements are visible
Form elements being numerated because browsers numerated <ol> elements by
default
Change-Id: Ia1af699ced49d0e5d44c60...
Gianluigi Martino
11:40 Revision a234b897: [BUGFIX] Check whether contentElementCache for language and colPos is valid
It may happen that ``$this->contentElementCache[$lP][$colPos]`` is either not
an array nor null. Wrap the foreach loo...
Andreas Fernandez
11:40 Revision 766ebde7: [BUGFIX] Check whether contentElementCache for language and colPos is valid
It may happen that ``$this->contentElementCache[$lP][$colPos]`` is either not
an array nor null. Wrap the foreach loo...
Andreas Fernandez
11:31 Revision 6e855aa7: [TASK] EXT:form - Update and optimize documentation
The documentation of EXT:form is outdated. The whole documentation has
been proof read and revised. Furthermore, the ...
Björn Jacob
11:29 Revision c69e2b37: [BUGFIX] Fix 'Transfer selection to clipboard' button
This patch reintroduces the onclick event if the function call has no
warning. This fixes the error with the not work...
Jan Helke
11:29 Revision 6cf56bb1: [BUGFIX] Fix 'Transfer selection to clipboard' button
This patch reintroduces the onclick event if the function call has no
warning. This fixes the error with the not work...
Jan Helke
11:24 Revision 0f8cf7a6: [TASK] EXT:form - Update and optimize documentation
The documentation of EXT:form is outdated. The whole documentation has
been proof read and revised. Furthermore, the ...
Björn Jacob
11:24 Revision c2c7a4aa: [FEATURE] Add list of done upgrade wizards
During upgrade wizard procedure the already resolved wizards are listed
in the Upgrade Wizard View in Install Tool.
...
Anja Leichsenring
11:19 Revision e50537a8: [TASK] Update JS libs: moment.js 2.10.6 -> 2.11.2
Resolves: #73750
Releases: master
Change-Id: Ic0467393e1bf5a30bd3f695ca938f0e15d21a5f7
Reviewed-on: https://review.ty...
Wouter Wolters
11:15 Revision 2360c7c1: [BUGFIX] Inline record in Flexform can attach new record
If you click the "create new element" button on an inline record within
a FlexForm field, the passed data information...
Nicole Cordes
11:15 Revision b63420ed: [BUGFIX] Inline record in Flexform can attach new record
If you click the "create new element" button on an inline record within
a FlexForm field, the passed data information...
Nicole Cordes
11:14 Revision 85aa75fa: [TASK] styleguide: TCA: input dbType=datetime eval=datetime
Daniel Maier
10:21 Revision 6ff94be9: [!!!][TASK] Remove ModuleLoader->getRelativePath()
The method to fetch the relative path for images inside
the module loader is not used anymore, as the paths
for the i...
Benni Mack
10:20 Revision c326e3f2: [FEATURE] Allow Backend Logo to be set via extConf
The Backend Logo can now be configured via extConf
and the Extension Manager.
The $GLOBALS[TBE_STYLES][logo] option ...
Benni Mack

2016-03-03

22:26 Revision 1b097695: [TASK] Remove leftover code from old pagetree
Resolves: #74097
Releases: master
Change-Id: Ieaf237248da8e075e56105cd08462d1aeb051ea2
Reviewed-on: https://review.ty...
Benni Mack
21:33 Revision c062b630: [BUGFIX] Executing Extbase commands as scheduler task
Currently the execution of all Extbase commands as scheduler task
exits with a warning due to wrong parameter input t...
Nicole Cordes
21:23 Revision 9c31b5a6: [!!!][TASK] Deprecate various GeneralUtility methods
GeneralUtility::flushOutputBuffers()
GeneralUtility::xmlGetHeaderAttribs()
GeneralUtility::imageMagickCommand()
Para...
Benni Mack
21:12 Revision 817c2684: [TASK] Streamline usage and design of FlashMessages in the BE
This patch streamline the usage and design of FlashMessages in the BE.
The markup is now centralized in a method of t...
Frank Nägler
20:32 Revision db5f99e9: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/46 from maierda/master
[TASK] styleguide: TCA: input dbType=date eval=date Christian Kuhn
20:25 Revision b389089d: [TASK] Add info about Apache version when using mod_filter
Since mod_filter is available since Apache 2.3.7 we need to check for
the apache version in the htaccess file.
Older ...
Eric Chavaillaz
20:25 Revision 1ee866c5: [TASK] Add info about Apache version when using mod_filter
Since mod_filter is available since Apache 2.3.7 we need to check for
the apache version in the htaccess file.
Older ...
Eric Chavaillaz
20:25 Revision 8dca1e84: [TASK] Add info about Apache version when using mod_filter
Since mod_filter is available since Apache 2.3.7 we need to check for
the apache version in the htaccess file.
Older ...
Eric Chavaillaz
20:24 Revision 72822d30: [TASK] Apply CGL compatibility (PSR-1 and PSR-2)
Change-Id: Ie0b546d6baf962ee4d80f5fb08aeaadf54ca1a66
Reviewed-on: https://review.typo3.org/47019
Reviewed-by: Benni M...
Wouter Wolters
20:07 Revision 990acf94: [BUGFIX] Disable output escaping in TypolinkViewHelper
Resolves: #74039
Releases: master
Change-Id: I1f5363cd2b8081fb885268ee608ea5dffe8d769c
Reviewed-on: https://review.ty...
Marius Wieschollek
19:45 Revision 034b6ac1: [TASK] styleguide: TCA: input dbType=date eval=date
See https://forge.typo3.org/issues/73871 Daniel Maier
19:33 Revision 2d94c07a: [TASK] Cleanup CSS
Remove unneeded CSS
Change-Id: I089ab1472c8e43504dedec01c7bbf3542c5f1490
Resolves: #73513
Releases: master
Reviewed-...
Georg Ringer
18:24 Revision f830ea76: [TASK] Fluidification of Info PageTSConfig
Moved all HTML code from the PHP code to an own Fluid template.
Resolves: #73723
Releases: master
Change-Id: I5b67d1...
Michael Oehlhof
18:13 Revision d403ab55: [BUGFIX] Do not scroll on top using actions on multipleSideBySide
This patch prevents scrolling to top when using the actions buttons
in multipleSideBySide elements.
Change-Id: I0841...
Andreas Fernandez
18:10 Revision 984f3d4d: [BUGFIX] Do not scroll on top using actions on multipleSideBySide
This patch prevents scrolling to top when using the actions buttons
in multipleSideBySide elements.
Change-Id: I0841...
Andreas Fernandez
17:52 Revision d6d84440: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/45 from sebastianwagner/formEngineFormFormwizzard
[TASK] styleguide: TCA: forms formwizzard via formEngine Christian Kuhn
17:40 Revision 9660d3cf: [TASK] styleguide: TCA: forms formwizzard via formEngine
Sebastian Wagner
17:37 Revision fa90e736: [BUGFIX] Ensure arguments for instances of AbstractTagBasedViewHelper
The initialization of several arguments in AbstractTagBasedViewHelper
was moved from constructor to initializeArgumen...
Nicole Cordes
17:31 Revision 1bd6babe: [TASK] Fix DB error message in Testbase
The error message now suggest a GRANT statement which supports
db name suffixes for both functional and acceptance te...
Steffen Müller
17:18 Revision 6f7b5452: [TASK] Move install update flags to system registry
This moves the install update (aka "wizards") flags from
LocalConfiguration.php to the system registry and thus
into ...
Mathias Brodala
16:14 Revision 974a5f31: [!!!][TASK] Remove renderCharset option
The renderCharset TypoScript option is used for internal
parsing of data coming from various sources (TypoScript,
Lan...
Benni Mack
16:01 Revision 52c99b7e: [TASK] Use extPath for lowlevel readme
Resolves: #73739
Releases: master
Change-Id: Id18108657be38f075eaa5fc1ec9e73cd0e27d9db
Reviewed-on: https://review.ty...
Benni Mack
16:01 Revision a3d3c4f9: [TASK] Add phantomjsdriver.log to gitignore
Resolves: #74011
Releases: master
Change-Id: If536bd1bbfe21cd015195eb38ade876460defb31
Reviewed-on: https://review.ty...
Anja Leichsenring
15:17 Revision 0113ad0f: [!!!][TASK] Remove charset conversion in AbstractPlugin
When overriding labels via TypoScript, e.g.
plugin.tx_felogin_pi1._LOCAL_LANG.de.username = Yeah Ümlauts
then the ab...
Benni Mack
13:10 Revision 1f436dbe: [BUGFIX] Re-enable creation of compressed CSS files
The change of #73611 prevents compressed CSS files from being created.
Resolves: #73986
Related: #73611
Releases: ma...
Michiel Roos
08:37 Revision ed32c255: [TASK] Cleanup TestBase
We usually do not add inline @string annotations. Remove them.
Change-Id: Idf83dbfdc7fc092e5d70d4004e8c5093eb26f491
...
Christian Kuhn

2016-03-02

13:23 Revision 887111f5: [BUGFIX] Drag&Drop sorting respects AuthMode
If an editor is not allowed to edit content elements with a specific
CType (e.g. HTML), drag&drop sorting was still a...
Alexander Jahn
13:22 Revision 9494038e: [BUGFIX] Drag&Drop sorting respects AuthMode
If an editor is not allowed to edit content elements with a specific
CType (e.g. HTML), drag&drop sorting was still a...
Alexander Jahn
08:28 Revision 762055a4: [!!!][TASK] Remove backPath from PageRenderer
The backPath option in page renderer can be removed
and adding the necessary path for the libraries is now done
with ...
Benni Mack
06:48 Revision 5ee15e4a: [!!!][TASK] Have ResourceCompressor calculate relative paths
The Resource Compressor component does not use the
PathUtility API to calculate the back paths to the current
script ...
Benni Mack
05:56 Revision 56a764b1: [BUGFIX] Do not escape output of Nl2Bbr ViewHelper
Resolves: #73658
Releases: master
Change-Id: Ia17128444a2e58ed30f83c3d102dffe7e7999fe5
Reviewed-on: https://review.ty...
Michael Oehlhof
 

Also available in: Atom