Activity
From 2013-08-01 to 2013-08-30
2013-08-30
- 15:42 Revision 0547211b: [BUGIFX] Missing argument in EM List view VH
- Due to a careless backport, the EM List view now calls on the
\TYPO3\CMS\Fluid\ViewHelpers\Be\Buttons\IconViewHelper ... - 15:40 Revision 746d1336: [BUGIFX] Missing argument in EM List view VH
- Due to a careless backport, the EM List view now calls on the
\TYPO3\CMS\Fluid\ViewHelpers\Be\Buttons\IconViewHelper ... - 14:30 Revision dc045430: [BUGFIX] Incomplete mocking in ext:frontend getImgResourceHook test
- A global variable is reset to not call a sub section of the method
under test that may trigger errors.
Change-Id: If... - 11:24 Revision 792f84ca: [BUGFIX] Install Tool: Warning: touch() Utime failed: Permission denied
- Despite getting rid of this warning, extending the lifetime of this file
gets more robust by a second method, which i...
2013-08-29
- 23:28 Revision 2b860704: [BUGFIX] Only log file/directory actions which were done
- Some file/directory actions were logged as they were
successfully performed, even when they failed.
Resolves: #51328... - 23:19 Revision e084d3e8: [BUGFIX] Only log file/directory actions which were done
- Some file/directory actions were logged as they were
successfully performed, even when they failed.
Resolves: #51328... - 22:04 Revision dc01b695: [BUGFIX] Sprite manager cache improvement
- The sprite manager cache entry is created and then required
directly again. This may lead to runtime issues if the fi... - 22:04 Revision 727abe7c: [BUGFIX] Sprite manager cache improvement
- The sprite manager cache entry is created and then required
directly again. This may lead to runtime issues if the fi... - 21:58 Revision 3495f7a4: [BUGFIX] Sprite manager cache improvement
- The sprite manager cache entry is created and then required
directly again. This may lead to runtime issues if the fi... - 21:30 Revision 4f06c86f: [FEATURE] Add distribution management to extension manager
- To install distribution like the introduction or government
package, the extension manager needs a distribution manag... - 21:04 Revision 0e33de2b: [TASK] Make use of "use"-statement for BackendUtility
- Change-Id: I5d631cf408758e89c69b129bb414d1ee14289bdd
Resolves: #51158
Releases: 6.2
Reviewed-on: https://review.typo3... - 20:44 Revision 7fb894c5: [BUGFIX] header element is rendered in lib.stdheader in all HTML5 cases
- According to the HTML5 specs the header element should be used for
grouping elements. Currently the header element is... - 18:24 Revision d5c71dd4: [TASK] Skip tests that rely on internet connection
- Some tests in GeneralUtilityTest rely on a working internet
connection and fail if offline. Skip those tests if no ne... - 17:19 Revision 01acc600: [BUGFIX] TCA 'group' selectedListStyle with 'width' breaking layout
- The problem came from a row of icons which was always rendered below
the select list with a hardcoded width of "250px... - 17:19 Revision 084c838c: [BUGFIX] TCA 'group' selectedListStyle with 'width' breaking layout
- The problem came from a row of icons which was always rendered below
the select list with a hardcoded width of "250px... - 17:18 Revision 44781473: [BUGFIX] TCA 'group' selectedListStyle with 'width' breaking layout
- The problem came from a row of icons which was always rendered below
the select list with a hardcoded width of "250px... - 15:49 Revision 2727a6ab: [BUGFIX] Database integrity check fatal error
- If a file or directory below uploads/ is not readable by the
executing user, the integrity check system in db check m... - 15:49 Revision 14c95734: [BUGFIX] Database integrity check fatal error
- If a file or directory below uploads/ is not readable by the
executing user, the integrity check system in db check m... - 15:48 Revision 81d22419: [BUGFIX] Database integrity check fatal error
- If a file or directory below uploads/ is not readable by the
executing user, the integrity check system in db check m... - 15:40 Revision 4425fc36: [BUGFIX] Add missing categories menu utility
- When the feature introducing categories-based page menu was
introduced, a utility class was eventually forgotten. Thi... - 15:28 Revision 14915cec: [CLEANUP] Adjust usage of ContentObjectRenderer->getTreeList()
- In ContentObjectRenderer->getQuery() the pid where clause is build
using getTreeList() to fetch recursive pids. But f... - 14:45 Revision 593e919c: [FEATURE] Keep "new content element" icon visible if the column is empty
- Resolves: #51480
Releases: 6.2
Change-Id: Ieaff9ddaf43e339979ecb5fff48678d28b9b0e61
Reviewed-on: https://review.typo3... - 14:28 Revision 440ca587: [BUGFIX] Cast autoload and classAliasMap to Array
- If you create an empty ext_autoload.php or an empty classAliasMap.php
file or fail to return an array, NULL is merged... - 14:28 Revision 1a04377e: [BUGFIX] Cast autoload and classAliasMap to Array
- If you create an empty ext_autoload.php or an empty classAliasMap.php
file or fail to return an array, NULL is merged... - 14:26 Revision d59182e9: [BUGFIX] Duplicate TCA in sys_category
- In table sys_category the TCA for field "t3ver_label" appears twice,
the first time with the expected definition, the... - 14:26 Revision 8cc7f455: [BUGFIX] Cast autoload and classAliasMap to Array
- If you create an empty ext_autoload.php or an empty classAliasMap.php
file or fail to return an array, NULL is merged... - 14:24 Revision f1ab4995: [BUGFIX] Add missing API method FileInterface::getNameWithoutExtension
- This method was supposed to be in the interface, but due to a syntax
error in the closing comment tag, it was not (an... - 14:23 Revision 182e5cdd: [BUGFIX] Add missing API method FileInterface::getNameWithoutExtension
- This method was supposed to be in the interface, but due to a syntax
error in the closing comment tag, it was not (an... - 14:23 Revision b0bbacfc: [BUGFIX] Add missing API method FileInterface::getNameWithoutExtension
- This method was supposed to be in the interface, but due to a syntax
error in the closing comment tag, it was not (an... - 14:16 Revision b5592ec8: [FEATURE] Capture PHP errors in install tool
- Some parts of the install tool can throw fatal PHP errors if
broken extensions are loaded. Currently the database ana... - 14:01 Revision 24b143a7: [FEATURE] Enable automatic file import for extensions
- As preparation for the new distribution (introduction package ...)
handling extensions should be able to provide init... - 09:07 Revision 20a919d2: [FEATURE] Add categories-based menu
- Now that system categories are activated by default for pages,
provide a simple way of display categorized pages with...
2013-08-28
- 21:58 Revision c4116e63: [BUGFIX] Exclude empty passwords from password hashing check
- The test for insecure passwords handles empty passwords as insecure and
recommends to use the saltedpasswords schedul... - 21:58 Revision 12685edf: [BUGFIX] Exclude empty passwords from password hashing check
- The test for insecure passwords handles empty passwords as insecure and
recommends to use the saltedpasswords schedul... - 21:57 Revision 2c8a9995: [BUGFIX] Exclude empty passwords from password hashing check
- The test for insecure passwords handles empty passwords as insecure and
recommends to use the saltedpasswords schedul... - 21:56 Revision e21e5ff1: [BUGFIX] Exclude empty passwords from password hashing check
- The test for insecure passwords handles empty passwords as insecure and
recommends to use the saltedpasswords schedul... - 20:03 Revision b137c39f: [TASK] Cleanup BackendUtitlity::displayWarningMessages
- As the report tool checks system environment with the use of the hook
witin that function, we can deprecate the funct... - 19:39 Revision ef0e02a6: [BUGFIX] Exclude empty passwords from password hashing check
- The test for insecure passwords handles empty passwords as insecure and
recommends to use the saltedpasswords schedul... - 19:22 Revision 29233791: [TASK] Re-enable disabled saltedpasswords task if not finished
- If you start a disabled saltedpasswords task it begins to look over all
users again. If it didn't process all users t... - 19:02 Revision 7a3f1d9c: [TASK] dbal: Remove obsolete CSS HTML template
- The HTML template was used in the old install tool, is
unused now and can be removed.
Change-Id: I046c772acd2a9db166... - 16:31 Revision 1ac558ed: [FEATURE] Enable automatic t3d import for extensions
- As preparation for the new distribution (introduction package ...)
handling extensions should be able to provide init... - 15:55 Revision 1c0c472e: [FEATURE] Allow signalSlots to modify arguments
- To allow signalSlots to modify the given arguments,
even if not an object (which could be modified by
reference anywa... - 14:24 Revision c6d17b27: [TASK] sys_file/sys_file_reference override strategy
- Until now, the sys_file_reference records use the regular "null value"
checkbox to switch between the value from sys_... - 13:08 Revision 55b8107f: [FEATURE] Introduce handling of missing files
- To keep track of missing files we introduce a missing
flag is sys_files.
When indexer detects file is missing the fla... - 12:49 Revision 50701a03: [TASK] Functional tests: error if DB permissions are missing
- The functional test framework needs create and drop
table database permissions.
Added a check that outputs an error ... - 12:14 Revision 0013cb34: [TASK] Cleanup saltedpasswords extension configuration
- Remove the note "Install tool has hardcoded md5 hashing,
enabling this setting will prevent use of a install-tool-cre... - 10:44 Revision d1199a88: [FEATURE] Use salted Install Tool password
- To enhanced the security this patch changes the Install Tool password
from md5 hash to a salted hashed password. Ther...
2013-08-27
- 23:43 Revision 544d446b: [BUGFIX] utf8/multibyte character breaks menu filelist
- Resolves: #51190
Releases: 6.2, 6.1
Change-Id: I105e23b12659495b4058edbc8091eee4374d58b9
Reviewed-on: https://review.... - 23:01 Revision 8f0052e6: [BUGFIX] Only log file/directory actions which were done
- Some file/directory actions were logged as they were
successfully performed, even when they failed.
Resolves: #51328... - 22:56 Revision 635fcf20: [FEATURE] Create BE-user in installation wizard with a salted password
- In the installation wizard (123 steps) the admin user is created with a
md5 hashed password. For security reason this... - 22:49 Revision cf6e064b: [TASK] Display count of failed error checks in install tool menu
- With displaying the count of failed error checks in the navigation menu
(like the count of unread messages in an emai... - 22:27 Revision ef335ab2: [TASK] ext:saltedpasswords: Remove isUsageEnabled for backend
- Remove all calls on SaltedPasswordsUtility::isUsageEnabled('BE')
as backend is enabled by default. Besides remove all... - 20:49 Revision c1b09d65: [BUGFIX] utf8/multibyte character breaks menu filelist
- Resolves: #51190
Releases: 6.2, 6.1
Change-Id: I105e23b12659495b4058edbc8091eee4374d58b9
Reviewed-on: https://review.... - 20:35 Revision aedccd3e: [BUGFIX] Fix incorrect call to substr_count
- The call to substr_count was incorrect.
Change-Id: I9f452d22f03a99fbf0b862021b100dcf6d53d792
Resolves: #51409
Releas... - 20:33 Revision 266e98a5: [TASK] Make the extension titles link to the configuration
- In the extension manager make the extension titles link to the
configuration again. This will provide an additional c... - 20:33 Revision 05fccd00: [TASK] Make the extension titles link to the configuration
- In the extension manager make the extension titles link to the
configuration again. This will provide an additional c... - 20:21 Revision 38cb243c: [TASK] Update SwiftMailer to 5.0.1
- Feature wise equal to 4.3.1, but now with MIT license.
Resolves: #51406
Releases: 6.2
Change-Id: Ie0cd306b544c2f568... - 20:02 Revision 6cecd88e: [TASK] Remove misleading icon from buttons in install tool
- Nearly all buttons in the install tool currently show a green checkmark
icon. This is misleading, as in most cases no... - 19:41 Revision 5c98d7a2: [TASK] Make the extension titles link to the configuration
- In the extension manager make the extension titles link to the
configuration again. This will provide an additional c... - 19:31 Revision b7b2add0: [TASK] Move default salt methods to factory function
- To use saltedpasswords in the install tool it is necessary to move the
default salt methods registration from ext_loc... - 19:25 Revision eae03188: [BUGFIX] Install Tool: Correct Browser-Title if locked
- If the Install Tool is locked, the login-screen states whether the
cause to this is if the ENABLE_INSTALL_TOOL file d... - 19:24 Revision 2334a125: [BUGFIX] Next/last button not linked on last page
- The button icon viewhelper now supports an empty uri parameter. The
link on the next / last button of the backend pag... - 19:15 Revision a5362c3d: [TASK] Cleanup FactoryConfiguration for saltedpasswords
- This patch rewrites the configuration of ext:saltedpasswords into
a readable array which gets serialized afterwards. ... - 19:11 Revision 09375317: [FEATURE] Install Tool: Check for broken ext indicates loading
- "Check for broken extensions" in important actions of the install
tool checks for broken extenions over an Ajax-Reque... - 17:52 Revision 95662d9e: [TASK] Refactor misleading method name
- Purpose of the initialize() method in the AbstractAction class is the
initialization of a handle. It is not intended ... - 17:12 Revision 45cbe771: [FEATURE] Install tool database port detection
- The patch adds better auto detection of port settings to
install tool step action "database connect". If everything
w... - 15:09 Revision c72bca79: [TASK] Shorten database names in functional tests
- The functional tests frameworks create a new database per test.
The database name is generated by the original databa... - 14:56 Revision 7429a702: [TASK] Fix functional tests in WorkspaceServiceTest
- Refactor WorkspaceServiceTest to reflect recent changes
in functional testing.
Enable test so they will be run in Tra... - 14:11 Revision a1c35e19: [TASK] Remove workaround for PHP bug in validEmail()
- In GeneralUtility::validEmail() there's still a workaround for
a PHP crash (bug 52929).
This was fixed with PHP 5.3.4... - 14:04 Revision 774a1e04: [BUGFIX] Hide translations in categories selector
- The \TYPO3\CMS\Core\Category\CategoryRegistry::addTcaColumn() method
provides an API for adding a system categories s... - 14:02 Revision 67d06d35: [FEATURE] ext:saltedpasswords is required and enabled in backend
- This patch adds saltedpasswords as a required system extension,
forcing salted hashes to be enabled for backend authe... - 13:52 Revision d7785989: [BUGFIX] Hide translations in categories selector
- The \TYPO3\CMS\Core\Category\CategoryRegistry::addTcaColumn() method
provides an API for adding a system categories s... - 13:19 Revision 756c34fc: [BUGFIX] Hide translations in categories selector
- The \TYPO3\CMS\Core\Category\CategoryRegistry::addTcaColumn() method
provides an API for adding a system categories s... - 13:17 Revision eb217f47: [BUGFIX] Install tool: Check for broken ext uninstalls correct ext
- "Check for broken extensions" in important actions of the install
tool renders uninstall buttons for every broken ext... - 11:08 Revision af3fefb6: [BUGFIX] Tests in Localization\Parser\LocallangXmlParserTest fail
- If the system is already translated into French two tests in
Localization\Parser\LocallangXmlParserTest fail. This is... - 11:08 Revision ed32255d: [BUGFIX] Tests in Localization\Parser\LocallangXmlParserTest fail
- If the system is already translated into French two tests in
Localization\Parser\LocallangXmlParserTest fail. This is... - 11:07 Revision 69f458f9: [BUGFIX] Tests in Localization\Parser\LocallangXmlParserTest fail
- If the system is already translated into French two tests in
Localization\Parser\LocallangXmlParserTest fail. This is... - 11:03 Revision 4b98bb59: [BUGFIX] Escape title tag of image links
- This patch adds a missing call to htmlspecialchars() when
the title tag of image links is initialized.
Resolves: #50... - 11:03 Revision c20f9c03: [BUGFIX] Escape title tag of image links
- This patch adds a missing call to htmlspecialchars() when
the title tag of image links is initialized.
Resolves: #50... - 11:02 Revision f7e4a7e9: [BUGFIX] Escape title tag of image links
- This patch adds a missing call to htmlspecialchars() when
the title tag of image links is initialized.
Resolves: #50... - 11:02 Revision 47013549: [BUGFIX] Escape title tag of image links
- This patch adds a missing call to htmlspecialchars() when
the title tag of image links is initialized.
Resolves: #50... - 10:57 Revision da770e38: [BUGFIX] Escape title tag of image links
- This patch adds a missing call to htmlspecialchars() when
the title tag of image links is initialized.
Resolves: #50... - 01:04 Revision 19d33834: [BUGFIX] Page tree filtering broken in IE7 & IE8
- The page tree doesn't show the result when using the filter
in the page tree in IE7 & IE8. ExtJS somehow breaks silen... - 00:59 Revision 7936270e: [BUGFIX] Page tree filtering broken in IE7 & IE8
- The page tree doesn't show the result when using the filter
in the page tree in IE7 & IE8. ExtJS somehow breaks silen... - 00:49 Revision 7bd10093: [BUGFIX] Page tree filtering broken in IE7 & IE8
- The page tree doesn't show the result when using the filter
in the page tree in IE7 & IE8. ExtJS somehow breaks silen... - 00:32 Revision 01d1f321: [BUGFIX] Page tree filtering broken in IE7 & IE8
- The page tree doesn't show the result when using the filter
in the page tree in IE7 & IE8. ExtJS somehow breaks silen... - 00:24 Revision cf1b2b9f: [BUGFIX] Page tree filtering broken in IE7 & IE8
- The page tree doesn't show the result when using the filter
in the page tree in IE7 & IE8. ExtJS somehow breaks silen...
2013-08-26
- 22:05 Revision c39739f0: [FEATURE] Install tool database select during upgrading
- - Detect if SYS/isInitialInstallationInProgress is set
- If set: Show form for creating or selecting empty db
- If no... - 22:04 Revision a713d597: [TASK] Align inputs and adjust label-width
- Labels should display as a block so inputs are aligned.
Label-width needs to be adjusted as well then.
Change-Id: I4... - 21:34 Revision 82b92ca4: [TASK] Install tool test action fatals if image not exists
- The install tool test section creates test images. If permissions
on the target folder are not set up correctly, the ... - 17:59 Revision a3c653d8: [BUGFIX] utf8/multibyte character breaks menu filelist
- Resolves: #51190
Releases: 6.2, 6.1
Change-Id: I105e23b12659495b4058edbc8091eee4374d58b9 - 15:42 Revision 89e45c26: [FEATURE] Add public API to get ApplicationContext
- Application Context is initialized in Bootstrap. We need a
public API to get the current context without using the bo... - 00:58 Revision 1799ce59: [BUGFIX] Fix broken path to fonts in t3skin
- Follow-up: #51134
Releases: 6.2
Change-Id: I80c2f2bab106cf78a93e371e613c8049510f7bfd
Reviewed-on: https://review.typo...
2013-08-25
- 21:26 Revision a7351011: [BUGFIX] Ignore permission checks for processed files
- It must be possible that processed files are generated
even if the user has read only permissions on a storage.
Addi... - 21:25 Revision 65f6aa06: [BUGFIX] Ignore permission checks for processed files
- It must be possible that processed files are generated
even if the user has read only permissions on a storage.
Addi...
2013-08-24
- 14:23 Revision 8af3edad: [FEATURE] Render icon with button view helper
- Fluid is currently lacking a view helper to render a skinned icon.
By making the button icon view helper accept an em...
2013-08-22
- 21:32 Revision 163c2316: [BUGFIX] Fix failing test
- The test using this file was not adjusted and thus failing.
The test was adjusted and another one added, looking aft... - 21:00 Revision eb148126: [TASK] Merge pagegen.php to index_ts.php
- pagegen.php contains rendering code and is called twice
in index_ts.php. The patch merged the content of this
file to... - 20:16 Revision 8fe0590f: [TASK] Move TCA and ext_tables.sql from ext:cms to ext:frontend
- EXT:frontend is the successor of ext:cms. This started with the
namespace change so all class files are already locat... - 12:37 Revision df2e8393: [BUGFIX] Wrong namespace in DataHandler test
- Change-Id: Ice648bc6d9d0668c7f0a42ae57fab556da7dcaaa
Resolves: #51253
Releases: 6.2
Reviewed-on: https://review.typo3... - 12:19 Revision 9a44dec2: Revert "[BUGFIX] Check for incompatible SQL modes"
- The sysenv-check is not the proper place for a check that needs a working db-connection. But we'll find a different p...
- 12:19 Revision b048d701: Revert "[BUGFIX] Check for incompatible SQL modes"
- The sysenv-check is not the proper place for a check that needs a working db-connection. But we'll find a different p...
- 11:55 Revision e3659b1e: [BUGFIX] Missing "Interface" in Backend-Annotation
- ObjectMapper does not work for Backend-Mappings
because of missing "Interface" in Backend-Annotation
Resolves: #5124... - 11:52 Revision 5738788b: [BUGFIX] Missing "Interface" in Backend-Annotation
- ObjectMapper does not work for Backend-Mappings
because of missing "Interface" in Backend-Annotation
Resolves: #5124... - 11:40 Revision e727d5ff: [BUGFIX] Check for incompatible SQL modes
- If the SQL mode "STRICT_ALL_TABLES" is enabled you
will not be able to save most records. (Enable it in
your my.cnf a... - 11:24 Revision bad3f24c: [BUGFIX] Check for incompatible SQL modes
- If the SQL mode "STRICT_ALL_TABLES" is enabled you
will not be able to save most records. (Enable it in
your my.cnf a... - 10:39 Revision d3a1baba: [BUGFIX] Storage is offline but is still used
- Check before generating a publicUrl if storage is online.
Resolves: #49842
Releases: 6.2, 6.1, 6.0
Change-Id: I766e3...
2013-08-21
- 13:29 Revision 76b166b7: [BUGFIX] Ignore permission checks for processed files
- It must be possible that processed files are generated
even if the user has read only permissions on a storage.
Addi...
2013-08-20
- 23:55 Revision 74eb0c9c: [-FEATURE] CMS Override
- 23:23 Revision 910d820a: [BUGFIX] No version overlay should be done for sys_language
- The tables sys_language and static_languages do not support
versioning. Therefore, when doing a version preview, no
v... - 23:23 Revision eaad8a38: [BUGFIX] No version overlay should be done for sys_language
- The tables sys_language and static_languages do not support
versioning. Therefore, when doing a version preview, no
v... - 23:01 Revision f0a436f2: [BUGFIX] No version overlay should be done for sys_language
- The tables sys_language and static_languages do not support
versioning. Therefore, when doing a version preview, no
v... - 22:37 Revision 91c09f19: [BUGFIX] Files with unclean path indexed multiple times
- When adding a file or requesting a file by an identifier
cleanup any . and .. in the path before handing off
to the d... - 22:37 Revision 19a811de: [BUGFIX] Files with unclean path indexed multiple times
- When adding a file or requesting a file by an identifier
cleanup any . and .. in the path before handing off
to the d... - 21:56 Revision 04dae870: [BUGFIX] Files with unclean path indexed multiple times
- When adding a file or requesting a file by an identifier
cleanup any . and .. in the path before handing off
to the d... - 20:10 Revision cf47f598: [BUGFIX] FlashMessageQueue PHP strict warning
- FlashMessageQueue exends \SplQueue and overwrites enqueue($value).
In \SplQueue enqueue() has no type hint on $value,... - 19:59 Revision 4044e9e3: [BUGFIX] FlashMessageQueue PHP strict warning
- FlashMessageQueue exends \SplQueue and overwrites enqueue($value).
In \SplQueue enqueue() has no type hint on $value,... - 19:27 Revision ae16fbab: [TASK] Adapt skinning extension stylesheet paths
- In order to clean up EXT: t3skin the standard paths should
be adapted to follow extbase/fluid conventions.
Change-Id... - 09:11 Revision 4571ca9c: [BUGFIX] TCA: subtypes_addlist not processed
- TCA: subtypes_addlist is not processed
if the subtype_value_field is in a palette
Change-Id: I6bcaaf36c330962c1d7d9f... - 08:57 Revision 3693037c: [BUGFIX] Handle file_references properly in t3lib_befunc::thumbCode
- Group fields with internal_type "file_reference" reference the files
directly. The filepaths don't need any additiona...
2013-08-19
- 01:29 Revision bfb23287: [TASK] Implement getDatabase to FunctionalTestCase
- Fiddling with database records is a common use case in
functional tests. The patch implements a getDatabase()
method ... - 01:10 Revision a60872da: [TASK] Improve documentation in FunctionalTestCase
- Change-Id: Ice1e7760d9d1644411bc95ee2dd15e0885277e82
Releases: 6.2
Resolves: #51165
Reviewed-on: https://review.typo3...
2013-08-18
- 23:47 Revision ab6a171b: [FEATURE] Responsive website preview
- Bring responsive adaption for preview frame in EXT: viewpage
based on common device widths.
Change-Id: I8e1df6243436... - 15:32 Revision 7d846a0b: [TASK] FunctionalTestCase refactoring
- * Make properties in utility class non static, store private instance
* Improve documentation
* Better exception code... - 15:02 Revision b4100089: [CLEANUP] Remove deprecated repository constructor
- Resolves: #51142
Releases: 6.2
Change-Id: I4d7e49d564df0f59c75802a6526ca0ede1f3477c
Reviewed-on: https://review.typo3... - 14:23 Revision e40dce3e: [TASK] FilesContentObject::stdWrapValue(): only execute stdWrap once
- Change-Id: I4bad84460e1d1b16e05498e382644cd5946c3be8
Resolves: #50614
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re... - 14:22 Revision fb7b6867: [TASK] FilesContentObject::stdWrapValue(): only execute stdWrap once
- Change-Id: I4bad84460e1d1b16e05498e382644cd5946c3be8
Resolves: #50614
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re... - 14:21 Revision a6522a0c: [TASK] FilesContentObject::stdWrapValue(): only execute stdWrap once
- Change-Id: I4bad84460e1d1b16e05498e382644cd5946c3be8
Resolves: #50614
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re... - 14:21 Revision 6b4b9e0e: [TASK] Use real boolean value for sL second param
- Make use of boolean value TRUE as second parameter in sL function.
Change-Id: I6d77affc4f3ff260f617ca67c773fc4ca2e48... - 14:20 Revision d3684977: [BUGFIX] Language-module icons need to display in correct size
- Since inline:display-block was missing on those icons, those
icons didn't display in their intended size although the... - 14:18 Revision 4abd2779: [BUGFIX] Language-module icons need to display in correct size
- Since inline:display-block was missing on those icons, those
icons didn't display in their intended size although the... - 14:17 Revision 7c40f6c4: [BUGFIX] Language-module icons need to display in correct size
- Since inline:display-block was missing on those icons, those
icons didn't display in their intended size although the... - 12:37 Revision 44bb4cd8: Revert "[CLEANUP] remove deprecated repository constructor"
- This breaks a lot of tests as is. Will be reintroduced
together with the neccessary refactorings.
This reverts commi... - 12:29 Revision cd3b7fe9: [TASK] Simplify travis script
- The chmod for phpunit binaries is not needed after ext:phpunit
fixed this, the execute script itself is simplified a ... - 12:09 Revision 8eb6c455: [TASK] Add first functional tests for DataHandler
- The patch introduces some common database fixtures that can be
re-used between tests. Two base functional tests in co... - 11:24 Revision 9da8df57: [TASK] Remove dispensable headlines in EXT: beuser
- The amount of headline in backend user module can be reduced.
There is one headline for one view in Backend User Mana... - 11:16 Revision 91bb1794: [CLEANUP] remove deprecated repository constructor
- Resolves: #51142
Releases: 6.2
Change-Id: Iff5850940fa6e92ccd890564e2a90d11e9cf5e8d
Reviewed-on: https://review.typo3...
2013-08-17
- 20:11 Revision 9f987b9e: [BUGFIX] TCA: subtypes_addlist not processed
- TCA: subtypes_addlist is not processed
if the subtype_value_field is in a palette
Change-Id: I6bcaaf36c330962c1d7d9f... - 20:05 Revision fbbad86c: [BUGFIX] TCA: subtypes_addlist not processed
- TCA: subtypes_addlist is not processed
if the subtype_value_field is in a palette
Fixes: #30636
Releases: 6.2, 6.1, ... - 20:02 Revision 87b18bfd: [BUGFIX] TCA: subtypes_addlist not processed
- TCA: subtypes_addlist is not processed
if the subtype_value_field is in a palette
Fixes: #30636
Releases: 6.2, 6.1, ... - 19:59 Revision 752a963a: [BUGFIX] TCA: subtypes_addlist not processed
- TCA: subtypes_addlist is not processed
if the subtype_value_field is in a palette
Fixes: #30636
Releases: 6.2, 6.1, ... - 19:27 Revision 3441661d: [BUGFIX] Not possible to finish update wizard
- When running the update wizard you are not able to finish it.
Therefore a back button is introduced when there is no
... - 18:33 Revision f39a79da: [BUGFIX] Query parameters of external link may get altered
- If an external link is set to the same domain as the BE domain and
the id query parameter is present, any other query... - 18:32 Revision 522abbcf: [BUGFIX] Query parameters of external link may get altered
- If an external link is set to the same domain as the BE domain and
the id query parameter is present, any other query... - 18:31 Revision 2b93568d: [BUGFIX] Query parameters of external link may get altered
- If an external link is set to the same domain as the BE domain and
the id query parameter is present, any other query... - 17:19 Revision 01e9b333: [TASK] Refactor functional base test class
- Extract setUp() and tearDown() code to an own class
and start documenting the whole sytem.
Resolves: #51144
Releases... - 01:02 Revision 77ea6532: [TASK] styleguide: Remove override: Line-Height
- Line-height is now in core
- 00:44 Revision 4d350508: [BUGFIX] styleguide: Remove Add/New links
2013-08-16
- 22:15 Revision c6e8e5e7: [TASK] Implement standalone functional test API
- Test encapsulation and a controlled environment is
crucial for solid functional tests.
The patch creates a full TYPO... - 21:01 Revision 8a2b0404: [BUGFIX] Show correct record title for be_groups and be_users
- Currently it lists groups only using field title of
be_groups table regardless of any label definitions in TCA.
Use B... - 17:07 Revision ae479fe9: [TASK] Execute standalone functional tests in travis
- Change-Id: If9195b5ef908ecf09d1a03f07f93cf983beaf474
Resolves: #51121
Releases: 6.2
Reviewed-on: https://review.typo3... - 16:00 Revision 3ced73f8: [TASK] Reformat .travis.yml to be better readable
- Resolves: #51119
Releases: 6.2
Change-Id: Ibbabf4de13aa4bff069021629bedb14fd111f091
Reviewed-on: https://review.typo3... - 15:22 Revision 0919e699: [FEATURE] Prepare generic persistence for overlay handling by signals
- To get a better grip on languages and workspaces, we decided
to separate their handling from the storageBackend.
Thi... - 14:38 Revision a09dc5fb: [TASK] Disable scheduler-tests if EXT:scheduler not loaded
- Change-Id: I62ec38fc27330e74c4bc3eed6ded3a2f4a6de550
Resolves: #51115
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re... - 14:28 Revision 13392425: [TASK] Disable scheduler-tests if EXT:scheduler not loaded
- Change-Id: I62ec38fc27330e74c4bc3eed6ded3a2f4a6de550
Resolves: #51115
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re... - 14:24 Revision 24495eff: [TASK] Standalone functional test runner
- Introduce base code for a standalone php test runner.
"./typo3conf/ext/phpunit/Composer/vendor/bin/phpunit
-c typo3... - 14:19 Revision 47ddf169: [TASK] Disable scheduler-tests if EXT:scheduler not loaded
- Change-Id: I62ec38fc27330e74c4bc3eed6ded3a2f4a6de550
Resolves: #51115
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re... - 13:57 Revision 9a4b1a10: [TASK] Enable unittests for EXT:documentation
- Travis should start including the unittests for EXT:documentation
in its builds as well.
Change-Id: Ie59945964dbf684... - 13:20 Revision 17ca0d68: [FEATURE] Flexible cHash Calculation
- Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*... - 12:54 Revision e7c079ca: [TASK] Make tests use correct namespaces
- Change-Id: I7cc308d3c5c59b1bf8922b6830cf29fb726caa56
Resolves: #51103
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://re... - 12:03 Revision 4c6f226b: [TASK] Introduce relative line-heights
- The line-height for the backend was fixed to 14px.
But line-heights should be relative to the font-size.
With this s... - 11:35 Revision 88512263: [TASK] UnitTests.xml cleanup
- Minor cleanup in UnitTests.xml, BackupGlobals can be enabled
by default.
Resolves: #51101
Releases: 6.2
Change-Id: ... - 11:33 Revision 3889f1a6: [BUGFIX] Fix file permission methods in BackendUserAuthentication
- Take default TSConfig file permissions into account:
File permissions configured in User TSConfig,
are not taken int... - 11:32 Revision 8dfaf9cf: [BUGFIX] Fix file permission methods in BackendUserAuthentication
- Take default TSConfig file permissions into account:
File permissions configured in User TSConfig,
are not taken int... - 09:20 Revision d34375a5: [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth
- BackenuserAuthentication::getTSConfig() behaves
inconsistently when an object string is given with
multiple sections ... - 09:18 Revision db510234: [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth
- BackenuserAuthentication::getTSConfig() behaves
inconsistently when an object string is given with
multiple sections ... - 09:12 Revision 221a435c: Revert "[BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth"
- This reverts commit d3b785100efee55f08391d044ca574cd488587cd
Defective cherry-pick causing failing builds on Travis
... - 09:11 Revision 8b33a0dd: Revert "[BUGFIX] Fix file permission methods in BackendUserAuthentication"
- This reverts commit 329645ce21088e06b8e35e7bef985f32a08bf00f
Missing dependencies caused failing builds on Travis
C... - 09:10 Revision fbe13654: Revert "[BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth"
- This reverts commit c7d04fbda9272f13b52fe57a2b39b8307ff14340
Defective cherry-pick from master causes failing builds... - 09:09 Revision c523db0b: Revert "[BUGFIX] Fix file permission methods in BackendUserAuthentication"
- This reverts commit 01ac0075f41251557b5ddb24388508a927555ef6
Because of a missing dependency this caused failing bui...
2013-08-15
- 14:52 Revision c7d04fbd: [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth
- BackenuserAuthentication::getTSConfig() behaves
inconsistently when an object string is given with
multiple sections ... - 14:51 Revision d3b78510: [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth
- BackenuserAuthentication::getTSConfig() behaves
inconsistently when an object string is given with
multiple sections ... - 13:01 Revision 40315110: WIP Functional tests
- Change-Id: I54f652f6a346a5155b5c33e4a065ab37898ff5b2
- 13:01 Revision 35846030: [BUGFIX] admin_get_dbs: Keep the current database selected.
- admin_get_dbs checks if available databases can be
selected, but does not select the original one before
returning th... - 11:38 Revision 329645ce: [BUGFIX] Fix file permission methods in BackendUserAuthentication
- Take default TSConfig file permissions into account:
File permissions configured in User TSConfig,
are not taken int... - 11:36 Revision 01ac0075: [BUGFIX] Fix file permission methods in BackendUserAuthentication
- Take default TSConfig file permissions into account:
File permissions configured in User TSConfig,
are not taken int... - 11:32 Revision 371c7abe: [BUGFIX] Fix file permission methods in BackendUserAuthentication
- Take default TSConfig file permissions into account:
File permissions configured in User TSConfig,
are not taken int...
2013-08-14
- 19:29 Revision 365c939a: [BUGFIX] Avoid usage of subheader in mailform
- Since TYPO3 CMS 4.7 the subheader field is rendered by lib.stdheader
if the chosen doctype is HTML 5. However the old... - 19:28 Revision 61506bb5: [BUGFIX] Avoid usage of subheader in mailform
- Since TYPO3 CMS 4.7 the subheader field is rendered by lib.stdheader
if the chosen doctype is HTML 5. However the old... - 19:27 Revision 3e379b4a: [BUGFIX] Avoid usage of subheader in mailform
- Since TYPO3 CMS 4.7 the subheader field is rendered by lib.stdheader
if the chosen doctype is HTML 5. However the old... - 19:12 Revision a82a1067: [BUGFIX] Avoid usage of subheader in mailform
- Since TYPO3 CMS 4.7 the subheader field is rendered by lib.stdheader
if the chosen doctype is HTML 5. However the old... - 07:45 Revision 528c0d44: [BUGFIX] storagePid is lost when persistence.recursive is set
- If recursive storagePid is set via TypoScript, the storagePid
itself is missing in the list of pids.
Resolves: #5106... - 07:35 Revision c5c3776a: [BUGFIX] storagePid is lost when persistence.recursive is set
- If recursive storagePid is set via TypoScript, the storagePid
itself is missing in the list of pids.
Resolves: #5106...
2013-08-12
- 21:34 Revision d7ef5a93: [BUGFIX] Typing after abbr or acronym tag is difficult
- Solution: After inserting the abbreviation, position the cursor
after and outside the inserted tag.
Resolves: #47806... - 21:33 Revision 76d3e55a: [BUGFIX] Typing after abbr or acronym tag is difficult
- Solution: After inserting the abbreviation, position the cursor
after and outside the inserted tag.
Resolves: #47806... - 21:21 Revision b3000a45: [BUGFIX] Typing after abbr or acronym tag is difficult
- Solution: After inserting the abbreviation, position the cursor
after and outside the inserted tag.
Resolves: #47806... - 21:02 Revision c43e90db: [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth
- BackenuserAuthentication::getTSConfig() behaves
inconsistently when an object string is given with
multiple sections ... - 19:45 Revision c8a83e7e: [BUGFIX] FAL: Image Processing doesn't respect GFX "thumbnails_png"
- The Task Interface of the File Abstraction Layer defines the
target file extension for graphcal tasks. Previously thi... - 18:48 Revision 287d6c7c: [FEATURE] Intgrate CSS class "lead" for introductions
- The most relevant text should always be highly visible.
Integrate the CSS class "lead" for introductions.
Lead bring... - 18:43 Revision 3485b0f8: [BUGFIX] Reposition TYPO3 logo text
- Brings logo text "TYPO3" in line with module menu text.
Change-Id: Ief21e7ded4f8085e2f661304b55861211f202955
Resolve... - 18:41 Revision bb24c303: [TASK] Visual feedback on hover: spot text links
- Text links are not spotted easily. Give TYPO3 an easy visual feedback
for text links on hover. Hover on table rows al... - 18:41 Revision 15002e46: [TASK] EXT: beuser remove spaces from links
- Removes excessive spaces from within links / a-tags.
Change-Id: Ica8b6d365282dc3a0e6588a5099404c6b4bc7c73
Resolves: ... - 18:38 Revision ad92a9d4: [TASK] Installer: Ask for username during initial setup
- Good security-practice is to choose a username different
than "admin".
Change-Id: Ib4a70b491f1f9a9112b8cd37db4366418... - 14:20 Revision fa215f09: [FEATURE] EXT: extensionmanager PNG icon
- Use transparent PNG version of backend module icon for
EXT: extensionmanager in module menu instead of GIF.
Change-I... - 13:53 Revision 7b162321: [BUGFIX] Allow reading files if storage is not browsable
- Whether a storage is browsable or not should not
affect the possibility to read a file with a
given identifier.
Rele... - 13:52 Revision be8cfc27: [BUGFIX] Allow reading files if storage is not browsable
- Whether a storage is browsable or not should not
affect the possibility to read a file with a
given identifier.
Rele... - 13:21 Revision 3e7c3173: [TASK] EXT: be_user - improve listing
- Backend user's username and real name are tightly coupled. These
texts should stand right next to each other. Merged ...
2013-08-11
- 23:23 Revision 0ae24523: [BUGFIX] Allow reading files if storage is not browsable
- Whether a storage is browsable or not should not
affect the possibility to read a file with a
given identifier.
Rele... - 22:23 Revision f92dbbdc: [BUGFIX] Take into account all file and folder permissions
- When handling the old file permission settings from
user or user group records, all current FAL user
permissions shou... - 22:23 Revision 31522601: [BUGFIX] Take into account all file and folder permissions
- When handling the old file permission settings from
user or user group records, all current FAL user
permissions shou... - 22:22 Revision 7ce53db5: [BUGFIX] Take into account all file and folder permissions
- When handling the old file permission settings from
user or user group records, all current FAL user
permissions shou... - 21:51 Revision 5b828c70: [BUGFIX] Failing tests in Resource\Driver\LocalDriverTest on Windows
- The test createdFilesAreEmpty depends on another test which returns a
mocked object. In the mock two returnValues for... - 21:51 Revision 4943a8f8: [BUGFIX] Failing tests in Resource\Driver\LocalDriverTest on Windows
- The test createdFilesAreEmpty depends on another test which returns a
mocked object. In the mock two returnValues for... - 21:04 Revision ac391404: [BUGFIX] Missing \TYPO3\CMS\Core\Utility\ in ResourceFactory
- After merge of the new signal inside the ResourceFactory
the call to GeneralUtility is wrong.
Resolves: #51012
Relea... - 21:04 Revision 154576f0: [BUGFIX] Missing \TYPO3\CMS\Core\Utility\ in ResourceFactory
- After merge of the new signal inside the ResourceFactory
the call to GeneralUtility is wrong.
Resolves: #51012
Relea... - 20:42 Revision 55446c5a: [TASK] Add signal in ResourceFactory for storage creation
- We miss a central place to adapt or change
configuration for a resource storage.
Add a signal in the resource factor... - 20:42 Revision f9d9ab02: [TASK] Add signal in ResourceFactory for storage creation
- We miss a central place to adapt or change
configuration for a resource storage.
Add a signal in the resource factor... - 20:41 Revision 271e8019: [BUGFIX] LocalDriver: Recursive file listing is broken
- The recursive file listing, introduced as part of the public API in
the fix for #43249, is currently broken.
One pro... - 20:25 Revision 2c7c1e71: [BUGFIX] FAL: Image Processing doesn't respect GFX "thumbnails_png"
- The Task Interface of the File Abstraction Layer defines the
target file extension for graphcal tasks. Previously thi... - 20:24 Revision c4c9d7b9: [BUGFIX] LocalDriver: Recursive file listing is broken
- The recursive file listing, introduced as part of the public API in
the fix for #43249, is currently broken.
One pro... - 20:17 Revision f63d3120: [TASK] Add signal in ResourceFactory for storage creation
- We miss a central place to adapt or change
configuration for a resource storage.
Add a signal in the resource factor... - 16:59 Revision 4978ea77: [BUGFIX] rtehtmlarea acronym error with static_info_tables 6.0+
- Problem: Editing acronym records fails with Static Info Tables 6.0+ as
tx_staticinfotables_div->selectItemsTCA does n... - 15:47 Revision 93e763bf: [BUGFIX] rtehtmlarea acronym error with static_info_tables 6.0+
- Problem: Editing acronym records fails with Static Info Tables 6.0+ as
tx_staticinfotables_div->selectItemsTCA does n... - 15:22 Revision 82ee6514: [BUGFIX] rtehtmlarea acronym error with static_info_tables 6.0+
- Problem: Editing acronym records fails with Static Info Tables 6.0+ as
tx_staticinfotables_div->selectItemsTCA does n...
2013-08-10
- 19:27 Revision fade2983: [BUGFIX] Invalid allowed value for color space
- The array with allowed color space names contains an invalid value
(grey), which is replaced by the correct one (gray... - 19:26 Revision acaa51be: [BUGFIX] Invalid allowed value for color space
- The array with allowed color space names contains an invalid value
(grey), which is replaced by the correct one (gray... - 14:50 Revision d875358e: [RELEASE] styleguide: 0.5.0
- 14:48 Revision 458288a7: [BUGFIX] styleguide: Wording FlashMessages
- 14:47 Revision 880933de: [TASK] styleguide: FlashMessages
- 14:47 Revision 34a42887: [-FEATURE] Grid
- 14:46 Revision b1feb701: [-FEATURE] Testel
- 14:46 Revision 93b131af: [FEATURE] styleguide: Tables
- 14:46 Revision b90ef5b9: [FEATURE] styleguide: Helpers
- 14:46 Revision 105e1501: [FEATURE] styleguide: Typography
- 14:46 Revision b3e0f586: [TASK] styleguide: Actions/controllers
- 14:45 Revision 0592ee44: [TASK] styleguide: Forms / actions
- 14:44 Revision c7330a70: [FEATURE] styleguide: Bring CSS override & styles
- 14:44 Revision 4b8d0abc: [TASK] styleguide: Index
2013-08-09
- 21:03 Revision e6e0b4f1: [FEATURE] Added autofocus attribute to textfield and textarea
- The ViewHelpers f:form.textfield and f:form.textarea were lacking the
HTML5 "autofocus" attribute. It is available fo... - 17:51 Revision d260109d: [BUGFIX] Mixed up parameters in call to replaceMarkersInWhereClause
- The patch for #21892 breaks functionality due to a mixed up parameters
list in BackendUtility.
Resolves: #50976
Rele...
2013-08-08
- 23:07 Revision 59ff9579: [BUGFIX] Reports module tries to load not-installed extension
- When you select a report from an extension, the reports module
will remember this when you re-open it. But if you hav... - 23:06 Revision 150e4589: [BUGFIX] Reports module tries to load not-installed extension
- When you select a report from an extension, the reports module
will remember this when you re-open it. But if you hav... - 23:03 Revision a6ea7f7a: [BUGFIX] Reports module tries to load not-installed extension
- When you select a report from an extension, the reports module
will remember this when you re-open it. But if you hav... - 22:56 Revision 380fb859: [BUGFIX] number_format() expects parameter 1 to be double
- In stdWrap function numberFormat $content is a string.
Make sure this is a float value when it is passed into
PHP fun... - 22:50 Revision 4cfafbeb: [BUGFIX] number_format() expects parameter 1 to be double
- In stdWrap function numberFormat $content is a string.
Make sure this is a float value when it is passed into
PHP fun... - 22:41 Revision 8ed80666: [BUGFIX] number_format() expects parameter 1 to be double
- In stdWrap function numberFormat $content is a string.
Make sure this is a float value when it is passed into
PHP fun... - 22:36 Revision 6a2af77c: [BUGFIX] number_format() expects parameter 1 to be double
- In stdWrap function numberFormat $content is a string.
Make sure this is a float value when it is passed into
PHP fun... - 22:27 Revision ed8ee7af: [BUGFIX] number_format() expects parameter 1 to be double
- In stdWrap function numberFormat $content is a string.
Make sure this is a float value when it is passed into
PHP fun... - 22:23 Revision 8aeb95df: [BUGFIX] Workspaces and Version update wizard isn't skippable
- When you skip the update wizard for workspaces and version
you always get the wizard back. The update wizard is not m... - 21:44 Revision 24f1b96b: [FEATURE] Uninstall broken ext in install tool
- Adds buttons to uninstall incompatible extensions
to the install tool extension compatibility tester.
You may install... - 20:58 Revision 24f5effa: [FEATURE] Form: "Redirect" postprocessor
- * Implements a basic postprocessor to perform a redirect.
* Adds it to the form-wizard.
* Enables prepared ExtJS-code... - 15:49 Revision e4ddb8a2: [TASK] Define new file interfaces
- Change-Id: Idfec38e0d26ee5ab592013c2d40bb2f5ebbd13cf
2013-08-07
- 20:50 Revision 98bc16ba: [BUGFIX] Ignore case in file extension filter
- This patch makes the FileExtensionFilter case insensitive.
If the filter is configured to allow files with the ".EXT... - 20:50 Revision d7f01a29: [BUGFIX] Ignore case in file extension filter
- This patch makes the FileExtensionFilter case insensitive.
If the filter is configured to allow files with the ".EXT... - 20:07 Revision 8c8bdfe0: [BUGFIX] Ignore case in file extension filter
- This patch makes the FileExtensionFilter case insensitive.
If the filter is configured to allow files with the ".EXT... - 17:12 Revision 9bf2c389: [FEATURE] Substitution of default markers in single function
- In the function
TYPO3\CMS\Backend\Utility\BackendUtility::exec_foreign_table_where_query
a lot of default markers (li... - 17:06 Revision 032d7ac3: [BUGFIX] Correctly set user storage permissions
- With FAL a new way to define file permissions
(for storages) has been introduced. You can set
these in User TsConfig ... - 17:04 Revision 20df9280: [BUGFIX] Correctly set user storage permissions
- With FAL a new way to define file permissions
(for storages) has been introduced. You can set
these in User TsConfig ... - 17:03 Revision 0feea5b5: [BUGFIX] Correctly set user storage permissions
- With FAL a new way to define file permissions
(for storages) has been introduced. You can set
these in User TsConfig ... - 13:52 Revision c9411994: [TASK] Introduce AbstractHierarchicalFilesystemDriver
- There are many tasks which apply to all drivers working on an
Hierarchical FileSystem (NFS, WebDav, LocalDriver, ....... - 13:51 Revision c3b2ee29: [TASK] Introduce AbstractHierarchicalFilesystemDriver
- There are many tasks which apply to all drivers working on an
Hierarchical FileSystem (NFS, WebDav, LocalDriver, ....... - 13:03 Revision c997bfc9: [TASK] Introduce AbstractHierarchicalFilesystemDriver
- There are many tasks which apply to all drivers working on an
Hierarchical FileSystem (NFS, WebDav, LocalDriver, ....... - 12:03 Revision f3f221d2: [BUGFIX] Failing Resource\FactoryTest on Windows systems
- Two tests in class TYPO3\CMS\Core\Tests\Unit\Resource\FactoryTest fail
with warnings. This is because of two single i... - 11:53 Revision 903024c4: [BUGFIX] Failing Resource\FactoryTest on Windows systems
- Two tests in class TYPO3\CMS\Core\Tests\Unit\Resource\FactoryTest fail
with warnings. This is because of two single i... - 11:17 Revision cc31a4d1: [BUGFIX] Failing Resource\FactoryTest on Windows systems
- Two tests in class TYPO3\CMS\Core\Tests\Unit\Resource\FactoryTest fail
with warnings. This is because of two single i... - 06:14 Revision d65c3604: [BUGFIX] Indexing of external files does not work in indexed_search
- After the namespace change a wrong replace was done in
indexed_search. Replace it with the correct class.
Change-Id:... - 06:14 Revision c75eefb8: [BUGFIX] Indexing of external files does not work in indexed_search
- After the namespace change a wrong replace was done in
indexed_search. Replace it with the correct class.
Change-Id:... - 06:09 Revision 41e5916d: [BUGFIX] Indexing of external files does not work in indexed_search
- After the namespace change a wrong replace was done in
indexed_search. Replace it with the correct class.
Change-Id:... - 06:02 Revision 80aeb3a8: [BUGFIX] Callback in CrawlerHook of indexed_search sysext buggy
- The property $callBack pointed to a Controller that was not existing.
Now it points back to the Hook.
Resolves: #505... - 06:01 Revision 8259edf8: [BUGFIX] Callback in CrawlerHook of indexed_search sysext buggy
- The property $callBack pointed to a Controller that was not existing.
Now it points back to the Hook.
Resolves: #505... - 05:58 Revision 8ef62148: [BUGFIX] Callback in CrawlerHook of indexed_search sysext buggy
- The property $callBack pointed to a Controller that was not existing.
Now it points back to the Hook.
Resolves: #505... - 05:35 Revision bc330c1f: [BUGFIX] Failing tests in Resource\Driver\LocalDriverTest on Windows
- The test createdFilesAreEmpty depends on another test which returns a
mocked object. In the mock two returnValues for... - 05:24 Revision 647d0756: [BUGFIX] Backup singletons in unit tests prior to other setUp operations
- If the singleton management is changed in unit tests, a local copy of
the previous stage is done to re-construct this... - 05:17 Revision 7263bcd2: [BUGFIX] Backup singletons in unit tests prior to other setUp operations
- If the singleton management is changed in unit tests, a local copy of
the previous stage is done to re-construct this... - 00:38 Revision a079ad67: [BUGFIX] Backup singletons in unit tests prior to other setUp operations
- If the singleton management is changed in unit tests, a local copy of
the previous stage is done to re-construct this... - 00:27 Revision 7b4c9622: [BUGFIX] Test in Configuration\ConfigurationManagerTest fails in backend
- When running the tests in the PHPUnit backend, the path of the current
working directory is typo3/ (where mod.php is ... - 00:25 Revision b36f0d86: [BUGFIX] PHP warning in ext:documentation
- PHP warning will be thrown if typo3conf/Documentation
does not exists. Add a check to prevent the warning.
Change-Id... - 00:07 Revision b1aebc8e: [BUGFIX] Test in Configuration\ConfigurationManagerTest fails in backend
- When running the tests in the PHPUnit backend, the path of the current
working directory is typo3/ (where mod.php is ...
2013-08-06
- 23:46 Revision 3eda92a4: [FEATURE] Adds register values to FilesContentObj
- Adds FILE_NUM_CURRENT and FILES_COUNT to the register
for each file.
Use case:
10 = FILES
10 {
references {
table... - 21:16 Revision 8f74ed9c: [TASK] Load documentation extension by default
- The documentation extension should be loaded by default for new
websites and should be suggested in Install Tool when... - 21:15 Revision 5250c54e: [BUGFIX] Fix EmConfUtility::fixEmConf conflicts generation
- EmConfUtility::fixEmConf generates a string instead
of an array for "$emConf['constraints']['conflicts']"
Resolves: ... - 21:15 Revision 201d32d5: [BUGFIX] Fix EmConfUtility::fixEmConf conflicts generation
- EmConfUtility::fixEmConf generates a string instead
of an array for "$emConf['constraints']['conflicts']"
Resolves: ... - 21:00 Revision e3d9d7b2: [BUGFIX] Incorrect check for empty folder
- The condition in ResourceStorage::deleteFolder is wrong.
Negate the isFolderEmpty() clause.
Resolves: #50125
Release... - 20:59 Revision 6fbce2c1: [BUGFIX] Incorrect check for empty folder
- The condition in ResourceStorage::deleteFolder is wrong.
Negate the isFolderEmpty() clause.
Resolves: #50125
Release... - 20:58 Revision f4b5aa36: [BUGFIX] Use proper implementation of a wordwrap
- The page module uses a custom implementation of a wordwrap
as this was not supported by the browser in those earlier ... - 20:58 Revision bdad15be: [BUGFIX] Fix EmConfUtility::fixEmConf conflicts generation
- EmConfUtility::fixEmConf generates a string instead
of an array for "$emConf['constraints']['conflicts']"
Resolves: ... - 20:49 Revision 196e885d: [BUGFIX] Use proper implementation of a wordwrap
- The page module uses a custom implementation of a wordwrap
as this was not supported by the browser in those earlier ... - 20:44 Revision 41fb6b08: [BUGFIX] Incorrect check for empty folder
- The condition in ResourceStorage::deleteFolder is wrong.
Negate the isFolderEmpty() clause.
Resolves: #50125
Release... - 19:38 Revision 0f2a29d8: [TASK] Use magic __CLASS__ in getInstance()-methods
- Some classes contain static getInstance()-methods that return
an instance of themselves. Instead of using the correct... - 19:38 Revision cdf1b4eb: [TASK] Use magic __CLASS__ in getInstance()-methods
- Some classes contain static getInstance()-methods that return
an instance of themselves. Instead of using the correct... - 19:23 Revision 27a3e9e4: [TASK] Use magic __CLASS__ in getInstance()-methods
- Some classes contain static getInstance()-methods that return
an instance of themselves. Instead of using the correct... - 19:11 Revision ad9328ca: [BUGFIX] Fix empty href parameter
- In case the link target is not available (maybe hidden), the behaviour
known from the Core is to render the link text... - 19:11 Revision 0fb6f60d: [BUGFIX] Fix empty href parameter
- In case the link target is not available (maybe hidden), the behaviour
known from the Core is to render the link text... - 17:53 Revision fd4d970a: [BUGFIX] MySQLi: Allow persistent connections again
- For a persistent connection the hostname needs to be
prefixed with "p:". This was already prepared in the
code, howev... - 17:52 Revision ac1bc673: [BUGFIX] MySQLi: Allow persistent connections again
- For a persistent connection the hostname needs to be
prefixed with "p:". This was already prepared in the
code, howev... - 14:50 Revision 7e568f05: [BUGFIX] Fix failing test in StorageRepositoryTest
- With #50803 the usage of the constant TYPO3_MODE was introduced. This
leads to the failing test, after the constant c... - 14:49 Revision 9e407f05: [BUGFIX] Fix failing test in StorageRepositoryTest
- With #50803 the usage of the constant TYPO3_MODE was introduced. This
leads to the failing test, after the constant c... - 14:31 Revision 449dc72e: [BUGFIX] Fatal error: "enableFields on non-object" in extension manager
- Don't rely on $TSFE object to detect if we are in a frontend context. Rely
on TYPO3_MODE constant instead.
Releases:... - 14:30 Revision b991af68: [BUGFIX] Fatal error: "enableFields on non-object" in extension manager
- Don't rely on $TSFE object to detect if we are in a frontend context. Rely
on TYPO3_MODE constant instead.
Releases:... - 14:18 Revision 27da4cc4: [BUGFIX] Fix failing test in StorageRepositoryTest
- With #50803 the usage of the constant TYPO3_MODE was introduced. This
leads to the failing test, after the constant c...
2013-08-05
- 23:00 Revision ba9e4530: [BUGFIX] Fix empty href parameter
- In case the link target is not available (maybe hidden), the behaviour
known from the Core is to render the link text... - 22:48 Revision ba066157: [BUGFIX] Fatal error: "enableFields on non-object" in extension manager
- Don't rely on $TSFE object to detect if we are in a frontend context. Rely
on TYPO3_MODE constant instead.
Releases:... - 22:47 Revision 881be5c7: [TASK] Cleanup update wizard in Install Tool
- Cleanup the update wizard classes and move all
classes to one folder instead of the two that
are used now.
Change-Id... - 19:11 Revision dfc9b28e: [BUGFIX] FAL: Image Processing doesn't respect GFX "thumbnails_png"
- The Task Interface of the File Abstraction Layer defines the
target file extension for graphcal tasks. Previously thi... - 18:03 Revision c111ddec: [FEATURE] Find best-matching local storage instead of default-storage
- If no storage-UID is given usually the default-storage will be
used ("legacy-storage"). Some problems with not up-to-...
2013-08-04
- 00:47 Revision 5d0ba16d: [BUGFIX] MySQL: Use ENGINE (not TYPE) for storage-engine
- Using TYPE is deprecated since a MySQL 4.x and was removed in MySQL
5.5. Core already uses ENGINE but SqlParser turne... - 00:46 Revision d0347384: [BUGFIX] MySQL: Use ENGINE (not TYPE) for storage-engine
- Using TYPE is deprecated since a MySQL 4.x and was removed in MySQL
5.5. Core already uses ENGINE but SqlParser turne... - 00:35 Revision 8f929dbc: [BUGFIX] Syntax error in class.tx_coreupdates_t3skin.php
- Fix Syntax Problem: Cannot use [] for reading
Change-Id: I9f5be90dbc9aa55475049bd8a8720cab0c321af4
Resolves: #35274
... - 00:34 Revision 3bee27a8: [BUGFIX] Syntax error in class.tx_coreupdates_t3skin.php
- Fix Syntax Problem: Cannot use [] for reading
Change-Id: I9f5be90dbc9aa55475049bd8a8720cab0c321af4
Resolves: #35274
... - 00:20 Revision 74493657: [BUGFIX] MySQL: Use ENGINE (not TYPE) for storage-engine
- Using TYPE is deprecated since a MySQL 4.x and was removed in MySQL
5.5. Core already uses ENGINE but SqlParser turne... - 00:19 Revision 3cd10450: [BUGFIX] MySQL: Use ENGINE (not TYPE) for storage-engine
- Using TYPE is deprecated since a MySQL 4.x and was removed in MySQL
5.5. Core already uses ENGINE but SqlParser turne...
2013-08-03
- 23:57 Revision 3e629292: [BUGFIX] ControllerExtensionName can not be resolved in CLI mode
- This fixes the resolution of the controllerExtensionName in CLI
context.
Change-Id: Ic0363a4e1b055aff813ddf8620403df... - 23:55 Revision 000e87bb: [BUGFIX] ControllerExtensionName can not be resolved in CLI mode
- This fixes the resolution of the controllerExtensionName in CLI
context.
Change-Id: Ic0363a4e1b055aff813ddf8620403df... - 23:51 Revision a7b47c61: [BUGFIX] MySQL: Use ENGINE (not TYPE) for storage-engine
- Using TYPE is deprecated since a MySQL 4.x and was removed in MySQL
5.5. Core already uses ENGINE but SqlParser turne... - 13:49 Revision 9731f60c: [BUGFIX] Fix fatal error in extension manager
- TER extensions which were uploaded just recently contain a change in
ext_emconf.php. This change conflicts with older... - 13:48 Revision b7b400c6: [BUGFIX] Fix fatal error in extension manager
- TER extensions which were uploaded just recently contain a change in
ext_emconf.php. This change conflicts with older...
2013-08-02
- 16:18 Revision ad9f7e48: [CLEANUP] Remove useless CSS file in EXT:documentation
- Releases: 6.2
Resolves: #50728
Change-Id: I2de2182d094b8e8eb5373c38f57e20331ea3d4d6
Reviewed-on: https://review.typo3...
2013-08-01
- 16:59 Revision 2fd1c4da: [TASK] TagBuilders render() method PhpDoc return tag fixed
- PhpDoc @return of TagBuilders render() method should be
of type 'string' instead of 'void'.
Change-Id: Ie3907663fe8b... - 16:48 Revision db1c38be: [BUGFIX] selected = 1 doesn't work in FormContentObject
- Wrong variable is used to set selected correctly.
Change-Id: I90623339c4d13eb07d7e5ef87e1b4e3aa8cf147e
Resolves: #43... - 16:48 Revision d0024443: [BUGFIX] selected = 1 doesn't work in FormContentObject
- Wrong variable is used to set selected correctly.
Change-Id: I90623339c4d13eb07d7e5ef87e1b4e3aa8cf147e
Resolves: #43... - 16:47 Revision 8d30ece2: [BUGFIX] selected = 1 doesn't work in FormContentObject
- Wrong variable is used to set selected correctly.
Change-Id: I90623339c4d13eb07d7e5ef87e1b4e3aa8cf147e
Resolves: #43... - 16:30 Revision 19d60541: [BUGFIX] Fix invalid global for getData hooks
- Replace the invalid usage of $TYPO3_CONF_VARS with
$GLOBALS['TYPO3_CONF_VARS'] for getting the hook
configuration in ... - 01:54 Revision f827fc98: [BUGFIX] Suppress double page entry in temporary mounted pagetree
- This patch suppresses that some pages will be shown as subpages of
themselves while defining a temporary mountpoint i... - 00:08 Revision d7ad41f5: [FEATURE] Create BE-user in Install Tool with a salted password
- Introduce the possibility to salt the password when creating
a new Backend User in the Install Tool. When Saltedpassw...
Also available in: Atom