Activity
From 2014-07-04 to 2014-08-02
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... - 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...
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... - 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...
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: ...
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...
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...
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()... - 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()... - 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
...
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. ... - 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... - 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... - 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... - 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... - 11:45 Revision 2fc3ec6b: [!!!][BUGFIX] ConfigurationManager signal information missing
- The signal emitted in the ConfigurationManager of the ExtensionManager
misses crucial information (the extension for ...
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.... - 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.... - 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... - 17:48 Revision 8eb77ff1: [TASK] Use jQuery for IRRE Ajax calls
- Change-Id: I5fe2f79ba233e114fb2bfb87c1100eeb8dccbc41
Resolves: #58475
Releases: 6.3
Reviewed-on: http://review.typo3.... - 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.
... - 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...
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 ... - 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... - 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... - 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... - 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: #... - 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 ... - 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... - 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... - 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... - 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... - 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... - 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... - 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
... - 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
... - 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... - 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... - 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... - 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... - 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... - 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... - 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.... - 15:39 Revision da4f19b9: [TASK] Refactor Install Tool JavaScript
- Resolves: #57182
Releases: 6.3
Change-Id: I2c8a7f594e3716152dfb9acb5246c741f7c9580d
Reviewed-on: http://review.typo3.... - 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... - 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.... - 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... - 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: ... - 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... - 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
... - 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
... - 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... - 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... - 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 ... - 12:00 Revision aecaed88: [FEATURE] Add LogManagerInterface
- The interface \TYPO3\CMS\Core\Log\LogManagerInterface enables you
to ship an alternative 3rd party LogManager instanc... - 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: ... - 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: ...
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... - 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... - 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... - 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... - 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 ... - 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 ... - 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... - 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... - 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... - 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... - 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... - 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... - 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: ... - 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... - 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... - 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... - 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... - 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 ... - 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 ... - 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... - 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... - 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: ... - 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: ... - 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... - 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... - 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... - 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...
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... - 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... - 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... - 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... - 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...
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... - 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...
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... - 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...
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.... - 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....
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... - 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... - 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... - 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... - 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...
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...
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... - 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...
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_...
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...
2014-07-11
- 12:47 Revision ebfd4674: [CLEANUP] Reformat IRRE JS code
- This is an automatic reformat performed by PhpStorm, to get rid of some
ugly constructs like one-line inline methods.... - 11:14 Revision 303fa53f: [TASK] Extend Regular DataHandler functional tests
- * add third tt_content element with localization in live context
* add new tt_content delete placeholder in different... - 11:13 Revision 8128e10e: [TASK] Extend Regular DataHandler functional tests
- * add third tt_content element with localization in live context
* add new tt_content delete placeholder in different...
2014-07-10
- 22:56 Revision d3c95a1c: [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... - 17:49 Revision e64eaffd: [TASK] Clarify exception message for addPlugin()
- Add verbosity to the exception message to make it
more clear what is going wrong.
Releases: 6.2, 6.3
Resolves: #6022... - 17:49 Revision 15d0afcd: [TASK] Clarify exception message for addPlugin()
- Add verbosity to the exception message to make it
more clear what is going wrong.
Releases: 6.2, 6.3
Resolves: #6022...
2014-07-09
- 14:51 Revision a3641663: [BUGFIX] Fix page module styling in Languages view
- Change in height of table header row for Languages view.
Resolves: #56714
Releases: 6.3, 6.2
Change-Id: Ic6bab8a9969... - 14:51 Revision 648586c8: [BUGFIX] Fix page module styling in Languages view
- Change in height of table header row for Languages view.
Resolves: #56714
Releases: 6.3, 6.2
Change-Id: Ic6bab8a9969... - 11:30 Revision 9cff80ff: [BUGFIX] Collapse icon for accordion not centered in Install Tool
- Resolves: #60192
Releases: 6.3,6.2
Change-Id: I4bacce041ca3be3dce4cae1a7407ab3fdf301ff0
Reviewed-on: https://review.t... - 11:29 Revision e5d9ffd3: [BUGFIX] Collapse icon for accordion not centered in Install Tool
- Resolves: #60192
Releases: 6.3,6.2
Change-Id: I4bacce041ca3be3dce4cae1a7407ab3fdf301ff0
Reviewed-on: https://review.t...
2014-07-08
- 23:11 Revision 4b76798e: [TASK] Log errors after initial t3d import also if pages are created
- Errors are only logged if no pages are created on initial data.t3d
import. They should be logged generally.
Resolves... - 23:06 Revision ea791b84: [TASK] Log errors after initial t3d import also if pages are created
- Errors are only logged if no pages are created on initial data.t3d
import. They should be logged generally.
Resolves... - 23:05 Revision 66d2354a: [BUGFIX] Followup to CacheBackend patch
- Re-add a missing use statement that vanished during rebase.
Resolves: #59587
Releases: 6.3, 6.2, 6.1
Change-Id: I16a... - 23:05 Revision 11fc31e1: [BUGFIX] Followup to CacheBackend patch
- Re-add a missing use statement that vanished during rebase.
Resolves: #59587
Releases: 6.3, 6.2, 6.1
Change-Id: I16a... - 23:03 Revision 3cbad6cd: [BUGFIX] Followup to CacheBackend patch
- Re-add a missing use statement that vanished during rebase.
Resolves: #59587
Releases: 6.3, 6.2, 6.1
Change-Id: I16a... - 22:58 Revision 072f3555: [BUGFIX] Too many tags by identifier in CacheBackends
- This applies to Apc/Memcached/Wincache/Xcache backends.
After an array_merge the values aren't unique. This leads to... - 22:57 Revision 5a11bbe8: [BUGFIX] Too many tags by identifier in CacheBackends
- This applies to Apc/Memcached/Wincache/Xcache backends.
After an array_merge the values aren't unique. This leads to... - 22:42 Revision 3d930170: [BUGFIX] Too many tags by identifier in CacheBackends
- This applies to Apc/Memcached/Wincache/Xcache backends.
After an array_merge the values aren't unique. This leads to... - 14:47 Revision 1eebd0bc: [TASK] Set TYPO3 version to 6.2.5-dev
- Change-Id: Ic7579af60139fe36862ddeb124c3fe8711750acc
Reviewed-on: https://review.typo3.org/31513
Reviewed-by: TYPO3 R... - 14:47 Revision ebcf7839: [RELEASE] Release of TYPO3 6.2.4
- Change-Id: I2f41d693c2f9b7c0e919e5c1566d3a3fba99178d
Reviewed-on: https://review.typo3.org/31512
Reviewed-by: TYPO3 R... - 14:40 Revision 36debe46: [TASK] Set TYPO3 version to 6.1.11-dev
- Change-Id: Ie4ae5a728eecb0522e2937b685ed8704b3dd7cff
Reviewed-on: https://review.typo3.org/31511
Reviewed-by: TYPO3 R... - 14:39 Revision 08b4480f: [RELEASE] Release of TYPO3 6.1.10
- Change-Id: I73a5e72ee9cad630ea2d2ee50d115d4a8d7310f0
Reviewed-on: https://review.typo3.org/31510
Reviewed-by: TYPO3 R... - 14:27 Revision cd486c4b: [TASK] Set TYPO3 version to 4.5.36-dev
- Change-Id: I29de73b589d2adf8a66f08455048f5b709ad5d02
Reviewed-on: https://review.typo3.org/31509
Reviewed-by: TYPO3 R... - 14:26 Revision c33a19a3: [RELEASE] Release of TYPO3 4.5.35
- Change-Id: Ic994e542cd4bab39a88fd1426d718b9174867783
Reviewed-on: https://review.typo3.org/31508
Reviewed-by: TYPO3 R... - 13:23 Revision 2eb245b7: [BUGFIX] Fix wrong type hint for emitAfterExtensionT3DImportSignal()
- Fix a wrong type hint for the second parameter in
InstallUtility::emitAfterExtensionT3DImportSignal(). The parameter ... - 13:19 Revision 97cfa181: [BUGFIX] Fix wrong type hint for emitAfterExtensionT3DImportSignal()
- Fix a wrong type hint for the second parameter in
InstallUtility::emitAfterExtensionT3DImportSignal(). The parameter ... - 13:06 Revision 3e1a8f53: [BUGFIX] Superfluous SQL queries on copying records
- On copying a page in the backend there are lots of superfluous
SQL queries containing "... WHERE uid=0". The reason f... - 12:48 Revision 0fa74c59: [BUGFIX] Superfluous SQL queries on copying records
- On copying a page in the backend there are lots of superfluous
SQL queries containing "... WHERE uid=0". The reason f... - 12:10 Revision 560793eb: [BUGFIX] Followup to read only filemounts
- Fix tests by provide proper mocking of the storage
Resolves: #49391
Resolves: #57979
Releases: 6.2, 6.3
Change-Id: I... - 12:06 Revision 75b909c8: [BUGFIX] Followup to read only filemounts
- Fix tests by provide proper mocking of the storage
Resolves: #49391
Resolves: #57979
Releases: 6.2, 6.3
Change-Id: I... - 11:34 Revision f9d05d26: [BUGFIX] Movements pollute colPos value of content elements
- Due to commit I148ca1b023226f2f99417b3baf238b72346e721f the information
concerning previous and next content elements... - 11:32 Revision 63de059c: [BUGFIX] Re-introduce read-only file mounts
- This re-introduces the read-only file mounts that were silently dropped
in TYPO3 6.0.
File mounts can be added by Us... - 11:31 Revision b3772d29: [BUGFIX] Re-introduce read-only file mounts
- This re-introduces the read-only file mounts that were silently dropped
in TYPO3 6.0.
File mounts can be added by Us... - 11:19 Revision ebdd15ea: [BUGFIX] Movements pollute colPos value of content elements
- Due to commit I148ca1b023226f2f99417b3baf238b72346e721f the information
concerning previous and next content elements... - 11:16 Revision c4095136: [BUGFIX] Movements pollute colPos value of content elements
- Due to commit I148ca1b023226f2f99417b3baf238b72346e721f the information
concerning previous and next content elements... - 11:16 Revision b1c86f2a: [BUGFIX] Movements pollute colPos value of content elements
- Due to commit I148ca1b023226f2f99417b3baf238b72346e721f the information
concerning previous and next content elements... - 11:15 Revision f746410a: [BUGFIX] Movements pollute colPos value of content elements
- Due to commit I148ca1b023226f2f99417b3baf238b72346e721f the information
concerning previous and next content elements... - 10:33 Revision b576e64e: [BUGFIX] Movements pollute colPos value of content elements
- Due to commit I148ca1b023226f2f99417b3baf238b72346e721f the information
concerning previous and next content elements... - 10:22 Revision 99f1221a: [TASK] Update phpdoc @return of exec_SELECTgetSingleRow()
- DatabaseConnection::exec_SELECTgetSingleRow() may return FALSE if no row
is found. This is not reflected in the phpdo... - 10:21 Revision 31cd44ed: [TASK] Update phpdoc @return of exec_SELECTgetSingleRow()
- DatabaseConnection::exec_SELECTgetSingleRow() may return FALSE if no row
is found. This is not reflected in the phpdo...
2014-07-07
- 23:54 Revision 10b853dc: [BUGFIX] TCA: handle select renderMode=tree with minitems=1 AND maxitems=1
- Using the TCA select renderMode=tree with the option
minitems=1 AND maxitems=1
leads to two bugs since TYPO3 4.5:
Fi... - 23:51 Revision fed27876: [BUGFIX] TCA: handle select renderMode=tree with minitems=1 AND maxitems=1
- Using the TCA select renderMode=tree with the option
minitems=1 AND maxitems=1
leads to two bugs since TYPO3 4.5:
Fi... - 23:50 Revision 05fccb00: [BUGFIX] TCA: handle select renderMode=tree with minitems=1 AND maxitems=1
- Using the TCA select renderMode=tree with the option
minitems=1 AND maxitems=1
leads to two bugs since TYPO3 4.5:
Fi... - 23:49 Revision a026f187: [BUGFIX] Fix suggest wizard item selection
- When selecting an item in a suggest list, the first label is always
taken instead of the clicked one.
Resolves: #558... - 23:49 Revision bde08ecf: [BUGFIX] Fix suggest wizard item selection
- When selecting an item in a suggest list, the first label is always
taken instead of the clicked one.
Resolves: #558... - 23:38 Revision f31e4f0b: [BUGFIX] LiveSearchToolbarItem not initialized correctly
- Initialising the LiveSearchToolbarItem class with two leading
backslashes \\ prevents XClasses of the LiveSearchToolb... - 23:37 Revision 9e16567c: [BUGFIX] LiveSearchToolbarItem not initialized correctly
- Initialising the LiveSearchToolbarItem class with two leading
backslashes \\ prevents XClasses of the LiveSearchToolb... - 23:34 Revision 78685353: [BUGFIX] Fix position of buttons in RTE full screen mode
- Update the HTML markup for the action buttons in the RTE full screen
view to properly position the buttons there.
Re... - 23:34 Revision 6bd3d577: [BUGFIX] Fix position of buttons in RTE full screen mode
- Update the HTML markup for the action buttons in the RTE full screen
view to properly position the buttons there.
Re... - 22:39 Revision f5c01b2c: [TASK] Refactor extension upload controller
- The upload and install functions are needed by the extension coreapi.
In order to support the extension, the UploadEx... - 22:39 Revision 1cbe3d8c: [TASK] Refactor extension upload controller
- The upload and install functions are needed by the extension coreapi.
In order to support the extension, the UploadEx... - 22:15 Revision ba4b915f: [BUGFIX] Suggest Wizard: support for PAGE_TSCONFIG_*-values in addWhere
- Using PAGE_TSCONFIG_*-values in the foreign_table_where-clause limits
the entries. This where clause is also used for... - 22:14 Revision 02a6a083: [BUGFIX] Suggest Wizard: support for PAGE_TSCONFIG_*-values in addWhere
- Using PAGE_TSCONFIG_*-values in the foreign_table_where-clause limits
the entries. This where clause is also used for... - 19:50 Revision 1d3a3152: [TASK] Move signals to own emit functions
- Two new signals were introduced with the patch
https://review.typo3.org/#/c/27746/. This patch moves the dispatch of
... - 19:50 Revision c88aa05f: [TASK] Move signals to own emit functions
- Two new signals were introduced with the patch
https://review.typo3.org/#/c/27746/. This patch moves the dispatch of
... - 10:59 Revision a33b5373: [BUGFIX] Set internalUploadMap on upload in ExtendedFileUtility
- Since introducing FAL the internalUploadMap array in
ExtendedFileUtility was not set on uploading files.
Resolves: #... - 09:03 Revision 23e6073a: [BUGFIX] Report migration errors in TceformsUpdateWizard
- TceformsUpdateWizard should report errors if a migration
failed due to a missing source file.
Resolves: #57575
Relea... - 09:03 Revision f5b50ff2: [BUGFIX] Report migration errors in TceformsUpdateWizard
- TceformsUpdateWizard should report errors if a migration
failed due to a missing source file.
Resolves: #57575
Relea... - 08:42 Revision 108f0704: [BUGFIX] Detect missing files in empty storage
- Improve the check for missing files by properly treating
the case when a storage is empty.
Change-Id: I8fba9be2622a4... - 08:31 Revision ccb89b1a: [BUGFIX] Detect missing files in empty storage
- Improve the check for missing files by properly treating
the case when a storage is empty.
Change-Id: I8fba9be2622a4... - 01:33 Revision 316ba859: [BUGFIX] Wrong image reference handling during flexform copying
- References in flexforms having type=inline are not processed correctly
during copy.
Fix this by properly applying th... - 01:32 Revision 103d13da: [BUGFIX] Wrong image reference handling during flexform copying
- References in flexforms having type=inline are not processed correctly
during copy.
Fix this by properly applying th... - 01:30 Revision b3d3fffd: [BUGFIX] Wrong image reference handling during flexform copying
- References in flexforms having type=inline are not processed correctly
during copy.
Fix this by properly applying th... - 00:09 Revision 3a8ffa20: [FEATURE] Add signal slots to SoftReferenceIndex
- This patch adds two signal slot dispatch calls to the SoftReferenceIndex
in the getTypoLinkParts() method and the set... - 00:09 Revision a4bea034: [FEATURE] Add signal slots to SoftReferenceIndex
- This patch adds two signal slot dispatch calls to the SoftReferenceIndex
in the getTypoLinkParts() method and the set...
2014-07-06
- 23:24 Revision 73586569: [TASK] Optimize invocation of cObj::checkIf
- The stdWrap property "if" can be used to allow output only if a
defined criterion is met. However, the checkIf() meth... - 23:22 Revision 3e4879b2: [BUGFIX] Suggest wizard doesn't work in page flexforms
- When using the suggest wizard from within a flexform in a page it
doesn't work properly. The $row variable was only s... - 23:22 Revision 5b59fd45: [BUGFIX] Suggest wizard doesn't work in page flexforms
- When using the suggest wizard from within a flexform in a page it
doesn't work properly. The $row variable was only s... - 23:15 Revision cc555f3a: [BUGFIX] Suggest wizard doesn't work in page flexforms
- When using the suggest wizard from within a flexform in a page it
doesn't work properly. The $row variable was only s... - 23:14 Revision 900b11bb: [BUGFIX] Remove non-needed URL parameter for standard search
- Removes parameter to prevent duplicate content, speaking
url problems and overloaded urls.
Resolves: #51189
Releases... - 23:14 Revision 93a54c8d: [BUGFIX] Remove non-needed URL parameter for standard search
- Removes parameter to prevent duplicate content, speaking
url problems and overloaded urls.
Resolves: #51189
Releases... - 23:11 Revision 1a8ea590: [BUGFIX] Remove non-needed URL parameter for standard search
- Removes parameter to prevent duplicate content, speaking
url problems and overloaded urls.
Resolves: #51189
Releases... - 23:09 Revision afaa0560: [TASK] Optimize invocation of cObj::checkIf
- The stdWrap property "if" can be used to allow output only if a
defined criterion is met. However, the checkIf() meth... - 20:09 Revision 15959967: [BUGFIX] Support dots in page.meta
- The parsing of the meta tag TypoScript configuration does a too greedy
check on dots and hence breaks support for exa... - 19:54 Revision 4250f016: [BUGFIX] Support dots in page.meta
- The parsing of the meta tag TypoScript configuration does a too greedy
check on dots and hence breaks support for exa... - 19:10 Revision f383f1b3: [BUGFIX] Felogin improperly merges flexforms and TS conf
- There are two options to show the forgot password link in FE:
* TypoScript: showForgotPasswordLink
* Flexforms: sho... - 19:02 Revision 7755bf4c: [CLEANUP] Remove comment header in ext_emconf
- The "do not touch me" comment header in ext_emconf.php files
of system extensions are misleading since we are editing... - 18:32 Revision 7967f0c7: [CLEANUP] Ensure all variables are set before usage
- This also applies for return values of functions. These are corrected
too if necessary.
Furthermore, some code style... - 18:28 Revision 37308e70: [TASK] Travis-ci: Disable apc in PHP 5.3
- apc on cli seems to be flaky, disable this php module for
now to see if that help stabilizing travis-ci builds again.... - 18:27 Revision 685fbd63: [TASK] Travis-ci: Disable apc in PHP 5.3
- apc on cli seems to be flaky, disable this php module for
now to see if that help stabilizing travis-ci builds again.... - 18:20 Revision bb6fe018: [CLEANUP] ext_emconf files
- Quite some keys in ext_emconf are obsolete and can be removed.
See related issue for a list of keys.
Change-Id: Id12... - 17:56 Revision 396e8e5a: [CLEANUP] ext_emconf files
- Quite some keys in ext_emconf are obsolete and can be removed.
See related issue for a list of keys.
Change-Id: Id12... - 17:45 Revision 287bbdd4: [CLEANUP] Ensure all variables are set before usage
- This also applies for return values of functions. These are corrected
too if necessary.
Furthermore, some code style... - 17:33 Revision a29e3a2f: [TASK] Remove unused EM_CONF variables
- The ext_emconf.php are created when e.g. an extension
is downloaded from TER. Based on the data from TER the
extensio... - 17:31 Revision fcaccacf: [TASK] Remove unused EM_CONF variables
- The ext_emconf.php are created when e.g. an extension
is downloaded from TER. Based on the data from TER the
extensio... - 17:30 Revision c69e86c1: [BUGFIX] ClearCacheOnLoad camelCased does not work
- The em_conf setting "clearCacheOnLoad" is both used in
camelCase and lower case but only the latter one is
supported ... - 17:29 Revision 2a113132: [BUGFIX] ClearCacheOnLoad camelCased does not work
- The em_conf setting "clearCacheOnLoad" is both used in
camelCase and lower case but only the latter one is
supported ... - 17:20 Revision 777086e0: [BUGFIX] Replace module token in be shortcut returnUrl
- During the addition of the token check for mod.php the token
in the BE shortcut url was already replaced (#56359) but... - 17:20 Revision e82b6a7f: [BUGFIX] Replace module token in be shortcut returnUrl
- During the addition of the token check for mod.php the token
in the BE shortcut url was already replaced (#56359) but... - 16:42 Revision 78af7508: [BUGFIX] Allow colon in TypoScript key
- The TypoScript parser does not properly parse the := operator.
It searches for : only and hence wrongly breaks a Typo... - 16:38 Revision 0cac307a: [BUGFIX] Allow colon in TypoScript key
- The TypoScript parser does not properly parse the := operator.
It searches for : only and hence wrongly breaks a Typo... - 15:16 Revision cf0542c1: [BUGFIX] Page-TSconfig ###PAGE_TSCONFIG_STR### not evaluated correctly
- Page-TSconfig ###PAGE_TSCONFIG_STR### not evaluated
correctly in the backend.
Change-Id: Ieda08a1df71117b5ac90f2c682... - 15:16 Revision 0ad6a321: [BUGFIX] Page-TSconfig ###PAGE_TSCONFIG_STR### not evaluated correctly
- Page-TSconfig ###PAGE_TSCONFIG_STR### not evaluated
correctly in the backend.
Change-Id: Ieda08a1df71117b5ac90f2c682... - 14:11 Revision 9ba1a5da: [BUGFIX] Sysext form uses old TCA
- Sysext form overrides TCA for tt_content with some completely outdated
configuration.
Fix this to the new TCA of tt_... - 14:11 Revision bb1b7104: [BUGFIX] Sysext form uses old TCA
- Sysext form overrides TCA for tt_content with some completely outdated
configuration.
Fix this to the new TCA of tt_... - 13:54 Revision 5dbd36d8: [BUGFIX] Extensionmanager: Dependency errors are not reset
- Due to changes in https://review.typo3.org/#/c/29845/ dependency errors
are collected and if one error occurred it is... - 13:14 Revision 8f6eb41f: [BUGFIX] Extensionmanager: Dependency errors are not reset
- Due to changes in https://review.typo3.org/#/c/29845/ dependency errors
are collected and if one error occurred it is... - 11:38 Revision f1878cca: [TASK] Update ADOdb to 5.19
- Updated ADOdb from 5.18 to 5.19 fixing several bugs.
Resolves: #59911
Releases: 6.3, 6.2
Change-Id: I3173c8b14b3d653... - 10:37 Revision 32aaf741: [TASK] Update ADOdb to 5.19
- Updated ADOdb from 5.18 to 5.19 fixing several bugs.
Resolves: #59911
Releases: 6.3, 6.2
Change-Id: I3173c8b14b3d653...
2014-07-05
- 23:28 Revision 7b6e91ff: [BUGFIX] Missing label for EM "update"-dependency
- Add the missing label for "update"-dependencies to EM locallang.xlf
Resolves: #59974
Releases: 6.3, 6.2
Change-Id: I... - 23:26 Revision c1445970: [BUGFIX] Missing label for EM "update"-dependency
- Add the missing label for "update"-dependencies to EM locallang.xlf
Resolves: #59974
Releases: 6.3, 6.2
Change-Id: I... - 22:07 Revision ce3fade6: [CLEANUP] Extbase mvc classes
- Add lots of type hints and some checks if the correct class is present.
Resolves: #57812
Releases: 6.3
Change-Id: I6... - 21:32 Revision a486a099: [TASK] Re-add unit tests for ExtensionCompatibilityTester
- The tests for the ExtensionCompatibilityTester are currently skipped.
This patch removes the broken tests and leaves ... - 21:12 Revision c11cec6d: [BUGFIX] Correctly check stack in DownloadQueue
- The extension manager's DownloadQueue does now properly check
the stack when adding extensions to the queue.
Resolve... - 21:12 Revision e7b6f6d8: [BUGFIX] Correctly check stack in DownloadQueue
- The extension manager's DownloadQueue does now properly check
the stack when adding extensions to the queue.
Resolve... - 21:08 Revision 791c36ab: [BUGFIX] Fix position of TCEforms required field icon
- If a palette is placed directly after a form field the icon to
open the pallete is placed inside the formfield wrappe... - 21:08 Revision a26460ef: [BUGFIX] Fix position of TCEforms required field icon
- If a palette is placed directly after a form field the icon to
open the pallete is placed inside the formfield wrappe... - 19:28 Revision d37922c4: [BUGFIX] Incomplete mock in ext:install
- "ExtensionCompatibilityTesterTests" triggers loadBaseTca() that
loads TCA and TCA overrides of all active packages. S... - 19:28 Revision d54ab2e9: [BUGFIX] Incomplete mock in ext:install
- "ExtensionCompatibilityTesterTests" triggers loadBaseTca() that
loads TCA and TCA overrides of all active packages. S... - 19:22 Revision e68e7b11: [BUGFIX] Warning in addPlugin()
- ExtensionManagementUtility::addPlugin() may raise a warning if
a subarray of TYPO3_LOADED_EXT is not set for whatever... - 19:22 Revision 269a66b8: [BUGFIX] Warning in addPlugin()
- ExtensionManagementUtility::addPlugin() may raise a warning if
a subarray of TYPO3_LOADED_EXT is not set for whatever... - 19:21 Revision bca9f4c3: [TASK] Clean up buildBaseTcaFromSingleFiles()
- The method uses two different approaches to get a list of active
packages, this is cleaned up to use the package mana... - 19:20 Revision 62a94b79: [TASK] Clean up buildBaseTcaFromSingleFiles()
- The method uses two different approaches to get a list of active
packages, this is cleaned up to use the package mana... - 18:56 Revision 7b1ba4cd: [BUGFIX] Removed clickMenu code around header icon in info window
- The header icon in the ElementInfo screen has a click link added
but this doesn't work and doesn't make sense as show... - 18:55 Revision e75172ee: [BUGFIX] Removed clickMenu code around header icon in info window
- The header icon in the ElementInfo screen has a click link added
but this doesn't work and doesn't make sense as show... - 17:09 Revision 09ddf99d: [TASK] Change check for TYPO3_MODE
- Change check for TYPO3_MODE:
if (!defined('TYPO3_MODE')) {
die('Access denied.');
}
to
defined('TYPO3_MODE') or d... - 16:12 Revision 8de6fa56: [BUGFIX] Move TCA modification of EXT:core to TCA/Overrides.
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 16:12 Revision da323455: [BUGFIX] Move TCA modification of EXT:core to TCA/Overrides.
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 16:08 Revision aef174f5: [BUGFIX] Move TCA modification of saltedpasswords to TCA/Overrides
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 16:08 Revision ead385dd: [BUGFIX] Move TCA modification of saltedpasswords to TCA/Overrides
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 16:03 Revision c1ae3d1e: [BUGFIX] Empty class selector crashes Update image
- Prevent the Update image dialog box to crash when trying to access
an empty class selector.
Resolves: #59938
Release... - 16:03 Revision 4488aae4: [BUGFIX] Empty class selector crashes Update image
- Prevent the Update image dialog box to crash when trying to access
an empty class selector.
Resolves: #59938
Release... - 15:38 Revision ba3b1f29: [TASK] Cleanup EXT:version
- * Update phpDoc where needed
* Import use statements where possible
Resolves: #59857
Releases: 6.3, 6.2
Change-Id: I... - 15:37 Revision a427bfda: [TASK] Cleanup EXT:version
- * Update phpDoc where needed
* Import use statements where possible
Resolves: #59857
Releases: 6.3, 6.2
Change-Id: I... - 15:29 Revision bff12fd2: [TASK] Update jQuery to 1.11.1
- Resolves: #59791
Releases: 6.3
Change-Id: I71e998b693144e313b1d8dbcf70b488ef143141a
Reviewed-on: https://review.typo3... - 15:23 Revision b3c618d1: [BUGFIX] Updating deactivated extensions installs them
- If you update a deactivated extension it becomes activated afterwards.
This patch change from the installExtension fu... - 15:23 Revision 7a0eb4c0: [BUGFIX] Updating deactivated extensions installs them
- If you update a deactivated extension it becomes activated afterwards.
This patch change from the installExtension fu... - 15:11 Revision 31abaaad: [BUGFIX] Move TCA modification of EXT:felogin to TCA/Overrides.
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 15:10 Revision 2e57ed79: [BUGFIX] Move TCA modification of EXT:felogin to TCA/Overrides.
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 15:10 Revision df8c2a85: [BUGFIX] Init variable in GeneralUtility::createVersionNumberedFilename
- The variable '$doNothing' was not initialized, leading to PHP notices.
Resolves: #60116
Releases: 6.3, 6.2
Change-Id... - 15:09 Revision e1023efd: [BUGFIX] Init variable in GeneralUtility::createVersionNumberedFilename
- The variable '$doNothing' was not initialized, leading to PHP notices.
Resolves: #60116
Releases: 6.3, 6.2
Change-Id... - 15:09 Revision d17bfefb: [BUGFIX] Use string as constant name in FormProtectionFactory.
- Currently the constant itself is used, which leads to PHP notices if it is
not defined yet.
Resolves: #60115
Release... - 15:08 Revision 1a04ac3a: [BUGFIX] Use string as constant name in FormProtectionFactory.
- Currently the constant itself is used, which leads to PHP notices if it is
not defined yet.
Resolves: #60115
Release... - 14:58 Revision 6edae9c2: [BUGFIX] Move TCA modification of EXT:form to TCA/Overrides.
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 14:57 Revision 3d02ceed: [BUGFIX] Move TCA modification of EXT:t3editor to TCA/Overrides
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 14:57 Revision e8b30f83: [BUGFIX] Move TCA modification of EXT:cms to TCA/Overrides.
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 14:57 Revision 62f31553: [BUGFIX] Move TCA modification of EXT:openid to TCA/Overrides
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 14:51 Revision a8e6b67d: [BUGFIX] Move TCA modification of EXT:csc to TCA/Overrides
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 14:49 Revision b29e9ca8: [BUGFIX] Move TCA modification of indexed_search to TCA/Overrides
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 14:49 Revision 10f5032e: [BUGFIX] Move TCA modification of indexed_search to TCA/Overrides
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 14:43 Revision 7a11858c: [BUGFIX] Move TCA modification of EXT:csc to TCA/Overrides
- TCA manipulation code must no longer reside in ext_tables.php, but
moved to Configuration/TCA/Overrides/<tablename>.p... - 14:19 Revision 3b213fb8: [BUGFIX] Tooltip for a shortcut in list view shows id=0
- In the list view the tooltip for a shortcut always shows
id=0 because the field shortcut is not fetched from the data... - 14:18 Revision 683ae94f: [BUGFIX] Tooltip for a shortcut in list view shows id=0
- In the list view the tooltip for a shortcut always shows
id=0 because the field shortcut is not fetched from the data... - 14:10 Revision 34feddb7: [BUGFIX] Give extension key to addPlugin() in registerPlugin()
- With patch #59770 ExtensionManagementUtility::addPlugin() signature
was extended to get the extensionKey as parameter... - 14:09 Revision 15c5b014: [BUGFIX] Give extension key to addPlugin() in registerPlugin()
- With patch #59770 ExtensionManagementUtility::addPlugin() signature
was extended to get the extensionKey as parameter... - 14:08 Revision c7dbd9f4: [TASK] Unit tests to addPlugin()
- Add unit tests to ExtensionManagementUtility::addPlugin() verifying
the new third parameter $extensionKey is handled ... - 14:08 Revision 05959eaf: [TASK] Unit tests to addPlugin()
- Add unit tests to ExtensionManagementUtility::addPlugin() verifying
the new third parameter $extensionKey is handled ...
2014-07-04
- 16:10 Revision 69be7404: [CLEANUP] Stupid array assignment
- There are two places where a new item is assigned
to an array with `$myArray[] .= ''`.
This would do the same as `$my...
Also available in: Atom