Project

General

Profile

Activity

From 2014-07-13 to 2014-08-11

2014-08-06

15:00 Revision 1cbc4402: [CLEANUP] Remove IE6 fixes for RTE htmlarea
As IE6 is not supported for the TYPO3
backend anymore, the IE6-specific styles
for HTMLarea can be safely removed.
R...
Benni Mack
10:15 Revision acb06c10: [BUGFIX] Fix Extbase language fallback in query parser
Currently when TYPO3 is configured to do language fallback
and a record is translated in language A, but not
in langu...
Helmut Hummel

2014-08-04

21:53 Revision c6cee410: [BUGFIX] Adjust variable name for install tool password hint
Usage of $TYPO3_CONF_VARS is discouraged, instead
$GLOBALS['TYPO3_CONF_VARS'] should be used. The hint in next to the...
Anja Leichsenring
21:52 Revision 00bc8046: [BUGFIX] Adjust variable name for install tool password hint
Usage of $TYPO3_CONF_VARS is discouraged, instead
$GLOBALS['TYPO3_CONF_VARS'] should be used. The hint in next to the...
Anja Leichsenring

2014-08-02

12:59 Revision 14fc7504: [BUGFIX] Fetch related records for existing uids only
Before fetching related records from a foreign table, we must ensure
that there is a uid to be considered, since othe...
Jo Hasenau
12:59 Revision 169f8b91: [BUGFIX] Fetch related records for existing uids only
Before fetching related records from a foreign table, we must ensure
that there is a uid to be considered, since othe...
Jo Hasenau

2014-08-01

13:51 Revision 94d9d83f: [BUGFIX] Prevent exception in RTE filelinks upgrade wizard
When using the upgrade wizard for RTE filelinks and the record is
not an array it throws an exception.
To give the e...
Mattias Nilsson
13:50 Revision 92456f65: [BUGFIX] Prevent exception in RTE filelinks upgrade wizard
When using the upgrade wizard for RTE filelinks and the record is
not an array it throws an exception.
To give the e...
Mattias Nilsson

2014-07-31

10:31 Revision cb6b7f51: [TASK] Replace Prototype in inline record JS
This is the first step of replacing Prototype usage.
Change-Id: I6599c3ce7eea493e2bfaa29312775bf1659ded69
Resolves: ...
Andreas Wolf

2014-07-30

11:14 Revision 3fa5989f: [BUGFIX] Avoid autoloading of non-objects in DataMapper
While persisting an object, the DataMapper is asked for the plain value
of a property, the TypeHandlingUtility::isCor...
Tomita Militaru

2014-07-29

09:43 Revision c517f74b: [BUGFIX] Avoid superfluous IRRE child record duplication
If copying a page, all records on that page will be copied to
the accordant destination page. IRRE parent-child struc...
Alexander Stehlik

2014-07-28

15:31 Revision 50bf108c: [BUGFIX] Refine the error message of checkMaximumFileUploadSize
The Install Tool check the PHP configuration for the maximum file
upload size within the checkMaximumFileUploadSize()...
Markus Klein
15:19 Revision e172269f: [BUGFIX] Refine the error message of checkMaximumFileUploadSize
The Install Tool check the PHP configuration for the maximum file
upload size within the checkMaximumFileUploadSize()...
Markus Klein
14:54 Revision 3dd60e20: [BUGFIX] Transfer curlProxyServer to new HTTP settings
Splits up the old curlProxyServer correctly, stripping "http://" and
potentially trailing slashes.
Resolves: #45834
...
Ernesto Baschny

2014-07-27

15:07 Revision 6849be35: [BUGFIX] Admin panel shows wrong cache information
When labels were extracted to translation files, a error was made
that changed the meaning of the admin panel entry. ...
Dmitry Dulepov
13:00 Revision 9857997c: [BUGFIX] Show loading spinner when Updating TER list on search module
When you search for an extension in the Extension manager and then click
on the "Update Now" button to load the newes...
Sascha Egerer
12:57 Revision 1f5f3415: [BUGFIX] Show loading spinner when Updating TER list on search module
When you search for an extension in the Extension manager and then click
on the "Update Now" button to load the newes...
Sascha Egerer
12:56 Revision 7da90b55: [BUGFIX] Fix Extbase language fallback in query parser
Currently when TYPO3 is configured to do language fallback
and a record is translated in language A, but not
in langu...
Helmut Hummel
12:55 Revision 82c886a3: [BUGFIX] Fix Extbase language fallback in query parser
Currently when TYPO3 is configured to do language fallback
and a record is translated in language A, but not
in langu...
Helmut Hummel
11:45 Revision 2fc3ec6b: [!!!][BUGFIX] ConfigurationManager signal information missing
The signal emitted in the ConfigurationManager of the ExtensionManager
misses crucial information (the extension for ...
Susanne Moog

2014-07-26

23:45 Revision 951d2d14: [BUGFIX] Fix the help message of CLI
The help command prints informations about a specific command.
This text is taken from the doc comment by reflection....
Stefano Kowalke
23:42 Revision 036741fd: [BUGFIX] Fix the help message of CLI
The help command prints informations about a specific command.
This text is taken from the doc comment by reflection....
Stefano Kowalke
22:07 Revision e24cdcfe: [TASK] Add first documentation of breaking changes
For better documentation of important changes a new file structure
is introduced that substitutes the old NEWS.md fil...
Christian Kuhn
17:48 Revision 8eb77ff1: [TASK] Use jQuery for IRRE Ajax calls
Change-Id: I5fe2f79ba233e114fb2bfb87c1100eeb8dccbc41
Resolves: #58475
Releases: 6.3
Reviewed-on: http://review.typo3....
Andreas Wolf
16:20 Revision 8316c98a: [CLEANUP] Remove hardcoded valign="top" in FormEngine
There are several places in the TYPO3 Form Engine
where the styling information about tables (valign)
is hard-coded.
...
Benjamin Mack
14:36 Revision 4f7a0f3e: [BUGFIX] Add use-statement for GeneralUtility
With Change-Id: I57a2a2a06a97fc1eda6e0438bfdc6e210437e5bb
a line was packported which relied on a use-statement
for G...
Stefan Neufeind

2014-07-25

21:58 Revision dfff617f: [TASK] Remove hardcoded TypoScript setup
TypoScript TemplateService contains some hard coded TS that is always
present. The two defaults config.extTarget and ...
Wouter Wolters
21:53 Revision 28192cb5: [CLEANUP] Let expected exceptions test for code, not text
When an exception is expected in DependencyUtilityTest, the correct
exception is tested by text. The change of wordin...
Anja Leichsenring
21:53 Revision ab65104e: [CLEANUP] Let expected exceptions test for code, not text
When an exception is expected in DependencyUtilityTest, the correct
exception is tested by text. The change of wordin...
Anja Leichsenring
21:49 Revision cc0d96bb: [BUGFIX] felogin plugin still uses old class name in TypoScript
FE Login still uses TypoScript with a manual
inclusion of the original file and then the
original class name.
plugin...
Benni Mack
21:19 Revision 4e488092: [CLEANUP] RSA Auth: Move JS files in proper location
Renames the folder "resources" to "Resources"
and moves the JS files into
"Resources/Public/JavaScript".
Resolves: #...
Benjamin Mack
21:19 Revision 192c163f: [TASK] Drop TYPO3_CONF_VARS['SYS]['contentTable']
There is a config to define the used "contentTable" which is set
by cms extension to tt_content. Using tt_content is ...
Christian Kuhn
21:07 Revision 3c7c4838: [BUGFIX] Change wording for TYPO3 dependency errors
The wording of a TYPO3 dependency error currently suggests
installing another TYPO3 version to make an extension usab...
Susanne Moog
21:07 Revision 1396fba1: [BUGFIX] Change wording for TYPO3 dependency errors
The wording of a TYPO3 dependency error currently suggests
installing another TYPO3 version to make an extension usab...
Susanne Moog
19:57 Revision 1296f382: [BUGFIX] Install Tool image tests: black background after scaling
Transparent turns black unless you specify a different color
because transparent = unset color = 0 = black. We should...
Susanne Moog
19:55 Revision 99208b47: [BUGFIX] Install Tool image tests: black background after scaling
Transparent turns black unless you specify a different color
because transparent = unset color = 0 = black. We should...
Susanne Moog
19:32 Revision acbd9cef: [BUGFIX] Extension manager page browser not disabled on list update
The extension list on "get extensions" only masks the table when
loading where it should also mask the page browser a...
Susanne Moog
19:31 Revision 05f76669: [BUGFIX] Extension manager page browser not disabled on list update
The extension list on "get extensions" only masks the table when
loading where it should also mask the page browser a...
Susanne Moog
18:56 Revision 0e6b6601: [TASK] Add missing unit test for enumeration
Add unit test that checks if the constructor throws
an exception if an invalid value is requested.
Resolves: #60572
...
Sascha Egerer
18:48 Revision e9ea0849: [TASK] Add missing unit test for enumeration
Add unit test that checks if the constructor throws
an exception if an invalid value is requested.
Resolves: #60572
...
Sascha Egerer
16:59 Revision 9365def5: [TASK] Show 'styles' object in TypoScript Object Browser
When you look in the TOB for the styles.* settings, those are not
shown. In order to ease the lookup of existing sett...
Anja Leichsenring
16:54 Revision 2af5f120: [BUGFIX] Respect global renderReadonly in Tceforms for tree
The global renderReadonly status in Tceforms doesn't affect a
rendered tree because the check was forgotten when #258...
Lorenz Ulrich
16:47 Revision 50abc39c: [BUGFIX] Respect global renderReadonly in Tceforms for tree
The global renderReadonly status in Tceforms doesn't affect a
rendered tree because the check was forgotten when #258...
Lorenz Ulrich
16:09 Revision 250b03bb: [BUGFIX] Menu-links generate two empty spaces at closing anchor
Checks for ATagParams & access key code before adding empty
spaces between anchor parameters.
Resolves: #50566
Relea...
Stefan Neufeind
16:08 Revision 6afcb653: [BUGFIX] Menu-links generate two empty spaces at closing anchor
Checks for ATagParams & access key code before adding empty
spaces between anchor parameters.
Resolves: #50566
Relea...
Tomita Militaru
15:43 Revision fa99ba55: [BUGFIX] Adjust comment for default HTTP-userAgent
The default userAgent is for example TYPO3/6.2.4
Change-Id: I2412b901a3a42938a433e7d8a414de24587011a3
Resolves: #603...
Stefan Neufeind
15:43 Revision 13335da0: [TASK] Change example for backend module in BaseScriptClass
Resolves: #60566
Releases: 6.3
Change-Id: I742e68f617dc049ca059406b50e08e24c7d74b79
Reviewed-on: http://review.typo3....
Wouter Wolters
15:39 Revision da4f19b9: [TASK] Refactor Install Tool JavaScript
Resolves: #57182
Releases: 6.3
Change-Id: I2c8a7f594e3716152dfb9acb5246c741f7c9580d
Reviewed-on: http://review.typo3....
Wouter Wolters
15:26 Revision 19d8457e: [BUGFIX] Labels in extension manager not loaded
The extensionmanager tries to load language labels from the
old extension manager.
Add the needed labels to the exte...
Susanne Moog
15:17 Revision 93a1ac50: [TASK] Use double back slashes for class name in makeInstance
Resolves: #60562
Releases: 6.3
Change-Id: I321f32f85df90e11443837c2704eba5c097e7ea1
Reviewed-on: http://review.typo3....
Wouter Wolters
14:55 Revision 5b035057: [TASK] Clean up backend login controller Part 1
To prepare a switch of the backend login view to a fluid rendered
template, the current controller is first simlpfied...
Christian Kuhn
14:46 Revision a2748e5a: [TASK] Remove old default constants from TS service
$this->const in TemplateService and an extending class is super old,
unused and removed.
Resolves: #60561
Releases: ...
Christian Kuhn
14:32 Revision 0ff446d3: [TASK] Reduce file size of core images
Reduce the file size without losing quality.
This reduces total typo3 directory size by ~2 MB.
Change-Id: I56d1e9ecc...
Anja Leichsenring
14:23 Revision 2095965a: [TASK] Fix wrong named unit tests of the logging framework
Most of the unit tests for the logging framework have a
wrong filename and also a wrong classname.
Resolves: #60547
...
Sascha Egerer
14:22 Revision 8b11736f: [TASK] Fix wrong named unit tests of the logging framework
Most of the unit tests for the logging framework have a
wrong filename and also a wrong classname.
Resolves: #60547
...
Sascha Egerer
13:57 Revision a24a47c7: [FEATURE] Extend IntrospectionProcessor to log full Backtrace
Extend the introspection processor so it can add
a full backtrace instead of only the last item
of the backtrace.
Al...
Sascha Egerer
13:41 Revision 7973ff31: [TASK] Remove not needed TemplateService code
The TemplateService class provides its own wrap()
function which is exactly the same as in cObj.
The only instances w...
Benni Mack
12:02 Revision adc0ed3d: [BUGFIX] Prevent fatal when importing a t3d file without fal information
Currently the importer expects that an imported t3d file contains
data for fal. This is not the case if the t3d file ...
Sascha Egerer
12:00 Revision aecaed88: [FEATURE] Add LogManagerInterface
The interface \TYPO3\CMS\Core\Log\LogManagerInterface enables you
to ship an alternative 3rd party LogManager instanc...
Steffen Müller
11:24 Revision 5de7287b: [TASK] Add wrapper for GeneralUtility::getIndpEnv in ContentObjectRenderer
A wrapper function for GeneralUtility::getIndpEnv() is required
to mock these static calls in unit tests.
Resolves: ...
Sascha Egerer
11:23 Revision ebcbf634: [TASK] Add wrapper for GeneralUtility::getIndpEnv in ContentObjectRenderer
A wrapper function for GeneralUtility::getIndpEnv() is required
to mock these static calls in unit tests.
Resolves: ...
Sascha Egerer

2014-07-24

20:38 Revision e6f3ab7e: [BUGFIX] Make call to isPackageKeyValid non-static
Function isPackagKeyValid on PackageManeger is not a static function
and must be called on an object instance.
Resol...
Peter Niederlag
20:38 Revision 59635160: [BUGFIX] Make call to isPackageKeyValid non-static
Function isPackagKeyValid on PackageManeger is not a static function
and must be called on an object instance.
Resol...
Peter Niederlag
20:33 Revision 252cab0c: [BUGFIX] Turn isOnSymmetricSide into static function
Function isOnSymmetricSide of RelationHandler is used as
static function all the time so we properly turn the functio...
Peter Niederlag
20:33 Revision 06745798: [BUGFIX] Turn isOnSymmetricSide into static function
Function isOnSymmetricSide of RelationHandler is used as
static function all the time so we properly turn the functio...
Peter Niederlag
20:05 Revision 60ae97a5: [TASK] Keep the changes to PackageStates.php low
Introduce a sort operation of the packages before determining
the loading order.
This way the number of changes made ...
Markus Klein
20:04 Revision 8eca965b: [TASK] Keep the changes to PackageStates.php low
Introduce a sort operation of the packages before determining
the loading order.
This way the number of changes made ...
Markus Klein
19:52 Revision 71ae992e: [BUGFIX] Add label for title of "Edit metadata" link
Currently the title of the "Edit metadata" link in filelist is
hardcoded. Add a label to make it translatable.
Resol...
Markus Klein
19:51 Revision 4a7e508a: [BUGFIX] Add label for title of "Edit metadata" link
Currently the title of the "Edit metadata" link in filelist is
hardcoded. Add a label to make it translatable.
Resol...
Markus Klein
18:13 Revision 6b835aa2: [TASK] Remove old and unused extension icons from t3skin
in t3skin/icons/ext there are plenty of really old icons
for e.g. tt_guest or tt_calender
We should remove them as t...
Tymoteusz Motylewski
18:11 Revision e9797ef7: [TASK] Remove skipped FAL functional tests
Utility/File/ExtendedFileUtilityTest.php contains some old FAL
related tests that are not maintained for quite some t...
Christian Kuhn
18:10 Revision c049aba5: [TASK] Remove skipped FAL functional tests
Utility/File/ExtendedFileUtilityTest.php contains some old FAL
related tests that are not maintained for quite some t...
Christian Kuhn
17:40 Revision ee0bbbd9: [CLEANUP] Remove browser hacks in CSS files
Several browser hacks in backend CSS files
can now be removed as browser don't need
to use -moz or -webkit. Also, sev...
Benjamin Mack
17:24 Revision 963fafbd: [CLEANUP] Backend: Remove IE7/6/5 support
There are some places where there is special treatment for IE7
and below which can now be removed safely.
Resolves: ...
Benjamin Mack
17:17 Revision 819095ea: [TASK] Add a "save and close" button in the extensionmanager
Resolves: #59812
Releases: 6.3, 6.2
Change-Id: I3ccfbdd496af2fca9a72d2675393537eafffd075
Reviewed-on: http://review.t...
Eric Chavaillaz
17:16 Revision a3233fc1: [TASK] Add a "save and close" button in the extensionmanager
Resolves: #59812
Releases: 6.3, 6.2
Change-Id: I3ccfbdd496af2fca9a72d2675393537eafffd075
Reviewed-on: http://review.t...
Eric Chavaillaz
17:10 Revision 5b8741f7: [BUGFIX] Catch freshly introduced ResourceDoesNotExistException
Change #60506 introduced a new specific exception in case a file
reference can not be resolved. This new exception no...
Anja Leichsenring
17:10 Revision 68369763: [BUGFIX] Catch freshly introduced ResourceDoesNotExistException
Change #60506 introduced a new specific exception in case a file
reference can not be resolved. This new exception no...
Anja Leichsenring
15:08 Revision 3b4cdf3e: [BUGFIX] Fix resource exceptions
When rendering the FILES content object,
exceptions due to missing file references and missing collections
are meant ...
Helmut Hummel
15:08 Revision 74b0ce8e: [BUGFIX] Fix resource exceptions
When rendering the FILES content object,
exceptions due to missing file references and missing collections
are meant ...
Helmut Hummel
14:23 Revision 7c2550ab: [BUGFIX] Set correct cookie when permalogin is enabled
Although permalogin is enabled we set a session cookie.
This happens because setSessionCookie is called too early
and...
Gernot Schulmeister
14:21 Revision 74857fb0: [BUGFIX] Set correct cookie when permalogin is enabled
Although permalogin is enabled we set a session cookie.
This happens because setSessionCookie is called too early
and...
Gernot Schulmeister
14:14 Revision fb8ae239: [BUGFIX] Change sys_file.size type from INT to BIGINT
Regular INT limits filesize to 2GB.
Change-Id: I525bd53bff6495630bd5880c8ef8789a1d9bbf26
Resolves: #60327
Releases: ...
Stefan Neufeind
14:12 Revision d02962f3: [BUGFIX] Change sys_file.size type from INT to BIGINT
Regular INT limits filesize to 2GB.
Change-Id: I525bd53bff6495630bd5880c8ef8789a1d9bbf26
Resolves: #60327
Releases: ...
Stefan Neufeind
12:15 Revision 7d42b929: [BUGFIX] Complete datatable structure fe_groups
While creating frontend groups via extbase without any subgroup set,
the record will have the value NULL in the datab...
Markus Günther
12:14 Revision 2351b207: [BUGFIX] Complete datatable structure fe_groups
While creating frontend groups via extbase without any subgroup set,
the record will have the value NULL in the datab...
Markus Günther
08:15 Revision b4aa2ff0: [BUGFIX] Catch all resource exceptions when parsing RTE links
The RteHtmlParser checks for valid links by trying to retrieve
a file or folder object. The FAL API will throw except...
Helmut Hummel
08:15 Revision f9f4b492: [BUGFIX] Catch all resource exceptions when parsing RTE links
The RteHtmlParser checks for valid links by trying to retrieve
a file or folder object. The FAL API will throw except...
Helmut Hummel

2014-07-23

14:11 Revision 4dcd4a02: [BUGFIX] Wrong sys_refindex for deleted child records
Workspace actions using the DataHandler trigger a reprocessing
of the reference index. However, it happened that inde...
Oliver Hader
13:51 Revision f6299924: [BUGFIX] Wrong sys_refindex for deleted child records
Workspace actions using the DataHandler trigger a reprocessing
of the reference index. However, it happened that inde...
Oliver Hader
11:42 Revision dec6a238: [BUGFIX] Adjust comment for default HTTP-userAgent
The default userAgent is for example TYPO3/6.2.4
Change-Id: I2412b901a3a42938a433e7d8a414de24587011a3
Resolves: #603...
Stefan Neufeind
11:11 Revision 9823d237: [TASK] Update wrong copyright header in file BrowseLinks.php
A new header in PHP files has been introduced with #59535. This
patch updates the copyright/license header of one fil...
Michael Schams
11:08 Revision b3bdda0b: [TASK] Update wrong copyright header in file BrowseLinks.php
A new header in PHP files has been introduced with #59535. This
patch updates the copyright/license header of one fil...
Michael Schams

2014-07-22

13:29 Revision 32b99db1: [BUGFIX] Fix return value of DatabaseConnection::sql_free_result()
In case of success the current implementation returns the result
of $res->free(). Unfortunately free() doesn't return...
Stefano Kowalke
13:20 Revision b0a53b87: [BUGFIX] Fix return value of DatabaseConnection::sql_free_result()
In case of success the current implementation returns the result
of $res->free(). Unfortunately free() doesn't return...
Stefano Kowalke

2014-07-21

16:23 Revision d66dcaa4: [BUGFIX] Fix minor issues in functional testing framework
The bootstrap for frontend functional tests has some
minor issues, that are now fixed:
* json_decode returns null no...
Helmut Hummel
13:10 Revision 7df321be: [BUGFIX] Fix minor issues in functional testing framework
The bootstrap for frontend functional tests has some
minor issues, that are now fixed:
* json_decode returns null no...
Helmut Hummel

2014-07-20

23:20 Revision a56047a9: [BUGFIX] sys_collection_entries column too small
Set sys_collection_entries to varchar(64). This is the max
table name length on MySQL.
Resolves: #60180
Releases: 6....
Wouter Wolters
23:20 Revision 60525435: [BUGFIX] sys_collection_entries column too small
Set sys_collection_entries to varchar(64). This is the max
table name length on MySQL.
Resolves: #60180
Releases: 6....
Wouter Wolters

2014-07-19

18:26 Revision f5085bd2: [BUGFIX] Send test email in Install Tool as HTML
Explicitly set the format of the email body to text/html.
Resolves: #60251
Releases: 6.3, 6.2
Change-Id: I350b0f4cb9...
Wouter Wolters
18:25 Revision 43b778ee: [BUGFIX] Avoid PHP warning in TypoScriptFrontendController
TypoScriptFrontendController throws a PHP warning on access to
$BE_USER->user['uid'] which might not be set.
Fix this...
Markus Klein
00:54 Revision 26a50572: [BUGFIX] Avoid PHP warning in TypoScriptFrontendController
TypoScriptFrontendController throws a PHP warning on access to
$BE_USER->user['uid'] which might not be set.
Fix this...
Markus Klein
00:32 Revision 43fa347c: [BUGFIX] Send test email in Install Tool as HTML
Explicitly set the format of the email body to text/html.
Resolves: #60251
Releases: 6.3, 6.2
Change-Id: I350b0f4cb9...
Wouter Wolters
00:02 Revision 97e50c5e: [BUGFIX] Menu-links generate two empty spaces at closing anchor
Checks for ATagParams & access key code before adding empty
spaces between anchor parameters.
Resolves: #50566
Relea...
Tomita Militaru

2014-07-18

18:06 Revision e52d56ca: [TASK] Update swiftmailer to 5.2.1
Resolves: #60227
Releases: 6.3
Change-Id: Ic137136005f117ac491cd8897e702f81169a1c0a
Reviewed-on: https://review.typo3...
Wouter Wolters

2014-07-15

10:55 Revision 5d31afd8: [CLEANUP] Final cleanup of TCA Overrides
Some of the files still miss the die statement in
the first line. To be consistent, add it to every
file.
One file h...
Helmut Hummel
10:54 Revision a8736bae: [CLEANUP] Final cleanup of TCA Overrides
Some of the files still miss the die statement in
the first line. To be consistent, add it to every
file.
One file h...
Helmut Hummel

2014-07-14

19:31 Revision e3da9d6b: [TASK] Fix composer branch alias for 6.2 branch
The composer.json file wrongly configures the
master branch to be aliased to 6.2.x-dev
Fix it by aliasing our TYPO3_...
Helmut Hummel

2014-07-13

22:28 Revision 9f6150fa: [BUGFIX] Use PATH_site in cache identifier for package cache
The package cache writes paths to extension directories
(TYPO3_LOADED_EXT) into the cache.
This will result in wrong...
Helmut Hummel
 

Also available in: Atom