Activity
From 2013-09-03 to 2013-10-02
2013-10-01
- 23:10 Revision 460cffcd: [TASK] Add missing CSS class to table of sorting module
- The sorting module misses a class "db_list_normal"
if a sorting of pages should be done.
Resolves: #52445
Releases:... - 20:20 Revision a34ef1e9: [TASK] Set TYPO3 version to 6.2-dev
- Change-Id: I49a19b2e7a2c534edbd5049e3f5627d2dc6bcf26
Reviewed-on: https://review.typo3.org/24232
Reviewed-by: TYPO3 R... - 20:19 Revision d4da98fd: [RELEASE] Release of TYPO3 6.2.0alpha3
- Change-Id: Id732c8b5d1207f6febe11513535560261146f9d5
Reviewed-on: https://review.typo3.org/24231
Reviewed-by: TYPO3 R... - 18:27 Revision e605c495: [TASK] Install Tool: Allow multiple permission status per file
- Sometimes a file has incorrect content and incorrect permissions.
Now both warnings are shown at the same time.
Reso... - 18:22 Revision 1c434913: [BUGFIX] Don't write LocalConfiguration on every Install Tool entry
- Make removeObsoleteLocalConfigurationSettings only rewrite the
file if something has changed.
Resolves: #52437
Relea... - 18:12 Revision c3b73ce4: [FEATURE][UX] Install Tool usability and visual enhancements
- * Restyle toggle-groups with a more t3skin-like visual.
* Restyle "All configuration":
* no more "green success box... - 17:42 Revision 48a80526: Revert "[BUGFIX] Enable add markers in LoginController signal"
- This reverts commit 5fbbb8b6bf15e0bda3c164330cb3c188a41348f4
If no signal is registered, the original markers are lo... - 16:53 Revision 263060d4: [BUGFIX] Base silent updates on LocalConfiguration values only
- During silent updates the only file that can be influenced is
LocalConfiguration.php. If values are available in
Addi... - 16:19 Revision 5fbbb8b6: [BUGFIX] Enable add markers in LoginController signal
- Currently its not possible to have signales handle parameter of slots
as a reference. Because of this its not possibl... - 15:15 Revision 77f29a3c: [TASK] Remove closing PHP tags
- Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b
Resolves: #52360
Releases: 6.2
Reviewed-on: https://review.typo3...
2013-09-30
- 23:39 Revision a7b67ed8: [TASK] Make Install Tool look beautiful in modern IE's
- IE9 and later understand CSS3 features which we use in the Install
Tool. Make sure IE don't fall back into IE7 mode.
... - 23:01 Revision 6f1bbb33: [TASK] Folder not writeable should be an "Error" not a "Warning"
- The Install Tool checks for permissions in it's folder structure. A
folder (typo3temp, uploads, fileadmin) not being... - 19:59 Revision 8e1ea888: [BUGFIX] TS is fetched from cache incorrectly sometimes
- If $TYPO3_CONF_VARS['FE']['defaultTypoScript_constants'] or
$TYPO3_CONF_VARS['FE']['defaultTypoScript_setup'] are set... - 19:54 Revision 6b2512a9: [BUGFIX] TS is fetched from cache incorrectly sometimes
- If $TYPO3_CONF_VARS['FE']['defaultTypoScript_constants'] or
$TYPO3_CONF_VARS['FE']['defaultTypoScript_setup'] are set... - 19:44 Revision 09f3b6af: [BUGFIX] TS is fetched from cache incorrectly sometimes
- If $TYPO3_CONF_VARS['FE']['defaultTypoScript_constants'] or
$TYPO3_CONF_VARS['FE']['defaultTypoScript_setup'] are set... - 19:16 Revision f4a53640: [BUGFIX] Check session data before usage
- * method AbstractUserAuthentication::setAndSaveSessionData(): check
whether session is found before using it
* method...
2013-09-29
- 22:03 Revision 82e9fbea: [FEATURE] ext:install Show number of folder structure errors in menu
- Similar to the environment status the number of folder structure
errors are now shown in the left menu.
Change-Id: I... - 22:01 Revision 2d9fb1a4: [BUGFIX] ext:install Better error handling in first folder step
- During installation it may happen that the folder structure reports
errors during creation, but still creates the mai...
2013-09-28
- 22:46 Revision b869f754: [FEATURE] ext:install Relaxed permission check
- The document root folder may not have correct permissions and
they can not be fixed if the owner is not the executing... - 20:33 Revision 9eea0a65: [BUGFIX] Follow-up to: Use an extension as repository
- Add missing files that got lost during conflict resolving
Change-Id: If9fc0e23aba97659222bee0c5b2205c5030411fc
Resol... - 19:34 Revision 3a3edf13: [BUGFIX] Fix wrong handling of php and TYPO3 dependencies
- Due to a superfluos try-catch block dependencies for TYPO3 and
PHP version were not checked correctly.
Additionally ... - 18:55 Revision 5c63c1be: [FEATURE] Add possibility to use an extension as repository
- Sometimes extensions depend on customized versions of other
extensions or on extensions that aren't released to the T... - 16:32 Revision 710e854f: [BUGFIX] Fix wrong handling of php and TYPO3 dependencies
- Due to a superfluos try-catch block dependencies for TYPO3 and
PHP version were not checked correctly.
Additionally ... - 16:27 Revision 38ace218: [TASK] ext:install Protect some methods in FolderStructure
- Some methods within FolderStructure class hierachy are public
but should be used internally only. The patch protects ... - 15:41 Revision a2532bbb: [BUGFIX] Initialize extension name in command requests
- This patch initializes the extension name in the configuration manager
as soon as it is available during an Extbase c... - 15:40 Revision 9535891a: [BUGFIX] Initialize extension name in command requests
- This patch initializes the extension name in the configuration manager
as soon as it is available during an Extbase c... - 15:39 Revision 7d11883f: [FEATURE] ext:install Implement template files in FolderStructure
- The folder structure definition can be simplified a bit if target
content of files is not stored in the structure def... - 15:20 Revision 982a3651: [BUGFIX] Initialize extension name in command requests
- This patch initializes the extension name in the configuration manager
as soon as it is available during an Extbase c... - 09:06 Revision 7144eb51: [BUGFIX] Incomplete backup in AbstractUserAuthenticationTest
- The test for issue #50913 exchanged TYPO3_DB with a mock. In 6.0,
this global must be backed up manually.
Change-Id:...
2013-09-27
- 23:34 Revision 71b42f5a: [FEATURE] Add tstamp column to recycler record table
- This adds an extra column to the record table in
the recycler module so users can sort by that
value and come quicker... - 15:03 Revision 6007d3a5: [Refactor] Enable injection of session storage
- * new method AbstractUserAuthentication::initializeSessionStorage()
* removed session storage generation from
Fronten... - 00:50 Revision 9c200eaa: [BUGFIX] Check for string before using strlen
- If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s... - 00:39 Revision 128d1473: [BUGFIX] EmConfUtility accesses non-arrays
- Properly check for array-type before accessing
or counting the variable.
Resolves: #52045
Releases: 6.2, 6.1, 6.0, 4... - 00:39 Revision 06723a0d: [BUGFIX] EmConfUtility accesses non-arrays
- Properly check for array-type before accessing
or counting the variable.
Resolves: #52045
Releases: 6.2, 6.1, 6.0, 4... - 00:27 Revision 51b4cf64: [BUGFIX] EmConfUtility accesses non-arrays
- Properly check for array-type before accessing
or counting the variable.
Resolves: #52045
Releases: 6.2, 6.1, 6.0, 4... - 00:27 Revision cd1e12bf: [BUGFIX] Check for string before using strlen
- If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s... - 00:26 Revision fda97832: [BUGFIX] Check for string before using strlen
- If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s... - 00:24 Revision 219c381c: [BUGFIX] Clear cached menu by tag
- This change adds a table cf_cache_hash for clear cache by tag
for example for cached menu.
Resolves: #51588
Releases... - 00:24 Revision 9fa9f15a: [BUGFIX] Clear cached menu by tag
- This change adds a table cf_cache_hash for clear cache by tag
for example for cached menu.
Resolves: #51588
Releases... - 00:23 Revision f6a8c13d: [BUGFIX] Clear cached menu by tag
- This change adds a table cf_cache_hash for clear cache by tag
for example for cached menu.
Resolves: #51588
Releases... - 00:13 Revision 30af6a51: [BUGFIX] Fix jumpToUrl()-Usage in Element Browser
- The Javascript functions jumpToUrl(URL,anchor) and jumpToUrl(URL,formEl)
cannot be used interchangeably. This leads t... - 00:12 Revision b41847a4: [BUGFIX] Fix jumpToUrl()-Usage in Element Browser
- The Javascript functions jumpToUrl(URL,anchor) and jumpToUrl(URL,formEl)
cannot be used interchangeably. This leads t... - 00:05 Revision 928ee6cc: [BUGFIX] Fix jumpToUrl()-Usage in Element Browser
- The Javascript functions jumpToUrl(URL,anchor) and jumpToUrl(URL,formEl)
cannot be used interchangeably. This leads t...
2013-09-26
- 23:45 Revision 5e11f50c: [TASK] Remove "Clear language cache" menu item
- * To show the item, SYS/lang/cache/clear_menu has to be manually
enabled, and a (not documented) userTSconfig option ... - 23:42 Revision 6bdc8ad1: [BUGFIX] Check for string before using strlen
- If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s... - 23:41 Revision 77c69e77: [BUGFIX] groupFor-VH does not work with @lazy
- If you group an property with annotated @lazy option
f:groupedFor-ViewHelper can't group by this property.
Resolves:... - 23:41 Revision 9be67399: [BUGFIX] groupFor-VH does not work with @lazy
- If you group an property with annotated @lazy option
f:groupedFor-ViewHelper can't group by this property.
Resolves:... - 23:38 Revision 9b381d47: [TASK] Move configuration code from bootstrap to ext:install
- Some methods in boostrap silently change TYPO3_CONF_VARS to adapt
some settings. Those methods are moved to the insta... - 23:34 Revision 37917505: [BUGFIX] Check for string before using strlen
- If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s... - 23:26 Revision b443ac79: [BUGFIX] groupFor-VH does not work with @lazy
- If you group an property with annotated @lazy option
f:groupedFor-ViewHelper can't group by this property.
Resolves:... - 23:16 Revision 9673d7e3: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
- AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume... - 23:15 Revision 3f0cc997: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
- AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume... - 23:15 Revision d3bf6200: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
- AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume... - 23:00 Revision 0d2a39b6: [BUGFIX] Install tool uses empty database settings
- Some systems allow to connect with empty username / password
configuration to the database. Although this is not wron... - 22:15 Revision 919541b3: [BUGFIX] Fatal in DefaultConfiguration
- Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe... - 22:14 Revision 993dd5d7: [BUGFIX] Fatal in DefaultConfiguration
- Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe... - 22:13 Revision 951e705b: [BUGFIX] Fatal in DefaultConfiguration
- Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe... - 21:50 Revision c8d2033e: [BUGFIX] CF FileBackend unlimited lifetime support
- Backport of a bugfix that was part of #39430 in 6.0.
Change-Id: I2266ae12284a139a384854e3ff0bacf23f277859
Resolves: ... - 21:49 Revision e06f05a6: [BUGFIX] CF FileBackend unlimited lifetime support
- Backport of a bugfix that was part of #39430 in 6.0.
Change-Id: I2266ae12284a139a384854e3ff0bacf23f277859
Resolves: ... - 21:45 Revision 0deefa07: [BUGFIX] Configure main extbase caches for unlimited entry lifetime
- The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change ... - 21:43 Revision bb94fe09: [BUGFIX] Configure main extbase caches for unlimited entry lifetime
- The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change ... - 21:42 Revision 690a3713: [BUGFIX] Configure main extbase caches for unlimited entry lifetime
- The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change ... - 21:35 Revision d00db271: [TASK] Use SimpleFileBackend for t3lib_l10n cache
- The language cache by default uses the FileBackend to store its data.
Language cache entries need to be deleted only ... - 21:25 Revision 52ff4008: [TASK] Use SimpleFileBackend for t3lib_l10n cache
- The language cache by default uses the FileBackend to store its data.
Language cache entries need to be deleted only ... - 21:23 Revision 3d0008fe: [TASK] Use SimpleFileBackend for t3lib_l10n cache
- The language cache by default uses the FileBackend to store its data.
Language cache entries need to be deleted only ... - 21:13 Revision 3daaffb4: [TASK] ext:install Improve wording in empty database select
- On first installation only existing empty databases can be selected.
The hint for "Existing tables will be removed" i... - 14:42 Revision aba9b8ed: [BUGFIX] Re-add dbal extension manager message class
- The MessageDisplay class that is used to display a hint in the extension
settings of the dbal extension was removed w...
2013-09-25
- 17:10 Revision 085ca118: [TASK] Use @inject in ext:about
- Change-Id: I856db58b5843615ddae80e5f978de79981027711
Resolves: #52270
Releases: 6.2
Reviewed-on: https://review.typo3... - 16:55 Revision d01851c4: [BUGFIX] EM does not link to docs.typo3.org
- docs.typo3.org is new official documentation platform supporting both
OpenOffice and Sphinx manuals.
Fixes: #52226
R... - 16:55 Revision f0fe1c48: [BUGFIX] EM does not link to docs.typo3.org
- docs.typo3.org is new official documentation platform supporting both
OpenOffice and Sphinx manuals.
Fixes: #52226
R... - 16:53 Revision 68bfac45: [BUGFIX] EM does not link to docs.typo3.org
- docs.typo3.org is new official documentation platform supporting both
OpenOffice and Sphinx manuals.
Fixes: #52226
R... - 16:33 Revision 68bb2922: [BUGFIX] Increase performance of exports for caches
- Exporting arrays for caches is now done with var_export().
Resolves: #51116
Releases: 6.2, 6.1, 6.0
Change-Id: I7519... - 16:29 Revision db5fb247: [BUGFIX] Increase performance of exports for caches
- Exporting arrays for caches is now done with var_export().
Resolves: #51116
Releases: 6.2, 6.1, 6.0
Change-Id: I7519... - 16:28 Revision 8167fb19: [BUGFIX] Increase performance of exports for caches
- Exporting arrays for caches is now done with var_export().
Resolves: #51116
Releases: 6.2, 6.1, 6.0
Change-Id: I7519... - 13:05 Revision 3f8cd140: [BUGFIX] Remove duplicate exception code
- Exception code "1314354065" is used twice: once in the abstract
Resource repository and the other one in the File Col... - 13:05 Revision 28ee210c: [BUGFIX] Remove duplicate exception code
- Exception code "1314354065" is used twice: once in the abstract
Resource repository and the other one in the File Col... - 13:03 Revision a9213d4e: [BUGFIX] Remove duplicate exception code
- Exception code "1314354065" is used twice: once in the abstract
Resource repository and the other one in the File Col... - 12:50 Revision d01c3ced: [TASK] Remove GFX im_imvMaskState and im_negate_mask settings
- There are two very weird settings is GFX array that previously
decided on how "masks" are applied to images if combin... - 08:11 Revision b6528558: [BUGFIX] Fix misleading hint in Mvc/Dispatcher
- The new property mapper is enabled by default now.
Due to this the hint inside the exception is misleading.
It hints ...
2013-09-24
- 12:38 Revision c7bbb369: [BUGFIX] Correct timeout and timestamp handling
- Change-Id: Ifcf6ac441d32cdb0a959005db796f5fc46192035
- 12:38 Revision 97d077da: [WIP][FEATURE] Classic session storage service
- * !!! known bug: T3_SERVICES prohibits multiple instances of services so sessions in frontend are broken because FE a...
- 12:38 Revision 0ce5c24d: [TASK] Differentiate BE and FE session storage by class name
- * use sub classes of ClassicStorage to differentiate between BE and FE
session storage
* circumvents design shortcomi... - 12:38 Revision dfbb944e: [Bugfix] Define configuration in subclasses
- * reason: Authentication objectst are not yet instantiated when service is requested
Change-Id: I28017ef7f005867d980... - 12:38 Revision 4ceca6e4: [FEATURE] Kickstart session API
- add new classes to TYPO3\CMS\Core:
* Session\Data is an OO wrapper for session info
* Session\StorageInterface define... - 12:38 Revision 9168d858: [TASK] Refactor class Session\Data
- refactoring of class \TYPO3\CMS\Core\Session\Data
* store timeout of session instead of timestamp of last change
** t... - 12:38 Revision 64d723e6: [FEATURE] Use session storage for frontend users
- change to class FrontendUserAuthentication
* new attribute $storageBackend: holds implementation of storage backend s... - 12:38 Revision 0c02b1ce: [FEATURE] Use session storage API in abstract parent class
- class AbstractUserAuthentication:
* check for and use $sessionStorage during creation, saving and deletion of, search... - 10:54 Revision 3f53e6b4: [BUGFIX] Correct storage selection (common prefixes)
- If there is a local storage "uploads/test/" and a requested file
is in "uploads/other/file.txt", the storage matching... - 10:54 Revision 7151ce06: [BUGFIX] Correct storage selection (common prefixes)
- If there is a local storage "uploads/test/" and a requested file
is in "uploads/other/file.txt", the storage matching... - 10:35 Revision 0a80fb6b: [BUGFIX] Fix broken Unit-test for #44825
- Change-Id: Id1ecce2b4fe789b655f63cd8b5f78ab20eadfbd5
Resolves: #52201
Related: #44825
Releases: 6.2, 6.1, 6.0
Reviewe... - 10:35 Revision 1d17a21e: [BUGFIX] Fix broken Unit-test for #44825
- Change-Id: Id1ecce2b4fe789b655f63cd8b5f78ab20eadfbd5
Resolves: #52201
Related: #44825
Releases: 6.2, 6.1, 6.0
Reviewe... - 10:34 Revision a74461d4: [BUGFIX] Fix broken Unit-test for #44825
- Change-Id: Id1ecce2b4fe789b655f63cd8b5f78ab20eadfbd5
Resolves: #52201
Related: #44825
Releases: 6.2, 6.1, 6.0
Reviewe... - 05:17 Revision c6a58be9: [BUGFIX] Using ext:sys_action gives a warning about not valid HTML
- When ext:sys_action is installed it will give a warning about
not valid HTML. This is because the id="" and class="" ... - 05:16 Revision 04dcfbc7: [BUGFIX] Label user function for sys_file_reference uses HTML
- The change I7770044c11a6c1a1bcb51a3bfc11b85923653196 added meta
information for the FAL IRRE headers.
It uses a defin... - 01:37 Revision a81a5816: [BUGFIX] Don't show duplicates in workspace preview
- Fixed workspace filters in case of workspace preview
in TYPO3\CMS\Frontend\Page\PageRepository::enableFields().
Addi...
2013-09-23
- 23:54 Revision 68e91cca: [BUGFIX] Move beuser property mappings to global scope
- Currently the persistence settings for all tx_beuser models are defined
in module.tx_beuser.persistence.classes.
If a... - 23:49 Revision d46858df: [BUGFIX] Prevent leading space for empty ATagParams
- Currently a leading space will be returned by the ATagParams handler when
the $addGlobal parameter is TRUE.
This pat... - 23:32 Revision 172606b3: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
- AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume... - 22:11 Revision 71ac43b6: [BUGFIX] Reset singletons in Extbase command
- This patch fixes the handleRequest() method signature of
the Cli request handler by returning the response object
lik... - 21:55 Revision 14b4edb7: [BUGFIX] Correct storage selection (common prefixes)
- If there is a local storage "uploads/test/" and a requested file
is in "uploads/other/file.txt", the storage matching... - 20:08 Revision be4627f5: [BUGFIX] Fix page.headerData + USER_INT
- INT scripts placed in page.headerData.XX were
not replaced any more after introducing USER_INT
capabilities of the pa... - 20:08 Revision ae9b6064: [BUGFIX] Fix page.headerData + USER_INT
- INT scripts placed in page.headerData.XX were
not replaced any more after introducing USER_INT
capabilities of the pa... - 20:07 Revision f28a9861: [BUGFIX] Fix page.headerData + USER_INT
- INT scripts placed in page.headerData.XX were
not replaced any more after introducing USER_INT
capabilities of the pa... - 12:50 Revision 9869927e: [FEATURE] Viewpage module usablity optimization
- Improve usability of viewpage module with:
* Added a default option with width and height set to auto
* Selection is...
2013-09-21
- 10:40 Revision 6278df2f: [FEATURE] add sorting on sys_category
- sys_category until now misses a specific sort order
and is sorted by title. Adding a sorting property
gives more flex...
2013-09-20
- 16:06 Revision 580a5769: [BUGFIX] Increase length of identifier field in sys_file
- Sometimes the identifier is longer than 200 chars. This patch increases
the maximum length to 512 characters.
Resolv... - 16:01 Revision 7d08d29c: [BUGFIX] Increase length of identifier field in sys_file
- Sometimes the identifier is longer than 200 chars. This patch increases
the maximum length to 512 characters.
Resolv... - 16:00 Revision ec0fa117: [BUGFIX] Increase length of identifier field in sys_file
- Sometimes the identifier is longer than 200 chars. This patch increases
the maximum length to 512 characters.
Resolv... - 12:08 Revision cb6bf253: [BUGFIX] Wrong exception on renaming folder
- When a user tries to rename a folder without the permissions
to do so, the ResourceStorage throws a
"InsufficientFile... - 12:05 Revision e0600ed1: [BUGFIX] Wrong exception on renaming folder
- When a user tries to rename a folder without the permissions
to do so, the ResourceStorage throws a
"InsufficientFile... - 12:02 Revision 7aa646f0: [BUGFIX] Wrong exception on renaming folder
- When a user tries to rename a folder without the permissions
to do so, the ResourceStorage throws a
"InsufficientFile... - 09:37 Revision bcbf6bfc: [TASK] Update felogin doc with showForgotPassword change
- Related: #50138
Releases: 6.2
Change-Id: I98bf8a4eadfae7183d8904956b3adcfdface1e5b
Reviewed-on: https://review.typo3.... - 08:06 Revision bd32759e: [FEATURE] Show forgot password only if conf showForgotPassword = 1
- Do not show forgot password form in felogin, if the forgot
password link for the login form has been disabled.
Resol...
2013-09-19
- 22:04 Revision 9423c2cf: [BUGFIX] Fix PHP warning when writing to Backend user log
- The writelog method for the BackendUserAuthentication object is now
checking if there is actually an uid available in... - 22:03 Revision cdba66b4: [BUGFIX] Fix PHP warning when writing to Backend user log
- The writelog method for the BackendUserAuthentication object is now
checking if there is actually an uid available in... - 22:03 Revision f36574c7: [BUGFIX] Fix PHP warning when writing to Backend user log
- The writelog method for the BackendUserAuthentication object is now
checking if there is actually an uid available in... - 14:45 Revision 807b5919: [BUGFIX] Display relations' titles when TCA label field is type inline
- This change adds a case to treat "inline" TCA types the same way
"select" is treated when building the record's label... - 08:11 Revision d8ec3c18: [BUGIFX] Missing rendering for newer menus
- Rendering is missing in css_styled_content for menu types
8 and 9 (introduced in 6.0 and 6.2 respectively) for older
...
2013-09-18
- 15:11 Revision ef6dc061: [BUGFIX] Fix cropping of transparent gifs with im6.
- The usage of the ! operator to force cropping empty image
canvas is inverted between ImageMagick v4 and v6 while
Grap...
2013-09-17
- 20:32 Revision 23e60070: [BUGFIX] Faulty expand/collapse behavior in Element Browser
- On using the element browser in combination with files, the
expand/collapse behavior is wrong. On opening a collapsed... - 20:31 Revision fd534b6a: [BUGFIX] Faulty expand/collapse behavior in Element Browser
- On using the element browser in combination with files, the
expand/collapse behavior is wrong. On opening a collapsed... - 19:46 Revision 070a6cd4: [BUGFIX] Faulty expand/collapse behavior in Element Browser
- On using the element browser in combination with files, the
expand/collapse behavior is wrong. On opening a collapsed... - 19:21 Revision c79315ac: [BUGFIX] Fix cropping of transparent gifs with im6.
- The usage of the ! operator to force cropping empty image
canvas is inverted between ImageMagick v4 and v6 while
Grap... - 19:20 Revision ce68bcd5: [BUGFIX] Fix cropping of transparent gifs with im6.
- The usage of the ! operator to force cropping empty image
canvas is inverted between ImageMagick v4 and v6 while
Grap... - 19:19 Revision aa4ab274: [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons
- Resolves: #50907
Releases: 6.2, 6.1, 6.0
Change-Id: Iecb0a0b5db6c5caffad2210242a709e7310269ff
Reviewed-on: https://re... - 19:19 Revision fb5bbbf0: [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons
- Resolves: #50907
Releases: 6.2, 6.1, 6.0
Change-Id: I232498fea18b270e9436aeaf710f728a62365a4b
Reviewed-on: https://re... - 19:18 Revision d16f5510: [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons
- Resolves: #50907
Releases: 6.2, 6.1, 6.0
Change-Id: I232498fea18b270e9436aeaf710f728a62365a4b
Reviewed-on: https://re... - 17:58 Revision 2bb53489: [BUGFIX] Fix cropping of transparent gifs with im6.
- The usage of the ! operator to force cropping empty image
canvas is inverted between ImageMagick v4 and v6 while
Grap... - 14:48 Revision 1461ad2f: [FEATURE] Allow multiple category fields per table
- It is only possible to do one makeCategorizable() call per
table, because if you do more the later calls would overwr...
2013-09-16
- 20:51 Revision 87c133d4: [TASK] Remove GFX/im_mask_temp_ext_noloss setting
- im_mask_temp_ext_noloss setting is a bugfix for a no longer supported
Image Magick 5 version. It can be removed.
Cha... - 07:06 Revision 557aaa3c: [TASK] Remove GFX/im_combine_filename setting
- Image Magick support for versions 4 and 5 was dropped. The setting
to differentiate combine from composite is obsolet... - 06:50 Revision a553a4ff: [TASK] Remove BE/TSconfigConditions setting
- Did you know there is an option to disable condition parsing in
TS config? It is removed with the patch.
Change-Id: ...
2013-09-15
- 21:49 Revision 52238b1c: [TASK] Remove GFX/im_no_effects setting
- Support for Image Magick version 4 and 5 was dropped, allowed
settings for im_version_5 are "im6" and "gm". As soon a... - 21:38 Revision d05fcff5: [BUGFIX] Install tool: Use sRGB colorspace in presets
- Image Magick versions 6.7 and above need sRGB as colorspace,
otherwise images are too dark. This also works for older... - 15:16 Revision 1048b0eb: [BUGFIX] SQL error in install tool if no root page available
- Resolves: #52008
Releases: 6.2
Change-Id: I8fd7546ca6a293c6e9d11dd46d37a8cc89cf9620
Reviewed-on: https://review.typo3... - 15:14 Revision dc047c7f: [BUGFIX] Install tool sanitizes image generation output
- If execute path to ImageMagick or GraphicsMagick is not configured
correctly, the "Test setup" image tests in the ins... - 15:13 Revision 3100b70f: [TASK] Don't set extensions checked by default in InstallSysExtsUpdate
- In the InstallSysExtsUpdate update wizard the extensions are checked
by default. This gives the indication that the e... - 15:12 Revision b8222bd5: [FEATURE] Show string value for PHP error codes in install tool
- "All configuration" in install tool shows the integer representation
of the bit mask of the PHP error codes in settin...
2013-09-14
- 17:09 Revision c9059d91: [TASK] Improve description of config preset in install tool
- Resolves: #52007
Releases: 6.2
Change-Id: I4c8bb6930040a9f3a5c5bc92c9638a98a2668daf
Reviewed-on: https://review.typo3... - 11:40 Revision 7d435b50: [FEATURE] Conditions support in backend layouts
- Resolves: #47588
Releases: 6.2
Change-Id: I266f28472ffd78443b107d7ad6577603aecbc584
Reviewed-on: https://review.typo3... - 11:39 Revision d30d5517: [BUGFIX] Configuration controller fatals with local-only extension
- If the settings of a local-only extension get saved the configuration
controller fatals. This is because the result o... - 00:21 Revision 68b2cede: [TASK] Improve status messages of install tool
- Resolves: #51995
Releases: 6.2
Change-Id: Ic1f2459b58f5376a306a6e8c910398ce6e4a9efe
Reviewed-on: https://review.typo3... - 00:07 Revision 6034995c: [BUGFIX] Install Tool System environment warning badges look ugly
- The badges are now aligned and don't jump around when
the menu entry is selected. The left menu gets more room.
Rele...
2013-09-13
- 23:52 Revision a88f8bc7: [TASK] Clean up install tool module
- Resolves: #51996
Releases: 6.2
Change-Id: I5afca17c80931f3f9946fa5f33dc29fd1f572644
Reviewed-on: https://review.typo3... - 22:57 Revision f5f5c979: [FEATURE] Install tool: Left menu at fixed position
- * Streamlines install tool main template.
* Adds a ContextService and use that in the templates.
No more huge if/th... - 21:05 Revision 138f5445: [TASK] Add new icon for ext:reports
- Add a new icon for ext:reports-module and adjust the
IconViewHelper. Removes 2 old icons.
Change-Id: Iff731cc27ad8e6... - 18:46 Revision 22ee6608: [BUGFIX] Also consider JPEG files for IM/GM
- The Core does not check for the JPEG file extension
when converting images with IM/GM.
Resolves: #51981
Releases: 6.... - 18:46 Revision 0fe373b2: [BUGFIX] Also consider JPEG files for IM/GM
- The Core does not check for the JPEG file extension
when converting images with IM/GM.
Resolves: #51981
Releases: 6.... - 18:46 Revision 4e5d1e8e: [BUGFIX] Install tool: Fixed document header
- The document header is not at a fixed position but "scrolls away".
Fix this by adding a missing t3skin structure .css... - 17:52 Revision 122a3c0f: [BUGFIX] Also consider JPEG files for IM/GM
- The Core does not check for the JPEG file extension
when converting images with IM/GM.
Resolves: #51981
Releases: 6....
2013-09-12
- 23:38 Revision 70ce5402: [TASK] Use a 401 header if login is not successful
- If login is not correct, a 401 should be used instead of a 200.
Change-Id: Ia2fa139e89fe19df77bb0530b4fbce502506f524... - 23:31 Revision 40cb0a43: [TASK] Use a 401 header if login is not successful
- If login is not correct, a 401 should be used instead of a 200.
Change-Id: Ia2fa139e89fe19df77bb0530b4fbce502506f524... - 23:30 Revision b0c54dca: [TASK] Use a 401 header if login is not successful
- If login is not correct, a 401 should be used instead of a 200.
Change-Id: Ia2fa139e89fe19df77bb0530b4fbce502506f524... - 23:09 Revision 9974f36d: [TASK] Use a 401 header if login is not successful
- If login is not correct, a 401 should be used instead of a 200.
Change-Id: Ia2fa139e89fe19df77bb0530b4fbce502506f524... - 20:28 Revision 71690327: [BUGFIX] Replace SHOW DATABASE by query to schema
- The SQL query "SHOW DATABASE" may be restricted on the SQL Server.
Since MySQL 5.0 (which is minimum since TYPO3 CMS ... - 19:53 Revision 7bb2cc9c: [BUGFIX] Replace SHOW DATABASE by query to schema
- The SQL query "SHOW DATABASE" may be restricted on the SQL Server.
Since MySQL 5.0 (which is minimum since TYPO3 CMS ... - 18:22 Revision 903046fd: [BUGFIX] Call to undefined method setTemplateFile
- Call to undefined method when setting
'pageHeaderFooterTemplateFile' in TypoScriptFrontendController.
This needs to b... - 18:22 Revision ddf74b08: [BUGFIX] Call to undefined method setTemplateFile
- Call to undefined method when setting
'pageHeaderFooterTemplateFile' in TypoScriptFrontendController.
This needs to b... - 18:21 Revision eee040cc: [BUGFIX] Call to undefined method setTemplateFile
- Call to undefined method when setting
'pageHeaderFooterTemplateFile' in TypoScriptFrontendController.
This needs to b... - 17:43 Revision a37076ab: [TASK] Use lambda functions instead of create_function
- Make use of the possibilities of PHP 5.3+ and replace all
instances of create_function with an inlined function call.... - 17:23 Revision 74713b93: [TASK] Install tool: Sort "All configuration" sections
- Order the sections in all configuration alphabetically.
Change-Id: I2096d2b0d8892e93a5740d0ad2b7dee1ddceb93e
Resolve... - 17:20 Revision f60669b4: [TASK] Improve Installer database selection step
- Make the following adaption:
* Change the order of the two options.
* Preselect the first, empty, existing database... - 15:03 Revision f44d074c: [BUGFIX] Install tool shows docheader in backend
- Install tool should show a document header if called in backend.
It includes some .css files from t3skin to do that. ... - 14:19 Revision 38bdae45: [BUGFIX] Installing TYPO3 -> Installing TYPO3 CMS
- Use correct product name in title tag and box during installation.
Change-Id: I21141aa06c12c1abf7fff83e1e33148be6c63... - 13:55 Revision 915d9987: [TASK] Install tool: Refactor db connect configuration settings
- Refactor needsExecution() logic to make sure the mandatory settings
(username, password, host, port) are present in L... - 13:54 Revision f0d82f04: [BUGFIX] Fix phpDoc comment for addStaticFile()
- The method
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile()
should be called in ext_tables.php fil... - 11:30 Revision ec0e720b: [TASK] Set TYPO3 version to 4.5.31-dev
- Change-Id: Ifd4a45e440a1b25df360163d7c67a0f85ea58099
Reviewed-on: https://review.typo3.org/23780
Reviewed-by: TYPO3 R... - 11:29 Revision 502e7a05: [RELEASE] Release of TYPO3 4.5.30
- Change-Id: Ic083947be2c806f1edf2f177163dae4d6c36fce4
Reviewed-on: https://review.typo3.org/23779
Reviewed-by: TYPO3 R... - 11:18 Revision e786c9c3: [TASK] Set TYPO3 version to 4.7.16-dev
- Change-Id: I9339c2f3f95de90f91240f0bff03296c7d3da2f4
Reviewed-on: https://review.typo3.org/23778
Reviewed-by: TYPO3 R... - 11:18 Revision 2525aa92: [RELEASE] Release of TYPO3 4.7.15
- Change-Id: Id9460a5e3d000f30173fe0dac7e3bfb85fc60d89
Reviewed-on: https://review.typo3.org/23777
Reviewed-by: TYPO3 R... - 11:12 Revision fa15b673: [TASK] Set TYPO3 version to 6.0.11-dev
- Change-Id: Ief4065d72cf810df656c54b10c9ea974fa5bf142
Reviewed-on: https://review.typo3.org/23776
Reviewed-by: TYPO3 R... - 11:11 Revision 5e1f2fc3: [RELEASE] Release of TYPO3 6.0.10
- Change-Id: I0f9c4e958d535b7273f327b183666b8ed7b28694
Reviewed-on: https://review.typo3.org/23775
Reviewed-by: TYPO3 R... - 10:59 Revision 66ad5e74: [TASK] Set TYPO3 version to 6.1.6-dev
- Change-Id: I5fa98428e5a7cca5162c8d2b0c7636dae87cde67
Reviewed-on: https://review.typo3.org/23774
Reviewed-by: TYPO3 R... - 10:58 Revision ebacbb55: [RELEASE] Release of TYPO3 6.1.5
- Change-Id: Icf49a0e16d336e6d942a56a178207c13834dc676
Reviewed-on: https://review.typo3.org/23773
Reviewed-by: TYPO3 R... - 00:28 Revision e8b1bd72: [BUGFIX] Fix SQL error for sys_file
- Regression for SQL error introduced with #51562.
Resolves: #51929
Releases: 6.2, 6.1
Change-Id: Ib9756234fed6284c5c7... - 00:28 Revision 82d24467: [BUGFIX] Fix SQL error for sys_file
- Regression for SQL error introduced with #51562.
Resolves: #51929
Releases: 6.2, 6.1
Change-Id: Ib9756234fed6284c5c7...
2013-09-11
- 20:18 Revision a0f292cf: [BUGFIX] Install Tool: Improve UX for foldout sections
- Change the cursor and add an arrow for foldout sections
in the Install Tool.
Resolves: #49188
Releases: 6.2
Change-I... - 20:10 Revision 8fb6d68a: [TASK] Move StorageRepositoryTest tests to AbstractRepositoryTest
- All tests in the class belong to AbstractRepository, so the tests move.
Change-Id: I5e78e0d61a2d8f8bcfd06d871a909b74... - 20:10 Revision 7fbe83cc: [TASK] Move StorageRepositoryTest tests to AbstractRepositoryTest
- All tests in the class belong to AbstractRepository, so the tests move.
Change-Id: I5e78e0d61a2d8f8bcfd06d871a909b74... - 20:09 Revision 939962d6: [TASK] Move StorageRepositoryTest tests to AbstractRepositoryTest
- All tests in the class belong to AbstractRepository, so the tests move.
Change-Id: I5e78e0d61a2d8f8bcfd06d871a909b74... - 19:41 Revision 34c6bf1b: [BUGFIX] Empty __call() function hides implementation errors
- Throw an Exception if this method hits.
Change-Id: Ide94043bb008e1dfaf19b452570ce70d5f2aa432
Resolves: #51924
Releas... - 19:41 Revision 7faebc27: [BUGFIX] Empty __call() function hides implementation errors
- Throw an Exception if this method hits.
Change-Id: Ide94043bb008e1dfaf19b452570ce70d5f2aa432
Resolves: #51924
Releas... - 19:00 Revision 1831c954: [BUGFIX] Move forgotten getEnvironmentMode()
- getWhereClauseForEnabledFields() moved from StorageRepository
to AbstractRepository, but getEnvironmentMode() stayed
... - 19:00 Revision 322bbef7: [BUGFIX] Move forgotten getEnvironmentMode()
- getWhereClauseForEnabledFields() moved from StorageRepository
to AbstractRepository, but getEnvironmentMode() stayed
... - 18:59 Revision 6ebc13a4: [BUGFIX] Move forgotten getEnvironmentMode()
- getWhereClauseForEnabledFields() moved from StorageRepository
to AbstractRepository, but getEnvironmentMode() stayed
... - 17:49 Revision 26af3da3: [TASK] FAL ResourceStorage must not access sys_file table directly
- The ResourceStorage accesses the index table sys_file directly via
a call to the $GLOBALS[TYPO3_DB]. The interaction ... - 17:48 Revision 663ccd5e: [TASK] FAL ResourceStorage must not access sys_file table directly
- The ResourceStorage accesses the index table sys_file directly via
a call to the $GLOBALS[TYPO3_DB]. The interaction ... - 17:48 Revision 22364493: [TASK] FAL ResourceStorage must not access sys_file table directly
- The ResourceStorage accesses the index table sys_file directly via
a call to the $GLOBALS[TYPO3_DB]. The interaction ... - 17:28 Revision 016949f6: [BUGFIX] Follow-Up: Missing signals on adding file
- Mocked driver needs to return a proper "file" on calls to addFile().
Change-Id: Iddfc2f9b7e71101ad229a513727f65f64d6... - 17:26 Revision 1e336aea: [BUGFIX] Follow-Up: Missing signals on adding file
- Mocked driver needs to return a proper "file" on calls to addFile().
Change-Id: Iddfc2f9b7e71101ad229a513727f65f64d6... - 17:16 Revision d972a39c: [BUGFIX] Follow-Up: Missing signals on adding file
- Mocked driver needs to return a proper "file" on calls to addFile().
Change-Id: Iddfc2f9b7e71101ad229a513727f65f64d6... - 16:00 Revision 8471e02d: [FEATURE] Enable allWrap.splitChar on all includeJS/includeCSS properties
- The includeJS/includeCSS properties of the PAGE object feature an
allWrap property which replaces all pipe symbols wi... - 15:55 Revision 5db38d38: [TASK] Remove sys_file.deleted flag and it's usage
- This also fixes the 'Uncaught TYPO3 Exception #1317178604
No file found for given UID.' that appears when some sys_fi... - 15:46 Revision cc7bde67: [TASK] Remove sys_file.deleted flag and it's usage
- This also fixes the 'Uncaught TYPO3 Exception #1317178604
No file found for given UID.' that appears when some sys_fi... - 15:31 Revision 7a4e75d5: [BUGFIX] Missing signals on adding file
- There are signals for most operations performed in the file storage, but
not for adding a file. Especially this opera... - 15:31 Revision e3688057: [BUGFIX] Missing signals on adding file
- There are signals for most operations performed in the file storage, but
not for adding a file. Especially this opera... - 15:29 Revision 3f806ae2: [BUGFIX] Missing signals on adding file
- There are signals for most operations performed in the file storage, but
not for adding a file. Especially this opera... - 14:31 Revision fcc250f5: [TASK] Remove sys_file.deleted flag and it's usage
- This also fixes the 'Uncaught TYPO3 Exception #1317178604
No file found for given UID.' that appears when some sys_fi...
2013-09-10
- 15:18 Revision 92e5e6c5: [TASK] Install tool configuration system
- The patch implements a "configuration system" to the install tool
that bundles several settings to enable them on cli... - 11:19 Revision 194702a5: [BUGFIX] Follow-up: Fix fileinfo property mapping in ResourceStorage
- Adjust unittest to changed conditions.
Change-Id: Ia885ba544a159cb1666464cece30c3e6ea3558b6
Fixes: #49386
Releases: ... - 11:01 Revision 45226b99: [BUGFIX] Follow-up: Fix fileinfo property mapping in ResourceStorage
- Adjust unittest to changed conditions.
Change-Id: Ia885ba544a159cb1666464cece30c3e6ea3558b6
Fixes: #49386
Releases: ... - 11:00 Revision bcbc7268: [BUGFIX] Follow-up: Fix fileinfo property mapping in ResourceStorage
- Adjust unittest to changed conditions.
Change-Id: Ia885ba544a159cb1666464cece30c3e6ea3558b6
Fixes: #49386
Releases: ... - 01:09 Revision 08c78c7b: [FEATURE] Enable/disable cascading deletion of child elements
- Deleting a record will also delete all child records,
which are configured as type inline (field, list) within.
This ... - 00:55 Revision dd84d0b3: [BUGFIX] Exception using cObject FORM in TypoScript
- Through a bug introduced by #31120, an Exception is thrown when a
TypoScript FORM object should be rendered.
Change-...
2013-09-09
- 23:34 Revision 9af1d6bb: [BUGFIX] Extbase scheduler task serialization
- When using Command Controllers as scheduled tasks the Extbase
Scheduled Task is serialized. Some singleton properties... - 22:35 Revision 506a9208: [BUGFIX] Fix fileinfo property mapping in ResourceStorage::setFileContents
- Fixes the handling of the mismatch between the file info property
"mimetype" and the file object property "mime_type"... - 22:35 Revision 21371365: [BUGFIX] Fix fileinfo property mapping in ResourceStorage::setFileContents
- Fixes the handling of the mismatch between the file info property
"mimetype" and the file object property "mime_type"... - 22:35 Revision ca5ea8a6: [BUGFIX] Fix fileinfo property mapping in ResourceStorage::setFileContents
- Fixes the handling of the mismatch between the file info property
"mimetype" and the file object property "mime_type"... - 22:23 Revision a242f24f: [FEATURE] FAL missing files report
- Adds a report about files flagged as missing.
Resolves: #51097
Releases: 6.2
Change-Id: I95f55fe9f0da9247e6960663dd3... - 22:21 Revision 91d723d8: [BUGFIX] Fix missing translation in ext:reports
- Fix missing translation for ext:sv in ext:reports.
This was not trasfered to the new location for
the locallang.xlf f... - 22:08 Revision 1ecf5cd5: [BUGFIX] excludeFromUpdates flag ignored
- Since the 6.0 Extension Manager, the "excludeFromUpdates" state
is ignored. It should be checked for and the update b... - 22:07 Revision 6dbd9d2f: [BUGFIX] excludeFromUpdates flag ignored
- Since the 6.0 Extension Manager, the "excludeFromUpdates" state
is ignored. It should be checked for and the update b... - 21:54 Revision 937c3dc3: [BUGFIX] mounts of same storage had same subfolder count in Filelist
- When you opened the filelist module as user who just was allowed to see
a bunch of filemounts, the filemounts had eit... - 21:54 Revision 9061584a: [BUGFIX] mounts of same storage had same subfolder count in Filelist
- When you opened the filelist module as user who just was allowed to see
a bunch of filemounts, the filemounts had eit... - 21:48 Revision f553c868: [BUGFIX] Extbase scheduler task serialization
- When using Command Controllers as scheduled tasks the Extbase
Scheduled Task is serialized. Some singleton properties... - 21:48 Revision 5e98799a: [BUGFIX] Extbase scheduler task serialization
- When using Command Controllers as scheduled tasks the Extbase
Scheduled Task is serialized. Some singleton properties... - 21:38 Revision 45191791: [TASK] Replace double quotes in exceptions
- Replace double quotes in exceptions to single quotes
Change-Id: I1a98d783d34eaf4f131b14ab27098c6a4759c9a0
Resolves: ... - 21:38 Revision e5896980: [TASK] Replace double quotes in exceptions
- Replace double quotes in exceptions to single quotes
Change-Id: I1a98d783d34eaf4f131b14ab27098c6a4759c9a0
Resolves: ... - 21:22 Revision df49c8c8: [TASK] Cleanup
- Replace \' with " in exceptions
Add missing PHP closing tag in StoragePermissionsAspect
Restructure a select query ... - 21:22 Revision d17a5328: [TASK] Cleanup
- Replace \' with " in exceptions
Add missing PHP closing tag in StoragePermissionsAspect
Restructure a select query ... - 21:05 Revision 429f36e2: [TASK] Cleanup
- Replace \' with " in exceptions
Add missing PHP closing tag in StoragePermissionsAspect
Eestructure a select query ... - 21:00 Revision e1a63147: [TASK] Replace double quotes in exceptions
- Replace double quotes in exceptions to single quotes
Change-Id: I1a98d783d34eaf4f131b14ab27098c6a4759c9a0
Resolves: ... - 20:56 Revision 041869b7: [BUGFIX] Filename not displayed in selector (file_reference)
- The selector values in BE-fields with type group->file_reference are
empty. The filename should be displayed at this ... - 20:56 Revision 3b52e07a: [BUGFIX] Filename not displayed in selector (file_reference)
- The selector values in BE-fields with type group->file_reference are
empty. The filename should be displayed at this ... - 20:53 Revision 8bd8e69f: [BUGFIX] Ignore userTSConfig if not set in getModTSconfig()
- It can happen that settings that are not defined in
userTSConfig can overwrite pageTSConfig settings
with a null valu... - 20:53 Revision a7d75848: [BUGFIX] Ignore userTSConfig if not set in getModTSconfig()
- It can happen that settings that are not defined in
userTSConfig can overwrite pageTSConfig settings
with a null valu... - 20:35 Revision a44c8f7e: [BUGFIX] Ignore userTSConfig if not set in getModTSconfig()
- It can happen that settings that are not defined in
userTSConfig can overwrite pageTSConfig settings
with a null valu... - 18:47 Revision 9d9db86c: [BUGFIX] Disable caching for ADMCMD_view parameter
- This prevents that previewing a page leads to an entry for this page
in the TYPO3 cache table because contents on thi... - 18:47 Revision 392f519d: [BUGFIX] Disable caching for ADMCMD_view parameter
- This prevents that previewing a page leads to an entry for this page
in the TYPO3 cache table because contents on thi... - 18:26 Revision c4179a13: [BUGFIX] Do not add trailing slashes to files
- In the security fix #50883 a canonicalize method
for folders has been used where items could
either be files or folde... - 18:26 Revision ac65ad3a: [BUGFIX] Do not add trailing slashes to files
- In the security fix #50883 a canonicalize method
for folders has been used where items could
either be files or folde... - 18:25 Revision 3315bc61: [BUGFIX] Do not add trailing slashes to files
- In the security fix #50883 a canonicalize method
for folders has been used where items could
either be files or folde... - 16:41 Revision 2fb54fca: [FEATURE] Show upload form for extensions in Get Extensions section
- This patch adds the upload form to the "Get Extensions" section in the
ExtensionManager.
Change-Id: Id8e698ba0d1c2cc... - 15:16 Revision 3d4d7853: [BUGFIX] Enable ProcessedFiles to do file exists
- Make storage 0 folder readable, browsable and writable
to mitigate the problems that arise with non
readable processi... - 15:15 Revision 714d34ed: [BUGFIX] Enable ProcessedFiles to do file exists
- Make storage 0 folder readable, browsable and writable
to mitigate the problems that arise with non
readable processi... - 12:13 Revision 83b4390d: [FEATURE] Enhance youtube id getting
- The preg_match to fetch the video id from an url do cover only a few
variation. The enhancement covers a lot more pos...
2013-09-08
- 21:40 Revision 9e2bfef7: [BUGFIX] Fix viewObjectNamePattern regression in Extbase
- http://forge.typo3.org/issues/47609 introduced an Extbase
regression by changing the behaviour of viewObjectNamePatte... - 21:40 Revision c791223a: [BUGFIX] Fix viewObjectNamePattern regression in Extbase
- http://forge.typo3.org/issues/47609 introduced an Extbase
regression by changing the behaviour of viewObjectNamePatte... - 21:22 Revision 8c2e2a1c: [BUGFIX] Fix viewObjectNamePattern regression in Extbase
- http://forge.typo3.org/issues/47609 introduced an Extbase
regression by changing the behaviour of viewObjectNamePatte... - 20:35 Revision 046967d9: [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-... - 20:34 Revision 248d9cfd: [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-... - 15:12 Revision f873d1d4: [BUGFIX] Filename not displayed in selector (file_reference)
- The selector values in BE-fields with type group->file_reference are
empty. The filename should be displayed at this ... - 13:36 Revision 0f1e1095: [TASK] Check whether data was successfully imported in the functional test
- Exception is thrown when fixture data can not be loaded into database.
Resolves: #51783
Releases: 6.2
Change-Id: If2...
2013-09-06
- 20:24 Revision c50ee9f3: [WIP][FEATURE] Classic session storage service
- * !!! known bug: T3_SERVICES prohibits multiple instances of services so sessions in frontend are broken because FE a...
- 20:20 Revision 866f0c6d: [BUGFIX] Follow-up to IRRE override strategy
- In #49685 a more usable behavior of the override strategy
has been introduced for FAL usages. The new output from
TCE... - 19:55 Revision c8a3e364: [BUGFIX] Disable caching for ADMCMD_view parameter
- This prevents that previewing a page leads to an entry for this page
in the TYPO3 cache table because contents on thi... - 19:43 Revision 4bf5e79f: [BUGFIX] Enable ProcessedFiles to do file exists
- Make storage 0 folder readable, browsable and writable
to mitigate the problems that arise with non
readable processi... - 19:37 Revision 0fa2da46: [BUGFIX] Suggest wizard broken when used in a repeating flexform element
- Get correct fieldConfig when in repeating flexform. Adjust
JavaScript a bit to make this work.
Resolves: #48474
Rele... - 18:05 Revision 3da7139f: [BUGFIX] Replace old images by sprite
- Adding new images to sprite
Resolves: #50573
Releases: 6.2
Change-Id: I586c206bc84dd44230a6b56ea6e9deaf1d63849f
Revi... - 12:25 Revision adf98024: [BUGFIX] Recreate processig folder without permission checks
- When fetching the processing folder and it does not
exist, it is created on the fly. This should be done
without chec... - 12:25 Revision 4a80aa53: [BUGFIX] Recreate processig folder without permission checks
- When fetching the processing folder and it does not
exist, it is created on the fly. This should be done
without chec... - 12:24 Revision 52b11e5d: [BUGFIX] Recreate processig folder without permission checks
- When fetching the processing folder and it does not
exist, it is created on the fly. This should be done
without chec... - 11:34 Revision 990cd92c: [BUGFIX] Do not register storage factory slot during install
- In install tool context TYPO3_MODE is set to BE
but there is no backend user initialized.
Because of that the storage... - 11:32 Revision f1b5e15d: [BUGFIX] Do not register storage factory slot during install
- In install tool context TYPO3_MODE is set to BE
but there is no backend user initialized.
Because of that the storage... - 11:32 Revision 65768d05: [BUGFIX] Do not register storage factory slot during install
- In install tool context TYPO3_MODE is set to BE
but there is no backend user initialized.
Because of that the storage... - 10:44 Revision 54034a77: [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... - 10:44 Revision 1ce9f902: [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-09-05
- 18:36 Revision 24731b0d: [BUGFIX] mounts of same storage had same subfolder count in Filelist
- When you opened the filelist module as user who just was allowed to see
a bunch of filemounts, the filemounts had eit...
2013-09-04
- 22:28 Revision 34d22cc8: [TASK] Remove conflict code
- Remove conflict code which was luckily inside doc-comments.
Resolves: #51745
Releases: 6.1, 6.0
Change-Id: I2a175000... - 21:35 Revision 3ba578dd: [TASK] Remove conflict code
- Remove conflict code which was luckily inside doc-comments.
Resolves: #51745
Releases: 6.1, 6.0
Change-Id: I2a175000... - 14:43 Revision b482c8df: [TASK] Set TYPO3 version to 6.1.5-dev
- Change-Id: Ie229907579f6581ba396dcb5373e18d024995fdc
Reviewed-on: https://review.typo3.org/23612
Reviewed-by: Oliver ... - 14:42 Revision 9f6713bd: [RELEASE] Release of TYPO3 6.1.4
- Change-Id: I4eac865bdbe7c838ebbd9351cd39d899fb03ba5e
Reviewed-on: https://review.typo3.org/23611
Reviewed-by: Oliver ... - 14:24 Revision e847a42e: [TASK] Set TYPO3 version to 6.0.10-dev
- Change-Id: Idda440048c4bee27ac22560b026c73979bca3e0f
Reviewed-on: https://review.typo3.org/23610
Reviewed-by: Oliver ... - 14:23 Revision 0224f977: [RELEASE] Release of TYPO3 6.0.9
- Change-Id: I3f87e9c0e2d6f4fd06f7eb8ebaff58b882b769d3
Reviewed-on: https://review.typo3.org/23609
Reviewed-by: Oliver ... - 14:13 Revision 5c86ffdb: [FEATURE] Use session storage for frontend users
- change to class FrontendUserAuthentication
* new attribute $storageBackend: holds implementation of storage backend s... - 14:13 Revision 75d72035: [FEATURE] Use session storage API in abstract parent class
- class AbstractUserAuthentication:
* check for and use $sessionStorage during creation, saving and deletion of, search... - 14:13 Revision bb4c279d: [BUGFIX] Correct timeout and timestamp handling
- Change-Id: Ifcf6ac441d32cdb0a959005db796f5fc46192035
- 14:13 Revision 4a1d99c2: [FEATURE] Kickstart session API
- add new classes to TYPO3\CMS\Core:
* Session\Data is an OO wrapper for session info
* Session\StorageInterface define... - 14:13 Revision ede7931b: [TASK] Refactor class Session\Data
- refactoring of class \TYPO3\CMS\Core\Session\Data
* store timeout of session instead of timestamp of last change
** t... - 13:24 Revision cbed687f: [SECURITY] Prohibit accessing storage 0 from backend UI
- Manually accessing backend entry-points regarding files passing
an identifier with storage 0 may allow unfiltered acc... - 13:23 Revision f48a1c1b: [SECURITY] Identifiers may refer to resources outside the storage
- The Driver needs to canonicalize all incoming identifiers at first,
and than check for their validity on every action... - 13:23 Revision 91c3c4c3: [SECURITY] Prohibit accessing storage 0 from backend UI
- Manually accessing backend entry-points regarding files passing
an identifier with storage 0 may allow unfiltered acc... - 13:23 Revision 6592233f: [SECURITY] Identifiers may refer to resources outside the storage
- The Driver needs to canonicalize all incoming identifiers at first,
and than check for their validity on every action... - 13:23 Revision 481c05cd: [SECURITY] Deny arbitrary code execution possibility for editors
- Because the filename is sanitized in the driver
after the check for denied file extensions is
performed, it was still... - 13:23 Revision dbc76c7c: [SECURITY] Refactor and fix FAL user permission handling
- * User permissions are only applied to storage objects
that are attached to a member variable of
BackendUserAuthe... - 13:23 Revision ae6e108f: [SECURITY] Add possibility to en-/disable file permission checks
- For admins and for front end request, we must be able
to deactivate permission checks completely, while
it must be po... - 13:23 Revision c524c0dc: [SECURITY] Check permissions in all actions of ResourceStorage
- The ResourceStorage omits checks for the configured user and
group permissions within the actions on that Storage.
T... - 13:23 Revision 952974b1: [SECURITY] Prohibit accessing storage 0 from backend UI
- Manually accessing backend entry-points regarding files passing
an identifier with storage 0 may allow unfiltered acc... - 13:22 Revision 1e710fb9: [SECURITY] Identifiers may refer to resources outside the storage
- The Driver needs to canonicalize all incoming identifiers at first,
and than check for their validity on every action... - 13:14 Revision 5d9b4e33: [SECURITY] Deny arbitrary code execution possibility for editors
- Because the filename is sanitized in the driver
after the check for denied file extensions is
performed, it was still... - 13:14 Revision a7e77220: [SECURITY] Refactor and fix FAL user permission handling
- * User permissions are only applied to storage objects
that are attached to a member variable of
BackendUserAuthe... - 13:14 Revision 3ebb905f: [SECURITY] Add possibility to en-/disable file permission checks
- For admins and for front end request, we must be able
to deactivate permission checks completely, while
it must be po... - 13:13 Revision 770b53e1: [SECURITY] Check permissions in all actions of ResourceStorage
- The ResourceStorage omits checks for the configured user and
group permissions within the actions on that Storage.
T... - 13:12 Revision 60736183: [SECURITY] Deny arbitrary code execution possibility for editors
- Because the filename is sanitized in the driver
after the check for denied file extensions is
performed, it was still... - 13:12 Revision b3e53a08: [SECURITY] Refactor and fix FAL user permission handling
- * User permissions are only applied to storage objects
that are attached to a member variable of
BackendUserAuthe... - 13:12 Revision 31d5b88e: [SECURITY] Add possibility to en-/disable file permission checks
- For admins and for front end request, we must be able
to deactivate permission checks completely, while
it must be po... - 13:12 Revision 02aa25d4: [SECURITY] Check permissions in all actions of ResourceStorage
- The ResourceStorage omits checks for the configured user and
group permissions within the actions on that Storage.
T...
2013-09-03
- 16:37 Revision c9e9c4fd: [TASK] CGL Cleanup of ResourceStorage
- To ease further backporting this change
backports some non functional CGL cleanup
to 6.0 branch
Releases: 6.1
Chang... - 15:51 Revision 77701ad6: [TASK] CGL Cleanup of ResourceStorage
- To ease further backporting this change
backports some non functional CGL cleanup
to 6.0 branch
Releases: 6.0
Chang... - 15:05 Revision 3dc13812: [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... - 15:04 Revision ec0a99cf: [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... - 13:05 Revision 1cf9d3cd: [BUGFIX] Fix fatal error in ExtendedFileUtility
- The backport of #46595 to the 6.0 branch
did not take into account that the ExtendedFileUtility
misses the addFlashMe...
Also available in: Atom