Activity
From 2012-12-23 to 2013-01-21
2013-01-20
- 17:54 Revision 54f65301: [BUGFIX] Reset LazyObjectStorage array pointer at initialization
- This allows current() operation on a still lazy ObjectStorage
without causing errors.
Thanks to Franz Koch for repor... - 17:45 Revision 959d038a: [BUGFIX] ObjectContainer does not support namespaces
- The object container (more specificially: the class info cache it uses)
fails when trying to get an instance of a nam... - 17:41 Revision 2200575a: [BUGFIX] Unit test failures concerning the HMAC
- Some of the unit tests were backported from FLOW3, but not all
class names have been properly adapted.
Fixes: #35791... - 17:32 Revision 2840410d: [BUGFIX] Respect all subclasses (single table inheritance)
- If you ask a repository that have subclasses, that have subsubclasses,
than just the subclasses of the first level ge... - 17:31 Revision 83af54eb: [BUGFIX] Respect all subclasses (single table inheritance)
- If you ask a repository that have subclasses, that have subsubclasses,
than just the subclasses of the first level ge... - 17:21 Revision 13a206fe: [BUGFIX] Ordering without grouping is incompatible with non-MySQL DBMS
- Each SELECT COUNT(*) statement has orderings. This fixes the
behaviour that is incompatible to database systems other... - 17:15 Revision 1da52cd2: [BUGFIX] Ordering without grouping is incompatible with non-MySQL DBMS
- Each SELECT COUNT(*) statement has orderings. This fixes the
behaviour that is incompatible to database systems other... - 17:14 Revision 2307c662: [BUGFIX] Ordering without grouping is incompatible with non-MySQL DBMS
- Each SELECT COUNT(*) statement has orderings. This fixes the
behaviour that is incompatible to database systems other... - 17:03 Revision f4cb9516: [BUGFIX] Ordering without grouping is incompatible with non-MySQL DBMS
- Each SELECT COUNT(*) statement has orderings. This fixes the
behaviour that is incompatible to database systems other... - 16:59 Revision b6d31d0d: [TASK] Provide Unit Test for Scheduler/Task
- Releases: 6.1
Resolves: #44638
Change-Id: Ibb522e3618b647f05a16b15fd114937ce482dcbd
Reviewed-on: https://review.typo3... - 16:55 Revision 36d01f97: [BUGFIX] Ordering without grouping is incompatible with non-MySQL DBMS
- Each SELECT COUNT(*) statement has orderings. This fixes the
behaviour that is incompatible to database systems other... - 16:42 Revision 9f7b5e35: [TASK] Provide Unit Test for Scheduler/TaskExecuter
- Releases: 6.1
Resolves: #44664
Change-Id: I9ba89e1acc98082cceb7561c394dad1488cbe888
Reviewed-on: https://review.typo3...
2013-01-19
- 22:13 Revision d99c4ebd: [BUGFIX] ConfigurationUtility loses extension key
- The EM's ConfigurationUtility::getCurrentConfiguration() method looks for
the extension key at the wrong place. Rathe... - 22:02 Revision 263543f2: [BUGFIX] ConfigurationUtility loses extension key
- The EM's ConfigurationUtility::getCurrentConfiguration() method looks for
the extension key at the wrong place. Rathe... - 20:56 Revision f11f07df: Revert "[FEATURE] Allow different overriding of object mapping per plugin"
- This reverts commit fecb7b1b32629283aa932cde38bdd26ee94dcf8d.
Releases: 6.1
Change-Id: I448b1fd0638a86ab31705be1c870... - 15:10 Revision b606c54d: [TASK] Improve code coverage of Scheduler/FieldProvider
- * Also fixed a small bug in Cli/Command.php
Releases: 6.1
Resolves: #44650
Change-Id: Ic9cc4ebb81a3926415223f6a7a807... - 14:04 Revision a2ea5a3a: [TASK] Increase code coverage of FrontendConfigurationManager
- Releases: 6.1
Resolves: #44656
Change-Id: If39fb33a3a3d4cffca3f74f5f15d4a44ebf0e152
Reviewed-on: https://review.typo3...
2013-01-18
- 13:22 Revision 1eb4e55a: [TASK] Increase code coverage of Service/TypeHandlingService
- Added one missing tests to achieve 100% code coverage.
Also adjusted the copyright header.
Releases: 6.1
Resolves: #... - 13:19 Revision e3d3c43f: [TASK] Increase code coverage of SignalSlot/Dispatcher
- Added some missing tests to achieve 100% code coverage.
Also adjusted the copyright header and author annotations.
R...
2013-01-17
- 23:17 Revision 5cf06fe5: [TASK] Provide Unit Test for Error/Message
- Releases: 6.1
Resolves: #44603
Change-Id: Iceb69ccb6b5097cf6c8cf9d7ff0d3fe440ac9d8e
Reviewed-on: https://review.typo3... - 23:13 Revision 3dbd7aa7: [FEATURE] Provide UnitTest.xml with code coverage generation
- This patch provides a basic setup for running extbase unit
test through one xml file that also collects code coverage... - 08:25 Revision 2e3ad694: [BUGFIX] array_merge_recursive_overrule: __UNSET for array values
- Using __UNSET on keys that hold array values does not unset them.
However the documentation does not mention this res...
2013-01-16
- 10:16 Revision 6f7b37e7: [TASK] Remove references to oldstyle Login News (TYPO3_CONF_VARS)
- Adding Login News via
$GLOBALS['TYPO3_CONF_VARS']['BE']['loginNews'] is not longer
supported but there are still refe...
2013-01-14
- 20:10 Revision c0defbe7: [BUGFIX] array_merge_recursive_overrule: __UNSET for array values
- Using __UNSET on keys that hold array values does not unset them.
However the documentation does not mention this res... - 19:15 Revision f57b442c: [TASK] Remove references to oldstyle Login News (TYPO3_CONF_VARS)
- Adding Login News via
$GLOBALS['TYPO3_CONF_VARS']['BE']['loginNews'] is not longer
supported but there are still refe...
2013-01-13
- 18:28 Revision 6bd8f71d: [BUGFIX] Fix incomplete mocking in ResourceStorage test
- Due to a not mocked FileRepository object, a warning
is issued which leads to a failed test.
Add a FileRepository mo... - 18:26 Revision 99b65274: [BUGFIX] Fix incomplete mocking in ResourceStorage test
- Due to a not mocked FileRepository object, a warning
is issued which leads to a failed test.
Add a FileRepository mo... - 15:15 Revision d5a9f94f: [TASK] Rename property, getter and setters of File Model
- To be in line with TYPO3 Flow, rename the properties from
non speaking "object" to "originalResource"
This change di... - 15:13 Revision 3825a238: [TASK] Rename property, getter and setters of File Model
- To be in line with TYPO3 Flow, rename the properties from
non speaking "object" to "originalResource"
This change di... - 15:11 Revision f15b4485: [BUGFIX] Persist files that are updated in ResourceStorage
- When renaming or moving folders all files in that
folder needs to be updated. ResourceStorage handles
that, but the c... - 15:07 Revision 8575f7ba: [BUGFIX] Persist files that are updated in ResourceStorage
- When renaming or moving folders all files in that
folder needs to be updated. ResourceStorage handles
that, but the c... - 10:47 Revision 0263c4d4: [BUGFIX] Use array in check for new CE button
- After #44470 the content elements in a column are stored in an array.
Checks for the new content element button, etce... - 10:43 Revision 63f89df8: [BUGFIX] Use array in check for new CE button
- After #44470 the content elements in a column are stored in an array.
Checks for the new content element button, etce...
2013-01-12
- 19:39 Revision e999cebe: [BUGFIX] ExtJS connection timeout when mass publishing
- When doing a mass publish in large installations
it can happen that the ExtJS Ajax request runs into
the 30 Seconds t... - 19:28 Revision f3dcd938: Revert "[BUGFIX] LocalDriver needs to respect "is_writeable""
- This change broke the tests
This reverts commit af01ce40933c79162dfb9984d948363fc6199811
Change-Id: I29c9c5893e4227... - 19:27 Revision ea2feb45: Revert "[BUGFIX] LocalDriver needs to respect "is_writeable""
- This change broke the tests
This reverts commit e9543738e14e235087d303abeb1492cf0c8e5f01
Change-Id: I6638ca1c82482b... - 18:00 Revision 166e86a3: [TASK] Small bugfix in Tx_Extbase_MVC_View_ViewInterface
- Changed expected type of assign-param 'value' from
object to mixed
Change-Id: Ica8e8bd6f7971220da4a3a0fe0c8ca2625603... - 17:59 Revision 6e404601: [TASK] Small bugfix in Tx_Extbase_MVC_View_ViewInterface
- Changed expected type of assign-param 'value' from
object to mixed
Change-Id: Ica8e8bd6f7971220da4a3a0fe0c8ca2625603... - 17:59 Revision d16fcc2b: [TASK] Small bugfix in Tx_Extbase_MVC_View_ViewInterface
- Changed expected type of assign-param 'value' from
object to mixed
Change-Id: Ica8e8bd6f7971220da4a3a0fe0c8ca2625603... - 17:54 Revision a703ab13: [BUGFIX] Remove additional slashes from typolink urls if prefixing
- Typolink generates absolute uris with a leading slash. When prefixing
this with the base uri, we have to make sure, t... - 17:13 Revision b12c82f0: [BUGFIX] Fix typos in stdWrap_crop description
- Fixes: #43919
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: Ib4b447f825122ea069802a7c9139602362430bdc
Reviewed-on: htt... - 17:11 Revision 3074abdb: [BUGFIX] Syslog error icons problem
- Add an array with the possible error messages and shows
the corresponding icon.
Fixes: #43796
Releases: 6.1, 6.0
Cha... - 17:02 Revision 2abebe67: [BUGFIX] Content elements in wrong column in page module
- If working on workspaces, it might happen that content elements
just appear in the wrong column. The reason is, that ... - 16:51 Revision 047b6391: [BUGFIX] Content elements in wrong column in page module
- If working on workspaces, it might happen that content elements
just appear in the wrong column. The reason is, that ... - 16:31 Revision bbfe1b50: [BUGFIX] BE login shows unaesthetic scrollbars
- CSS adjustments for login screen in t3skin
Fixes: #43330
Releases: 6.1, 6.0
Change-Id: Ifeb141ff9963f54e35c26ca41bc... - 16:30 Revision af01ce40: [BUGFIX] LocalDriver needs to respect "is_writeable"
- The LocalDriver needs also to respect the flag "is_writeable".
This means: if the flag is not set, no folder/file can... - 16:29 Revision e9543738: [BUGFIX] LocalDriver needs to respect "is_writeable"
- The LocalDriver needs also to respect the flag "is_writeable".
This means: if the flag is not set, no folder/file can... - 16:25 Revision aa1463e0: [BUGFIX] FAL: update wizard fails if file does not exist
- The FAL update wizard throws an exception during migration if a file is
missing. As we cannot do that much about a mi... - 16:24 Revision 6acbc087: [BUGFIX] FAL: update wizard fails if file does not exist
- The FAL update wizard throws an exception during migration if a file is
missing. As we cannot do that much about a mi... - 16:19 Revision 6ba63947: [BUGFIX] Problem with special character in files and folders
- This patch sanitizes the file name when creating a new file
in the file list.
Folder names already get sanitized.
Ch... - 16:17 Revision be00d479: [BUGFIX] Problem with special character in files and folders
- This patch sanitizes the file name when creating a new file
in the file list.
Folder names already get sanitized.
Ch... - 16:12 Revision 55f6e651: [BUGFIX] DataMapper returns array on RELATION_HAS_ONE
- When your dealing with entities, that not necessarily have
their hasOne nested entities set then the DataMapper retur... - 16:11 Revision 21a67afb: [BUGFIX] File-Upload does not sanitize umlauts in filenames
- This patch sanitizes file names for uploaded files, fixing thumbnail
and deletion issues for files with umlauts.
Cha... - 16:10 Revision 2bc44da9: [BUGFIX] File-Upload does not sanitize umlauts in filenames
- This patch sanitizes file names for uploaded files, fixing thumbnail
and deletion issues for files with umlauts.
Cha... - 16:07 Revision 25e9a63e: [BUGFIX] Add access check in FAL renameFolder()
- Currently no access check is done when trying to rename a folder.
This is marked also as todo in the code.
Change-Id... - 16:07 Revision d88eeb7c: [BUGFIX] Add access check in FAL renameFolder()
- Currently no access check is done when trying to rename a folder.
This is marked also as todo in the code.
Change-Id... - 16:05 Revision 719f9fec: [BUGFIX] Adjust hooks after moving/namespacing
- Change-Id: I4e8de22ee8b04bcee8dabbc3bce1203f68146f51
Fixes: #43676
Releases: 6.0, 6.1
Reviewed-on: https://review.typ... - 16:04 Revision b0f9a2c0: [BUGFIX] Adjust hooks after moving/namespacing
- Change-Id: I4e8de22ee8b04bcee8dabbc3bce1203f68146f51
Fixes: #43676
Releases: 6.0, 6.1
Reviewed-on: https://review.typ... - 15:57 Revision ef9f13e8: [BUGFIX] Fix array_merge when creating FAL access rights
- The arguments of array_merge need to be changed, otherwise
the default settings always win.
Change-Id: Ic430e5fdc2f8... - 15:56 Revision 37bc611b: [BUGFIX] Fix array_merge when creating FAL access rights
- The arguments of array_merge need to be changed, otherwise
the default settings always win.
Change-Id: Ic430e5fdc2f8... - 14:13 Revision 306b134c: [BUGFIX] Apc Cache backend has side effects
- If two caches use the APC cache backend,
one cache can write and get entries from the
other by just using the same k... - 14:12 Revision db6aad0c: [BUGFIX] Apc Cache backend has side effects
- If two caches use the APC cache backend,
one cache can write and get entries from the
other by just using the same k... - 14:04 Revision dc34f51a: [BUGFIX] Avoid clearing the page cache too often
- Instead of clearing the page cache on every
create, update and delete action, implement
a page id stack which will be... - 14:03 Revision 90e0b93e: [BUGFIX] Suppress debug output of debugger in unit tests
- Currently the debug output will be rendered which
leads to printed css if testing unit tests on the
command line.
Re... - 12:28 Revision 025887db: [BUGFIX] Fix rootline translation
- The fix in #42029 introduced a regression
as TSFE->tmpl->rootLine holds a reversed
rootline array, while in TSFE->roo... - 12:11 Revision 51f41665: [BUGFIX] Fix rootline translation
- The fix in #42029 introduced a regression
as TSFE->tmpl->rootLine holds a reversed
rootline array, while in TSFE->roo...
2013-01-11
- 23:30 Revision 86c97eeb: [BUGFIX] Apc Cache backend has side effects
- If two caches use the APC cache backend,
one cache can write and get entries from the
other by just using the same k... - 23:05 Revision ff815944: [BUGFIX] Apc Cache backend has side effects
- If two caches use the APC cache backend,
one cache can write and get entries from the
other by just using the same k... - 22:53 Revision b09bc75e: [BUGFIX] Apc Cache backend has side effects
- If two caches use the APC cache backend,
one cache can write and get entries from the
other by just using the same k...
2013-01-09
- 17:15 Revision 32731fc1: [BUGFIX] Force command controller task arguments saved as array
- Executing command controller scheduler tasks without
action arguments fails because the arguments aren't saved as
arr...
2013-01-08
- 23:10 Revision cc8cc2a8: [FEATURE] Add userGroups to backendUser model
- This patch adds the new BackendUserGroup model as property to the new
BackendUser model. The patch adds the usual met... - 20:18 Revision 47bb3b7e: [FEATURE] Add filemount property to backend users
- This patch set adds the new extbase filemount model as property to the
backend user model.
Change-Id: I8ed292fa4c387...
2013-01-07
- 21:50 Revision 22778725: [BUGFIX] Remove declare(encoding=)
- AbstractWidgetViewHelper can throw warnings about invalid
declare statements if zend.multibyte is off. Those lines
we... - 21:46 Revision f93969d3: [BUGFIX] Remove newline after ?> in AbstractController
- The last commit added a newline again. This patch
removes it again.
Releases: 6.1
Fixes: #44366
Change-Id: I4bd33dc7... - 09:34 Revision cc52d676: [BUGFIX] Avoid clearing the page cache too often
- Instead of clearing the page cache on every
create, update and delete action, implement
a page id stack which will be...
2013-01-06
- 22:45 Revision c3770582: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 19:14 Revision 8f826f59: [BUGFIX] Fix shown references of files
- Currently the references of files are only fetched from
the sys_file_reference table. This does not take all direct
r... - 19:13 Revision 7ac01fe7: [BUGFIX] Fix shown references of files
- Currently the references of files are only fetched from
the sys_file_reference table. This does not take all direct
r... - 16:49 Revision 210f7f7f: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
- Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being... - 16:49 Revision 71d962df: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
- Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being... - 16:27 Revision 42ca35cd: [BUGFIX] Correct indention of class comment
- Fixes: #44343
Releases: 6.1
Change-Id: I4acc9b50d7534f16ba7dca8bbdb34de1db3beac0
Reviewed-on: https://review.typo3.or... - 11:41 Revision de3e8e64: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 11:40 Revision 38c5ca28: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 11:14 Revision 499db36b: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 11:07 Revision 7c278357: [BUGFIX] Suppress debug output of debugger in unit tests
- Currently the debug output will be rendered which
leads to printed css if testing unit tests on the
command line.
Re... - 11:04 Revision ddaefb98: [BUGFIX] Fix failing tests in ActionControllerTest
- Introduction of signals into ActionController caused
some Unit Tests to fail. This patch injects the missing
SignalSl... - 10:49 Revision a9a96994: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 10:28 Revision 049bf490: Revert "[FEATURE] Introduce beforeCallActionMethod signal"
- This reverts commit f0614b4c7f7dc566889ea3de7d400f81ebb82740
Change-Id: Ic8908fb9cd959639f4f41ce5c35330ecfd521b6b
Re...
2013-01-05
- 21:46 Revision 6966a064: [FEATURE] Introduce beforeCallActionMethod signal
- This patch introduces a signal for hooking in
right before calling the action method of the
controller. The slots are... - 21:08 Revision a234e89f: [BUGFIX] Prevent sql errors with missing ColumnMap
- If the TCA configuration for an object is missing
no ColumnMap can be generated which leads to sql
errors in method a... - 20:44 Revision 55fce0cb: [FEATURE] Introduce beforeCallActionMethod signal
- This patch introduces a signal for hooking in
right before calling the action method of the
controller. The slots are... - 20:40 Revision 7b1a1b05: [BUGFIX] Prevent sql errors with missing ColumnMap
- If the TCA configuration for an object is missing
no ColumnMap can be generated which leads to sql
errors in method a... - 20:25 Revision da29f0cf: [BUGFIX] Include file tables in access list
- The BackendUtility::getExcludeFields method does not respect the
"ignoreRootLevelRestriction" configuration for these... - 20:24 Revision fa2cb038: [BUGFIX] Include file tables in access list
- The BackendUtility::getExcludeFields method does not respect the
"ignoreRootLevelRestriction" configuration for these... - 20:21 Revision f065089e: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
- Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being... - 17:30 Revision 6f9feafa: [BUGFIX] Make AlphanumericValidator work with umlauts
- Changes the regular expression used to validate the
string into a unicode-aware character-class and adds
a tests for ... - 15:27 Revision 051303f8: [BUGFIX] Make AlphanumericValidator work with umlauts
- Changes the regular expression used to validate the
string into a unicode-aware character-class and adds
a tests for ... - 15:03 Revision c94f2c8f: [BUGFIX] Use interface in PersistenceManager::injectQueryFactory
- Currently PersistenceManager::injectQueryFactory
expects a concrete implementation of QueryFactory
instead of an desc... - 14:36 Revision d040ebb3: [BUGFIX] Use interface in Mapper::injectQueryFactory
- Currently Mapper::injectQueryFactory expects a
concrete implementation of QueryFactory instead
of an descendant of Qu...
2013-01-04
- 13:18 Revision 7003f86c: [BUGFIX] Change localconf.php to LocalConfiguration.php
- Change localconf.php to LocalConfiguration.php in the text
How to configure TYPO3 from InstallTool
Resolves: #43425
... - 13:16 Revision 160712cd: [BUGFIX] Change localconf.php to LocalConfiguration.php
- Change localconf.php to LocalConfiguration.php in the text
How to configure TYPO3 from InstallTool
Resolves: #43425
... - 10:05 Revision 44f7fdd3: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:05 Revision 26fdc3f9: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:04 Revision 8c821aa9: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:04 Revision f515d667: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:04 Revision 3847227e: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:04 Revision 67688808: [TASK] Raise submodule pointer
- Change-Id: Ic9f4fbbdbb2c3c47655969500efa707a448cbde7
Reviewed-on: https://review.typo3.org/17361
Reviewed-by: TYPO3 R... - 10:03 Revision 7edf97ec: [TASK] Raise submodule pointer
- Change-Id: Ie0d25c2831a4743662fd0f244510c781c1bd8ec2
Reviewed-on: https://review.typo3.org/17360
Reviewed-by: TYPO3 R... - 10:01 Revision abd5389c: [TASK] Raise submodule pointer
- Change-Id: I35d3978e53039abc50087f277872bef0e9a6eb1a
Reviewed-on: https://review.typo3.org/17359
Reviewed-by: TYPO3 R... - 10:00 Revision 66484477: [TASK] Raise submodule pointer
- Change-Id: Ibc049697a6f6010b10c26f48ed9dcd3412777187
Reviewed-on: https://review.typo3.org/17357
Reviewed-by: TYPO3 R... - 09:59 Revision ea7de490: [TASK] Raise submodule pointer
- Change-Id: I39bd80acbe7519e191435699ac7d400c4eb0fe78
Reviewed-on: https://review.typo3.org/17355
Reviewed-by: TYPO3 R... - 09:34 Revision c912a496: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:34 Revision 1ea3a674: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:34 Revision 50f25b5a: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:34 Revision 0bc0ab85: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:34 Revision a2716f01: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:22 Revision 3189fc0a: [BUGFIX] History service does not show details anymore
- The history service in the workspace module does not contain
any details for modified records.
There are two things ... - 09:22 Revision db85e3b0: [BUGFIX] History service does not show details anymore
- The history service in the workspace module does not contain
any details for modified records.
There are two things ... - 09:20 Revision e105fc7a: [BUGFIX] Usage of caching framework broken
- After publishing contents using the workspace module, caches get
flushed. However, this uses a hard-coded string fron... - 09:16 Revision a9f014b0: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ... - 09:12 Revision 334732e9: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ... - 09:12 Revision d8abc9af: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ... - 09:11 Revision a1187166: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ... - 09:00 Revision 1f91a3d3: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ...
2013-01-02
- 20:21 Revision 94fb5a78: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt... - 20:21 Revision 84b978fb: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt... - 20:21 Revision aa893a0e: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt... - 20:20 Revision fc7d04aa: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt... - 20:13 Revision d8d7a18d: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt...
2013-01-01
- 12:32 Revision 04fca2a6: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 12:31 Revision 1d523bd0: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 12:30 Revision 728ad7c8: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 12:29 Revision 86dd8599: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 12:06 Revision 45ac541b: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 00:20 Revision 31a768ef: [BUGFIX] Syslog error icons problem
- Add an array with the possible error messages and shows
the corresponding icon.
Fixes: #43796
Releases: 6.1, 6.0
Cha...
2012-12-31
- 17:50 Revision 312915e5: [BUGFIX] BE login shows unaesthetic scrollbars
- CSS adjustments for login screen in t3skin
Fixes: #43330
Releases: 6.1, 6.0
Change-Id: Ifeb141ff9963f54e35c26ca41bc...
2012-12-27
- 20:14 Revision a731d1bf: [BUGFIX] Fix erroneous replacement of language label
- The refactoring script replaced "tx_rtehtmlarea_acronym" with
"TYPO3\\CMS\\Rtehtmlarea\\Extension\\Acronym" which is ... - 20:12 Revision b05dcadc: [BUGFIX] Fix erroneous replacement of language label
- The refactoring script replaced "tx_rtehtmlarea_acronym" with
"TYPO3\\CMS\\Rtehtmlarea\\Extension\\Acronym" which is ...
Also available in: Atom