Activity
From 2015-02-01 to 2015-03-02
2015-03-02
- 21:51 Revision 0c73a953: [TASK] Code cleanup: Clipboard.php
- backend/Classes/Clipboard/Clipboard.php
To get it "green" in PhpStorm several changes were made:
- set correct param... - 21:22 Revision 57f749d1: [BUGFIX] Prevent infinite loop in TceformsUpdateWizard
- If you have more than 1000 missing files within file relations in
tt_content.image and pages.media an infinite loop p... - 21:21 Revision 4eccaf60: [BUGFIX] Do not fetch records from tables without references
- If no field of a table can contain a reference by its TCA definition
do not fetch record from this table at all. For ... - 20:59 Revision 23b8d74a: [BUGFIX] Fix listAll GET parameter case in indexed_search
- The GET parameter that is set is called listAll. We now read this
parameter instead of listALL to make the link for l... - 20:54 Revision 1a0f6b55: [TASK] styleguide: Adjust TYPO3 version dependency
- 20:45 Revision 64cf5ee5: [BUGFIX] Properly handle XLF translation file detection
- The GeneralUtility::llXmlAutoFileName() method will now also correctly
handle paths to files that are not placed with... - 20:41 Revision abac3032: [FEATURE] Additional params for HtmlParser attribute userFunc
- Sub parameters passed to the HtmlParser tag configuration like:
fixAttrib.[attribute].userFunc.myparam = test1
will... - 20:15 Revision 03bd2256: [FEATURE] Allow stripping of empty tags in HtmlParser
- Add a stripEmptyTags method to the HtmlParser
It can be enabled by TypoScript or TSConfig:
HTMLparser.stripEmptyTags... - 19:52 Revision b92f605b: [TASK] Move cache configuration to DefaultConfiguration
- ext:fluid and ext:exbase configure additional caches in ext_localconf.
Since both extensions are required and always ... - 19:49 Revision 3e181e10: [CLEANUP] Unused maxListPerPage property in indexed_search
- The maxListPerPage class property in the indexed_search Administration
controller ist not used any more and therefore... - 19:29 Revision 2fc469e9: [TASK] Allow AjaxDataHandler to pick button labels for Modal
- Use AjaxDataHandler with Modal API without TYPO3.Language inline.
Allow Modal API to pick button labels when wrapped ... - 19:23 Revision 7fdfdff8: [BUGFIX] Properly handle XLF translation file detection
- The GeneralUtility::llXmlAutoFileName() method will now also correctly
handle paths to files that are not placed with... - 19:07 Revision 3ab6f2a0: [!!!][BUGFIX] Skip cache hash for URIs to non-cacheable actions
- When building an URI for a non-cacheable action, while the current
request also is uncached, we can skip the cache ha... - 19:04 Revision 682c16fb: [TASK] Cache cache_imagesizes using the Caching Framework
- Streamline the code by moving the functionality to cache image sizes
processed by GraphicalFunctions (local-only so f... - 17:45 Revision aef204f2: [BUGFIX] Add property "uidLocal" to extbase FileReference model
- This is needed so extbase persists FileReferences created in the
frontend correctly. Otherwise the field "uid_local" ... - 17:44 Revision 035f15ca: [BUGFIX] Add property "uidLocal" to extbase FileReference model
- This is needed so extbase persists FileReferences created in the
frontend correctly. Otherwise the field "uid_local" ... - 17:40 Revision d6a30b05: [FEATURE] Add scheduler task to remove deleted records
- Scheduler task to remove deleted records from
content table(s) which are older than x days.
If a deleted record also... - 17:37 Revision f52bfacd: [BUGFIX] Show data of valid columns in element info
- The element information show rows for the data from
the special fields crdate, cruser_id and tstamp also if they
are ... - 17:33 Revision a8fa5789: [BUGFIX] Show data of valid columns in element info
- The element information show rows for the data from
the special fields crdate, cruser_id and tstamp also if they
are ... - 17:15 Revision 5e963014: [FEATURE] Add a Format.Case ViewHelper
- This adds a Format.Case ViewHelper that changes
a string's case in various manners like uppercase,
lowercase, (un-)ca... - 17:12 Revision e5b462a0: [TASK] Recycler: Rename table to record type
- Rename label "table" to "record type" in recycler
Change-Id: I81226203e3bcb705320563bc508d74f69d8142c1
Resolves: #43... - 17:06 Revision 741b565c: [TASK] Fluid RenderViewHelper compilable
- Resolves: #65451
Releases: master
Change-Id: Ia08ec9b586a2b080763f07ee2fe6e257ca484397
Reviewed-on: http://review.typ... - 17:01 Revision 512228f2: [TASK] Code cleanup ContextMenuConfiguration.php
- backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php
To get it "green" in PhpStorm several cha... - 15:41 Revision 4af8a633: [BUGFIX] Invalid back path of ImageViewHelper in TYPO3 backend
- If rendering an image in the TYPO3 backend, the regular case is
to prepend "../" to an URI with the assumption that t... - 15:40 Revision 1d58ab08: [BUGFIX] Invalid back path of ImageViewHelper in TYPO3 backend
- If rendering an image in the TYPO3 backend, the regular case is
to prepend "../" to an URI with the assumption that t... - 15:28 Revision 0295db1f: [TASK] Refactor module dispatcher to RequestHandler
- In order to move the mod.php global logic into
a unified way, the global code is moved to its
own RequestHandler for ... - 13:20 Revision 68caf38d: [TASK] Backport functional / unit bootstrap changes to 6.2
- Merge a couple of changes from master to 6.2 to keep the
unit / functional test environment better in sync.
* Puttin... - 13:05 Revision f5d526de: [BUGFIX] Invalid reference count on storing new child records in FlexForm
- If creating a new parent record that contains inline child
records as part of a FlexForm configuration, the resulting... - 12:25 Revision 30bbb596: [TASK] Introduce getters for $GLOBALS in TranslationStatusController
- Resolves: #65441
Releases: master
Change-Id: Ic9e790d2b2db17e930558dbafe4f458af948fc9a
Reviewed-on: http://review.typ... - 12:23 Revision bb731f3d: [TASK] Introduce getters for $GLOBALS in PageRepository
- Resolves: #65442
Releases: master
Change-Id: I7493bbae4bee93c7e2957e1d458d22036249de36
Reviewed-on: http://review.typ... - 12:07 Revision 2dbf32bf: [TASK] Move RemoveXSS to EXT:core
- The external library RemoveXSS placed
within typo3/contrib/ is moved to EXT:core
and also loaded via composer in orde... - 12:00 Revision c0b7c449: [BUGFIX] Prevent redirection loop for shortcuts
- This patch prevents the redirection to another page if the returned
URL is empty which would trigger a redirection lo... - 12:00 Revision 64684145: [BUGFIX] Prevent redirection loop for shortcuts
- This patch prevents the redirection to another page if the returned
URL is empty which would trigger a redirection lo... - 11:48 Revision d9a5dc9b: [TASK] Move leftover code from cms to frontend
- Leftover code that registers modules
that are located within EXT:frontend should
be moved from EXT:cms to EXT:fronten... - 11:45 Revision 497e07c5: [TASK] Introduced getter for $GLOBALS in backend/Classes/ContextMenu
- - add getter for LanguageService
- add getter for BackendUser
Resolves: #65445
Releases: master
Change-Id: I985f9b0a...
2015-03-01
- 22:22 Revision 8cdf89c7: [BUGFIX] File must use MIME type from index record
- The MIME type is stored in a field "mimetype" in the drivers, while the
field is called "mime_type" in the database. ... - 22:05 Revision b306a170: [TASK] Introduce unified RequestHandling for all requests
- The TYPO3 Bootstrap gets a new function run() to unify
existing entrypoints in FE, BE, CLI and Install Tool.
This wa... - 21:58 Revision 5d3cb5f9: [TASK] Make BaseViewHelper Compilable
- Change-Id: If0d763b4fb79ffb1584ea5c60804af63d4da3d7b
Resolves: #65440
Releases: master
Reviewed-on: http://review.typ... - 21:34 Revision 05d77767: [TASK] Make browser.php dispatched
- Use dispatching for browser.php
Resolves: #65289
Releases: master
Change-Id: I8edb2fb1182af39d5a87e8291e8b208067a70a... - 21:18 Revision fad401b1: [TASK] Use jQuery UI's "sortable" in page module
- Port the code to use jQuery UI's "sortable" instead of draggable and
droppable, which solves some issues:
- The elem... - 20:56 Revision 010135d5: [TASK] Make AliasViewHelper Compilable
- Change-Id: Ib3e5093902b5d2b46d4b2c6a3365abf8340da6ed
Resolves: #65438
Releases: master
Reviewed-on: http://review.typ... - 20:45 Revision 1e6df9d0: [TASK] Remove unused code in PageLayoutView.php
- Changing the backend view to use grid elements caused an ancient
piece of code in PageLayoutView.php to be never exec... - 20:42 Revision 4e683303: [TASK] Cleanup EXT:viewpage JavaScript
- The Extension viewpage (Web => View)
is still using a mixture of ExtJS and jQuery.
In order to use the logic from th... - 19:55 Revision b0e57cee: [TASK] Adjust INSTALL.md to TYPO3 CMS 7
- Furthermore the copyright year is adjusted.
Resolves: #65439
Releases: master
Change-Id: I332321bd4e84c66e381140caac... - 19:54 Revision 89bbde38: [TASK] Make logout.php dispatched
- Use dispatching for logout.php
Resolves: #65291
Releases: master
Change-Id: Ic003ec6dda083f69da2aaf0373ad48ea3bf4f56... - 19:03 Revision b1fdbd40: [TASK] UnitTests for TranslateViewHelper
- The TranslateViewHelper has no unit tests so far.
Change-Id: Ib7bdedf7e64276fcfcb7280fafc5d48c860f21c8
Resolves: #65... - 18:54 Revision 015b15d9: [BUGFIX] Let Scheduler handle storage indexing exception
- The FileStorageIndexingTask should not handle exceptions itself.
Instead it should let them bubble up to let the Sche... - 18:54 Revision a20d223c: [FOLLOWUP][BUGFIX] Respect interfaces as well when checking class existence
- Add accidentally forgotten guard clause for case insensitivity.
Releases: master, 6.2
Resolves: #65434
Change-Id: I3... - 18:53 Revision da47355b: [BUGFIX] Let Scheduler handle storage indexing exception
- The FileStorageIndexingTask should not handle exceptions itself.
Instead it should let them bubble up to let the Sche... - 18:53 Revision a6fbec6a: [FOLLOWUP][BUGFIX] Respect interfaces as well when checking class existence
- Add accidentally forgotten guard clause for case insensitivity.
Releases: master, 6.2
Resolves: #65434
Change-Id: I3... - 16:28 Revision 7d181826: [BUGFIX] Invalid reference count on storing new child records in FlexForm
- If creating a new parent record that contains inline child
records as part of a FlexForm configuration, the resulting... - 16:17 Revision 6d2b05b8: [BUGFIX] Respect interfaces as well when checking class existence
- As a backwards compatibility measure, the composer class loader
checked for class existence before requiring a class ... - 16:15 Revision dcfa78cf: [BUGFIX] Respect interfaces as well when checking class existence
- As a backwards compatibility measure, the composer class loader
checked for class existence before requiring a class ... - 15:46 Revision 4702e90a: [TASK] Streamline extension configuration
- - make type color working again
- use wizard_colorpicker instead of farbtastic
- streamline styling with formengine
... - 15:45 Revision 40115724: [BUGFIX] Prevent deletion of closing bracket via INCLUDE_TYPOSCRIPT
- Due to missing check of the last char being a new line, it is
possible that a closing bracket character is removed by... - 15:18 Revision d4f5c041: [!!!][TASK] Remove module URI storage in global variable
- Previously the URI to a module which was dispatched through mod.php was stored
in a global variable $GLOBALS['MCONF']... - 15:05 Revision 4ea127a7: [TASK] Code cleanup: ColorpickerController.php
- backend/classes/Controller/Wizard/ColorpickerController.php
To get it "green" in PhpStorm several changes were made:
... - 14:51 Revision 84176a1f: [BUGFIX] Code completion in t3editor behind operator
- Fix code completion in t3editor when substituing a value with
completed code behind a typoscript operator.
Change-Id... - 14:50 Revision 149a9418: [BUGFIX] Code completion in t3editor behind operator
- Fix code completion in t3editor when substituing a value with
completed code behind a typoscript operator.
Change-Id... - 12:08 Revision d21b223c: [BUGFIX] Check default storage first to find default upload folder
- Resolves: #65040
Releases: master, 6.2
Change-Id: I14d6d362db1796c90b03254f6339cb131f152a45
Reviewed-on: http://revie... - 12:07 Revision 38616222: [BUGFIX] Check default storage first to find default upload folder
- Resolves: #65040
Releases: master, 6.2
Change-Id: I14d6d362db1796c90b03254f6339cb131f152a45
Reviewed-on: http://revie... - 11:53 Revision bafb0dd4: [CLEANUP] Deprecate DataHandler property stripslashes_values
- The functionality is unnecessary and it's confusing when using
DataHandler that it must be explicitly set to FALSE to... - 11:52 Revision 99a30cf8: [TASK] Code cleanup RenameFileController.php
- backend/Classes/Controller/File/RenameFileController.php
To get it "green" in PhpStorm several changes are made:
- s... - 11:49 Revision a84e2626: [TASK] Make show_item.php dispatched
- Use dispatching for show_item.php
Resolves: #65283
Releases: master
Change-Id: If70f513ecc50445ea67b7e68bf7cd1df44cb... - 11:36 Revision e1027eb8: [BUGFIX] t3editor: Add code autocompletion for listNum
- Add code autocompletion for property listNum and property
preIfEmptyListNum in t3editor.
Resolves: #25732
Releases: ... - 11:33 Revision 2614ee63: [BUGFIX] t3editor: Add code autocompletion for listNum
- Add code autocompletion for property listNum and property
preIfEmptyListNum in t3editor.
Resolves: #25732
Releases: ... - 11:25 Revision f42a4ea4: [TASK] Introduced getters for $GLOBALS in ext:info_pagetsconfig
- Resolves: #65376
Releases: master
Change-Id: If06b63748fba645f7bdd4dce3938d313e598a1ae
Reviewed-on: http://review.typ...
2015-02-28
- 22:24 Revision dc6a2fe8: [TASK] Do not respect autoload info if core repo is composer root
- Doing a composer install directly in typo3 source has been
a requirement for core development for a while and a conve... - 22:17 Revision 0207ddc6: [TASK] Move EXT:cms/layout/res/ files to correct location
- Resolves: #65296
Releases: master
Change-Id: I08a3c8b6f89c029efacad06e13ea137560370e43
Reviewed-on: http://review.typ... - 22:13 Revision 11e6bea6: [TASK] Introduced getters for $GLOBALS in ext:func
- Resolves: #65375
Releases: master
Change-Id: I880f4f467e3a634cbabd375d13cb0e9f0029107c
Reviewed-on: http://review.typ... - 22:07 Revision a98e3918: [TASK] Deprecate alias cObjects COBJ_ARRAY and CASEFUNC
- The alias cObjects COBJ_ARRAY for COA and CASEFUNC
for CASE are moved to compatibility6.
Resolves: #65422
Change-Id:... - 22:06 Revision 75302dfe: [FOLLOWUP][BUGFIX] Allow file:// links in Element Browser
- This patch allows the use of links with file scheme in typolink().
Releases: master, 6.2
Resolves: #65358
Change-Id:... - 21:55 Revision 47e86ed6: [TASK] Do not respect autoload info if core repo is composer root
- Doing a composer install directly in typo3 source has been
a requirement for core development for a while and a conve... - 21:54 Revision ff47cafc: [FOLLOWUP][BUGFIX] Allow file:// links in Element Browser
- This patch allows the use of links with file scheme in typolink().
Releases: master, 6.2
Resolves: #65358
Change-Id:... - 21:53 Revision 9460dc30: [FOLLOWUP][TASK] Move Media cObject and CTypes
- Missed some removal of old classes,
also make sure that they are registered for FE and BE.
Resolves: #64719
Releases... - 21:47 Revision 6bc5d5b4: [BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays
- The SelectViewHelper tries to resolve the value and label
field as long as options are of type object, i.e. domain
ob... - 21:46 Revision 968ed7f4: [BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays
- The SelectViewHelper tries to resolve the value and label
field as long as options are of type object, i.e. domain
ob... - 21:45 Revision fd633680: [FOLLOWUP][BUGFIX] Prevent wrong ref_index for fields with soft references
- This patch resolved failing functional tests.
Releases: 6.2
Resolves: #65421
Change-Id: I1500cd766aa74199601dc74a4b8... - 21:44 Revision 40268448: [TASK] Move frontend registration from EXT:cms to EXT:frontend
- EXT:cms still registers logic that is completely placed
inside EXT:frontend (classes, content element wizards, tables... - 21:22 Revision 6e5f0651: [TASK] General code cleanup in ext:rsaauth
- Resolves: #65374
Releases: master
Change-Id: I64d942327a49d6e5cb6d292ee260b4c37b459374
Reviewed-on: http://review.typ... - 21:09 Revision f47d624b: [BUGFIX] Prevent wrong ref_index for fields with soft references
- If you add a page link to a field which is defined as softrefs, the
ReferenceIndex creates an index to a FAL record i... - 21:08 Revision 0064da7f: [BUGFIX] Prevent wrong ref_index for fields with soft references
- If you add a page link to a field which is defined as softrefs, the
ReferenceIndex creates an index to a FAL record i... - 20:29 Revision 2fac925c: [TASK] Move media libraries to EXT:mediace
- Files related solely to the media Content Element
are moved from typo3/contrib/ to the
extension itself.
Resolves: #... - 20:09 Revision 54f54628: [BUGFIX] Add back button from info page to element browser wizard
- When using the element browser for image insertion in backend form
or in RTE, there should be some Back button on the... - 19:53 Revision 40281c48: [BUGFIX] Escape regex chars when building sWordRegEx
- The submitted sword_list GET parameters are parsed through
preg_quote() when loaded into TSFE->sWordRegEx to prevent... - 19:52 Revision 9bfc3303: [BUGFIX] Allow file:// links in Element Browser
- Due to FAL checks it's not possible to link to a file:// resource as
external link. This patch checks for correct "fi... - 19:40 Revision a0125369: [BUGFIX] Escape regex chars when building sWordRegEx
- The submitted sword_list GET parameters are parsed through
preg_quote() when loaded into TSFE->sWordRegEx to prevent... - 18:39 Revision afef2225: [BUGFIX] Allow file:// links in Element Browser
- Due to FAL checks it's not possible to link to a file:// resource as
external link. This patch checks for correct "fi... - 18:34 Revision b4262b4f: [BUGFIX] Browse for records in edit document popup works again
- When editing a group in the edit document popup the browse for records
button was without function, this is now fixed... - 18:34 Revision dc7fa6a8: [BUGFIX] Make edit button in FormEngine wizard work again
- When clicking on the edit button wizard in FormEngine
(e.g. when editing a be_group inside the be_user record)
then t... - 18:06 Revision 57e8dc53: [BUGFIX] Always load scriptaculous in FormEngine
- As the refactoring of FormEngine now always
includes the suggest JS code,
scriptaculous needs to be loaded all the ti... - 18:02 Revision 947031d9: [TASK] Streamline TS registration for sysexts
- For historical reasons the "Static Template #43"
was "content.default" and the possibility to add
TypoScript after th... - 17:41 Revision e1d72549: [BUGFIX] Rethrow Extbase scheduler task exceptions
- This makes sure exception details thrown in Extbase scheduler tasks
can be shown by the Scheduler.
Resolves: #49071
... - 17:39 Revision a14a54ef: [BUGFIX] File must use MIME type from index record
- The MIME type is stored in a field "mimetype" in the drivers, while the
field is called "mime_type" in the database. ... - 17:39 Revision da07ff81: [CLEANUP] Unification of function naming
- The usage of getBackendUser and getBackendUserAuthentication is mixed
up in the core. But at least in inheritance thi... - 17:35 Revision 4ef3987f: [BUGFIX] Rethrow Extbase scheduler task exceptions
- This makes sure exception details thrown in Extbase scheduler tasks
can be shown by the Scheduler.
Resolves: #49071
... - 17:28 Revision 2f4d1314: [BUGFIX] Ensure new deep dirs don't contain double slashes
- The method of GeneralUtility::mkdir_deep has two parameters, which are
concatenated. This could end up in a double sl... - 17:26 Revision d813c9a4: [TASK] Move Media cObject and CTypes to new extension
- In order to separate features and also consolidate code for specific
features into one place, a new system extension ... - 17:24 Revision 212b9dbf: [!!!][TASK] Improve FormEngine and sub classes separation
- This patch improves the separation of FormEngine and its sub
classes. Currently, all sub classes like single element ... - 16:58 Revision ee8829a3: [BUGFIX] styleguide: Correct type for wrap examples in ext_conf_template
2015-02-27
- 23:41 Revision 9759533b: [BUGFIX] Workspaces: Fix broken buttons in frontend
- Adds a font size to the button text, so the button text in the
"send stage" windows in the workspace dialogs used in ... - 19:28 Revision 8c707462: [BUGFIX] Fix cookie evaluation order
- The workaround added for IE8 in #22084 is not needed any more
and removed without substitution.
This avoids problems... - 09:30 Revision 223237b8: [FOLLOWUP][TASK] Introduce getters for $GLOBALS in ext:setup
- Resolves: #65372
Releases: master
Change-Id: I19d67cb8de220f25f74667bc39a5ca25c62c9500
Reviewed-on: http://review.typ... - 08:10 Revision 3c56167f: [BUGFIX] Display Info of File in popup instead of File Metadata
- To stay inline with the File List, the popup from the list
should display info of a File and not of the File Metadata... - 01:34 Revision 4fa6d4f7: [TASK] Introduce getters for $GLOBALS in ext:sys_action
- Resolves: #65302
Releases: master
Change-Id: I215fc48ba7a1ac72e5be5c7357a2dd1557413d1f
Reviewed-on: http://review.typ... - 00:32 Revision b5c4ff27: [TASK] Introduce getters for $GLOBALS in ext:wizard_sortpages
- Resolves: #65297
Releases: master
Change-Id: I7822f7aa48fc47940300467ea15422d5910767cb
Reviewed-on: http://review.typ... - 00:18 Revision b66a0f09: [BUGFIX] Set correct workspace ID when updating referenceIndex for files
- When publishing a workspace the referenceIndex entries of the affected
sys_file_reference rows were not updated with ...
2015-02-26
- 23:50 Revision b8ba4a9e: [TASK] Replace $GLOBALS[‘LANG’] with local property in ext:aboutmodules
- The local property languageService was only used in the indexAction.
In getModulesData and getSubModuleData there was... - 23:45 Revision 3ac9aad2: [BUGFIX] Wrong signal class name in DatabaseTreeDataProvider
- In the emitPostProcessTreeDataSignal of the DatabaseTreeDataProvider
the namespace for the SlotDispatcher to get the ... - 23:44 Revision 5a19b095: [TASK] Introduce getter for $GLOBALS['LANG'] in ext:context_help
- Resolves: #65369
Releases: master
Change-Id: Id488fb523c3b3dcc255f9c5d36af537abec267d0
Reviewed-on: http://review.typ... - 23:42 Revision b200af75: [TASK] Introduce getters for $GLOBALS in ext:setup
- Resolves: #65372
Releases: master
Change-Id: I631590fd7ccb108aded2cd9b957331d0891e0bf8
Reviewed-on: http://review.typ... - 23:39 Revision e39adaf0: [TASK] Introduced getter for $GLOBALS['LANG'] in ext:cshmanual
- Resolves: #65371
Releases: master
Change-Id: I6832775eda3c97229b764bdb258b5f3ffb813402
Reviewed-on: http://review.typ... - 23:36 Revision 1cb940ea: [TASK] Introduce getters for $GLOBALS in ext:taskcenter
- Resolves: #65299
Releases: master
Change-Id: I3d3d9409e8994f9e61a487b02a132cc2db6c14df
Reviewed-on: http://review.typ... - 23:02 Revision f1fa8160: [TASK] Move ext:sys_action/x-sys_action.png to correct location
- Resolves: #65301
Releases: master
Change-Id: I1f479807f684952d183bee7dcfa1a26897c33c1d
Reviewed-on: http://review.typ... - 18:51 Revision b6b6da31: [TASK] Set TYPO3 version to 6.2.11-dev
- Change-Id: I6d8de31ab0d180f239cb017b2475ee068e45479a
Reviewed-on: http://review.typo3.org/37288
Reviewed-by: TYPO3 Re... - 18:50 Revision b3201dd1: [RELEASE] Release of TYPO3 6.2.10
- Change-Id: I0dc5879b38dffd53ecb16c816ce50fa4f428de76
Reviewed-on: http://review.typo3.org/37287
Reviewed-by: TYPO3 Re... - 17:42 Revision cee4be91: [TASK] Align submit and action button's positions
- Unify button positions as last column in tables and obvious submit
buttons underneath tables.
+ extension manager - ... - 17:27 Revision a54be70d: [BUGFIX] Fix cookie evaluation order
- The workaround added for IE8 in #22084 is not needed any more
and removed without substitution.
This avoids problems... - 17:26 Revision 99653df5: [TASK] Streamline ext_localconf.php / ext_tables.php of sysexts
- In order to have a proper "way to do things" for extension
developers to look up registration process the following
p... - 16:00 Revision 4a4221b2: [TASK] Move EXT:cms/layout/wizard_backend_layout.png
- Resolves: #65295
Releases: master
Change-Id: I072b91e1085bf4def958dc2fdf51a45a01995492
Reviewed-on: http://review.typ... - 10:02 Revision b3e5f5af: [TASK] Travis-ci: Add PHP 7 nightly
- Add PHP to monitor the situation and fix issues
as soon as the environment stabilized.
Change-Id: Ic08a6464c6be1fe43... - 00:20 Revision f1cd6ec8: [BUGFIX] Wrong reference to icon in EXT:taskcenter
- The icon was moved with #61200
Resolves: #65298
Releases: master
Change-Id: I0326e2d496905d5e4edb4e842cdd67fb8696729...
2015-02-25
- 20:23 Revision 769e7075: [BUGFIX] Typo in Rst documentation for issue #61459
- Replace "typo/" with "typo3/".
Releases: master
Resolves: #65348
Related: #61459
Change-Id: I39d7f1516a41172dadf71a5... - 18:14 Revision 25c99710: [TASK] Streamline BE User Initialization with TYPO3_OS
- The BE User initialization in the core uses the TYPO3_OS
constant in various places. The initialization can be
done i... - 18:03 Revision ef088666: [CLEANUP] MENU Content Object classes
- Change-Id: Ie911ce6da7fa60babc90104c27a45371c15492b4
Resolves: #64099
Releases: master
Reviewed-on: http://review.typ... - 17:56 Revision 82e3c8fb: [BUGFIX] Workspaces: Fix broken buttons in frontend
- Adds a font size to the button text, so the button text in the
"send stage" windows in the workspace dialogs used in ... - 14:48 Revision d7d942d5: [BUGFIX] Prevent duplicate '/' in filepath when uploading file
- To prevent a duplicate '/' in a filepath the function
LocalDriver::getAbsolutePath should be used instead of
concaten... - 13:43 Revision 3596360a: [TASK] Improve description in ext:sys_note/ext_localconf.php
- Improve the description of the manual registering of
"switchableControllerActions"
Resolves: #65300
Releases: master... - 13:42 Revision c3014356: [TASK] Updated copyright year in typo3/sysext/README.txt
- Resolves: #65294
Releases: master
Change-Id: I56de58378c291d79127c713251b0fe99085bc02f
Reviewed-on: http://review.typ... - 13:41 Revision 985470c7: [BUGFIX] Fix faulty negation in FileInfo implementation
- A faulty negation in the FileInfo class could end in a fatal
error if `finfo` is not supported by the php version and... - 12:36 Revision c2da28cb: [BUGFIX] Prevent duplicate '/' in filepath when uploading file
- To prevent a duplicate '/' in a filepath the function
LocalDriver::getAbsolutePath should be used instead of
concaten... - 09:03 Revision 40d47997: [TASK] Harmonize allowed characters of backend usernames
- When creating new backend users from the intall tool, any
character is now accepted for the username. Whitespaces get... - 09:02 Revision 121a59d9: [BUGFIX] Prevent double slash in canonicalizeAndCheckFolderIdentifier
- If the value given to AbstractHierarchicalFilesystemDriver->
canonicalizeAndCheckFolderIdentifier()
is '.' the return...
2015-02-24
- 22:25 Revision 23a9c3f3: [TASK] Set extension version and dependencies to 7.2
- Resolves: #65286
Releases: master
Change-Id: I7c8576ebb76bb02582396e1345e253ba0e9a1623
Reviewed-on: http://review.typ... - 21:42 Revision b2451b34: [TASK] Remove the closing PHP tag
- Resolves: #65284
Releases: master
Change-Id: Icff258aac434e815a629e47290b41263674502f4
Reviewed-on: http://review.typ... - 21:32 Revision ebc110f0: [BUGFIX] Show "Add task" after stopping a running task
- Check if CMD is "stop" to make "Add task" visible.
Resolves: #65235
Releases: master, 6.2
Change-Id: Ia5b87f6105e14e... - 21:26 Revision 194f2885: [BUGFIX] Show "Add task" after stopping a running task
- Check if CMD is "stop" to make "Add task" visible.
Resolves: #65235
Releases: master, 6.2
Change-Id: Ia5b87f6105e14e... - 15:46 Revision 66aff88e: [TASK] Set TYPO3 version to 7.2.0-dev
- Releases: master
Change-Id: I901675473bf00227e94c51edca5c2df065627a41
Reviewed-on: http://review.typo3.org/37170
Revi... - 15:35 Revision 199924bf: [TASK] Set TYPO3 version to 7.1.1-dev
- Change-Id: Ie8b44f5886414885ec5132821f3565185f99425c
Reviewed-on: http://review.typo3.org/37169
Reviewed-by: TYPO3 Re... - 15:34 Revision 5fa3e389: [RELEASE] Release of TYPO3 7.1.0
- Change-Id: Ia2e6ab0c8274d2c2bfc3cc61b3b72447ca9741d8
Reviewed-on: http://review.typo3.org/37168
Reviewed-by: TYPO3 Re... - 15:22 Revision 6f566836: Revert "[BUGFIX] Properly handle translation file detection"
- This reverts commit 81ec05a3fc39845426f302412d53ef6480fc7c3a.
The patch is reverted as it was merged in a merge-free... - 15:08 Revision 81ec05a3: [BUGFIX] Properly handle translation file detection
- The GeneralUtility::llXmlAutoFileName() method will now also correctly
handle paths to files that are not placed with... - 12:00 Revision 351eb9ba: [BUGFIX] Element browser: importing a selection of images does not work
- When using the element browser wizard to import a selection of images
into an images or text+images content element, ...
2015-02-23
- 16:48 Revision 6bfed613: [BUGFIX] Add missing isset() check in HTMLParser
- This is a regression fix for #54091.
It has been forgotten to add an isset() check for 'fixAttrib.set'.
Releases: ma...
2015-02-22
- 21:15 Revision b2939096: [TASK] Enable clipboard by default
- The clipboard is enabled by default now, which displays the copy /
cut / paste actions.
Resolves: #55950
Releases: m... - 19:43 Revision 546bee19: [TASK] Make new content element button in page view speaking
- The new content element button is hard to spot for new users
and not self explaining / missleading in the first place... - 14:20 Revision 458f0e02: [TASK] styleguide: Add ext_cont_template options
- 14:11 Revision baa34043: [TASK] styleguide: Add ext_cont_template string, small, color, offset, user
- 12:29 Revision 2cc52ac6: [TASK] styleguide: Add ext_cont_template for compatibility fields
- 12:20 Revision 02c2667a: [TASK] styleguide: Add ext_cont_template for boolean and integers
2015-02-21
- 21:26 Revision 7de6ca40: Revert "[BUGFIX] Prevent wrong ref_index for fields with soft references"
- This reverts commit 91732f299bfa625f3e9e54873efbad2fda96d11a.
Change-Id: Ic25804fb0ef1b96a78d83285d9c425dc5d37f02d
R... - 21:26 Revision 169cdacd: Revert "[BUGFIX] Prevent wrong ref_index for fields with soft references"
- This reverts commit 7dfd4607ab7e54e54b4bf710cff1e8e690cd6a67.
Change-Id: I695b897597deb8d252cd9988e671175ebd8a1835
R... - 20:07 Revision 91732f29: [BUGFIX] Prevent wrong ref_index for fields with soft references
- If you add a page link to a field which is defined as softrefs, the
ReferenceIndex creates an index to a FAL record i... - 20:01 Revision 7dfd4607: [BUGFIX] Prevent wrong ref_index for fields with soft references
- If you add a page link to a field which is defined as softrefs, the
ReferenceIndex creates an index to a FAL record i... - 17:25 Revision 04c6d48a: [BUGFIX] Prevent cut off font icons on zoom
- Font icons were cut off on top when browser is zoomed
or subpixel placement is not ideal.
Also corrected the wrong p... - 15:12 Revision 4b7c6b1b: [BUGFIX] Use current domain if found in domain record
- The introduction of domain record cache with #24389 introduced a regression.
Previously if multiple domain names were... - 14:43 Revision 4ce642a6: [BUGFIX] Keep image order during upgrade
- After upgrading from 4.5 to 6.2 the image sorting is messed. This patch
adds sorting rows to file references to keep ... - 14:34 Revision 77fa6fe7: [BUGFIX] Use current domain if found in domain record
- The introduction of domain record cache with #24389 introduced a regression.
Previously if multiple domain names were... - 14:23 Revision 3819e221: [FOLLOWUP][BUGFIX] Remove space between buttons in button-group
- Prevent overlapping of buttons in irre-header.
Releases: master
Resolves: #65110
Change-Id: I96f5b384dc91d0c38c253f5... - 14:19 Revision 531d7557: [TASK] Streamline page position map
- - Reduce usage of custom CSS in page position map
for inserting/moving content elements.
- Add missing language fil... - 13:51 Revision ce6f8350: [BUGFIX] Install tool error message if session file not writeable
- In a rare case it may happen that the install tool created a session
file in typo3temp/InstallToolSessions and later ...
2015-02-20
- 19:48 Revision 5797e5df: [BUGFIX] Display error message for "Check for broken extensions"
- If you try to uninstall an extension, which is needed by another one,
the process triggers an error without any infor... - 19:44 Revision 4c369d1b: [BUGFIX] Display error message for "Check for broken extensions"
- If you try to uninstall an extension, which is needed by another one,
the process triggers an error without any infor... - 15:43 Revision 289da52f: [BUGFIX] Prevent warning in FAL "Update storage index" scheduler task
- Due to the use of intval within array_walk a warning is triggered,
because array_walk calls the function with two par... - 14:31 Revision c4af96ce: [BUGFIX] Prevent warning in FAL "Update storage index" scheduler task
- Due to the use of intval within array_walk a warning is triggered,
because array_walk calls the function with two par... - 11:41 Revision b31c935b: [BUGFIX] Recycler: Reload table list on "reload"
- Clicking "reload" now also reloads the table list.
Resolves: #65191
Releases: master
Change-Id: I9105aaf7598e6aef4ac... - 11:04 Revision e5c3c6cb: [BUGFIX] Add domain model validators only once
- If a domain model validator is present and a controller
action accepts this domain model as argument, the validator
i...
2015-02-19
- 22:16 Revision 63c692c5: [TASK] Streamline layout of "New file or folder wizard"
- Update the forms to the new layout used in the backend. Remove the
redundant "Cancel" buttons, as the same action is ... - 22:11 Revision ba5bb619: [BUGFIX] Install tool error message if session file not writeable
- In a rare case it may happen that the install tool created a session
file in typo3temp/InstallToolSessions and later ... - 21:45 Revision 500df0de: [BUGFIX] Fix static access to enumeration constants
- Enumeration constants need to be loaded on static access
without requiring a instance before.
Resolves: #64971
Relea... - 21:44 Revision 38aad9b6: [BUGFIX] Fix static access to enumeration constants
- Enumeration constants need to be loaded on static access
without requiring a instance before.
Resolves: #64971
Relea... - 21:42 Revision 03f0b80e: [BUGFIX] Database integrity check: Display correct hover text
- In the overview of the database integrity check the title and alt tag
of the 4 icons were displayed with a non transl... - 10:14 Revision 4869cbd1: [BUGFIX] Prevent warning in Upgrade Wizard
- The ReferenceIntegrityUpdateWizard looks for existing FAL file references.
If you start the Upgrade Wizard without an... - 09:51 Revision b30f472b: [TASK] Set TYPO3 version to 4.5.41-dev
- Change-Id: Id78ca0849ef133859bbdd9383acddde4f55b2c58
Reviewed-on: http://review.typo3.org/37015
Reviewed-by: TYPO3 Re... - 09:50 Revision 375ce4db: [RELEASE] Release of TYPO3 4.5.40
- Change-Id: I474192c14853860e8e542f9f3e6db6d515570e2a
Reviewed-on: http://review.typo3.org/37014
Reviewed-by: TYPO3 Re... - 09:46 Revision 3fbd91c5: [SECURITY] Prevent login with semi-empty values
- Disallow frontend user to login in with a password which can be casted
to an empty value.
Releases: 4.5
Resolves: #6... - 08:25 Revision 7c0dca6b: [TASK] Introduce CSS based trees
- A new CSS based tree is introduced. As first step, the
trees in the "New record" wizard are ported to use it.
Resolv... - 08:21 Revision ebdd9762: [BUGFIX] Correct placement of radio button in content element wizard
- Releases: master
Resolves: #65157
Change-Id: I6cf70773b1765e649d4e6f722bdec5e225dd735b
Reviewed-on: http://review.typ... - 03:38 Revision 7ea7a54e: [BUGFIX] Properly size icons in translation overview
- Limit size of extension icons and use styling of app icons.
Resolves: #65114
Releases: master
Change-Id: I95584bb5d9...
2015-02-18
- 21:06 Revision 8f3a5633: [BUGFIX] Install tool fatal with options for cache_classes
- Setting an option like cacheDirectory for cache_classes or
cache_core triggers a fatal if calling the install tool.
T... - 21:03 Revision 34ecc5dd: [BUGFIX] Install tool fatal with options for cache_classes
- Setting an option like cacheDirectory for cache_classes or
cache_core triggers a fatal if calling the install tool.
T... - 20:32 Revision da38c94d: [BUGFIX] Center legacy extension icons
- Add a horizontal margin to typo3-app-icon to ensure legacy extension
icons are centered.
Resolves: #65139
Releases: ... - 20:23 Revision 246b3236: [BUGFIX] Remove space between buttons in button-group
- Hide the whitespace between buttons in button groups.
Releases: master
Resolves: #65110
Change-Id: I250fb1958d5056a9... - 16:48 Revision 667978ab: [TASK] Harmonize new button in record list view
- To keep focus on the list items the green styling from the
new element button was removed.
Added the missing btn-def... - 12:02 Revision 100f65ea: [FOLLOWUP][BUGFIX] Fix regression in GeneralUtility::rmFromList()
- Add missing text in phpdoc
Resolves: #65123
Releases: master
Change-Id: If5b41ace61d7279cc4e7a564274bded9a2cdc031
Re... - 11:59 Revision 6f5bb6ed: [BUGFIX] Fix regression in GeneralUtility::rmFromList()
- Removing multiple occurrences of the same element now works again.
Resolves: #65123
Releases: master, 6.2
Change-Id:... - 11:55 Revision de88e57e: [BUGFIX] Fix regression in GeneralUtility::rmFromList()
- Removing multiple occurrences of the same element now works again.
Resolves: #65123
Releases: master, 6.2
Change-Id:... - 02:45 Revision 554b118e: [TASK] RTE: Extract JavaScript from select image php controller
- Releases: master
Resolves: #65133
Change-Id: I82c0592a9f0d2f24e37a3f3c0c21dfcda497f5eb
Reviewed-on: http://review.typ...
2015-02-17
- 10:49 Revision 86c75227: [BUGFIX] Don't trigger clearable on ENTER
- Add a type="button" to the clearable button to prevent trigger stealing
by pressing enter in it's input field.
Resol...
2015-02-16
- 21:19 Revision 67a67d3e: [BUGFIX] Prevent Javascript loop for RTE-enabled fields
- Problem: If a collapsed IRRE element with a RTE-enabled field is added,
a JavaScript loop is triggered because of mis... - 21:13 Revision b2442990: [BUGFIX] ElementBrowser: Show triggered flash messages
- If you try to add a new folder with empty name or an error during the
file upload happens, a FlashMessage is generate... - 20:40 Revision f077771d: [BUGFIX] Fix broken combobox styling
- Add a lightgrey background color to ExtJS comboboxes.
Resolves: #65101
Releases: master
Change-Id: I31e51b75d44794f0... - 20:11 Revision 7b160d8d: [BUGFIX] Remove duplicate quotes from clickmenu "hide"
- Rebuilding the clickmenu resulted in a small typo with double quotes
leading to a JS error if clickmenu hide was clic... - 15:14 Revision 11453933: [BUGFIX] Initialize DateTimePicker on IRRE fields
- Reinitialize the DateTimePicker properly by calling the initialize()
method in the callback.
Resolves: #65092
Releas... - 10:49 Revision 43a7f432: [BUGFIX] Fix core update if core location exists
- If multiple installations are symlinked to the same core location,
the core updater fails on the second update becaus...
2015-02-15
- 22:43 Revision 8e3347b5: [BUGFIX] foreign_selector size > 1 create new relation link is not needed
- if there are inline records with a foreign_selector that has a size > 1
there is no need for the create new relation ... - 21:14 Revision 262957b5: [FOLLOWUP] Add TOC for 7.1 Changelog
- A table of contents must be added to "core" extensions's
documentation in order to be able to navigate through
the 7.... - 16:19 Revision 63103cee: [BUGFIX] styleguide: TCA: Add missing wizard_5
- 16:14 Revision 4c401769: [TASK] styleguide: TCA: Move input_31 to wizard_2
- 16:08 Revision af36a92a: [BUGFIX] styleguide: TCA: Wrong parenthesis leads to hidden wizards and palettes
- 00:12 Revision bae163c6: [BUGFIX] ElementBrowser: Show triggered flash messages
- If you try to add a new folder with empty name or an error during the
file upload happens, a FlashMessage is generate... - 00:10 Revision 59c69af1: [BUGFIX] ElementBrowser: Fix JS error after folder creation
- Add missing parameters in returnUrl to prevent a Javascript error
blocking all further Javascript execution.
Release... - 00:10 Revision 68dd7c32: [BUGFIX] ElementBrowser: Fix JS error after folder creation
- Add missing parameters in returnUrl to prevent a Javascript error
blocking all further Javascript execution.
Release...
2015-02-14
- 20:03 Revision 251e5205: [BUFGIX] Add modification time to processedfile checksum
- Added modification time to processed file checksum so the filename of
the processed files changes when the original i... - 19:49 Revision f1fd979d: [BUGFIX] Make sure orig file is not removed when deleting processed files
- A processed file only needs to be deleted from storage if it has its
own identifier.
Releases: master, 6.2
Resolves:... - 19:33 Revision 92263419: [BUGFIX] Make sure orig file is not removed when deleting processed files
- A processed file only needs to be deleted from storage if it has its
own identifier.
Releases: master, 6.2
Resolves:... - 15:07 Revision 8567808d: [BUGFIX] DatePicker can't handle minDate and maxDate
- The Bootstrap DatePicker expects the min and max dates to be formatted
in the format defined in the options. Currentl... - 14:50 Revision c5ab8773: [BUGFIX] ElementBrowser: After file upload no file can be selected
- Resolves: #65027
Releases: master, 6.2
Change-Id: I6df1361be3572497fadcea321b6d8d7f000062e0
Reviewed-on: http://revie... - 14:49 Revision 26fce78c: [BUGFIX] ElementBrowser: After file upload no file can be selected
- Resolves: #65027
Releases: master, 6.2
Change-Id: I6df1361be3572497fadcea321b6d8d7f000062e0
Reviewed-on: http://revie... - 11:56 Revision 2ad58cad: [BUGFIX] Re-fix new content element wizard links click area
- This fixes a regression introduced with #64892 and makes the
whole link area clickable again.
Resolves: #65058
Relea... - 11:53 Revision 94126b87: [BUGFIX] Do not call bidir_htmlspecialchars as static function
- The static call of bidir_htmlspecialchars throws a notice.
Just refactored the code to use the class instance instead... - 11:50 Revision 4ab624f9: [BUGFIX] Do not call bidir_htmlspecialchars as static function
- The static call of bidir_htmlspecialchars throws a notice.
Just refactored the code to use the class instance instead... - 11:22 Revision 5b9e6b81: [BUFGIX] Add modification time to processedfile checksum
- Added modification time to processed file checksum so the filename of
the processed files changes when the original i...
2015-02-13
- 14:12 Revision 90cd2f49: [TASK] Disable ms-clear pseudo element
- The ms-clear pseudo element was introduced in IE10
to provide an easy way to clear inputfields that are not empty
and... - 03:11 Revision 9b6561de: [BUGFIX] Element browser: correct the display of current link to file
- When editing a file link with the element browser wizard,
it is possible to navigate to other tabs. In tabs other tha...
2015-02-12
- 17:55 Revision f1476a3d: [BUGFIX] Scheduler: Show exception when invalid CommandController present
- When a CommandController in an extbase extension has been registered,
but the class does not contain the string "Comm... - 16:06 Revision 031e69ae: [TASK] Proofread and move 7.1 documentation
- Resolves: #65013
Releases: master
Change-Id: Ic274247154c3594b89c270c0fdb52110f0d567ef
Reviewed-on: http://review.typ... - 15:18 Revision 95a4683a: [TASK] styleguide: Improve checkbox 7 showIfRTE label
- 15:16 Revision 551a2671: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/18 from wmdbMattes/master
- Added exclude = 1 and Iconsearch
- 15:10 Revision 6fd07694: [FEATURE] styleguide: Added search to Iconlist
- 13:37 Revision eef95152: Fixed stuff I broke :)
- 13:17 Revision 2449fa47: added exclude fields and set labels better
- 11:30 Revision e558b9ae: [FOLLOWUP][BUGFIX] Only write out one shortcut tag
- Fix failing functional test.
Resolves: #24479
Releases: master
Change-Id: I05e0c292a66f90b377c3bd97491ec82eeafe6ed2
... - 10:09 Revision 7ac25620: [BUGFIX] Fix margin of #typo3-curURL
- Correct margin of the table used in the link wizards.
Resolves: #65019
Releases: master
Change-Id: Id9d3da2f2c2a572a... - 03:56 Revision 0927ace4: [BUGFIX] Only write out one shortcut tag
- Only write out one shortcut tag with <link rel="shortcut icon" ..>. This is fine
for all standards-compliant browsers...
2015-02-11
- 23:30 Revision 7418f613: [BUGFIX] RTE: Selected table style name not displayed correctly
- The name of the selected table style is not displayed correctly
in table properties dialogue.
Releases: 6.2
Resolves... - 18:02 Revision 67e8ba93: [BUGFIX] RTE: Image modify dialogue: keep the current image tab
- When there is a current image, it should be possible to come back
to the current image tab after visiting the other t... - 17:28 Revision f7def67f: [BUGFIX] RTE: Image modify dialogue: keep the current image tab
- When there is a current image, it should be possible to come back
to the current image tab after visiting the other t... - 15:31 Revision 5a758362: [BUGFIX] RTE: Mixed up configuration options of the Acronym button
- The Acronym button will be enabled even when no acronym record exists.
The Abbreviation tab will be shown even if no ... - 15:18 Revision cc7029a3: [BUGFIX] RTE Link dialogue should not forward attributes between tabs
- When switching tabs in the RTE link dialogue, attributes should not be
forwarded as different defaults may be set for... - 11:35 Revision 32626be4: [BUGFIX] Use saltedpasswords for scheduler user creation
- Remove the hardcoded md5-hashing and let saltedpasswords do that for us.
Resolves: #64936
Releases: master, 6.2
Chan... - 11:34 Revision 3ed07ba8: [BUGFIX] Use saltedpasswords for scheduler user creation
- Remove the hardcoded md5-hashing and let saltedpasswords do that for us.
Resolves: #64936
Releases: master, 6.2
Chan... - 10:36 Revision 0bf4a395: [BUGFIX] Correctly store values of select fields
- Due to a wrong position of the hidden helper field, the values of select
boxes aren't submitted. This patch removes t... - 09:12 Revision 86b7686b: [BUGFIX] Correct typoscript log message in USER cObj
- Correct typoscript log message in UserContentObject
Change-Id: I5a36e4d67278f96fa6cfd269fc7efbbb0df0b7bf
Resolves: #... - 09:12 Revision 6f2d2f7d: [BUGFIX] Correct typoscript log message in USER cObj
- Correct typoscript log message in UserContentObject
Change-Id: I5a36e4d67278f96fa6cfd269fc7efbbb0df0b7bf
Resolves: #... - 01:02 Revision 6a1cede1: [FEATURE] RTE: Add property buttons.link.type.properties.target.default
- New RTE configuration property
buttons.link.[*type*].properties.target.default
may be used in Page TSconfig to config...
2015-02-10
- 23:00 Revision ffcbeb50: [TASK] Edit metadata on file link click
- This patch changes the behaviour in the filelist module: Clicking the
filename now opens the metadata editor. A new b... - 14:49 Revision 4bbdf772: [BUGFIX] Exclude some vars from serialization
- This voids the serialization of TSFE and currentFile with the
ContentObjectRenderer in UserInternalContentObject.
Re... - 11:41 Revision 23a782eb: [BUGFIX] Catch possible NULL values to avoid exception
- If references are not maintained properly, all reference information
may be NULL or empty string (depending on it's t... - 09:42 Revision bad5c5b7: [BUGFIX] Catch possible NULL values to avoid exception
- If references are not maintained properly, all reference information
may be NULL or empty string (depending on it's t... - 09:35 Revision 72b3897a: [TASK] Apply quoteJSvalue or htmlspecialchars to getModuleUrl
- Furthermore add BACK_PATH as 3rd argument where appropriate.
Resolves: #64896
Releases: master
Change-Id: Icd5234324...
2015-02-09
- 23:20 Revision a0fe37a3: [TASK] Add migration wizard for backend shortcuts
- Resolves: #61477
Releases: master
Change-Id: Icafa17b2e2927273faf23ca115f632d9718e8ebe
Reviewed-on: http://review.typ... - 22:24 Revision f13b5f82: [BUGFIX] Ensure using jQuery objects in IRRE handling
- Certain Javascript functions for IRRE handling expect jQuery objects
as parameter.
This patch ensures to convert obje... - 22:13 Revision ad8691a2: [BUGFIX] Set version to 6.2.10-dev
- After the released of 6.2.10rc1, the TYPO3 version was reset
to 6.2-dev. It should be 6.2.10-dev instead.
Using 6.2-... - 22:03 Revision 0dec92bf: [TASK] Check PCRE version in SystemEnvironment/Check
- Certain regular expressions passed to PCRE library < 8.30
can trigger a PHP segfault. This patch introduces an additi... - 22:01 Revision ec1b5d7c: Revert "[BUGFIX] CSS3 function calc must retain whitespace"
- This reverts commit 5cfb009da9b36fc022aec19a57dc6965ff80a9ff.
The change introduced a huge regex that leads to PHP s... - 20:24 Revision e31b7a97: [BUGFIX] Adapt sorting arrows in EXT:filelist to Font Awesome
- The sorting arrows in the table header sorting are adapted to the
monochrome versions in Font Awesome.
Resolves: #63... - 19:37 Revision 62ac76d8: [TASK] Func Module: Unify IconSelect
- Create multiple pages wizard now adapts the FormEngine styling.
The new styling needs more space, the amount of defau... - 18:43 Revision b0e7ec53: [TASK] Page module: Button (a.btn) for the plus sign
- Resolves: #63203
Releases: master
Change-Id: Ide4b857b26b6232d7ab86e859310110d1b96576b
Reviewed-on: http://review.typ... - 18:38 Revision 05401248: [TASK] Document removal of several entry points
- Resolves: #64922
Releases: master
Change-Id: I83a007a848874607b0258118cdb9e5db9e093b20
Reviewed-on: http://review.typ... - 18:37 Revision d2079284: [TASK] Document needed changes if you remove conf.php
- Resolves: #64921
Releases: master
Change-Id: Id1f1d8ccfcd3d8fafb8faa338ca7e4b09527fe36
Reviewed-on: http://review.typ... - 18:10 Revision 48f12fed: [BUGFIX] Replace deprecated Fluid methods in Install Tool
- Replace the deprecated methods setLayoutRootPath() and setPartialRootPath().
Resolves: #64949
Releases: master
Chang...
2015-02-08
- 20:38 Revision 9f155e21: [BUGFIX] RTE: WebKit may insert line-height style attribute on paste
- Problem: When pasting content that contains (un)ordered lists, WebKit
browsers may insert line-height style attribute... - 19:17 Revision bbc908b1: [BUGFIX] RTE: WebKit may insert line-height style attribute on paste
- Problem: When pasting content that contains (un)ordered lists, WebKit
browsers may insert line-height style attribute... - 18:04 Revision 7b0992a0: [BUGFIX] RTE: Incorrect dialog window height when browser zoom is used
- Problem: When browser zoom is used, ExtJS does not calculate correctly the
height of tabpanels that contain fieldsets... - 18:04 Revision d46fced0: [BUGFIX] RTE: Incorrect dialog window height when browser zoom is used
- Problem: When browser zoom is used, ExtJS does not calculate correctly the
height of tabpanels that contain fieldsets... - 16:49 Revision e2266874: [BUGFIX] Make IRRE Filetype check less greedy
- IREE relations should check for allowed filetypes (which is good) but
due to a minor tunnel vision it always checked ... - 15:43 Revision e30b6fb1: [BUGFIX] Don't show storages multiple times in filelist
- When expanding tree nodes in Filelist module the storages
are now correctly shown once at the top-most level and not
... - 14:56 Revision 8121aa64: [TASK] Adapt backend meta tag
- + Remove chrome-frame in ua-compatibility
+ Adds meta charset to utf-8
+ Brings viewport for smartphones with initial... - 14:53 Revision f1ceb275: [BUGFIX] Fix unittest broken due to CRLF
- Instead of providing a hardcoded filesize for Dummy.html of 48 bytes in
the DataProvider read the actual filesize fro... - 12:28 Revision 72aa23d2: [BUGFIX] Hide hidden TCA palettes
- Followup of Form engine refactory
Resolves: #64928
Releases: master
Change-Id: I3a563aba48179dacc2dcc871f47b9e234b09... - 11:49 Revision e71c6139: [BUGFIX] Make sure upload progress table uses full width again
- Due to refactoring of the filelist HTML the DragUploader js used
the wrong selector to count the availeble columns.
...
2015-02-07
- 22:38 Revision 57df4c71: [FEATURE] styleguide: Button definition based on bootstrap
- Remove t3-button
- 22:37 Revision 413fcfc6: [FEATURE] styleguide: Table bootstrap and table-fit
- 22:37 Revision 4051436b: [TASK] styleguide: Remove Bootstrap page
- 22:06 Revision 552af5a8: [FEATURE] styleguide: README screenshot
- 22:03 Revision c8a4cfa8: Update README.md
- 20:05 Revision 984b3c2d: [TASK] styleguide: TCA: Add a input slider wizard with hideParent configuration
- 19:53 Revision 397310fd: [TASK] Split action buttons into two groups
- The buttons in Web>List are split into two different groups: "primary"
and "secondary". Primary buttons are always vi... - 15:39 Revision b5641b48: [TASK] styleguide: Add example image to colorbox wizard
2015-02-06
- 20:54 Revision 8d844421: [BUGFIX] Cleaner scripts crashes due to incomplete flexform content
- Failure to check arguments used on recursive function call
causes PHP runtime error.
Resolves: #64914
Releases: mast... - 20:41 Revision 5985cf81: [BUGFIX] Cleaner scripts crashes due to incomplete flexform content
- Failure to check arguments used on recursive function call
causes PHP runtime error.
Resolves: #64914
Releases: mast... - 20:14 Revision c3abb647: [BUGFIX] Memcached backend identifierPrefix only based on PATH_site
- Change the 'identifierPrefix' in the MemcachedBackend so it is
caculated based on:
* PATH_site
* Context (production/... - 20:14 Revision 79eced36: [BUGFIX] Memcached backend identifierPrefix only based on PATH_site
- Change the 'identifierPrefix' in the MemcachedBackend so it is
caculated based on:
* PATH_site
* Context (production/... - 19:31 Revision 55b2f0ab: [TASK] Revert default value of $argument in TranslateViewHelper
- The default value of $arguments changed from NULL to array() which
can lead to warnings. As a solution change it back... - 19:26 Revision c0eef29e: [BUGFIX] Make advanced search work with indexed_search extbase plugin
- Resolves: #64904
Releases: master
Change-Id: Idd3ea31071fa37bca3e9e2aa807ab3afea561b76
Reviewed-on: http://review.typ... - 18:43 Revision 2262edbe: [BUGFIX] Fix broken form markup in EM
- Update the form markup to repair the broken layout after
FormEngine changes.
Resolves: #64910
Releases: master
Chang... - 18:39 Revision 3a2c9544: [BUGFIX] Recycler counts deleted records correctly
- This patch improves the usability and fixes a small bug:
- Add the clearable to the search form
- Count deleted recor... - 16:50 Revision dc95eafe: [BUGFIX] Scheduler: Show exception when invalid CommandController present
- When a CommandController in an extbase extension has been registered,
but the class does not contain the string "Comm... - 14:09 Revision 6909145f: [BUGFIX] Properly check type of POST vars on clipboard action
- Avoid a PHP warning by checking the type of data retrieved via POST.
"CBC" is an array of checkboxes, which can be n... - 13:41 Revision 2d2773a5: [BUGFIX] Properly check type of POST vars on clipboard action
- Avoid a PHP warning by checking the type of data retrieved via POST.
"CBC" is an array of checkboxes, which can be n... - 09:09 Revision 0dc52349: [!!!][BUGFIX] Add only required classes and class aliases
- Additionally we enable the composer class loading by default
if the according autoload.php file is found in Packages/... - 08:44 Revision 4c0aea5b: [TASK] Set TYPO3 version to 6.2-dev
- Change-Id: I9e37ea1649d58788d6dd653a0c4c87f124fe4529
Reviewed-on: http://review.typo3.org/36709
Reviewed-by: TYPO3 Re... - 08:43 Revision 63445164: [RELEASE] Release of TYPO3 6.2.10rc1
- Change-Id: I91e5f610b5ef6b8d6a4556822ce3c0fe6497239f
Reviewed-on: http://review.typo3.org/36708
Reviewed-by: TYPO3 Re... - 03:48 Revision 23ed0506: [CLEANUP] Cleanup of classes extending AbstractPlugin
- * fixes a few phpdocs
* use properties from AbstractPlugin instead of $GLOBALS
* define some undefined global vars in...
2015-02-05
- 23:46 Revision 0db2cbb7: [BUGFIX] Ensure variable imageSizes is an array before accessing its values
- It could be the PHP function "getimagesize" will fail to get the width and
the height of an image if the format is no... - 23:46 Revision 44b3ad63: [BUGFIX] Ensure variable imageSizes is an array before accessing its values
- It could be the PHP function "getimagesize" will fail to get the width and
the height of an image if the format is no... - 23:42 Revision 9fafee23: [TASK] Remove unused code in TYPO3\CMS\Install\SystemEnvironment\Check
- Remove code which is never executed since the system environment check
of the Install Tool is omitted in cli mode.
R... - 23:42 Revision 9a516b55: [BUGFIX] Fix open_basedir warning when entering install tool
- Due to the bug in php https://bugs.php.net/bug.php?id=67378
Warning is triggered when you have open_basedir set up.
... - 23:32 Revision 32f18173: [TASK] Make Content Element Wizard to use Bootstrap
- This patch removes the custom styling from the
content element wizard.
Releases: master
Resolves: #64892
Change-Id: ... - 23:16 Revision ba8b5994: [TASK] Adapt belog filter bar to twbs
- Following beusers backend App the filter bar of belog is styled
and html markup following twbs.
Resolves: #64891
Rel... - 23:10 Revision 050aa848: [TASK] Reduce .lead font-size
- Add font-size definition of .lead text. Twbs does not deliver
a variable therefore the class is added. Lead font-size... - 23:09 Revision e8449752: [TASK] Reduce App-Icon size in Module menu and Topbar
- Decrease size of App-Icons to reduce the visual relevance
from 32x32px to 28x28px. Following paddings and snap mode.
... - 23:08 Revision 204800dc: [BUGFIX] Indexed Search pibased plugin can load again translations
- This patch fixes a regression introduced in bf63a1c,
which changed the variable $scriptRelPath with a wrong
file loca... - 23:07 Revision a7942968: [BUGFIX] PHP fatal error calling beuser module
- A missing namespace import triggers a PHP fatal error
in ext:beuser.
Resolves: #64893
Related: #64695
Releases: mast... - 22:35 Revision db6973ba: [BUGFIX] Make indexed search extbase plugin work after class alias change
- Indexed search extbase experimental plugin (pi2) requires class alias
to work. This patch moves it back from compatib... - 22:35 Revision d0ab63c8: [TASK] Improve maximum length for TCA text type .rst documentation
- Improve the documentation file, mention IE9 is not compatible
and line breaks count as two characters.
Resolves: #64... - 20:29 Revision 3f358968: [BUGFIX] Remove obsolete useCachingFramework from LocalConfiguration
- TYPO3_CONF_VARS/SYS/useCachingFramework is obsolete since 4.6 but
was forgotten to be removed from LocalConfiguration... - 18:57 Revision bf16ad35: [BUGFIX] Make composer class loading case insensitive
- To fix an edge case where wrong casing of a class name
in third party code did not produce a fatal error in TYPO3 6.2... - 14:43 Revision 3d663def: [BUGFIX] Proper handling of allowedTables='*' in FormEngine
- The output of FormEngine needs to be changed if all tables are
allowed for a relation.
Change-Id: Ib83c39120a3c20d99... - 10:57 Revision 4aacfa36: [BUGFIX] Follow up: Fix ext_icon.gif leftovers
- The extension icons were replaced by png pendants in commit
b8d9e2859f98caf0de27be41c73373eba3c0438e, but some classe... - 10:56 Revision 8de70470: [BUGFIX] Restore expand state of module groups
- This patch recovers the expand state of module groups when they
were collapsed before.
Resolves: #64859
Releases: ma... - 10:30 Revision 6f298d83: [BUGFIX] Invalid class name in EXT:sys_note
- Core class BackendUtility is wrongly referenced with a short namespace
and crashes Web > Page when a sys_note is pres...
2015-02-04
- 22:48 Revision 5a09adb1: [TASK] Make tce_file.php dispatched
- Use dispatching for tce_file.php
Resolves: #64692
Releases: master
Change-Id: Ia71d781a4fd4bfe829691598db039db8a7afe... - 21:55 Revision d6e3b7d3: [TASK] Make tce_db.php dispatched
- Use dispatching for tce_db.php
Resolves: #64695
Releases: master
Change-Id: I6da8dfd72c4814bd280cae9647f13b6a70f4934... - 20:03 Revision 0bc8cff3: [TASK] Make login_frameset.php dispatched
- Use dispatching for login_frameset.php
Resolves: #64774
Releases: master
Change-Id: I1ce9794f3b7a7d66e20bca84464fb9d... - 19:10 Revision 095955be: [FEATURE] Speedup trimExplode with limit
- Using array_splice instead of array_slice two times.
Resolves: #64848
Releases: master
Change-Id: Iaa998c810aa94e1b3... - 19:00 Revision 2dabfe39: [TASK] RTE: Namespace all css selectors in FE skin
- Avoid intruding the styles of the frontend page.
Releases: master
Resolves: #64858
Change-Id: I636f06dd38af334db26c9... - 17:02 Revision 9a9a0f1f: [BUGFIX] Fix core update if core location exists
- If multiple installations are symlinked to the same core location,
the core updater fails on the second update becaus... - 17:00 Revision 06c2eb35: [BUGFIX] RTE: Parsing of some style sheets may fail in IE on first load
- The length of the style sheet's rules array is reported as 0 while,
in fact, the style sheet is not yet completely lo... - 15:08 Revision 6385b278: [FOLLOWUP] Revamp EXT:recycler
- Fix a few coding issues in new EXT:recycler
* Remove IDE warnings
* Correct phpDoc
* Remove an unused variable
* Int... - 12:07 Revision a6a3f453: [ClEANUP] Drop some @throws from the tests bootstrap
- The exceptions mentioned in the removed @throws annotations do not
get thrown.
In addition, change an exception code... - 01:24 Revision 41b37abb: [BUGFIX] RTE: IE 11 always drops images at the end of text
- IE needs a delay before the dialogue window gets closed.
Releases: master
Resolves: #64839
Change-Id: I02d49cb124370... - 00:36 Revision 0ff9abb3: [BUGFIX] RTE: Image drag&drop with WebKit still using ExtJS event
- Migrate it to jQuery.
Releases: master
Resolves: #64838
Change-Id: I182c694b5e531b19aef11500319367a3481885f6
Reviewe...
2015-02-03
- 22:32 Revision 91405894: [BUGFIX] RTE: Image drag & drop raises PHP error
- Old class name was left over.
Releases: master
Resolves: #64649
Change-Id: Ie78c781d466e6fabfc11170d828a9e43544bad65... - 21:42 Revision e46d2044: [FOLLOWUP] This is FormEngine
- Correct clearing for --linebreaks-- within palettes.
Releases: master
Resolves: #64762
Change-Id: I9a7473e073cb9d563... - 20:24 Revision 61fd8e12: [BUGFIX] Indexed search broken after moving "SearchResultContentObject"
- Indexed search still uses the old cobject in both
plugins.
The problem arieses in just to call one method from
Searc... - 01:07 Revision 2d96a5fe: [TASK] Create typo3temp directory in functional tests if missing
- All functional tests are run in an encapsulated environment
within typo3temp. The functional bootstrap needs to take ...
2015-02-02
- 23:16 Revision b107238c: [CLEANUP] Remove @see comment from ArrayBrowser
- The reference mentioned in @see does not exists.
Resolves: #64773
Releases: master
Change-Id: I3e63ffd330a783e2448c5... - 23:06 Revision e82fd96e: [CLEANUP] \TYPO3\CMS\Lowlevel\Utility\ArrayBrowser
- Cleanup \TYPO3\CMS\Lowlevel\Utility\ArrayBrowser
* phpDoc
* delete unused var
* remove unneeded fully qualified clas... - 22:41 Revision a2462605: [TASK] Change $fixture to $subject in unit-tests
- Subject is the "system under test, the
subject you're operating on"
Resolves: #64771
Releases: master
Change-Id: I7a... - 22:31 Revision 0a00373b: [BUGFIX] Keep linktype on core update
- Keep the linktype of the symlink pointing to the TYPO3 core. Currently
the CoreUpdateService always creates an absolu... - 22:22 Revision 894c455e: [TASK] Removed unused code from tests
- Remove unused code in:
FileMountRepositoryTest
CategoryRepositoryTest
Resolves: #64772
Releases: master
Change-Id: ... - 22:17 Revision a145bf9f: [TASK] Add functional tests for dynamic values in Extbase query cache
- For performance reasons Extbase caches database queries. To ensure the
security relevant aspect, the frontend usergro... - 21:56 Revision 943771a4: [BUGFIX] Keep linktype on core update
- Keep the linktype of the symlink pointing to the TYPO3 core. Currently
the CoreUpdateService always creates an absolu... - 21:38 Revision e372399b: [FEATURE] Add SplFileInfo implementation to get file mimeType
- \TYPO3\CMS\Core\Type\File\FileInfo provides a new method
getMimeType() to get the MIME type of a file, e.g. text/html... - 21:20 Revision b60e06a7: [BUGFIX] Prevent double slash in canonicalizeAndCheckFolderIdentifier
- If the value given to AbstractHierarchicalFilesystemDriver->
canonicalizeAndCheckFolderIdentifier()
is '.' the return... - 20:45 Revision 65a3c381: [!!!][TASK] This is FormEngine
- The patch brings responsive layout for FormEngine and its
elements. It fixes a couple of issues along the way,
escpec... - 20:29 Revision 9ec706f8: [BUGFIX] Remove superfluous getInstance calls in Bootstrap
- Releases: 6.2, master
Resolves: #64770
Change-Id: I9ae4cd9476b45a17c0246edf65fb01a54b7dd24f
Reviewed-on: http://revie... - 20:29 Revision a3ead2f4: [BUGFIX] Remove superfluous getInstance calls in Bootstrap
- Releases: 6.2, master
Resolves: #64770
Change-Id: I9ae4cd9476b45a17c0246edf65fb01a54b7dd24f
Reviewed-on: http://revie... - 20:19 Revision d62c1b7b: [CLEANUP] Add missing signature to DatabaseConnection phpDoc updateQuery
- Fix the bug of the missing code documentation at the PHPDoc of
execUpdateQuery and updateQuery to expect also an arra... - 19:51 Revision e17b34c7: [CLEANUP] Comments, usages and phpdoc of InlineElement
- Clean up formatting, comments, typos, unused variables, uses and
phpdoc of TYPO3\CMS\Backend\Form\Element\InlineEleme... - 19:50 Revision ff736366: [BUGFIX] Prevent folder deletion with referenced files
- Currently a folder can be deleted without any check if included files
are still in use anywhere within the website. T... - 13:29 Revision 3e6ace95: [BUGFIX] Remove duplicated use statement
- Change-Id: If8762600edaf2bd4b8d2b2fd811b900be91910b5
Releases: master
Resolves: #64761
Reviewed-on: http://review.typ... - 13:17 Revision b6b3b1df: [BUGFIX] Fixes TCA icon file for scheduler task group
- Resolves: #64729
Releases: master
Change-Id: I7e8630f87152df25cf66ba4c58c3ddb04303177d
Reviewed-on: http://review.typ... - 12:58 Revision 384277a4: Revert "[CLEANUP] Rework/simplify copyright header and remove @package"
- This reverts commit 32060091876342826de9e99550ab04951891552c.
Releases: master, 6.2
Change-Id: I5522232323c7cfbe4207... - 12:57 Revision a4118f95: Revert "[CLEANUP] Rework/simplify copyright header and remove @package"
- The licence change is no good idea.
This reverts commit 5504a1411a59623813fba1810d766e26f8029084.
Change-Id: I6d542... - 11:49 Revision d9a13ff7: [BUFGIX] Remove all existing processed files on file replace
- When a file gets replaced by calling replaceFile() or by overriding
on uploading all processed files of the original ... - 11:04 Revision d75e3c78: [BUFGIX] Remove all existing processed files on file replace
- When a file gets replaced by calling replaceFile() or by overriding
on uploading all processed files of the original ...
2015-02-01
- 23:17 Revision 7df258ee: [FOLLOWUP][!!!][TASK] Move old mailform to compatibility6
- Resolves: #64668
Releases: master
Change-Id: Ibe2fdf4eb654da312f1dd58188dd7a55b83444be
Reviewed-on: http://review.typ... - 22:45 Revision 62d8abe5: [TASK] Do not create uploads/tf directory
- No longer create the directory uploads/tf in the default folder
structure in install tool. This directory was used un... - 22:45 Revision b783a951: [BUGFIX] Avoid to call recordInfo for new records
- Avoid to call recordInfo for new records in DataHandler->checkValue by
checking the id. This improves performance for... - 22:37 Revision 27842f72: [BUGFIX] Avoid to call recordInfo for new records
- Avoid to call recordInfo for new records in DataHandler->checkValue by
checking the id. This improves performance for... - 19:52 Revision c2e8ce91: [TASK] Cleanup TYPO3\CMS\Install\FolderStructure
- Shortens qualified names and fixes typos.
Resolves: #64724
Releases: master
Change-Id: Ia4a57744a939532c5078f94fef68... - 18:13 Revision 4bdad5fa: [CLEANUP] Drop unused variable $JS in GraphicsFunctions
- Resolves: #64703
Releases: master
Change-Id: I8312ff4e6465d9baf613149d252dfabd11ba257d
Reviewed-on: http://review.typ... - 17:28 Revision da178b37: Revert "[CLEANUP] MENU Content Object classes"
- This reverts commit 2bb692ae9fc1747372d4d0079f414e3782a65587.
Change-Id: I44fd2457bb39c7302ca9de141c15d3b34a67a936
R... - 17:15 Revision 6f3a06c0: [TASK] Do not create uploads/tf directory
- No longer create the directory uploads/tf in the default folder
structure in install tool. This directory was used un... - 16:08 Revision b8d9e285: [TASK] Adapt extension icons to App icon
- Bring new extension icons based on the alredy existing App icons.
Resovles: #63099
Releases: master
Change-Id: Ie423... - 15:51 Revision 5fade67f: [FOLLOWUP][CLEANUP] Comments, usages and phpdoc of InlineElement
- Resolves: #64705
Releases: master
Change-Id: I4c777fa2cffacbeaad4bc1a8119d84ad0e2aa278
Reviewed-on: http://review.typ... - 15:49 Revision 05c91a98: [CLEANUP] Comments, usages and phpdoc of InlineElement
- Clean up formatting, comments, typos, unused variables, uses and
phpdoc of TYPO3\CMS\Backend\Form\Element\InlineEleme... - 15:45 Revision 59a44496: [BUGFIX] Create typo3temp/_processed_/ by default
- By this the needed folder for files from default storage
is created.
Resolves: #55833
Releases: master, 6.2
Change-I... - 15:43 Revision 4130ccf5: [TASK] styleguide: Add wizards position / vertical
- 15:19 Revision 8ce42b46: [FOLLOWUP][BUGFIX] FAL: Do not paste a folder into itself
- Add missing @throws annotation for the added function.
Also the correct exception is thrown in ResourceStorage
if it... - 15:15 Revision d74e3cee: [FOLLOWUP][BUGFIX] FAL: Do not paste a folder into itself
- Add missing @throws annotation for the added function.
Also the correct exception is thrown in ResourceStorage
if it... - 15:12 Revision 4c7035a6: [TASK] Remove leading slash from use statements
- Resolves: #64718
Releases: master
Change-Id: I2ab9a4194f236ece9035d15dd4aa33ef9aa5371a
Reviewed-on: http://review.typ... - 15:07 Revision b5c3a549: [CLEANUP] TranslationConfigurationProvider
- * Import class names with use statements
* Encapsulate $GLOBALS['TYPO3_DB'] and $GLOBALS['LANG'] in type-hinted
get... - 14:52 Revision b023f6e9: [BUGFIX] Enhancing StripNewLinesFilter for Windows line breaks
- Currently the filter does not handle Windows line breaks.
This results in unfiltered Windows line breaks.
This patch ... - 14:45 Revision 393864e0: [TASK] Deprecate unused CSS Styled Content Controller methods
- Certain methods within CSS Styled Content Controller for
rendering TypoScript-based calculations can be deprecated
as... - 14:17 Revision 0ecfb5c3: [BUGFIX] Followup: Move functions to GraphicalFunctions
- Change back to the old behavior to return the orginal file in case no
png_to_gif convertion should happen.
Resolves:... - 14:13 Revision 6729cd26: [FOLLOWUP][TASK] Remove legacy CSS Styled Content TS prior to 6.2
- In the process of removing legacy code, the states
for CSS Styled Content Templates for 6.1, 6.0, 4.7, 4.6, 4.5
are r... - 14:04 Revision ec052814: [BUGFIX] Check for not allowed file extensions in element browser
- When adding files from element browser, an additional check
will ensure that files with extensions that are not allow... - 13:51 Revision db8c98c6: [BUGFIX] Enhancing StripNewLinesFilter for Windows line breaks
- Currently the filter does not handle Windows line breaks.
This results in unfiltered Windows line breaks.
This patch ... - 13:46 Revision 7e50e179: [BUGFIX] Prevent folder deletion with referenced files
- Currently a folder can be deleted without any check if included files
are still in use anywhere within the website. T... - 13:43 Revision 2bb692ae: [CLEANUP] MENU Content Object classes
- Resolves: #64099
Releases: master
Change-Id: I99ee03ad11ed65b9fe9df5f20fe1ad7f54df03f4
Reviewed-on: http://review.typ... - 13:29 Revision cf385ed6: [CLEANUP] Fix TYPO3.ControlStructures.DisallowEachInLoopCondition-Sniff
- Resolves: #60876
Releases: master
Change-Id: Ifc630f26bd5670ce2f3c6f62522face4514fdbd6
Reviewed-on: http://review.typ... - 13:26 Revision 45e677f1: [FOLLOWUP][CLEANUP] Wrap the tests bootstrap code into classes
- Remove space too much from @param notation.
Resolves: #64662
Releases: master
Change-Id: I3886e356f985b89b890fbcdeb0... - 13:17 Revision a2124558: [CLEANUP] Add missing signature to DatabaseConnection phpDoc updateQuery
- Fix the bug of the missing code documentation at the PHPDoc of
execUpdateQuery and updateQuery to expect also an arra... - 12:36 Revision 96db9472: [TASK] styleguide: Cleanup selects and inputs
- 12:36 Revision f3086ec4: [TASK] styleguide: Add palettes
- 12:13 Revision 32ba04aa: [TASK] styleguide: Add Flexform with multiple items
- 11:50 Revision 78e25bf4: [FOLLOW-UP] Remove inline styles from parsed blockquote tag
- Add document about breaking changes to changelog
Resolves: #44879
Releases: master
Change-Id: I27ace3040a71d073f474d... - 11:49 Revision 981b94af: [BUGFIX] Install tool navigation icon mess
- After merging the patch https://review.typo3.org/#/c/36535/ the icons
in the Install Tool navigation are messed. This... - 11:36 Revision ed2e42bc: [CLEANUP] Wrap the tests bootstrap code into classes
- Resolves: #64662
Releases: master
Change-Id: I4763bf413190b0aa8ba0af62016b9971878435f7
Reviewed-on: http://review.typ... - 11:08 Revision af5baf55: [BUGFIX] Create typo3temp/_processed_/ by default
- By this the needed folder for files from default storage
is created.
Resolves: #55833
Releases: master, 6.2
Change-I... - 01:03 Revision b6d5f136: [BUGFIX] FAL: Do not paste a folder into itself
- If a folder is selected in fileadmin, which is already in
the clipboard, the paste icon is not shown to prevent
a end... - 00:46 Revision aba4e96b: [BUGFIX] ExtractorRegistry can not handle Extractors with same priority
- The ExtractorRegistry::getExtractors() overrides existing
instances with the same execution priority. There is no che... - 00:35 Revision fc32cfb4: [BUGFIX] Felogin: Ignore scheme in isInCurrentDomain
- While determining if the referrer is in the current domain the
scheme part should be ignored. This makes it possible ... - 00:26 Revision 824b442b: [BUGFIX] Felogin: Ignore scheme in isInCurrentDomain
- While determining if the referrer is in the current domain the
scheme part should be ignored. This makes it possible ... - 00:24 Revision 308d4f0a: [BUGFIX] ExtractorRegistry can not handle Extractors with same priority
- The ExtractorRegistry::getExtractors() overrides existing
instances with the same execution priority. There is no che... - 00:00 Revision 6acc2cb2: [BUGFIX] Missing stream_cast() in FileStreamWrapper
- Resolves: #64693
Releases: master
Change-Id: Ib3eeee53d9937e4ae8a1cdfd0da2acf51644241f
Reviewed-on: http://review.typ...
Also available in: Atom