Activity
From 2016-09-20 to 2016-10-19
2016-10-19
- 21:04 Revision 3ff9128d: [TASK] Goodbye phantomJS, hello firefox
- phantomJS is too unstable. Base the acceptance tests on
firefox only for now, free composer from phantom installers.
... - 13:47 Revision cdd7efef: [CLEANUP] Simplify checkFilePermissions.sh ignore list
- Initialize the array directly.
Resolves: #78341
Releases: master
Change-Id: I3ae5688d0cee452979c18eb334e575144a22238... - 13:40 Revision 93dd4169: [FOLLOWUP][TASK] Update to jQuery 3.1.1
- This followup fixes an error in jsfunc.inline.js related to the jQuery
update.
Resolves: #77249
Releases: master
Cha... - 12:34 Revision 4d6e601b: [FOLLOWUP][TASK] Remove global option BACK_PATH
- A missing deprecation log entry was added while removing
BACK_PATH
Relates: #72491
Resolves: #78314
Releases: master... - 11:35 Revision dec5989a: [TASK] Add RST snippet validation script
- Documentation snippets are now checked for validity.
Every rst file needs:
* An include line at the very top
* A ref... - 11:11 Revision a3d89d99: [TASK] Move ext_icon.png to Resources/Public/Icons for all sysexts
- All extension icons of all system and test extensions shipped with
the core are now located at EXT:.../Resources/Publ... - 10:55 Revision 76246f4b: [BUGFIX] Prevent Uncaught TypeError in ClickMenu.js
- This patch prevent an Uncaught TypeError ClickMenu.js.
In case the reloadFrame parameter not exist, the variable res ... - 10:55 Revision 6f140f76: [FOLLOWUP][TASK] Update to jQuery 3.1.1
- Fix path in karma.js configuration to use new jQuery version.
Resolves: #77249
Releases: master
Change-Id: I555fd904...
2016-10-18
- 16:25 Revision ea9d1fa2: [FOLLOWUP][TASK] Deprecate TypoScript option config.noScaleUp
- Fix RST file issues.
Resolves: #78317
Releases: master
Change-Id: Id9372777cca3c5895721a47be12eaf0e705ac9f3
Reviewed... - 16:24 Revision 0df6b767: [TASK] Update to jQuery 3.1.1
- Update jQuery to 3.1.1.
Solves deprecations in our JavaScript code.
Resolves: #77249
Releases: master
Change-Id: Ic... - 16:17 Revision 29a6cd0a: [TASK] Deprecate property iframe in TYPO3.Backend.ContentContainer
- Deprecate the property top.TYPO3.Backend.ContentContainer.iframe
and introduce an accessor method.
Resolves: #78279
... - 16:09 Revision 8e0210b1: [TASK] Deprecate TypoScript option config.noScaleUp
- Such a configuration option should be only configurable on a
"per installation" basis via the global TYPO3 configurat... - 15:17 Revision 72ed029a: [TASK] Update TYPO3 version to TYPO3 8.5-dev
- Resolves: #78330
Releases: master
Change-Id: I624b770a0c93fcc3f23607c9a09ba6cfadd8a255
Reviewed-on: https://review.ty... - 13:48 Revision 1c550298: [TASK] Set TYPO3 version to 8.4.1-dev
- Change-Id: Ifaf30391b7811f75ad1d581dfa47c37b81a013c8
Reviewed-on: https://review.typo3.org/50261
Reviewed-by: TYPO3 R... - 13:47 Revision e67cfa06: [RELEASE] Release of TYPO3 8.4.0
- Change-Id: Ia019a480d832fcecad243a1d0d671a5d6372a576
Reviewed-on: https://review.typo3.org/50260
Reviewed-by: TYPO3 R... - 13:31 Revision 959d35a7: [BUGFIX] Streamline iframe namings for new backend
- The name of the iframe is now available via top.list_frame
and top.nav_frame instead of top.content.list_frame and
to... - 12:09 Revision 4fa11971: [DOCS] 8.4 Documentation Part 2/2
- Releases: master
Resolves:
Change-Id: I733e600f96771b8e97b4fd0dc55e63b7a6e48e4a
Reviewed-on: https://review.typo3.org... - 11:30 Revision 22ba0aba: Revert "[BUGFIX] Do not render HTML in Install Tool's flash message"
- Some places intentionally use HTML which needs to be passed though in
raw. Patch needs more work.
This reverts commi... - 11:26 Revision 0ff64152: [BUGFIX] Remove console.log calls from Viewport.js
- Resolves: #78324
Releases: master
Change-Id: I94f4c2ac7bad855a195de7f84f5a9ac972a49742
Reviewed-on: https://review.ty... - 09:16 Revision b0c9317c: [BUGFIX] Fix missing page types in create pages wizard
- While cleaning up $GLOBALS[PAGE_TYPES] with #77360 it was
assumed the keys and values are not evaluated anymore.
But ... - 06:40 Revision 9caa7aab: [BUGFIX] Fix special menu element rendered in wrong order
- The ListViewHelper gets an array with the uids to display in the special
menu, configured from the plug-in.
The rende...
2016-10-17
- 18:00 Revision 2cead56b: [BUGFIX] Do not render HTML in Install Tool's flash message
- This patch avoids rendering HTML tags in the flash messages of changes
that may be stored in the input fields of "All... - 17:58 Revision 1bbac59a: [DOC] Document xmlns-carrying node behavior in Fluid
- This change documents the fact that xmlns-based
namespace importing works slightly different since Fluid
standalone b... - 17:55 Revision 22b393c5: [BUGFIX] Fix special menu element redered in wrong order
- The ListViewHelper gets an array with the uids to display in the special
menu, configured from the plug-in.
The rende... - 17:36 Revision 6cccaa5a: [BUGFIX] getQuery should respect orderBy
- ContentObjectRenderer::getQuery now respects orderBy if given.
Change-Id: Ic9e640c8dcfd37815bb7ad1f89f551ad2c360422
... - 17:33 Revision c5e0e403: [BUGFIX] Fix radio buttons of new content element wizard
- This patch fix cropped radio buttons and click area of the radio buttons
in the new content element wizard.
Resolves... - 17:20 Revision 4731c29c: [BUGFIX] Fix backend tree height
- This patch set the height for the backend trees (page and filelist) to 100%.
Resolves: #78307
Releases: master
Chang... - 15:28 Revision 87d35e37: [BUGFIX] Make TypoScript option config.noScaleUp work again
- A former commit introduced a bug, which makes `config.noScaleUp`
useless. This commit fixes the regression introduced... - 15:09 Revision ab0ce01d: [DOCS] 8.4 Documentation Part 1/2
- Releases: master
Resolves:
Change-Id: Ie836aa522318f2e877572bf1029c47f0ecd119c5
Reviewed-on: https://review.typo3.org... - 14:21 Revision 9c14f352: Revert "[BUGFIX] Do not turn storages automatically offline"
- This reverts commit 157e1f269902c9b3ab57c95f71534949606fc658.
This change introduced bugs with storages that were ex... - 12:47 Revision 6857d0bc: [FOLLOWUP][TASK] Doctrine: Migrate BackendUserAuthentication::getPagePermsClause
- After the doctrine refactoring a hook is now not working anymore
as before
Relates: #75556
Resolves: #78313
Releases... - 12:41 Revision 264c7813: [BUGFIX] Fix wrong icon color in Filelist > info popup
- This patch fixes the icon color on the "info" popup (Filelist > Info).
The icon in the "show" button now has the corr... - 09:39 Revision 5a568ed2: [BUGFIX] Remove dependency to RsaEncryptionModule in LoginRefresh
- This patch removes the hard dependency to RsaEncryptionModule and adds
a check if the module can be loaded.
It on th...
2016-10-16
- 19:14 Revision 2f0c77bc: [BUGFIX] Correct overflow behavior of sitename in topbar
- Resolves: #78234
Releases: master
Change-Id: I10f10b717f7e852a4ef8c1bf15702287737b28ba
Reviewed-on: https://review.ty...
2016-10-15
- 17:22 Revision b39cdc5c: [BUGFIX] Don't encode title of CEs twice in link wizard
- The content element titles are passed through BackendUtility::getRecordTitle
with htmlspecialchars() applied.
Change... - 15:39 Revision 0b756513: [BUGFIX] Acceptance tests fails due to viewport changes
- Fix a couple of acceptance test selectors to adapt to
viewport changes.
Change-Id: I72050096c5c01134af2416f6610b416a... - 00:07 Revision f7a30114: [BUGFIX] Use context specific table in PageRepository
- By invoking the ConnectionPool instance, it's possible to use
different database connections and different database p...
2016-10-14
- 19:56 Revision c1d70e4d: [BUGFIX] Make class loading for tests work again
- In TYPO3 non composer mode, we need to register the autoload
information for extensions, which we missed when moving
... - 16:05 Revision 200e0337: [BUGFIX] Sanitize loading first module
- Suppress an invalid content iframe call if a
user logs in with no access rights to main modules.
Resolves: #78297
Re... - 11:47 Revision 6542e06c: [BUGFIX] Do not provide non selectable columns in colPos selector
- When a backend layout is active for a page, editing a content
element will have the "columns" of this layout selectab... - 11:43 Revision 9e27eb11: [BUGFIX] Do not provide non selectable columns in colPos selector
- When a backend layout is active for a page, editing a content
element will have the "columns" of this layout selectab... - 11:33 Revision c5ab384d: [BUGFIX] Show login spinner if EXT:rsaauth is not installed
- If EXT:rsaauth is not installed and `BE/loginSecurityLevel` is not "rsa",
the loading spinner is now shown after subm... - 11:32 Revision 8cd668e4: [BUGFIX] Show login spinner if EXT:rsaauth is not installed
- If EXT:rsaauth is not installed and `BE/loginSecurityLevel` is not "rsa",
the loading spinner is now shown after subm...
2016-10-13
- 21:59 Revision 6508e9af: [TASK] Update Fluid dependency to 2.0
- This change updates the Fluid dependency and fixes
the single breaking change introduced by this new
major version.
... - 20:55 Revision 45dede72: [FOLLOWUP][TASK] Remove acceptance test setup from travis
- Remove ConfigureStartNginxFpm.sh from checkFilePermissions.sh
Resolves: #78280
Releases: master
Change-Id: I52bd99c6... - 19:18 Revision 15dbf79a: [BUGFIX] Side effects from LocalConfiguration in acceptance tests
- The functional tests and acceptance test setup is designed to fetch
database settings from a LocalConfiguration if th... - 17:22 Revision 34532762: [BUGFIX] Hide edit icon in list view
- If a record is not editable for a user, the edit icon in the record
list should be hidden.
This patch changes follow... - 16:57 Revision 305f0a61: [BUGFIX] Hide edit icon in list view
- If a record is not editable for a user, the edit icon in the record
list should be hidden.
This patch changes follow... - 16:35 Revision d31544a8: [BUGFIX] Main module ajax refresh
- The main module id has been renamed from #typo3-menu to #menu.
Adapt that in JS to successfully reload the main modul... - 16:04 Revision 80e64d10: [BUGFIX] Prevent crash in Install Tool and EM with invalid ext_tables.sql
- If a parsing exception is thrown, this exception is now catched and the
error message is being displayed as a flash m... - 15:31 Revision 861ae197: [TASK] Update Fluid Standalone dependency to 1.1.1
- Applies https://github.com/TYPO3Fluid/Fluid/commit/8d9fb64825eb79302b36f973fc2f48e7f19841df
as the only change.
Chan... - 14:18 Revision 42e2a93d: [BUGFIX] Fix failing acceptance test on topbar bookmark
- Adapt viewport changes in the acceptance tests too.
Resolves: #78273
Related: #52877
Releases: master
Change-Id: Ie6... - 14:18 Revision f20de408: [BUGFIX] Fix failing acceptance test on topbar flush cache
- Adapt viewport changes in the acceptance tests too
Resolves: #78272
Related: #52877
Releases: master
Change-Id: I694... - 14:11 Revision e3e91958: [TASK] Remove acceptance test setup from travis
- The acceptance tests are very hard to stabilize on travis
and still flaky. They are disabled for quite a while for
th... - 13:57 Revision 508f3a3f: [BUGFIX] Fix styling of RTE wizard
- Resolves: #78267
Releases: masster
Change-Id: I9e798209e0d9bef05345fc88f9dcf691613cfcb1
Reviewed-on: https://review.t... - 12:38 Revision 728569da: [BUGFIX] Fix frame communication for RTE wizards
- This patch fix broken wizards in RTE.
The patch re-add the property top.TYPO3.Backend.ContentContainer.iframe
Resol... - 12:03 Revision 29d1b0a6: [BUGFIX] Include CORS settings attribute when using integrity
- For Subresource Integrity to work, the CDN must support
Cross-Origin Resource Sharing (CORS). The `crossorigin` attri... - 11:35 Revision 633c36b4: [BUGFIX] Include CORS settings attribute when using integrity
- For Subresource Integrity to work, the CDN must support
Cross-Origin Resource Sharing (CORS). The `crossorigin` attri... - 10:33 Revision 44aa8dc4: [BUGFIX] Prevent exception due to missing id in the language menu
- Make sure the "id" parameter is set when using
"addQueryString.exclude" to prevent the exception in the cHash
calcula... - 10:07 Revision 04481f83: [BUGFIX] Prevent exception due to missing id in the language menu
- Make sure the "id" parameter is set when using
"addQueryString.exclude" to prevent the exception in the cHash
calcula... - 09:54 Revision 726bf2c8: [BUGFIX] Fix icon color in dropdown
- This patch use inline SVG to colorize the icon in SplitButton dropdown.
Resolves: #78253
Releases: master
Change-Id:... - 09:51 Revision c470f416: [BUGFIX] Re-introduce `top.TYPO3.Backend.NavigationContainer.PageTree`
- This patch re-adds the `top.TYPO3.Backend.NavigationContainer.PageTree`
object that is required to execute the `updat... - 09:51 Revision 0a2013bb: [BUGFIX] Prevent exception due to missing id in the language menu
- Make sure the "id" parameter is set when using
"addQueryString.exclude" to prevent the exception in the cHash
calcula... - 09:46 Revision 18e53b04: [BUGFIX] Use correct element for `TYPO3.Backend.ContentContainer.getUrl()`
- `TYPO3.Backend.ContentContainer.setUrl()` writes the URL into a different
element than `TYPO3.Backend.ContentContaine...
2016-10-12
- 20:42 Revision 59f74041: [BUGFIX] Exception with cHashIncludePageId but no id in the URL
- If the 'id' parameter is not provided in the URL but the
FE|cHashIncludePageId is set to true, TYPO3 will throw an ex... - 20:29 Revision a6dd4d5e: [BUGFIX] Exception with cHashIncludePageId but no id in the URL
- If the 'id' parameter is not provided in the URL but the
FE|cHashIncludePageId is set to true, TYPO3 will throw an ex... - 20:29 Revision 11668448: [BUGFIX] Exception with cHashIncludePageId but no id in the URL
- If the 'id' parameter is not provided in the URL but the
FE|cHashIncludePageId is set to true, TYPO3 will throw an ex... - 13:23 Revision a7a04b52: [TASK] splitFunctionalTests.sh in 7.6
- To allow parallel execution of functional tests in 7.6, the
splitFunctionalTests.sh is copied over from master with o... - 08:31 Revision d41ab0da: [BUGFIX] Invalid query generation in extbase QueryParser
- Change-Id: I9ecafac85a0498d615bf14a9b53867679f310abf
Resolves: #78227
Related: #77379
Releases: master
Reviewed-on: h... - 07:53 Revision f3317ce7: [BUGFIX] Fix requiring playlist argument when "loop" is set
- The YouTubeRenderer does not force the playlist argument yet
when the loop argument is set to 1. According to the doc...
2016-10-11
- 23:15 Revision 3cb7bf79: [BUGFIX] Fix CSS of DateTimePicker
- This patch fix broken CSS for DateTimePicker.
Resolves: #78241
Releases: master
Change-Id: I5860aaf8af5f2ca349bc920b... - 20:59 Revision 55bb0baa: [TASK] Add more contrast to clear cache menu
- This patch fix the low contrast of the clear cache menu.
Resolves: #78239
Releases: master
Change-Id: I6750dcbb6ebdc... - 20:22 Revision 5d99bd32: [BUGFIX] Acceptance tests fails on main frame name
- The viewport patch from issue #52877 renamed the content
iframe from "content" to "contentIframe". The patch changes
... - 16:02 Revision b8b40e8b: [TASK] Upgrade Fluid dependency to 1.1.0
- This task upgrades the version of Standalone Fluid being
used from 1.0.10 to 1.1.0.
List of changes:
https://github...
2016-10-10
- 23:53 Revision 5186ec79: [!!!][FEATURE] Move generated autoload info to typo3conf
- It turned out to be misleading, that additional class loading
information of extensions (in non composer mode) is in ... - 22:43 Revision 9b7ed3ae: [!!!][TASK] Make the TYPO3 Backend responsive and remove ExtJS Viewport
- A responsive CSS viewport replaces the legacy the ExtJS
component TYPO3.Viewport.
Resolves: #52877
Releases: master
... - 22:05 Revision 8afa3442: [TASK] Cleanup and deprecate TYPO3_DB occurrences
- All instances of $GLOBALS[TYPO3_DB] in the TYPO3 Core classes
except for certain highly used functionalities have bee... - 21:46 Revision cd8c1e03: [TASK] Improve duplicate exception code check
- * better regex finds more with less false positives
* use grep instead of ack-grep
* find exceptions without exceptio... - 21:38 Revision 0aee6a0b: [FOLLOWUP][BUGFIX] Do not override hidden UC fields in user settings
- Check if there is actually a user TSconfig available before using it.
Resolves: #77263
Releases: master, 7.6
Change-... - 21:38 Revision f288f76b: [FOLLOWUP][BUGFIX] Do not override hidden UC fields in user settings
- Check if there is actually a user TSconfig available before using it.
Resolves: #77263
Releases: master, 7.6
Change-... - 17:58 Revision b633be9b: [FOLLOWUP][FEATURE] Introduce TypeScript processing
- This patch add npm update to fix broken travis builds.
Resolves: #77900
Releases: master
Change-Id: I5a3df419f33ec94... - 15:41 Revision 922e71cc: [FEATURE] Introduce TypeScript processing
- This patch introduce a grunt TypeScript processor and linter.
Resolves: #77900
Releases: master
Change-Id: I642db25c... - 01:20 Revision 31707ee5: [FOLLOWUP][BUGFIX] Fix evaluation of rootLevel configuration in NewRecordController
- If there is no configuration for the rootLevel in a tables' TCA, the
NewRecordController silently assumes -1. This me... - 01:20 Revision c3c27ece: [FOLLOWUP][BUGFIX] Fix evaluation of rootLevel configuration in NewRecordController
- If there is no configuration for the rootLevel in a tables' TCA, the
NewRecordController silently assumes -1. This me...
2016-10-09
- 19:15 Revision e4c41dd9: [FOLLOWUP][TASK] Implement DBAL inSet() for SQLite
- Add an exception if named parameters are used with inSet() on SQLite,
add tests to verify the behaviors for named par... - 15:51 Revision f8fc5c93: [TASK] Doctrine: Migrate extbase Typo3DbBackend
- Two very last calls to exec_SELECTgetSingleRow()
Change-Id: I0e98ea0de22f60dbc5df72be52b345220c54c0ba
Resolves: #782... - 14:47 Revision c8b4862a: [TASK] Streamline button order/group
- In order to be consistent, change the button order and styling
(according to the list module).
Resolves: #78199
Rele... - 14:38 Revision 59b684d7: [TASK] Implement DBAL inSet() for SQLite
- DBAL's ExpressionBuilder::inSet() currently does not support FIND_IN_SET
for SQLite which is also not supported by th... - 14:37 Revision c5da264c: [!!!][TASK] Migrate Extbase Query Parser to Doctrine DBAL
- The Extbase Typo3DbQueryParser which builds the SQL
statement for most of Extbase's database calls is completely
rewr... - 13:44 Revision 980c8ffb: [FEATURE] Add argument addQueryStringMethod to f:form
- The argument is passed to UriBuilder as-is and allows controlling
how the preserving of GET/POST arguments happens in... - 13:29 Revision e9cdb98d: [CLEANUP] belog: LogEntries Partial
- Removed attributes / elements:
* valign attribute (not supported in HTML5)
* empty th/th elements with "spacer" span
... - 13:27 Revision 4fe5a309: [TASK] Remove unused local variables
- Resolves: #77819
Releases: master
Change-Id: If39540863a1114ce5ce3e57289da54bdfdffc4f2
Reviewed-on: https://review.ty... - 13:21 Revision 2376d9cb: [TASK] Deprecate ExtensionManagementUtility::extRelPath
- The method ExtensionManagementUtility::extRelPath() is marked
as deprecated, as other solutions (relative to PATH_sit... - 12:51 Revision af14acec: [BUGFIX] Change availability for the property "sword"
- Releases: master
Resolves: #76906
Change-Id: I2824bf5d2a286ea5445a395687814dad147f117f
Reviewed-on: https://review.ty... - 12:32 Revision 53e5e7ba: [BUGFIX] Change Indexed Search index_phash.data_filename column length
- Make database field index_phash.data_filename longer, because varchar(255) was not enough for some URLs.
Resolves: #... - 12:12 Revision c28041d7: [BUGFIX] Change Indexed Search index_phash.data_filename column length
- Make database field index_phash.data_filename longer, because varchar(255) was not enough for some URLs.
Resolves: #...
2016-10-08
- 20:54 Revision a43713ec: [!!!][TASK] Use correct ISO8601 format
- DateTime::ISO8601 is not compatible with ISO-8601, but is left this
way for backward compatibility reasons. Use DateT... - 20:42 Revision 75594986: [BUGFIX] Fix select with multiple enabled not being saved correctly
- If the 'multiple' field in the fieldConfig is set the
$newDatabaseValueArray is returned as is, with duplicate entrie... - 20:41 Revision 12b9bfcf: [BUGFIX] Fix select with multiple enabled not being saved correctly
- If the 'multiple' field in the fieldConfig is set the
$newDatabaseValueArray is returned as is, with duplicate entrie... - 18:21 Revision 1c38554b: [TASK] Update npm packages
- * Use new grunt version (speed, stability)
* Replace grunt-copy with contrib version
* Recompile all sources
Resolve... - 16:59 Revision 4e62de80: [BUGFIX] Do not throw exception for inaccessible folders
- In the LocalDriver the PHP RecursiveIteratorIterator implementation is
used to recursively iterate over a directory.
... - 16:59 Revision 7a7c2d34: [BUGFIX] Do not throw exception for inaccessible folders
- In the LocalDriver the PHP RecursiveIteratorIterator implementation is
used to recursively iterate over a directory.
... - 15:05 Revision a463a707: [TASK] Make use of edit icons consistent
- Use the following icons to indicate different kinds of "edit actions":
* actions-open: single edit action
* actions-d... - 14:55 Revision 3c8356f0: [BUGFIX] Check if TypoScript is loaded for indexed_search
- Check if TypoScript is loaded for indexed_search, if not,
show an error message.
Resolves: #75866
Releases: master, ... - 13:07 Revision ade4d4ac: [FEATURE] Upgrade Analysis in Install Tool
- Noteworthy core changes come with ReST files explaining details since
core version 7. The patch adds a module to the ... - 12:07 Revision 0591e55a: [BUGFIX] Show editor for setup and constants even if the field is empty
- Resolves: #78188
Releases: master
Change-Id: Ic697d0259b5f9dc5780a6e5434a30b7337448c49
Reviewed-on: https://review.ty... - 11:45 Revision b83a60cc: [TASK] Update tags for all rst files for master
- Releases: master
Resolves: #78184
Change-Id: I3a1362ecc193026c44e9983490aeb88b1fca6dd2
Reviewed-on: https://review.ty... - 11:29 Revision 34560884: [BUGFIX] Respect options.disableDelete UserTSConfig
- The UserTSConfig setting "options.disableDelete" was not respected
in the record ClickMenu, the database record list ...
2016-10-07
- 22:55 Revision 68f27c8c: [BUGFIX] Acceptance test for extension manager
- Now the extension recycler is used for testing instead of beuser.
Resolves: #78185
Related: #77820
Releases: master
... - 22:41 Revision 9a75f0d3: [BUGFIX] Treat <pre> tags correctly in RTE
- Do not throw away line breaks and multiple spaces of pre tag's content in RTE.
This finally allows to paste source co... - 22:40 Revision 0877cfa1: [BUGFIX] Treat <pre> tags correctly in RTE
- Do not throw away line breaks and multiple spaces of pre tag's content in RTE.
This finally allows to paste source co... - 22:37 Revision 8ebaf7b7: [TASK] Update tags for all rst files for 8.0
- Releases: master
Resolves: #78183
Change-Id: I95b436be3d4eaf2762981f69260b750f6a50fc3a
Reviewed-on: https://review.ty... - 21:33 Revision 37ae6714: [TASK] Update tags for all rst files for 8.3
- Releases: master
Resolves: #78181
Change-Id: Iabe4c36908c2d7f569428bc6ba5b48c171015963
Reviewed-on: https://review.ty... - 21:29 Revision 5a025e8f: [TASK] Update tags for all rst files for 8.2
- Releases: master
Resolves: #78179
Change-Id: I8c67e42110162bad46980b90a02fdef821f3c2a0
Reviewed-on: https://review.ty... - 21:23 Revision d80993f4: [TASK] Update tags for all rst files for 8.1
- Releases: master
Resolves: #78182
Change-Id: Ibf25658172e42174ea5497eeb03dc9fd6a3d365a
Reviewed-on: https://review.ty... - 17:54 Revision 093620ee: [TASK] add acceptence tests for filter backend user in backend module
- Resolves: #77823
Releases: master
Change-Id: I301c43c4429bf18fde4c65c9d12c94951693bfc4
Reviewed-on: https://review.ty... - 16:25 Revision 40659547: [TASK] Update phpunit to version 5.6
- Change-Id: Ia6e671bb39db820a93f0a534e8a0bd05cf325b49
Resolves: #78176
Releases: master
Reviewed-on: https://review.ty... - 15:45 Revision cca03ef1: [TASK] Streamline actions-document-select
- Use actions-document-select to select all values in a table.
Wrap icon (btn btn-default).
Resolves: #77973
Releases:... - 15:26 Revision 613c2935: [!!!][TASK] Make TypoScriptTemplateConstantEditorModuleFunctionController Fluid
- Fluidification of TypoScriptTemplateConstantEditorModuleFunctionController
Resolves: #75032
Releases: master
Change-... - 13:47 Revision 29fe1576: [TASK] Rename method "JStop"" to "addCssFiles"
- The old name has nothing to do with JS.
Resolves: #75363
Releases: master
Change-Id: Ie6dec85a89ca39561b04450bcb871c... - 13:35 Revision daa3a812: [BUGFIX] Correct position of t3editor autocomplete
- The position of the autocomplete list for the TypoScript was incorrect
when the editing iframe was scrolled.
Resolve... - 13:07 Revision ddaa91c0: [!!!][CLEANUP] ObjectAccess
- This patch aims to clean up and improve the
ObjectAccess class which currently does a
*lot* of unnecessary operations... - 11:42 Revision e2597b25: [BUGFIX] Fix sql query selecting invalid field
- In #77488 the ExtendedFileUtility has been refactored to doctrine.
This has introduced a bug where an invalid field i... - 11:21 Revision d4d06f1e: [!!!][TASK] Fluidification of TypoScriptTemplateInformationModuleFunctionController
- Resolves: #75031
Releases: master
Change-Id: I4e40350dcf4fe54f2fbc7088bb2ac509668c1c0a
Reviewed-on: https://review.ty... - 11:11 Revision a9b29fe5: [BUGFIX] Do not override hidden UC fields in user settings
- While saving a user's uc record, all fields, which are set to disabled
in user TSconfig, are not touched anymore.
Thi... - 11:10 Revision 228de96d: [BUGFIX] Do not override hidden UC fields in user settings
- While saving a user's uc record, all fields, which are set to disabled
in user TSconfig, are not touched anymore.
Thi... - 10:10 Revision 44c819f8: [TASK] Fluidification of NewContentElementController
- Additionally an unused variable was removed and some
variables have been renamed to a more speaking name.
Resolves: ...
2016-10-06
- 18:35 Revision 83c4afc4: Revert "[FEATURE] Add fluid debug information to admin panel"
- This reverts commit f3df15974576831b119a82f8f3151e0a6cd9c276.
Revert, as the set checkbox will make the debug inform... - 18:19 Revision 15117bf5: [TASK] Fluidification of TaskCenter
- Resolves: #78020
Releases: master
Change-Id: Ibb70677e09a39fe73532e1af8cd6266b0d2b9a1e
Reviewed-on: https://review.ty... - 17:41 Revision f3df1597: [FEATURE] Add fluid debug information to admin panel
- This patch adds a new option to the admin panel to show debug information
about partials and sections in frontend.
R... - 17:12 Revision 48f38fe2: [BUGFIX] Bring back some colors in workspace diff view
- CSS definitions for <ins> and <del> tags. This is only needed for 7.6.
Followup to #69904 which didn't consider works... - 17:05 Revision 7070a317: [BUGFIX] Do not cut constants in debug output
- Unsubstituted constants should be logged in full length and not
cut after 50 character.
Resolves: #78107
Releases: m... - 16:29 Revision 26541d91: [BUGFIX] Fix requiring playlist argument when "loop" is set
- The YouTubeRenderer does not force the playlist argument yet
when the loop argument is set to 1. According to the doc... - 16:17 Revision 3eaade3a: [TASK] Show hints about shortcuts and external pages in Page module
- To improve the usability, pages of the type shortcut and external link
show additional information in the page module... - 12:37 Revision 10adf02c: [BUGFIX] Use only domain with scheme at youtube origin
- Resolves: #77953
Releases: master, 7.6
Change-Id: I263e865953f58778565e362ddc04b8489d019a48
Reviewed-on: https://revi... - 11:57 Revision d9c604f2: [BUGFIX] Use only domain with scheme at youtube origin
- Resolves: #77953
Releases: master, 7.6
Change-Id: I263e865953f58778565e362ddc04b8489d019a48
Reviewed-on: https://revi... - 11:57 Revision 5ddb5be7: [!!!][TASK] Deprecate usage of record rendering in page module
- To follow the concept of apps and avoiding code duplications and
confusion of users, the rendering of records in the ... - 11:53 Revision 316400e0: [TASK] Update require-dev dependencies
- friendsofphp/php-cs-fixer (v1.12.2)
site5/phantoman (v1.1.7)
Resolves: #78123
Releases: master
Change-Id: I7bcb93548... - 11:45 Revision 2b851d0d: [TASK] Fluidification of SortPages Wizard
- Resolves: #77971
Releases: master
Change-Id: I865196db43517a4f154b4e88e3459aee57f4850a
Reviewed-on: https://review.ty... - 11:34 Revision 8d82d4b3: [TASK] Fluidification of TypoScriptTemplateObjectBrowserModuleFunctionController
- Move all HTML from PHP code to an own Fluid template.
Resolves: #75033
Releases: master
Change-Id: I2e5e12702cb48643... - 11:04 Revision 4ae67d1a: [BUGFIX] Fix double encoded returnUrl parameters in file search
- In ext:filelist you can search for files. All actions that contain
a returnUrl as parameter lead to CSRF-token issues... - 10:57 Revision e525591f: [BUGFIX] indexed_search renders HTML5 placeholder regardless of sword
- If DocType is HTML5, placeholder attribute on sword input field is now
rendered regardless of sword being empty or no...
2016-10-05
- 16:41 Revision 215abe05: [BUGFIX] Deprecate support mysqli_result in PageLayoutView::getResult
- Due to change https://review.typo3.org/48240/ the method only supports
Doctrine Statement objects. An extension which...
2016-10-04
- 21:52 Revision 6f9c3bd7: [TASK] Streamline ConnectionPool invocation in Testbase
- Resolves: #78137
Releases: master
Change-Id: I35858000977797bfee28eaf157c6c3fe27da58b4
Reviewed-on: https://review.ty...
2016-09-30
- 14:12 Revision 8e6612a7: [TASK] Update phpunit to version 5.5
- As a dependency, codeception is upgraded to version 2.2.5, too.
Change-Id: Ib3cfe1d3fcaf40a53497f78998dea4d7804f240b... - 11:55 Revision 0aa80a65: [BUGFIX] Incorrect cHash generation may cause 404 on any page
- If an empty parameter appears in the query string passed to
CacheHashCalculator::getRelevantParameters(), the code wi... - 09:39 Revision 42119d57: [TASK] Fixed typo in extensions install and lowlevel
- Toogle should be Toggle
Resolves: #78118
Releases: master,7.6
Change-Id: Ib72e70aa20fa6f4fdf91a825b31f88938d0897bd
R... - 09:38 Revision 398f4740: [TASK] Fixed typo in extensions install and lowlevel
- Toogle should be Toggle
Resolves: #78118
Releases: master,7.6
Change-Id: Ib72e70aa20fa6f4fdf91a825b31f88938d0897bd
R... - 09:37 Revision 3896be70: [BUGFIX] Incorrect cHash generation may cause 404 on any page
- If an empty parameter appears in the query string passed to
CacheHashCalculator::getRelevantParameters(), the code wi... - 09:22 Revision 88c72312: [BUGFIX] Incorrect cHash generation may cause 404 on any page
- If an empty parameter appears in the query string passed to
CacheHashCalculator::getRelevantParameters(), the code wi...
2016-09-29
- 20:33 Revision 63be4041: [BUGFIX] Trim function name passed to GeneralUtility::callUserFunc()
- The parameter `$funcName` could contain whitespaces, e.g. because of a
formatted FlexForm file. The parameter is now ... - 20:33 Revision f8b99f08: [BUGFIX] Trim function name passed to GeneralUtility::callUserFunc()
- The parameter `$funcName` could contain whitespaces, e.g. because of a
formatted FlexForm file. The parameter is now ...
2016-09-28
- 18:44 Revision 19904b1c: [TASK] Use strict comparissons in NewRecordController
- Resolves: #78099
Releases: master
Change-Id: Ia3ddd9dd6ce1563ddaae8735ef980a7ca49d5abc
Reviewed-on: https://review.ty... - 18:35 Revision f4998ec1: [TASK] Fixed typo in DatabaseSystemLanguageRowsTest class
- Resolves: #78093
Releases: master
Change-Id: Ib4a3d9d06e1a8dec91524d69033c587ef1ad2efc
Reviewed-on: https://review.t... - 14:46 Revision 7d0b3eba: [BUGFIX] Fix evaluation of rootLevel configuration in NewRecordController
- If the rootLevel is set to true, it should behave like 1 and the record
is only available at the root page.
Resolves... - 14:46 Revision 22613876: [BUGFIX] Fix evaluation of rootLevel configuration in NewRecordController
- If the rootLevel is set to true, it should behave like 1 and the record
is only available at the root page.
Resolves... - 14:46 Revision 8f402106: [BUGFIX] Always throw exception if ext_emconf.php is missing
- The ext_emconf.php is still required for TYPO3 extensions.
However a piece of PackageManager code was still graceful
... - 14:40 Revision 59a8dee7: [BUGFIX] BackendUserAuthentication checks wrong BE user permission
- In BackendUserAuthentication::getDefaultUploadFolder, the addFolder
permission flag is checked instead of the writeFo... - 14:36 Revision 7be5ced3: [BUGFIX] BackendUserAuthentication checks wrong BE user permission
- In BackendUserAuthentication::getDefaultUploadFolder, the addFolder
permission flag is checked instead of the writeFo... - 13:46 Revision 617e6c43: [FEATURE] Make it configurable to remove the allowed tables in group element
- By adding allowedTables to the TCA configuration option 'disable_controls'
the allowed tables can be hidden.
Resolve... - 13:20 Revision 58cc21e6: [CLEANUP] Polish Enumeration exceptions
- Always quote all incoming values and make exceptions more readable.
Resolves: #78083
Releases: master, 7.6
Change-Id... - 13:10 Revision 1f61ffe3: [CLEANUP] Polish Enumeration exceptions
- Always quote all incoming values and make exceptions more readable.
Resolves: #78083
Releases: master, 7.6
Change-Id... - 12:57 Revision 2771a2c6: [BUGFIX] Always throw exception if ext_emconf.php is missing
- The ext_emconf.php is still required for TYPO3 extensions.
However a piece of PackageManager code was still graceful
... - 11:15 Revision 8db4e4ef: [TASK] Add suggest wizard to field file_collections of tt_content
- To improve the usability, the suggest wizard is added to the field
file_collections of tt_content.
Resolves: #78084
... - 11:15 Revision 9f602b04: [TASK] Add suggest wizard to field file_collections of tt_content
- To improve the usability, the suggest wizard is added to the field
file_collections of tt_content.
Resolves: #78084
... - 10:36 Revision 557e72b9: [BUGFIX] TCA slider wizard w. default value in flexform field
- Inserts default value from flexform field in form data
Resolves: #64331
Releases: master, 7.6
Change-Id: Icc89fb419a... - 10:33 Revision e80121b0: [BUGFIX] TCA slider wizard w. default value in flexform field
- Inserts default value from flexform field in form data
Resolves: #64331
Releases: master, 7.6
Change-Id: Icc89fb419a... - 10:15 Revision aae6fbb2: [TASK] Unify record rendering of sys_collection & sys_file_collection
- Use the access tab for the following records:
- Record collection (sys_collection)
- File collection (sys_file_collec... - 10:09 Revision 176f9b96: [TASK] Streamline DBAL connection invocation in RelationHandler
- Streamline DBAL connection invocation in RelationHandler by using
a dedicated method. This way it's easier to test an... - 09:34 Revision 6083f55f: [TASK] Scheduler: Move server time info to a partial
- Additionally the appearance is improved by using an infobox
and the infobox is added to the check view as well.
Chan... - 08:58 Revision 6fcb5d70: [BUGFIX] Remove superfluous call of ExtendedFileUtility::init()
- This patch is a follow up to https://review.typo3.org/45695 which
removed the BasicFileUtility::init but didn't remov...
2016-09-26
- 20:06 Revision 2db44c6d: [TASK] Move field configuration of tx_impexp_origuid
- Move the configuration to EXT:impexp.
Resolves: #77941
Releases: master
Change-Id: I1e87ba5eb1f9abf52abcd7f2e345ced9...
2016-09-25
- 23:56 Revision 54b4dd51: [BUGFIX] Remove field restriction in PageLinkHandler
- The full row must be provided as it is used later on in the
BackendUtility::getRecordTitle(). Removing fields leads t... - 23:50 Revision 145d2d11: [BUGFIX] Remove field restriction in PageLinkHandler
- The full row must be provided as it is used later on in the
BackendUtility::getRecordTitle(). Removing fields leads t...
2016-09-23
- 19:00 Revision 49edf07d: [BUGFIX] Fix missing path information in CoreUpdaterService
- By removing the objectManager calls from the Install Tool we missed
a call to initializeObject. This leads to missing... - 10:43 Revision 5b6f9fce: [BUGFIX] Correct show configuration in newContentElement wizard
- All elements should be shown if the asterisk is part of the show
configuration. Due to different configuration possib...
2016-09-22
- 22:22 Revision c60716b2: [TASK] Always use HTTPS for youtube and vimeo
- As youtube and vimeo run absolutly fine on HTTPS, there is no reason
to use plain HTTP.
Resolves: #77998
Releases: m... - 22:12 Revision 852a4caf: [TASK] Always use HTTPS for youtube and vimeo
- As youtube and vimeo run absolutly fine on HTTPS, there is no reason
to use plain HTTP.
Resolves: #77998
Releases: m... - 12:57 Revision dbccc52f: [BUGFIX] Display correct text for invalid links on password reset
- Change-Id: I656fa9370cfb35eb4608d7547358a3da8654e928
Resolves: #78039
Releases: master,7.6
Reviewed-on: https://revie... - 12:55 Revision 5c9b2842: [BUGFIX] Display correct text for invalid links on password reset
- Change-Id: I656fa9370cfb35eb4608d7547358a3da8654e928
Resolves: #78039
Releases: master,7.6
Reviewed-on: https://revie...
2016-09-21
- 22:12 Revision a986ca8f: [BUGFIX] Fix invalid explode in RTE language fetching
- Resolves: #78030
Releases: master
Change-Id: I86dafc95375c3320d70e08fb32de2860d089b828
Reviewed-on: https://review.ty... - 13:16 Revision 94d740c2: [BUGFIX] Ensure proper conflictMode on t3d upload
- The overwriteExistingFiles argument in ImportExportController can't be
cast to \TYPO3\CMS\Core\Resource\DuplicationBe... - 10:47 Revision ee356e76: [BUGFIX] Avoid duplicated classes in typolink VH
- To avoid duplicated classes in the TypolinkViewHelper,
array_unique is used.
Resolves: #77943
Releases: master, 7.6
... - 10:40 Revision 21bf5f12: [BUGFIX] Avoid duplicated classes in typolink VH
- To avoid duplicated classes in the TypolinkViewHelper,
array_unique is used.
Resolves: #77943
Releases: master, 7.6
... - 10:19 Revision fb0c0567: [BUGFIX] Support target in ctype uploads and fluid_styled_content
- The target configuration of the filelink plugin must be considered
if using fluid_styled_content.
Resolves: #77896
R... - 10:14 Revision c86297fb: [BUGFIX] Support target in ctype uploads and fluid_styled_content
- The target configuration of the filelink plugin must be considered
if using fluid_styled_content.
Resolves: #77896
R...
2016-09-20
- 15:22 Revision d1a6760d: [BUGFIX] Use correct dependency in EXT:compatibility7
- To avoid occasional errors in the Extension Manager
the version must be added as well.
Resolves: #78008
Releases: ma... - 14:53 Revision 27eb9924: [TASK] Remove usages of getTemplateVariableContainer
- The method is deprecated, replaced by getVariableProvider.
This change replaces remaining old usages with
the new, co... - 14:10 Revision f3489c4e: [TASK] Add key to uid_local of sys_file_reference
- To improve the performance, an additional key
is added to the table 'sys_file_reference'.
Resolves: #76940
Releases:... - 14:10 Revision 29b05517: [TASK] Add key to uid_local of sys_file_reference
- To improve the performance, an additional key
is added to the table 'sys_file_reference'.
Resolves: #76940
Releases:... - 08:29 Revision 157e1f26: [BUGFIX] Do not turn storages automatically offline
- Storages should not be taken offline automatically.
Currently the storage turns offline if a configuration error is
d...
Also available in: Atom