Project

General

Profile

Activity

From 2014-06-04 to 2014-07-03

2014-07-03

18:49 Revision c7d1d07d: [BUGFIX] Fix property access for ObjectStorage
When enabling access to the content of ObjectStorages by
integer number, it was overlooked that property access might...
Markus Klein
18:49 Revision 10d5deb5: [BUGFIX] Fix property access for ObjectStorage
When enabling access to the content of ObjectStorages by
integer number, it was overlooked that property access might...
Markus Klein

2014-07-02

20:03 Revision 5adc991b: [BUGFIX] Fix usergroup condition in user TSconfig
usergroup conditions in user TSconfig are currently failing as
the list of groups the user is part of, is not yet com...
Markus Klein
20:02 Revision 43ee6f86: [BUGFIX] Fix usergroup condition in user TSconfig
usergroup conditions in user TSconfig are currently failing as
the list of groups the user is part of, is not yet com...
Markus Klein
18:38 Revision cfc2f89c: [BUGFIX] Two png files should have filemode 664
Resolves: #60065
Releases: 6.3,6.2
Change-Id: I27917fed2a65f9810176b4afa716e8e752d7eff1
Reviewed-on: https://review.t...
Martin Bless
18:37 Revision e30ce383: [BUGFIX] Two png files should have filemode 664
Resolves: #60065
Releases: 6.2
Change-Id: I27917fed2a65f9810176b4afa716e8e752d7eff1
Reviewed-on: https://review.typo3...
Martin Bless
14:03 Revision bf062734: [TASK] Create a Getter for CacheManager inside Datahandler
At the moment the CacheManager is created by
GeneralUtility::makeInstance(
'TYPO3\\CMS\\Core\\Cache\\CacheManager'
...
Stefano Kowalke
14:00 Revision 09915b3e: [TASK] Create a Getter for CacheManager inside Datahandler
At the moment the CacheManager is created by
GeneralUtility::makeInstance(
'TYPO3\\CMS\\Core\\Cache\\CacheManager'
...
Stefano Kowalke
13:20 Revision d6ee5a65: [BUGFIX] Create workspace label placeholder that matches field conditions
If a workspace placeholder record is generated the field, that
is configured as label for a table, is filled with a p...
Sascha Egerer
12:39 Revision f1b50201: [BUGFIX] Workspace not always applied in RelationHandler queries
The possibly submitted value to RelationHandler::setWorkspaceId()
is not used for SQL queries to read IRRE foreign fi...
Oliver Hader
12:30 Revision 94ff67e8: [BUGFIX] Workspace not always applied in RelationHandler queries
The possibly submitted value to RelationHandler::setWorkspaceId()
is not used for SQL queries to read IRRE foreign fi...
Oliver Hader
09:55 Revision dfcec4de: [BUGFIX] Create workspace label placeholder that matches field conditions
If a workspace placeholder record is generated the field, that
is configured as label for a table, is filled with a p...
Sascha Egerer
09:25 Revision ea61ec7e: [BUGFIX] Create workspace label placeholder that matches field conditions
If a workspace placeholder record is generated the field, that
is configured as label for a table, is filled with a p...
Sascha Egerer
00:04 Revision 2e60690d: [BUGFIX] IRRE records are listed comma separated
IRRE records with foreign_field instead of MM table
are now listed as a comma separated list instead
of wrongly using...
Thomas Löffler
00:01 Revision 524ead97: [BUGFIX] IRRE records are listed comma separated
IRRE records with foreign_field instead of MM table
are now listed as a comma separated list instead
of wrongly using...
Thomas Löffler

2014-07-01

22:12 Revision 8a3de423: [BUGFIX] Prevent spaces in BE shortcut to be replaced by + char
Due to some changes in Prototype.js the serialized form values
get wrongly escaped with the result that all spaces ar...
Frans Saris
22:11 Revision fab8bb17: [BUGFIX] Prevent spaces in BE shortcut to be replaced by + char
Due to some changes in Prototype.js the serialized form values
get wrongly escaped with the result that all spaces ar...
Frans Saris
22:03 Revision b1e2259e: [BUGFIX] Fix RTE width
edit_wideDocument option has been removed with #57295 but it was forgotten
to adjust RTE accordingly.
Wide screens a...
Markus Klein
22:03 Revision 73451f8e: [BUGFIX] Fix RTE width
edit_wideDocument option has been removed with #57295 but it was forgotten
to adjust RTE accordingly.
Wide screens a...
Markus Klein
21:44 Revision 73978383: [CLEANUP] Extbase reflection classes
Remove unnessessary full qualified class names.
Cleanup docheaders.
Resolves: #57878
Releases: 6.3
Change-Id: I5bcdb...
Markus Klein
21:39 Revision 331002ea: [TASK] Add action selector in toolbar in workspaces menu
Currently there are two selectors in the bottom toolbar of
the workspace module. One to handle stage changes on selec...
Oliver Hader
21:38 Revision 99d7f7c5: [TASK] Add action selector in toolbar in workspaces menu
Currently there are two selectors in the bottom toolbar of
the workspace module. One to handle stage changes on selec...
Oliver Hader
21:26 Revision 1aa6c01b: [CLEANUP] Update phpdoc for all FormEngine members
Furthermore ensure the initial values are correct.
All usages of the members have been checked such that no violation...
Markus Klein
21:26 Revision f55b5594: [CLEANUP] Update phpdoc for all FormEngine members
Furthermore ensure the initial values are correct.
All usages of the members have been checked such that no violation...
Markus Klein
21:21 Revision ae774737: [CLEANUP] FormEngine: Use getters for global objects
Introduce getters for global objects like TYPO3_DB or LANG.
This patch does not change any functionality.
Resolves: ...
Markus Klein
21:20 Revision 29a520db: [CLEANUP] FormEngine: Use getters for global objects
Introduce getters for global objects like TYPO3_DB or LANG.
This patch does not change any functionality.
Resolves: ...
Markus Klein
21:08 Revision a0330917: [BUGFIX] Let live search use getRecordTitle
Live search uses the label configuration from TCA to get the title of a
record. An existing TODO note already suggest...
Markus Klein
21:07 Revision a9410acd: [FEATURE] Introduce afterPersistObjetct signal slot
At the moment we only have an afterUpdate signal which
is emitted when an object is updated. But we don't have
a sign...
Nico de Haen
20:05 Revision 58331e5e: [BUGFIX] Fix PHP warning in BackendUtility::getProcessedValue()
BackendUtility::getProcessedValue() fails to initialize a variable which
causes a PHP warning on array access.
Fix t...
Markus Klein
20:04 Revision 3cbf4703: [BUGFIX] Fix PHP warning in BackendUtility::getProcessedValue()
BackendUtility::getProcessedValue() fails to initialize a variable which
causes a PHP warning on array access.
Fix t...
Markus Klein
20:02 Revision 05c6b4f7: [TASK] Remove unused use statements
Several classes include unused use statements. This patch removes those
statements or uses them in their code.
Resol...
Nicole Cordes
19:22 Revision 062cdfe3: [BUGFIX] Show errors on distribution installation
When you install a distribution and an error occurred, you get a fluid
error: "Sorry, the requested view was not foun...
Sascha Egerer
19:22 Revision b80ed35b: [BUGFIX] Show errors on distribution installation
When you install a distribution and an error occurred, you get a fluid
error: "Sorry, the requested view was not foun...
Sascha Egerer
19:19 Revision f3883006: [BUGFIX] Use correct array structure for EM error messages
The extension manager stores errors (like exceptions that
are thrown while installing an extension) in an array and
p...
Sascha Egerer
19:18 Revision 5d541538: [BUGFIX] Use correct array structure for EM error messages
The extension manager stores errors (like exceptions that
are thrown while installing an extension) in an array and
p...
Sascha Egerer

2014-06-30

17:27 Revision ecbe0ee0: [TASK] Re-work/simplify copyright header in JS files
This patch replaces the copyright/license header in JS files with a
new, simplified one. The new header does not show...
Michael Schams
17:21 Revision 1ae7b94b: [TASK] Re-work/simplify copyright header in JS files
This patch replaces the copyright/license header in JS files with a
new, simplified one. The new header does not show...
Michael Schams
17:11 Revision 7a354dd7: [BUGFIX] Let live search use getRecordTitle
Live search uses the label configuration from TCA to get the title of a
record. An existing TODO note already suggest...
Markus Klein
16:39 Revision 8c58f8cf: [BUGFIX] Unique IDs for pagetree root nodes
To make sure that every ID in the pagetree is unique in pagetrees
with a virtual root node (which is used for normal ...
Alexander Stehlik
16:39 Revision e9a47906: [BUGFIX] Unique IDs for pagetree root nodes
To make sure that every ID in the pagetree is unique in pagetrees
with a virtual root node (which is used for normal ...
Alexander Stehlik

2014-06-29

23:40 Revision f11fddbb: Revert "[TASK] Rebuild the calcAge functionality"
This change was considered to need some more work during
merge post review:
* 6.2 version adds not allowed deprecatio...
Christian Kuhn
23:36 Revision 63740f31: Revert "[TASK] Rebuild the calcAge functionality"
This change was considered to need some more work during
mrge post review:
* 6.2 version adds not allowed deprecatio...
Christian Kuhn
22:49 Revision b3b43623: [TASK] Remove TCA building aspect and move code to bootstrap
The patch moves the slot code that implements the override loading
logic back to the bootstrap but keeps the signal.
...
Christian Kuhn
21:55 Revision bcd44e70: [TASK] Add extension key to API
Instead of relying on a "magic" global $_EXTKEY
being set, add a new parameter to API where
this was used beforehand....
Helmut Hummel
21:23 Revision 869855c2: [TASK] Add extension key to API
Instead of relying on a "magic" global $_EXTKEY
being set, add a new parameter to API where
this was used beforehand....
Helmut Hummel
21:20 Revision d07cc4a5: [CLEANUP] Improve code style of DatabaseRecordList
* adjust docheaders
* improve readability by introducing linebreaks
* use typesafe comparison where possible
* remove...
Markus Klein
21:19 Revision 24047bff: [TASK] Remove TCA building aspect and move code to bootstrap
The patch moves the slot code that implements the override loading
logic back to the bootstrap but keeps the signal.
...
Christian Kuhn
17:52 Revision 4c52cb3c: [TASK] Rebuild the calcAge functionality
We have two calcAge functions with same functionality and same issues.
So this is moved to a new DateTimeUtility clas...
Alexander Opitz
17:51 Revision 98c0ff71: [TASK] Rebuild the calcAge functionality
We have two calcAge functions with same functionality and same issues.
So this is moved to a new DateTimeUtility clas...
Alexander Opitz
17:42 Revision 1a87798b: [CLEANUP] Remove redundant code in Persistence
The getPlainValue method is consolidated in the DataMapper.
Resolves: #57255
Releases: 6.3
Change-Id: Ic35fd2768a143...
Alexander Stehlik
17:07 Revision 35b9510f: [TASK] Improve travis notifications to channels
By default travis notifies on each build when
posting to channels (irc, slack)
We can reduce the number of notificati...
Helmut Hummel
17:06 Revision 8481caf0: [BUGFIX] Fix unit tests after latest PHP changes
Latest changes in PHP disallow unserialize on
certain internal classes. Since phpunit uses
unserialize to create obje...
Helmut Hummel
17:03 Revision 1882ccc5: [BUGFIX] Enable skipped tests by properly creating mocks
Latest changes in PHP disallow unserialize on
certain internal classes. Since phpunit uses
unserialize to create obje...
Helmut Hummel
17:02 Revision 656dd153: [BUGFIX] Fix unit tests after latest PHP changes
Latest changes in PHP disallow unserialize on
certain internal classes. Since phpunit uses
unserialize to create obje...
Helmut Hummel
15:27 Revision 021526a7: [TASK] Improve travis notifications to channels
By default travis notifies on each build when
posting to channels (irc, slack)
We can reduce the number of notificati...
Helmut Hummel
15:22 Revision b0033d1c: [TASK] Improve travis notifications to channels
By default travis notifies on each build when
posting to channels (irc, slack)
We can reduce the number of notificati...
Helmut Hummel
15:07 Revision 3dd47a8b: [TASK] Improve travis notifications to channels
By default travis notifies on each build when
posting to channels (irc, slack)
We can reduce the number of notificat...
Helmut Hummel
14:52 Revision 0a3ec65e: [TASK] Improve travis notifications to channels
By default travis notifies on each build when
posting to channels (irc, slack)
We can reduce the number of notificati...
Helmut Hummel
14:37 Revision d43b2953: [TASK] Improve travis notifications to channels
By default travis notifies on each build when
posting to channels (irc, slack)
We can reduce the number of notificat...
Helmut Hummel
14:16 Revision 5e0c3def: [TASK] Reset phpunit to 3.7 version
Some 6.1 tests do not work with phpunit 4.0 and above.
Instead of fixing them in 6.1 branch, we use a ext:phpunit
ver...
Anja Leichsenring
14:03 Revision 1c195f18: [BUGFIX] Create required directories in test bootstrap
When running the core unit tests without setting up TYPO3
using the normal installation procedure then the uploads,
t...
Sebastian Bergmann
13:44 Revision f0803359: [BUGFIX] Create required directories in test bootstrap
When running the core unit tests without setting up TYPO3
using the normal installation procedure then the uploads,
t...
Sebastian Bergmann
12:40 Revision e8442b8b: [CLEANUP] main_rte function of the ElementBrowser
It splits 450 lines function into smaller pieces
and removes some duplicated code in the process.
It also opens a way...
Tymoteusz Motylewski
09:47 Revision 4f13b3a3: [TASK] Update Travis CI notification settings
Notify on Slack and IRC, remove email notification.
Resolves: #59838
Releases: 6.3, 6.2, 4.5
Change-Id: Ic4dacd5c7b6...
Michael Stucki
09:46 Revision c3bee344: [TASK] Update Travis CI notification settings
Notify on Slack and IRC, remove email notification.
Resolves: #59838
Releases: 6.3, 6.2, 4.5
Change-Id: Ic4dacd5c7b6...
Michael Stucki

2014-06-28

21:36 Revision 16cd7eb8: [BUGFIX] Gifbuilder: Fix image-mask-functionality
Mask-functionality is broken since the
introduction of FAL.
Change-Id: Iff28d9561e10f7581041bcc35bd56dfc972954b3
Res...
Stefan Neufeind
21:33 Revision f119e67d: [BUGFIX] Fix insufficient mocking in ContentObjectRenderer
Resolves: #59967
Releases: 6.3, 6.2
Change-Id: Ie30b8e522f9045c7cd6cbe9c032413c0ad936b1a
Reviewed-on: https://review....
Markus Klein
21:33 Revision 006b8305: [BUGFIX] Fix insufficient mocking in ContentObjectRenderer
Resolves: #59967
Releases: 6.3, 6.2
Change-Id: Ie30b8e522f9045c7cd6cbe9c032413c0ad936b1a
Reviewed-on: https://review....
Markus Klein
20:57 Revision 521b3464: [BUGFIX] Gifbuilder: Fix image-mask-functionality
Mask-functionality is broken since the
introduction of FAL.
Change-Id: Iff28d9561e10f7581041bcc35bd56dfc972954b3
Res...
Stefan Neufeind
20:56 Revision 79f7dff1: [BUGFIX] Gifbuilder: Fix image-mask-functionality
Mask-functionality is broken since the
introduction of FAL.
Change-Id: Iff28d9561e10f7581041bcc35bd56dfc972954b3
Res...
Stefan Neufeind
19:17 Revision af3380fa: [TASK] Add a function for clearing the rootline caches
The RootlineUtility uses two local caches and one additional cache from
the caching framework. If a unit test uses th...
Oliver Klee
19:12 Revision d0689f14: [TASK] Add a function for clearing the rootline caches
The RootlineUtility uses two local caches and one additional cache from
the caching framework. If a unit test uses th...
Oliver Klee
19:12 Revision 8d7c12f0: [TASK] Add a function for clearing the rootline caches
The RootlineUtility uses two local caches and one additional cache from
the caching framework. If a unit test uses th...
Oliver Klee
19:11 Revision 5ea7a88f: [BUGFIX] BE shortcuts do not show up for editors
Due to some wrong or missing checks the link to create a shortcut
to a create new record form misses the correct name...
Frans Saris
19:11 Revision a451f48e: [BUGFIX] BE shortcuts do not show up for editors
Due to some wrong or missing checks the link to create a shortcut
to a create new record form misses the correct name...
Frans Saris
14:38 Revision e92c8680: [TASK] Use stable phpunit 4.1 instead of master
We had to update to phpunit "master" recently due to an issue with
phpunit-mock-objects that was not released yet but...
Christian Kuhn
14:11 Revision ee2dd771: [TASK] Use stable phpunit 4.1 instead of master
We had to update to phpunit "master" recently due to an issue with
phpunit-mock-objects that was not released yet but...
Christian Kuhn

2014-06-25

21:07 Revision d7a2a8ac: [BUGFIX] Fix usergroup condition in user TSconfig
usergroup conditions in user TSconfig are currently failing as
the list of groups the user is part of, is not yet com...
Markus Klein
18:42 Revision 554cba52: [TASK] Add more files in gitignore file
Whenever running the Functional Tests
directly from the Core, the framework requires
some additional folders that can...
Fabien Udriot
18:42 Revision a8540d85: [TASK] Add more files in gitignore file
Whenever running the Functional Tests
directly from the Core, the framework requires
some additional folders that can...
Fabien Udriot
13:43 Revision e6ba1eed: [TASK] Update Travis CI notification settings
Notify on Slack and IRC, remove email notification.
Resolves: #59838
Releases: 6.3, 6.2, 4.5
Change-Id: Ic4dacd5c7b6...
Michael Stucki

2014-06-24

17:40 Revision 5d3608c0: [BUGFIX] Fix RewriteRule for context to avoid HTTP 500
The affected rules are those for TYPO3_CONTEXT.
These rules should just set the ENV variable,
but should not touch th...
Armin Vieweg
17:39 Revision 813f6375: [BUGFIX] Fix RewriteRule for context to avoid HTTP 500
The affected rules are those for TYPO3_CONTEXT.
These rules should just set the ENV variable,
but should not touch th...
Armin Vieweg
03:15 Revision f1c270a7: Revert "[BUGFIX] Fix loading order for extensions"
This reverts commit c0779513b431b19413873893bf630aa3de6fc1fc
The patch has two flaws:
* Easy: packagePathStack also...
Markus Klein
03:15 Revision 143c2744: Revert "[BUGFIX] Fix loading order for extensions"
This reverts commit 49b53d491e43f3ad7a4c30dc23e208eb8db04199
The patch has two flaws:
* Easy: packagePathStack also...
Markus Klein

2014-06-23

18:58 Revision 64a43cae: [BUGFIX] AbstractBackendViewHelper uses namespaces
Namespaces are not supported in PHP 5.2.x, hence one must not
prefix a class name with backslash.
Regression fix to ...
Markus Klein
15:46 Revision 3b2fcb46: [BUGFIX] FollowUp: Fix signal returns for associated signal arguments
Fix broken functional tests. Add a fallback for earlier used associated
returns. Furthermore this patch reintroduces ...
Marc Bastian Heinrichs
15:41 Revision 27b5433a: [BUGFIX] Fix a JS error in with TCE select wizard
Fixes an exception with decodeURI when an item containing
a % (percent) character is added to a select.
jQuery is now...
Rémy DANIEL
15:39 Revision d944c070: [BUGFIX] Fix a JS error in with TCE select wizard
Fixes an exception with decodeURI when an item containing
a % (percent) character is added to a select.
jQuery is now...
Rémy DANIEL
15:34 Revision e844142b: [BUGFIX] FollowUp: Fix signal returns for associated signal arguments
Fix broken functional tests. Add a fallback for earlier used associated
returns. Furthermore this patch reintroduces ...
Marc Bastian Heinrichs
08:39 Revision c78a2e05: [BUGFIX] Make Extbase respect sys_language_mode=strict
The Extbase query parser currently doesn't respect strict language mode
because it doesn't consider records that are ...
Georg Ringer
08:38 Revision cdaa8c4a: [BUGFIX] Make Extbase respect sys_language_mode=strict
The Extbase query parser currently doesn't respect strict language mode
because it doesn't consider records that are ...
Georg Ringer

2014-06-22

21:53 Revision 6f809920: [TASK] Cleanup EXT:workspaces
* Update phpDoc where needed
* Import use statements where possible
* Make use of use statements if they are there al...
Wouter Wolters
18:56 Revision c14b3fdd: [BUGFIX] Fix signal returns for associated signal arguments
The call of the dispatcher functions doesn't allow associated signal
arguments as all arguments are passed as paramet...
Nicole Cordes
18:55 Revision 7f2cd468: [BUGFIX] Fix signal returns for associated signal arguments
The call of the dispatcher functions doesn't allow associated signal
arguments as all arguments are passed as paramet...
Nicole Cordes
13:28 Revision 44a61247: [TASK] Re-work/simplify copyright header in PHP files - Part 9
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:28 Revision 4b6fcd5a: [TASK] Re-work/simplify copyright header in PHP files - Part 8
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:28 Revision d2bc5503: [TASK] Re-work/simplify copyright header in PHP files - Part 7
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:28 Revision 8c9a62b0: [TASK] Re-work/simplify copyright header in PHP files - Part 6
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:28 Revision e6cb893d: [TASK] Re-work/simplify copyright header in PHP files - Part 5
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:28 Revision 49b7acab: [TASK] Re-work/simplify copyright header in PHP files - Part 4
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:28 Revision 62f120b9: [TASK] Re-work/simplify copyright header in PHP files - Part 3
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:27 Revision 41322e3c: [TASK] Re-work/simplify copyright header in PHP files - Part 2
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:27 Revision 60d74e71: [TASK] Re-work/simplify copyright header in PHP files - Part 1
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:27 Revision 8f938a17: [TASK] Merge GPL.txt and LICENSE.txt
Resolves: #59535
Releases: 6.3, 6.2
Change-Id: Ia3c442ec4d838bd5c3b350a74ced3f90ef971a21
Reviewed-on: https://review....
Markus Klein
13:20 Revision bde6364c: [TASK] Re-work/simplify copyright header in PHP files - Part 8
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:19 Revision 2ffb721c: [TASK] Re-work/simplify copyright header in PHP files - Part 9
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:19 Revision 47a9bb03: [TASK] Re-work/simplify copyright header in PHP files - Part 7
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:19 Revision 526c060f: [TASK] Re-work/simplify copyright header in PHP files - Part 6
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:19 Revision 5f608be7: [TASK] Re-work/simplify copyright header in PHP files - Part 5
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:19 Revision 60eb4f47: [TASK] Re-work/simplify copyright header in PHP files - Part 4
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:18 Revision 601b20ed: [TASK] Re-work/simplify copyright header in PHP files - Part 3
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:18 Revision 02670b20: [TASK] Re-work/simplify copyright header in PHP files - Part 2
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:18 Revision 6c359595: [TASK] Re-work/simplify copyright header in PHP files - Part 1
This patch replaces the copyright/license header in PHP files with a
new, simplified one. The new header does not sho...
Michael Schams
13:18 Revision f8c57228: [TASK] Merge GPL.txt and LICENSE.txt
Resolves: #59535
Releases: 6.3, 6.2
Change-Id: Ia3c442ec4d838bd5c3b350a74ced3f90ef971a21
Reviewed-on: https://review....
Markus Klein
13:07 Revision 62692580: Revert "[BUGFIX] Inaccessible pages on shortcuts/PageNotFound handler"
This introduced a regression. It turns out that it needs more work
to get all cases covered correctly.
Resolves: #58...
Helmut Hummel
13:07 Revision 10d47935: Revert "[BUGFIX] Inaccessible pages on shortcuts/PageNotFound handler"
This introduced a regression. It turns out that it needs more work
to get all cases covered correctly.
Resolves: #58...
Helmut Hummel
13:06 Revision c017900f: Revert "[BUGFIX] Inaccessible pages on shortcuts/PageNotFound handler"
This introduced a regression. It turns out that it needs more work
to get all cases covered correctly.
Resolves: #58...
Helmut Hummel
12:06 Revision 70c9baf4: [TASK] Introduce unique signal registration
Signals should be dispatch in own emit functions for better locating.
This patch moves signals to separate functions ...
Nicole Cordes
11:53 Revision 9fe94376: [TASK] Introduce unique signal registration
Signals should be dispatch in own emit functions for better locating.
This patch moves signals to separate functions ...
Nicole Cordes
03:18 Revision c0779513: [BUGFIX] Fix loading order for extensions
Stick to the documented loading order of extensions.
That means following this order: sysext, global, local, composer...
Markus Klein
03:17 Revision 49b53d49: [BUGFIX] Fix loading order for extensions
Stick to the documented loading order of extensions.
That means following this order: sysext, global, local, composer...
Markus Klein
00:02 Revision faa7bdb6: [CLEANUP] Clean code in FormEngine
\TYPO3\CMS\Backend\Form\FormEngine could use a few cleanups:
* Import some classes to avoid unnecessary fully qualif...
Sebastian Michaelsen
00:02 Revision 8eb6b3f5: [CLEANUP] Clean code in FormEngine
\TYPO3\CMS\Backend\Form\FormEngine could use a few cleanups:
* Import some classes to avoid unnecessary fully qualif...
Sebastian Michaelsen

2014-06-21

19:32 Revision 20734bea: [BUGFIX] Remove misspelled setting rootlevel for sys_file_collection
The correct setting would have been rootLevel. So it was never
evaluated, remove it.
Resolves: #59773
Releases: 6.3,...
Marc Bastian Heinrichs
19:30 Revision 16f2644f: [BUGFIX] Remove misspelled setting rootlevel for sys_file_collection
The correct setting would have been rootLevel. So it was never
evaluated, remove it.
Resolves: #59773
Releases: 6.3,...
Marc Bastian Heinrichs
19:29 Revision a35bafe2: [BUGFIX] Remove misspelled setting rootlevel for sys_file_collection
The correct setting would have been rootLevel. So it was never
evaluated, remove it.
Resolves: #59773
Releases: 6.3,...
Marc Bastian Heinrichs
18:58 Revision 510d4c9c: [BUGFIX] Move TCA modification of EXT:form to TCA/Overrides.
TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p...
Anja Leichsenring
18:56 Revision 1a91fd51: [BUGFIX] Move TCA modification of EXT:t3editor to TCA/Overrides
TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p...
Anja Leichsenring
18:53 Revision 57b9fd21: [BUGFIX] Move TCA modification of EXT:cms to TCA/Overrides.
TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p...
Anja Leichsenring
18:48 Revision 60172089: [TASK] Add a signal after importer init in ImportExportUtility
To be able to modify importer options on importing T3D-files on
extension installation (e.g. for distributions) this ...
Marc Bastian Heinrichs
16:56 Revision f8b88c84: [TASK] Add possibility to register a module as navigation
While implementing CSRF protection for backend modules,
it was forgotten to implement a solution for navigation compo...
Helmut Hummel
16:46 Revision e35a34bc: [TASK] Signal for BackendUtility::getPagesTSconfig()
A signal is dispatched in BackendUtility::getPagesTSconfig()
before the include lines are calculated.
This enables t...
Alexander Stehlik
16:37 Revision ce985610: [TASK] Signal for BackendUtility::getPagesTSconfig()
A signal is dispatched in BackendUtility::getPagesTSconfig()
before the include lines are calculated.
This enables t...
Alexander Stehlik
16:11 Revision f1cc58ca: [TASK] Create CSS Styled Content TypoScript configuration for 6.3
For backwards compatibility we keep versions of the CSS Styled
Content TypoScript configuration files selectable as r...
Wouter Wolters
16:10 Revision cc458f91: [TASK] Clean up NEWS.md for 6.3
Resolves: #59737
Releases: 6.3
Change-Id: I3260bd78ae85af5915c6ef208dc18468b9cc948a
Reviewed-on: https://review.typo3...
Wouter Wolters
16:02 Revision 738dde1f: [TASK] Update all extension versions to 6.3.0
Resolves: #59742
Releases: 6.3
Change-Id: Id6c05025873bdbdeebd74585f9bd4093657999e0
Reviewed-on: https://review.typo3...
Robert van Kammen
16:01 Revision b99a67c2: [BUGFIX] getAvailableWorkspaces called statically
Use same call to getAvailableWorkspaces as in
checkAccess.
Resolves: #51420
Releases: 6.3, 6.2
Change-Id: Icbea4611d...
Wouter Wolters
15:03 Revision 27d99cb8: [TASK] Remove not maintained ChangeLog files
Remove not maintained ChangeLog in
EXT:dbal
EXT:version
EXT:workspaces
Resolves: #59739
Releases: 6.3
Change-Id: I9...
Wouter Wolters
12:33 Revision 0a9d160d: [TASK] Cleanup WorkspaceSelectorToolbarItem
Resolves: #59748
Releases: 6.3
Change-Id: I29ff785404fba56ccff0a5e909c8dd1149c4a9bb
Reviewed-on: https://review.typo3...
Wouter Wolters
11:51 Revision d4c9e042: [BUGFIX] Fix empty globalString LIT condition comparison
An empty "LIT:" condition results in NULL, so the strict compare
doesn't match with the empty string.
Solution is to...
Marc Bastian Heinrichs
11:38 Revision 920f93cc: [BUGFIX] Move TCA modification of EXT:openid to TCA/Overrides
TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p...
Anja Leichsenring
11:32 Revision 4aa8f072: [BUGFIX] Prevent error message for correct imports of sys_file_metadata
If sys_file_metadata records are updated on import, a wrong error message
is logged.
Resolves: #58826
Releases: 6.3,...
Marc Bastian Heinrichs
11:07 Revision 5e8b65de: [BUGFIX] Prevent error message for correct imports of sys_file_metadata
If sys_file_metadata records are updated on import, a wrong error message
is logged.
Resolves: #58826
Releases: 6.3,...
Marc Bastian Heinrichs
10:10 Revision 6053d151: [BUGFIX] Fix empty globalString LIT condition comparison
An empty "LIT:" condition results in NULL, so the strict compare
doesn't match with the empty string.
Solution is to...
Marc Bastian Heinrichs
00:04 Revision 36b6df84: [BUGFIX] Fix empty globalString LIT condition comparison
An empty "LIT:" condition results in NULL, so the strict compare
doesn't match with the empty string.
Solution is to...
Marc Bastian Heinrichs

2014-06-20

23:03 Revision 9ebf372a: [BUGFIX] Don't ignore file imports in fallback storage
An export could contain sys_file records that are "stored" in the
fallback storage (ID 0). They must not be ignored.
...
Marc Bastian Heinrichs
23:03 Revision df36bbb7: [BUGFIX] Don't ignore file imports in fallback storage
An export could contain sys_file records that are "stored" in the
fallback storage (ID 0). They must not be ignored.
...
Marc Bastian Heinrichs
22:45 Revision 51100122: [TASK] Improve StringUtility
This patch adds the methods beginsWith() and endsWith().
Furthermore it deprecates the (Core-wise unused) isLastPartO...
Markus Klein
22:20 Revision b81d4158: [BUGFIX] Treat link handler links as internal URLs
The RteHtmlParser will now check if a scheme found by parse_url()
matches a configured typolinkLinkHandler. If this i...
Alexander Stehlik
22:20 Revision 7c930dae: [BUGFIX] Treat link handler links as internal URLs
The RteHtmlParser will now check if a scheme found by parse_url()
matches a configured typolinkLinkHandler. If this i...
Alexander Stehlik
22:20 Revision 9d244db3: [BUGFIX] Treat link handler links as internal URLs
The RteHtmlParser will now check if a scheme found by parse_url()
matches a configured typolinkLinkHandler. If this i...
Alexander Stehlik
21:34 Revision 8a402d2a: [TASK] FollowUp to add support for having files outside the t3d/xml
Fix functional tests.
Resolves: #57379
Change-Id: Iafbf4e2b7e68dd27b488f20141f34680f57bc9c4
Reviewed-on: https://rev...
Marc Bastian Heinrichs
20:23 Revision b242f0aa: [TASK] Remove not maintained ChangeLog in EXT:linkvalidator
Resolves: #59738
Releases: 6.3
Change-Id: Idb08c3f7311ae97590495c77d180429baabefcda
Reviewed-on: https://review.typo3...
Wouter Wolters
18:27 Revision f9f534ed: [TASK] Add support for having files outside the t3d/xml in impexp
Impexp files are blown up from the files that are included as base64.
This patch adds the possibility to have the fil...
Marc Bastian Heinrichs
17:06 Revision 25e9e391: [BUGFIX] language condition does not match exact string
The documentation for conditions of type "language" states: "The values
must be a straight match with the value of ge...
Susanne Moog
16:55 Revision 4f9732b1: [TASK] Remove skipped FAL tests
FAL includes some tests that are skipped ever since
FAL was merged. Most of them don't even have a
comment as to why ...
Susanne Moog
14:10 Revision 3ae1385c: [BUGFIX] Nested flexforms no longer throw exception
This patch prevents nested flexforms from throwing
an exception on saving or opening the record.
Resolves: #59368
Re...
Thomas Christiansen
13:51 Revision 7190cfd9: [TASK] Raise recommended max nesting level
Raise recommended max nesting level to 400 as
the current value of 250 does not suffice.
Resolves: #59391
Releases: ...
Thomas Christiansen
13:50 Revision fd537e02: [TASK] Raise recommended max nesting level
Raise recommended max nesting level to 400 as
the current value of 250 does not suffice.
Resolves: #59391
Releases: ...
Thomas Christiansen
13:37 Revision 70936537: [TASK] Re-add unit tests for ExtensionCompatibilityTester
The tests for the ExtensionCompatibilityTester are currently skipped.
This patch removes the broken tests and leaves ...
Susanne Moog
13:02 Revision 7c5639a0: [BUGFIX] Check for logged in user before showing cookie warning
If a redirect for login error is setup, the warning cookie
message is displayed instead of redirecting.
Resolves: #5...
Tomita Militaru
13:02 Revision 9fccd00b: [BUGFIX] Check for logged in user before showing cookie warning
If a redirect for login error is setup, the warning cookie
message is displayed instead of redirecting.
Resolves: #5...
Tomita Militaru
12:21 Revision cbd8a394: [BUGFIX] Make Functional tests work on fast machines
Adds more entropy to the uniqid() call. So each call inside
foreach loop will generate unique value.
As uniqid() gene...
Tymoteusz Motylewski
12:13 Revision 86c63e3b: [BUGFIX] Make Functional tests work on fast machines
Adds more entropy to the uniqid() call. So each call inside
foreach loop will generate unique value.
As uniqid() gene...
Tymoteusz Motylewski
11:02 Revision 75f9d411: [BUGFIX] Get unit tests working again
Changed serialize behaviour in PHP triggers funny phpunit issues in
some tests. Switching to phpunit master for now a...
Markus Klein
11:01 Revision b63c0709: [TASK] Increase Extension Manager->showConfiguration input field width
Increases the width of string input fields to 300 pixels.
Resolves: #59679
Releases: 6.2, 6.3
Change-Id: Ia415a6cdf8...
Felix Kopp
11:01 Revision 2da12db4: [TASK] Increase Extension Manager->showConfiguration input field width
Increases the width of string input fields to 300 pixels.
Resolves: #59679
Releases: 6.2, 6.3
Change-Id: Ia415a6cdf8...
Felix Kopp
10:48 Revision ccc3e1fb: [BUGFIX] Get unit tests working again
Changed serialize behaviour in PHP triggers funny phpunit issues in
some tests. Switching to phpunit master for now a...
Markus Klein
04:35 Revision 50d36b86: [BUGFIX] Followup to "system locale when indexing"
A backport mistake happened letting the jpeg file extension
vanish. Undo that mistake.
Resolves: #30244
Releases: 6....
Markus Klein
04:27 Revision b0291130: [BUGFIX] Use system locale when indexing external documents
If paths or filenames of external documents contain utf-8 characters
the system locale must be used. Functions like e...
Jigal van Hemert

2014-06-19

21:43 Revision 7f4cc74e: [BUGFIX] Pass field name variable to flexform DS utility
A field name parameter is not being passed from within
DataHandler when copying a record which has a FlexForm
DF asso...
Claus Due
21:34 Revision 03a084e1: [BUGFIX] Pass field name variable to flexform DS utility
A field name parameter is not being passed from within
DataHandler when copying a record which has a FlexForm
DF asso...
Claus Due
21:34 Revision 4436848e: [BUGFIX] Pass field name variable to flexform DS utility
A field name parameter is not being passed from within
DataHandler when copying a record which has a FlexForm
DF asso...
Claus Due
19:11 Revision 29b00301: [BUGFIX] Remove warnings in ImportExportController.php
This patch adds cleanup to prevent warnings when accessing the
import/export module.
Resolves: #58534
Releases: 6.3,...
Nicole Cordes
19:11 Revision c8a726a6: [BUGFIX] Remove warnings in ImportExportController.php
This patch adds cleanup to prevent warnings when accessing the
import/export module.
Resolves: #58534
Releases: 6.3,...
Nicole Cordes
18:43 Revision 8ed935c9: [FEATURE] Add uid to SysDomainCache
If you are building an extension, that outputs
data depending on a selected domain, it is easier
to compare the uid o...
Henrik Ziegenhain
18:38 Revision ca201f35: [TASK] Extension manager: default sorting for Extensions
EM "Get Extension" does not show the awesome extension culture
that lives in the TER. Change sorting basically with t...
Felix Kopp
18:38 Revision 30766515: [TASK] Extension manager: default sorting for Extensions
EM "Get Extension" does not show the awesome extension culture
that lives in the TER. Change sorting basically with t...
Felix Kopp
18:35 Revision 6fbac4bb: [TASK] Ensure that cli user is admin on extension install and uninstall
Extension install and uninstall is an admin task. Calling the belonging
CommandController on cli should ensure, that ...
Marc Bastian Heinrichs
18:32 Revision 6e3ba2a5: [TASK] Ensure that cli user is admin on extension install and uninstall
Extension install and uninstall is an admin task. Calling the belonging
CommandController on cli should ensure, that ...
Marc Bastian Heinrichs
17:24 Revision 08ab8684: [BUGFIX] Fix RTE file links migration
Links in RTE might be stored as <LINK or <link.
Currently the upgrade wizards lacks support for <LINK.
Add this to th...
Markus Klein
17:23 Revision f7d19ae5: [BUGFIX] Fix RTE file links migration
Links in RTE might be stored as <LINK or <link.
Currently the upgrade wizards lacks support for <LINK.
Add this to th...
Markus Klein

2014-06-18

01:43 Revision 5ef754be: [BUGFIX] Wrong check for showing folder clickmenu
This patch fixes a wrong check that prevents the clickmenu
from showing for folders in the filelist.
Resolves: #5956...
Frans Saris
01:43 Revision c731cd78: [BUGFIX] Wrong check for showing folder clickmenu
This patch fixes a wrong check that prevents the clickmenu
from showing for folders in the filelist.
Resolves: #5956...
Frans Saris
00:43 Revision 803a900a: [BUGFIX] Typos in t3skin css files
Remove the lines as they have not been valid, nobody will miss them.
Resolves: #57716
Releases: 6.3, 6.2
Change-Id: ...
Markus Klein
00:42 Revision 7d1eef11: [BUGFIX] Typos in t3skin css files
Remove the lines as they have not been valid, nobody will miss them.
Resolves: #57716
Releases: 6.3, 6.2
Change-Id: ...
Markus Klein

2014-06-17

20:14 Revision 7420fc5e: [BUGFIX] Correctly align datepicker clear input and trigger icon
This patch fixed the alignment of the clear input icon in the
date input fields and the trigger icon outside the date...
Frans Saris
20:14 Revision 053bddcb: [BUGFIX] Correctly align datepicker clear input and trigger icon
This patch fixed the alignment of the clear input icon in the
date input fields and the trigger icon outside the date...
Frans Saris
20:13 Revision 0f7f9664: [TASK] Set TYPO3 version to 6.3-dev
Releases: 6.3
Change-Id: Ie6aef74f866ac9b93e752a777ce6313126d8a32f
Reviewed-on: https://review.typo3.org/30786
Review...
Oliver Hader
16:05 Revision 66af35a7: [BUGFIX] Undefined method in extension manager
PHP fatal error due to the invalid call to non-existing method
ExtensionManagementService::resolveDependenciesAndInst...
Oliver Hader
15:00 Revision 3fe13ccb: [BUGFIX] Page tree does not visualize move targets
If moving an element to a different page, the page tree only
visualizes the change in the source page, but does not v...
Oliver Hader
15:00 Revision 01efa5c3: [BUGFIX] Define precedence of states in workspace module
The workspace module defines several states:
edited, moved, created, hidden, unhidden, deleted
The states "hidden" a...
Oliver Hader
15:00 Revision d3de5d55: [BUGFIX] Preview of moved workspace elements on source page
If e.g. a content element gets moved to a different page, the
workspace preview link opens the source page (which doe...
Oliver Hader
00:23 Revision df11f015: Revert "[BUGFIX] Session cookie is not recreated on login"
This reverts commit 76741dff7b967b88aa1d6e556500a77716c7a97a
(https://review.typo3.org/29626)
This change is not nee...
Helmut Hummel

2014-06-16

11:48 Revision 22e9d09a: [BUGIFX] Field labels not shown in workspaces history
Field labels are not shown if opening the history of an
element in the workspace module.
Resolves: #59546
Releases: ...
Oliver Hader

2014-06-13

16:02 Revision 7c8b73d7: [BUGFIX] Broken tests due to modified PostProcessor constructor
Issue #31951 introduced a breaking change in changing the order
of constructor arguments in the form PostProcessor. T...
Oliver Hader
13:22 Revision 8bd1988d: [BUGFIX] Own Layout Breaks Mail Message
With this patch it is possible to configure custom layouts
for the form, confirmation, and each type of post processo...
Cornel Boppart
10:37 Revision 26819f9e: [TASK] Restructure functional frontend tests
In the scope of enabling Extbase frontend rendering during
functional test runs, the response object contains multipl...
Oliver Hader
09:50 Revision 5dba6de7: [BUGFIX] Extensionmanager does not show error messages on update failure
The extension manager fails to show any error message if an extension
update fails.
Convert exceptions (e.g. depende...
Philipp Gampe
08:59 Revision 15ffdb20: [BUGFIX] Erroneous date sorting in File List
The sorting by date fails in the Filelist module when more
than 9 files with the same date are found since the numeri...
Francois Suter

2014-06-12

18:45 Revision 35a93a95: [TASK] Integrate functional DataHandler tests for FAL
The functional frontend tests are extended with basic FAL
use-cases in the live workspaces, as well as for modifying,...
Oliver Hader
18:14 Revision 7f21712f: [BUGFIX] Field size of t3ver_label too low
During workspace move operations sometimes a warning like
this can be found:
102: These fields are not properly up...
Oliver Hader
18:12 Revision 9f0a5b49: [BUGFIX] IRRE children's children are not moved with parent
Having a parent-child structure spanning three levels, only the
first and second level elements are moved to a differ...
Oliver Hader
18:05 Revision 4b44c2eb: [BUGFIX] Missing "all workspaces" tab action for regular editors
Clicking the "all workspaces" tab in the workspace backend
module as regular editor does not have any action and actu...
Oliver Hader
17:52 Revision 85f37a09: [TASK] Reduce complexity in frontend functional tests
Testing the frontend behavior in functional tests creates
currently an own PHP sub-request to execute TypoScript in
f...
Oliver Hader
16:25 Revision ebce207f: [BUGFIX] Preview links are shown for deleted pages
Preview links should not be shown in the backend, if pages are
deleted in a workspace. Currently both page tree conte...
Oliver Hader
14:26 Revision 4477f277: [TASK] Trigger events in DragUploader
The DragUploader implementation prevents most of its JavaScript
API to be interacted with from outside the module. Es...
Stephan Schuler
14:17 Revision 43e5e4cc: [BUGFIX] sys_news on login with twice hsc
Set RteHtmlParser in dontHSC_rte modus to fix garbled output.
Resolves: #25188
Releases: 6.2, 6.1
Change-Id: Ib01c3f...
Alexander Opitz
14:13 Revision a27b58b8: [BUGFIX] sys_news on login with twice hsc
Set RteHtmlParser in dontHSC_rte modus to fix garbled output.
Resolves: #25188
Releases: 6.2, 6.1
Change-Id: Ib01c3f...
Alexander Opitz
13:39 Revision 284c5a81: [BUGFIX] Unnecessary instantiation of objects in contentObjectRender
Classes implementing the hook cObjTypeAndClass are instantiated each
time a contentObjectRender is created, even if t...
Tomas Norre Mikkelsen
12:42 Revision eeaad611: [BUGFIX] AddQueryStringMethod overwrites parameters
Uri parameters are overwritten when using both POST and GET parameters
with the addQueryStringMethod functionality of...
Klaas Johan Kooistra
09:05 Revision 600a3ed9: [TASK] Add a system check for external downloads
This patch adds a check to the SystemEnvironment checks to test
whether any method for retrieving external files is a...
Markus Klein
08:27 Revision 7c7792d9: [FEATURE] Display loading mask in Extension Manager
Add a loading mask effect, whenever the User has clicked
on one of the two buttons of the compatibility check message...
Zbigniew Jacko

2014-06-11

23:31 Revision df9399a1: [BUGFIX] TS/EM constant categories cannot be localized
Constant categories may now be localized using a construct similar
to defining custom subcategories:
Fixes: #57369
D...
Xavier Perseguers
22:45 Revision 27b85a41: [BUGFIX] Fix PHP Warning on executing Database Analyzer without changes
When running the Database Analyzers "Execute" without checking at least
one checkbox you get a PHP Warning "array_mer...
Stephan Großberndt
22:41 Revision 90b0b4a3: [BUGFIX] FollowUp to "Invalid localization overlay of cObject FILES"
When fixing language overlay of cObject FILES, the mocking in the unit
test was not adapted.
Resolves: #58352
Resolv...
Steffen Ritter
17:11 Revision b8f385b3: [TASK] Add default TypoScript setting for extbase query cache
The extbase query cache is enabled by default. This patch
adds a TypoScript setting to enable or disable the cache in...
Marc Bastian Heinrichs
17:04 Revision 81662133: [TASK] Detect and import xml file as well as t3d on ext initialization
Whenever installing an extension, the file located at
EXT:ext_key/Initialisation/data.t3d is detected and its content...
Marc Bastian Heinrichs
16:59 Revision 92907937: [BUGFIX] Fix set_no_cache() log level severity
The array key that is used to check if a Backend user is logged in
is fixed.
Resolves: #59495
Releases: 6.2
Change-I...
Alexander Stehlik
16:54 Revision d976053c: [BUGFIX] Invalid localization overlay of cObject FILES
The TypoScript cObject FILES does not consider localization
overlays and behavior correctly when it comes additional
...
Oliver Hader
16:49 Revision 2f2c328e: [TASK] EM: Add possibility to bypass system dependency checks
This patch adds a new action to show all unresolved dependencies and
adds the possibility to bypass all system and ve...
Nicole Cordes
16:35 Revision 14183c8d: [BUGFIX] PAGE_TSCONFIG_ID is not visible in TCA wizards
The placeholder PAGE_TSCONFIG_ID may be used in a foreign_table_where
TCA condition but is not available as parameter...
Steffen Kamper
12:30 Revision e7c1ea0e: [BUGFIX] Erroneous date sorting in File List
The sorting by date fails in the Filelist module when more
than 9 files with the same date are found since the numeri...
Francois Suter
12:11 Revision f66a4db6: [TASK] Activate 'Flush system caches' with Preset 'Development'
Add a new configuration in Install Tool (['SYS']['clearCacheSystem']).
If set, the toolbar of clearing system cache i...
Zbigniew Jacko
11:50 Revision ed5b0d12: [BUGFIX] File Relations don't work with workspaces
The file repository used to resolve all sys_file_references
handles enable fields manually currently, which is bad be...
Benni Mack
11:50 Revision 944d335b: [BUGFIX] Guard FAL API when called with invalid identifiers
When calling ResourceFactory::getInstance()
->getFileObjectFromCombinedIdentifier($identifier)
with $identifier === N...
Helmut Hummel
11:26 Revision 1682401c: [TASK] Improve styling of sys_action "Create Backend User"
The styling of sys_action "Create Backend User" is outdated
and should be slightly improved to enhance usability of
t...
Lorenz Ulrich
11:07 Revision 81ec29a2: [BUGFIX] Add additional TS for contentRenderingTemplates loaded by file
Loading extensions TS, that provide contentRenderingTemplates, like
css_styled_content, using INCLUDE_TYPOSCRIPT was ...
Marc Bastian Heinrichs

2014-06-10

17:44 Revision 3d3b794a: [BUGFIX] IRRE children show no field values with useCombination
The IRRE option useCombination enables to use bi-directional
relations with IRRE items. This enables you to re-use IR...
Stefan Froemken
13:55 Revision 382457d2: [BUGFIX] Move TCA for fe_users and fe_groups into TCA/Overrides
TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p...
Anja Leichsenring
13:17 Revision 7717507f: [BUGFIX] Fetch RSA public key by Ajax before FE login
Instead of generating and saving the public/private keys for
an RSA enabled login form on rendering the form the keys...
Frans Saris
12:18 Revision b1f40e9b: [TASK] FollowUp to "Include suggest info into package metadata"
A small follow-up renaming the variable of the loop which
has not been renamed after copy and paste.
Resolves: #5870...
Steffen Ritter
11:57 Revision 5442fe23: [BUGFIX] rtehtmlarea user settings are not shown in setup ext
Fix this by adding the suggestion already present in
the ext_emconf.php also to the composer.json.
Resolves: #58694
...
Markus Klein
11:57 Revision d8b4aae0: [TASK] Observe ext suggestions for ext loading order
Let the DependencyResolver take the suggest-part of the composer.json
or ext_emconf.php files into account. This solv...
Markus Klein
11:57 Revision dce99817: [TASK] Include suggest info into package metadata
Enhance the Package metadata with information about suggested packages.
This information may be loaded from composer....
Markus Klein

2014-06-07

17:51 Revision 81420f8c: Revert "[TASK] Downgrade to PHPUnit 3.7.*"
We can revert this again as the issue has been resolved
upstream:
https://github.com/sebastianbergmann/phpunit-mock-o...
Helmut Hummel
17:16 Revision 858ef836: [BUGFIX] Use delayedImportElement after uploading files
When uploading multiple files in TCEForm the DrapUploader
adds all uploaded files directly to the inline element of t...
Frans Saris

2014-06-06

21:03 Revision 7a876ddc: [TASK] Downgrade to PHPUnit 3.7.*
Suddenly build failures occurred on travis which seem
to be related to ReflectionClass::newInstanceWithoutConstructor...
Helmut Hummel
20:14 Revision ce838380: [BUGFIX] Fix command description
Due to using array_pop instead of array_shift the last line
of the command description is dropped instead of the firs...
Mathias Brodala
20:05 Revision 40219c6d: [BUGFIX] Fix command description
Due to using array_pop instead of array_shift the last line
of the command description is dropped instead of the firs...
Mathias Brodala
11:43 Revision 0f9bd665: [BUGFIX] getIndpEnv('TYPO3_SSL') fails to detect reverseProxyIp
When running TYPO3 behind a reverse proxy, which also handles SSL,
the setting reverseProxySSL should check if the si...
Jan-Erik Revsbech
11:38 Revision b9cb4518: [BUGFIX] getIndpEnv('TYPO3_SSL') fails to detect reverseProxyIp
When running TYPO3 behind a reverse proxy, which also handles SSL,
the setting reverseProxySSL should check if the si...
Jan-Erik Revsbech
11:11 Revision d15687b7: [TASK] Enhance resource storage hooks
Emit postFileCreate and postFileSetContents signals and add
provide the original folder in the postFileMove and the
p...
Alexander Stehlik

2014-06-05

23:07 Revision c578d476: [BUGFIX] Unified maxitems default value for group fields
The maxitems value for a group field defaults to 1 instead of 100000 so
that it is consistent with the TCA reference ...
Alexander Stehlik
22:57 Revision 3b5196b6: [BUGFIX] Admin panel extGetFeAdminValue() overrides are wrong
The current check does not properly consider the override values.
If a override is set, then its value has to be take...
Markus Klein
22:45 Revision 795fa7f5: [BUGFIX] Disabled backend users shown for workspace stage change
On changing the stage of a workspace version, an accordant
dialog is shown with recipients to be informed about this
...
Stefan Rotsch
22:28 Revision 1c766e75: [BUGFIX] Show images in preview of page module
For custom content elements with image these are shown
as thumbs in the list module but not in the page module.
This...
Frans Saris
20:39 Revision 06af78d5: [CLEANUP] Add missing PHP comments in class LogoView
Change-Id: I13d428c7b8a3964e8c376ad2c8d2a4af8c0059f1
Releases: 6.2
Resolves: #59374
Reviewed-on: https://review.typo3...
Fabien Udriot
20:09 Revision 2105c6f4: [BUGFIX] Improve the formatting of help of the CommandController
This aligns the description of the command line options.
Resolves: #59372
Releases: 6.2
Change-Id: I474f8415d3ed62d5...
Stefano Kowalke
19:49 Revision b2114781: [BUGFIX] Illegal string offset 'uid' in TypoScriptFrontendController
Logoff sets user property to an empty string instead of NULL. This
leads to a PHP Warning in PHP 5.4
Change-Id: Ib0e...
Robert Vock
19:46 Revision 928b165e: [BUGFIX] Illegal string offset 'uid' in TypoScriptFrontendController
Logoff sets user property to an empty string instead of NULL. This
leads to a PHP Warning in PHP 5.4
Change-Id: Ib0e...
Robert Vock
13:44 Revision 66bf424e: [BUGFIX] Warning in SearchController
$this->sWArr is not defined SearchController.
Fix this to use the correct $this->searchWords variable.
Change-Id: Ib...
Christian Zenker
13:44 Revision 49b7ac46: [BUGFIX] Warning in SearchController
$this->sWArr is not defined SearchController.
Fix this to use the correct $this->searchWords variable.
Change-Id: Ib...
Christian Zenker
10:29 Revision 79bbd9a3: [BUGFIX] Show content elements from hidden pages in preview
Content elements from hidden pages are no longer shown in previews.
Fix this by checking with a strong comparison in...
Markus Klein
08:42 Revision f731fc36: [BUGFIX] New content elements are always stored on pid 0
Due to patch https://review.typo3.org/#/c/30305/ the string comparison
on colPos fails and new content elements are a...
Markus Klein
08:41 Revision 05bbf375: [BUGFIX] New content elements are always stored on pid 0
Due to patch https://review.typo3.org/#/c/30305/ the string comparison
on colPos fails and new content elements are a...
Markus Klein

2014-06-04

19:45 Revision e00d0bfe: [BUGFIX] Fix frontend unit tests if executed standalone
* Unit tests are allowed for CLI anyway
* Remove allow all in data provider
The latter implicitly caused a global al...
Helmut Hummel
19:43 Revision 2c8a4285: [BUGFIX] Fix frontend unit tests if executed standalone
* Unit tests are allowed for CLI anyway
* Remove allow all in data provider
The latter implicitly caused a global al...
Helmut Hummel
18:16 Revision 15c26140: [BUGFIX] Fix frontend unit tests if executed standalone
* Allow HTTP_HOST access for all unit tests
* Remove allow all in data provider
The latter implicitly caused a globa...
Helmut Hummel
17:58 Revision 13104c3e: [BUGFIX] Show storage and folder of file/folder
To make it possible for an editor to find the real
location of a used file, the storage and folder are
added to the E...
Frans Saris
17:22 Revision c5b01462: [BUGFIX] New content elements are always stored on pid 0
Due to patch https://review.typo3.org/#/c/30305/ the string comparison
on colPos fails and new content elements are a...
Nicole Cordes
 

Also available in: Atom