Project

General

Profile

Activity

From 2012-08-19 to 2012-09-17

2012-09-17

22:42 Revision b04fa38b: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "opendocs", "openid",
"perm" and "recordlist".
Change ("a" . "b") . "c" i...
Arvid Jakobsson
22:41 Revision 3882ce1a: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "saltedpasswords",
"scheduler", "setup" and "statictemplates".
Change ("a...
Arvid Jakobsson
21:57 Revision 5422f6aa: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "sv", "sys_action",
"sys_note" and "t3editor".
Change ("a" . "b") . "c" i...
Arvid Jakobsson
21:57 Revision 6a0863cf: [TASK] Remove superfluous parens in sysexts css_styled_content - feedit
Removes superfluous parenthesis in sysexts "css_styled_content",
"extensionmanager", "extra_page_cm_options" and "fee...
Arvid Jakobsson
21:56 Revision 473f9c4e: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "t3skin", "taskcenter",
"tsconfig_help" and "tstemplate".
Change ("a" . "...
Arvid Jakobsson
21:16 Revision 6e8ad38e: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "tstemplate_analyzer",
"tstemplate_ceditor", "tstemplate_info" and "tstemp...
Arvid Jakobsson
21:16 Revision cfbae0f8: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "viewpage",
"wizard_crpages" and "wizard_sortpages".
Change ("a" . "b") ....
Arvid Jakobsson
20:54 Revision b94456a6: [TASK] Remove superfluous parenthesis in folders typo3 and t3lib
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I77e999229bf10bc39757f927bb3386eb2...
Arvid Jakobsson
19:46 Revision 5d681714: [TASK] Adapt DriverRegistryTest to the changed behaviour
The DriverRegistry does not throw exception anymore, if the
same Driver is registered twice. The Exception only is
th...
Steffen Ritter
19:17 Revision ec08ae68: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "recycler", "reports",
"rsaauth" and "rtehtmlarea".
Change ("a" . "b") . ...
Arvid Jakobsson
19:12 Revision 76ea23d8: [BUGFIX] Fatal error is thrown when more drivers are registered
Due to some extension manager processes when installing a new extension
the DriveRegistry has to support to register ...
Nicole Cordes
09:39 Revision 6d68b2d6: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "func_wizards", "impexp",
"indexed_search" and "info".
Change ("a" . "b")...
Arvid Jakobsson

2012-09-16

21:53 Revision 1e4ae82b: [TASK] Remove superfluous parenthesis in sysexts.
Removes superfluous parenthesis in sysexts "aboutmodules", "adodb",
"belog" and "beuser".
Change ("a" . "b") . "c" i...
Arvid Jakobsson
21:53 Revision 6668d376: [TASK] Remove superfluous parenthesis in sysexts.
Removes superfluous parenthesis in sysexts "cli", "cms",
"context_help" and "cshmanual".
Change ("a" . "b") . "c" in...
Arvid Jakobsson
17:20 Revision 9f0367b2: [BUGFIX] Field name 'location' is case insensitive
According to RFC 2616 field names in HTTP headers are
case-insensitive. Some servers respond with a lower case
'l' wh...
Daniel Minder
16:02 Revision cfd10726: [BUGFIX] Files contents cannot be changed
Setting file contents failed for two reasons:
a) The permissions were incorrectly read from TSconfig and
b) We used...
Andreas Wolf
15:12 Revision 15085cbb: [TASK] Re-enable previously skipped unit tests
Take the chance to also clean up the test class a bit.
Change-Id: Ib2835aa4dc4c170d327f56dfcde134cf5871867b
Resolves...
Helmut Hummel
14:24 Revision 86349411: [TASK] Remove superfluous parenthesis in sysext frontend
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I09b90a58a74a219e6957488a7cca7a591...
Arvid Jakobsson
14:13 Revision 015f697c: [TASK] Remove superfluous parenthesis in sysext core
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I818d55a2f00b549fef8377f1c6766c293...
Arvid Jakobsson
13:50 Revision 415c0866: [BUGFIX] Editing page is broken on wrong type
Change-Id: If6d3dfcb0fb095063750eaeb85bdb32aef0f417e
Resolves: #40282
Related: #40095
Releases: 6.0
Reviewed-on: http...
Wouter Wolters
12:15 Revision 6c248b44: [BUGFIX] Use double quoted strings for control chars
Instead of literal characters in single quoted strings it's better
to use doubled quoted strings for control characte...
Jigal van Hemert
12:08 Revision e83bc344: [BUGFIX] Typehint in AbstractTree refers to non-existant class
Change-Id: I69b9d1c81e1215980d4a40b0383de400b26886d7
Fixes: #40952
Release: 6.0
Reviewed-on: http://review.typo3.org/...
Steffen Ritter
11:42 Revision 4433a85e: [TASK] Remove superfluous parenthesis in sysext backend
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I8a30e8689c1c567770d0c03beaa12a0bf...
Arvid Jakobsson

2012-09-15

11:40 Revision d9d695c5: [BUGFIX] Restore field descriptions in Install Tool
In the Install Tool All Configuration part all field descriptions
are missing. This patch removes the additional newl...
Anja Leichsenring

2012-09-13

00:18 Revision 889e5bf7: [TASK] Cleanup Unit Tests
* Skip the IPV6 Test that always fails on darwin/ OSX OS
* Remove the potentially skipped tests concerning t3lib_diff...
Helmut Hummel
00:06 Revision 232a5e8d: [TASK] Add unit tests for stdWrap_strftime
Change-Id: Ic4a640c880a59bf322101efb1ab7fb58bb8ace48
Fixes: #40876
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Jigal van Hemert

2012-09-12

23:50 Revision 22ff3b64: [TASK] Clean up some ext:belog details and activate tests in travis
Cleans up ext:belog and activates the test suite:
* Fix some annotations
* Move a test that was put to a wrong locati...
Christian Kuhn
22:50 Revision e29649de: [TASK] Cleanup Bootstrap Classes
The namespace switch removed some linefeeds that
were there to improve readability of the bootstrap.
Add these again...
Helmut Hummel
15:44 Revision 8f986e40: [TASK] Stabilize scheduler tests and activate in travis
Next try to add the scheduler tests to the test suites.
The patch applies several changes:
* For some weird reasons...
Christian Kuhn
14:56 Revision 6e3ffe79: [BUGFIX] Wrong icon in db_new tree
The wrong line icon is used in the wizard of
db_new.php
Change-Id: Ifba1d0270b547e11326ffb1c82a48e8c8838b401
Resolve...
Georg Ringer
12:28 Revision dd6ae3be: [TASK] Improve margin in field select
The margin can be improved.
Change-Id: I5680551fdc7625037d222d627d49a51a49835f26
Resolves: #40858
Releases: 6.0
Revi...
Georg Ringer
08:11 Revision df706daf: [BUGFIX] Upgrade wizard to fill default EM repository
An upgrade wizard is needed to add the default
repository of the EM. Otherwise the EM crashes
Change-Id: I3d254fae0b...
Georg Ringer

2012-09-11

23:22 Revision 395fe24b: [TASK] Move last files from tests root folder
The patch moves the last files in tests/ to a different location:
* FAL functional StorageTest is moved to ext:core a...
Christian Kuhn
22:11 Revision 2e6046eb: [TASK] Move UnitTests.xml file to EXT:core/Build
This was decided at the latest release manager meeting:
To get rid of the top level tests/ directory, the UnitTests.x...
Christian Kuhn
21:54 Revision bab0ee62: [TASK] Namespace SystemEnvironmentBuilderTest
* Move BaseSetupTest to SystemEnvironmentBuilderTest and namespace it.
* Introduce an AccessibleProxy for the protect...
Christian Kuhn
20:38 Revision fc7d6c73: [BUGFIX] Make ext:form work with namespaced classnames
Change-Id: I26b501e49d41656eb50996be4d56b4c18f1563ba
Fixes: #40364
Related: #40095
Releases: 6.0
Reviewed-on: http://...
Thomas Maroschik
20:34 Revision b5fcb5b7: [TASK] Move fixture files from tests/
There are still some fixture files within the root tests/ directory.
The patch moves them to Fixtures/ folders below ...
Christian Kuhn
20:11 Revision a0cf6ea5: BUGFIX] strftime expects parameter 2 to be long, string given
Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para...
Jigal van Hemert
19:47 Revision d042bfc8: [TASK] Add test integrity test
In the past it happened quite often that some test did not take care
of proper backing up globals or other environmen...
Christian Kuhn
18:01 Revision 3183c963: [BUGFIX] Wrong call to TSFE in FrontendEditing
The FrontendEditingController calls TSFE->includeTCA right
before the index_ts.php calls TSFE->getCompressedTCA().
B...
Steffen Ritter
16:58 Revision e2235d09: [TASK] Rebuild language selection list in lang module
This patch replaces the language selection field in language module.
Change-Id: I52fd08df4bfd4687c65588cd3e479d08b48...
Kai Vogel
15:51 Revision 775ec6e9: [TASK] Replace module icon in language module
This patch replaces the icon in extensionmanager and admin tools menu
(module icon) with a more attractive one.
The n...
Kai Vogel
13:01 Revision 9eadf6a9: [TASK] Add labels to log in info module
Labels improve the usuability, so add them
Change-Id: I7d06f26959eb46cab449a2870942df02917023b0
Resolves: #39874
Rel...
Georg Ringer
08:24 Revision 434e8629: [BUGFIX] Wrong type hint used after namespace changes
One place has been missing while changing all the
class names
Change-Id: I73d5e3f006377ea46079ac9f17f30c817ada7d4a
R...
Georg Ringer
00:25 Revision 34aad854: [TASK] Activate extensionmanager tests in travis
After fixing lots of side effects and invalid environment changes
of existing unit tests and updating the introductio...
Christian Kuhn

2012-09-10

16:12 Revision d13d9085: [TASK] Raise submodule pointer
Change-Id: Ic37ed816e8ccce1c976c1e66155ebe77788738bc
Reviewed-on: http://review.typo3.org/14499
Reviewed-by: Christia...
Christian Kuhn
16:06 Revision 29aa7003: [BUGFIX] Reset makeInstance singletons correctly
StandaloneViewTest() uses GeneralUtility::purgeInstances() but does not
reset the singletons to the previous state wh...
Christian Kuhn
15:47 Revision 5fe9f9c1: [BUGFIX] Broken backups in BackendConfigurationManagerTest
BackendConfigurationManagerTest fiddles with several $GLOBALS but
incompletly resets to previous state in tearDown()....
Christian Kuhn
01:42 Revision 4fd6bfa2: [TASK] Fix for unit tests to change singletons and reset again
TYPO3\CMS\Core\Utility\GeneralUtility::setSingletonInstance() is a method
for unit tests to inject singleton mocks fo...
Christian Kuhn
00:01 Revision b2c69149: [TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I42191aed03c4d78ae98d8e0e3d0468c10...
Arvid Jakobsson

2012-09-09

23:48 Revision c30f2663: [TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I90fef2823026e7c5c4048470500db4acb...
Arvid Jakobsson
23:46 Revision 4ff68340: [TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I7d10826a66a32af1fb3dbd462b028a5d1...
Arvid Jakobsson
23:26 Revision 863338a9: [TASK] Remove superfluous parenthesis
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: Id4784f2c2d61a68e6e1238623f9450c8b...
Arvid Jakobsson
22:04 Revision b597ff94: [BUGFIX] L10n PHP parser stores NULL for unknown key
The PHP parser caches NULL instead of an array when the Backend
language is not available for a given extension using...
Xavier Perseguers
22:04 Revision 74cb0c9d: [BUGFIX] L10n PHP parser stores NULL for unknown key
The PHP parser caches NULL instead of an array when the Backend
language is not available for a given extension using...
Xavier Perseguers
21:59 Revision 530fe3bc: [BUGFIX] L10n PHP parser stores NULL for unknown key
The PHP parser caches NULL instead of an array when the Backend
language is not available for a given extension using...
Xavier Perseguers
17:58 Revision 1c65fc9c: [TASK] Raise submodule pointer: extbase
Change-Id: I61bfb67d9e633ddb25eebf2c82092c67c9ea8970
Releases: 6.0
Reviewed-on: http://review.typo3.org/14480
Reviewe...
Christian Kuhn
17:45 Revision cca3ec76: [TASK] Namespace and move t3lib unit tests - 6
This patch moves most unit tests of the tests/Unit/t3lib/*
directory to the core extension, following the new name sc...
Wouter Wolters
17:16 Revision 1721a490: [TASK] Namespace and move t3lib unit tests - 5
This patch moves most unit tests of the tests/Unit/t3lib/*
directory to the core extension, following the new name sc...
Wouter Wolters
16:38 Revision 4b7a3860: [BUGFIX] Warnings in extensionmanager
The patch fixes some rather obvious problems in EXT:extensionmanager
to stabilize the tests. Furthermore the extensio...
Christian Kuhn
12:06 Revision 12a843ff: [BUGFIX] Incomplete mocking and backups it tests
Fix two systematical warnings raised by running the unit tests:
* The DataMapperTest mocks Persistence\Generic\Mappe...
Christian Kuhn

2012-09-08

22:51 Revision 03ebef90: [BUGFIX] Warnings in StringUtility
StringUtility::isLastPartOfString does not sanitize the input arguments
enough and throws warnings if calling strlen(...
Christian Kuhn
22:40 Revision 3d745148: [BUGFIX] Warning in FAL StorageTest
checkFolderPermissionsRespectsFilesystemPermissions throws a warning
that the third argument from the data provider i...
Christian Kuhn
22:08 Revision 936348a2: [BUGFIX] FAL LocalDriverTests throws warnings
finfo() in FAL LocalDriver can not deal with vfs streams and throws
warnings. It is used to fetch the mime type of fi...
Christian Kuhn
20:31 Revision 6a384b0b: [BUGFIX] Load CSH Manual by default
The cshmanual extension must be loaded by default to make the CSH
popups work.
Change-Id: Iad8d12bc2caac8b24cf14ac14...
Jigal van Hemert
16:41 Revision 665d36a6: [BUGFIX] Warning missing argument 3 in t3lib_cacheHashTest
t3lib_cacheHashTest::cacheHashCalculationWorks() expects three parameters
from the data provider, but the data provid...
Christian Kuhn
15:08 Revision 6b2d5b35: [BUGFIX] Split off functional category collection tests
Most CategoryCollectionTests need dummy records and dummy database
tables to work. They do not only test the category...
Christian Kuhn

2012-09-07

14:12 Revision 93eeb2bd: [BUGFIX] File upload button is collapsed in Chrome 21
In Chrome 21, the FlashUploader button is collapsed to a few pixels of
height. So it is nearly impossible to hit the ...
Steffen Gebert

2012-09-06

15:27 Revision c8f078b8: [BUGFIX] Selection of Multiple Collections in CE Uploads
Due to a missing TCA-definition it is not possible to
select more than one collection in a content element
of type "u...
Steffen Ritter
15:24 Revision 47a1d55a: [BUGFIX] sys_file_reference uses filename instead of title
When using a file a sys_file_reference entry is created.
The fields of that record are pre-filled with values from
th...
Steffen Ritter

2012-09-05

09:28 Revision aaa66a60: [BUGFIX] Sysext impexp compat layer refers to uppercase class folder
The auto-generated compat layer for the namespace switch
requires the clickmenu classes within the "Classes" folder
w...
Steffen Ritter
09:19 Revision e5f7b5f1: [BUGFIX] L10n parser interface is wrongly defined
The parsers extending the localization parser interface do not have a
compatible third parameter of method getParsedD...
Xavier Perseguers
09:19 Revision 0cd0e33e: [BUGFIX] L10n parser interface is wrongly defined
The parsers extending the localization parser interface do not have a
compatible third parameter of method getParsedD...
Xavier Perseguers
09:15 Revision 515c94df: [BUGFIX] L10n parser interface is wrongly defined
The parsers extending the localization parser interface do not have a
compatible third parameter of method getParsedD...
Xavier Perseguers
08:29 Revision 241e31dc: [BUGFIX] Take versioned record into account for showHidden flag.
FollowUp to issue #33392 in master - the merged condition
in if always results to true --> every page is considered
a...
Steffen Ritter
07:41 Revision f8e325fe: [BUGFIX] Hide/Unhide of FileReferences in IRRE does not work
IRRE hide/unhide feature just changes the input of the
hidden field. If the field is not present in the rendered
form...
Steffen Ritter

2012-09-04

10:15 Revision c9deca16: [BUGFIX] Editing *_users with saltedpasswords active fails
Since the namespace changes, the custom form-field-
evaluators for passwords shipped by saltedpasswords are
registere...
Steffen Ritter

2012-09-03

17:05 Revision de2cacc0: [BUGFIX] Subject field in FormWizard
Allow setting the subject of an Email
by adding a 3rd input field to the
post processor section of the form tab.
Cha...
Florian Scholz
14:48 Revision 837fd443: [BUGFIX] Uncaught Exception on multi-language site
Change-Id: I62d28c206a43d178ae5ec830126b9e86013de6bc
Resolves: #40168
Releases: 6.0
Reviewed-on: http://review.typo3....
Martin Helmich
13:17 Revision 97bbbe70: [TASK] Fix broken references to exceptions in global namespace
With the introduction of namespaces, the references to SPL exceptions
like InvalidArgumentException were not prepende...
Andreas Wolf
13:02 Revision d4f101a0: [BUGFIX] Changing file title changes file name
The TCA configuration of sys_file allows direct editing of the file
name. As t3lib_TCEmain does not recognize this ch...
Andreas Wolf
01:01 Revision 1a32d49d: [BUGFIX] FAL FileExtensionFilter raises warning
The FileExtensionFilter filterInlineChildren() raises a warning if
$parameters['values'] is not an array. This is tri...
Christian Kuhn
00:31 Revision 66458b74: [BUGFIX] FAL test mock TYPO3_DB without backup
Service/IndexerServiceTest mocks $GLOBALS['TYPO3_DB'] without a correct
backup and destroys the database resource han...
Christian Kuhn

2012-09-02

23:52 Revision a06077f0: [BUGFIX] Incomplete mocking in AbstractMenuContentObjectTest
AbstractMenuContentObjectTest of frontend extension mocks TSFE
(TypoScriptFrontendController) but does not provide al...
Christian Kuhn
23:30 Revision 93e12ed8: [BUGFIX] LogLevelTest dataProvider not used
isValidLevelThrowsExceptionOnInvalidLevelIfAskedToDoSo() test throwed a
warning that required input parameter $inputV...
Christian Kuhn
22:05 Revision 900d343d: [BUGFIX] Warning in Locker if filepointer is no resource
The 'flock' locking calls flose() without checking if the filepointer
is actually a resource. This leads to warnings,...
Christian Kuhn
16:35 Revision 8ba78c2d: [BUGFIX] Warning in ConfigurationManagerTest
Fix setLocalConfigurationValueByPathReturnFalseIfPathIsNotValid that
calls setLocalConfigurationValueByPath() without...
Christian Kuhn
15:54 Revision a4b5292b: [BUGFIX] Warning in RecordCollectionRepositoryTest
RecordCollectionRepository calls fullQuoteStr() on DataHandler class. The
class is mocked in the tests, so there is n...
Christian Kuhn
13:43 Revision 2ec10d97: [TASK] Stabilize some tests if run as root
GeneralUtility::fixPermissions has a bug if createGroup is set to the id
of the root group (0), and does not set the ...
Christian Kuhn
10:31 Revision f2baaabb: [TASK] Namespace and move t3lib unit tests - 4
This patch moves most unit tests of the tests/Unit/t3lib/*
directory to the core extension, following the new name sc...
Wouter Wolters

2012-09-01

23:48 Revision 8a1ea75e: [TASK] Clean up extensionmanager test directory
There are still those empty 'old' test files from the namespace script
that moved the tests to the Tests/Unit subfold...
Christian Kuhn
23:19 Revision 6884d17c: [BUGFIX] TCA for extension manager extension incomplete
The TCA for the extension manager extension table
is missing the configuration for fields reviewState
and integerVers...
Susanne Moog
23:07 Revision b2b65370: [TASK] Extension Manager: Remove superfluous tests
The file handling utility tests contain two tests that
fail under certain circumstances. As the called functions
are ...
Susanne Moog
23:03 Revision 334f5432: [BUGFIX] Scheduler tests still fail on travis-ci.org
See http://travis-ci.org/#!/typo3/TYPO3v4-Core/jobs/2306346
Remove the tests from the test suite again, for now.
Cha...
Christian Kuhn
22:45 Revision dbb37777: [BUGFIX] Stabilize dataHandler test
If hooks are registered for DataHandle->process_datamap(), test
processDatamapWhenEditingRecordInWorkspaceCreatesNewR...
Christian Kuhn
22:14 Revision 1e7e8e9f: [TASK] Stabilize scheduler tests and activate in travis
Minor corrections for the scheduler tests should make them stable
enough to be activated in the travis test suite.
C...
Christian Kuhn
21:20 Revision 9463f777: [TASK] Namespace and move t3lib unit tests - 3
This patch moves most unit tests of the tests/Unit/t3lib/*
directory to the core extension, following the new name sc...
Wouter Wolters
20:50 Revision 7bad033f: [BUGFIX] Compressor: filemtime(): stat failed in Help > About TYPO3
t3lib_Compressor fails to correctly compute relative path from
main directory when compressing JS and CSS files from ...
Xavier Perseguers
20:50 Revision 8323f6b9: [BUGFIX] Compressor: filemtime(): stat failed in Help > About TYPO3
t3lib_Compressor fails to correctly compute relative path from
main directory when compressing JS and CSS files from ...
Xavier Perseguers
20:50 Revision 862397ce: [BUGFIX] Compressor: filemtime(): stat failed in Help > About TYPO3
t3lib_Compressor fails to correctly compute relative path from
main directory when compressing JS and CSS files from ...
Xavier Perseguers

2012-08-31

18:46 Revision 863e0ae2: [TASK] System extension lang is using ll-XML
Starting from TYPO3 4.6, localization files should use
XLIFF and not ll-XML anymore.
Change-Id: I81a12e83ef2808fdc8e...
Xavier Perseguers
16:27 Revision 88c6a72d: [BUGFIX] Set charset property after cloning t3lib_PageRenderer
TCA tree causes fatal error when using in (IRRE)
1284906026: Language and character encoding are not set.
Change-Id:...
Laurent Cherpit
16:27 Revision d683be0a: [BUGFIX] Set charset property after cloning t3lib_PageRenderer
TCA tree causes fatal error when using in (IRRE)
1284906026: Language and character encoding are not set.
Change-Id:...
Laurent Cherpit
16:25 Revision ffd77941: [BUGFIX] Set charset property after cloning t3lib_PageRenderer
TCA tree causes fatal error when using in (IRRE)
1284906026: Language and character encoding are not set.
Change-Id:...
Laurent Cherpit
16:24 Revision d87e3b81: [BUGFIX] Set charset property after cloning t3lib_PageRenderer
TCA tree causes fatal error when using in (IRRE)
1284906026: Language and character encoding are not set.
Change-Id:...
Laurent Cherpit
16:10 Revision 88671b50: [BUGFIX] Missing requirement for zip php module in status report
The new language module in 6.0 requires the zip module
Change-Id: I978ff1524434ab6f16d624b4f109a92e27bd5bf0
Fixes: #...
Ingo Renner
13:59 Revision f738f544: [BUGFIX] Language module: Fix docheader
Some id / class mixups break display of doc header in
language handling module.
Change-Id: I3af3c6cf63b2c456bbd3476b...
Christian Kuhn
11:16 Revision 54db33d4: Revert "[BUGFIX] Invalid fallback for non-localized labels"
This reverts commit 55ff38c77f143829ed078e0f7dda12b51d76254b
Real bug is in Extbase: #36905 and #39569
Change-Id: I...
Xavier Perseguers
11:02 Revision 3372d4a8: Revert "[BUGFIX] Invalid fallback for non-localized labels"
This reverts commit 1e0e808121febca3da6a300fbbc148c8088b4020
Real bug is in Extbase: #36905 and #39569
Fixes: #3981...
Xavier Perseguers
11:02 Revision 55c88691: Revert "[BUGFIX] Invalid fallback for non-localized labels"
This reverts commit d3e812fb175f637b215f65b4e4a971340d0ebede
Real bug is in Extbase: #36905 and #39569
Fixes: #3981...
Xavier Perseguers

2012-08-30

22:36 Revision cd506ba1: [TASK] Set TYPO3 version to 6.0-dev
Change-Id: I376cfb0e8a885922115ce8481f2428cda0f15aaa
Reviewed-on: http://review.typo3.org/14235
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:36 Revision 7c8d0f06: [RELEASE] Release of TYPO3 6.0.0beta1
Change-Id: Ib810335a55f0b4d3b4a84024578a071b0e2ee0d9
Reviewed-on: http://review.typo3.org/14234
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:36 Revision e4847699: [RELEASE] Release of TYPO3 6.0.0beta1
Change-Id: Ib810335a55f0b4d3b4a84024578a071b0e2ee0d9 TYPO3 Release Team
22:06 Revision 7e338c3a: [BUGFIX] Invalid ClearLanguageCacheMenuItem::clearCache()
Method clearCache() is not found in ClearLanguageCacheMenuItem(),
but in LanguageCacheClearer.
Change-Id: Ibd48cbba7...
Oliver Hader
22:01 Revision 9a9e51f5: [BUGFIX] Incorrect default extension configuration
On installing an extension with an individual configuration, the
persisted information contains too much data (e.g. f...
Oliver Hader
20:46 Revision ac950970: [TASK] Create default TypoScript root template
One drawback of Extbase in the backend disposal is that it
requires frontend TypoScript to determine several required...
Oliver Hader
20:46 Revision 9830072d: [TASK] Define abstract methods in upgrade wizards
Adds the commonly used methods checkForUpdate() and
performUpdate() to the abstract definition.
Change-Id: I3584791c...
Oliver Hader
20:46 Revision 597838be: [BUGFIX] Install process fails on case-insensitive file systems
The install process fails on case-insensitive file systems like
HFS+ on Mac OS X. The reason is that "classes" and "C...
Oliver Hader
20:24 Revision 810f1eb5: [TASK] Add ext_emconf.php and icons to new sysext modules
Change-Id: Idb9014d79cbcc2614152050fabe593135b95d434
Resolves: #40233
Related: #40095
Releases: 6.0
Reviewed-on: http...
Wouter Wolters
20:20 Revision 15b2395a: [TASK] Raise submodule pointer
Change-Id: Ia5cb6658acdc280043e656b39fd5bd5db057e7db
Reviewed-on: http://review.typo3.org/14230
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
18:28 Revision cbccccf9: [BUGFIX] Namespaces: compressionLevel results in Fatal Error
index_ts.php tries to instantiate a class named
TypoScriptFrontendControllercompression, which does not exist.
Chang...
Steffen Gebert
16:57 Revision 72b069b8: [TASK] Split language selection and update list in lang module
This patch splits the language selection and update list in lang module
into two partials to modify them separately.
...
Kai Vogel
16:20 Revision 57854d9b: [FEATURE] Add translation handling module
As the new extension manager for 6.0 does not handle translation
handling a module is needed to select and update tra...
Sebastian Fischer
15:15 Revision c7877cda: [TASK] Extensionmanager: Remove persistence mapping
WARNING! Upgraders who already run run 6.0 master: You need to import
the static row in Install tool -> Database Anal...
Christian Kuhn
11:56 Revision 5170e169: [BUGFIX] Do not deprecate typo3/index.php
Change-Id: I4199ee07271d5d5e8aecb04c1bec1db42cc3f5d1
Fixes: #40388
Relates: #40095
Releases: 6.0
Reviewed-on: http://...
Markus Klein
07:58 Revision 4c1845e5: [TASK] Remove compat layer for backend module
Patch replaces calls of old extension classes which were replaced
in TYPO3 6.0
Change-Id: I34b170f3e7471835ccac553b0...
Nicole Cordes

2012-08-29

13:12 Revision 354691e0: [BUGFIX] Declare LocalizationUtility::translateFileReference static
protected translateFileReference() is not declared static, like the
rest of the class methods. This leads to strict e...
Christian Kuhn
13:10 Revision db310c73: [BUGFIX] Declare LocalizationUtility::translateFileReference static
protected translateFileReference() is not declared static, like the
rest of the class methods. This leads to strict e...
Christian Kuhn
13:06 Revision 042ccc86: [BUGFIX] Declare LocalizationUtility::translateFileReference static
protected translateFileReference() is not declared static, like the
rest of the class methods. This leads to strict e...
Christian Kuhn
13:01 Revision 9c413a58: [BUGFIX] Declare LocalizationUtility::translateFileReference static
protected translateFileReference() is not declared static, like the
rest of the class methods. This leads to strict e...
Christian Kuhn
01:29 Revision 985fb05d: Revert "[TASK] Remove compat layer for about module"
This reverts commit 873a2e560cb58a175da9bec44a221d2ff7d93da5
Change-Id: Ia120b5e78c617230804aa0a50f2a7c2c1dcbf81a
Re...
Thomas Maroschik
01:26 Revision 43baefaa: [TASK] Remove compat layer for about module
Patch deletes compat layer for class CustomSectionsInterface as it's newly
introduced in TYPO3 6.0
Change-Id: I22b9f...
Nicole Cordes

2012-08-28

22:58 Revision 39adeb26: Revert "[TASK] Namespace and move t3lib unit tests - 3"
This reverts commit d402123068b8113c3b07b5afc1b7b7c9ea700729
Change-Id: I4ffad6b6e2b3a6a17ab64d2244f2113241b7a8c6
Re...
Christian Kuhn
21:26 Revision 23e15def: [TASK] Namespace and move t3lib unit tests - 3
This patch moves most unit tests of the tests/Unit/t3lib/*
directory to the core extension, following the new name sc...
Wouter Wolters
20:42 Revision bfa08c4f: [TASK] Namespace and move t3lib unit tests - 2
This patch moves most unit tests of the tests/Unit/t3lib/Cache
directory to the core extensio, following the new name...
Wouter Wolters
20:12 Revision c65ee7de: [TASK] Raise submodule pointer: extbase & dbal
Change-Id: Ie525c47c37cbf949aba0c05d1cc86e32d03fd760
Reviewed-on: http://review.typo3.org/14167
Reviewed-by: Christia...
Christian Kuhn
20:09 Revision 5a0c3d6e: [BUGFIX] TypeHandlingService throws Exception for StorageObjects
On using the old ObjectStorage class the TypehandlingService throws an
exception. This patch adds old class name to t...
Nicole Cordes
20:06 Revision 19d0bf0a: [BUGFIX] fix Mvc/Request builds old classnames
This bugfix builds the classname after the new namespaced schema
@vendor\@extension\@subpackage\@controller
The vendo...
Anja Leichsenring
19:51 Revision 13e16c5b: [TASK] Add styling for Extension Manager: Tables
Add styling for tables (especially headers).
Change-Id: I12ef30016405481feea3685402618fe8469297bf
Resolves: #40345
R...
Hans Christian Reinl
19:39 Revision 7b5a0689: [BUGFIX] Autoloader fails for several classes
Due to false path the autoloader doesn't work in several cases. This patch
attaches the last class name parameter to ...
Nicole Cordes
19:34 Revision 64a79434: [BUGFIX] Call fullQuoteStr with table argument in RootlineUtility
Change-Id: I344ca18dc42380a86ae8fdfb369f6849cbf3f4e7
Fixes: #40352
Related: #40095
Releases: 6.0
Reviewed-on: http://...
Thomas Maroschik
19:29 Revision 7cd56659: [BUGFIX] Namespaces: Make dbal unit tests working
Change-Id: I1cbf166fc1f4dfa32e2e0c4abe34d413ce50d5d6
Resolves: #40172
Related: #40095
Releases: 6.0
Reviewed-on: http...
Steffen Gebert
16:26 Revision 9295bf87: [BUGFIX] Fix old propertymapper checking target with namespace
The propertymapper checks if the target is an object by checking on
is_string and an '_' in the string. Since namespa...
Sebastian Fischer
12:28 Revision 28e5f61e: BUGFIX] Wrong renaming of DBAL dbPostgresqlTest
Has to be DatabasePostgresqlTest instead of DatabasePostgreesqlTest
Change-Id: I12912e94a351818b5a142e35d6226e4326b0...
Steffen Gebert
12:26 Revision 2b168039: [BUGFIX] Wrong renaming of DBAL dbPostgresqlTest
Has to be DatabasePostgresqlTest instead of DatabasePostgreesqlTest
Change-Id: I12912e94a351818b5a142e35d6226e4326b0...
Steffen Gebert
12:23 Revision ec4db3ba: [BUGFIX] Wrong usage of class CacheManager
CacheManager is used as Cache_manager
Change-Id: Icc1b061265031a3dcf55204b3188a063398157d6
Resolves: #40318
Related:...
Steffen Gebert
12:04 Revision 4e2d4300: [BUGFIX] Wrong usage of class CacheManager
CacheManager is used as Cache_manager
Change-Id: I018df92d0ccbb0d736f797c8ba1e69df36c0c8b4
Resolves: #40318
Related:...
Steffen Gebert
09:43 Revision 450eb9d2: [BUGFIX] Fix frontend unit tests
Move and stabilize EXT:frontend unit tests and add them
to travis testsuites.
Change-Id: Id3ade83bc54e3ba6ed80e43567...
Wouter Wolters

2012-08-27

22:33 Revision e2793c4c: [BUGFIX] Namespace: EXT: indexed_search
Moves unit test case to the Tests folder and removes
the compatibility wrapper for previous test case.
Adds the names...
Felix Kopp
17:04 Revision de11ce9a: [TASK] Namespace and move ModuleUtilityTest
Moves test for module/menu utility class to EXT: backend.
Also changes moduleMenuUtility to moduleController.
Change...
Felix Kopp
01:56 Revision d78f8bec: [TASK] Namespace and move t3lib unit tests - 1
This patch moves most unit tests of the tests/Unit/t3lib/ main
directory. They follow the new class names of the clas...
Christian Kuhn

2012-08-26

23:16 Revision 238f4d0e: [TASK] Remove compat layer for new 6.0 classes - 2
Remove the name space compatibility layer for new 6.0 classes in
t3lib/. This second patch finishes the work started ...
Christian Kuhn
21:51 Revision e478f5f5: [TASK] Raise submodule pointer: extbase
Change-Id: I045ab2614d490c4f506e38342f0ad94591d3a420
Reviewed-on: http://review.typo3.org/14121
Reviewed-by: Christia...
Christian Kuhn
21:47 Revision 289b5c05: [BUGFIX] Fixed missing class mapping without TS
If no Root template is found the class mapping
of extbase is not loaded, so e.g. the
persistenceManager is not found ...
Alexander Schnitzler
21:12 Revision c544e30b: [BUGFIX] Fix classes without or broken namespace
The update script unfortunetly didn't successfully
rename all classes in Extbase, so I renamed the
remaining ones man...
Alexander Schnitzler
20:43 Revision a9a1121e: [TASK] Remove mapping for ModuleItems
Change-Id: I15c23cc43e7100bdd9d68aa295babd546af09199
Resolves: #40226
Related: #40095
Releases: 6.0
Reviewed-on: http...
Wouter Wolters
20:21 Revision 8f97a968: [TASK] Remove compat layer for new 6.0 classes
There is no compatibility layer needed for classes that were added
with 6.0. This first patch affects lots of classes...
Christian Kuhn
19:05 Revision 0c6104fa: [TASK] Correct DBAL ux_* class mapping in migrations file
Change-Id: If49d1772cd5fb93e17a7b8336510006a10ff0071
Resolves: #40237
Related: #40095
Releases: 6.0
Reviewed-on: http...
Steffen Gebert
15:56 Revision 0d3956e4: [CLEANUP] General code cleanup
* Cleaned up wrong PHPDoc
* Removed unused variables
* Added missing fields
* Fixed type incompatibility
Change-Id: ...
Alexander Schnitzler
15:05 Revision ae7f2b98: [TASK] Raise submodule pointer
Change-Id: I2efc006ebad39473a992cc3a35a0dde3ec23c708
Reviewed-on: http://review.typo3.org/14110
Reviewed-by: Christia...
Christian Kuhn
14:45 Revision 6264e150: [BUGFIX] EXT:form - Wrong filter filename leads to fatal
Change-Id: Iac69fc330ea972ec99d58eb63684c36e0997df2b
Resolves: #40230
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
14:42 Revision 405b541a: [BUGFIX] Class fatals
Change-Id: Ie260edf054d980ae4ee4513ab94f016bc29b0c60
Resolves: #40229
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
14:39 Revision 02db0d4b: [BUGFIX] TableListViewHelper fatal
Namespace declaration is at wrong position
Change-Id: Ifd3c9091b835a528bd254d8d2970e12f2efe7120
Resolves: #40228
Rel...
Christian Kuhn
13:55 Revision a8c69901: [BUGFIX] config.pageTitleSeparator not known by t3editor
Change-Id: I60ee7b29eccf710110a4a8bc7833b295bdf72bb2
Fixes: #39600
Releases: 6.0, 4.7
Reviewed-on: http://review.typo...
Jigal van Hemert
13:52 Revision 6a159208: [BUGFIX] Fix broken ajax identifiers
Change-Id: I29c3a221d321a4443e14e80508e22167b4b7f735
Fixes: #40223
Relates: #40095
Releases: 6.0
Reviewed-on: http://...
Thomas Maroschik
11:39 Revision 066e1538: [BUGFIX] Fix the element browsers
Change-Id: I6e961a5a945b77068aa075a27bbb23682124f2fe
Fixes: #40203
Relates: #40095
Releases: 6.0
Reviewed-on: http://...
Thomas Maroschik
11:32 Revision 2de1b4b1: [BUGFIX] Suggest wizard results in fatal error
Path in class.t3lib_tceforms_suggest.php had Forms instead of
Form in the path
Change-Id: Id26a6da0ae94945753edc7739...
Jigal van Hemert
11:31 Revision 58d21c1e: [BUGFIX] Subrequests can't be resolved
This patch fixes the resolution of the controller object name when using
widget controller.
Change-Id: I003e7d6c7893...
Nicole Cordes
02:14 Revision e59dc2cc: [BUGFIX] Make Cli\Command Namespace aware
Change-Id: I2e9247cac7c2df58637ea43447ac195628292b80
Fixes: #40219
Related: #40095
Releases: 6.0
Reviewed-on: http://...
Thomas Maroschik
02:13 Revision d6a7bd74: [BUGFIX] Fix some broken classname substitutions in scheduler
Change-Id: I10048b23ba6a03542aa97ca5c27091c005a38ac6
Fixes: #40220
Relates: 40095
Releases: 6.0
Reviewed-on: http://r...
Thomas Maroschik
00:27 Revision 54b42dfe: [TASK] Add beuser tests to testsuites
This will make travis execute EXT:beuser tests
Change-Id: I7f36de56ee4ff6586bc9daf1dbc0099b92c84826
Resolves: #40217...
Christian Kuhn
00:01 Revision d6022eb0: [BUGFIX] Namespace: Beuser class names
Some test in EXT:beuser were moved to the wrong location.
Move them back to their original location and namespace pro...
Felix Kopp

2012-08-25

23:53 Revision 39f3af80: [BUGFIX] Still some openDoc errors
This patch fixes some more errors in openDoc functions caused by namespace
movement.
Change-Id: I4be4a503f0609eceb2c...
Nicole Cordes
23:43 Revision e191290c: [BUGFIX] "template" was replaced by namespace everywhere
In some javascript and strings needed word template was replaced by the
namespace version of the class.
Change-Id: I...
Nicole Cordes
23:11 Revision 45cf5847: [BUGFIX] Follow-up: Revert Wizard_Crpages split-up
Reverts the split-up for the extension wizard_crpages:
erroneous extKey was 'wizard_create_pages'.
Two more occurren...
Felix Kopp
22:55 Revision a8da5274: [BUGFIX] Remove declare(encoding=)
AbstractWidgetViewHelper can throw warnings about invalid
declare statements if zend.multibyte is off. Those lines
we...
Christian Kuhn
22:08 Revision 65362344: [BUGFIX] Namespace: help_cshmanual references local_TYPO3
TYPO3 manual fatals because of reference to local_TYPO3.
Fixes the makeInstance to not reference local_TYPO3.
Change...
Felix Kopp
21:12 Revision b66be593: [TASK] Raise submodule pointer: extbase
Change-Id: Ib862cf0727dee99c8b8ff4f82429eefc096fcc47
Resolves: #40212
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
21:09 Revision 04b6c81f: [BUGFIX] Unit tests after namespace switch
Change-Id: Ibb5b34bcefe68e7399ced84e756c24bfaf261248
Resolves: #40211
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
19:20 Revision dcd2b68b: [TASK] Raise submodule pointer: fluid
Change-Id: I6719c1ec986fb72ad6524bc6782447f4c50e925e
Resolves: #40205
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
19:03 Revision 020143e8: [TASK] Fix ajax scripts in taskcenter
Change-Id: I7aa1fb4ca020ba64bb57288e8ffbbc3ddf85008c
Resolves: #40196
Related: #40095
Releases: 6.0
Reviewed-on: http...
Wouter Wolters
19:02 Revision 6f671bb5: [BUGFIX] Fix typo3 unit tests
Change-Id: If0c65781ea1c7e7979b22039cbc516040fa994e6
Resolves: #40201
Related: #40095
Releases: 6.0
Reviewed-on: http...
Wouter Wolters
18:14 Revision 93754d6a: [BUGFIX] Fluid unit tests after namespace switch
Change-Id: I144ea9073e9c9b25ead2aa889dc66cd56971640a
Resolves: #40200
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
17:06 Revision 01b16592: [BUGFIX] Fix install unit-tests
Fix install unit-tests
Change-Id: I67e718c57e6a9e58fc821d91ae4bf3b68ec19391
Resolves: #40183
Related: #40095
Release...
Wouter Wolters
16:56 Revision 75406556: [BUGFIX] Namespace: OpenDoc without open documents
The OpenDoc Controller message displayed when no documents
are opened currently references the wrong makeInstance pat...
Felix Kopp
16:51 Revision 9774b2e1: [BUGFIX] Wrong file and classname in indexed_search
Change-Id: I4124e26c4f18e898c5841024fed98055e1a46f54
Fixes: #40182
Related: #40095
Releases: 6.0
Reviewed-on: http://...
Martin Helmich
16:44 Revision c6065e95: [BUGFIX] Namespace: Revert extension split-up: viewpage
Reverts the split-up for the extension viewpage:
erroneous extKey was 'view_page'.
Change-Id: I7539a0b4f6003180f9e22...
Wouter Wolters
16:28 Revision a6fd57ce: [BUGFIX] Namespace: Revert extension split-up: wizard_sortpages
Reverts the split-up for the extension wizard_sortpages:
erroneous extKey was 'wizard_sort_pages'.
Change-Id: I17d48...
Felix Kopp
16:27 Revision aa296ae2: [BUGFIX] Namespace: Revert extension split-up: wizard_crpages
Reverts the split-up for the extension wizard_crpages:
erroneous extKey was 'wizard_create_pages'.
Change-Id: I7e144...
Wouter Wolters
16:18 Revision 48160d5b: [BUGFIX] reference to OpenID lib to wrong directory
sysext/openid/sv1/class.tx_openid_store.php needs to load Interface.php
from sysext/openid/lib/php-openid/Auth/OpenID...
Jigal van Hemert
16:16 Revision 62eb19d5: [TASK] Remove old unit-test files from saltedpasswords
Change-Id: Ic889af8ff204e06ab6272d22ba650894bef2a961
Resolves: #40188
Related: #40095
Releases: 6.0
Reviewed-on: http...
Wouter Wolters
16:12 Revision 916dbd21: [BUGFIX] Namespace: Revert extension split-up: feedit
Reverts the split-up for the extension reedit:
Erroneous extKey was 'fe_edit'.
Also fixes minor CGL.
Change-Id: If7...
Felix Kopp
16:04 Revision 64c6a3af: [BUGFIX] Fix scheduler unit-tests
Change-Id: I7ba1b1f8348e0064de63588e91493776e398a631
Resolves: #40186
Related: #40095
Releases: 6.0
Reviewed-on: http...
Wouter Wolters
15:44 Revision 7724e7ae: [BUGFIX] Fix ajax scripts in recycler
Fix ajax scripts in recycler
Change-Id: Idda6fbde50f300365b6659a8cb8efe6438b2de4b
Resolves: #40175
Related: #40095
R...
Wouter Wolters
15:32 Revision edb028d3: [BUGFIX] Fix saltedpasswords unit-tests
Fix saltedpasswords unit-tests
Change-Id: Id20aa900c55d3ba2799ab2cf461cd1cd7231e32c
Resolves: #40185
Related: #40095...
Wouter Wolters
14:24 Revision 2d0ac8cf: [TASK] Raise submodule pointer
Change-Id: Ic47d8cfcab41eb60ec475f30f6810310644063cd
Resolves: #40171
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
14:13 Revision 8e603871: [BUGFIX] Fluid unit test fatal
Change-Id: If049766b53f376634617e3c0da0e1ab0df085fe5
Resolves: #40180
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
13:59 Revision 529d075e: [BUGFIX] Namespaces: Bring back OpenID library
The library got dropped while the conversion.
Change-Id: Ic6c2b92e389b206dc2df607c397a0548506eb2ea
Resolves: #40162
...
Steffen Gebert
13:42 Revision 19d6d4a6: [BUGFIX] Namespace: Revert extension split-up: felogin
Reverts the split-up for the extension felogin:
erroneous extKey was 'fe_login'.
Also fixes minor CGL and sub packag...
Felix Kopp
13:11 Revision 2c87f97b: [BUGFIX] Naming clash: Fix several unit test failures
The move of classes in Persistence area of extbase to subfolder 'generic'
confused the refactor script a bit. The pat...
Christian Kuhn
13:10 Revision 21ac7277: [BUGFIX] Namespace: Revert extension split-up: static_templates
Reverts the split-up for the extension statictemplates:
erroneous extKey was 'static_templates'.
Also fixes minor CG...
Felix Kopp
11:19 Revision f5c2499b: [BUGFIX] Class DependencyResolver_Callback does not exist
When if saving a template:
Class TYPO3\CMS\Version\Dependency\DependencyResolver_Callback does not exist
New class n...
Stefan Froemken
11:01 Revision ce509a52: [BUGFIX] Error in "open in new window" in task module
Reproduce:
Call tasks center module, click on the gray icon
"open in new window" (right top corner)
Error:
Unexpecte...
Stefan Froemken
09:21 Revision ff7ea378: [BUGFIX] Ajax scripts are broken
Because ajax screipts are registered with class name included, those were
replaced as well. It seems you excluded Jav...
Nicole Cordes
09:17 Revision 03fe2202: [BUGFIX] index_search gets corrupted after namespace changes
Due to replace order for namespace pathes class tx_indexedsearch_indexer
gets corrupted. This patch fixes the problem...
Nicole Cordes
09:15 Revision 38caede0: [BUGFIX] Remote extensions aren't displayed
Due to some namespace changes some Php iterfaces can't be resolved. This
path takes care to absolute pathes for SplSu...
Nicole Cordes
09:11 Revision c6902905: [BUGFIX] Interface Tx_Scheduler_AdditionalFieldProvider' not found
Fixes wrong class names in Extbase scheduler.
Change-Id: I5117f8caebfda9249499ac57c88019846c80886e
Related: #40095
F...
Tymoteusz Motylewski
00:14 Revision c1c4e3a9: [BUGFIX] Class SearchFormController_indexer' not found
This change fixes wrong class name of indexed search indexer.
Change-Id: I45ba6e7c85c3b6da1023507123e062c21402bd4e
R...
Tymoteusz Motylewski

2012-08-24

23:35 Revision a657956b: [BUGFIX] Merge t3lib_exec class with t3lib_utility_Command
After namespace change both classes t3lib_utility_Command t3lib_exec
are mapped to the new class TYPO3\CMS\Core\Utili...
Tymoteusz Motylewski
22:52 Revision 1be81a1c: [BUGFIX] Fatal error thrown in install tool
With disabled dbal extension it fails to
enter the install tool. The autoloader
is required by extension manager
func...
Nicole Cordes
22:28 Revision 3928479e: [BUGFIX] Test dependency to autoloader tests
The new class_alias() mapping in the autoloader makes the autoloader
behave weird if it is unregistered and registere...
Christian Kuhn
21:56 Revision d6feeb9c: [BUGFIX] Missing labels for backend login form
This patch reincludes the locallang_login.xml to render missing form
labels.
Change-Id: I229c60bc8a8b1b1f06e3f35e9ab...
CPS-IT GmbH
20:41 Revision 95472812: [TASK] Raise submodule pointer: workspaces & linkvalidator
Change-Id: Iea7d1f00d161f271c9e3b93ad6e9fcd3461be8d1
Resolves: #40143
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
20:37 Revision 00389623: [TASK] Small cleanup after namespaces transformation
Small cleanup after namespaces transformation
Change-Id: I7823c90e7dd1819ed4fd082ae98e6a17e54670e4
Resolves: #40142
...
Wouter Wolters
20:36 Revision 230c0c2e: [TASK] Make workspaces and tests working again
Make workspaces and tests working again
Change-Id: Ic6fce53d6220e926df60d9bbe8f09f54f4646f2e
Resolves: #40141
Relate...
Wouter Wolters
19:18 Revision 5de36b6c: [TASK] Raise submodule pointer: extbase & workspaces
Change-Id: I984ffa55419b204cb4b8f151f317a70474d4c525
Resolves: #40138
Related: 40095
Releases: 6.0
Reviewed-on: http:...
Christian Kuhn
19:15 Revision 3ba8451e: [TASK] Constructor not correctly declared for WorkspaceSelectorToolbarItem
Constructor in WorkspaceSelectorToolbarItem is not correctly declared.
\TYPO3backend -> \TYPO3\CMS\Backend\Controller...
Wouter Wolters
19:06 Revision fe8e8be2: [BUGFIX] Broken category collection test
Wrong table name in fixture leads to DB error.
Change-Id: I75bc3733d90373835980aec8467604b9f1525e99
Resolves: #40136...
Christian Kuhn
18:35 Revision bdedb9ac: [BUGFIX] Reanimate unit tests
Make phpunit backend module for extbase tests load again
Change-Id: Ib3e05e343d2f34185c52727f16ede1331332b7ca
Resolv...
Christian Kuhn
18:13 Revision db24ab9a: [TASK] Create some cache tables in travis
Change-Id: I4afa39c7033620eafd0647f3993700286591f7d9
Resolves: #40133
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
17:37 Revision 54de00fc: [BUGFIX] Namespace: addToolbarItem on TYPO3backend
Change GLOBALS reference to not include namespace.
Change-Id: I98ef141273f5101587876e9a781dfe26d39ec50c
Fixes: #4012...
Felix Kopp
16:40 Revision 10c1ff18: [BUGFIX] Namespace switch LiveSearch main patch
Resolves: #40125
Related: #40095
Releases: 6.0
Change-Id: Ida0f08e7059ee0e127b4e7f33f6d13f1414308bb
Reviewed-on: htt...
Stefan Froemken
16:27 Revision 3e6479fd: [BUGFIX] Endless loop in flushOutputBuffers()
This should make travis run again.
Change-Id: I87f998211d12f2d7c40a582f8b2c605f2edcaed0
Resolves: #40126
Related: #4...
Christian Kuhn
14:25 Revision 2dfeb5fa: [TASK] Raise submodule pointer: extbase and fluid
Change-Id: I4843c7a6c64ac18381186470e4a2016ce5f2e9aa
Resolves: #40122
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
14:17 Revision 3a2471e5: [TASK] Re-enable loading core_autoload
Change-Id: Id553ec6b908ce47cd920d794190d809d0ba16652
Resolves: #40120
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
14:17 Revision 510c1471: [TASK] Make fluid tests run again
Change-Id: I65f14be5f4d9ec7a71903619e37a4d27b24ca63b
Resolves: #40118
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
14:16 Revision d81c2a40: [TASK] Make extbase tests run again
Change-Id: Ib6475e5aed3633672c30a855edbf6c71b938510c
Resolves: #40119
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
13:47 Revision 921aacc2: [BUGFIX] Typo From -> Form
Change-Id: I0eb3007c4e653eeb7d7ea7bc75f5d96be34487e3
Resolves: #40117
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
13:44 Revision 4f30ff37: [TASK] Make cli_dispatch and cli phpunit to run again
Change-Id: I8dec97913250c253f7331378bbf1d9ab46905252
Resolves: #40114
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
13:40 Revision ecfc9f3a: [TASK] Move classes -> Classes
In saltedpasswords and t3editor.
Additionally some fixes to swift mailer loading are done.
Change-Id: I50b98f7364265...
Christian Kuhn
11:21 Revision 7c8501a1: [TASK] Adopt tests to new classnames
Change-Id: I6d47d742afc0765bd9fd2aaf4b2fe45498f05f45
Resolves: #40109
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
10:58 Revision 61ca502d: [BUGFIX] PHP warning when no language pack is available
Make sure to return either an array or a boolean and not a
string when retrieving the status of an translation pack.
...
Xavier Perseguers
10:57 Revision d5828b38: [BUGFIX] PHP warning when no language pack is available
Make sure to return either an array or a boolean and not a
string when retrieving the status of an translation pack.
...
Xavier Perseguers
10:53 Revision 5219a865: [BUGFIX] PHP warning when no language pack is available
Make sure to return either an array or a boolean and not a
string when retrieving the status of an translation pack.
...
Xavier Perseguers

2012-08-23

23:03 Revision 2aed998d: [TASK] Raise submodule pointer after namespace switch
Change-Id: I0439e388c13a5d3d572b1f8fbf1ae03891e211fe
Resolves: #40103
Related: #40095
Releases: 6.0
Reviewed-on: http...
Christian Kuhn
22:57 Revision 4612259a: [TASK] Move and Namespace classes
Change-Id: Id49218118087244bcd063b730631ee69b2820670
Resolves: #40096
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik

2012-08-22

08:40 Revision a7077615: [BUGFIX] Cleanup: PhpDoc, not initialized variables in modfuncreport
Fix all warnings PhpStorm complains about.
Introduce class variables where those are used.
Put a required function in...
Philipp Gampe
08:40 Revision 7cc63aa3: [BUGFIX] Cleanup: PhpDoc, not initialized variables in modfuncreport
Fix all warnings PhpStorm complains about.
Introduce class variables where those are used.
Put a required function in...
Philipp Gampe
08:37 Revision bc6dabfa: [BUGFIX] Cleanup: PhpDoc, not initialized variables in modfuncreport
Fix all warnings PhpStorm complains about.
Introduce class variables where those are used.
Put a required function in...
Philipp Gampe

2012-08-21

05:39 Revision bc106723: [TASK] Move classes to new target location
Thomas Maroschik

2012-08-20

16:54 Revision e3c8ffc7: [TASK] Raise submodule pointer
Change-Id: Ic839ccaed8c70284eef1e7b6f1e10153e64ec0d9
Reviewed-on: http://review.typo3.org/13970
Reviewed-by: Christia...
Christian Kuhn
16:26 Revision 4ad4828a: [FEATURE] Integrate element history service
The old workspace module had a possibility to show the
chronological changes of elements in the workspace module.
Thi...
Oliver Hader
16:25 Revision 2b91f624: [TASK] Fix failing test due to phpunit adaption
phpunit added fields to tables that are used in tests. Take care
that travis imports those fields.
Change-Id: I2510e...
Christian Kuhn
15:43 Revision 6860007e: [FEATURE] Integrate language handling in workspace module
Integrate language handling in workspace module. First a new
column "language" is integrated to the toolbar section t...
Oliver Hader
15:17 Revision cec1032b: [BUGFIX] Failing test translateForEmptyStringKeyReturnsNull()
Since the rootline refactoring a test case fails. Solution is to only
call the rootline in backend mode if page id is...
Christian Kuhn
14:19 Revision 6070fcd8: [TASK] Make t3lib_Rootline->isMountedPage() public
Make t3lib_Rootline->isMountedPage() public as it should be quite useful.
Change-Id: I43495ae09621f98149058adfbf2ebb...
Ingo Renner
14:14 Revision dd92f448: [BUGFIX] Wrong name attribute in custom user rendered items
Configuration items/properties that use a user function to
render the accordant values and possibilities (like, e.g.
...
Oliver Hader
09:18 Revision c9b70962: [BUGFIX] Moving files in filelist renames file to "1"
On integrating the FAL an small adaption within the clip-
board was missed which leads to a malfunction in the file
m...
Steffen Ritter

2012-08-19

21:30 Revision 66d5e439: [BUGFIX] Multi-table relationship not recognized in t3lib_loadDBGroup
If a multi-table relationship has $MM_oppositeFieldConf['allowed']=='*',
then it is not recognized as such one in t3l...
Markus Opahle
20:58 Revision a7d89431: [TASK] Refactor t3lib_pageSelect::getRootline
t3lib_pageSelect::getRootline is a function called many
times during frontend rendering and link generation.
The comp...
Steffen Ritter
20:03 Revision dc759b53: Include changes form patch sets 9+10
Change-Id: I3ca35b03bdd1e1ad9b57637963b8c8660b9fb48c Steffen Gebert
15:43 Revision 5225f8cc: Revert "[FEATURE] Allow .ts file extension for static typoscript templates"
This reverts commit b1ca7b4e4c449042138c7330960aff3474f0ee6d
because all extbase plugin rendering is broken after thi...
Susanne Moog
15:42 Revision 2f03297c: [FEATURE] Add a Category Collection as part of the Category API
Category should make use of the Collection API as a cornerstone for
fetching and storing records related to a categor...
Fabien Udriot
14:49 Revision 6b395f91: [TASK] Execute only Unit tests in UnitTests.xml
Functional tests are not executed in this suite.
Change-Id: Iac470a2bf1196e9dc593cab4351495d541467a88
Related: #3996...
Christian Kuhn
13:42 Revision f6668266: [TASK] Raise submodule pointer
Change-Id: Ibb8bb0ebfb0ec17a4468a577119c0d0ca4f73ece
Reviewed-on: http://review.typo3.org/13917
Reviewed-by: Helmut H...
Christian Kuhn
13:19 Revision 9574e046: [TASK] Execute Extbase and Fluid tests on travis
Until now no tests from system extensions are executed
on travis ci.
Add a phpunit configuration file and add Extbas...
Helmut Hummel
13:12 Revision 8e04b3fd: [FEATURE] Integrate basic file abstraction layer models
Warning: This feature is marked as experimental! It is a quick shot to
get a basic connection between extbase and FAL...
Oliver Hader
13:03 Revision cae6c987: [BUGFIX] Wrong nested extension configuration handling
Nested default configurations and specific system configuration
of an extension are not merged correctly. This affect...
Oliver Hader
12:02 Revision c4588381: [FEATURE] Add possibility to flatten array
A commonly used task in TYPO3 is to convert and work with
several types of arrays. This change allows to flatten a
ne...
Oliver Hader
11:21 Revision 695bba84: [BUGFIX] Error occurred while call updateExtensionListFromTerAction
The argument forceUpdateCheck is optional and is just set if
a user actively clicks on the update link. As it is set ...
Susanne Moog
11:13 Revision 8dc5c37d: [FEATURE] UI changes to "Page" module
This patch covers the following changes
* Move default column layout to a backend_layout configuration (#39603)
* ...
Soren Malling
11:07 Revision 3f58e9a5: [TASK] Cleanup pageRenderer USER_INT handling
Change-Id: Ib02fffa1d02553d84d2f6e8fcad78b3eeea2836b
Resolves: #39950
Relates: #22273
Releases: 6.0
Reviewed-on: http...
Helmut Hummel
10:40 Revision 6e055698: [BUGFIX] Do not fetch extension list on every request
Due to comparing a DateTime object with an integer
the extension list is fetched every time when switching
to the get...
Helmut Hummel
00:44 Revision 6319d053: [BUGIX] Fix SQL Injection possibility in Extensionmanager
Quote the search string in findByTitleOrAuthorNameOrExtensionKey method.
Change-Id: Ifd2694a91d580e303fa366077f1f316...
Helmut Hummel
00:30 Revision c2d437e0: [FEATURE] Function for correct item label in BE
The function t3lib_befunc::getLabelFromItemList() gets you the label of
a tca field in the BE. This works nicely but ...
Georg Ringer
 

Also available in: Atom