Activity
From 2016-08-21 to 2016-09-19
2016-09-19
- 22:00 Revision 462a25e2: [BUGFIX] Color picker: Do not bind to document
- The event listening of the color picker was changed to
`[document, top.document]` with ticket #77317, but the inner e... - 11:57 Revision 7b5951f9: [BUGFIX] PSR-7 properties must be initialized as array
- All the PSR-7 ServerRequest properties must be initialized as arrays, as
they can be accessed through getters without... - 11:57 Revision 792d5ad4: [BUGFIX] PSR-7 properties must be initialized as array
- All the PSR-7 ServerRequest properties must be initialized as arrays, as
they can be accessed through getters without... - 10:38 Revision 1d24d476: [TASK] Show TYPO3 version in system information toolbar item
- This patch adds the information about the current TYPO3 version to the
system information toolbar item.
Releases: ma... - 10:34 Revision b1598c39: [TASK] Fluidification of CreatePages Wizard
- Resolves: #77948
Releases: master
Change-Id: I5c7da79ca9ade71cc0e76393d71ef0e4cdaf338e
Reviewed-on: https://review.ty... - 09:58 Revision ba1f03e9: [TASK] Wizard sort_pages: Move non translated text to language file
- Resolves: #77947
Releases: master
Change-Id: I9851e2cd9dc3bf0e70fa5031a727840bcb833762
Reviewed-on: https://review.ty...
2016-09-17
- 20:17 Revision eadb165d: [BUGFIX] Re-Establish correct Fluid path ordering
- Instead of sorting path arrays in various places,
put the sorting of Fluid paths into the TemplatePath
object.
This ...
2016-09-16
- 22:34 Revision 133620ef: [BUGFIX] Allow overriding default Fluid templateRootPaths
- Prefer the overriden paths when merging template/partial/layout root
paths so that it's possible to set a new default... - 17:36 Revision d08186f4: [TASK] Add Forger RST utility link to Changelog HowTo
- Resolves: #77891
Releases: master, 7.6
Change-Id: Ic25fab8eb67c64e16396456ef2e31fb3176133bf
Reviewed-on: https://revi... - 16:00 Revision de6c78dd: [BUGFIX] Remove unnecessary fields from history
- Since #71580 the user name gets added twice to the table
in record history resulting in a wrong column order and
wron... - 12:35 Revision 693de54e: [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-13
- 20:56 Revision 8bfcf196: [BUGFIX] DataHandler should inherit $isImporting
- When DataHandler uses getLocalTCE() the option
for "isImporting" is not transferred, causing
a lot of inconsistencies... - 20:53 Revision 72546501: [BUGFIX] DataHandler should inherit $isImporting
- When DataHandler uses getLocalTCE() the option
for "isImporting" is not transferred, causing
a lot of inconsistencies... - 12:10 Revision be4b548e: [TASK] Set TYPO3 version to 8.3.2-dev
- Change-Id: I9c165703dc30b8e4baa43443bb4104382c3bcebe
Reviewed-on: https://review.typo3.org/49931
Reviewed-by: TYPO3 R... - 12:09 Revision aa616330: [RELEASE] Release of TYPO3 8.3.1
- Change-Id: I8f5323b270c31505804fe8faca159daa8287a3c5
Reviewed-on: https://review.typo3.org/49930
Reviewed-by: TYPO3 R... - 12:04 Revision eb584628: [TASK] Set TYPO3 version to 7.6.12-dev
- Change-Id: I41a45399ef885a4fbdc3c9f9792c4a3dfc8558e4
Reviewed-on: https://review.typo3.org/49929
Reviewed-by: TYPO3 R... - 12:03 Revision e6580859: [RELEASE] Release of TYPO3 7.6.11
- Change-Id: I8708c6702c7f0afa22c9d8fd57c139b1238b8ac9
Reviewed-on: https://review.typo3.org/49928
Reviewed-by: TYPO3 R... - 11:58 Revision 2c196704: [TASK] Set TYPO3 version to 6.2.28-dev
- Change-Id: I1fd089be6897074fa9659205681a3c2699eaeae4
Reviewed-on: https://review.typo3.org/49927
Reviewed-by: TYPO3 R... - 11:57 Revision d3b7196b: [RELEASE] Release of TYPO3 6.2.27
- Change-Id: I97f8b68bfc7ad841bc0ab533ac071bfbd10696e4
Reviewed-on: https://review.typo3.org/49926
Reviewed-by: TYPO3 R... - 11:53 Revision 4a4bf359: [!!!][SECURITY] Mitigate potential cache flooding
- Bind cHash to the page id it was generated for, to avoid
an attacker to be able to call multiple pages with the same
... - 11:53 Revision 2918d14e: [SECURITY] Fix select_key XSS in PageLayoutView
- Apply htmlspecialchars() to avoid a XSS when rendering
the value of select_key.
Resolves: #77906
Releases: master, 8... - 11:53 Revision 3cdc3290: [!!!][SECURITY] Mitigate potential cache flooding
- Bind cHash to the page id it was generated for, to avoid
an attacker to be able to call multiple pages with the same
... - 11:52 Revision 3ebce664: [SECURITY] Fix select_key XSS in PageLayoutView
- Apply htmlspecialchars() to avoid a XSS when rendering
the value of select_key.
Resolves: #77906
Releases: master, 8... - 11:52 Revision 7b8258d0: [!!!][SECURITY] Mitigate potential cache flooding
- Bind cHash to the page id it was generated for, to avoid
an attacker to be able to call multiple pages with the same
... - 11:52 Revision e292d9ea: [SECURITY] Fix select_key XSS in PageLayoutView
- Apply htmlspecialchars() to avoid a XSS when rendering
the value of select_key.
Resolves: #77906
Releases: master, 8... - 11:52 Revision 8aecd0c1: [!!!][SECURITY] Mitigate potential cache flooding
- Bind cHash to the page id it was generated for, to avoid
an attacker to be able to call multiple pages with the same
... - 11:52 Revision b04d3948: [SECURITY] Fix select_key XSS in PageLayoutView
- Apply htmlspecialchars() to avoid a XSS when rendering
the value of select_key.
Resolves: #77906
Releases: master, 8... - 01:38 Revision 3e74ca52: [BUGFIX] Prevent orphaned tags in Typo3DatabaseBackend
- The 7.6 and 6.2 implementation of Typo3DatabaseBackend cache backend has
bugs in two methods (in mysql-non-dbal versi... - 01:38 Revision 67e63a9a: [BUGFIX] Prevent orphaned tags in Typo3DatabaseBackend
- The 7.6 and 6.2 implementation of Typo3DatabaseBackend cache backend has
bugs in two methods (in mysql-non-dbal versi...
2016-09-12
- 16:52 Revision a6ba5524: [BUGFIX] Scheduler: fix and add missing CSH labels
- Activate CSH labels while creating a new scheduler task.
Also add missing localization strings for common description... - 13:26 Revision 2afce439: [BUGFIX] Editing title inline now updates correct language
- Editing title inline in page column view updated always standard
language.
Now the title of the selected language bei... - 11:41 Revision 566045b7: [BUGFIX] Editing title inline now updates correct language
- Editing title inline in page column view updated always standard
language.
Now the title of the selected language bei... - 11:09 Revision a148d96c: [!!!][TASK] Clean up RTEhtmlarea Spellchecker
- Use only Backend Routes instead of eID (= BE User)
and unify the entrypoint PHP method.
Resolves: #77826
Releases: m... - 09:50 Revision 3fc9c1e5: [TASK] Add crosslinks to Forge in ChangeLogs
- Change-Id: If038be667ef19a1b1f790e28e42128519d61eed8
Resolves: #77840
Releases: master, 7.6
Reviewed-on: https://revi... - 09:15 Revision 62b3c79f: [BUGFIX] Don't escape output of ViewHelper in indexed_search
- The PageBrowsingResultsViewHelper in the Extbase and Fluid based plugin
of indexed_search generates HTML output which...
2016-09-11
- 18:12 Revision 75ab9cec: [TASK] Add Forger RST utility link to Changelog HowTo
- Resolves: #77891
Releases: master, 7.6
Change-Id: Ic25fab8eb67c64e16396456ef2e31fb3176133bf
Reviewed-on: https://revi...
2016-09-09
- 14:38 Revision dde697b3: [TASK] Remove copy of dbal icon from Gruntfile.js
- Resolves: #77897
Related: #77762
Releases: master
Change-Id: I79cec1945a34e17a99dee6ff8a00b72ad1402170
Reviewed-on: h...
2016-09-08
- 23:48 Revision aa855088: [BUGFIX] Avoid calling login refresh poll too often
- Resolves: #77885
Releases: master
Change-Id: I59576eb444c730cb4b292f8d13dd68eb0b96822b
Reviewed-on: https://review.ty... - 22:15 Revision 4d6ff9cd: [TASK] Add crosslinks to Forge in ChangeLogs
- Change-Id: If038be667ef19a1b1f790e28e42128519d61eed8
Resolves: #77840
Releases: master
Reviewed-on: https://review.ty... - 22:08 Revision 0c436836: [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... - 13:57 Revision d05740f9: [BUGFIX] Avoid calling login refresh poll too often
- Resolves: #77885
Releases: master
Change-Id: I59576eb444c730cb4b292f8d13dd68eb0b96822b
Reviewed-on: https://review.ty...
2016-09-07
- 17:41 Revision e1886a75: [FOLLOWUP][TASK] Streamline tbe_editor code
- Change-Id: I18f80636e05bd54f9736776d9794adf0e79fc7ee
Resolves: #77878
Releases: master
Reviewed-on: https://review.ty...
2016-09-06
- 09:38 Revision cdc82bf4: Revert "[FEATURE] Use FormEngine in Template and Filelist modules"
- This reverts commit 3618b5c084a52ad3771bc92c2a2cf9aa75da17dd.
This change requires further architectural changes wit... - 08:35 Revision b320dbc6: [BUGFIX] IRRE file upload button not shown to BE user
- If the logged in BE user does not have the "addFolder"
file operation permission, the button for uploading
files in I... - 08:35 Revision 734a5fc3: [BUGFIX] IRRE file upload button not shown to BE user
- If the logged in BE user does not have the "addFolder"
file operation permission, the button for uploading
files in I...
2016-09-05
- 17:18 Revision 0eff1722: [BUGFIX] About module: Audio player is not used anymore
- The about module has an link to the audio player website.
The TYPO3 core does not use this library anymore and can be... - 15:27 Revision 811c810e: [BUGFIX] About module: Audio player is not used anymore
- The about module has an link to the audio player website.
The TYPO3 core does not use this library anymore and can be... - 09:23 Revision 5faa9954: [BUGFIX] Fixes the suggest wizard item click by only returning one value
- The bug only occurs on cases where the multiple true is defined,
and the user clicks on the element found by the sugg... - 09:23 Revision 9c33458e: [BUGFIX] Fixes the suggest wizard item click by only returning one value
- The bug only occurs on cases where the multiple true is defined,
and the user clicks on the element found by the sugg...
2016-09-04
- 17:40 Revision 55a6d31a: [TASK] Make regexp in stdWrap_doubleBrTag readable
- A regexp with escape sequences instead of non-printing
characters is easier to read and works with all file
systems.
... - 17:36 Revision 046eee82: [BUGFIX] Check size for data related field for multiple select
- If a multiple select has size equals 1, don't add it
to the data related field.
Resolves: #77782
Releases: master
Ch... - 12:10 Revision c48b914d: [TASK] Move TYPO3/CMS/Core/QueryGenerator into EXT:lowlevel
- This patch moves TYPO3/CMS/Core/QueryGenerator into EXT:lowlevel, rename
the module and deprecate the old module.
Re... - 11:47 Revision 3e261e3e: [FOLLOWUP][FEATURE] Use FormEngine in Template and Filelist modules
- Fixed wrong backticks for inline code.
Resolves: #77727
Releases: master
Change-Id: I246bd10e06b783ed1b6fd725b0515df... - 11:38 Revision 3618b5c0: [FEATURE] Use FormEngine in Template and Filelist modules
- The backend modules "Template" and "Filelist" have been updated to use
the FormEngine to render the forms. This eases... - 11:37 Revision f77a31f9: [TASK] Optimized rendering of Changelogs for docs.typo3.org
- * Added Index.rst for newer releases
* Updated release number to 7
* Enhanced Index.rst rendering and structure to be... - 10:49 Revision ca39d184: [BUGFIX] Fix path in FAL exception message
- When copying of a resource fails the exception message contains
a wrong path to the file because the filename is adde... - 10:49 Revision 962a679b: [CLEANUP] Improve variable naming in PageLayoutView
- Change-Id: Ib852127208e6fd9ee44888a96265b4b5dfbfa83a
Related: #77181
Releases: master, 7.6
Reviewed-on: https://revie... - 08:17 Revision 07d3c6f2: [TASK] styleguide: Add an example for a selectCheckBox field with multiple defaults
- There is currently a bug in the core preventing the field from being
saved with no value selected. - 00:43 Revision d69e182b: [BUGFIX] Initialize selectTree in inline relations
- Adds a callback function when requiring the SelectTreeElement module,
so initialization is triggered every time it's ...
2016-09-03
- 19:49 Revision 857ee13c: [BUGFIX] Fix usage of non existing field in count query
- In a cound query the field uid is used on the sys_fileref table.
But this table does not have a uid field.
Resolves:... - 18:18 Revision 9e74735c: [TASK] Doctrine: Enable MySQL ENGINE table option in SchemaMigrator
- Listen to the AlterTable event from Doctrine to provide change information
about table options like the ENGINE to the... - 18:10 Revision cecdee2d: [BUGFIX] Show Create Content button only for allowed languages
- The Create Content button inside the Page Module is now only shown for
languages the backend-user is actually allowed... - 17:21 Revision 61edaaa8: [BUGFIX] Doctrine: Provide table name to lastInsertId()
- Databases that use sequences for auto increment columns need to
have information about the table name to select the c... - 17:07 Revision 6744c026: [BUGFIX] SchemaMigrator: Implement platform specific schemas
- Quote identifiers in the generated schema and remove MySQL specific
information like the length hint from index colum... - 16:54 Revision 0e92cd45: [BUGFIX] Doctrine: Adjust inSet for PostgreSQL 9.1+
- PostgreSQL 9.1+ wants to have the comparison value on the left
hand side and have the database casted to text for str... - 16:50 Revision b29c18aa: [BUGFIX] FormEngine: Catch Database errors and log error message
- Change-Id: I010ebf2811075e2f92ce790afc45fec3144c4b56
Resolves: #77832
Releases: master
Reviewed-on: https://review.ty... - 16:41 Revision 43fa0a66: [TASK] Streamline tbe_editor code
- - Use proper JS language functionality,
- Remove unused lines
- Set formname to "editform" by default
Resolves: #777... - 16:31 Revision a97268f4: [BUGFIX] Datahandler: Quote column identifier in join condition
- Change-Id: I23c44827e9343c5914d1796c01932af4a609ff04
Resolves: #77834
Releases: master
Reviewed-on: https://review.ty... - 16:29 Revision b990e9f9: [BUGFIX] PageLayoutController: Don't sort languages on count query
- Change-Id: I94eab4ef54dedebcb26750ecab21b60294dd65af
Resolves: #77831
Releases: master
Reviewed-on: https://review.ty... - 15:58 Revision eb8bcd15: [!!!][TASK] Remove feature subsearch from indexed search
- Remove feature subsearch which enabled the possibility
to append previously searched words to current query.
Resolve... - 15:56 Revision baa5f12e: [BUGFIX] Fix height of tree element if no size is defined
- If the select tree tca element has no size defined it's using a
fallback value. The fallback for the size is currentl... - 15:47 Revision 7089521c: [TASK] Optimized rendering of Changelogs for docs.typo3.org
- * Added Index.rst for 8.4-dev
* Updated release number to 8
* Enhanced Index.rst rendering and structure to be in lin... - 15:30 Revision 11e8de8d: [!!!][BUGFIX] Add all parameters to a shortcut page
- Except for type and configured linkVars, all other
parameters from a shortcut page were ignored and this
patch adds "... - 15:19 Revision 67a79c96: [BUGFIX] Add required option for imageManipulation type
- The TCA type imageManipulation should have support for a
"eval": ["required"] definition so you can enforce that the
... - 14:50 Revision 5ace1b8e: [BUGFIX] Adds search form to new CE wizard
- Adds the new extbase / fluid indexed search form / result
content element in the new content element wizard
Resolves... - 13:54 Revision 8cba02b7: [TASK] Cleanup code in BackendUtility
- The Bamboo outage from yesterday delivered one class that has an issue
in the code base. Fix this now.
Resolves: #77... - 12:33 Revision d82e8e16: [BUGFIX] Adds typoscripts constants targetPid and rootPidList
- Adds typoscripts constants targetPid and rootPidList
for indexed_search.
Resolves: #77768
Releases: master
Change-Id... - 12:24 Revision 50bc19b5: [BUGFIX] FormViewHelper can handle empty string as pageUid
- The FormViewHelper now can handle a empty string value passed through
the pageUid attribute and handles is as value n... - 12:23 Revision 83af8a9a: [BUGFIX] Search also in translated records
- When localisation view is enabled in the list view make sure
also the translated records are searched.
Resolves: #77... - 12:13 Revision 605f6f9e: [BUGFIX] FormViewHelper can handle empty string as pageUid
- The FormViewHelper now can handle a empty string value passed through
the pageUid attribute and handles is as value n... - 12:13 Revision d1b456b9: [TASK] Add toggle button to hide unchecked items in tca tree
- The select field of type tree can be very complex if you have many
records with many levels. It's really hard to see ... - 12:08 Revision 67b664fc: [BUGFIX] Search also in translated records
- When localisation view is enabled in the list view make sure
also the translated records are searched.
Resolves: #77... - 11:27 Revision b81666c4: [BUGFIX] Re-renable drag&drop in Folder Tree
- The functionality to enable drag&drop in the
folder tree was broken due to the rebuilding
of the tree to ul/li syntax... - 11:26 Revision c1adaef9: [BUGFIX] Re-renable drag&drop in Folder Tree
- The functionality to enable drag&drop in the
folder tree was broken due to the rebuilding
of the tree to ul/li syntax... - 11:09 Revision f772d9ee: [FEATURE] Display TCA migration messages in Install Tool
- Add a new action to check for TCA migrations and display
all applied migrations.
Resolves: #77799
Releases: master
C... - 11:00 Revision 2df6cd05: [TASK] HTMLArea: Optimize path handling
- Use Core functionality with absolute paths
instead of own calculations.
Resolves: #77789
Releases: master
Change-Id:... - 10:34 Revision 4253582b: [TASK] Clean up RTE docs and TSconfig
- There are several options that are included
in the RTE configuratoin which are not
related to RTE, or which are set b... - 03:06 Revision 7870644a: [TASK] Add first acceptance test for BE User Module
- Load the Core Extension 'beuser' in our test environment too.
Add IDs in the HTML markup of Backend User Index view.... - 02:16 Revision 51177a88: [BUGFIX] Test for curl
- Currently we check for curl by the deprecated
setting curlUse.
With this patch we will check for curl
via function_ex... - 02:08 Revision b1df17b0: [TASK] Acceptence tests for backend topbar flush caches
- Adds acceptence tests for clearcachetoolbaritem in backend topbar
Resolves: #77821
Releases: master
Change-Id: Iccef... - 01:37 Revision 419d974a: [BUGFIX] Use mbstring for capitalizing a string
- If mbstring is available, use mb_convert_case instead of ucwords.
Resolves: #52244
Releases: master, 7.6
Change-Id: ... - 01:18 Revision 01435e68: [TASK] Make list title width responsive
- Instead of using the titleLen Backend user setting the titles
in the record list and the file list are now cropped by... - 01:05 Revision c7a247e7: [BUGFIX] Add correct wizicon path in compatibility7 indexed search
- Add correct wizicon path in compatibility7 indexed search
Resolves: #77809
Releases: master
Change-Id: I0def116e87df... - 00:56 Revision ab52b5c5: [BUGFIX] css_styled_content: remove superfluous documentation
- Remove obsolete documentation about typoscript constants
styles.content.loginform.(...) in ext:css_styled_content. It... - 00:35 Revision 79063da3: [TASK] Remove workspaceFrontendPreviewEnabled
- Remove unused setting workspaceFrontendPreviewEnabled
Resolves: #77775
Releases: master
Change-Id: I216dc7f6d3b459ed... - 00:35 Revision bc3895e1: [BUGFIX] Highlight searchwords in indexed_search results
- The old default settings of indexed search was to highlighted the
search word(s) by default and show the matching par... - 00:28 Revision ba762e2c: [BUGFIX] Highlight searchwords in indexed_search results
- The old default settings of indexed search was to highlighted the
search word(s) by default and show the matching par...
2016-09-02
- 23:50 Revision 72d8dd54: [BUGFIX] Wrong array key access in SchemaColumnDefinitionListener::class
- Generalize the access to the array key of the column type for
different database manament systems.
Change-Id: I2ce94... - 23:48 Revision 844b5991: [!!!][TASK] Remove unused ExtJS JavaScript libraries
- The libraries app.SearchField, grid.RowExpander, and ux.FitToParent have
been removed from the TYPO3 core.
This chan... - 23:43 Revision 5aa404ab: [TASK] Remove unused function debugObj
- Remove unused function debugObj
Resolves: #77776
Releases: master
Change-Id: If08f1793c93f0ee1bb7389be0001a4c74806c1... - 23:40 Revision 44949dff: [BUGFIX] Prevent fatal error if no column in page layout is defined
- This patch prevents a fatal error if no column for the page layout is
defined or available.
Resolves: #64176
Release... - 23:38 Revision fed8273c: [TASK] Mention StackOverflow in README.md
- Change-Id: I36ba8e198d3bb9e74fcf6494185d6f8ea12e2bfe
Resolves: #77760
Releases: master, 7.6
Reviewed-on: https://revi... - 23:37 Revision 46aeb71c: [TASK] Mention StackOverflow in README.md
- Change-Id: I36ba8e198d3bb9e74fcf6494185d6f8ea12e2bfe
Resolves: #77760
Releases: master, 7.6
Reviewed-on: https://revi... - 23:35 Revision ebb77227: [!!!][BUGFIX] Fix behaviour of RecordCollectionRepository in FE mode
- RecordCollectionRepository::findByUid does not respect the enable
columns configured in TCA when TYPO3 is in FE mode.... - 23:28 Revision 430b5115: [BUGFIX] Show info about default socket
- Restore the information about using the PHP default
socket, if the value for socket is empty.
Change-Id: Ic43d0ebca5... - 23:28 Revision 0f77d526: [BUGFIX] Check for null in debug_check_recordset
- Check for null in function debug_check_record set
and return false if value is null.
Resolves: #77755
Releases: mast... - 23:24 Revision 290015b4: [BUGFIX] Check for null in debug_check_recordset
- Check for null in function debug_check_record set
and return false if value is null.
Resolves: #77755
Releases: mast... - 23:23 Revision 4423ab5b: [BUGFIX] Check for null in debug_check_recordset
- Check for null in function debug_check_record set
and return false if value is null.
Resolves: #77755
Releases: mast... - 23:22 Revision d96378f8: [TASK] Remove unused rawurlencodeAndRemoveSiteUrl
- Remove unused function rawurlencodeAndRemoveSiteUrl
Resolves: #77778
Releases: master
Change-Id: I0a781a43d2c98ba288... - 23:22 Revision b6151633: [FOLLOWUP][TASK] Remove TYPO3_DB from Tests
- Change-Id: I2d663bf5f8dccf03aace98facd28ae3952ed2a10
Resolves: #77803
Releases: master
Reviewed-on: https://review.ty... - 23:02 Revision 8db8ee6c: [TASK] Update System Requirements documentation.
- Add the information that the MySQL InnoDB storage engine is a
requirement to run TYPO3.
Change-Id: I0dfd475755658878... - 22:55 Revision ff48232c: [TASK] Remove getDatabaseConnection from BackendUtility
- Resolves: #77807
Releases: master
Change-Id: I397d37cb5ed52b724c40aa803dc0818062296365
Reviewed-on: https://review.ty... - 22:39 Revision db23175b: [TASK] Remove TYPO3_DB from Tests
- Resolves: #77803
Releases: master
Change-Id: I804cd5abe1cd23932bf57aeada2b63668c943e6a
Reviewed-on: https://review.ty... - 22:29 Revision dd3bc526: [BUGFIX] Doctrine: Fix SchemaMigrator renaming columns instead of adding
- When a partial SQL file doesn't include an existing column that is exactly
the same configuration as a new column the... - 22:26 Revision 76dc4bf0: [BUGFIX] Fix check if LocalConfiguration.php is writeable
- If the file exists, we only need to check if it is writeable, but do not
need to care for the folder write permission... - 22:15 Revision e521b203: [FOLLOWUP][TASK] Migrate to short array syntax
- Restore desriptions of configuration options in
"All Configuration" in the install tool.
Change-Id: I9064056b4d982a2... - 22:14 Revision 9217359f: [FOLLOWUP][TASK] Migrate to short array syntax
- Restore desriptions of configuration options in
"All Configuration" in the install tool.
Change-Id: I9064056b4d982a2... - 22:03 Revision 39e7816a: [BUGFIX] Remove double encoding from link
- The link to page in the pageTSConfig module is double-encoded
with htmlspecialchars in the controller.
Resolves: #77... - 21:50 Revision c0081e34: [TASK] Fix spelling issues
- Resolves: #77788
Releases: master
Change-Id: Ica5ec1ea3ef68876d5ffc764bf950c7cff67d8c5
Reviewed-on: https://review.ty... - 21:50 Revision bbc2e464: [BUGFIX] Fix wrong escaping of translated labels
- Fix wrong escaping of translated labels
Resolves: #77797
Releases: master
Change-Id: I8f62b84c949a9a0edcd520248e5e2e... - 21:36 Revision 952c8e5d: [TASK] Don't simulate TSFE for CropViewHelper
- The cObject cropping functionality was reworked quite a lot
and does not depend on TSFE anymore, so the code to simul... - 21:21 Revision dfab6896: [BUGFIX] Use mbstring for capitalizing a string
- If mbstring is available, use mb_convert_case instead of ucwords.
Resolves: #52244
Releases: master, 7.6
Change-Id: ... - 19:31 Revision 212d5f53: [TASK] styleguide: Add a new example with multiple true and suggest
- This combination has currently a bug in the core, which
will be fixed soon. - 17:55 Revision 5106bfec: [TASK] Add mock methods to dynamic return types configuration
- Add mock methods to the PHPStorm "dynamic return types"
plugin configuration to remove a bunch of warnings in PHPStor... - 17:46 Revision 1b702054: [BUGFIX] Scheduler: Add missing GROUPBY to exec_SELECT_queryArray calls
- Add GROUPBY key to the query arrays passed to exec_SELECT_queryArray
calls to fix queries when used with EXT:dbal / E... - 16:37 Revision 8a58e153: [TASK] SchemaMigrator: Allow specifying index length for TEXT/BLOB columns
- Change-Id: I1121f4083553d8ab4231a254bd5f3b777e057b20
Resolves: #77777
Releases: master
Reviewed-on: https://review.ty... - 12:30 Revision 9b2ad8cc: [FEATURE] styleguide: Add Filter for icon types
- 11:43 Revision deee7918: [TASK] Add tests for Extbase UTC date/datetime handling
- The actual bug has been fixed a while ago with commit
827219a1c35b4aca6dbab5855a36e9277b2ec8f4, but the tests I wrote... - 11:34 Revision e5f27f56: [TASK] Add tests for Extbase UTC date/datetime handling
- The actual bug has been fixed a while ago with commit
827219a1c35b4aca6dbab5855a36e9277b2ec8f4, but the tests I wrote... - 10:15 Revision 492a60fa: [BUGFIX] Fix offset issue with maxSingleDBListItems
- There is a + 1 that makes the limit always one higher than
the set value in maxSingleDBListItems.
Resolves: #77528
R... - 10:07 Revision 2ea0ef89: [BUGFIX] Fix offset issue with maxSingleDBListItems
- There is a + 1 that makes the limit always one higher than
the set value in maxSingleDBListItems.
Resolves: #77528
R... - 10:06 Revision 2238dcea: [BUGFIX] Fix wrong query in DataHandlerHook
- Due to #76259 a wrong query is executed in the DataHandlerHook.
Pass the right parameters in the BackendWorkspaceRest... - 10:06 Revision c658186b: [FOLLOWUP][TASK] Migrate FAL AbstractRepository
- Fix broken image preview in backend on non-public
storages.
Change-Id: I5aa1e286a69485dbdd641cc5803066e7cdd18fed
Rel... - 09:59 Revision 5488e9f1: [BUGFIX] Fix regression in indexed search Extbase plugin
- Doctrine migration of indexed search https://review.typo3.org/49354
introduced a regression.
Resolves: #77767
Releas... - 01:16 Revision 0916ff80: [BUGFIX] Show inline elements in workspaces
- If one inline element gets deleted in a workspace, no inline elments
will be shown at all.
Resolves: #76012
Releases... - 01:08 Revision 3c06b1f3: [BUGFIX] Show inline elements in workspaces
- If one inline element gets deleted in a workspace, no inline elments
will be shown at all.
Resolves: #76012
Releases...
2016-09-01
- 23:48 Revision 21f8fbe8: [TASK] Make regexp in stdWrap_doubleBrTag readable
- A regexp with escape sequences instead of non-printing
characters is easier to read and works with all file
systems.
... - 23:44 Revision 5fb00aae: [!!!][TASK] Doctrine: Remove ext:adodb
- Extension adodb has been moved to TER and can be
loaded with an upgrade wizard provided by the
ext:dbal removal patch... - 23:36 Revision 7be10e5c: [!!!][TASK] Doctrine: Remove ext:dbal
- Remove extension dbal from core and add an upgrade wizard
to fetch both ext:dbal and ext:adodb from TER.
Change-Id: ... - 23:32 Revision da0d4499: [TASK] Doctrine: Migrate remaining parts of ContentObjectRenderer
- Change-Id: I89d7dbce11dd7b3d491752a2ba8a1cd889a759b1
Resolves: #77750
Releases: master
Reviewed-on: https://review.ty... - 22:56 Revision 411f6794: [!!!][TASK] Remove ExtJS notifications
- The ExtJS notification and dialogue system is superseeded with
TYPO3 v7, and kept for bc for v7 back then. However, a... - 22:04 Revision fb4406a4: [!!!][TASK] Remove obsolete page tree and click menu settings
- Following settings are removed:
options.pageTree.disableTitleHighlight
options.contextMenu.options.leftIcons
Removed... - 20:58 Revision d66e7fd3: [TASK] Remove unneeded "Edit page properties" context menu entry
- Resolves: #77763
Releases: master
Change-Id: I0e56ff223359f9a555c2c06d534e1ddbc39db8d0
Reviewed-on: https://review.ty... - 20:11 Revision ad816438: [TASK] Use strpos instead of substr to check the start of a string
- Substr invokes additional memory allocation, which is not needed
in the context. Strpos will do the same job, but wit... - 19:26 Revision 527e94cb: [BUGFIX] Do not show dropdown arrow if maxItems=1
- A new CSS class is introduced to disable the dropdown arrow for select
boxes if a select box can only contain one ite... - 19:01 Revision 6816f1d4: [FOLLOWUP][TASK] Doctrine: Migrate StorageRepository
- Only enable frontend restrictions if context is FE and
the TSFE is fully initialized.
Change-Id: I2126faf98a72f84c09... - 18:55 Revision 7120e993: [BUGFIX] Catch invalid Enum value
- To avoid breaking the backend, any exception of the JsConfirmation
must be caught and the default value must be retur... - 18:54 Revision ae5839d7: [TASK] Doctrine: Migrate SqlSchemaMigrationService
- The schema migration service has some parts that are ext:dbal
specific which can not be mimik'ed easily at the moment... - 16:28 Revision 2206de71: [TASK] Doctrine: Migrate Testbase.php
- Change-Id: I00dc734236a34b896d0f29a2e92d4871849422ff
Resolves: #77620
Releases: master
Reviewed-on: https://review.ty... - 16:09 Revision b2cfa9ee: [TASK] Deprecate not used arguments of RecyclerUtility::getRecordPath
- The optional arguments of RecyclerUtility::getRecordPath are not used
anymore and are deprecated.
Resolevs: #75637
R... - 15:59 Revision b8d94f93: [BUGFIX] Do not show dropdown arrow if maxItems=1
- A new CSS class is introduced to disable the dropdown arrow for select
boxes if a select box can only contain one ite... - 15:38 Revision 58e703a0: [BUGFIX] Fix typo in file search query
- Remove superflous quote (").
Resolves: #77751
Releases: master
Change-Id: Ida96f659f049b798a5d07c7aae9b8d9476ea5026
... - 15:08 Revision e522d19c: Revert "[BUGFIX] Let FrontendGroupRestriction handle missing TSFE gr_list property"
- This reverts commit 32408c592533aed1b7b9bc5b160d8871291bdd42.
Change-Id: I9e707bcaf9804a6918fb12db16a21dde3c77ec7e
R... - 14:35 Revision ee4953a3: [CLEANUP] Change Enumeration::cast return doc to self
- The Enumeration implementation has a cast() method that
does always return an instance of the enumeration
implementat... - 14:22 Revision d4ef7b57: [CLEANUP] Change Enumeration::cast return doc to self
- The Enumeration implementation has a cast() method that
does always return an instance of the enumeration
implementat... - 13:24 Revision 2be25872: [BUGFIX] Fix incorrect shown elements in a backend workspace
- getResult is not called anymore on the result set from the database.
Resolves: #77744
Releases: master
Change-Id: I3... - 13:19 Revision 0e6faf76: [FEATURE] Make sys_language records sortable.
- To improve the usability, the sys_language records are now sortable.
Resolves: #77652
Releases: master
Change-Id: I4... - 12:46 Revision 2c54946f: [BUGFIX] Fix editing image in workspaces
- Return value of getWorkspaceVersionOfRecord changed to null.
Adjust the check to catch null as well.
Resolves: #7773... - 12:20 Revision bae735dd: [TASK] Doctrine: Migrate TypoScriptFrontendController
- Resolves: #77737
Releases: master
Change-Id: Idf4cdc12f5bad5fa62fc8d27dbe24d711c4d9d2a
Reviewed-on: https://review.ty... - 11:29 Revision bd121574: [BUGFIX] Fixed incorrect namespace of class
- SchemaColumnDefinitionListener had an incorrect namespace which did
not reflect the path of the file.
Resolves: #777... - 11:22 Revision 32408c59: [BUGFIX] Let FrontendGroupRestriction handle missing TSFE gr_list property
- Check for an uninitialized frontend group list property in the
FrontendGroupRestriction and provide proper input to e... - 11:01 Revision cc85c218: [BUGFIX] Use correct icon for mounting as tree root in context menu
- The monochromatic icon is used instead of a red page type icon.
Resolves: #77733
Releases: master, 7.6
Change-Id: Ia... - 11:00 Revision e8f17428: [BUGFIX] Use correct icon for mounting as tree root in context menu
- The monochromatic icon is used instead of a red page type icon.
Resolves: #77733
Releases: master, 7.6
Change-Id: Ia... - 10:43 Revision 94707d68: [FOLLOWUP][FEATURE] Doctrine: Implement SchemaMigrationService
- Rename SchemaMigrator test case file, use proper namespace and change
table names in the functional tests to use an a... - 10:40 Revision b20ae70b: [!!!][TASK] Move and remove icons of t3skin
- Remove unused icons in t3skin and move icons to the correct extension.
Resolves: #77693
Releases: master
Change-Id: ... - 09:58 Revision 66d69be9: [TASK] Doctrine: Migrate admin_get_tables in AbstractUpdate
- Migrate AbstractUpdate
Resolves: #77731
Releases: master
Change-Id: I23f74693513ffbc62e9b84ef519ffc01acf4dd72
Review... - 09:55 Revision 084bc6a6: [FOLLOWUP][TASK] Merge indexed_search_mysql
- Add composer.lock update due to composer.json changes
Resolves: #77700
Releases: master
Change-Id: Ib4c69200a9a41779... - 09:51 Revision f9c9be1f: [BUGFIX] Catch invalid Enum value
- To avoid breaking the backend, any exception of the JsConfirmation
must be caught and the default value must be retur... - 09:36 Revision d51d351f: [FEATURE] The elementBrowser should be configurable to be enabled/disabled
- Releases: master
Resolves: #76748
Change-Id: I1c72db4a715f1c0e41f48412c810768aa12014d1
Reviewed-on: https://review.ty...
2016-08-31
- 22:28 Revision 2ba08444: [FEATURE] Doctrine: Implement SchemaMigrationService
- Implement a SQL schema migration service based on an actual
parser for CREATE TABLE statements that are mapped to Doc... - 20:55 Revision f3af0744: [FOLLOWUP][TASK] Update TYPO3 version to TYPO3 8.4-dev
- Use 8.4.0 instead of 8.4.1
Resolves: #77720
Releases: master
Change-Id: If6e7ec2896abe1218ffce1adf378fede828328d9
Re... - 18:28 Revision 2cc150ad: [TASK] Merge indexed_search_mysql
- * Merge hook from indexed_search_mysql directly into indexed_search
and compatibilty7
* Migrate "hook code" merged ... - 18:08 Revision d5440ee6: [BUGFIX] Fix overloading variable name in TemplateService
- The variable $row is used and must not be used for fetching records.
Resolves: #77711
Releases: master
Change-Id: Ib... - 17:59 Revision 169ccd95: [TASK] Remove not existing exclude from .php_cs configuration
- The folder php-openid does not exists anymore in the TYPO3 core.
Resolves: #77721
Releases: master,7.6
Change-Id: I1... - 17:38 Revision 391eaac8: [TASK] Limit request to get logout information
- Currently a request to get information about the login state is
triggered every minute. To prevent traffic the reques... - 17:31 Revision 2e828097: [BUGFIX] Highlight keywords containing utf-8 characters in pagetree search
- Adds a 'u' switch to preg_replace
Resolves: #39979
Releases: 7.6, master
Change-Id: I3c23f60a7bc157b9647d053492ce1bd... - 17:29 Revision 3523358c: [TASK] Update TYPO3 version to TYPO3 8.4-dev
- Resolves: #77720
Releases: master
Change-Id: I7187b477243a55f7a01a4477b5b2f300cd72242a
Reviewed-on: https://review.ty... - 17:28 Revision 49dcaaf5: [TASK] Remove not existing exclude from .php_cs configuration
- The folder php-openid does not exists anymore in the TYPO3 core.
Resolves: #77721
Releases: master
Change-Id: I1c02b... - 17:09 Revision 84865ff9: [BUGFIX] Highlight keywords containing utf-8 characters in pagetree search
- Adds a 'u' switch to preg_replace
Resolves: #39979
Releases: 7.6, master
Change-Id: I3c23f60a7bc157b9647d053492ce1bd... - 17:04 Revision ab7eee76: [TASK] Limit request to get logout information
- Currently a request to get information about the login state is
triggered every minute. To prevent traffic the reques... - 13:46 Revision 096c9819: [FEATURE] Get flexform data in getText()
- It is now possible to access the content of a flexform property
in TypoScript.
Resolves: #17309
Releases: master
Cha... - 11:25 Revision c773dddf: [FOLLOWUP][FEATURE] Allow EXT: syntax in PageRenderer and Compressor
- The stylesheet files are included now by the PageRenderer to convert the
EXT: prefix into a real path, avoiding ERR_U... - 10:32 Revision ff8b238e: [!!!][TASK] Remove wizard icons
- The following icons are removed from EXT:backend/Resources/Public/Images/FormFieldWizard/:
- wizard_add.gif
- wizard... - 10:22 Revision 5ebf8154: [BUGFIX] Fix syntax errors in ext_tables.sql files
- Fix syntax errors by removing commas in excess after the last column/
key definition, add commas missing after column... - 09:57 Revision e794574f: [BUGFIX] Check if mount page exist before fetching icon
- To avoid fatal errors it must be checked if the mount pages
really exist before fetching its icon.
Resolves: #77663
... - 09:53 Revision d4f994ff: [BUGFIX] Fix syntax errors in ext_tables.sql files
- Fix syntax errors by removing commas in excess after the last column/
key definition, add commas missing after column... - 09:47 Revision 3da4973f: [BUGFIX] Check if mount page exist before fetching icon
- To avoid fatal errors it must be checked if the mount pages
really exist before fetching its icon.
Resolves: #77663
... - 09:38 Revision df573d76: [TASK] Use DBAL abstraction for Extbase raw queries
- Uses the default connection as no table can be found,
but this info is already documented inside Extbase's
statement ... - 00:30 Revision be5a95d2: [FEATURE] Allow EXT: syntax in PageRenderer and Compressor
- JS and CSS files can now be added via the EXT: syntax, to ease the
pain to a standardized way to include files with E... - 00:14 Revision fb0082d8: [!!!][TASK] Drop TCA option showIfRTE for checkboxes
- The option showIfRTE on checkboxes did only show up
when the user had the RTE active. This option is removed and
not ...
2016-08-30
- 23:09 Revision d0abdc0e: [TASK] Add more fixers for php-cs-fixer
- Resolves: #77701
Releases: master
Change-Id: Id5f32eb76ac3adddd834160bc79828fefd0ce63c
Reviewed-on: https://review.ty... - 23:01 Revision 38394b79: [TASK] Remove ext:dbal from installation steps
- We don't want to still have fresh installations that
enable ext:dbal. The patch removes the ext:dbal specific
handlin... - 21:44 Revision 9e5e15f9: [BUGFIX] Exclude uid '0' from any editing action in Info > Pagetree Overview
- The module Info > Pagetree Overview offers the possibility to edit the
root page (uid 0) which is impossible as this ... - 21:32 Revision acf21cb5: [TASK] Fix not case sensitive method calls
- Resolves: #77699
Releases: master
Change-Id: I4f9aa68788c483061d86239330b8a6d650d8a24f
Reviewed-on: https://review.ty... - 21:18 Revision e880e89b: [TASK] EXT:sys_note: Button order
- In order to be consistent with list module,
change the order of the buttons to (edit,remove).
Resolves: #77690
Relea... - 21:18 Revision 19efc065: [TASK] EXT:sys_note: Button order
- In order to be consistent with list module,
change the order of the buttons to (edit,remove).
Resolves: #77690
Relea... - 20:53 Revision 7da1977f: [TASK] Use own php code cache in ext:dbal
- Switch from using core cache "cache_phpcode" to
an own cache named "dbal_phpcode" in ext:dbal.
Change-Id: I71920dba9... - 17:49 Revision e3df1075: [TASK] Update dev dependencies
- Update codeception/codeception to 2.2.4
Update site5/phantoman to 1.1.6
Update jakoch/phantomjs-installer to 2.1.1-p0... - 17:25 Revision 16ff7465: [TASK] Move dbal check from ext:extbase to ext:dbal
- Move the reports module provider in extbase that warns from dbal
to ext:dbal itself and change wording.
Change-Id: I... - 17:23 Revision bbabbcef: [TASK] Migrate to short array syntax
- As decided during T3ACME we will use the short
array syntax in master. The 7.6 branch will also be done
to make backp... - 16:57 Revision f73029ed: [TASK] Migrate to short array syntax
- As decided during T3ACME we will use the short
array syntax in master. The 7.6 branch will also be done
to make backp... - 16:27 Revision c7e65f96: [TASK] Remove recreation of unused directories
- The directories uploads/pics and uploads/tx_felogin are not
used anymore and should not be recreated by the Install T... - 16:26 Revision 955e9b3b: [BUGFIX] Load ClickMenu JavaScript in "Backend users" module
- This patch adds the ClickMenu JavaScript to enable the click menu after
clicking the avatars.
Resolves: #77680
Relea... - 16:26 Revision 607cce54: [BUGFIX] Load ClickMenu JavaScript in "Backend users" module
- This patch adds the ClickMenu JavaScript to enable the click menu after
clicking the avatars.
Resolves: #77680
Relea... - 16:26 Revision 89460dfd: [BUGFIX] Exclude uid '0' from any editing action in Info > Pagetree Overview
- The module Info > Pagetree Overview offers the possibility to edit the
root page (uid 0) which is impossible as this ... - 16:26 Revision 5ef0fb9d: [BUGFIX] Add returnUrl to records opened by EXT:opendocs
- If a record that was opened by the opendocs menu gets closed, the user
now gets the record list of the record's pid.
... - 16:25 Revision 898c472e: [BUGFIX] Add returnUrl to records opened by EXT:opendocs
- If a record that was opened by the opendocs menu gets closed, the user
now gets the record list of the record's pid.
... - 15:58 Revision 74e20593: [TASK] Set TYPO3 version to 8.3.1-dev
- Change-Id: I1807d411909e50eed4998ddbdba033f7f7864a00
Reviewed-on: https://review.typo3.org/49655
Reviewed-by: TYPO3 R... - 15:57 Revision ce3a12b1: [RELEASE] Release of TYPO3 8.3.0
- Change-Id: I453eeb76921db8f5df04b1559a9c9c368d0d0ae5
Reviewed-on: https://review.typo3.org/49654
Reviewed-by: TYPO3 R... - 15:32 Revision 3f25ae95: [BUGFIX] Fix selectTree in FlexForms
- Now SVG tree loads correctly in FlexForms.
It also fixes and issue with tree nodes displaying & instead of &
Addi... - 15:07 Revision db0e7d98: [DOCS] 8.3 Release Docs 2/2
- Moved rst files that require documentation on github into the proper folder
Change-Id: I0c3e0dc8c1ca79c34e706d7f888f... - 14:39 Revision 0ed411eb: [TASK] Make IconRegistry::getAllRegisteredIconIdentifiers() public API
- The method IconRegistry::getAllRegisteredIconIdentifiers() was introduced
as a public function with an internal scope... - 14:27 Revision 074c71ee: [TASK] Make IconRegistry::getAllRegisteredIconIdentifiers() public API
- The method IconRegistry::getAllRegisteredIconIdentifiers() was introduced
as a public function with an internal scope... - 13:14 Revision 6953e85e: [DOCS] 8.3 Release Docs 1/2
- Proofread the release docs of TYPO3 version 8.3
Change-Id: If4a2f14ea00ca9bd6dd0d2324a088416fc871421
Reviewed-on: ht... - 09:51 Revision 62ff469e: [BUGFIX] Select correct database table in BackendUserAuthentication::writelog
- Change-Id: I8877a68d5de5017346179368dab8002d8f08077f
Resolves: #77683
Releases: master
Reviewed-on: https://review.ty... - 00:37 Revision d1a963a4: [BUGFIX] Extbase cannot persist to datetime fields
- This patch adds missing column configuration to DataMapper call.
Resolves: #74376
Releases: master, 7.6
Change-Id: I...
2016-08-29
- 22:14 Revision e5d12a9a: [BUGFIX] Build proper Bootstrap markup in Info > Localization Overview
- Table columns can't have the class `btn-group`. This patch generates a
proper markup by using `<div>`.
Resolves: #77... - 22:14 Revision 54d04339: [BUGFIX] Build proper Bootstrap markup in Info > Localization Overview
- Table columns can't have the class `btn-group`. This patch generates a
proper markup by using `<div>`.
Resolves: #77... - 16:58 Revision 7c31060d: [TASK] Update psr/http-message to 1.0.1
- See https://github.com/php-fig/http-message/releases/tag/1.0.1
Resolves: #77662
Releases: master
Change-Id: Iea9e756... - 15:57 Revision b5ab573e: [TASK] Fix PSR-2 violations
- Fix 2 remaining violations with line endings.
Resolves: #77672
Releases: master
Change-Id: Ibdbe77dc5f55d1671fe4183f... - 14:54 Revision 2ffb2e7e: [BUGFIX] Enforce RSA encryption for re-login modal
- The RsaEncryption and the LoginRefresh module are loaded
independently by requireJS, which means they are loaded
asyn... - 14:44 Revision a29eed7b: [TASK] Fix deprecated code calling LanguageService::sL()
- Calling LanguageService::sL() with true for 2nd argument is deprecated.
Use htmlspecialchars() directly.
Resolves: #... - 12:14 Revision 5d99ff2f: [BUGFIX] Enforce RSA encryption for re-login modal
- The RsaEncryption and the LoginRefresh module are loaded
independently by requireJS, which means they are loaded
asyn... - 09:06 Revision 97416e98: [FOLLOWUP][TASK] Move render arguments to initializeArguments()
- Readd the method 'render' to the ShortcutViewHelper
Resolves: #77529
Releases: master
Change-Id: I01bdd78e51a4b28d7c...
2016-08-25
- 12:21 Revision 57f6bba9: [TASK] Use correct history icon in EditDocumentController
- Use the same icon in the edit form of a record as in the clickmenu
and in the list module.
Resolves: #77628
Releases... - 12:21 Revision 05af6955: [TASK] Use correct history icon in EditDocumentController
- Use the same icon in the edit form of a record as in the clickmenu
and in the list module.
Resolves: #77628
Releases... - 10:24 Revision f5d56a9e: Revert "[TASK] Remove locale-workaround for PHP before 5.5"
- This reverts commit 23b588c584f485f10ae265bf30e15d231f428f1e.
The change is reverted as str_* methods are locale awa... - 07:14 Revision 9ced758f: [BUGFIX] Handle new record correctly in selectTree form element
- Pass command (edit/new) from input data attribute
to SelectTreeController.
Resolves: #77621
Releases: master
Change-...
2016-08-24
- 21:51 Revision a87f8537: [BUGFIX] FilesReplacePermissionUpdate wrong where clause
- The where clause to check for updates should select
records that have writeFile set, but not replaceFile.
Change-Id:... - 20:50 Revision 7af008ff: [BUGFIX] ext:dbal: Remove obsolete xclass
- Method makeSearchString() in DatabaseRecordList has been
migrated to doctrine and is thus dbal compatible.
The regist... - 19:30 Revision 4a5473c6: [BUGFIX] ext:dbal Usage of dropped constant TYPO3_db
- Usage of TYPO3_db constant prevents successful connection,
use database name directly instead.
Change-Id: I9017db927... - 15:17 Revision d37d3b28: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/62 from tmotyl/selectTree
- Tune selectTree examples
- 15:02 Revision 4e3216ac: Add selectTree with minitems set
- Also remove old comment, about maxitems.
If maxitems is not set, it's set to 1 by TcaSelectTreeItems - 14:25 Revision 098a386f: Tune selectTree examples
- - Remove not used allowRecursiveMode and width settings.
- Improve labels.
- Fix misplaced expandAll setting
- Add tr... - 14:19 Revision 314baf33: [BUGFIX] Provide full url as origin for embedded Youtube videos
- To use the javascript API for embedded Youtube videos the documentation
recommends to provide the "full website url" ... - 14:18 Revision 84ab4133: [BUGFIX] Provide full url as origin for embedded Youtube videos
- To use the javascript API for embedded Youtube videos the documentation
recommends to provide the "full website url" ... - 08:28 Revision e5c510f1: Revert "[TASK] Remove locale-workaround for PHP before 5.5"
- This reverts commit 23b588c584f485f10ae265bf30e15d231f428f1e.
The change is reverted as str_* methods are locale awa... - 07:09 Revision b18b7f76: [TASK] Prevent console warning in jsfunc.evalfield.js
- Remove the unreachable code to prevent a warning on the console.
Resolves: #77539
Releases: master,7.6
Change-Id: I6... - 07:08 Revision edf83563: [TASK] Prevent console warning in jsfunc.evalfield.js
- Remove the unreachable code to prevent a warning on the console.
Resolves: #77539
Releases: master,7.6
Change-Id: I6... - 00:20 Revision afdfb6c5: [BUGFIX] Fix wrong configuration documentation for onlineMediaHelpers
- ['SYS']['OnlineMediaHelpers'] must be ['SYS']['fal']['onlineMediaHelpers']
Resolves: #77567
Releases: 7.6
Change-Id:...
2016-08-23
- 22:54 Revision b495775f: [BUGFIX] Fix sql error in EXT:linkvalidator
- If no page is selected, skip sql queries in LinkAnalyzer
getLinkStatistics.
Resolves: #77588
Releases: master, 7.6, ... - 21:54 Revision d967c381: [!!!][FEATURE] Make BE favicon configurable via Extension manager
- Make the path to the favicon configurable in the Extension Manager instead
of the TBE_STYLES.
Releases: master
Resol... - 21:33 Revision 6ef46cab: [TASK] Doctrine: Migrate RelationHandler
- Change-Id: I37c6d69e96becb633589ad56d9763ad92ac4c070
Resolves: #77565
Releases: master
Reviewed-on: https://review.ty... - 21:10 Revision 65b60c50: [BUGFIX] Fix sql error in EXT:linkvalidator
- If no page is selected, skip sql queries in LinkAnalyzer
getLinkStatistics.
Resolves: #77588
Releases: master, 7.6, ... - 20:57 Revision 3c929dae: [BUGFIX] Continue searching after empty result
- Change the default behaviour of jQuery autocomplete to continue
searching for characters even if the search already r... - 20:56 Revision 41243d94: [BUGFIX] Fix sql error in EXT:linkvalidator
- If no page is selected, skip sql queries in LinkAnalyzer
getLinkStatistics.
Resolves: #77588
Releases: master, 7.6, ... - 20:53 Revision 31e344d9: [TASK] Doctrine: Migrate last exec_SELECT_mm_query()
- Change-Id: I0df6dc1fd58f52d106755c8bbd8df039c80fb960
Resolves: #77611
Releases: master
Reviewed-on: https://review.ty... - 20:23 Revision f19438df: [BUGFIX] Keep configuration of extbase table column cache
- To mitigate the possible impact of the removal of table column
cache for extensions in 7.6, the cache configuration i... - 20:08 Revision 8cb5c534: [TASK] Doctrine: Migrate admin_get_fields() in Typo3DbBackend
- Migrate the call to admin_get_fields() in Typo3DbBackend
Resolves: #77612
Releases: master
Change-Id: I447bf1de21314... - 17:49 Revision 71561c12: [TASK] Doctrine: Migrate DataHandler last pieces
- Change-Id: I19caa14ddd2d0402f8b1ee79dbd4fdc9d6963f96
Resolves: #77609
Releases: master
Reviewed-on: https://review.ty... - 17:44 Revision 70d36f0f: [TASK] Doctrine: Migrate CategoryBasedFileCollection
- Change-Id: I2aa9ef2c26d8f55112bb1017803bb27650d1afb5
Resolves: #77608
Releases: master
Reviewed-on: https://review.ty... - 16:05 Revision f2d23793: [TASK] Doctrine: Migrate DatabaseCheck
- Resolves: #77595
Releases: master
Change-Id: I248a9b2b1cdf211516382517a1cc44df7c397672
Reviewed-on: https://review.ty... - 15:01 Revision 1a90725e: [TASK] Doctrine: Migrate two admin_get_fields()
- Change-Id: Ib945ec9c9e5d6e0ca7575536234ee15c7d8fac27
Resolves: #77606
Releases: master
Reviewed-on: https://review.ty... - 14:47 Revision 4ef0d028: [TASK] Use non-extjs labels for select tree
- Removes the last dependencies of SelectTree to ExtJS
Resolves: #77597
Releases: master
Change-Id: Ia56254bba59396250... - 14:30 Revision 52b387b7: [TASK] Doctrine: Migrate AbstractDatabaseRecordList last pieces
- Change-Id: I35e9463c96474fb1eb0459cb6d915785df7d2108
Resolves: #77605
Releases: master
Reviewed-on: https://review.ty... - 14:23 Revision cab4d0e9: [TASK] Simplify RTEhtmlarea javascript inclusion
- Since the removal of ExtJS within the RTE,
the JavaScript can be simplified.
Resolves: #77600
Releases: master
Chang... - 09:54 Revision 99c79e5c: [BUGFIX] Continue searching after empty result
- Change the default behaviour of jQuery autocomplete to continue
searching for characters even if the search already r... - 07:02 Revision 4aa12a3a: [FEATURE] Refactor category tree to SVG
- Replace ExtJS category tree implementation with SVG based one.
Current approach reuses as much of the category logic...
2016-08-22
- 21:33 Revision 7651c62e: [TASK] Doctrine: Migrate RecordCollection
- Change-Id: Ib6d0105e0436621742914fc41340d3fd7af694b4
Resolves: #77590
Releases: master
Reviewed-on: https://review.ty... - 21:02 Revision 33e00a67: [TASK] Doctrine: Migrate OpenidExtractionUpdate
- Resolves: #77593
Releases: master
Change-Id: I4e6b483b5022cf54223a8f0cfad789d1ba7315fd
Reviewed-on: https://review.ty... - 20:39 Revision fe1795b2: [!!!][TASK] Remove obsolete message about old-style workspaces
- This was used in 4.5 back then when migrating to draft workspace
etc. The upgrade wizard in the install tool does not... - 20:36 Revision 686cdec9: [TASK] Doctrine: Migrate QueryGenerator
- Change-Id: I07a90d4564b5155414003b04972de1ee21e2af5d
Resolves: #77564
Releases: master
Reviewed-on: https://review.ty... - 20:11 Revision 9bfb3a60: [TASK] Doctrine : Migrate DatabaseCharsetUpdate
- Resolves: #77579
Releases: master
Change-Id: I06924813d74e28cc3c3b135906905c06c806275e
Reviewed-on: https://review.ty... - 19:58 Revision 1b4ea2bd: [TASK] Move reload button in recycler to right
- To be in sync with all other modules, the recycler
button in the toolbar is moved to the right.
Resolves: #77570
Rel... - 19:57 Revision a18fc773: [TASK] Move reload button in recycler to right
- To be in sync with all other modules, the recycler
button in the toolbar is moved to the right.
Resolves: #77570
Rel... - 19:56 Revision bc10d46d: [!!!][TASK] Doctrine: Migrate various quoting methods
- Various methods related to quoting have been migrated
to Doctrine DBAL.
Additionally, the method LiveSearch->getQuer... - 19:31 Revision 0fb11194: [TASK] Migrate ConfigurationStatus
- Resolves: #77578
Releases: master
Change-Id: I34b678c2d23fe118a6d6f8b3dc50976b3e1b5fe6
Reviewed-on: https://review.ty... - 10:16 Revision ca05d3ff: [TASK] Improve media of pages_language_overlay
- FAL relations in translated pages must have the same
properties as in regular pages which includes link fields and th... - 10:16 Revision bd4ad244: [TASK] Improve media of pages_language_overlay
- FAL relations in translated pages must have the same
properties as in regular pages which includes link fields and th... - 09:58 Revision c57da745: [BUGFIX] Fix column "note" to be compatible with MySQL strict mode
- Resolves: #77568
Releases: master,7.6
Change-Id: Ie056cd7fc1d12149b534c6669cb8fe33f83ce667
(cherry picked from commit... - 09:57 Revision a346467c: [BUGFIX] Fix column "note" to be compatible with MySQL strict mode
- Resolves: #77568
Releases: master,7.6
Change-Id: Ie056cd7fc1d12149b534c6669cb8fe33f83ce667
Reviewed-on: https://revie...
2016-08-21
- 21:25 Revision 5e3a3dc5: [TASK] Doctrine: Migrate exec_SELECTgetSingleRow
- Change-Id: I5f1a284c34fe8a238838a7b2c5747746a9aee882
Resolves: #77561
Releases: master
Reviewed-on: https://review.ty... - 18:48 Revision f3ed28c3: [BUGFIX] Fix unsafe URL removal in EXT:felogin
- A comma can be a valid char inside a url and must not used as
delimiter.
Resolves: #75915
Releases: master, 7.6
Chan... - 18:48 Revision 7135a800: [BUGFIX] Fix unsafe URL removal in EXT:felogin
- A comma can be a valid char inside a url and must not used as
delimiter.
Resolves: #75915
Releases: master, 7.6
Chan... - 18:17 Revision 1c6d8e8a: [!!!][TASK] Doctrine: Migrate PageLayoutController
- Change-Id: Iec8de19b56812c08868d754e3c638e76536bd725
Resolves: #77558
Releases: master
Reviewed-on: https://review.ty... - 17:45 Revision 5ce11305: [TASK] Doctrine: Migrate ext:backend/Tree/Pagetree/DataProvider
- Change-Id: Ia38c92afbd26e08dd8e05303c5f703238f8ab578
Resolves: #77273
Releases: master
Reviewed-on: https://review.ty... - 17:30 Revision c8cc1927: [!!!][TASK] Doctrine: Migrate QueryView
- Change-Id: Iaca3f13b9d5ced42dd929a0b6e21d6076b0428a5
Resolves: #77557
Releases: master
Reviewed-on: https://review.ty... - 17:13 Revision 7a1a7894: [TASK] Doctrine: Migrate escapeStrForLike()
- Change-Id: I512fd11f9ee0aa43c568b37cb0d30041aaba22c2
Resolves: #77560
Releases: master
Reviewed-on: https://review.ty... - 16:57 Revision e2df6bcf: [TASK] Doctrine: Migrate ContentObjectRenderer
- Change-Id: I32ca8fab70cc8bc954aa4af189cab20f70047651
Resolves: #77455
Releases: master
Reviewed-on: https://review.ty... - 16:16 Revision 343e3c74: [BUGFIX] Fix message "Translate to"
- Reset the variable to be able to set the text "Translate to" for
multiple fields.
Resolves: #77506
Releases: master,... - 16:16 Revision d8450b78: [BUGFIX] Fix message "Translate to"
- Reset the variable to be able to set the text "Translate to" for
multiple fields.
Resolves: #77506
Releases: master,... - 15:37 Revision e7b9d5ea: [TASK] Doctrine: Migrate core/Category/Collection
- Releases: master
Resolves: #76530
Change-Id: I850783bc863ece4978ace1f84610ee5e38263377
Reviewed-on: https://review.ty... - 13:58 Revision 2c0ac208: [TASK] Doctrine: Migrate ProcessedFileChecksumUpdate
- Change-Id: If52785f2e9cc277f6234056505e916375f897979
Resolves: #77521
Releases: master
Reviewed-on: https://review.ty... - 13:54 Revision 9008ea8d: [TASK] Doctrine: Migrate ContentTypesToTextMediaUpdate
- Change-Id: I7fa3efab212f91065788e98f9d9b5be48902a819
Resolves: #77555
Releases: master
Reviewed-on: https://review.ty...
Also available in: Atom