Project

General

Profile

Activity

From 2014-02-10 to 2014-03-11

2014-03-11

23:52 Revision 0bf260e1: [TASK] Add Publish and PublishAll DataHandler workspaces tests
Extend current functional action tests with those actions:
* modification (Modify)
* publish single records (Publish)...
Oliver Hader
23:35 Revision f6c044d9: [TASK] Update ADOdb to 5.18
Update ADOdb to current version 5.18 which fixes various bugs
and adds PHP 5.4 compatibility.
Resolves: #56761
Relea...
Andreas Fernandez
22:55 Revision e05bd486: [TASK] Add possibility to assert error log entries
During the action tests it might happen, that errors occur.
To assert expected or unexpected error log entries in the...
Oliver Hader
22:32 Revision 596d1706: [BUGFIX] Use clean DataHandler for each functional test action
Currently the DataHandler is reused in functional tests which
leads to unexpected behaviour for copied/deleted record...
Oliver Hader
21:57 Revision f61e17ed: [BUGFIX] Tests: Incomplete mocking in ext:frontend
Improve the fluid standalone tests by not calling __construct() of
a dependency.
Additionally, renderWorksWithNestedF...
Christian Kuhn
21:57 Revision e0fee4ad: [BUGFIX] Tests: Incomplete mocking in ext:beuser
The module data storage test subject calls several static
dependencies that can not be mocked without code refactorin...
Christian Kuhn
21:41 Revision d5a233b9: [BUGFIX] Alignment of button "add a new element at this place"
In the page module using the "Languages" view, the buttons "add a new
element at this place" are wrongly aligned.
Th...
Patrick Broens
21:19 Revision bbfaf395: [BUGFIX] Tests: Incomplete mocking in ext:scheduler
Use getMock() instead of new() to create the test subject in order to
suppress execution of __construct() of parent A...
Christian Kuhn
20:17 Revision bab84b55: [BUGFIX] FollowUp to #56660
Fixes the unit-test according to the changes in review
https://review.typo3.org/#/c/28195/.
Since the BasePath (and ...
Steffen Ritter
20:05 Revision a7445219: [TASK] Styling and placement of Toggle All button install tool
The "Toggle All" button in the install tool is currently clickable plain
text, which should be a button. It also need...
Patrick Broens
19:12 Revision 61a9d4bc: [BUGFIX] PackageManager initialize() signature is incompatible
PackageManagerInterface contains following method declaration:
public function initialize(\TYPO3\Flow\Core\Bootstra...
Wouter Wolters
18:52 Revision 0d1cef2e: [BUGFIX] Remove wrong storage->isPublic() check in localFolderTree
In localFolderTree->ext_isLinkable() is a check for storage->isPublic()
but the isPublic flag has nothing to do with ...
Frans Saris
18:40 Revision f2dc0f8d: [BUGFIX] DatabaseConnection must be initialized
The install tool forgets to initialize the database connection.
Change-Id: Ib7355e4f931c7152a6d13df99ed550c1b61eacf9...
Xavier Perseguers
18:25 Revision c5f4b18b: [BUGFIX] DBAL: Incomplete database configuration
When no database connection is established, handler_init() is used. But
at this point, the credentials are unkown and...
Xavier Perseguers
18:16 Revision 97aa83fc: [BUGFIX] Inconsistent visual appearance Install Tool
The install tool function System Environment is not according to the
style sheet of the install tool. This is due to ...
Patrick Broens
18:02 Revision ac29ff00: [TASK] Add api tag to ElementBrowser::setRecordList()
This method was introduced in TYPO3 6.2 with the purpose to be used
by Extensions. Therefore the @deprecated tag is r...
Alexander Stehlik
17:49 Revision 7e4f134a: [BUGFIX] Fix alignment for button "copy default content elements"
In the page module in the "languages" view, the alignment of the button
"copy default content elements" is off. The b...
Patrick Broens
17:46 Revision 07714455: [TASK] Create new processor registry
File processing might be different for external storages.
Therefore it must be possible to register your own File Pro...
Frans Saris
17:35 Revision 6d04aab0: [TASK] Add FAL support for import in sys extension impexp
Until now only files from TCA type group internal_type file or
file_reference could be imported and exports from vers...
Marc Bastian Heinrichs
17:26 Revision 2b536e91: [BUGFIX] PHP Runtime Notice in saltedpasswords
Declaration of method compareUident() should be compatible with its
parent class.
Change-Id: I66979bd76b204bbb762c41...
Xavier Perseguers
15:45 Revision d32359b6: [BUGFIX] Layout category tree is broken
There are several issues with the layout of the category tree.
When hovering the whole element, the categories (text...
Patrick Broens
14:08 Revision 64838420: [FEATURE] Allow Storages outside the webroot
Storages can be marked as not public or be outside of webroot.
There are no direct links to the files posible.
This ...
Steffen Ritter
10:55 Revision 2b92b5bd: [BUGFIX] Wrong note in ResourceFactory
A note in the phpdoc header of ResourceFactory states it is a
lowlevel API. But this is wrong as at least since 6.2 t...
Frans Saris
10:48 Revision 6f79d3ad: [BUGFIX] Flash messages are not shown with AJAX requests
Due to the use of DragUploader to upload files, flash messages
are not shown immediately but after manually reloading...
Xavier Perseguers
10:21 Revision 8654649d: [TASK] Return ProcessedFile instead of File if possible
You can query the FAL-API for files by their filename. If the file resides
in the processing-folder of a storage it i...
Steffen Ritter

2014-03-10

23:08 Revision b5770f4c: [BUGFIX] Missing argument in ReferenceIntegrity updater
When trying to use the upgrade wizards, a fatal error
is thrown because the mandatory where_clause is missing
in a ca...
Eric Chavaillaz
22:37 Revision e84e675b: [BUGFIX] Multiple Set-Cookie headers for deleting FE cookie
In the current master every time when removeCookie is triggered a
Set-Cookie header is generated. A cookie should onl...
Nicole Cordes
20:05 Revision 4a56fd23: [TASK] Remove loadExtensionTables() from unit test bootstrap
With proper mocking in place, loadExtensionTables() can be
removed from unit test bootstrap.
This speeds up the test ...
Christian Kuhn
14:52 Revision d413b2f6: [BUGFIX] Tests: Improve mocking in IconUtilityTest
The IconUtility tests depend on initialized $GLOBALS['TBE_STYLES']
and sometimes on initialized $GLOBALS['TCA']. This...
Christian Kuhn
12:40 Revision 06e5ad92: [BUGFIX] Allow record insert on rootlevel
The DataHandler function checkRecordInsertAccess() does
now check the configuration for the root level.
Resolves: #5...
Benjamin Serfhos
12:35 Revision 9c35421b: [BUGFIX] Change notification level for missing opcode cache
Now the notification level is set to notice instead of warning.
Therefore no email notification will be send if the u...
Sebastian Müller
12:15 Revision 9e7e81fb: [BUGFIX] Tests: Improve mocking in ext:belog
The subject method initialize() calls some static dependencies
that can not be mocked. They do DB actions in the end....
Christian Kuhn
10:33 Revision 813a77b0: [BUGFIX] Wrong IRC URL for Packagist
Packagist complains about current IRC URL format.
Change-Id: Id8abcad6525c06d6941144cd2e1e8ea372cc975a
Releases: 6.2...
Fabien Udriot
01:08 Revision 6695000d: [BUGFIX] Tests: Improve Mocking in ext:extbase
Change-Id: I61f7f92da42d691b0556f1e53b20d39eb082c12f
Resolves: #56700
Related: #51436
Releases: 6.2
Reviewed-on: http...
Anja Leichsenring
00:56 Revision da605eba: [BUGFIX] Tests: Improve TCA mocking in BackendUtility
ext:core BackendUtilityTest no longer depends on initialized TCA.
Change-Id: I5b97b86d57da15b6176dd3033ec8fda1f4209f...
Christian Kuhn

2014-03-09

23:46 Revision cdf716b4: [BUGFIX] Tests: Incomplete mocking of $GLOBALS['TCA'] in ext:frontend
To reduce dependencies of tests and improve readability, some tests
can be improved by better mocking of $GLOBALS['TC...
Anja Leichsenring
23:30 Revision 6f493ac7: [BUGFIX] Tests: Incomplete mocking of $GLOBALS['TCA'] in ext:core
To reduce dependencies of tests and improve readability, some tests
can be improved by better mocking of $GLOBALS['TC...
Christian Kuhn
22:43 Revision 629e8ccc: [TASK] Added composer.json for the TYPO3 CMS project
Added a composer.json file that contains
* name, description, keywords, homepage and license
* authors (core team and...
Christian Opitz
21:24 Revision 3fbe16a7: [TASK] Add missing logDeprecatedFunction() to getAliasForClassName()
Function is already deprecated but didn't write to
deprecation-log so far.
Resolves: #55481
Releases: 6.2
Change-Id:...
Stefan Neufeind
17:09 Revision cdd9ad09: [TASK] Tests: Simplify unit test bootstrap
There is no need to initialize $GLOBALS['BE_USER'] anymore
in unit tests since mocking of this dependency is complete...
Christian Kuhn
16:55 Revision 67aa8aa5: [BUGFIX] Resolve incomplete mocking for sysext:fluid
Some Tests in sysext:backend rely on an existing BackendUserAuth object.
In order to decouple the tests from the TYPO...
Anja Leichsenring
16:55 Revision 123663e5: [BUGFIX] Tests: Incomplete mocking in be_user
ModuleDataStorageServiceTest now mocks $GLOBALS['BE_USER']
to not rely on instantiation of this global.
Change-Id: I...
Christian Kuhn
16:19 Revision 4dd55f7e: [BUGFIX] Resolve incomplete mocking for sysext:backend
Some Tests in sysext:backend rely on an existing BackendUserAuth object.
In order to decouple the tests from the TYPO...
Anja Leichsenring
16:17 Revision 11088709: [BUGFIX] Tests: Incomplete mock in ResourceFactoryTest
FAL ResourceFactoryTest retrieveFileOrFolderObject* not only
tests the method but also lots of not mocked dependencie...
Christian Kuhn
14:34 Revision 59b76a52: [TASK] Reduce unit test bootstrap
With the removal of $GLOBALS['FILEMOUNTS'] the unit test no longer
depend on initialization of backend user mounts. R...
Christian Kuhn

2014-03-08

21:04 Revision 81e7fcba: [BUGFIX] Introduce failsafe view in install tool
The installer does not work, if doc comment reflection
is broken, so we need to make the first install step
more robu...
Helmut Hummel
17:32 Revision 3a4bd6f6: [BUGFIX] ResourceStorage::SIGNAL_PreFileAdd should be triggered earlier
The PreFileAdd signal should be triggered before the file exist check.
So the name and/or content can be manipulated ...
Xavier Perseguers
17:31 Revision e5b5fea6: [BUGFIX] Wrong file icon in info popup
In the info popup of a file/folder the wrong icon is shown.
This patch changes it so IconUtility::getSpriteIconForRe...
Frans Saris
17:30 Revision b2a9cad2: [TASK] Deprecate insertModuleFunction "$classPath" parameter
Deprecates the need to specify the $classPath when registering a submodule
with ExtensionManagementUtility::insertMod...
Ernesto Baschny
17:15 Revision 47b292af: [BUGFIX] Unnatural processing order in IRRE tests
The IRRE tests for creating and modifying records first process
offer, hotel then content which is the unnatural orde...
Oliver Hader
16:07 Revision e2fd5203: [BUGFIX] Install Tool does not save Extbase object cache Configuration
Change-Id: I1ee28a5af824b048863c61321a226bf7c9843f77
Resolves: #55556
Releases: 6.2
Reviewed-on: https://review.typo3...
Michiel Roos
15:54 Revision 27fc64a9: [FEATURE] TypoScript property escapeJsValue
The stdWrap property escapeJsValue allows content to be
included in JavaScript strings.
Resolves: #56642
Documentati...
Jigal van Hemert
15:40 Revision e6251a99: [TASK] Improve AbstractDataHandlerActionTestCase
Improvements for the AbstractDataHandlerActionTestCase to
get better functional test results in general and working
f...
Marc Bastian Heinrichs
13:35 Revision 166331c2: [CLEANUP] Cleanup jumpToUrl() and unused JS in Backend
The jumpToUrl() is defined in every
second module as inline JS. As the
duplicated code is erroneous and
can be shimme...
Benni Mack
13:30 Revision 67755273: [BUGFIX] Make Import/Export work with Package Manager
When displaying the import/export backend module
there are warnings and an empty extension list,
because the extensio...
Benni Mack
11:58 Revision 15b15c09: [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser
If "Stop Page Tree" is set for a page, it is possible to set temporary
DB tree mounts in the element browser/link bro...
Lorenz Ulrich
11:58 Revision 2df9cb98: [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser
If "Stop Page Tree" is set for a page, it is possible to set temporary
DB tree mounts in the element browser/link bro...
Lorenz Ulrich
11:54 Revision 88c58808: [TASK] Use function for temp. page tree in BrowseLinks too
The new introduced function ElementBrowser::getTemporaryTreeMountCancelNotice()
shall also be used in its subclass to...
Markus Klein

2014-03-07

22:03 Revision c43e60e9: [BUGFIX] Extension upload as zip on Windows systems ignores directories
Using DIRECTORY_SEPARATOR on Windows environments is a "\" instead of
a "/". Fix this by replacing the constant with ...
Wouter Wolters
21:20 Revision c26434e2: [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser
If "Stop Page Tree" is set for a page, it is possible to set temporary
DB tree mounts in the element browser/link bro...
Lorenz Ulrich
21:15 Revision 10a612ac: [TASK] Remove deprecated doDisplayTopFrameCM
Resolves: #56623
Releases: 6.2
Change-Id: Ib24adf0029f23053b1218340cb11b6390964fefd
Reviewed-on: https://review.typo3...
Wouter Wolters
21:00 Revision 990e4bb2: [CLEANUP] Remove references to $GLOBALS['FILEMOUNTS']
Global filemounts are not supported with FAL anymore
as the implementation is done via file storages directly.
All re...
Benni Mack
20:45 Revision 6db7ab3d: [TASK] Remove unused function BackendUtility::updatePagesTSconfig()
The function is not used in the core and marked as @internal since the
beginning of the time (revision 1). Therefore ...
Philipp Gampe
20:44 Revision ef40b213: [BUGFIX] Fix Misleading CommandController naming for Language update
Due to CommandControllers' nature, an UpdateCommandController leads to the
execution of `cli_dispatch.phpsh extbase u...
Cedric Ziel
19:44 Revision a092d3cb: [BUGFIX] Allow user update without password changes in sys_action
If you want to edit a user within the sys_action module, you have to
set a (new) password as otherwise the record won...
Nicole Cordes
19:44 Revision d7b922f4: [TASK] Deprecate usage of $GLOBALS['typo3CacheManager']
* Replace all instances of $GLOBALS['typo3CacheManager']
in the core with a makeInstance call.
* Adapt the tests.
*...
Helmut Hummel
17:39 Revision f795bbf5: [CLEANUP] Improve code style for FormEngine::getTSCpid()
The PHPDoc is fixed. The method returns an array and not an integer.
Additionally the class variable that is used in...
Alexander Stehlik
16:53 Revision e8fe21fa: [BUGFIX] SoftReferenceIndex typolink lacks support for title attributes
The SoftReferenceIndex parses and rebuilds typolink tags, but the
support for the title attributes was missing.
This ...
Marc Bastian Heinrichs
14:59 Revision ae8c0f0a: [BUGFIX] Warn about apc.enable_cli=0 on command line
When running a CLI script via typo3/cli_dispatch.phpsh,
using the APC caching backend will lead to errors like
> TYPO...
Christian Weiske
13:39 Revision 1415f45e: [TASK] Refactor init() function of ElementBrowser
Splits huge method (~450 lines) into several small methods,
in the similar way it was done for BrowseLinks and Select...
Tymoteusz Motylewski
08:37 Revision 472a2f2c: [BUGFIX] RTE on first new IRRE record keeps loading in IE
Problem: IE raises a syntax error when it encounters html comments in
the JavaScript code. The html comments are adde...
Stanislas Rolland
00:05 Revision bb56fba0: [BUGFIX] RTE on first new IRRE record keeps loading in IE
Problem: IE raises a syntax error when it encounters html comments in
the JavaScript code. The html comments are adde...
Stanislas Rolland
00:00 Revision e61b2cfa: [BUGFIX] Default size for group-type fields
Missing size property on group-type fields causes various
problems, like missing controls (move to top and move to
bo...
Christian Plattner

2014-03-06

23:56 Revision d8bc2728: [BUGFIX] Default size for group-type fields
Missing size property on group-type fields causes various
problems, like missing controls (move to top and move to
bo...
Christian Plattner
23:45 Revision 32481f5f: [TASK] Add cache to IconUtility::getSpriteIcon()
Cache calls to getSpriteIcon() that only use the first parameter.
Change-Id: I63e7dbaf81473b733a73f4a964e419dae0650f...
Michiel Roos
23:29 Revision b929e3dc: [TASK] Consolidate regexp for utf8 and non-utf8 file systems
This patch enables the @ character to be usable now
also for non-utf8 file systems.
Resolves: #50538
Releases: 6.2, ...
Lucas Bremgartner
23:19 Revision a783822f: [!!!][SECURITY] Remove old backend_layout wizard
Keeping the old wizard script would not solve
the CSRF attack vector as they could still
be referenced in this kind o...
Wouter Wolters
23:16 Revision 816f8af1: [BUGFIX] ExtendedFileUtility.php: func_delete
This fixes an issue within method func_delete trying to catch a file
access exception instead of expected folder acce...
Rico Sonntag
23:13 Revision e13918f6: [BUGFIX] FAL readonly: Directory copying results in BE exception
Changed parent class of folder permission exceptions to
InsufficientFolderAccessPermissionsException so excecption
co...
Rico Sonntag
22:33 Revision 6b72cf5e: [BUGFIX] UnitTests create SQL error if openid is installed
AbstractUserAuthenticationTest is actually supposed to test
processLoginData from AuthenticationService from ext:sv.
...
Philipp Gampe
22:27 Revision 11ea2044: [BUGFIX] Remove superflous check in getModuleUrl
There is a check in getModuleUrl that checks
access rights to modules and returns false
if this is not the case.
How...
Helmut Hummel
22:18 Revision 104573cc: [BUGFIX] Remove wrong quoting
While moving the element browser to a module
quoting was added in several places.
However quoting DocumentTemplate::...
Helmut Hummel
14:51 Revision 9c16871a: [BUGFIX] concatenateCSS may produce invalid css
css-files with statements like @import might become corrupted. This is due
a wrong regex in case no quotes (single or...
Stefan Neufeind
14:28 Revision c82818ac: [TASK] Redirect to distributions after first login
For the users to select a distribution, the installation should
redirect directly to the extension manager, after the...
Benni Mack
14:06 Revision 24593f8e: [TASK] Fatal error in database connect install step
Patch df239a6d599 renamed bootstrap method setCoreCacheToNullBackend
to disableCoreAndClassesCache but missed a usage...
Christian Kuhn

2014-03-05

23:45 Revision 82cdf1aa: [TASK] Reduce memory footprint of unit test suite
Switching to transientMemoryBackend for some caches raises the
memory footprint of unit test. Change the bootstrap a ...
Christian Kuhn
23:43 Revision 78213ca3: [BUGFIX] Follow up: Remove icon doesn't work
With patch 6711c14 the function setFormValueManipulate was corrected but
if called it returns an array instead of the...
Nicole Cordes
23:03 Revision 450b1662: [BUGFIX] Make text in All Configuration selectable
Remove the click function on the whole item.
This prevents selecting the text.
The input fields are be enough to sele...
Markus Klein
22:58 Revision 99025c12: [BUGFIX] IdentityProperties were not set
After submitting an invalid form twice, extbase tries to
create the related submodel instead of edit.
This is because...
Stefan Froemken
22:57 Revision f8c9a77d: [BUGFIX] IdentityProperties were not set
After submitting an invalid form twice, extbase tries to
create the related submodel instead of edit.
This is because...
Stefan Froemken
22:56 Revision e7cf5501: [BUGFIX] Catch all errors while starting installer
While initializing the installer it can happen that
Exceptions are thrown. As there is no ExceptionHandler
initialize...
Alexander Opitz
22:50 Revision 23b376c0: [TASK] Add functional tests for impexp irre records
This patch adds functional tests for exporting and
importing all irre_tutorial relation types.
Resolves: #56287
Rele...
Marc Bastian Heinrichs
22:41 Revision df239a6d: [BUGFIX] Fix no caching behavior of bootstrap
Install Tool and tests are intended to work
without caches being active.
Currently this functionality is broken in b...
Helmut Hummel
22:18 Revision 3d2d58bb: [TASK] Extend functional tests with creation of additional folders
Extends the functional tests with the possibility to create additional
folders inside the TYPO3 CMS test instance cre...
Marc Bastian Heinrichs
22:17 Revision 1166922f: [TASK] Functional tests for persisting relations in Extbase
Add functional tests for persisting 1:M and M:M relations
in Extbase.
This patch adds blog_example as an fixture exte...
Tymoteusz Motylewski
22:04 Revision a81bfff2: [TASK] Import/Export Module uses module dispatcher
Change-Id: I1ac785adf3b0573a50954855befdda838fd01c33
Resolves: #55671
Releases: 6.2
Reviewed-on: https://review.typo3...
Anja Leichsenring
21:57 Revision 25b502be: [TASK] MySQLi for DBAL
Properly implement MySQLi for DBAL native mode.
Resolves: #50752
Releases: 6.2
Change-Id: I0c36e7d2828c94cc7c726757f...
Markus Klein
21:56 Revision 0f73b6ab: [TASK] Make browse_links.php a wizard
Resolves: #56470
Releases: 6.2
Change-Id: I7bf8c20ab7e084efca352840f88007a574f7e270
Reviewed-on: https://review.typo3...
Helmut Hummel
20:42 Revision a3deacc1: [BUGFIX] userPermissions => recursiveDeleteFolder
This commit fixed the backend user/groups TCA to set the right option
to allow recursive deletion of folders.
Change...
Rico Sonntag
20:28 Revision bf2817ad: [TASK] Export binary data from sys_file records
Until now files from TCA type group internal_type
file or file_reference were included as binary data in
the export o...
Marc Bastian Heinrichs
19:33 Revision 023d35ec: [BUGFIX] Fix executable permissions on files
A large number of files were stored with executable permissions. This
may be a (minor) security risk and can be confu...
Thomas Luzat
10:10 Revision 99efb03b: [BUGFIX] Could not parse where clause
SQL parser is unable to parse the complex Upgrade Wizard query. As we
know that it is compatible with DBMS we activel...
Xavier Perseguers
10:02 Revision f1bc2e33: [BUGFIX] Allow search for FAL related DB records
The backend search is currently not
working for file collections etc as there
is no searchFields string provided.
Th...
Benni Mack

2014-03-04

21:31 Revision a9abecde: [TASK] Set TYPO3 version to 6.2-dev
Change-Id: Ie70bf11000e9b70f60bbd6923ab1516904164edd
Reviewed-on: https://review.typo3.org/28062
Reviewed-by: TYPO3 R...
TYPO3 Release Team
21:31 Revision 963ea9ad: [RELEASE] Release of TYPO3 6.2.0beta6
Change-Id: I034ed6f244869918e9e3b7c189a629825d76df79
Reviewed-on: https://review.typo3.org/28061
Reviewed-by: TYPO3 R...
TYPO3 Release Team
21:27 Revision 13366617: [BUGFIX] OpCache XCache cannot be cleared if xcache.admin.enable_auth
We can only clear the opcache in XCache if xcache.admin.enable_auth is not
set, else you get a fatal error.
Resolves...
Ernesto Baschny
21:13 Revision 3dbd96c9: [TASK] Install Tool: Optimize class structure
Refine the class and interface structure of
Install Tool actions.
Resolves: #52736
Releases: 6.2
Change-Id: Id1b0107...
Markus Klein
20:44 Revision ab1bc841: [TASK] Remove EXT/extListArray from DefaultConfiguration
extListArray is obsolete and can be removed. It is already taken
core off in the install tool upgrade process.
Chang...
Christian Kuhn
20:43 Revision df45f2ff: [BUGFIX] Cache Identifiers shorten the MD5 hash
Cache Identifiers shorten the MD5 hash - This is superfluous substr() work
without any gain - remove it.
Change-Id: ...
Michiel Roos
19:09 Revision 4f5a8c13: [BUGFIX] Setting capabilities to readonly show always drag+drop dialog
If a driver is readonly, the upload button in the file list disappears,
but the DragUploader is still activated - on ...
Rico Sonntag
19:08 Revision 9aaeaf51: [TASK] Improve usability with multiple tabs open
When the backend user session expires, currently
a popup window is shown which asks the user to
relogin when salted p...
Helmut Hummel
18:39 Revision c518539f: [TASK] Use new way to register backend_layout wizard
Resolves: #56471
Releases: 6.2
Change-Id: I8bd844326566715201ab3ae82811c945566b5b88
Reviewed-on: https://review.typo3...
Wouter Wolters
18:28 Revision f064c5c0: [CLEANUP] Enhance TCA - FAL migration for tt_content
The upgrade wizard to migrate the fields like e.g.
tt_content->image and pages->media fetches all records
of each tab...
Benni Mack
18:22 Revision d12424f1: [BUGFIX] Fix OpcodeCache for PHP 5.3
In PHP 5.3 anonymous functions can't be bound to static/self so an extra
call to a public function is needed.
Resolv...
Alexander Opitz
18:20 Revision 05420788: [BUGFIX] New filename does not get sanitized
When adding a new file through the ResourceStorage there
is a check to see if the file already exists. But this check...
Frans Saris
18:16 Revision 9f60ae5c: [BUGFIX] TCA maximumRecordsChecked should display message
The new eval function "maximumRecordsChecked"
silently disables the checkbox again when the
maximum number of records...
Benni Mack
18:13 Revision 352841a4: [BUGFIX] ADOdb: Invalid override method signature
Classes are not overriding the method with a compatible list
of parameters.
Fixes: #48034
Releases: 6.2
Change-Id: I...
Xavier Perseguers
18:09 Revision 9eb32aa0: [BUGFIX] getLabelsFromItemsList() returns no value
Method getLabelsFromItemsList() is expected to return an empty list
when the column is populating items from a foreig...
Xavier Perseguers
18:00 Revision f20ae08e: [TASK] Use FAL functions for image rendering
Instead of relying on the backward compatiblity layer of the
FrontendContentAdapterService when rendering images with...
Alexander Stehlik
17:42 Revision 8806f950: [CLEANUP] Enhance RTE Magic Image FAL migration wizard
If the RTE magic images FAL migration upgrade wizard in the
install tool ever fails (due to max_execution_time) or so...
Benni Mack
17:41 Revision b2c79153: [TASK] Upgrade Wizard for FAL references, check for missing tables
In case sys_file_reference contains references to tables that no longer
exist physically (i.e. for extensions that we...
Ernesto Baschny
17:13 Revision 9a63a585: [BUGFIX] Break out of foreach if there're no rows in table
Instead of using a slow COUNT on huge tables, we add an
additional query here, which tries to get the first
found rec...
Stefan Froemken
17:11 Revision 7625461f: [BUGFIX] Cannot use contain with multivalued static enumeration column
When a column is defined as a multivalued static enumeration:
'somecolumn' => array(
'exclude' => 0,
'label' ...
Xavier Perseguers
17:05 Revision 8c12dd0f: [BUGFIX] Flush opcode caches while saving PHP files.
After manipulating PHP files, which we include with "require" we should
clear the opcode cache, if there is one insta...
Alexander Opitz
16:55 Revision 50a08fc8: [BUGFIX] Make standard-search working with EXT:form installed
The standard-search relies on basic form-functionality.
But if EXT:form is installed, that functionality is overlaid
...
Oliver Hader
15:11 Revision 5991c19c: [BUGFIX] DBAL's quoteFieldNames() returns an empty string
DBAL's DatabaseConnection::INSERTquery() builds an array. The keys
(fields) are mapped through quoteFieldNames(), whi...
Andreas Fernandez
12:28 Revision 5bb821a4: [TASK] Install Tool re-order menu items
Current Order:
* Welcome
* Important actions
* System environment
* Configuration Presets
* Folder structure
* Test ...
Wouter Wolters
09:50 Revision 7a308a8a: [BUGFIX] IdentityProperties were not set
After submitting an invalid form twice, extbase tries to
create the related submodel instead of edit.
This is because...
Stefan Froemken
09:05 Revision 734f0d05: [BUGFIX] Install css_styled_content by default
As felogin and some other extensions don't work without
css_styled_content it should be enabled by default as well. T...
Nicole Cordes
06:39 Revision 3708c72e: [TASK] CSS: Button style :active and :hover
Brings visual illusion for :active / click state.
Bugfixes :hover on <button>
Resolves: #56480
Releases: 6.2
Change-...
Felix Kopp

2014-03-03

21:13 Revision 77e85f14: [BUGFIX] Fix warnings on felogin / Use correct usergroup-column
PHP Warning: Illegal string offset 'usergroup' is shown when
trying to login to the frontend while currently already ...
Stefan Neufeind
20:17 Revision 3ce53655: [TASK] Make TS content templates more flexible
If an extension used static content ID 43 (content default),
it also added itself (during each runtime of ext_localco...
Benni Mack
19:59 Revision 85d88e4f: [BUGFIX] Fix PHP warnings on fe_user log out
PHP Warning: Illegal string offset is thrown in some places
if an fe_user logs out.
Resolves: #55696
Releases: 6.2
C...
Markus Klein
19:46 Revision 69c103b2: [BUGFIX] Double escape of title in indexed search
SearchController::compileSingleResultRow() causes double
htmlspecialchars() call on $title.
This patch removes the g...
Markus Klein
19:46 Revision 28d25c9f: [BUGFIX] Double escape of title in indexed search
SearchController::compileSingleResultRow() causes double
htmlspecialchars() call on $title.
This patch removes the g...
Markus Klein
19:45 Revision 5d9b26d9: [BUGFIX] Double escape of title in indexed search
SearchController::compileSingleResultRow() causes double
htmlspecialchars() call on $title.
This patch removes the g...
Markus Klein
17:08 Revision da36a43d: [BUGFIX] Wrong handling of delimiter in revExplode()
The delimiter has to be reversed for the case of limit 2,
as the search is performed on the non-reversed string.
Othe...
Markus Klein
16:48 Revision 1629aea9: [WIP] fluid widgets without sessions
Fixes: #12094
Change-Id: If11ffd7c554f1f45264a06046ecf5d50bc22690d
Helmut Hummel
12:21 Revision 04f66dba: [BUGFIX] Always fetch related objects if relation set by child
If the DataMapper shall map a 1:N relation for
a property of a domain object and the element
type of this property is...
Helmut Hummel
08:57 Revision a36c5550: [TASK] Remove condensed mode leftovers
The condensed mode user setting has been removed
three years ago with #24585
Now also remove the leftover parts.
Kee...
Helmut Hummel
08:49 Revision 1d0d83c7: [TASK] Make sysexts composer names standards compliant
Resolves: #53753
Releases: 6.2
Change-Id: I3acb81c71796bc84ada29e6cdf6141be07f69ca3
Reviewed-on: https://review.typo3...
Thomas Maroschik

2014-03-02

19:12 Revision e8bc2624: [BUGFIX] Mock locked records for DataProviderTest
The DataProviderTest calls BackendUtility::isRecordLocked
statically. We cannot mock that call, but we can
"mock" a l...
Helmut Hummel
14:24 Revision 2e06fc19: [TASK] Update database schema as first and last update wizard
Introduces two new upgrade wizards in the Install tool.
The first wizard - added as first step of the upgrade wizard...
Stephan Großberndt

2014-03-01

23:44 Revision c61c3999: [FEATURE] styleguide: Bring Screenshot to Readme
Felix Kopp
23:41 Revision b8393d64: [RELEASE] styleguide: 0.8.0
Felix Kopp
23:40 Revision b14853be: [FEATURE] styleguide: Brings screenshots
Felix Kopp
23:39 Revision acf24a50: [TASK] styleguide: Display links
Waiting for https://review.typo3.org/#/c/27176/ Felix Kopp
23:38 Revision 7cebb5e0: [TASK] styleguide: Layout: Reload icon
Felix Kopp
23:29 Revision dfab37ac: [!!!][SECURITY] Remove old wizard scripts
Keeping the old wizard script would not solve
the CSRF attack vector as they could still
be referenced in this kind o...
Helmut Hummel
23:21 Revision ebe639c9: [FEATURE] styleguide: Example: beautyful code format
Adds .code css class and brings tag style classes. Felix Kopp
21:22 Revision 3d4de84e: [BUGFIX] Fix StorageRepository::findByStorageType
Since optimizing the retrieval of Storages the
findByStorageType() doesn't find any (also right ones)
storage, becaus...
Marc Bastian Heinrichs
17:18 Revision 498ccf37: [TASK] Use new way to register colorpicker wizard
Resolves: #56436
Releases: 6.2
Change-Id: Ia789abbbdf7ab11a4ab13ea6aa195bc79ba6dc25
Reviewed-on: https://review.typo3...
Alexander Schnitzler
15:14 Revision bb4ecb56: [BUGFIX] Undefined variable $multiSelectId in FormEngine
There is a undefined variable $multiSelectId in FormEngine. This
is introduced with #46357
Resolves: #56457
Releases...
Wouter Wolters

2014-02-28

22:16 Revision 3287150d: [CLEANUP] Followup to wizard changes
The new wizards scripts lacked a proper description.
Add the description the original files had.
Related: #56431
Rel...
Helmut Hummel
22:11 Revision 59484d6d: [TASK] Use new way to register rte wizard
Resolves: #56437
Releases: 6.2
Change-Id: I0eea59f46c74fe50eb2554898a9f64fa2a26a9b1
Reviewed-on: https://review.typo3...
Alexander Schnitzler
20:23 Revision b6bafa92: [TASK] Use new way to register forms wizard
Resolves: #56438
Releases: 6.2
Change-Id: Ic5a22f6ded5bf3b5d8a6442497444296a6b3bfaa
Reviewed-on: https://review.typo3...
Alexander Schnitzler
20:22 Revision 1fd62fa0: [TASK] Remove superflous require_once in t3editor hook
\TYPO3\CMS\T3editor\Hook\FileEditHook::save() requires
init.php which is not necessary at all as the method
itself is...
Alexander Schnitzler
20:16 Revision 53d2f313: [TASK] Use new way to register table wizard
Resolves: #56435
Releases: 6.2
Change-Id: I180929980ade8c26a6e086f2f65d2e76cbeb19cd
Reviewed-on: https://review.typo3...
Alexander Schnitzler
20:08 Revision df139b8a: [BUGFIX] Title field disappears after using addToAllTCAtypes()
Change-Id: Ia7db1d1b3613badc84ca3ee44ce68c154004f135
Resolves: #56080
Releases: 6.2
Reviewed-on: https://review.typo3...
Michiel Roos
19:30 Revision cf839482: [BUGFIX] Do not log with severity 1320177676
Extbase logged a code smell with a severity of 1320177676
instead of 1 ("notice").
Change-Id: If28c2d66713bdedb3094a...
Christian Weiske
19:29 Revision ded338b5: [BUGFIX] Do not log with severity 1320177676
Extbase logged a code smell with a severity of 1320177676
instead of 1 ("notice").
Change-Id: If28c2d66713bdedb3094a...
Christian Weiske
19:29 Revision 8b6559a0: [BUGFIX] Do not log with severity 1320177676
Extbase logged a code smell with a severity of 1320177676
instead of 1 ("notice").
Change-Id: If28c2d66713bdedb3094a...
Christian Weiske
19:23 Revision e997f2a6: [TASK] Add IconUtility::getSpriteIconForResource()
With the introduction of FAL the files and folders are
objects and so there is more info than just a name/extension
t...
Frans Saris
18:40 Revision 55ea3050: [TASK] Use new way to register list wizard
Resolves: #56434
Releases: 6.2
Change-Id: Ia776874ca247b11a769a1c17ee1e6ec65047ac4c
Reviewed-on: https://review.typo3...
Alexander Schnitzler
14:47 Revision d4f4b45d: [TASK] Use new way to register add wizard
Resolves: #56432
Releases: 6.2
Change-Id: Id78b3182ed6710a09a82ce69bd1f5b72f9e2a3e0
Reviewed-on: https://review.typo3...
Alexander Schnitzler
14:47 Revision 432a7bdd: [BUGFIX] @return for TYPO3\CMS\Sv\AuthenticationService::authUser
Adjust the @return documentation of authUser() to match the actual
implementation in
TYPO3\CMS\Core\Authentication\Ab...
Christian Weiske
14:47 Revision 8f0ce1c6: [BUGFIX] @return for TYPO3\CMS\Sv\AuthenticationService::authUser
Adjust the @return documentation of authUser() to match the actual
implementation in
TYPO3\CMS\Core\Authentication\Ab...
Christian Weiske
14:46 Revision debfec7f: [BUGFIX] @return for TYPO3\CMS\Sv\AuthenticationService::authUser
Adjust the @return documentation of authUser() to match the actual
implementation in
TYPO3\CMS\Core\Authentication\Ab...
Christian Weiske
14:19 Revision 630b877b: [BUGFIX] Adding new records in edit mode broken
It was not possible anymore to use the "add new record" button
in TCA select fields on records with pid > 0.
This pa...
André Haehnel
08:27 Revision bf20c33d: [BUGFIX] Fix double quotes in ElementBrowser JS
Double quotes must not be used around JS code
created by GeneralUtility::quoteJSvalue()
Resolves: #56406
Releases: 6...
Markus Klein
02:14 Revision 715e61b2: [SECURITY] Protect core Ajax calls against CSRF
The backend ajax handler that are directly registered
in DefaultConfiguration.php are now CSRF protected
if necessary...
Helmut Hummel
01:10 Revision 1474e2cf: [BUGFIX] URL-encoded title in link wizard
The security fix introduced a bug that the title is encoded
every time the link wizard is opened, leading to multiple...
Helmut Hummel
01:06 Revision 342686b4: [BUGFIX] URL-encoded title in link wizard
The security fix introduced a bug that the title is encoded
every time the link wizard is opened, leading to multiple...
Helmut Hummel

2014-02-27

22:43 Revision d9a4854f: [BUGFIX] Make sure M parameter is first in URL
Although the order of GET parameters in the URL
does not matter, the M parameter should come first
in the URL.
Resol...
Helmut Hummel
22:19 Revision a791531f: [BUGFIX] Fix GET parameter order in unit tests
The order of GET parameters changed, so we have
to adapt the tests.
Resolves: #56403
Releases: 6.2
Change-Id: I6fb8d...
Helmut Hummel
21:04 Revision 2aa83d39: [FEATURE] Add API to CSRF protect Ajax calls in Backend
This change adds API to register Ajax ids with
their handler and to get an Ajax URL for
a specific AjaxID.
A token c...
Helmut Hummel
20:32 Revision 45b092d3: [TASK] Additional SignalSlot after init in EditDocumentController
Adds a new SignalSlot possibility after the init method call.
Resolves: #56381
Releases: 6.2
Change-Id: I2357f81c40b...
Julian Kleinhans
18:09 Revision beac969f: [CLEANUP] Remove security_level option from Authentications
The option security_level option was deprecated
since 4.7 and can now be removed.
Also do some cleanup in related co...
Benni Mack
17:20 Revision bce23ae7: [TASK] Speed up updating the extension list
The process of updating the TER
extension list takes approx 1 minute
because the extension manager needs
to mark all ...
Benni Mack
16:00 Revision baa5c3e7: [BUGFIX] Filename sorting in filelist is broken
The sorting by filename in the filelist is broken since the
introduction of sys_file_metadata. It tries to sort the f...
Frans Saris
15:02 Revision 3241387b: [BUGIFX] Fix Redirect after switch-to-user
The compatibility layer introduced in #55809
causes trouble with the user switch feature.
User switch intentionally ...
Helmut Hummel
14:45 Revision e34a90bd: [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful"
This reverts commit 70ce5402ad9f1a8a98c7014e6ce5af79d9b7a4de.
The 401 header code is used with HTTP based authentica...
Markus Klein
14:45 Revision ab4ef146: [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful"
This reverts commit 40cb0a435e31dd0378151ce6613ad54c8e7d075b.
The 401 header code is used with HTTP based authentica...
Markus Klein
14:42 Revision 5ce3128c: [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful"
This reverts commit b0c54dcadfba635d44242ce3778bbf8486e9b33e.
The 401 header code is used with HTTP based authentica...
Markus Klein
14:41 Revision 71a7f96c: [BUGFIX] Fix reference to FileListLocalisation.js
FileListLocalisation.js was moved from backend to filelist
with #55810, but it was forgotten to adapt the reference
i...
Markus Klein
14:21 Revision fe210c9c: [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful"
This reverts commit 9974f36d2736e21875a76d33a9dd7ceb440a100d.
The 401 header code is used with HTTP based authentica...
Michael Knabe
12:44 Revision 94435811: [BUGFIX] Fix link for workspace preview
The absolute link generated for mailings to
workspace editors misses the page id.
The uid has been accidentally remo...
Helmut Hummel
11:23 Revision ee612a33: [BUGFIX] styleguide: Readme wording
Felix Kopp
11:14 Revision dee15044: [TASK] styleguide: README Scrutinizer+Travis icons
Adds scrutinizer and travis links. Felix Kopp
00:00 Revision 8cbb774c: [BUGFIX] Fix module access regressions
During the addition of the token check for mod.php
some places have been missed where a correct
token needs to be add...
Helmut Hummel

2014-02-26

21:58 Revision f5dd8bf2: [BUGFIX] Avoid to get a file object with the uid zero
At some points where a file object is retrieved, a check for
the interpretation as integer is done for the method
arg...
Marc Bastian Heinrichs
21:25 Revision e99e12a9: [BUGFIX] Do not save failed token messages in session
In #30272 the backend formprotection has been changed
to not save flash messages in the user session if
the current r...
Helmut Hummel
19:47 Revision f2208e54: [BUGFIX] Respect all filemounts in file collection
The directory selector in a file collection now displays the folders
of all filemounts of a user. Before only the fol...
Alexander Stehlik
16:36 Revision 6e9e5455: [!!!][SECURITY] Add CSRF protection to mod.php
Add a token check in mod.php and token generation
to BackendUtility::getModuleUrl()
Adapt code to use BackendUtility...
Helmut Hummel
13:09 Revision 7389b684: [BUGFIX] Allow record insert on rootlevel
The DataHandler function checkRecordInsertAccess() does
now check the configuration for the root level.
Resolves: #5...
Benjamin Serfhos
11:50 Revision 6cc6c4f7: [BUGFIX] Followup: Ajax handler TYPO3_tcefile::process is broken
Upload action was taken care of, but the ajax handler can be just
for all commands that ExtendedFileUtility->processD...
Frans Saris

2014-02-25

23:59 Revision 8785cfef: [TASK] Fixen broken tests for getTreeList
Resolves: #56294
Releases: 6.2
Change-Id: I1d86f1899447feaa301474f4ed247a0ecc6c1a6e
Reviewed-on: https://review.typo3...
Markus Klein
23:21 Revision 5c5d9e6c: [BUGFIX] Wrong usage of intExplode in getTreeList
getTreeList calls intExplode which converts empty
arrays to 0. This patch removes empty arrays
within intExplode.
Re...
Stefan Froemken
23:06 Revision cbbb4def: [BUGFIX] Don't modify variables in tree view
The lowlevel array browser tries to modify the array that
is displayed if it's an object.
Now that TYPO3_LOADED_EXT i...
Jigal van Hemert
22:34 Revision f0b50c81: [CLEANUP] Remove outdated $CLIENT[FORMSTYLE]
The functionality for having to deal with
browsers that did not support style="width: XYpx"
is not needed anymore, as...
Benni Mack
22:10 Revision 77b17291: [CLEANUP] Superfluous Code in ElementBrowser and BrowseLinks
Resolves: #56290
Releases: 6.2
Change-Id: I85348aea9fd514b9774b63846f444fcb9a8310e4
Reviewed-on: https://review.typo3...
Markus Klein
21:39 Revision 2b0b18a5: [BUGFIX] Fix JS error in ElementBrowser
Fix for #41413 did not remove a superfluous parentheses.
This is causing a JS error now.
Backports of the original p...
Markus Klein
21:25 Revision 4da4dba5: [BUGFIX] Install Tool fatal with Oracle database
Installing TYPO3 with an Oracle database (oci8) fails.
After selecting oci8 and passing the credentials,
the install ...
Andreas Fernandez
21:21 Revision 95cb16ed: [BUGFIX] Paginator in TER list not using ajax
The paginator in the extension list from TER is transformed into
using Ajax. This fails because this process searches...
Jigal van Hemert
21:20 Revision a5d88930: [BUGFIX] Paginator in TER list not using ajax
The paginator in the extension list from TER is transformed into
using Ajax. This fails because this process searches...
Jigal van Hemert
21:20 Revision f81ba18d: [BUGFIX] Paginator in TER list not using ajax
The paginator in the extension list from TER is transformed into
using Ajax. This fails because this process searches...
Jigal van Hemert
20:50 Revision b44e8af6: [BUGFIX] URL-encoded title in link wizard
The security fix introduced a bug that the title is encoded
every time the link wizard is opened, leading to multiple...
Helmut Hummel
19:49 Revision 32f65b09: [TASK] Deprecate unused methods in ElementBrowser
There are 3 methods in ElementBrowser which are never used in the core.
We deprecate them, so they can be removed two...
Tymoteusz Motylewski
18:51 Revision 002c700d: [TASK] Form sysext entry script cleanup
The form sysext contains a wizard to provide help for form creation.
This script used the init.php entry script. This...
Anja Leichsenring
16:41 Revision ccd20784: [TASK] Use new way to register edit wizard
Resolves: #56272
Releases: 6.2
Change-Id: Idfcb04fac9f1c4e6637b7df929694b193266c825
Reviewed-on: https://review.typo3...
Helmut Hummel
16:22 Revision d956775f: [FEATURE] Add new way to register a TCA wizard
Wizards used to be registered by defining a script path
to an entry script. Since we now aim to reduce
the number of ...
Helmut Hummel
13:51 Revision b20aa02b: [TASK] Rename update wizard to upgrade wizard
For the release of TYPO3 4.5 that the wizard in
install tool was renamed to "Upgrade Wizard"
to distinguish between p...
Helmut Hummel
13:28 Revision 5c4554be: [BUGFIX] felogin reset password links not clickable
Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari...
Jigal van Hemert
13:28 Revision 4dfb4d33: [BUGFIX] felogin reset password links not clickable
Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari...
Jigal van Hemert
11:36 Revision aa43d8f8: [TASK] Use DataHandler testing framework for simple import test
Adapt the impexp simple import test to the testing framework
available with #54855.
Resolves: #55664
Related: #54855...
Marc Bastian Heinrichs
10:58 Revision ad67e91d: [BUGFIX] Missing move placeholders in irre_tutorial tests
The functional test cases using EXT:irre_tutorial need to
enable move placeholders. $TCA[<table>]['ctrl']['versioning...
Oliver Hader
09:48 Revision 6711c14b: [BUGFIX] Can't remove static templates from selection in template module
Add missing '$' in front of formEl
Resolves: #56221
Releases: 6.2
Change-Id: Ia9b3260eebd007a60a34c33ac357fa84c572c8...
Wouter Wolters
09:47 Revision 979c401a: [TASK] Remove unused $arrayConstraint in IndexerServiceTest
The array was used by a mock call which is removed from
the test.
Resolves: #56119
Releases: 6.2
Change-Id: I6aa5ad7...
Wouter Wolters
09:43 Revision 8c2179f0: [BUGFIX] felogin reset password links not clickable
Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari...
Jigal van Hemert
09:42 Revision b4a82355: [BUGFIX] felogin reset password links not clickable
Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari...
Jigal van Hemert
09:39 Revision fbd10dbb: [BUGFIX] felogin reset password links not clickable
Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari...
Jigal van Hemert

2014-02-24

22:36 Revision 8dad992c: [BUGFIX] Adding new menu types triggers error
With the addition of categories-related menus, new fields were added
to the tt_content "menu" palette for handling ca...
Francois Suter
22:25 Revision 2e1c368a: [TASK] Remove outdated upgrade wizards
The core ships upgrade wizards for all versions since TYPO3 CMS 4.2.
Users upgrading to TYPO3 CMS 6.2 LTS should have...
Steffen Ritter
21:15 Revision 69408211: [TASK] Switch info and func module to mod dispatcher
BE modules info and func now uses mod.php.
Changing the entry script for func and info module
will cause integrated ...
Anja Leichsenring
21:15 Revision 5da89e21: [BUGFIX] Fix JS concat if first file is forced on top
If a javascript file is forceOnTop the script uses array_unshift()
to put the file at the beginning of the section ar...
Benjamin Kott
21:11 Revision bfd71d58: [BUGFIX] Fix JS concat if first file is forced on top
If a javascript file is forceOnTop the script uses array_unshift()
to put the file at the beginning of the section ar...
Benjamin Kott
19:17 Revision be558f4f: [!!!][TASK] Remove empty classes implementing AbstractTreeView
The tree class hierachie contains 3 empty classes, removed
by the patch:
* \TYPO3\CMS\Rtehtmlarea\ImageFolderTree
* ...
Tymoteusz Motylewski
15:45 Revision 77e287f7: [TASK] Windows issues with long file names in Git sources
The recent DataHander functional tests integrate file names that
are very long since they contain a description of wh...
Oliver Hader
14:30 Revision 75281c9c: [!!!][SECURITY] Add CSRF Protection for tce_file.php
Add a token check in tce_file.php and token generation
everywhere forms for or links to tce_file.php are created.
Ad...
Alexander Schnitzler
14:25 Revision b5d82de8: [TASK] Limit the exported record fields in impexp
To be able to compare mostly only the data provided in the
database fixtures, the export needs to be limited to a giv...
Marc Bastian Heinrichs
12:25 Revision ae4764c2: [TASK] EXT: tstemplate - use treeline sprite icons
Bring treeline sprite icons to t3-table in Template backend module.
Resolves: #56229
Releases: 6.2
Change-Id: I95cfa...
Felix Kopp
06:55 Revision eefa6525: [BUGFIX] Using files in eID results in fatal error
In TYPO3_MODE == 'FE' we attached language overlays for file metadata
via an Signal in the MetaDataRepository. Within...
Steffen Ritter
06:48 Revision 12c1674a: [BUGFIX] New Content Element: hide list style
Hides bullet points in New Content Element Wizard.
Resolves: #56062
Releases: 6.2
Change-Id: Iead660b30df3cabea76d22...
Felix Kopp
06:46 Revision 92852156: [TASK] EXT: t3skin - .list-unstyled for ol & ul
Brings CSS class for lists that semantically need to be
UL or OL tags but do not have a visible list-style-item:
<ul...
Felix Kopp

2014-02-23

23:51 Revision fe7e00da: Revert "[TASK] FrontendContentAdapterService processes record repeatedly"
This reverts commit 3adf78359015401648fcec4befe70e9bd0b7a2ea
This patch breaks section menus as it introduces invali...
Markus Klein
22:32 Revision a7416874: [FEATURE] styleguide: UL&OL class list-unstyled
Display <OL> and <OL> lists in "Typography" following
http://forge.typo3.org/issues/55834
Felix Kopp
20:24 Revision 40200bd1: [TASK] Upgrade normalize.css to version 3.0.0
Resolves: #55316
Releases: 6.2
Change-Id: I945f0c033f3d69c1951ea9ee59b0a00c5f866175
Reviewed-on: https://review.typo3...
Wouter Wolters
12:52 Revision 94591100: Revert "[CLEANUP] Replace strlen() with === for zero length check"
This reverts commit de27a20afbd8f413f60029afc5622c7b33212322
Change-Id: I078d2f7bbff605c91d83a9853e8feb9c31d57ccc
Re...
Stefan Neufeind
11:27 Revision 7b77f282: [BUGFIX] Installer rejects traling slash in link target
When having e.g. the link for ``typo3/`` pointing to
``typo3_src/typo3/``, the install tool complains because the tra...
Andreas Wolf
11:24 Revision de27a20a: [CLEANUP] Replace strlen() with === for zero length check
It is faster to compare a string with === '' to find out if it's empty
than to run strlen() on it.
The replacement r...
Markus Klein
09:58 Revision 0c5a0aa1: [TASK] New SignalSlot after preInit in EditDocumentController
Adds a new SignalSlot possibility after the preInit method call.
Resolves: #56195
Releases: 6.2
Change-Id: Ia6873499...
Julian Kleinhans

2014-02-22

15:38 Revision 9551ac77: [TASK] Add additional configuration for functional tests
Our functional test suit does not fail currently when
tested code emits a PHP warning. This is due to the
fact that t...
Helmut Hummel

2014-02-21

22:54 Revision a0dba890: [BUGFIX] Use absolute path to check for extensions
The functional test utility assumes that the current
working directory is the document root, which must
not necessari...
Helmut Hummel
22:51 Revision 36d545bf: [BUGFIX] Fix PHP warnings in functional tests
Some PHP warnings occur in functional tests due
to missing initialization of arrays or unused
function parameters.
R...
Helmut Hummel
20:41 Revision 9ebf4bb7: [BUGFIX] Use count on storage after initialization of LazyObjectStorage
The count in LazyObjectStorage for relation type HAS_MANY has
to use the count on storage items after initialization....
Marc Bastian Heinrichs
20:41 Revision c47d8c53: [BUGFIX] Use count on storage after initialization of LazyObjectStorage
The count in LazyObjectStorage for relation type HAS_MANY has
to use the count on storage items after initialization....
Marc Bastian Heinrichs
20:29 Revision 16c5c810: [TASK] Cleanup \TYPO3\CMS\Lang\LanguageService
* Cache hsc values of calls to sL()
* Code cleanup
* Use !empty() instead of count() for objects known to be an array...
Michiel Roos
20:02 Revision 76706f57: [BUGFIX] RTE cannot run in IE 11+ with ExtJS 3.4.1
Solution: Configure a hook in frontend to add a meta tag just after
the head tag whenever rtehtmlarea is in use on th...
Stanislas Rolland
16:20 Revision 86cef9f8: [BUGFIX] Remove class loader in functional test tear down
The functional test teardown does not remove the
class loader but removes the instance directories.
Because of this t...
Helmut Hummel
15:24 Revision 57f39f53: [TASK] Use environment variable for functional test bootstrap
Make it possible to determine the original root path
of the installation by setting an environment variable
just like...
Helmut Hummel
13:14 Revision fe856ede: [TASK] Add functional tests for discarding created elements
The workspaces API has the command "clearWSID" that reverts
elements that have been modified/created/deleted in a wor...
Oliver Hader
12:55 Revision dd4a67c6: [BUGFIX] Parent localization pointer missing in IRRE tests
The parent localization pointer (in this very case
l18n_parent, instead of l10n_parent) is missing in
the DataSet sce...
Oliver Hader
11:13 Revision 2db3d309: [TASK] Integrate IRRE CSV Functional Tests
Integrate comma separated value functional tests for Inline
Relational Record Editing for both live and workspace con...
Oliver Hader
10:37 Revision 4b44141a: [BUGFIX] Fix possible language handling issue
The language initialization process is currently split in two main
methods (TypoScriptFrontendController->initLLvars ...
Markus Klein
10:37 Revision 6512f653: [BUGFIX] Fix possible language handling issue
The language initialization process is currently split in two main
methods (TypoScriptFrontendController->initLLvars ...
Markus Klein
08:51 Revision eb619ab2: [BUGFIX] Update file type on mimetype change
If the mime type of a file has changed, the type property of a file
will be updated, too.
Resolves: #54305
Releases:...
Alexander Stehlik

2014-02-20

22:12 Revision b09e7f9e: [BUGFIX] Rendering inline TCEforms without AJAX is broken
When loading tt_content as an inline record WITHOUT using AJAX,
some additional broken fields are rendered.
Change-I...
Alexander Jahn
22:12 Revision c9ae284b: [BUGFIX] concatenateJs/Css does not consider forceOnTop
Setting the forceOnTop property for a JS or CSS file is not
observed if concatenateJs/Css is set as well.
Resolves: ...
Markus Klein
20:59 Revision 0bcfd5bb: [TASK] Fix a few variable names
Fix a few typo in the variable names.
Change-Id: I334e31a1e8e37ce7a79a3b905758843d51463c26
Releases: 6.2
Resolves: #...
Fabien Udriot
17:27 Revision aa5804dd: [BUGFIX] moveContentRecordToDifferentPageAndChangeSorting fails
In a workspace, an existing content record is moved to an
existing page. Another existing record is moved after the
p...
Oliver Hader
15:31 Revision 08b2c458: [BUGFIX] Make Typo3DbBackend use DatabaseConnection
While Typo3DbBackend claims to be Extbase's connection to
the TYPO3 API, in reality it writes a lot of SQL state-
men...
Felix Oertel
10:48 Revision 568b9bfd: [BUGFIX] DatabaseConnection::listQuery wrong usage of strpos()
In DatabaseConnection::listQuery strpos() is used with wrong
parameter order.
Resolves: #56135
Releases: 6.2, 6.1, 6...
Markus Klein
10:48 Revision b8eeb554: [BUGFIX] DatabaseConnection::listQuery wrong usage of strpos()
In DatabaseConnection::listQuery strpos() is used with wrong
parameter order.
Resolves: #56135
Releases: 6.2, 6.1, 6...
Markus Klein
10:47 Revision 82dbd3b1: [BUGFIX] DatabaseConnection::listQuery wrong usage of strpos()
In DatabaseConnection::listQuery strpos() is used with wrong
parameter order.
Resolves: #56135
Releases: 6.2, 6.1, 6...
Markus Klein
08:06 Revision 92aae5c0: [TASK] Rename tt_content.tx_irretutorial_hotels in tests
This change affects EXT:irre_tutorial and functional tests only:
* rename tx_irretutorial_hotels to tx_irretutorial_1...
Oliver Hader

2014-02-19

21:13 Revision f127a193: [BUGFIX] Category localization cannot be rendered
Localized sys_category records cannot be rendered in frontend,
since only records with a positive pid value are overl...
Oliver Hader
21:01 Revision 8bed9bcf: [BUGFIX] Use MM_oppositeUsage for category relations
The MM_oppositeUsage property allows to apply match fields
of the opposite relation to MM records. This feature shall...
Oliver Hader
20:51 Revision 84e703a0: [FEATURE] Introduce MM_oppositeUsage property
On copying a sys_category record, a new MM reference is created,
however without setting the "fieldname". This value ...
Oliver Hader
18:32 Revision 0d383257: [TASK] Optimize GeneralUtility::trimExplode()
This often used method can be about 5% more performant by rewriting it.
Change-Id: Iee80a35ebd98c3521a75977bc7ab45d1...
Michiel Roos
17:05 Revision 55b54a2f: [BUGFIX] Categories as exclude field
When a table is marked as being categorizable, the
categories field is added with an "exclude" flag
hard-coded to 0. ...
Francois Suter
15:15 Revision 3376a5e6: [TASK] Enable DataHandler frontend rendering tests
After having performed changes to data structures using the
DataHandler, the correct impact for the frontend needs to...
Oliver Hader
14:59 Revision 4231f415: [TASK] Add framework for frontend rendering functional tests
To ensure that actions in the backend have an accordant and
correct impact in the frontend, a frontend request needs ...
Oliver Hader
14:16 Revision 7d49ed19: [TASK] getFilesInDirCanOrderByMtime-test should use vfs
Follow-up for PHP 5.3 compatiblity.
Resolves: #56121
Releases: 6.2
Change-Id: I948eb3063c2e6b014b8d69c2011789c7dbe58...
Stefan Neufeind
14:09 Revision b9ccddf8: [TASK] getFilesInDirCanOrderByMtime-test should use vfs
As the other tests in GeneralUtilityTest also
getFilesInDirCanOrderByMtime() should use vfs.
Otherwise we might run i...
Stefan Neufeind
12:43 Revision 5be419e3: [BUGFIX] Discard vs. Delete workspace changes in tests
Discarding workspace changes works with the version command
"clearWSID" which might come down to a "delete" action if...
Oliver Hader
12:38 Revision 8d67dfc1: [CLEANUP] GeneralUtility::getFilesInDir()
Refactor getFilesInDir to use scandir().
Change-Id: Iafca3e7b7610ef0b11441ef118c85c8e6cc481b8
Resolves: #54095
Relea...
Michiel Roos
12:32 Revision bd607e27: [BUGFIX] Suppress EXIF warnings indexing images
FileContentParser used to issue a warning trying to index image
files with corrupted EXIF data. Suppress these warnin...
Felix Althaus
12:29 Revision e3474070: [BUGFIX] Suppress EXIF warnings indexing images
FileContentParser used to issue a warning trying to index image
files with corrupted EXIF data. Suppress these warnin...
Felix Althaus
00:59 Revision e1927d2e: [BUGFIX] RTE: Required ExtJs css files are not loaded in frontend
Solution: Add ExtJs css files required by the RTE
Resolves: #56027
Releases: 6.2
Change-Id: I56c81a0119a34097aa8c4a3...
Stanislas Rolland
00:18 Revision 40d97d57: [BUGFIX] Various static calls to non-static functions
Resolves: #56067
Releases: 6.2, 6.1, 6.0
Change-Id: I6d1e19026afde81bec46cec3dff9060fa6042c43
Reviewed-on: https://re...
Markus Klein
00:15 Revision 45f944c7: [BUGFIX] Various static calls to non-static functions
Resolves: #56067
Releases: 6.2, 6.1, 6.0
Change-Id: I6d1e19026afde81bec46cec3dff9060fa6042c43
Reviewed-on: https://re...
Markus Klein
00:12 Revision ba762857: [BUGFIX] FAL links in RTE not transformed when link has rel attribute
Problem: When the RTE inserts the link, the href looks like
http://somedomain/?file:1234. If a rel attribute is prese...
Stanislas Rolland
00:04 Revision 028c7b21: [BUGFIX] Various static calls to non-static functions
Resolves: #56067
Releases: 6.2, 6.1, 6.0
Change-Id: I6d1e19026afde81bec46cec3dff9060fa6042c43
Reviewed-on: https://re...
Markus Klein
00:04 Revision d2ef187c: [BUGFIX] Add missing htmlspecialchars for thumbnail URL
Resolves: #56057
Releases: 6.2, 6.1
Change-Id: I9c1ec60e7518867d27e99681d3d18957a27c4983
Reviewed-on: https://review....
Wouter Wolters

2014-02-18

23:57 Revision b7169bb3: [BUGFIX] Show labels of additional doktypes in new page drag area
Get the labels for the doktypes from TCA
Resolves: #52955
Releases: 6.2, 6.1
Change-Id: I6d70c11f1711bf191a4ce14a917...
Caspar Stuebs
23:47 Revision b6991198: [BUGFIX] Show labels of additional doktypes in new page drag area
Get the labels for the doktypes from TCA
Resolves: #52955
Releases: 6.2, 6.1
Change-Id: I6d70c11f1711bf191a4ce14a917...
Caspar Stuebs
23:35 Revision faa6e8a6: [BUGFIX] Check identity map for existing objects
The DataMapper should check if an object is already in the identityMap
before calling fetchRelated, since otherwise t...
Nico de Haen
22:33 Revision 6c973b87: [BUGFIX] No duplicate insertion in addToAllTCAtypes
This patch improves the regular expression in
ExtensionManagementUtility::executePositionedStringInsertion().
It is ...
Alexander Stehlik
19:51 Revision d4b2d215: [BUGFIX] Indexer does not update the FileObjects
If the Indexer updates metadata during runtimer (after a file object)
has been created, the file object itself is not...
Steffen Ritter
16:42 Revision cac662a2: [TASK] Extend DataHandler IRRE functional tests
* create and copy
* create and localize
* modify and discard
* create and copy and discard
* create and localize and ...
Oliver Hader
14:13 Revision 5c649c93: [TASK] Use Backend User fixture for DataHandler tests
Resolves: #56070
Releases: 6.2
Change-Id: Iaae9944796311d7e453b5374827acf7030e6bdbf
Reviewed-on: https://review.typo3...
Oliver Hader
00:35 Revision c5271d60: [TASK] Forms: Input/textarea :focus style
Brings a discreet :focus style for fields and buttons in ice
blue to complement our favorite TYPO3 orange.
Is introd...
Felix Kopp
00:15 Revision e4286922: [BUGFIX] Missing encoding in flexforms IRRE javascript
encodeURIComponent is added to escape all special characters in
parameters for AJAX call.
Resolves: #54304
Releases:...
Alexey Gafiulov
00:12 Revision 7af5ad66: [BUGFIX] Missing encoding in flexforms IRRE javascript
encodeURIComponent is added to escape all special characters in
parameters for AJAX call.
Resolves: #54304
Releases:...
Alexey Gafiulov

2014-02-17

23:57 Revision adac6161: [BUGFIX] Invalid shortcut target on translated pages
A feature to resolve shortcut links directly in menu rendering
does not consider the overlay behaviour of the "shortc...
Oliver Hader
23:30 Revision cb9ce202: [BUGFIX] Missing encoding in flexforms IRRE javascript
encodeURIComponent is added to escape all special characters in
parameters for AJAX call.
Resolves: #54304
Releases:...
Alexey Gafiulov
22:48 Revision 599cdb66: [BUGFIX] concatenateJs/Css does not consider forceOnTop
Setting the forceOnTop property for a JS or CSS file is not
observed if concatenateJs/Css is set as well.
Resolves: ...
Markus Klein
22:39 Revision a335bcfa: [BUGFIX] addToAllTCAtypes() doesn't add new field
Fixes problem with match on substring when adding a new field
using ExtensionManagementUtility::addToAllTCAtypes()
R...
Tomita Militaru
22:38 Revision 48eab767: [BUGFIX] addToAllTCAtypes() doesn't add new field
Fixes problem with match on substring when adding a new field
using ExtensionManagementUtility::addToAllTCAtypes()
R...
Tomita Militaru
22:29 Revision 309af8f9: [BUGFIX] Add missing htmlspecialchars for thumbnail URL
Resolves: #56057
Releases: 6.2, 6.1
Change-Id: I9c1ec60e7518867d27e99681d3d18957a27c4983
Reviewed-on: https://review....
Wouter Wolters
22:21 Revision b2f804f0: [BUGFIX] Load file meta data properties before return
Currently it is not possible to edit files as an editor because no file
uid is submitted. This happens because meta d...
Nicole Cordes
21:55 Revision 63447932: [BUGFIX] Fix clipboard thumbnail rendering
The thumbnail rendering in filelist clibboard isn't
updated to use FAL. And adding folders to clipboard
with thumbnai...
Frans Saris
21:53 Revision f3157c1c: [BUGFIX] Ignore empty inputs when creating new folders
When you try to create one of multiple folders in filemodule
and leave one of the new name input fields empty this re...
Frans Saris
21:43 Revision da4d7c13: [BUGFIX] Inline upload progress queue styles are missing
The cleanup done in #55810 breaks the styling of the
inline upload progress queue.
This patch is a followup that rem...
Frans Saris
21:28 Revision 76671f85: [BUGFIX] Fix clipboard thumbnail rendering
The thumbnail rendering in filelist clibboard isn't
updated to use FAL. And adding folders to clipboard
with thumbnai...
Frans Saris
21:04 Revision e542fac6: [TASK] Add FileCollectionRegistry
The classes belonging to the FileCollection types are hardwired
in ResourceFactory::createCollectionObject(), therefo...
Frans Saris
17:19 Revision e3165225: [TASK] Remove unused variable $field
Resolves: #56011
Releases: 6.2
Change-Id: Ia5773bb02c82828896573c8410988d04aa69de68
Reviewed-on: https://review.typo3...
Stefano Kowalke
16:00 Revision f83873bf: [TASK] Cleanup GeneralUtility::rmFromList
Simplifies the method. Avoids using array as intermediate. Work directly
with the string value instead.
Resolves: #5...
Tomita Militaru
15:58 Revision a25b6b92: [!!!][BUGFIX] Content Object instances are reused
The ContentObjectRenderer creates instances for each content
object to be rendered, e.g. TEXT, COA, CONTENT, etc. How...
Oliver Hader
15:33 Revision 88fd2df0: [BUGFIX] Usage of undefined variables in ShortcutToolbarItem
Fix a undefined variable and a wrong variable assignment in the
ShortcurtToolbarItem.
Resolves: #55998
Releases: 6.2...
Tim Lochmüller
15:33 Revision dc0ec8aa: [BUGFIX] Usage of undefined variables in ShortcutToolbarItem
Fix a undefined variable and a wrong variable assignment in the
ShortcurtToolbarItem.
Resolves: #55998
Releases: 6.2...
Tim Lochmüller
15:21 Revision dae88a26: [BUGFIX] Fix possible language handling issue
The language initialization process is currently split in two main
methods (TypoScriptFrontendController->initLLvars ...
Markus Klein
15:09 Revision 65fc5895: [BUGFIX] Usage of undefined variables in ShortcutToolbarItem
Fix a undefined variable and a wrong variable assignment in the
ShortcurtToolbarItem.
Resolves: #55998
Releases: 6.2...
Tim Lochmüller
14:57 Revision 4f69cd98: [BUGFIX] Adding new image to content element breaks layout
Since #55545 the frameset layout behaves strange in
Chrome and Chromium when you add a new image to
a content element...
Frans Saris
13:45 Revision bb600dec: [BUGFIX] Extension Upload ends in PHP Error
Adds an additional check after processing of the ext_emconf.php, throwing
an exception if EmConfUtility::includeEmCon...
Rico Sonntag
13:21 Revision d3f313f8: [TASK] Rename classes with the same name
We have 3 implementations of the \localPageTree
class in the global namespace:
- db_new.php
- move_el.php
- class.bro...
Tymoteusz Motylewski
11:05 Revision 52c294bb: [BUGFIX] CommandController is not executed at same time
To execute more than one different CommandController at
the same time, every execute call has to use its own request
...
Tom Ruether
11:04 Revision fcd82896: [BUGFIX] CommandController is not executed at same time
To execute more than one different CommandController at
the same time, every execute call has to use its own request
...
Tom Ruether
10:58 Revision 67b1e5e9: [BUGFIX] StorageRepository fails to load storages
StorageRepository fails to load storages if new one is created.
This is regression to #55186.
Resolves: #55992
Relea...
Markus Klein
08:18 Revision 90db01d7: [TASK] Streamline DataHandler functional tests
* load modified typo3conf/extTables.php
* add label for copied records
* add label for localized records
* streamline...
Oliver Hader

2014-02-14

20:53 Revision 744702ed: [BUGFIX] rdndt getClassSchema() in thawProperties(
getClassSchema() is being called within a foreach loop while the
$className never changes for that call.
Change-Id: ...
Michiel Roos
18:55 Revision 49252eff: [BUGFIX] Upgrade Wizard fails with exception
The package manager throws an exception "core" package
already being registered. This is caused by the signal
which i...
Helmut Hummel
16:44 Revision df2ebf28: [TASK] Install Tool checks for system locale
Add two new functions to check if 'systemLocale'
setting is correct and if configured 'systemLocale'
supports UTF-8 w...
Zbigniew Jacko
16:42 Revision e1ca180f: [BUGFIX] Selection of non image files in element browser
This patch fixes the condition that checks if an image is selectable
in the "plain" image mode in the RTE.
This fixe...
Alexander Stehlik
16:34 Revision 67c4204d: [TASK] Cache non existing classes
To prevent multiple retries when loading information about non existing
classes (e.g. caused by class_exists() calls)...
Alexander Stehlik
16:33 Revision 0f953132: [TASK] Class Loader optimisation
* Skip cache->has() calls
* Remove class alias registration on object instantiation
Resolves: #55037
Releases: 6.2
C...
Helmut Hummel
16:31 Revision 5ab2885b: [TASK] isPackageActive(): test light cond. first
The return should test for:
- isset($this->runtimeActivatedPackages[$packageKey]);
before it tests for:
- parent::isP...
Michiel Roos
15:40 Revision e1781feb: [TASK] Optimize GeneralUtility path methods
The following methods are amongst the most frequently called ones:
* getFileAbsFileName()
* validPathStr()
* isAllowe...
Michiel Roos

2014-02-13

17:08 Revision e7bac976: [BUGFIX] RTE Link Wizard layout is inconsistent
Use same styling as in RTE Image wizard.
Order form fields in the same order as in TYPO3 Link Wizard. However,
the RT...
Stanislas Rolland
11:37 Revision 741714f3: [TASK] Extend functional tests with linked paths
Extends the functional tests with the possibility to link folders or
files inside the TYPO3 CMS test instance created...
Marc Bastian Heinrichs
06:04 Revision 5fb6863e: [BUGFIX] Class loader loads aliased classes twice
Check if a class already exists before requiring the file.
Change-Id: I555d259f7fb869428d20b63d2766684bb21c1a5c
Fixe...
Christian Weiske
06:01 Revision 4e1a8dd0: [BUGFIX] Wrong email list in linkvalidator task
The validator task of the linkvalidator scheduler task sets
the validated email addresses now instead of the raw user...
Markus Klein
04:11 Revision c522e29d: [BUGFIX] RTE Image Wizard layout is inconsistent
Solution: Fix form markup inside table tag.
Remove old color class on labels.
Add rtehtmlarea skin file in order to s...
Stanislas Rolland

2014-02-12

17:18 Revision d12b2003: [BUGFIX] inval() -> (int) regressions in ternaries
Change-Id: I0c105134ca9de463eed7c6a3760003b8694958ce
Resolves: #55923
Releases: 6.2
Reviewed-on: https://review.typo3...
Michiel Roos
13:52 Revision cb0a33aa: [BUGFIX] Regression: intval patch broke levelmedia
Change-Id: Ib1c877c1353844dfac1955c39c864a0974bd6b78
Resolves: #55706
Releases: 6.2
Reviewed-on: https://review.typo3...
Michiel Roos
00:59 Revision 20e4417a: [BUGFIX] Responsive sourceCollection width not usable out of the box
The dimension settings in the source collections was overriden after
calculation. Now the result will not be override...
Pascal Hinz

2014-02-11

23:48 Revision 4da95b58: [TASK] Switch order of tests
Execute unit tests first and lint last, since
the lint is las resort anyway and unlikely to fail.
Also use a simple ...
Helmut Hummel
23:37 Revision daee8cd0: [TASK] add mtime sort test for getFilesInDir()
Add a test to check for mtime sorting capability of getFilesInDir().
Change-Id: I73082bcfd1f8d46b77a228b1ea7dabc1602...
Michiel Roos
23:27 Revision 2bfb2a64: [TASK] Improve EM performance when getting extension list from TER
When importing the extension list from TER, each version of each
extension is one database record. For each extension...
Jost Baron
23:12 Revision c9ffadec: [BUGFIX] Missing label felogin_forgotHash
Resolves: #49440
Releases: 6.2, 6,1
Change-Id: Iea20a7e9c637c2f1f13c39eebe406d07edc8a2c3
Reviewed-on: https://review....
Karol Lamparski
23:12 Revision 571dba2c: [BUGFIX] Missing label felogin_forgotHash
Resolves: #49440
Releases: 6.2, 6,1
Change-Id: Iea20a7e9c637c2f1f13c39eebe406d07edc8a2c3
Reviewed-on: https://review....
Karol Lamparski
23:05 Revision 24149df5: [TASK] Use vfsStream for getFilesInDir() tests
Change-Id: I06bb7492146a9149917bc2fc9100fbdddd9b8d09
Resolves: #55871
Releases: 6.2
Reviewed-on: https://review.typo3...
Michiel Roos
23:02 Revision 6ce20a36: [TASK] Cleanup ArrayUtility::sortArraysByKey()
Replace strtolower and ternary operations with strcasecmp.
Change-Id: Ia962ef879c6ba1d91081db78f74fc577fa67c467
Reso...
Michiel Roos
22:52 Revision 0a08fd94: [TASK] Initialize FormProtectionFactory later in alt_doc.php
The FormProtectionFactory can be initialized later.
Move the initialization to the point where it is needed.
Resolve...
Wouter Wolters
22:29 Revision e2ebdfd5: [BUGFIX] cache_clearAtMidnight conflicts with content start/endtime
If the config.cache_ClearAtMidnight is set, the current code of
TypoScriptFrontendController::get_cache_timeout() wil...
Dmitry Dulepov
22:29 Revision edbef689: [BUGFIX] cache_clearAtMidnight conflicts with content start/endtime
If the config.cache_ClearAtMidnight is set, the current code of
TypoScriptFrontendController::get_cache_timeout() wil...
Dmitry Dulepov
22:28 Revision ea637fbf: [BUGFIX] cache_clearAtMidnight conflicts with content start/endtime
If the config.cache_ClearAtMidnight is set, the current code of
TypoScriptFrontendController::get_cache_timeout() wil...
Dmitry Dulepov
22:14 Revision 73489abe: [BUGFIX] Avoid fatal error if adding composer package
Adding composer packages to „Packages“ folder will cause a fatal error
This fix prevents the extension manager from h...
Helge Funk
22:01 Revision 112a1119: [BUGFIX] Allow multiple aliases for a class
When working on #55559 (refactoring class alias handling)
accidentally code was introduced to avoid more than
one ali...
Helmut Hummel
18:57 Revision 17751954: [BUGFIX] Fix fatal errors upon package installation
During the installation of packages via the extension
manager a fatal error can occur when the ext_localconf
and ext_...
Thomas Maroschik
14:38 Revision 5d51daea: [BUGFIX] Prevent double slash in isWithin check
If the root folder is used as folder identifier (/) no slash is appended
so that isFirstPartOfStr works correctly in ...
Alexander Stehlik
13:55 Revision 2cdbc43f: [BUGFIX] Replace the table definition manipulation by signals
During installation of extensions the Extension Manager does
not take the Category API into account. The code to do s...
Thomas Maroschik
13:24 Revision 8e2dc707: [TASK] Speedup travis build
Different build environments have been set up
mainly to be able to execute lint, unit tests
and functional tests in p...
Helmut Hummel
09:59 Revision 00c895c0: [BUGFIX] Wrong check removes FE cookie
Issue #55549 added a wrong check for user uid.
As result the FE cookie gets deleted when you are
loggedin instead whe...
Frans Saris

2014-02-10

22:31 Revision 3f6b1cd0: [FEATURE] Fallback/default case for SwitchViewhelper
In order to provide the full functionality known from the
switch/case PHP function, a default case possibility is
int...
Jan Kiesewetter
21:41 Revision dda0354d: [BUGFIX] Fix behavior of revExplode if delimiter not found
If the given delimiter is not found in the given string
GeneralUtility::revExplode() will return an array with a sing...
Alexander Stehlik
20:38 Revision 0345de60: [TASK] Execute lint in parallel
Change-Id: Id06f35b5fa4148e7110d9248ceee80e69e8a5327
Reviewed-on: https://review.typo3.org/27532
Reviewed-by: Helmut ...
Helmut Hummel
20:36 Revision 2d05837d: [TASK] Reduce memory footprint of unit tests
Running the whole unit test suite on cli can eat up a significant
amount of memory. Most of that can not be mitigated...
Christian Kuhn
20:31 Revision e73b549c: [TASK] Execute lint in parallel
Change-Id: Id06f35b5fa4148e7110d9248ceee80e69e8a5327
Reviewed-on: https://review.typo3.org/27531
Reviewed-by: Helmut ...
Helmut Hummel
20:30 Revision 474380ff: [TASK] Execute lint in parallel
Change-Id: Id06f35b5fa4148e7110d9248ceee80e69e8a5327
Reviewed-on: https://review.typo3.org/27530
Reviewed-by: Helmut ...
Helmut Hummel
20:26 Revision 41a4f981: [TASK] Execute functional tests and lint in parallel
Change-Id: Icab8cd1d7f4b9a56f10ed7fc1f6e945ff50b295c
Reviewed-on: https://review.typo3.org/27529
Reviewed-by: Christi...
Helmut Hummel
16:43 Revision 03d4a807: [TASK] Tests: Remove backup of TYPO3_DB
All $GLOBALS are backed up by phpunit, no explicit backup
of $GLOBALS['TYPO3_DB'] is required.
Change-Id: I2859a5922...
Christian Kuhn
13:44 Revision 556e72f4: [TASK] Centralize DB queries
In order to be able to easier debug stuff and intercept database calls,
all queries are made through a central ``quer...
Andreas Wolf
13:34 Revision 13dd41be: [BUGFIX] Regression: jumpUrl_transferSession throws hash exception
jumpUrl_transferSession adds some more parameters
to the URL, making the juHash invalid.
Simply add the check for the...
Ernesto Baschny
13:18 Revision c4be1a47: [TASK] Cleanup ext:frontend web_info module routing
The function menu of info module API method can create
proper link targets without mentioning index.php. The
patch is...
Anja Leichsenring
13:17 Revision c025cc90: [TASK] Use stat() instead of filemtime + filesize
Calling stat() is cheaper than calling filemtime() AND filesize().
Change-Id: I8fc3cb46d934b3c49f6919f7f178e2b232fd6...
Michiel Roos
12:48 Revision fba4b679: [BUGFIX] Strict Standards - setLanguageKeys must be static
protected LocalizationUtility::setLanguageKeys() is only
called from static initializeLocalization and needs to
be st...
Łukasz Jurys
12:23 Revision 49b0696c: [TASK] Unify UL/OL standard
Bring standard styles for UL/OL html elements. Ordered
and unordered lists are styled with disc bullet and decimal.
...
Felix Kopp
12:08 Revision d8466034: [TASK] Cleanup ext:indexed_search web_info module routing
The function menu of info module API method can create
proper link targets without mentioning index.php. The
patch is...
Anja Leichsenring
12:04 Revision 96d7220d: [TASK] Fix typos all over the core
Change-Id: I40990623e3d53e70666438acafc27275ac36b621
Resolves: #55827
Releases: 6.2
Reviewed-on: https://review.typo3...
Georg Ringer
 

Also available in: Atom