Project

General

Profile

Activity

From 2014-01-21 to 2014-02-19

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

2014-02-09

22:01 Revision 49627407: [BUGFIX] "else if" in GeneralUtility breaks the build
Resolves: #55822
Releases: 6.2
Change-Id: I32dd5119a3580df3990997d1c812f33c062c39ba
Reviewed-on: https://review.typo3...
Oliver Klee
20:41 Revision 0e3c49f4: [BUGFIX] Use PHP native htmlspecialchars_decode()
Method Generalutility::htmlspecialchars_decode()
was replaced by htmlspecialchars_decode().
Also Generalutility::htm...
Łukasz Jurys
20:32 Revision e36633a9: [BUGFIX] Allow to render the same TS object twice
CONTENT/RECORDS elements prevent to render the same object twice.
Resolves: #53768
Resolves: #28745
Releases: 6.2, 6...
Markus Klein
20:32 Revision d2881f5f: [BUGFIX] Allow to render the same TS object twice
CONTENT/RECORDS elements prevent to render the same object twice.
Resolves: #53768
Resolves: #28745
Releases: 6.2, 6...
Markus Klein
20:27 Revision 3a58565b: [BUGFIX] Fix CSS-path to default .t3-icon image
There is no such icon in
typo3/sysext/backend/Resources/Public/gfx/
Usually the default-icon is overwritten in CSS
a...
Stefan Neufeind
20:27 Revision 99711361: [BUGFIX] Tests: Remove unstable GeneralUtilityTest::getUrl*
Two tests check getUrl() by calling some resource on typo3.org.
This smells funny and the tests are unstable if netwo...
Christian Kuhn
20:27 Revision 228fbc5c: [BUGFIX] Tests: Remove unstable GeneralUtilityTest::getUrl*
Two tests check getUrl() by calling some resource on typo3.org.
This smells funny and the tests are unstable if netwo...
Christian Kuhn
20:22 Revision 7e97004c: [BUGFIX] Tests: Remove unstable GeneralUtilityTest::getUrl*
Two tests check getUrl() by calling some resource on typo3.org.
This smells funny and the tests are unstable if netwo...
Christian Kuhn
20:15 Revision 101be259: [BUGFIX] "New page" wizard discloses existence of pages outside DB mount
When creating a new page inside the top level of a DB mount which is
only a sub tree, the pages up and down from the ...
Nicole Cordes
20:15 Revision d9bf811b: [BUGFIX] "New page" wizard discloses existence of pages outside DB mount
When creating a new page inside the top level of a DB mount which is
only a sub tree, the pages up and down from the ...
Nicole Cordes
19:27 Revision 5f6d7839: [TASK] Add possibility creating accessible mock for abstract classes
Resolves: #53564
Releases: 6.0, 6.1, 6.2
Change-Id: If7d69e4f87e368c1eef672cb68f1af92d6ae501b
Reviewed-on: https://re...
Marc Bastian Heinrichs
19:27 Revision 2a233ef9: [TASK] Add possibility creating accessible mock for abstract classes
Resolves: #53564
Releases: 6.0, 6.1, 6.2
Change-Id: If7d69e4f87e368c1eef672cb68f1af92d6ae501b
Reviewed-on: https://re...
Marc Bastian Heinrichs
19:17 Revision e9f80cbd: [BUGFIX] improve handling of TYPO3 version
getNumericTypo3Version() needs to be more flexible when converting
the defined version number into one that can be us...
Jigal van Hemert
17:55 Revision 7d03c795: [RELEASE] styleguide: 0.7.0
Felix Kopp
17:49 Revision 1a402f33: [FEATURE] styleguide: Typography: Liss ul+ol
Felix Kopp
15:12 Revision de63e404: [BUGFIX] Duplicate exception code
Exception codes are unique now.
Resolves: #52294
Releases: 6.2
Change-Id: I4ad49b1ff0342ea36147b6ba0b01d270d9d9f3c5
...
Przemysław Krukowski
15:05 Revision 7da40c0b: [TASK] Improve revExplode performance
``GeneralUtility::revExplode()`` is implemented in a very
performance-intensive way: it always does a complete cycle ...
Andreas Wolf
14:48 Revision 3127efc2: [TASK] file_list: use t3-table & semantic HTML in localization
Brings the central table mark-up and style definition "t3-table"
to file_list backend module. Thanks to the unificati...
Felix Kopp
14:47 Revision c5741aa9: [TASK] Remove old class files from ext:openid
Removes old class files from ext:openid except the two
current entry points for _eid and _return.
Change-Id: Ibdeca0...
Christian Kuhn
14:42 Revision e7c4ac83: [TASK] Add unit tests for getFilesInDir()
Change-Id: I740b4f481f05ac7bb32028739d534dbb1c41864c
Resolves: #55762
Releases: 6.2
Reviewed-on: https://review.typo3...
Michiel Roos
14:30 Revision 1b9d3a59: [BUGFIX] Allow to render the same TS object twice
CONTENT/RECORDS elements prevent to render the same object twice.
Resolves: #53768
Resolves: #28745
Releases: 6.2, 6...
Markus Klein
14:28 Revision 7d6a8cc7: [BUGFIX] Namespace usage in test
Patch for issue #31998 introduced a namespace in unit test,
the test suite now fails after patch for issue #53682. Us...
Christian Kuhn
14:28 Revision df8e21b7: [BUGFIX] Namespace usage in test
Patch for issue #31998 introduced a namespace in unit test,
the test suite now fails after patch for issue #53682. Us...
Christian Kuhn
13:27 Revision 5b802d68: [TASK] Remove old class files from ext:recycler
Change-Id: I5d2233c5eb0860740e1858bf2f96a919fee26e5e
Resolves: #55804
Related: #47756
Releases: 6.2
Reviewed-on: http...
Christian Kuhn

2014-02-08

22:02 Revision bb92edbb: [!!!][TASK] Set f:format.date format to system default
TYPO3 configuration knows a global date format configuration
within the installation tool. See TYPO3_CONF_VARS/SYS/dd...
Felix Kopp
20:04 Revision cf94a271: [BUGFIX] Type safe check for $BE_USER in index_ts.php
Resolves: #41593
Releases: 6.2
Change-Id: I3863789ad2489055169f3f008cb4dac0085fde82
Reviewed-on: https://review.typo3...
Łukasz Jurys
19:51 Revision 44d7cfc2: [BUGFIX] CSV-Download not working in IE and HTTPS backend
When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add...
Christian Kuhn
19:51 Revision 84d2050d: [BUGFIX] CSV-Download not working in IE and HTTPS backend
When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add...
Christian Kuhn
19:41 Revision 162ead51: [TASK] Remove duplicated method in Rtehtmlarea\SelectImage
fileList() of Rtehtmlarea\SelectImage is almost an exact copy
of the parent implementation from ElementBrowser.
The ...
Tymoteusz Motylewski
19:36 Revision 33a058be: [BUGFIX] CSV-Download not working in IE and HTTPS backend
When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add...
Wouter Wolters
19:36 Revision cead2556: [BUGFIX] CSV-Download not working in IE and HTTPS backend
When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add...
Wouter Wolters
19:34 Revision 8c699f8c: [BUGFIX] CSV-Download not working in IE and HTTPS backend
When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add...
Wouter Wolters
19:33 Revision ca702ff6: [TASK] "t3-table" (Web>List) & tree sprites (AbstractTreeView)
Brings tree-level icons based on sprite icons utility for treeviews
and abstract tree view (e.g. Web>Info Localizatio...
Felix Kopp
19:28 Revision 9a492b17: [BUGFIX] Spelling of namespace \TYPO3\CMS\Tstemplate
In some places a wrong namespace \TYPO3\CMS\TsTemplate was used.
\TYPO3\CMS\Tstemplate is the correct namespace for t...
Peter Niederlag
19:27 Revision 682d1a04: [TASK] Remove old class files from ext:t3editor
Change-Id: Id7cd8fdaecf663462b8d02a4bf2ca272293cea4f
Resolves: #55792
Related: #47756
Releases: 6.2
Reviewed-on: http...
Christian Kuhn
19:19 Revision ead5c5d3: [BUGFIX] Wrong colspan in DatabaseRecordList
If the List Module is in extended view, the colspan of the footer
is wrong if there are more than 20 records of a typ...
Marcin Sągol
19:01 Revision eb3fe0f0: [TASK] Default parameters in ExtensionUtility::registerModule
Adds default parameter array() for controllerActions in registerModule.
This way an own main module group can be adde...
Felix Kopp
17:33 Revision 98c8e0ae: [BUGFIX] Fix "action" labels in BE log
Add missing label action_1_5 and fix label action_1_4.
Resolves: #55698
Releases: 6.2, 6.1
Change-Id: I7f04aaf9d8b53...
Thorsten Kahler
17:33 Revision 7c08eda7: [TASK] Add mapping between .pps, .ppsx and powerpoint
Add missing mapping between pps, ppsx
and the powerpoint application.
Resolves: #53833
Releases: 6.2
Change-Id: I9ec...
Mateusz Wojtuła
17:32 Revision 2fdd1737: [BUGFIX] Fix "action" labels in BE log
Add missing label action_1_5 and fix label action_1_4.
Resolves: #55698
Releases: 6.2, 6.1
Change-Id: I7f04aaf9d8b53...
Thorsten Kahler
14:48 Revision 76c1cb70: [TASK] Add (>) icon to execute button (Scheduler)
Scheduler backend module comes with an execute button.
Add icon to the button.
Change-Id: I842683c4b332a87653474237a...
Felix Kopp
12:54 Revision 447a0d39: [BUGFIX] Typo in drag-drop area
Fixed typo from
"Drop & Drop to upload files"
to
"Drag & drop to upload files"
Resolves: #55756
Releases: 6.2
Change...
Łukasz Jurys
12:42 Revision a8584273: [TASK] styleguide: Remove t3-button from <button> & <input>
Buttons and input/submit as well as input/reset should
always be styled. Even without the t3-button class.
Felix Kopp
11:53 Revision e7935cbe: [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
11:17 Revision 4bef9b87: [TASK] Move TCEForms JS Code to external file - part 1
Parts of the JavaScript code used in TCEforms is put
inline, coming from the PHP file. There is no concept of
using H...
Benni Mack

2014-02-07

22:52 Revision c59d89f8: [BUGFIX] "New page" wizard discloses existence of pages outside DB mount
When creating a new page inside the top level of a DB mount which is
only a sub tree, the pages up and down from the ...
Nicole Cordes
21:46 Revision c0445c6c: [TASK] Update Swift Mailer to 5.0.3
Change-Id: I2fdd722f56e69c2c6b2bae23d9944973eed3c066
Resolves: #55745
Releases: 6.2
Reviewed-on: https://review.typo3...
Stefan Neufeind
20:52 Revision 0984d6d3: [TASK] RTE MagicImage should use FAL processing API
The RTE magic still copies images to the old upload folder and
does not use the processed file functions of FAL.
Thi...
Stanislas Rolland
19:18 Revision 3119e34a: [BUGFIX] Pass path instead of object to fileExistsInFolder
In ResourceStorage in the method getUniqueName second argument
passed to fileExistsInFolder should be string instead ...
Tymoteusz Motylewski
18:43 Revision 9f1cf07f: [TASK] Remove rollover functionality from TMENU
The TMENU code has "RO" functionality in its class.
This code might be used from TMENU_LAYERS, but
not from the core ...
Benni Mack
10:45 Revision 65bbdfe3: [BUGFIX] Typo in TypoScriptFrontendController
$this->typ needs to be $this->type
Resolves: #55753
Releases: 6.2
Change-Id: I5414de0a00b4d0b7adecd783243990397cccb0...
Markus Klein
10:44 Revision 006a2e1f: [CLEANUP] $LANG->JScharCode() => quoteJSvalue()
Replace JscharCode() with GeneralUtility::quoteJSvalue()
Instead of making JavaScript use a String.fromCharCode, it ...
Michiel Roos
10:18 Revision bfe28304: [TASK] Update copyright year to 2014
This patch updates the named constant TYPO3_copyright_year and
updates the second year number to the current year: 19...
Michael Schams
09:59 Revision 092b8d0f: [TASK] Add functional test cases to DataHandler (workspace)
In addition to the functional test cases for data handling in
live, these test cases re-use the test scenarios to che...
Oliver Hader
09:35 Revision 9e794875: [TASK] Move cursor::pointer to complete header area in IRRE
The whole header is clickable, thererfore move the css rule
to this place.
Change-Id: Ia864faba4976fc5e2e84299a42e26...
Georg Ringer

2014-02-06

20:24 Revision 79d2baca: [BUGFIX] Followup to #54131
added unit tests.
This change adds the mocking to the new tests.
Resolves: #54131
Releases: 6.1, 6.2
Change-Id: I09...
Frans Saris
20:07 Revision f821cb0e: [TASK] Add CSS libs functionality for page renderer
As with JS libraries, the PageRenderer should support
CSS files that should be included above CSS files.
This is nece...
Benni Mack
17:58 Revision da520639: [BUGFIX] CE Table does not allow multiple css classes
When using the content element "table", a
field within the flexform shows the possibility
to add an additional css cl...
Benni Mack
17:16 Revision 4d25aee5: [TASK] Only set FE user cookie if session data or user logged in
Currently the FE session cookie is set on every request
and since 4.2 the sessionID is generated again on every
reque...
Benni Mack
10:44 Revision 179675e1: [TASK] Use speaking keys for new menu types
The new menu "categories-based tt_content menu" uses a "speaking" key
for its type. The same should be applied to the...
Francois Suter
10:19 Revision 0fe25098: [BUGFIX] Missing namespace in ContentObjectRenderer
Resolves: #55713
Releases: 6.1, 6.0
Change-Id: I791b64bec8af256454485bdb016d87ec27778df1
Reviewed-on: https://review....
Markus Klein
10:18 Revision ad267f8c: [BUGFIX] Missing namespace in ContentObjectRenderer
Resolves: #55713
Releases: 6.1, 6.0
Change-Id: I791b64bec8af256454485bdb016d87ec27778df1
Reviewed-on: https://review....
Markus Klein
08:09 Revision 25e85a75: [BUGFIX] Ambiguous output of deprecated RTE properties upgrade wizard
Either some deprecated properties were found, but the wizard was unable
to replace them all automatically, in which c...
Stanislas Rolland
01:11 Revision 106c2073: [BUGFIX] RTE Linking with file upload fails when no folder is selected
Solution: Catch exceptions raised when the potential target folder or
the default user upload folder does not exist.
...
Stanislas Rolland

2014-02-05

19:40 Revision b890e468: [BUGFIX] Make FileExtensionFilter case insensitive
Resolves: #55359
Resolves: #55614
Releases: 6.2
Change-Id: I8aceb208ba2f28967f08e9ac458d9a9da3de507b
Reviewed-on: htt...
Ralf Zimmermann
15:20 Revision ef365bf2: [BUGFIX] Icons of folder tree of RTE image dialogue are erratic
Solution: Use same logic as for the link dialogue
Resolves: #53259
Release: 6.2
Change-Id: I3c283536895edb849782da71...
Stanislas Rolland
10:04 Revision 73698ff7: [BUGFIX] adjust configuration handling to #55569
In #55569 we got rid of the empty TypoScript generated by
default. The configurationManager relies on the empty
array...
Felix Oertel
09:57 Revision 5708fafa: [BUGFIX] Check folder access for inline uploader
Before the inline drag and drop upload functionality to the default
upload folder is enabled it is made sure that the...
Alexander Stehlik
01:11 Revision 00043223: [BUGFIX] Set missing markers to empty string
Change-Id: I3892f88bdd094b390a22fe94d9b089bd9b8aef71
Resolves: #54112
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re...
Bernhard Kraft
01:11 Revision 27c1f61e: [BUGFIX] Set missing markers to empty string
Change-Id: I3892f88bdd094b390a22fe94d9b089bd9b8aef71
Resolves: #54112
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re...
Bernhard Kraft

2014-02-04

19:42 Revision 2af3079d: [TASK] Set TYPO3 version to 6.2-dev
Change-Id: I19dc6d19251bc6bb7ab26d1b98d1ccf4a37c06d4
Reviewed-on: https://review.typo3.org/27328
Reviewed-by: TYPO3 R...
TYPO3 Release Team
19:42 Revision 9e9ca9ae: [RELEASE] Release of TYPO3 6.2.0beta5
Change-Id: If8aa7427548911d665cb84db21c0553b16a4b964
Reviewed-on: https://review.typo3.org/27327
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:41 Revision 8b9b9a68: Revert "[BUGFIX] Frontend Login not added to CSC anymore"
This reverts commit 373a90b8600e37c0c70d3b0771d18385eca3f961
Benni is working on a better solution to the problem.
...
Ernesto Baschny
10:06 Revision 3f459e78: [BUGFIX] Page tree filter couldn't filter for id or title anymore
Bug was introduced by #54265, one "(int)" was forgotten.
Releases: 6.2
Resolves: #55642
Change-Id: Ie56b36be9d2f11b4...
Ernesto Baschny
02:33 Revision 373a90b8: [BUGFIX] Frontend Login not added to CSC anymore
As felogin has no dependency for CSS Styled Content
it registers itself via
ExtensionManagementUtility::addTypoScript...
Benni Mack
02:10 Revision cc6c4515: [TASK] Move cursor::pointer to complete header area in IRRE
The whole header is clickable, thererfore move the css rule
to this place.
Change-Id: Ia864faba4976fc5e2e84299a42e26...
Georg Ringer
01:44 Revision 4d7947ac: [BUGFIX] Various PHP Warnings with invalid credentials
When invalid credentials are entered in the Backend login form, various
PHP warnings are raised such as
PHP Warn...
Xavier Perseguers
01:07 Revision 3914fbfe: [TASK] PHP ext bcmath and gmp needed for openid
Mention PHP extensions bcmath and gmp in INSTALL.md,
because openid requires one of them to be installed.
Resolves: ...
Markus Klein

2014-02-03

23:49 Revision 2870d2d9: [TASK] DatabaseConnection::isConnected() should use ping()
In some rare cases the database connection might be down, but
DatabaseConnection still has isConnected set to TRUE.
A...
Markus Klein
23:35 Revision 707b0106: [BUGFIX] addModule after/before not working
The cleaned up addModule() method no longer adds the module after a
module, when the target module does not exist.
E...
Michiel Roos
23:28 Revision 93cff7e1: [TASK] Use $x[n] instead of substr($x, n, 1)
Change-Id: Ib58894a67f0292b9d62da81511ce12d3f16590ef
Resolves: #55445
Releases: 6.2
Reviewed-on: https://review.typo3...
Michiel Roos
19:53 Revision 7e4df0b9: [BUGFIX] Unused TDParams in ColumnsContentObject()
TypoScript configuration for TDParams is assigned to the PHP variable
$TDParams which is never used. The rest of the ...
Michiel Roos
19:34 Revision a4837757: Revert "[TASK] Style buttons / invert (UX Vision)"
This reverts commit de4811fc2d809917076d21fa1ceaebcd42b82946
This is not in line with the rest of the backend yet.
T...
Ernesto Baschny
19:33 Revision 47813140: Revert "[BUGFIX] Button typography"
This reverts commit 590f76cc4b3bc86ee06fafc1a2a30f90d5b1d56c
This is not in line with the rest of the backend yet.
T...
Ernesto Baschny
19:06 Revision 590f76cc: [BUGFIX] Button typography
Removes share font from buttons. The current font does
not render adequately.
Change-Id: I8d2a998275e52fbb831abb9046...
Felix Kopp
14:48 Revision 5e3b9dc4: [BUGFIX] Framework Packages aren't sorted properly
In the package dependency resolver, the method
buildDependencyGraph builds the dependency graph
first for the framewo...
Thomas Maroschik
14:07 Revision 1263413f: [BUGFIX] TSFE->altPageTitle can not be set in extensions
It is not possible to set $GLOBALS['TSFE']->altPageTitle
in USER_INT extensions anymore to modify the page title.
Th...
Markus Klein
13:35 Revision 8623b17e: [BUGFIX] Add stdWrap on value property of TEXT
As discussed back in 2010, the value property of the TEXT content object
should have stdWrap functionality as well, i...
Markus Klein
13:34 Revision a070a5c4: [BUGFIX] Add stdWrap on value property of TEXT
As discussed back in 2010, the value property of the TEXT content object
should have stdWrap functionality as well, i...
Markus Klein
12:23 Revision de4811fc: [TASK] Style buttons / invert (UX Vision)
Styles all buttons in the backend similar to UX vision paper.
Inverts buttons colors and changes font-family.
This p...
Felix Kopp
11:22 Revision 9a5c4ec8: [FEATURE] styleguide: Forms: Add Inline form & CGL wild form
Felix Kopp
11:07 Revision 85b3feda: [BUGFIX] Locker throws exception if semaphore can not be acquired
Locker has wrong LockState in semaphore mode, if the lock
could not be acquired.
Resolves: #52048
Releases: 6.2, 6.1...
Markus Klein
11:07 Revision e5a844d7: [BUGFIX] Locker throws exception if semaphore can not be acquired
Locker has wrong LockState in semaphore mode, if the lock
could not be acquired.
Resolves: #52048
Releases: 6.2, 6.1...
Markus Klein
08:10 Revision b7d60e9d: [BUGFIX] Unify: TCE input / TCE readonly / input
Unify form input fields with TCE forms input fields with
TCE forms readOnly text.
Change-Id: If17a9477bcedad33745b5e...
Felix Kopp
08:08 Revision 56a96782: [BUGFIX] File upload directly in Doc-module is missing
Since the introduction of FAL the option to upload a file
directly in your form has disappeared.
With this change th...
Frans Saris

2014-02-02

22:26 Revision 7d6af488: [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:00 Revision 47ac03d4: [BUGFIX] Add silent config upgrader for upgrade wizard settings
Add a migration function to the SilentConfigurationUpgradeService which
takes care of migrating the old class names u...
Markus Klein
21:31 Revision e7b0e041: [TASK] Cleanup EM list utility
The EM has a lot of code related prior to
the inclusion of package management.
This change does a small cleanup in
L...
Helmut Hummel
21:23 Revision 5006c854: [TASK] tabmenu: Get rid of mouseOver/mouseOut
Tabmenu so far used mouseOver/mouseOut to set CSS-classes.
This is replaced with :hover functionality.
Change-Id: Ie...
Stefan Neufeind
20:21 Revision 90d38735: [BUGFIX] Various PHP Warnings with invalid credentials
When invalid credentials are entered in the Backend login form, various
PHP warnings are raised such as
PHP Warn...
Xavier Perseguers
19:52 Revision 9f8091ff: [TASK] Duplicate method in base tests
extbase BaseTestCase extends core BaseTestCase and overrides
inject() with a duplicate. Remove dupe.
Change-Id: I96c...
Christian Kuhn
19:48 Revision 097cd54e: [BUGFIX] Very short lifetime for cache_pagesection
The default lifetime for the cache_pagesection is not set, so the
overall default of 3600 is used. This leads to the ...
Andreas Wolf
19:08 Revision ee30045d: [BUGFIX] Fix failing tests on OSX Mavericks
Resolves: #55603
Releases: 6.2
Change-Id: I27efb6d19f580eba455cde92dd76628f72dce536
Reviewed-on: https://review.typo...
Helmut Hummel
17:35 Revision e0a9b66c: [TASK] Remove unneeded padding in page module
Removes excessive top margin above Web>Page backend layout
cells. Brings gridCells equal heights and bottom spacing. ...
Georg Ringer
17:33 Revision e755bcd9: [TASK] Default active extension handling in package manager
Integrate the definition of packages that should be activated at
first installation and packages that are required fo...
Christian Kuhn
17:21 Revision 4e8cecd1: [TASK] Style "Download" button - element information
Brings button style to "Download" link with download icon.
Change-Id: I4edae8b861d9c6f98f156d8b538031dd8ca8f62c
Reso...
Felix Kopp
17:21 Revision 162dad6c: [TASK] Add "action-edit-download" sprite icon
Brings an icon for download action. Icon is based on the
action-edit-upload sprite icon.
Change-Id: I4327c85c14dea3b...
Felix Kopp
17:09 Revision af8f6ebc: [BUGFIX] PropertyMapper does not work with class aliasses
Currently the property mapper uses the classnames found
in the the class property annotations to find the right
TypeC...
Frans Saris
16:57 Revision ad257b83: [TASK] Follow-up: Buttons CSS definition
Moves definitions to CSS/structure.
Also fixes right margin for a.t3-button.
Change-Id: Ib51e8b7e3c11e0a4cf474b6322a...
Felix Kopp
16:38 Revision 46574717: [TASK] Add functional test cases to DataHandler (live)
This change-set adds new functional tests for the DataHandler
to ensure the correct behaviour in the Live Workspace. ...
Oliver Hader
15:40 Revision 90a1c7cb: [TASK] Add possibility to resolve a default storage
Before FAL a default upload folder has been retrived by setting
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir'] . '...
Steffen Ritter
14:32 Revision dd9fe593: [FEATURE] Bring tree icons in line-height
Adds taller tree icons to EXT:t3skin and put them into a new
sprite category "treeline".
This allows to use these ic...
Felix Kopp
14:27 Revision 7cfcb65d: [FEATURE] Add maximumRecords evaluation for TCA type 'check'
Allow the max items evaluation for checkboxes by setting the
accordant 'eval' property in the field configuration in ...
Oliver Hader
14:15 Revision d6762dd1: [CLEANUP] Remove $language from Extbase custom statement
The parameter $language in extbase's custom statement is not
used anywhere and does not make any sense in use with db...
Felix Oertel
13:48 Revision 91486e73: [TASK] styleguide: Typography: Small description
Felix Kopp
13:47 Revision d91d93be: [FEATURE] styleguide: Table tree icons, use SpriteManager
Felix Kopp
13:47 Revision ef94278f: [TASK] styleguide: Table use nowrap CSS class
Felix Kopp
13:46 Revision 5add64c8: [TASK] styleguide: CGL Forms
Felix Kopp
13:46 Revision 5581e59f: [TASK] styleguide: Follow-up: Forms headline
Felix Kopp
13:45 Revision 70a9f86e: [WORDING] styleguide: Flash Messages space
Felix Kopp
13:45 Revision eeebd798: [TASK] styleguide: Inline comments / sections cleanup
Felix Kopp
13:44 Revision 3a634c75: [FEATURE] styleguide: Trees
Felix Kopp
13:44 Revision 3ac62ebd: [FEATURE] styleguide: Module > view Headlines
Felix Kopp
13:12 Revision 1ee4086e: [BUGFIX] PropertyMapper does not work with class aliasses
Currently the property mapper uses the classnames found
in the the class property annotations to find the right
TypeC...
Frans Saris
12:22 Revision 970944d8: [BUGFIX] Add maxitems for field "metadata" in TCA
Value "maxitems" => 1 must be added to field
`metadata` since it has a one-to-one relation.
Change-Id: Ie8771809b952...
Fabien Udriot
11:38 Revision c149e7e0: [FEATURE] styleguide: Add <table> description
Felix Kopp
11:37 Revision a58bd776: [FEATURE] styleguide: Restructure Typography and descriptions
Felix Kopp
10:47 Revision f8f8aac9: [BUGFIX] The newRecordLinkAddTitle text is not understandable
Separate the create new record label and the foreign table title
with a colon.
Resolves: #17955
Releases: 6.2
Change...
Tomita Militaru
10:37 Revision 93fa77f6: [FEATURE] styleguide: Add preview: Buttons with icon
Felix Kopp
10:27 Revision 0f6df1c7: [BUGFIX] Extbase registers unneeded code for plugins
Every time when an extension is registering an extbase
plugin (in ext_localconf.php), the call triggers some
addition...
Benni Mack
10:05 Revision c529e464: [TASK] Style the "add irre item" button
This changes styles the buttons to add a new irre item like
the button to add images to a content element.
This patc...
Frans Saris
00:13 Revision 09006be9: [BUGFIX] Layout of page tree filter function broken
Small CSS fix to overwrite general margin
of paragraph tags in page tree indicator bar.
Resolves: #55536
Releases: 6...
Marcel Küpper
00:03 Revision d48e59d8: [CLEANUP] Let CSS Styled content use new classnames
With TYPO3 6.0, includeLibs for classes with
Namespaces / autoloader is not needed anymore.
The patch cleans up the ...
Benni Mack

2014-02-01

23:50 Revision 09312f1a: [TASK] Add possibility creating accessible mock for abstract classes
Resolves: #53564
Releases: 6.0, 6.1, 6.2
Change-Id: If7d69e4f87e368c1eef672cb68f1af92d6ae501b
Reviewed-on: https://re...
Marc Bastian Heinrichs
23:29 Revision 06bf27df: [BUGFIX] Wrong result on empty string globalString condition
A TypoScript condition like
"[globalString = GP:anEmptyGetPostVarKey = ]" returns a false
value instead of the expect...
Marc Bastian Heinrichs
23:15 Revision 31561a07: [CLEANUP] Remove initialization of Module Menu
The module menu and its view are instantiated
on every backend call, BE AJAX call etc although
it is only needed in t...
Benni Mack
22:44 Revision 95003e86: [BUGFIX] Add stdWrap on value property of TEXT
As discussed back in 2010, the value property of the TEXT content object
should have stdWrap functionality as well, i...
Markus Klein
22:42 Revision 890cdbcf: [BUGFIX] Cleanup and simplify class alias handling
There were several issues with the implementation
of class alias handling. Most importantly the
early instance alias ...
Helmut Hummel
22:36 Revision 016269d6: [TASK] Extract package dependency sorting to separate class
The Package Manager got pretty big due to the custom
dependency resolving algorithm of CMS. Further the
algorithm rel...
Thomas Maroschik
22:13 Revision 9646d26b: [TASK] Use (int) instead of intval() or (integer)
This patch replaces most of around 1600 occurrences of
intval() and every (integer) in the whole core.
Additionally i...
Jo Hasenau
19:56 Revision 0524a027: [BUGFIX] Category fields are not available in Functional Tests
The category fields are defined dynamically and added to the
extension table configuration. Since the database defini...
Oliver Hader
16:15 Revision 5f70cc9b: [TASK] Update RequireJS to 2.10
Replace the existing RequireJS code
with the latest version, which is backwards-
compatible and fixes some requireJS ...
Benni Mack
15:59 Revision 61988f73: [TASK] Cleanup EXT/requiredExt handling
LocalConfiguration setting EXT/requiredExt was obsoleted with the
new package manger, the setting is removed by the P...
Christian Kuhn
13:57 Revision 06e7dbb6: [BUGFIX] Ignore cache configuration options when loading Install tool
The options of cacheConfigurations were not reset when setting the
cacheConfigurations to NullBackend in the Install ...
Stephan Großberndt
13:49 Revision bef63dfb: [!!!][BUGFIX] Avoid unnecessary de-/serialization for page cache
When storing a cache in page the array variable "cache_data" gets
serialized and when being retrieved from cache unse...
Bernhard Kraft
13:32 Revision aa37842b: [CLEANUP] Cleanup ExtensionManagementUtility
Methods in this class are called a lot and are in need of some cleanup.
* return early
* reduce method and function c...
Michiel Roos
12:51 Revision b9564322: [TASK] Bad performance of the sys_note ext in BE
If there is no valid configuration or there are no sys_note on
the page at all, the Bootstrap doesn't trigger the ext...
Tim Lochmüller
12:49 Revision ebc957e9: [BUGFIX] Followup to #53691 Failing unit test
Remove a duplicate mocking in test fileIndexStatusIsTrueIfUidIsSet()
and setUp() triggered as side effect after patch...
Frans Saris
12:07 Revision 4a746097: [TASK] Remove legacy script alt_shortcut.php
Since the backend restructuring for TYPO3 4.2
the alt_shortcut.php file is not used any more.
We can now safely remo...
Helmut Hummel
10:31 Revision d913adc0: [TASK] IRRE drag and drop sorting now solved using jQuery UI
This also fixes “IRRE - drag and drop sorting of items
not possible in Internet Explorer”.
* Added jQuery-ui and jQu...
Daniel Siepmann
09:05 Revision 71eb69ed: [TASK] Remove fallback for not-indexed files
Due to all the refactorings all file-objects are created centralized.
In addition it is not possible anymore to creat...
Steffen Ritter
00:08 Revision c7a2ff24: [TASK] Add simple functional tests for import/export
This patch adds some tests for a simple import and export
scenario for pages and a tt_content element.
Resolves: #55...
Marc Bastian Heinrichs
00:03 Revision 3756b63c: [BUGFIX] Locker throws exception if semaphore can not be acquired
Locker has wrong LockState in semaphore mode, if the lock
could not be acquired.
Resolves: #52048
Releases: 6.2, 6.1...
Markus Klein

2014-01-31

23:48 Revision 9ea691de: [BUGFIX] Remove relation to old em in impexp
If a import file has extension dependencies the user was
redirected to the old em with CMD requestInstallExtensions.
...
Marc Bastian Heinrichs
22:14 Revision eb291a3e: [BUGFIX] Multiple file upload in ElementBrowser doesn't work
The file input fields in the ElementBrowser have the attribute
multiple so you can select multiple files. But as the ...
Frans Saris
22:13 Revision 96a34461: [BUGFIX] Fix test loadValuesSetsStaticEnumConstants
If you run the test from the BE module of PHPUnit together with
all/other tests it fails. This is due to the fact tha...
Markus Klein
22:03 Revision ebe55ee9: [BUGFIX] ClassLoader not working with NullBackend for legacy classes
Removed unused line that creates a fatal error.
Implemented eval in case NullBackend is set for “cache_core”
and no a...
Daniel Siepmann
22:02 Revision 6f1517ec: [BUGFIX] Extbase container injection test triggers PHP bug
PHP's reflection behaves differently in an edge case used in
extbase constructor injection.
The patch removes the spe...
Christian Kuhn
21:36 Revision 5dd32b83: [BUGFIX] Followup to #54131
added unit tests.
This change adds the mocking to the new tests.
Resolves: #54131
Releases: 6.1, 6.2
Change-Id: I09...
Frans Saris
21:32 Revision 7ba0538d: [BUGFIX] Followup to #51528
Because of some missing mocking there are
several DB error messages when running the FileTest
This adds the missing ...
Frans Saris
21:20 Revision 168b6499: [TASK] Improve usability of Filelist "Drag-Upload"
We now can drag & drop files in the file list to upload.
But it looks ugly and has some issues.
This change adds a p...
Frans Saris
21:14 Revision 9f04a809: [BUGFIX] Remove padding for selects
Task #55319 introduced a padding for selects,
which looks ugly in Internet Explorer and Firefox.
Resolves: #55510
Re...
Stephan Großberndt
21:06 Revision 5ce03514: [BUGFIX] FAL: Followup to New dump file to browser
Cache control headers need to be sent for IE8 and
HTTPS combination. See #16491 for more details.
Resolves: #52589
R...
Benni Mack
19:58 Revision 30dc18b3: [TASK] tt_content.shortcut depends on layout
CSS Styled Content delivers its TypoScript
and got a cleanup in 4.6 due to removal
of old plugins.
However, the repla...
Tom Ruether
19:57 Revision fd3a01d4: [BUGFIX] Fix typo in typo3/sysext/core/ext_tables.sql
The key should be named determineSiteRoot instead of determainSiteRoot.
Change-Id: Ia78832920ad73b76d712041e7546c578...
Anja Leichsenring
18:38 Revision 9596d4da: [BUGFIX] getLabelsFromItemsList() retuns no value when no item found
BackendUtility::getLabelsFromItemsList() does not take
itemsProcFunc into account. This means no value is
returned wh...
Frans Saris
18:37 Revision 3d240dda: [BUGFIX] getLabelsFromItemsList() retuns no value when no item found
BackendUtility::getLabelsFromItemsList() does not take
itemsProcFunc into account. This means no value is
returned wh...
Frans Saris
18:12 Revision 7a71192e: [BUGFIX] Add index to table pages
To detects the siteroot by querying the pages table with the
columns deleted, hidden, is_siteroot. This patch introdu...
Ingo Schmitt
18:09 Revision 7c3d0aff: [TASK] Make use of .t3-table in ShowItem (i) window
Also remove one unused css style.
Change-Id: I4a8ccf3861d3e49b4fdab7d542fe2024c5f02f93
Resolves: #55482
Releases: 6....
Felix Kopp
17:43 Revision f59bdeaf: [TASK] Skip GeneralUtility::resolveBackPath() if its not necessary
resolveBackPath() is run a couple hundred times per script run,
especially in the backend. As this method is only rea...
Andreas Wolf
16:39 Revision 1925ea03: [BUGFIX] quoteJSvalue double encodes forward slash
The new JavaScript encoder using json_encode also encodes the forward
slash to unicode: \u00F2.
This creates problem...
Michiel Roos
15:09 Revision c4d10c6d: [BUGFIX] Make text of extjs buttons and IE<10 pagetree labels visible
The task #52497 introduced a regression. The font-size set in body is
overridden in ext-all-notheme.css with font-siz...
Stephan Großberndt
14:57 Revision 6fe13fdb: [BUGFIX] Do not show exeption when folder is not accesible
When a storage folder is not accessible for the user a exception
is displayed. Same if the folder is missing.
This p...
Ingo Schmitt
14:30 Revision 5cf92725: [BUGFIX] Ajax handler TYPO3_tcefile::process is broken
Several changes in core broke the ajax upload handler response.
There is no error response and it tries to json_encod...
Frans Saris
14:12 Revision 3e8eacec: [TASK] Optimize retrieval of Storages
Analysing the SQL logs shows that there are very much queries to the
sys_file_storage even though the information is ...
Steffen Ritter
12:29 Revision dc1a8865: [BUGFIX] Prevent permission Exception in ElementBrowser
To prevent Exceptions in the ElementBrowser resource Exceptions are
catched in two places:
The Exception is catched ...
Alexander Stehlik
10:16 Revision 2015d65f: [BUGFIX] Allow access to filemount directories
Currently a backend user can only access files within filemounts
but not the filemount directory itself.
After that ...
Alexander Stehlik
09:05 Revision ee2a4bb0: [BUGFIX] Filelist translations does not consider BE user access rights
If a BE editor has only access to sys_language uid 2 and 3
but not 1, it is not respected in the file list module,
as...
Benni Mack
07:16 Revision 18e30398: [CLEANUP] Remove old tt_content DB fields
With TYPO3 4.0 and the new CSS styled content
and the new RTE HTMLArea, some fields were still
included in the core, ...
Benni Mack
00:20 Revision f3d46845: [TASK] HR - single horizontal rule (CSS)
Make HR a single line instead of two lines.
Change-Id: I433d025eb91afc2fd35e794089f330e77d42a966
Resolves: #55486
Re...
Felix Kopp

2014-01-30

23:57 Revision dc271e4f: [BUGFIX] Regression in DataHandler
The fix for issue #53862 calls GeneralUtility::idnaEncode
without fully qualified class namespace.
Follow-up to: c99...
Wouter Wolters
23:46 Revision 3dcc61df: [BUGFIX] Regression in DataHandler
The fix for issue #53862 calls GeneralUtility::idnaEncode
without fully qualified class namespace.
Follow-up to: c99...
Wouter Wolters
23:39 Revision c738091f: [TASK] Use short version ?: in ternary operator (PHP 5.3+)
Shorten some constructs, make them easier to read
and less error-prone.
Resolves: #46400
Releases: 6.2
Change-Id: I7...
Stefan Neufeind
23:03 Revision 019bde6f: [BUGFIX] Create history record only with valid log uid
To prevent a sql error the insert query for creating sys_history
records in Datahandler must only be executed, if arg...
Marc Bastian Heinrichs
21:35 Revision 9d4ff3cf: [BUGFIX] Followup to #54226
The fix for issue #54226 introduced a bug
with FileReferences as it did not implement the
change of the interface.
R...
Benni Mack
20:51 Revision 84543545: [Bugfix] Add Index on sys_domain
TYPO3 checks if a redirect is needed for a domain by issuing a
select on sys_domain. In the where clause the columns ...
Ingo Schmitt
20:12 Revision 2df12222: [TASK] TemplateService: Remove old paths from allowedPaths-list
We don't have the t3lib-directory anymore.
Change-Id: Icef845e0ae1fc25a51cd01fa2452751d14b362c5
Resolves: #55433
Rel...
Stefan Neufeind
19:36 Revision 017242ff: [BUGFIX] Exception if directories are not readable
If a user has listing rights on a folder which contains
folders he does not have access to the user currently
will en...
Steffen Ritter
19:34 Revision 0a00643f: [TASK] Deleting currently opened folder in filelist results in error
When you have a folder opened in the filelist and then delete it
via the folder-tree the file-module shows an error a...
Steffen Ritter
19:18 Revision 138b13ae: [BUGFIX] DocumentTemplate class inserts inDocStyles twice
Change-Id: I252da74973c3dc4157717139c95ad0605e16fce1
Releases: 6.2, 6.1, 4.5
Resolves: #55458
Reviewed-on: https://re...
Stefan Neufeind
19:16 Revision 916c273f: [BUGFIX] Fix fatal when processing folder does not exist
When the processing folder does not exist,
it is created on the fly in ResourceStorage.
However the returned object ...
Helmut Hummel
19:15 Revision a8c54798: [TASK] Add API to retrieve the parent folder of a resource
Currently if some code needs the parent directory or folder
object of some files or folders it either needs to query ...
Steffen Ritter
19:14 Revision 3ac80662: [TASK] Add possibility to dump file to browser
The FileAbstractionLayer currently only provides the possibility to
retrieve the contents of a file as a string. If y...
Steffen Ritter
18:52 Revision e81d0605: [BUGFIX] Delete file with missing processed file raises alert
When a BE User deletes a file in the file module all file references
as well as processed files are removed, too. If ...
Fabien Udriot
18:30 Revision a5aed372: Revert "[BUGFIX] Improve confirmation dialog in drag'n'drop fileupload"
This reverts commit 495afb59adf47818215bb702a71ec5f79dfd4359
The patch is reverted because it does not work when the...
Frans Saris
17:55 Revision 3756116a: [TASK] Fix remaining calls to FileRepository for retrieving Files
In previous efforts the calls to the FileRepository, when retrieving
File objects have been relocated to the Resource...
Steffen Ritter
17:38 Revision 03606391: [TASK] Priority is not execution order in for Extractors
When the meta-data extraction services have been introduced it
silently has been assumed that the defined priority ca...
Steffen Ritter
17:16 Revision 4fbaa7ec: [BUGFIX] Adjust css in new content element wizard
The rendering of the plugin menu gets messed up if a plugin hasn't any
description. This patch clears floating for ev...
Nicole Cordes
16:55 Revision ff3b81c1: [BUGFIX] Styling fix for Install Tool Lock Screen in Backend Mode
Resolves: #55464
Releases: 6.2
Change-Id: I1891763db8a8edc5ddb8077a1cc32c8184a7e0c1
Reviewed-on: https://review.typo3...
Stephan Großberndt
15:52 Revision 14652300: [TASK] Install Tool > All Configuration "Expand All" functionality
Adds toggle all functionality.
Resolves: #55453
Releases: 6.2
Change-Id: Ie798e229a8a8751f82ffc6c14d1b1ca0caf949e1
R...
Marcel Küpper
15:11 Revision bb975541: [BUGFIX] Remove tca ctrl settings crdate and cruser_id for sys_file
On splitting sys_file table to extract metadata tca ctrl settings
crdate and cruser_id have been left out, but the co...
Marc Bastian Heinrichs
15:00 Revision a5e884f8: [BUGFIX] DocumentTemplate class inserts inDocStyles twice
Change-Id: I252da74973c3dc4157717139c95ad0605e16fce1
Releases: 6.2, 6.1, 4.5
Resolves: #55458
Reviewed-on: https://re...
Stefan Neufeind
14:32 Revision b91dc676: [BUGFIX] DocumentTemplate class inserts inDocStyles twice
Change-Id: I252da74973c3dc4157717139c95ad0605e16fce1
Releases: 6.2, 6.1, 4.5
Resolves: #55458
Reviewed-on: https://re...
Stefan Neufeind
13:43 Revision 2ce726e4: [TASK] ClickMenu: Set background via CSS instead of JS
Move background-style from JS to CSS. Since other skinning-
extensions might override color-settings in TBE_STYLES we...
Stefan Neufeind
13:39 Revision 5347431d: [TASK] Make files visible by default
For FAL, the concept of "hidden" files was introduced with the sysext
"metadata". The field is called "visible", its ...
Fabien Udriot
13:27 Revision 9bc40660: [BUGFIX] Content Element Wizard Hook labeled wrongly
The message when having a hook for the wizard items
is still the same, although the interface has been
renamed. So th...
Benni Mack
13:25 Revision 4764cec4: [TASK] Obsolete code in saltedpasswords
tx_saltedpasswords_autoloader was used in old install tool only
and is obsolete now.
Change-Id: If398a197a18bfda2078...
Christian Kuhn
13:09 Revision bd47397f: [CLEANUP] Cleanup code in ElementBrowser
This patch does not change functionality.
It just fixes formatting issues of the code and
corrects phpdoc.
Resolves:...
Markus Klein
12:58 Revision 460da13f: [BUGFIX] Handle empty tags in language pack index files
This patch adds a check to the L10n index parser to consider
whether the value of an XML tag is empty or contains onl...
Alexander Stehlik
12:58 Revision 084b5a97: [BUGFIX] Handle empty tags in language pack index files
This patch adds a check to the L10n index parser to consider
whether the value of an XML tag is empty or contains onl...
Alexander Stehlik
12:41 Revision b9e7caad: [BUGFIX] Clean up category references when a file is deleted
File are categorizable by default as of TYPO3 6.2
When a BE User deletes a file, associated categories
must be remove...
Fabien Udriot
12:28 Revision 4f3b6ecb: [TASK] Missing signals on adding folder
There are signals for most filestorage operations performed
in the ResourceStorage, but not for adding a folder.
Thi...
Frans Saris
10:56 Revision e81b0ca9: [BUGFIX] No double slash during folder canonicalization
The canonicalizeAndCheckFolderIdentifier does now check if the given
folder path is just a simple slash (/) and retur...
Alexander Stehlik
01:30 Revision f417d291: [BUGFIX] Wrong typehint in TypoScriptFrontendController
The variable $pageCache in TypoScriptFrontendController misses "Core" in
the namespace.
Change-Id: I5f9ee3bf36951194...
Simon Schaufelberger

2014-01-29

21:50 Revision 319214a2: [BUGFIX] Update enableDeprecationLog default value and help text
TYPO3's deprecation_log is disabled by default. The Install Tool
shows an incorrect help text for the configuration
$...
Michael Schams
21:38 Revision 8f2c2fe2: [TASK] Wrong phpdoc in TableGarbageCollectionTask
The phpdoc notation of TableGarbageCollectionTask has some
pre namespaces config example.
This patch changes the php...
Frans Saris
20:54 Revision 2ecd236a: [BUGFIX] Installer: Show correct value for boolean options
Resolves: #53963
Releases: 6.2
Change-Id: I0dd51f2d256c153d6b6a1e247d86c69c5cfd7a7b
Reviewed-on: https://review.typo3...
Markus Klein
20:42 Revision 9d4caced: [BUGFIX] TSFE->altPageTitle can not be set in extensions
It is not possible to set $GLOBALS['TSFE']->altPageTitle
in USER_INT extensions anymore to modify the page title.
Th...
Markus Klein
20:42 Revision 9dc04c84: [TASK] Increase title column width in Web List module
Each database table has configured title column through
TCA configuration. This values are used by List Module
to ren...
Marcin Sągol
20:34 Revision b81c5d55: [BUGFIX] ClickMenu does not show destination-foldername
Change-Id: I623d243ea504b0e646bd969e55ed7686ad3e9caf
Releases: 6.2, 6.1, 6.0
Resolves: #55407
Reviewed-on: https://re...
Stefan Neufeind
20:34 Revision 3a847552: [BUGFIX] ClickMenu does not show destination-foldername
Change-Id: I623d243ea504b0e646bd969e55ed7686ad3e9caf
Releases: 6.2, 6.1, 6.0
Resolves: #55407
Reviewed-on: https://re...
Stefan Neufeind
20:16 Revision 635768cc: [BUGFIX] Set missing markers to empty string
Change-Id: I3892f88bdd094b390a22fe94d9b089bd9b8aef71
Resolves: #54112
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re...
Bernhard Kraft
20:10 Revision 69f7c441: [BUGFIX] ClickMenu does not show destination-foldername
Change-Id: I623d243ea504b0e646bd969e55ed7686ad3e9caf
Releases: 6.2, 6.1, 6.0
Resolves: #55407
Reviewed-on: https://re...
Stefan Neufeind
20:04 Revision 7bc9a4e9: [BUGFIX] Display detected fatal in extension check
In the installer fatals can happen during updates of
very outdated extensions. Many updates can lead to a
redirect to...
Thomas Maroschik
19:41 Revision a246231c: [BUGFIX] Tame PackageStates.php in functional tests
Functional test bootstrap creates a full new instance
within typo3temp together with an own database. Goal is
a contr...
Christian Kuhn
19:11 Revision 96a11726: [TASK] Remove useless count function calls in stdWrap
Remove two count calls in the often called stdWrap function
to increase the performance. Furthermore remove the
is_ca...
Tim Lochmüller
11:30 Revision 5f873f07: [TASK] Be more expressive in error condition
If lockSSL is set to 1 and the backend is not
accessed via SSL currently a 404 header is sent
with no message body. T...
Helmut Hummel
11:20 Revision b15348a4: [BUGFIX] Prevent strings from being autoloaded
The introduction of a TypeConverter for Enumaration
types in #52762 added is_subclass() calls to
getPlainValue() in t...
Helmut Hummel
00:38 Revision 6cd6d3b3: [TASK] Replace JavaScriptEncoder with json_encode()
The JavaScriptEncoder class is used a lot in the TYPO3 backend. It does
expensive character conversions, character by...
Michiel Roos
00:15 Revision f882a730: [RELEASE] styleguide: 0.6.1
Felix Kopp
00:14 Revision b29e4785: [TASK] styleguide: Description
Felix Kopp
00:11 Revision c400b79c: [TASK] styleguide: Table test edge case+30px patch
Based on http://forge.typo3.org/issues/52599 Felix Kopp

2014-01-28

22:00 Revision b867b04f: [BUGFIX] Invalid constant in the domain redirect function
There is a "copy-and-paste" mistake in the domain redirect mechanism.
The function HttpUtility::redirect should call ...
Tim Lochmüller
22:00 Revision e5df843e: [BUGFIX] Invalid constant in the domain redirect function
There is a "copy-and-paste" mistake in the domain redirect mechanism.
The function HttpUtility::redirect should call ...
Tim Lochmüller
21:59 Revision d6803b70: [BUGFIX] Invalid constant in the domain redirect function
There is a "copy-and-paste" mistake in the domain redirect mechanism.
The function HttpUtility::redirect should call ...
Tim Lochmüller
20:10 Revision 1e89ca44: [TASK] Unify button styles
Unifies buttons over the backend:
+ <button>
+ <input type="submit">
+ <input type="reset">
+ <a class="t3-button">
...
Felix Kopp
19:28 Revision 7fe3c5ff: [BUGFIX] Invalid constant in the domain redirect function
There is a "copy-and-paste" mistake in the domain redirect mechanism.
The function HttpUtility::redirect should call ...
Tim Lochmüller
17:19 Revision c158e24d: [TASK] Remove find file in EXT: lowlevel
Removes the find file function from EXT: lowlevel.
Find file was only available for admins.
Change-Id: I79cedeeef8e8...
Felix Kopp
14:07 Revision 0935dc55: [BUGFIX] TS Parser: Fix regression when having tabs in TS names
With the optimization of the TS parser (see #54856), it is not
possible to write TypoScript like this anymore:
confi...
Benni Mack
08:01 Revision 3b7ccf42: [TASK] Upgrade jQuery to 1.11.0
Besides fixes this release features
"fewer forced layouts" and "lower startup overhead".
Change-Id: I988141ccd356425...
Stefan Neufeind

2014-01-27

22:44 Revision a42059c8: [TASK] Change phpunit repository url for travis
Resolves: #55366
Resolves: #55377
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Change-Id: Ia90d7c85f81828bd23275b7fa4017ee74a758...
Philipp Gampe
22:41 Revision 3b2cb073: [TASK] Change phpunit repository url for travis
Additionally, change the url for the introduction package.
Resolves: #55366
Resolves: #55377
Releases: 6.2, 6.1, 6.0...
Philipp Gampe
22:23 Revision 91b1db09: [TASK] Change repository url for introduction package
Resolves: #55377
Releases: 6.1, 6.0, 4.7, 4.5
Change-Id: Ic22c1baf87b1cca9c6169b682aa629765fc1ab14
Reviewed-on: https...
Philipp Gampe
22:14 Revision ef4d996a: [TASK] EXT: lowlevel Configuration labels
Configuration arrays should be accessed via $GLOBALS.
Modify labels to include the $GLOBALS keyword.
Change-Id: Iea3...
Felix Kopp
22:04 Revision 1af64b0c: [TASK] Change phpunit repository url for travis
Resolves: #55366
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Change-Id: Ia90d7c85f81828bd23275b7fa4017ee74a758ad6
Reviewed-on: ...
Philipp Gampe
21:45 Revision 8c29d5dd: [TASK] Remove strlen calls in the DatabaseConnection
Remove the strlen calls in the DatabaseConnection to avoid many
string length calculations for the small checks in th...
Tim Lochmüller
18:24 Revision a8849381: [TASK] Change phpunit repository url for travis
Resolves: #55366
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Change-Id: Ia90d7c85f81828bd23275b7fa4017ee74a758ad6
Reviewed-on: ...
Philipp Gampe
17:21 Revision 1b15a7e2: [TASK] Make Extbase use cache group "pages"
As there is the possibility to use grouped caching in
order to be more flexible, Extbase should not use
hard-coded ca...
Benni Mack

2014-01-25

16:46 Revision 29191fba: [BUGFIX] Invalid class name to file path conversion
The conversion from a class name such as
tx_extensionname_domain_model_somename to its corresponding PHP file
does no...
Xavier Perseguers
14:37 Revision 9902af14: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/4 from daniellienert/master
[TASK] styleguide: Minimum TYPO3 CMS version to 6.2
Due to the use of the includeCssFile
Felix Kopp
09:01 Revision ce05c212: TASK: Set minimum typo3 version to 6.2 due to the use of the includeCssFiles tag within f:be.container
Daniel Lienert

2014-01-24

23:46 Revision b84c524d: [TASK] styleguide: Readme icon+links
Felix Kopp
23:43 Revision 65b042fe: Initial commit Readme.md
Felix Kopp
23:32 Revision 91bce222: [RELEASE] styleguide: 0.6.0 for TYPO3 CMS v. 6.2.x
Felix Kopp
23:31 Revision 7678f3ea: [CGL] styleguide: Closing PHP tag
Felix Kopp
23:31 Revision bcbd4a74: [TASK] styleguide: FlashMessages headline
Felix Kopp
23:31 Revision d010bb54: [TASK] styleguide: Allow buttonAction
Felix Kopp
23:30 Revision 104f4a8e: [FEATURE] styleguide: Add "Buttons" to footer navigation
Felix Kopp
23:30 Revision fc956a68: [BUGFIX] styleguide: Add missing label & menu for Typography
Felix Kopp
23:29 Revision f0d2078a: [FEATURE] styleguide: Buttons page
Felix Kopp
20:07 Revision b2f4ac41: [TASK] Make use of .t3-table in EXT: extension manager
Use <table class="t3-table"> in backend module.
Removes duplicate SASS/CSS definitions in module in order
to make us...
Felix Kopp
14:19 Revision 72db639d: [BUGFIX] Simulate time in TYPO3 admin panel broken
* Test typeof TBE_EDITOR == "undefined" in jsfunc.evalfield
* Thanks to Stefan Neufeind/Markus Klein for adding the U...
Peter Niederlag
08:30 Revision 3cefa404: [BUGFIX] Better description of [BE][unzip_path]/[BE][diff_path]
The options [BE][unzip_path] and [BE][diff_path] expect different values.
Adjust the descriptions accordingly.
Resol...
Markus Klein
08:28 Revision 041780f6: [BUGFIX] Simulate time in TYPO3 admin panel broken
* Test typeof TBE_EDITOR == "undefined" in jsfunc.evalfield
* Thanks to Stefan Neufeind/Markus Klein for adding the U...
Peter Niederlag
01:28 Revision 86051cd3: [BUGFIX] Better description of [BE][unzip_path]/[BE][diff_path]
The options [BE][unzip_path] and [BE][diff_path] expect different values.
Adjust the descriptions accordingly.
Resol...
Markus Klein

2014-01-23

23:42 Revision b427ae10: [BUGFIX] Get suggest wizard working with renderMode=checkbox
In case a select field with renderMode "checkbox" is used together with
the suggest wizard, clicking the suggestions ...
Tolleiv Nietsch
23:25 Revision c108a378: [BUGFIX] hasProperty ignores meta data properties
Since the split of sys_file to sys_file_metadata the data
is stored in different arrays. The hasProperty method of
Ab...
Steffen Ritter
17:26 Revision 21fb92fd: [TASK] Remove t3lib from the example .htaccess file
Since removing the t3lib folder in TYPO3 6.2, there is
no more reason to keep reference to this folder in the
example...
Eric Chavaillaz
16:56 Revision 8f55af73: [BUGFIX] sys_category table not listed in allowed excludefields
Enables the security flag ignoreRootLevelRestriction in order
for the sys_category table to be listed in allowed excl...
Tomita Militaru
16:53 Revision 79178f0d: [BUGFIX] sys_category table not listed in allowed excludefields
Enables the security flag ignoreRootLevelRestriction in order
for the sys_category table to be listed in allowed excl...
Tomita Militaru
16:24 Revision eec8579b: [BUGFIX] Removing single category item not possible
The "items" selector in a system categories misses a "size"
property. It is thus considered by the forms JS to be a s...
Francois Suter
16:20 Revision 537cf984: [BUGFIX] Removing single category item not possible
The "items" selector in a system categories misses a "size"
property. It is thus considered by the forms JS to be a s...
Francois Suter
16:19 Revision 662eb3da: [TASK] Fix category collection functional test
Category collection test now extends FunctionalTestCase
class and is green again.
Resolves: #54914
Releases: 6.2
Cha...
Tymoteusz Motylewski
14:55 Revision 68057cfd: [BUGFIX] CLI context cannot write to backend log
The CLI context cannot write to the backend log. The
log entry also has an information about the currently used
IP ad...
Oliver Hader
14:55 Revision 57b70f79: [BUGFIX] CLI context cannot write to backend log
The CLI context cannot write to the backend log. The
log entry also has an information about the currently used
IP ad...
Oliver Hader

2014-01-22

14:47 Revision b865ad9d: [BUGFIX] Class 'TYPO3\CMS\Recordlist\Browser\GeneralUtility' not found
Fixing regression from issue #54995 and use
namespaced class name in TYPO3_6-1 branch.
Fixes: #55246
Releases: 6.1
C...
Oliver Hader
11:59 Revision 0d0beaf3: [TASK] Simplify Font-Size inheritance (CSS)
Font-sizes are defined in t3skin at various places multiple times.
In order to reduce complexity font-size & line-hei...
Felix Kopp

2014-01-21

23:48 Revision 485ef58f: [BUGFIX] Simulate time in TYPO3 admin panel broken
* Test typeof TBE_EDITOR == "undefined" in jsfunc.evalfield
* Thanks to Stefan Neufeind/Markus Klein for adding the U...
Peter Niederlag
17:57 Revision 5a802c83: [BUGFIX] lineNumber count in Template Analyzer
ExtendedTemplateService
=======================
* fix/improve ExtentedTemplateService->lineNumberToScript
* don't pre...
Peter Niederlag
17:53 Revision c96321d4: [BUGFIX] Static method cannot be abstract
Releases: 6.1, 6.0
Fixes: #37539
Change-Id: I6b629579f7d6d7cfb3869e8fbc6ac4d218aab6be
Reviewed-on: https://review.typ...
Xavier Perseguers
16:00 Revision a2a6d91b: [BUGFIX] Set absPrefix of GraphicalFunctions to PATH_site
To make GifBuilder and GraphicalFunctions work in
backend context, it is needed to set the absolute
path prefix for p...
Helmut Hummel
15:59 Revision 0c3084b1: Revert "[BUGFIX] Repair f:image VH for Backend"
This change is reverted in favor of a cleaner approach:
https://review.typo3.org/23652
This reverts commit 2e4630363...
Helmut Hummel
15:00 Revision ae547690: [BUGFIX] RootlineUtility does not consider foreign_sorting
Make sure RootlineUtility::enrichWithRelationFields() does take
the TCA setting foreign_sorting into account when fet...
Markus Klein
14:59 Revision f5e6ed3d: [BUGFIX] RootlineUtility does not consider foreign_sorting
Make sure RootlineUtility::enrichWithRelationFields() does take
the TCA setting foreign_sorting into account when fet...
Markus Klein
12:35 Revision 8c12d483: [BUGFIX] Duplicated translation entry for clear cache menu pages
Remove duplicate translation entry in locallang_core.xlf
Change-Id: Ie550b4a8b9736e397a8ce46d00feb957652d92c0
Resolv...
Mathias Brodala
10:29 Revision 17dc1bf1: [BUGFIX] Class 'TYPO3\CMS\Scheduler\Task\AbstractTask' not found
When running UnitTests for UpdateExtensionListTask and the extension
Scheduler is not loaded will raise an Fatal erro...
Stefano Kowalke
05:59 Revision 083f7086: [TASK] Rename cache t3lib_l10n to l10n
As t3lib doesn't exist anymore, get rid of this naming schema.
Change-Id: I525db9a511813e1e517c1363e29894b34b80ad48
...
Georg Ringer
05:58 Revision f8b812dd: [TASK] Move Tidy functionality to a TER ext
As discussed in the Core newsgroup, the Tidy functionality
should be removed from the TYPO3 CMS Core. The checks
and ...
Benni Mack
 

Also available in: Atom