Activity
From 2014-11-29 to 2014-12-28
2014-12-26
- 14:16 Revision e73f204d: Revert "[BUGFIX] Typo3DbQueryParser: Use IN with array-operand2"
- Reverts: #63275
Resolves: #64044
Related: #7848
This reverts commit e235c9ad8b32267ece98d843a43daeab430db235.
Chang... - 12:54 Revision d6c16f64: [FOLLOW-UP] Rename rst file
- Add missing file extension to rst file.
Resolves: #58929
Releases: master
Change-Id: I39e9286914eb92db70dfd68bcd837b... - 11:35 Revision e235c9ad: [BUGFIX] Typo3DbQueryParser: Use IN with array-operand2
- When passing an array for a "contains"-comparison
Typo3DbQueryParser generates SQL like
[...] WHERE uid_local='1','3'... - 10:15 Revision eeced84f: [!!!][TASK] Use progress bar instead of mask for loading
- The core currently has two places where a loading
indicator is shown:
* Loading iframes, using a mask created by Ext...
2014-12-23
- 19:27 Revision 4a22b59e: [FEATURE] API for Bootstrap Modals
- This patch introduces a new BE API for modals.
We introduce only a confirm method, because
the modal should be used a... - 19:11 Revision ff395217: [FEATURE] Add hook for content element footer in Page module
- Currently, there is only a hook for the `tt_content_drawItem` function
in the PageLayoutView. Since 6.0 the info fiel... - 18:59 Revision dc53b022: [BUGFIX] Backend typolink fields not saved
- Adds a trailing slash on input and a call to onchange for that field.
Change-Id: Ib17216aba9c0190018a44a04e2081cac19... - 18:51 Revision 288b5c54: [BUGFIX] Backend typolink fields not saved
- Adds a trailing slash on input and a call to onchange for that field.
Change-Id: Ib17216aba9c0190018a44a04e2081cac19... - 18:17 Revision 74c13360: [TASK] Show info in empty list module
- If the selected page doesn't contain any records to edit, the module
is completly empty. This looks like an error ("w... - 17:08 Revision 3a977c32: [TASK] Use stricter checks in DataHandler
- Resolves: #63993
Releases: master
Change-Id: I157be570d1d226685511f83e37fe287e244b9fb2
Reviewed-on: http://review.typ... - 14:59 Revision 3c4b6e57: [CLEANUP] Namespace cleanup in TypoScriptFrontendController
- Fix small leftovers after ::class change.
Resolves: #64022
Releases: master
Change-Id: I6873492921cd2205fa621da8842f...
2014-12-22
- 10:20 Revision f6d40578: [BUGFIX] Wrong RequireJs paths for jQuery in frontend
- The RequireJS paths set by page renderer for jQuery components is wrong
in frontend.
Add missing backpath.
Releases:...
2014-12-21
- 23:15 Revision 2db847ac: [FEATURE] Configurable width of the Element Browser Popups
- The width of the element browser is sadly hardcoded to 600 and 650.
In many situations the element browser would nee... - 21:32 Revision 74db28e6: [FEATURE] Integrate Uri.TypolinkViewHelper
- Based on the existing typolink view helper.
This is a variant to just return the URI.
Resolves: #62931
Releases: mas... - 21:27 Revision ff426384: [BUGFIX] Fix notice of ttl of ENABLE_INSTALL_TOOL
- This patch fixes the notice of the install tool protection status
in the reports module, which has been accidentally ... - 21:22 Revision d2246319: [BUGFIX] Fix notice of ttl of ENABLE_INSTALL_TOOL
- This patch fixes the notice of the install tool protection status
in the reports module, which has been accidentally ...
2014-12-20
- 21:59 Revision db876d04: [TASK] Remove unused ViewHelpers from ext:belog
- With the replacing of the DateTimePicker two ViewHelpers
became obsolete. Both are removed without substitution.
Res... - 17:11 Revision 09a4c299: [FEATURE] Add pattern attribute to TextfieldViewHelper
- In order to allow HTML5 validation, the Textfield ViewHelper needs
"pattern" as an attribute.
Resolves: #62428
Relea... - 15:56 Revision a0444f65: [BUGFIX] Properly HTML encode URI in renderer
- The audio and video tag renderer fails to properly
encode the URI of the files for HTML.
Fix this and adapt the test... - 13:47 Revision f528b3f8: [TASK] Use autoload map instead of aliases in sysext form
- Using the alias map is misleading as it is only used
to force the class loader to cache class names with
lowercased i... - 11:06 Revision 42dc199b: [FEATURE] Make linking of section titles configurable
- Adding the TS property
plugin.tx_indexedsearch.linkSectionTitles = boolean
which allows turing on/off linking of the ... - 10:51 Revision efed2b03: [BUGFIX] Prevent double content link checks
- When a link points to a content element by using it's anchor behind
the page UID the reference index contains two ent... - 10:46 Revision afad106c: [BUGFIX] Prevent double content link checks
- When a link points to a content element by using it's anchor behind
the page UID the reference index contains two ent... - 10:46 Revision 07986c43: [TASK] Decouple responsibilities in default errorAction()
- The default Extbase ActionController::errorAction does a lot
of different things, which makes it hard to customize a ... - 10:43 Revision 1890c869: [BUGFIX] Fix fatal in RsaAuth-PhpBackendTest with broken openssl config
- If the openssl environment is not set up correctly (in Install Tool:
"PHP OpenSSL extension not working") the unit te...
2014-12-19
- 12:15 Revision 01e4df20: [TASK] Re-add tests for renumberKeys
- The test for renumberKeysToAvoidLeaps were accidentally
removed. Add them again.
Change-Id: Ib51cc8f96d7745ae199ecd2... - 10:29 Revision 6782a7e0: [!!!][TASK] Replace ExtJS DateTimePicker with bootstrap alternative
- Follow-up: only deprecate unused method, not remove.
Resolves: #62925
Releases: master
Change-Id: Icce2e9756d74c1c32... - 08:57 Revision 5ee82218: [!!!][TASK] Replace ExtJS DateTimePicker with bootstrap alternative
- This patch replaces the ExtJS DateTimePicker with a bootstrap
based alternative.
The DatePicker is used in the EXT:b... - 08:26 Revision c311034d: [!!!][TASK] Deprecate FormEngine::$renderReadonly
- This patch deprecates FormEngine::$renderReadonly
and removes the dependency from all form element classes.
Resolves... - 01:53 Revision a1b6b408: [FEATURE] Let the reports in the install module check for new versions
- This patch modifies the reports of the install module. Now it behaves
similar to the install tool and issues an error...
2014-12-18
- 23:05 Revision 64692a05: [BUGFIX] Fix fatal in RsaAuth-PhpBackendTest with broken openssl config
- If the openssl environment is not set up correctly (in Install Tool:
"PHP OpenSSL extension not working") the unit te... - 22:05 Revision bd8b1947: [BUGFIX] Error message in RTE, if I want to insert a Custom Item
- Wrong wizard name is used.
Releases: master, 7.0
Resolves: #63938
Change-Id: If8ce8a6efb7ef6b96cc2ce904ab0eb8953492f... - 22:04 Revision 03cb99cd: [BUGFIX] Error message in RTE, if I want to insert a Custom Item
- Wrong wizard name is used.
Releases: master, 7.0
Resolves: #63938
Change-Id: If8ce8a6efb7ef6b96cc2ce904ab0eb8953492f... - 21:57 Revision 4f843e7b: [BUGFIX] RTE: Button not disabled when in text mode
- Releases: master
Resolves: #63983
Change-Id: Idffdd3facd8e7cf9c0f4de9f7f2df7d344ba2b94
Reviewed-on: http://review.typ... - 19:06 Revision cccd38a4: [TASK] Fix dummy parameter and return texts in phpDoc
- Resolves: #63969
Releases: master
Change-Id: If6559f99998ad9f188b40466830556db507d9eda
Reviewed-on: http://review.typ... - 17:29 Revision b1a91e2f: [BUGFIX] styleguide: Add missing text_15 so sql schema
- 04:40 Revision c664f9c1: [BUGFIX] RTE: JS errors on unload
- Cleanup the cleanup operations.
Releases: master
Resolves: #63971
Change-Id: I81706a18cdbd39f13d78fdf9738720682ab56d... - 03:32 Revision 46d26393: [BUGFIX] RTE: Status bar update is happening too late
- Force status bar update on initialization and before each toolbar update.
Releases: master
Resolves: #63970
Change-I... - 00:45 Revision 21455c63: [BUGFIX] Respect sys_language enable fields
- This patch adds a call to BackendUtility::BEenableFields()
in the getSystemLanguages() of the TranslationConfiguratio...
2014-12-17
- 23:54 Revision 8070f390: [BUGFIX] RTE: Incorrect height of the RTE framework
- The calculated height of the toolbar is incorrect due to floating
elements.
Releases: master
Resolves: #63964
Change... - 20:47 Revision 583d1bfd: [BUGFIX] Add case insensitive flag to trustedHostsPattern
- Releases: master, 6.2, 4.5
Resolves: #59186
Change-Id: Iaa973faf5b3f287320fb187c3db2d8e30a486735
Reviewed-on: http://... - 20:44 Revision 31ad5d90: [TASK] Fix dummy texts in phpDoc
- Resolves: #37346
Releases: master
Change-Id: I7cafc1ba69b1906ead97f6b82717e2747d87cf94
Reviewed-on: http://review.typ... - 17:15 Revision 8ba8bce0: [BUGFIX] RTE: Missing hide method in StatusBar
- Releases: master
Resolves: #63963
Change-Id: Ia7d4a77837e6c840f6118da24e444c55b395319a
Reviewed-on: http://review.typ... - 15:53 Revision 638f222b: [TASK] RTE: Remove ExtJS QuickTips from status bar
- This completes the migration of the RTE status bar to plain JavaScript.
Releases: master
Resolves: #63957
Change-Id:... - 14:00 Revision 328010f2: [FEATURE] Emit Signal at the very end of DataPreprocessor::fetchRecord()
- Introduces a new signal which can be used to e.g. manipulate the
regTableItems_data array to display that manipulated... - 09:01 Revision ea33fb5f: [TASK] Lower memory use in ArrayUtil->mergeRecursiveWithOverrule
- Iterate on the original array instead of an array_keys()-copy in
ArrayUtil->mergeRecursiveWithOverrule which lowers m... - 09:01 Revision babd2626: [TASK] Lower memory use in ArrayUtil->mergeRecursiveWithOverrule
- Iterate on the original array instead of an array_keys()-copy in
ArrayUtil->mergeRecursiveWithOverrule which lowers m... - 03:07 Revision 30ebfa4e: [TASK] RTE: Migrate toolbar button to plain JavaScript
- Releases: master
Resolves: #63946
Change-Id: Ib9230c9b9317ced27f6b293514eacd98db1ba842
Reviewed-on: http://review.typ... - 00:29 Revision 14cc9269: [CLEANUP] Add missing empty lines before classes' closing curly braces
- Most of TYPO3's PHP files have an empty line before a class' closing curly
brace. This commit adds this empty line (i... - 00:13 Revision b7a9714e: [BUGFIX] Fix failing PHPUnit-Tests on Windows due to uniqid()-calls
- If in one test multiple objects are created and their names are created
with uniqid()-calls without params, they fail... - 00:13 Revision 84f2d555: [BUGFIX] Fix failing PHPUnit-Tests on Windows due to uniqid()-calls
- If in one test multiple objects are created and their names are created
with uniqid()-calls without params, they fail...
2014-12-16
- 23:14 Revision a699aceb: [TASK] Add unit tests for mergeRecursiveWithOverrule
- Resolves: #63817
Releases: master
Change-Id: I27d86eae5a59f0b6f5509dd247ac44415643d1b6
Reviewed-on: http://review.typ... - 22:22 Revision 3367aefd: [TASK] RTE: Migrate toolbar text item to plain JavaScript
- Releases: master
Resolves: #63941
Change-Id: I84e1c3ffd6448d1e69e46d1aac22d88f95a29d82
Reviewed-on: http://review.typ... - 20:43 Revision 091f6599: [BUGFIX] Cache backend usernames and workspace titles
- Add a runtime cache for improved performance of user and
workspace titles in ext:belog. Those view helpers are
called... - 20:43 Revision b843fd43: [BUGFIX] Cache backend usernames and workspace titles
- Add a runtime cache for improved performance of user and
workspace titles in ext:belog. Those view helpers are
called... - 20:42 Revision 06c6ad7d: [BUGFIX] RTE: Incorrect rendering of toolbar labels
- This is a follow-up to https://review.typo3.org/#/c/35487/
Releases: master
Resolves: #63794
Change-Id: Id860722c2b4... - 19:48 Revision 87ec9a59: [BUGFIX] Better caching of TCA for bulk inserts
- Introduces a runtime cache for the TCA types configuration. This
improves performance for bulk inserts since getTCAty... - 18:13 Revision e0467960: [BUGFIX] Better caching of TCA for bulk inserts
- Introduces a runtime cache for the TCA types configuration. This
improves performance for bulk inserts since getTCAty... - 18:02 Revision 2f428b1d: [TASK] RTE: Migrate the editor toolbar to plain JavaScript
- The toolbar container is plain JavaScript but the buttons, combos and
other widgets are still ExtJS objects.
Release... - 17:28 Revision ddc1fb58: [BUGFIX] Remove calls to StringUtility::beginsWith()
- The method does not exist in 6.2. Replace with a call to good old
GeneralUtility::isFirstPartOfString().
Resolves: #... - 16:27 Revision 3ce1cf4c: [TASK] Improve error output in TS if INCLUDE_TYPOSCRIPT file not found
- The TSOB should show if a file which should be included could not be found.
Due the fact that parts of the TypoScrip... - 16:22 Revision 68fc3b03: [TASK] Improve error output in TS if INCLUDE_TYPOSCRIPT file not found
- The TSOB should show if a file which should be included could not be found.
Due the fact that parts of the TypoScrip... - 15:57 Revision 26511d63: [TASK] Extbase-Repository: Use ClassNamingUtility from core
- Use core-functionality for conversion of repository-name
to its model-name.
Change-Id: I2a3247dd05ea24f12d1c235d8bf3... - 15:19 Revision e451a415: [CLEANUP] Simplify method structures in IRRE JS
- There were some deeply nested if-structures in the IRRE JS code, which
are replaced with guard clauses with early ret... - 14:02 Revision 5e1404ab: [BUGFIX] Unreadable directories must not crash filemount storages
- If a *single* directory in the fileadmin tree can't be read, the whole
select box of the file mounts is empty.
Just ... - 13:59 Revision 9e7dd465: [TASK] styleguide: TCA type=text add "max" example
- 13:58 Revision 3f228b1b: [BUGFIX] Unreadable directories must not crash filemount storages
- If a *single* directory in the fileadmin tree can't be read, the whole
select box of the file mounts is empty.
Just ... - 11:17 Revision 9a6a133c: [FEATURE] Support maximum length in TextElement
- Like the InputElement, also the TextElement should support the
"max" option for specifying a maximum length attribute... - 10:50 Revision 91373d5a: [TASK] Remove support for older opcode caches
- Removing opcode cache support for APC, eAccelerator, ZendOptimizerPlus,
and XCache < 3.1 as they all won't support PH... - 00:50 Revision 3b7e072c: [FEATURE] Access module "leave unchanged"
- Allow the access module to leave a selector
as "unchanged" in order to only overwrite
permissions and not the owner/g...
2014-12-15
- 22:23 Revision 67269bc1: [FEATURE] Add stdWrap functionality to page.headTag
- The option page.headTag has stdWrap properties
added.
Resolves: #22086
Releases: master
Change-Id: I397bb0c82b350b31... - 21:39 Revision 209c8278: [TASK] Add suggest wizard for "include static" in template record
- Resolves: #58407
Releases: master
Change-Id: Ia6de994c4f59a36d79b1d5cfe0101caddedb1773
Reviewed-on: http://review.typ... - 21:36 Revision aba10e87: [BUGFIX] TCA: Move plugin-specific fields to Plugin tab
- The options "select_key", "pages" and "recursive"
belong to the plugin field, and should go under the same
tab as the... - 21:12 Revision 783126ee: [!!!][TASK] Deprecate FormEngine::getTSCpid()
- Move the caching getTSCpid() method from FormEngine to
BackendUtility as getTSCpidCached, creating a general
purpose ... - 20:53 Revision 8ec91a6d: [BUGFIX] Show correct default value of field type 'select' and MM relation
- Given a field with TCA type "select" and a mm relation,
the selected categories of the default record are not shown
i... - 20:52 Revision 0773e510: [BUGFIX] Show correct default value of field type 'select' and MM relation
- Given a field with TCA type "select" and a mm relation,
the selected categories of the default record are not shown
i... - 20:22 Revision 22cb77ac: [!!!][TASK] Deprecate stdWrap options textStyle, tableStyle
- The following stdWrap options are not needed anymore as this can
and should be done with CSS or just normal wraps:
*... - 20:08 Revision 46aebf9a: [BUGFIX] Followup to deprecate FormEngine methods
- see "Deprecate unused methods from FormEngine"
from issue #63912 which uses a wrong "use" statement.
thus a fatal for... - 19:42 Revision 11b987c3: [!!!][TASK] Deprecate FormEngine::getAvailableLanguages()
- This patch deprecates FormEngine::getAvailableLanguages()
and removes the dependency from all form element classes.
... - 19:22 Revision b6e0753c: [!!!][TASK] Deprecate FormEngine::renderVDEFDiff()
- This patch deprecates FormEngine::renderVDEFDiff() and removes
the dependency from all form element classes.
Resolve... - 19:17 Revision 4c4b1c1c: [!!!][TASK] Deprecate unused methods from FormEngine
- This patch deprecates the following methods of FormEngine:
* FormEngine::getSingleField_typeFlex_langMenu()
* FormEng... - 15:52 Revision 09707c0a: [!!!][TASK] Deprecate FormEngine::sL()
- This patch deprecates FormEngine::sL() and removes
the dependency from all form element classes.
Resolves: #63855
Re... - 13:51 Revision 7798668a: [TASK] Followup: Migrate FormEngine Checkboxes HTML to twbs
- The disabled class on the wrapping div was missing.
Resolves: #62975
Related: #62973
Releases: master
Change-Id: I79... - 13:35 Revision 30c362b9: [TASK] FormEngine: "field has changed" icon via CSS
- When editing a record in FormEngine, each field that is
modified gets an arrow symbol in front of the
input/select fi... - 13:20 Revision 9746ed4c: [!!!][TASK] Remove old BE implementation of indexed_search
- The old code can be removed as the new module has been merged.
The breaking change is already documented in the file... - 13:17 Revision f2a8ef9c: [BUGFIX] Followup: Deprecate FormEngine::getLL()
- A missing dash slipped through triggering a fatal.
Change-Id: If1445cb3205e748bb4b5c1dae08948acea1178b9
Resolves: #6... - 12:50 Revision dc2ec09c: [!!!][TASK] Deprecate FormEngine::getLL()
- This patch deprecates FormEngine::getLL() and removes
the dependency from all form element classes.
Resolves: #63878... - 11:19 Revision 311a5b7d: [BUGFIX] linkvalidator: Fatal error: Call to a member function getUrl()
- The external link checker tries to provide detailed information in case
an URL is not accessible. To do this, it anal... - 11:19 Revision 2d49cffa: [BUGFIX] linkvalidator: Fatal error: Call to a member function getUrl()
- The external link checker tries to provide detailed information in case
an URL is not accessible. To do this, it anal... - 02:01 Revision 4a01f256: [CLEANUP] Cleanup ConditionMatcher
- Resolves: #56426
Releases: 6.2
Change-Id: I5653fab16fde695d8f8cd658c1f0d39c4db35025
Reviewed-on: http://review.typo3.... - 01:16 Revision b98d27f8: [!!!][TASK] Remove dependency to FormEngine::insertDefStyle
- This patch deprecate FormEngine::insertDefStyle and remove
the dependency from form element classes.
Resolves: #6385... - 00:48 Revision fef883ed: [TASK] Migrate FormEngine Checkboxes HTML to twbs
- Change CheckboxElement HTML towards twitter bootstrap
and refactor the class a bit for better readability
along the w... - 00:45 Revision 8b4d840c: [TASK] Change fields of TCA type none to Twitter Bootstrap
- The fields for textarea/input are now based on Twitter
Bootstrap by adding "disabled" and "form-control" class.
Addi...
2014-12-14
- 23:23 Revision 3bb4c269: [TASK] styleguide: Add TCA type=check readonly example
- 22:53 Revision 91d3f1b1: [BUGFIX] Fix new content element wizard links click area
- This formats the links within the new content element wizard as
inline-block, thus ensuring the whole link area is cl... - 22:47 Revision 6c9b96a8: [BUGFIX] Fix new content element wizard links click area
- This formats the links within the new content element wizard as
inline-block, thus ensuring the whole link area is cl... - 21:00 Revision a1a5f77c: [BUGFIX] Add case insensitive flag to trustedHostsPattern
- Releases: master, 6.2, 4.5
Resolves: #59186
Change-Id: Iaa973faf5b3f287320fb187c3db2d8e30a486735
Reviewed-on: http://... - 20:51 Revision 9ea7d2d6: [BUGFIX] Fix "Enable tab" for textareas inside inline elements
- If a field is configured in the TCA by using
"'defaultExtras' => 'fixed-font : enable-tab'", the textarea
behaves dif... - 20:48 Revision f23abfac: [BUGFIX] Add case insensitive flag to trustedHostsPattern
- Releases: master, 6.2, 4.5
Resolves: #59186
Change-Id: Iaa973faf5b3f287320fb187c3db2d8e30a486735
Reviewed-on: http://... - 20:47 Revision 18e31a70: [BUGFIX] Allow attribute value "0" in EXT:form elements
- If an attribute value of "0" is set in an EXT:form element (e.g.
TEXTLINE) currently the input element in the fronten... - 20:42 Revision 82c96ecb: [BUGFIX] Allow attribute value "0" in EXT:form elements
- If an attribute value of "0" is set in an EXT:form element (e.g.
TEXTLINE) currently the input element in the fronten... - 20:37 Revision bd582d30: [TASK] Improve sorting of usergroups in adminpanel
- To improve the usability, the usergroups are ordered by title and
the uid is added at the end to allow working with t... - 20:36 Revision ee578932: [TASK] Improve sorting of usergroups in adminpanel
- To improve the usability, the usergroups are ordered by title and
the uid is added at the end to allow working with t... - 19:14 Revision 1b5090f0: Revert "[BUGFIX] Serialize expression in switch viewhelper"
- This reverts commit 197a810b6a7db41717f30c0d8101c3e0181690fc.
The proposed solution of serialzing the expression was... - 18:06 Revision 197a810b: [BUGFIX] Serialize expression in switch viewhelper
- The f:switch ViewHelper breaks with Fluid error "No value found for key
"TYPO3\CMS\Fluid\ViewHelpers\SwitchViewHelper... - 18:05 Revision 6df7104b: [BUGFIX] Fix "Enable tab" for textareas inside inline elements
- If a field is configured in the TCA by using
"'defaultExtras' => 'fixed-font : enable-tab'", the textarea
behaves dif... - 17:49 Revision 5a3fe43a: [BUGFIX] Adopt IRRE class toggle for hide/unhide
- Clicking hide/unhide in IRRE elements doesn't change the UI anymore
because the icon class changed but not the JS.
R... - 17:38 Revision 607cff3f: [BUGFIX] Set Ext.SSL_SECURE_URL to prevent https issues in IE
- Ext.SSL_SECURE_URL is javascript:false by default. But this throws the error
"SEC7111: HTTPS security is compromised ... - 17:37 Revision 2523f3c6: [BUGFIX] Better performance of DatabaseConnection->getDateTimeFormats
- Currently each call to DatabaseConnection->getDateTimeFormats creates a
new array with default dateTimeFormats. Put t... - 17:37 Revision ecf260d3: [BUGFIX] Set Ext.SSL_SECURE_URL to prevent https issues in IE
- Ext.SSL_SECURE_URL is javascript:false by default. But this throws the error
"SEC7111: HTTPS security is compromised ... - 17:37 Revision c90a324a: [BUGFIX] Better performance of DatabaseConnection->getDateTimeFormats
- Currently each call to DatabaseConnection->getDateTimeFormats creates a
new array with default dateTimeFormats. Put t... - 17:36 Revision adc28930: [TASK] Add htmlspecialchars to element id
- Resolves: #63842
Related: #62973
Releases: master
Change-Id: I9089585103263788fcc937b3d1ac623095373427
Reviewed-on: h... - 17:34 Revision 6bbef64a: [!!!][TASK] Remove deprecated disable_autocreate feature of workspaces
- Resolves: #62415
Releases: master
Change-Id: I2c51f66c13f10ed4b442f52b20899820f92a5248
Reviewed-on: http://review.typ... - 17:02 Revision e91c2bb7: [TASK] Remember search filter in PageModule
- Bring session handling for search field also to the
PageModule. Now it works like in the ListModule.
Resolves: #6384... - 17:01 Revision 33f70c74: [TASK] Radio buttons to Bootstrap
- Resolves: #62974
Related: #62973
Releases: master
Change-Id: I9eaa6bb98c88d58fb98bf7b20aa1ce64e7042840
Reviewed-on: h... - 16:19 Revision b0bb412f: [BUGFIX] Fix layout of searchbar in RecordList
- This patch fix the layout of the searchbar in RecordList.
Follow-Up for #33627
Resolves: #63837
Related: #33627
Rele... - 16:14 Revision 5fb72b1b: [BUGFIX] Name of extension is not complete in rst documentation file
- Resolves: #63840
Releases: master
Change-Id: I08c7106c88cdc02f6f54f92ba41bbd103f621f4a
Reviewed-on: http://review.typ... - 15:54 Revision dad07eea: [TASK] Remember search filter in RecordList
- In some cases the searchfilter get lost. The patch
enable storing the search term in BE user session.
Resolves: #336... - 15:27 Revision 42e86727: [!!!][TASK] Deprecate "device" TypoScript condition
- The TS condition for the device has been forgotten in
issue #60574 and is deprecated now.
Resolves: #63522
Related: ... - 15:21 Revision 1316df4b: [TASK] styleguide: TCA type=radio example with missing label
- 15:15 Revision fa0f97a0: [TASK] styleguide: Add TCA type=radio readonly example
- 15:01 Revision 26077111: [TASK] Add note about AdditionalConfiguration.php to Install Tool
- Add a note to clarify that AdditionalConfiguration.php is always
overruling any setting made within the Install Tool.... - 14:51 Revision 2d574641: [TASK] Add note about AdditionalConfiguration.php to Install Tool
- Add a note to clarify that AdditionalConfiguration.php is always
overruling any setting made within the Install Tool.... - 13:56 Revision bb535c6f: [BUGFIX] Bad index for determineSiteRoot
- Extbase in the backend fires a query to the pages table where
deleted=0 AND hidden=0 AND is_siteroot=1 ORDER BY sorti... - 11:12 Revision 674c2d20: [BUGFIX] Fatal Error in filelist when editing
- Regression fix for #61958
Fixes: #63825
Releases: master
Relates: #61958
Change-Id: I06818243c296ac20b5b5f251e5ab57c...
2014-12-13
- 22:17 Revision c51665e4: [BUGFIX] Form localization depending on old class names
- Since the introduction of the PHP namespaces some of the localisation of
FORM is not working anymore. The localisatio... - 22:10 Revision b39266f5: [BUGFIX] Form localization depending on old class names
- Since the introduction of the PHP namespaces some of the localisation of
FORM is not working anymore. The localisatio... - 20:53 Revision 98ac63c0: [BUGFIX] Don't override the class on the Form elementWrap
- This Changeset fixes an issue, which made it impossible
to give the layout.elementWrap a class attribute, because it
... - 20:53 Revision 14460132: [BUGFIX] Don't override the class on the Form elementWrap
- This Changeset fixes an issue, which made it impossible
to give the layout.elementWrap a class attribute, because it
... - 20:32 Revision 8ea2e794: [CLEANUP] Add missing empty lines after copyright comments II
- At the moment in some classes you can find an empty line between the
copyright comment and the first use statement. I... - 20:30 Revision 7b7a9535: [CLEANUP] Add missing empty lines after copyright comments I
- At the moment in some classes you can find an empty line between the
copyright comment and the first PHPdoc bock comm... - 20:22 Revision 2cb1fea7: [CLEANUP] Add missing empty lines after namespace statements
- At the moment in some classes you can find an empty line between the
copyright comment and the namespace statement. I... - 20:21 Revision 343280d4: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/14 from georgringer/master
- [BUGFIX] styleguide: Add inline title examples
- 20:17 Revision dc4557ef: [BUGFIX] styleguide: Add inline title examples
- 20:06 Revision 8149f0a5: [TASK] Use better implementation for array check
- To suppress PHP warnings the input parameter must always be an array.
If there is nothing to merge, the array_merge_o... - 20:06 Revision 555062a4: [TASK] Use better implementation for array check
- To suppress PHP warnings the input parameter must always be an array.
If there is nothing to merge, the array_merge_o... - 20:05 Revision 6c6faf6d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/13 from georgringer/master
- [TASK] styleguide: Add textarea "tab feature"
- 19:29 Revision 6a7d06b7: [TASK] styleguide: Add textarea "tab feature"
- See https://forge.typo3.org/issues/33731 for details + fix
- 19:15 Revision b7ae6764: [BUGFIX] Fix failing unit test
- A unit test causes a fatal error due to newly introduced dependency
to SignalSlotDispatcher. The fix extends the mock... - 18:55 Revision ece45f3c: [BUGFIX] Add autocomplete for t3editor FILES
- Add autocomplete values for t3editor
because there was no implementation for new cObj FILES
Resolves: #53129
Release... - 18:55 Revision c4c16141: [BUGFIX] Add autocomplete for t3editor FILES
- Add autocomplete values for t3editor
because there was no implementation for new cObj FILES
Resolves: #53129
Release... - 18:43 Revision dab440d1: Revert "[TASK] Remove usage of property $new_unique_uid"
- This reverts commit cf2eb86c799b652d64ea6858dd2715444e232c0b.
The removed code is not dead and should not be removed... - 18:23 Revision 0c0b1a24: [FEATURE] Add signal for mailer initialization
- This signal allows for additional processing upon initialization
of a mailer object, e.g. registering a Swift mailer ... - 17:09 Revision f96c26e9: [FEATURE] Implement endInsertObject signal after object is registered
- By implementing a new signal when a newly persisted object is
registered in the persistence session, it is possible t... - 16:15 Revision 657e177f: [TASK] Extbase: Traverse validation results until first error
- When deciding whether to call the action method or error method it's
sufficient to traverse results until the first e... - 16:05 Revision 46bed808: [TASK] Extbase: Traverse validation results until first error
- When deciding whether to call the action method or error method it's
sufficient to traverse results until the first e... - 15:27 Revision 47f10de5: [BUGFIX] Ensure argument is an array in ContentObjectRenderer
- This patch ensures that at least an empty array is passed to the
array_replace_recursive function to avoid warnings d... - 15:19 Revision 41e743de: [BUGFIX] Ensure argument is an array in ContentObjectRenderer
- This patch ensures that at least an empty array is passed to the
array_replace_recursive function to avoid warnings d... - 15:14 Revision cf2eb86c: [TASK] Remove usage of property $new_unique_uid
- The property $this->new_unique_uid in PageLayoutController
is never used. Some very strange and dead code can be
just... - 14:52 Revision f3818922: [CLEANUP] Clarify configuration preset description
- The description of the configuration preset in
install tool is a bit misleading which causes people
to confuse this w... - 14:45 Revision 12eabff0: [CLEANUP] Clarify configuration preset description
- The description of the configuration preset in
install tool is a bit misleading which causes people
to confuse this w... - 14:21 Revision 36dca4b6: [CLEANUP] Use comments not PHPDoc style comments in copyright block
- This regular expression was used to replace PHPDoc style comments
with ordinary comments:
Search:
/\*\*(\n \* This f... - 14:20 Revision 1e27e896: [BUGFIX] IndexedSearch: Fix various issues in extbase plugin
- Fix these bug in the experimental extbase plugin of IndexedSearch:
* TypoScript does not appear in include_static_fi... - 12:50 Revision 27400770: [BUGFIX] Restore test files for impexp functional tests
- With #63544 some test files were changed, what caused the
functional tests of impexp to fail. This images are reset.
... - 10:53 Revision 86d09c53: [BUGFIX] noTrimWrap = | || won't work inside a menu
- The issue is caused by the implementation of optionSplit. This patch
solves this issue by checking for noTrimWrap.
C... - 10:52 Revision 4c95e01d: [BUGFIX] noTrimWrap = | || won't work inside a menu
- The issue is caused by the implementation of optionSplit. This patch
solves this issue by checking for noTrimWrap.
C... - 10:45 Revision 20d640fe: [CLEANUP] Shrink images
- Image files (jpeg and png) shipped in the core are optimized.
Images within ./contrib are ignored.
Resolves: #63544
... - 10:38 Revision d4465f59: [TASK] Replace BrowseLinks.js with jQuery/RequireJS Module
- In the main approach to drop prototype/scriptaculous
usage, the BrowseLinks functionality
is rewritten to be used as ...
2014-12-12
- 22:13 Revision ceaca9d4: [BUGFIX] Always disable jumpurl for external media
- We always disable the global jumpurl feature when retrieving the URL for
an external media element like a video.
Res... - 22:07 Revision 524e32c0: [CLEANUP] Remove old .xml and .php locallang references
- There are still places in the CMS Core that reference locallang.php
and locallang.xml although the default is the XLI... - 21:52 Revision 4dd99fee: [!!!][TASK] Remove static file edit magic
- Configuring RTE fields TCA in defaultExtras section with static_write
enabled the DataHandler to write content to spe... - 21:23 Revision 0074a9d0: [TASK] Remove conf.php from ext:setup
- Resolves: #63585
Releases: master
Change-Id: Id2f94cc304841a9fbe2e9422ca6519b4a7d9afab
Reviewed-on: http://review.typ... - 21:09 Revision 74d1fb24: [TASK] Turn todos into @todo to find them easier, Part 2
- Change-Id: Iedee934b91eb22f9263de60e0f26c34af61222ec
Resolves: #63619
Releases: master
Reviewed-on: http://review.typ... - 20:58 Revision e1073f8d: [BUGFIX] Always disable jumpurl for external media
- We always disable the global jumpurl feature when retrieving the URL for
an external media element like a video.
Res... - 20:49 Revision d2f8598b: [BUGFIX] Make filter respect hidden directories
- Make the filename filter respect files in hidden directories,
so that files inside those are not indexed by default.
... - 20:39 Revision a98491fe: [BUGFIX] Fix gifbuilder imagesize calculation when condition is used
- Change-Id: Ia3adede080a9d405dad17b670a7033bc6715a847
Fixes: #39625
Releases: master, 6.2
Reviewed-on: http://review.t... - 20:36 Revision eefbfca5: [BUGFIX] Fix gifbuilder imagesize calculation when condition is used
- Change-Id: Ia3adede080a9d405dad17b670a7033bc6715a847
Fixes: #39625
Releases: master, 6.2
Reviewed-on: http://review.t... - 20:34 Revision abd13f0c: [BUGFIX] Make filter respect hidden directories
- Make the filename filter respect files in hidden directories,
so that files inside those are not indexed by default.
... - 20:31 Revision c1965e21: [BUGFIX] Better performance for bulk inserts without static_write
- In DataHandler->fillInFieldArray for every record to insert or update
current and new data are merged to be handed ov... - 20:13 Revision fd1c8cd9: [FEATURE] Show pid field in sys_action task
- All explicitly defined fields of a sql task are now being rendered.
Resolves: #44287
Releases: master
Change-Id: Ie1... - 20:11 Revision c46c4ffa: [BUGFIX] Click-enlarge problem when an image is inside ul li or ol li
- lib.parseFunc_RTE is not correctly configured by css_styled_content.
ul and ol elements must be recursively parsed th... - 20:10 Revision 35268dec: [BUGFIX] Click-enlarge problem when an image is inside ul li OR ol li
- lib.parseFunc_RTE is not correctly configured by css_styled_content.
ul and ol elements must be recursively parsed th... - 19:28 Revision b7be26da: [TASK] Followup: Remove conf.php from ext:tstemplate
- Get rid of the $moduleName again, use $MCONF['name'] for now.
Change-Id: I1ccabc2dddd5814902138f0889c294e662d052a5
R... - 15:18 Revision 5401e75f: [!!!][TASK] Remove words and words_strings from ReferenceIndex
- In ReferenceIndex->generateRefIndexData the strings from all input and
text fields were collected in $this->word_stri... - 12:53 Revision d77c9758: [BUGFIX] Removed undefined variable in createExceptionHandler
- Remove the undefined $exception variable in
ContentObjectRenderer::createExceptionHandler
Resolves: #63811
Releases:... - 12:43 Revision 7240297a: [!!!][TASK] Remove words and words_strings from ReferenceIndex
- In ReferenceIndex->generateRefIndexData the strings from all input and
text fields were collected in $this->word_stri... - 09:04 Revision 08cdde41: [BUGFIX] Use alerts for new indexed_search BE module
- The flash messages needs to be changed to the new classes
which are alerts.
Change-Id: I1520477d10f80191dcf74777522f... - 05:52 Revision 8aec6834: [TASK] RTE: Migrate editor textarea container to plain JavaScript
- Releases: master
Resolves: #63793
Change-Id: I936ac320e375ac7e1a5827221ee528f463785d08
Reviewed-on: http://review.typ... - 03:05 Revision 4f0a4f0b: [TASK] RTE: Migrate editor iframe to plain JavaScript
- Releases: master
Resolves: #63786
Change-Id: I3a01400a4790e173ed8e1d5410a708eedb23f63e
Reviewed-on: http://review.typ...
2014-12-11
- 22:59 Revision 08c9282c: [BUGFIX] Do not execute getDateTimeFormats for each input
- Fetches the dateTimeFormats only for date- and datetime-fields instead
of unconditionally for each input.
Resolves: ... - 22:01 Revision 3a19c861: [BUGFIX] Do not fetch TSconfig in process_datamap for non-page-records
- In DataHandler->process_datamap for each record getTCEMAIN_TSconfig()
is executed, but the returned TSconfig is used ... - 21:50 Revision 915427f1: [BUGFIX] Do not execute getDateTimeFormats for each input
- Fetches the dateTimeFormats only for date- and datetime-fields instead
of unconditionally for each input.
Resolves: ... - 21:37 Revision 68806a35: [BUGFIX] Do not fetch TSconfig in process_datamap for non-page-records
- In DataHandler->process_datamap for each record getTCEMAIN_TSconfig()
is executed, but the returned TSconfig is used ... - 21:03 Revision 7d8e2f18: [BUGFIX] Allow recursive folder deletion
- Remove the useless check for the number of existing
files in the ExtendedFileUtility.
We now let FAL try to delete re... - 20:14 Revision 40c58a78: [BUGFIX] Allow recursive folder deletion
- Remove the useless check for the number of existing
files in the ExtendedFileUtility.
We now let FAL try to delete re... - 19:21 Revision 28f6b864: [BUGFIX] RTE: Broken context menu
- RTE is not using the ExtJS registry anymore.
Releases: master
Resolves: #63785
Change-Id: I9d701062834d20c858c104374... - 18:59 Revision 281c60fb: [CLEANUP] Clean up configuration handling in module loader
- * Merge label configuration like module configuration
* Correct the merging to be replace instead of merge
* Remove p... - 17:18 Revision 603ad05b: Revert "[BUGFIX] Fix broken form wizard with MSIE"
- This reverts commit 0f1a9aa3c9dd7d710ecd8bf9a57d51a304bc2337.
The D&D functionality for fieldsets is broken.
Change... - 17:18 Revision 2161e7b7: Revert "[BUGFIX] Fix broken form wizard with MSIE"
- This reverts commit f74d3d0e439520cd1a69f06abeef34830c5fd27f.
The D&D functionality for fieldsets is broken.
Change... - 14:10 Revision bf63a1c2: [!!!][TASK] Rewrite backend modules of indexed_search
- * Move info modules and admin module to a central place
* Use extbase & fluid
* Add translations
The old modules a... - 07:08 Revision ef072552: [TASK] RTE: Migrate status bar to plain JavaScript
- The status bar is plain JavaScript but still uses Ext.QuickTips markup.
Releases: master
Resolves: #63760
Change-Id:... - 04:10 Revision dc15b723: [TASK] RTE: Add to skin css and image required by jQuery UI Resizable
- Releases: master
Resolves: #63758
Change-Id: I880002fcc6c2b9e5f44f67e6ab838486d4e4726a
Reviewed-on: http://review.typ... - 01:47 Revision 5df3d530: [BUGFIX] Add more entropy to uniqid
- uniqid() generates values based on current time,
subsequent calls may return the same value on a fast machine.
On Wi... - 00:36 Revision 288b0f57: [TASK] RTE: Migrate outer editor framework to plain JavaScript
- Replace the extended Ext.Container with plain JavaScript.
Use jQuery UI Resizable in replacement of Ext.Resizable.
R... - 00:18 Revision 754f09f4: [BUGFIX] Show RTE tool tips in Internet Explorer
- This patch adds a font size to the tool tip header class to show tool
tips in Internet Explorer 8 and 9 again.
Resol...
2014-12-10
- 21:16 Revision 0528f4fd: [FEATURE] FormEngine: Possibility to add icons via pageTSconfig
- If someone adds a new value/label pair for a select field in
TCEforms/FormEngine, it is not possible to also add an i... - 20:31 Revision 437b3baf: [TASK] Add functional test for imports with forced uids
- Adds a functional test to verify imports with forced uids.
The regarding error message for uncompatible forcing sys_f... - 18:13 Revision 3beac52f: [TASK] Remove conf.php from ext:info
- Resolves: #63610
Releases: master
Change-Id: I5eb82346151cb45efd38c870421141f58552308b
Reviewed-on: http://review.typ... - 14:34 Revision 6da66858: [BUGFIX] Memory consumption in DataHandler->processClearCacheQueue
- Reduce memory consumption in DataHandler->processClearCacheQueue() for
bulk inserts by filling $tagsToClear as an ass... - 13:17 Revision b4d5497d: [BUGFIX] Placeholder attribute without useOrOverridePlaceholder
- The placeholder configuration for a TCA field will now be considered
independently from the "mode" being set to "useO... - 11:43 Revision adaff119: [TASK] Set TYPO3 version to 7.0.3-dev
- Change-Id: I23bb4c6fef0959e6d4d303fed5b8684a2036713a
Reviewed-on: http://review.typo3.org/35235
Reviewed-by: TYPO3 Re... - 11:43 Revision a05527f7: [RELEASE] Release of TYPO3 7.0.2
- Change-Id: I899975430bd1ab88fcbd92bc736464bda0ad722a
Reviewed-on: http://review.typo3.org/35234
Reviewed-by: TYPO3 Re... - 11:41 Revision c407bee6: [!!!][SECURITY] Fix link spoofing in prefixLocalAnchors
- Specially crafted request could lead to anchors prefixed
with URLs to domains controlled by the attacker on the
domai... - 11:25 Revision b2c673b1: [TASK] Set TYPO3 version to 4.5.40-dev
- Change-Id: Ie043fa8d8cfaf633ac496ca306339f2ba8e663ea
Reviewed-on: http://review.typo3.org/35231
Reviewed-by: TYPO3 Re... - 11:24 Revision d1b2ce40: [RELEASE] Release of TYPO3 4.5.39
- Change-Id: I5706e9296860dc95e0056a47d97fed6533ccc985
Reviewed-on: http://review.typo3.org/35230
Reviewed-by: TYPO3 Re... - 11:17 Revision cfdfcfaf: [TASK] Set TYPO3 version to 6.2.10-dev
- Change-Id: Ifed9c7aafda0c22185ed97301811c115cb5c4b43
Reviewed-on: http://review.typo3.org/35229
Reviewed-by: TYPO3 Re... - 11:17 Revision 177cd386: [RELEASE] Release of TYPO3 6.2.9
- Change-Id: Ic2992ee3e513ffe74d6ba55d8d1fafbb9783ad36
Reviewed-on: http://review.typo3.org/35228
Reviewed-by: TYPO3 Re... - 11:11 Revision 3b85e497: [TASK] Set TYPO3 version to 7.0.2-dev
- Change-Id: I3177eaa28d95407f69a82da2ba74d47cb69c6379
Reviewed-on: http://review.typo3.org/35226
Reviewed-by: TYPO3 Re... - 11:11 Revision 03895cb1: [RELEASE] Release of TYPO3 7.0.1
- Change-Id: I16dfdfd41515547cad9e00ef274b1ae74adbdb45
Reviewed-on: http://review.typo3.org/35225
Reviewed-by: TYPO3 Re... - 11:08 Revision 4ac9bcdb: [!!!][SECURITY] Fix link spoofing in prefixLocalAnchors
- Specially crafted request could lead to anchors prefixed
with URLs to domains controlled by the attacker on the
domai... - 11:07 Revision 0f25df6f: [!!!][SECURITY] Fix link spoofing in prefixLocalAnchors
- Specially crafted request could lead to anchors prefixed
with URLs to domains controlled by the attacker on the
domai... - 11:07 Revision 63ae7ddd: [!!!][SECURITY] Fix link spoofing in prefixLocalAnchors
- Specially crafted request could lead to anchors prefixed
with URLs to domains controlled by the attacker on the
domai... - 10:34 Revision 03b36dc7: Revert "[BUGFIX] Memory consumption in DataHandler->processClearCacheQueue"
- This reverts commit 31518c96e9c705a91898cce009d7f47be238bce7.
Change-Id: I64053da1d04716679c9e7227a9d6885ccd047fdb
R... - 04:17 Revision 3e21d150: [TASK] RTE: Simplify editor framework
- Simplify RTE framework from Ext.panel to Ext.Container.
Reduce dependency on Ext.ComponentMgr.registerType
Releases:... - 01:11 Revision 31518c96: [BUGFIX] Memory consumption in DataHandler->processClearCacheQueue
- Reduce memory consumption in DataHandler->processClearCacheQueue() for
bulk inserts by filling $tagsToClear as an ass... - 01:10 Revision 0f2f447e: [BUGFIX] Memory consumption in DataHandler->processClearCacheQueue
- Reduce memory consumption in DataHandler->processClearCacheQueue() for
bulk inserts by filling $tagsToClear as an ass...
2014-12-09
- 21:08 Revision 31f050bc: [BUGFIX] RTE: Quick Tag plugin may raise JS exception in Google Chrome
- A JavaScript exception may be raised in Google Chrome on attempt to
access a style sheet on a different domain.
Rele... - 14:48 Revision 73996f22: [!!!][TASK] Move EXT:func_wizard to legacy extension
- Web=>Functions=>Wizard is not needed
anymore, as both wizard extensions hook
into Web=>Functions directly since TYPO3... - 12:19 Revision e5e37a66: [FEATURE] Introduce AJAX functionality for list module
- This patch add a new JavaScript file to optimize the list module
with AJAX calls for hide and unhide of records.
Mor... - 11:46 Revision ffa4c88b: [TASK] Set X-UA-Compatible meta tag for BE
- According to Benni Kott, the X-UA-Compatible
meta tag should contain "ie-edge,chrome=1"
to be aligned with bootstrap ... - 08:39 Revision 88a77775: [TASK] RTE: Remove dependency of plugin classes on ExtJS inheritance
- Use minimal custom inheritance.
Releases: master
Resolves: #63693
Change-Id: Ic7f306ca0be6989a29f1a04a232d0f642807a5... - 01:09 Revision f70e5986: [BUGFIX] Placeholder attribute without useOrOverridePlaceholder
- The placeholder configuration for a TCA field will now be considered
independently from the "mode" being set to "useO... - 00:35 Revision 401ce0b3: [TASK] RTE: Remove dependency on Ext.EventManager.onWindowResize
- Replace with plain JavaScript and jQuery handler.
Releases: master
Resolves: #63691
Change-Id: Ibb71856d8c2a7c1fb5f8... - 00:16 Revision 86ca01ea: [BUGFIX] Remove unneeded file_edit check
- There is a left-over code after
file_edit.php was removed from
the core in 7.1 development.
The patch removes the ch...
2014-12-08
- 19:45 Revision 7c987d4c: [BUGFIX] RTE: insert table broken
- Opening any dialogue window raises a JS error.
Releases: master
Resolves: #63682
Change-Id: I5c1bee6785a350fc3328e93... - 16:36 Revision 433b6e24: [TASK] Use name-resolution instead of strings where possible: 17
- (miscellaneous)
Use name-resolution with ...::class instead of strings where possible.
(needs PHP 5.5, which is mean... - 16:27 Revision 7d8d3fa4: [CLEANUP] Remove 'defaultMod' module configuration
- This is dead code and can safely be removed.
Resolves: #63653
Releases: master
Change-Id: I90112c8483670a21351cab78b... - 14:51 Revision e4438c41: [TASK] Set TYPO3 version to 6.2.9-dev
- Change-Id: Ib74e8729774357fcf758ea4beb14fe45ef30aba9
Reviewed-on: http://review.typo3.org/35161
Reviewed-by: TYPO3 Re... - 14:51 Revision 9bd95e7f: [RELEASE] Release of TYPO3 6.2.8
- Change-Id: I6854ba7093276dee590132c85013b18cf25ad5a9
Reviewed-on: http://review.typo3.org/35160
Reviewed-by: TYPO3 Re... - 10:41 Revision 44a348f7: [BUGFIX] Render favicon tag only if file exists
- The favicon defined by `page.shortcutIcon`
creates a <link rel="icon"> tag in the frontend.
This tag should only be ... - 10:41 Revision 9a8e89f4: [BUGFIX] Render favicon tag only if file exists
- The favicon defined by `page.shortcutIcon`
creates a <link rel="icon"> tag in the frontend.
This tag should only be ... - 10:32 Revision 90f7166b: [BUGFIX] Tiny syntax errors in jsfunc.inline.js
- Resolves: #63660
Releases: 6.2
Change-Id: I5f2a28addbf7716af01730159657ce2874ee9392
Reviewed-on: http://review.typo3.... - 10:26 Revision 5c267d20: [BUGFIX] Exclude CDATA from t3lib_parsehtml->XHTML_clean
- Due to commit https://review.typo3.org/#/c/30240/ the comments from
javascript is removed and now the javascript is p... - 10:24 Revision 609fa966: [BUGFIX] Follow up: Escape element ID before used in jQuery selector
- Resolves: #62676
Related: #62001
Releases: 6.2
Change-Id: I50b1e24159ad79174a12f3b5130e1bfd8e77e8a5
Reviewed-on: http... - 09:35 Revision 1acc5bdb: [BUGFIX] Properly define constant in CliBootstrap
- Resolves: #63649
Releases: master, 6.2
Change-Id: I17dc3b8e868c1b49511fd5e039f8e37bd9d91a55
Reviewed-on: http://revie... - 09:34 Revision 6b811e33: [BUGFIX] Properly define constant in CliBootstrap
- Resolves: #63649
Releases: master, 6.2
Change-Id: I17dc3b8e868c1b49511fd5e039f8e37bd9d91a55
Reviewed-on: http://revie... - 06:10 Revision b945b816: [TASK] RTE: Optimize editor initialization
- Ensure the CSS classes configuration is loaded while the editor is being constructed
Releases: master
Resolves: #636... - 03:38 Revision 43d77fb1: [TASK] Remove conf.php from ext:lowlevel
- Resolves: #63609
Releases: master
Change-Id: Ife621913bfad4f909ce8351774a5d7c7211f8822
Reviewed-on: http://review.typ... - 03:28 Revision 171e9177: [TASK] Remove conf.php from ext:func
- Resolves: #63611
Releases: master
Change-Id: Ie51c8aef575e6a4f9178b662ceb92152af24fee5
Reviewed-on: http://review.typ... - 03:05 Revision a606ee50: [TASK] RTE: Remove dependency on class Ext.Observable
- RTE classes Editor and CSS.Parser extend Ext.Observable.
Since event handling was migrated to jQuery, this is not nec... - 03:03 Revision 19fd0e36: [TASK] Remove conf.php from ext:cshmanual
- Resolves: #63612
Releases: master
Change-Id: I12bf2d44cae7fd88dc34d7bc6ad139fba78d7421
Reviewed-on: http://review.typ... - 02:39 Revision 50c469dd: [TASK] Remove conf.php from ext:recycler
- Resolves: #63587
Releases: master
Change-Id: I3a1fa569374f1bc65c82c0c34a73fa339f384e4c
Reviewed-on: http://review.typ... - 01:43 Revision 22fc23e6: [BUGFIX] Better caching of TSconfig in BackendUtility for bulk inserts
- Changes the cache of pageTSconfig from creating a cached entry for each
page to creating a cached entry for each diff... - 01:36 Revision d5c82727: [BUGFIX] Better caching of TSconfig in BackendUtility for bulk inserts
- Changes the cache of pageTSconfig from creating a cached entry for each
page to creating a cached entry for each diff... - 01:27 Revision 8b233ecb: [FEATURE] Column of extension's last update
- Add column 'Last Updated' in Extension Manager.
Resolves: #32436
Releases: master,6.2
Change-Id: Ib29a7c5ed8008d63cc... - 01:27 Revision edf3f068: [FEATURE] Column of extension's last update
- Add column 'Last Updated' in Extension Manager.
Resolves: #32436
Releases: master,6.2
Change-Id: Ib29a7c5ed8008d63cc... - 01:24 Revision 31222b51: [TASK] feedit: Bring back editNoPopup
- * Restore edit_editNoPopup/forceNoPopup TSConfig options removed in #49640
* Initialize frontend editing when display... - 01:20 Revision 9c39b035: [TASK] feedit: Bring back editNoPopup
- * Restore edit_editNoPopup/forceNoPopup TSConfig options removed in #49640
* Initialize frontend editing when display...
2014-12-07
- 23:51 Revision e5a55ad5: [TASK] Streamline exceptions types in Logging API
- Resolves: #56998
Releases: master
Change-Id: I8fc06337e652b1778845be960f255f176725361a
Reviewed-on: http://review.typ... - 23:22 Revision cda1bf02: [TASK] Remove conf.php from ext:tstemplate
- Resolves: #63583
Releases: master
Change-Id: I6fe07e16a836aa39dc33ac7cffc42ea0824fa34d
Reviewed-on: http://review.typ... - 22:28 Revision d4c6416c: [BUGFIX] Add module access check to module dispatcher
- Recent merges removed the module access check in some
modules while removing the need to have a conf.php file.
This ... - 21:47 Revision 3050c198: [BUGFIX] No RTE Transformation for subtype_value_field-fields of plugins
- The RTE transformation depends on the result of BackendUtility
getTCAtypes. If the RTE field is in the subtypes_addli... - 21:46 Revision b7fbfaaf: [BUGFIX] No RTE Transformation for subtype_value_field-fields of plugins
- The RTE transformation depends on the result of BackendUtility
getTCAtypes. If the RTE field is in the subtypes_addli... - 21:46 Revision 57032061: [BUGFIX] orphan_records show extension manager tables
- Configure the extension manager tables for a valid
orphan_records check in the lowlevel cleaner. Allow
the records on... - 21:46 Revision 21308439: [BUGFIX] orphan_records show extension manager tables
- Configure the extension manager tables for a valid
orphan_records check in the lowlevel cleaner. Allow
the records on... - 21:03 Revision e39d36b9: [CLEANUP] Fix return type of PathUtility::stripPathSitePrefix
- Resolves: #63646
Releases: 6.2, master
Change-Id: I86279aec51fcc9ffa9a720463acdc48c92d2ba15
Reviewed-on: http://revie... - 20:51 Revision 68f39858: [TASK] Streamline deprecation message to one format
- Resolves: #63614
Releases: master
Change-Id: Ied5961cde2d01e3fb76714e5cf944c3b6851201d
Reviewed-on: http://review.typ... - 20:24 Revision 17a04139: [TASK] RTE: Migrate to RequireJS
- This is a follow-up to http://review.typo3.org/35131
Releases: master
Resolves: #63636
Change-Id: I35b29c2163536cae1... - 20:11 Revision c884604a: [TASK] RTE: Migrate to RequireJS
- Releases: master
Resolves: #63636
Change-Id: Id44a8313fede29e9efe0eb2efb9142798852e4f0
Reviewed-on: http://review.ty... - 17:13 Revision b6446157: [TASK] Remove usage of deprecated showClickmenu_raw
- The JavaScript function showClickmenu_raw is deprecated
but still used in the core. Replace it with the new API.
Res... - 16:47 Revision c9ee7fb4: [TASK] Use tabs in record of sys_language
- As every other record uses tabs, this concept should be brought to
"sys_language" as well. The field "hidden" is move... - 16:26 Revision 57966021: [TASK] Adapt FormEngine translated records to Bootstrap
- When editing a translated record, a message
is shown of what is written in the original field.
Additionally, if the o... - 15:54 Revision 32bc02d7: [CLEANUP] Fix return type of PathUtility::stripPathSitePrefix
- Resolves: #63646
Releases: 6.2, master
Change-Id: I86279aec51fcc9ffa9a720463acdc48c92d2ba15
Reviewed-on: http://revie... - 12:35 Revision 70dfb4b3: [TASK] Introduce header for list module on rootpage
- Resolves: #63639
Releases: master
Change-Id: Ife5f8068ebdf5be54776ec2b167dedfada9c8ddc
Reviewed-on: http://review.typ... - 11:28 Revision 905f360b: [TASK] Remove conf.php from ext:scheduler
- Resolves: #63586
Releases: master
Change-Id: Ib19d2b77c7df7c009c9f905c0322a9b304fea0dc
Reviewed-on: http://review.typ... - 11:20 Revision e796d36e: [TASK] Remove conf.php from ext:taskcenter
- Resolves: #63584
Releases: master
Change-Id: I7da0dd37e275a7d2c42771f20e22f765ab0428c7
Reviewed-on: http://review.typ... - 11:14 Revision ff4559e5: [TASK] Remove conf.php from ext:recordlist
- Resolves: #63608
Releases: master
Change-Id: I0b0cb2919a8d4b8b3e709b5956977a3c8d328758
Reviewed-on: http://review.typ... - 00:56 Revision 90a7f8ef: [TASK] Add configuration file for DynamicReturnTypePlugin
- Adding configuration file for DynamicReturnTypePlugin for PHPStorm.
The plug-in makes it possible to use code complet... - 00:15 Revision 5fa7980a: [TASK] Turn todos into @todo to find them easier
- Also convert FIXME to @todo.
Change-Id: I98cf8a2c4c732acc7024e36ed949fc4546bee439
Resolves: #63619
Releases: master
...
2014-12-06
- 13:46 Revision 2cc353e2: [TASK] Streamline Wizard-Controllers
- This patch introduce an abstract wizard controller to
remove duplicate code and prevent the usage of
$GLOBALS in a lo... - 13:44 Revision 95821f4d: [TASK] Update to phpunit 4.4
- As notable feature the new assertArraySubset() can be used
to compare sub array parts.
Change-Id: I981fe50652a868541... - 13:22 Revision bf831129: [TASK] Update to phpunit 4.4
- As notable feature the new assertArraySubset() can be used
to compare sub array parts.
Change-Id: I981fe50652a868541... - 02:09 Revision c9d08c4c: [TASK] Use name-resolution instead of strings where possible: 8
- (part for EXT:install)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5, which ... - 02:04 Revision 4e8a7cd7: [TASK] Use name-resolution instead of strings where possible: 10
- (part for extensions starting with "r")
Use name-resolution with ...::class instead of strings where
possible.
(need... - 02:01 Revision 6190776d: [TASK] Use name-resolution instead of strings where possible: 11
- (part for EXT:backend)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5, which ... - 00:49 Revision 84909ef1: [BUGFIX] Fix mountpoint overlay detection
- This is a follow up to 963eb99e7d7f9ab3d4a50153412f0ed3b927b5e5.
The comparison for the doktype needs to be non stric... - 00:47 Revision 7d7cda38: [BUGFIX] Redirect on direct access to overlaid mountpoint
- When the user directly accesses a page that is a mountpoint that
should be overlaid with the contents of the mounted ... - 00:14 Revision 0329ccc8: [BUGFIX] Fix things that are broken without compatiblity6
- While moving things to the compatibility6 extension
it was forgotten that some aliases are required for
ext form to w...
2014-12-05
- 21:30 Revision 6a7369d9: [TASK] Use name-resolution instead of strings where possible: 12
- (part for extensions starting with "s")
Use name-resolution with ...::class instead of strings where
possible.
(need... - 21:27 Revision b7ed87c2: [TASK] Use name-resolution instead of strings where possible: 5
- (part for EXT:form)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5, which is ... - 18:42 Revision 8fbbd3d7: [TASK] Paste clipboard content icon: fa-clipboard
- Change paste clipboard content icon:
use fa-clipboard not fa-caret-down
Resolves: #63264
Releases: master
Change-Id:... - 18:33 Revision 8e1e0e5f: [BUGFIX] Properly check permissions with read only file mounts
- Previously the permission check returned false if the
file or folder was within a read only file mount, but
also with... - 16:47 Revision 845a3b94: [TASK] Use name-resolution instead of strings where possible: 6
- (part for EXT:extensionmanager)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.... - 16:43 Revision 5d1a647a: [TASK] Use name-resolution instead of strings where possible: 7
- (part for EXT:frontend)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5, which... - 15:44 Revision d036971a: [TASK] Use name-resolution instead of strings where possible: 9
- (part for EXT:saltedpasswords)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5... - 14:29 Revision 1a6d6188: [TASK] Use name-resolution instead of strings where possible: 15
- (part for extensions starting with "b" and "c")
Use name-resolution with ...::class instead of strings where
possibl... - 12:35 Revision 9950e465: [TASK] Use name-resolution instead of strings where possible: 13
- (part for extensions starting with "t")
Use name-resolution with ...::class instead of strings where
possible.
(need... - 12:33 Revision ebc31a1f: [TASK] Use name-resolution instead of strings where possible: 14
- (part for extensions starting with "w")
Use name-resolution with ...::class instead of strings where
possible.
(need...
2014-12-04
- 23:26 Revision 6b5926a3: [!!!][CLEANUP] Remove deprecated files in typo3/
- Due to the security restrictions
using mod.php for most calls, some files
are not referenced anymore.
These files ca... - 23:20 Revision 77c635d8: [BUGFIX] Use die() instead of exception for PHP version check
- The installer checks for the PHP version and throws and exception.
This is bad for people not having enabled display_... - 23:05 Revision 83b68e7d: [FEATURE] Remove conf.php for ext:filelist
- In order to be able to remove the conf.php a few fixes are needed.
The module dispatcher checks for a conf.php file a... - 22:38 Revision 8feaad15: [FEATURE] Add "auto" absRefPrefix option
- For automatic distribution configuration
like the introduction package, a dynamic
option to find out whether TYPO3 is... - 21:48 Revision dae24a62: [BUGFIX] Ignore non-integer values for type in redirects
- For redirects the parameter for page type is not validated as integer
resulting in invalid redirect urls. This patch ... - 21:44 Revision 180e9d50: [BUGFIX] Ignore non-integer values for type in redirects
- For redirects the parameter for page type is not validated as integer
resulting in invalid redirect urls. This patch ... - 20:39 Revision a6e0df4b: [BUGFIX] RTE: Broken rendering of dropdowns in toolbar and dialogues
- Releases: master
Resolves: #63578
Change-Id: Iea92c932d56dbfabcea7f884b3ebb3f8b0f218ce
Reviewed-on: http://review.typ... - 16:02 Revision 4963bb08: [TASK] RTE: Migrate event handling to jQuery
- Migrate non-widget event handling to jQuery.
Migrate custom events to jQuery.
Migrate ExtJs tasks to plain JavaScript... - 15:40 Revision e1f33017: [TASK] RTE: Migrate Ajax class to jQuery
- Releases: master
Resolves: #62720
Change-Id: Ifb96642f101bb72813e200b2488d25fd32693627
Reviewed-on: http://review.typ... - 15:10 Revision 8ceca807: [TASK] RTE: Ajust position of resizable handle
- Move the resizable handle to the status bar
Releases: master
Resolves: #63567
Change-Id: I634b7e39732a4d1a6eb1fc7545... - 14:59 Revision aa95a4f7: [BUGFIX] Exclude CDATA from t3lib_parsehtml->XHTML_clean
- Due to commit https://review.typo3.org/#/c/30240/ the comments from
javascript is removed and now the javascript is p... - 14:40 Revision 610d528c: [TASK] RTE: Code cleanup
- Remove references to simple ExtJS methods.
Simplify names of JavaScript files.
Make script dependencies explicit.
Re... - 14:27 Revision e2873344: [BUGFIX] Exclude CDATA from t3lib_parsehtml->XHTML_clean
- Due to commit https://review.typo3.org/#/c/30240/ the comments from
javascript is removed and now the javascript is p... - 12:09 Revision ed766a83: [BUGFIX] Hide empty settings in user settings
- This ensures normal users do not see the "Admin functions" tab.
Releases: #63558
Resolves: 6.2
Change-Id: Ieee76e86f... - 11:20 Revision 56730ee9: [BUGFIX] Linkvalidator: Improve tolerance on HEAD-request error
- Force second URL-request if first response had an HTTP-status-code
which indicates a client-error (4xx) or a server-e... - 10:14 Revision c3e9df61: [BUGFIX] Add missing identifier to newly introduced xliff file
- Resolves: #61542
Releases: master
Change-Id: I18f3d43b3f7c868f68d935676d3896632dafc1e6
Reviewed-on: http://review.typ... - 07:11 Revision f1e399f3: [DB][FEATURE] Add ISO 639-1 keys to sys_language
- The language handling of records in TYPO3
is solely based on UIDs of the sys_language DB table,
but no reference to t... - 02:53 Revision e1dac9e5: [FOLLOWUP][BUGFIX] objectManager->create is removed but still in use
- Change-Id: I8aa8502a4a4188f2e665848745daccb75bca30c0
Resolves: #63552
Releases: 6.2
Reviewed-on: http://review.typo3.... - 02:20 Revision 8680cbe4: [FOLLOWUP][BUGFIX] Allow frontend requests from different document root
- Fix broken unit test
Resolves: #63025
Releases: master, 6.2
Change-Id: I4c98bedb53cc83ffd1ddc18adfa8e383028704d4
Rev... - 02:15 Revision a919c7ce: [FOLLOWUP][BUGFIX] Allow frontend requests from different document root
- Fix broken unit test
Resolves: #63025
Releases: master, 6.2
Change-Id: I4c98bedb53cc83ffd1ddc18adfa8e383028704d4
Rev... - 02:07 Revision 74272c46: [BUGFIX] Allow frontend requests from different document root
- With a specially prepared index.php and using a page renderer hook
it is in general possible to deliver frontend requ... - 02:02 Revision 256aa9e4: [BUGFIX] Allow frontend requests from different document root
- With a specially prepared index.php and using a page renderer hook
it is in general possible to deliver frontend requ... - 00:22 Revision 5dba7f9e: [TASK] Update documentation settings
- Update version number and copyright years in extension manuals.
For the version number, use the |release| substituti... - 00:21 Revision 6636404f: [BUGFIX] objectManager->create is removed but still in use
- Resolves: #63552
Releases: master, 6.2
Change-Id: I09f238b89c00cd0b6150a0f8763848b9da2f0f99
Reviewed-on: http://revie... - 00:20 Revision 8a76b513: [BUGFIX] objectManager->create is removed but still in use
- Resolves: #63552
Releases: master, 6.2
Change-Id: I09f238b89c00cd0b6150a0f8763848b9da2f0f99
Reviewed-on: http://revie...
2014-12-03
- 21:10 Revision e01be073: [TASK] Remove unselected languages in LocalConfiguration
- If selecting one ore more languages in EXT:lang, the complete
language tree is written in EXTCONF/lang/availableLangu... - 21:09 Revision 78b3698d: [TASK] Remove unselected languages in LocalConfiguration
- If selecting one ore more languages in EXT:lang, the complete
language tree is written in EXTCONF/lang/availableLangu... - 20:58 Revision ca0a2c1d: [TASK] Add missing htmlspecialchars() or quoteJSvalue() in ToolbarItems
- Resolves: #63489
Releases: master
Change-Id: I6e1d1dfd476a2ea33d81ce918cf6f41a43edade4
Reviewed-on: http://review.typ... - 20:47 Revision 30ab4c3b: [TASK] Optimize Travis build matrix
- * make the xlfcheck script executable
* add conditions around every test suit
* add a specific build matrix to exclud... - 20:08 Revision d58a4d3d: [TASK] Use name-resolution instead of strings where possible: 16
- (part for extensions starting with "d" to "v")
Use name-resolution with ...::class instead of strings where
possible... - 16:56 Revision 0c3b5504: [BUGFIX] GeneralUtility::getUrl() fails to process redirects sometimes
- If PHP's open_basedir is active, CURLOPT_FOLLOWLOCATION will be disabled
by PHP. In such case any redirects will not ... - 16:56 Revision 957e14b0: [RELEASE] styleguide: Correct compatibility
- 16:20 Revision 0604fd77: [TASK] Set TYPO3 version to 7.1.0-dev
- Resolves: #63547
Releases: master
Change-Id: I8f48df6de186b416e6a960e8f176afddabb5614d
Reviewed-on: http://review.typ... - 15:08 Revision c6f91fb2: [BUGFIX] Fix option to disable direct file upload
- Direct file uploads for FAL fields can be disabled
with ...['appearance']['fileUploadAllowed'] = FALSE
Resolves: #63... - 12:11 Revision 273ebba1: [TASK] Move wizards to Web=>Functions
- The current situation of the Functions module
is like this:
Wizards like "Sort pages" and
"Bulk-create pages" are ins... - 01:10 Revision 1dea9375: [BUGFIX] Properly check permissions with read only file mounts
- Previously the permission check returned false if the
file or folder was within a read only file mount, but
also with... - 00:47 Revision 2ac3e6fb: [TASK] TS path next to error msg in obj-browser
- This outputs the TS path next to the error message in the object browser
when clicking on a node in the TS tree and n... - 00:46 Revision 7a2f78a8: [TASK] TS path next to error msg in obj-browser
- This outputs the TS path next to the error message in the object browser
when clicking on a node in the TS tree and n... - 00:42 Revision 2314e78b: [TASK] Remove not needed line breaks in Page TSconfig module
- The PageTsConfig module inside "Info" contains some line breaks
which are not needed. Those can be removed.
Resolves... - 00:41 Revision 1491cdb3: [TASK] Replace function chr calls with base constants
- Instead of calling function chr multiple times, it can
be replaced with base constants:
* chr(9) - TAB
* chr(10) - L... - 00:32 Revision 474399a6: [BUGFIX] Accessibility bypass in dt for menu with abstract
- The TypoScript path of the accessiblity bypass has changed so the
code that overrides the wrapping <li> with a <dt> e... - 00:29 Revision 4b1c703e: [BUGFIX] Accessibility bypass in dt for menu with abstract
- The TypoScript path of the accessiblity bypass has changed so the
code that overrides the wrapping <li> with a <dt> e... - 00:22 Revision f7a046b0: [TASK] Use panels for "Template" configuration
- Use panel-* classes from Twitter Bootstrap
to give a better look and feel when browsing
the typoscript tree
Resolves... - 00:15 Revision c7e409c7: [TASK] Refactor backend session watcher
- Refactor the ExtJS based session watcher that displays dialogs if
the backend session of a user is about to expire or...
2014-12-02
- 23:55 Revision 9ec6bd42: [TASK] travi-ci: Disable hhvm functionals, linter, xlf tests
- travis builds with hhvm take 20 times the time as PHP.
Since functionals are fully failing at the moment and unit tes... - 23:31 Revision b0b28024: [BUGFIX] Fix wrong phpdoc for extbase plugin types
- Resolves: #63535
Releases: master, 6.2
Change-Id: I406ca2534d4bf44c504cf31824ae161840274981
Reviewed-on: http://revie... - 23:30 Revision 3e638a4e: [BUGFIX] Fix wrong phpdoc for extbase plugin types
- Resolves: #63535
Releases: master, 6.2
Change-Id: I406ca2534d4bf44c504cf31824ae161840274981
Reviewed-on: http://revie... - 23:16 Revision d2ba6d57: [TASK] styleguide: Release 7.0.0
- 23:15 Revision e2d79f6f: [RELEASE] styleguide: 7.0 dependency
- 23:15 Revision 018983d5: [TASK] styleguide: Cleanup CSS
- 21:42 Revision 97d2ee05: [TASK] Set TYPO3 version to 7.0.1-dev
- Change-Id: I36cd3dcbf167dd3565c8be18417305ba4cd8d97a
Reviewed-on: http://review.typo3.org/34956
Reviewed-by: TYPO3 Re... - 21:42 Revision 583c888d: [RELEASE] Release of TYPO3 7.0.0
- Change-Id: I4f8846d79f0508e4fa244325d0a727cd2307a448
Reviewed-on: http://review.typo3.org/34955
Reviewed-by: TYPO3 Re... - 20:48 Revision f68fa93c: [BUGFIX] Fix broken unit tests for PackageManager
- Resolves: #63531
Releases: master
Change-Id: Iba8e8b148915b73a14aa1bc74ee6ce460d64de03
Reviewed-on: http://review.typ... - 20:44 Revision 1645b2e1: [BUGFIX] Make clearable in EM work again
- Due to DataTable update, the clearable part did not
work. This patch corrects this issue.
Resolves: #63530
Releases:... - 20:40 Revision 66983688: Revert "[RELEASE] Release of TYPO3 7.0.0"
- This reverts commit 4d2c54754eba12688c1ececa2b3dae51b313ad76.
Change-Id: I1375a77d97001a3dab3ef9efc6cec971efedad9f
R... - 20:36 Revision a52fdf64: Revert "[TASK] Set TYPO3 version to 7.0.1-dev"
- This reverts commit 485830b907b1ca5c66d193fabca6ee7ae3190564.
Change-Id: I74e71ad4a51a9b0036db6f23436b66872749ab28
R... - 20:28 Revision 485830b9: [TASK] Set TYPO3 version to 7.0.1-dev
- Change-Id: I7aa85af5ab56c91e9d313732e093b6f0b92eb78e
Reviewed-on: http://review.typo3.org/34950
Reviewed-by: TYPO3 Re... - 20:28 Revision 4d2c5475: [RELEASE] Release of TYPO3 7.0.0
- Change-Id: I9192fd0a465d63f9d52b3794182be2bc28c9b5c6
Reviewed-on: http://review.typo3.org/34949
Reviewed-by: TYPO3 Re... - 19:40 Revision c6a49745: [BUGFIX] Cannot uninstall packages with dependencies in install tool
- Scenario:
* upgrading from Introcuction Package with TYPO3 CMS 6.2
to TYPO3 CMS 7
* realurl is marked as incompatib... - 19:23 Revision b6ca0e2b: [BUGFIX] Redirect to distributions after first login does not work
- When redirecting to the distributions modulefunction
after the first login, it does not work, as the backend only
red... - 18:51 Revision 357dfc6a: [BUGFIX] Install Tool: Fix Load Extensions JS error
- The checkExtensionsCompatibility() function is not global anymore.
Resolves: #63518
Releases: master
Change-Id: Ie25... - 16:33 Revision 94b016e3: [BUGFIX] Adjust topbar dropdown alignment
- If the list module is not enabled for the user the dropdown
would not stay within the viewport.
Resolves: #63508
Rel... - 16:03 Revision 6789c9e3: [BUGFIX] StandaloneView must not require ucfirst file names
- Regression to #61361.
There's no reason to require ucfirst file names for Layouts and Partials.
Change-Id: I9402af91... - 14:09 Revision f588f731: [BUGFIX] JavaScript error when switching to workspace
- Fix a JS error if switching workspaces in toolbar item
if a backend module without pagetree is currently shown.
Reso... - 11:32 Revision 1e68e64a: [BUGFIX] Fix styling in form wizard
- Fix some styling issues of the ExtJS wizard in EXT:form
Resolves: #63473
Releases: master
Change-Id: I1f56c8c72883b6... - 10:57 Revision 0f2924c1: [BUGFIX] Fix option to disable direct file upload
- Direct file uploads for FAL fields can be disabled
with ...['appearance']['fileUploadAllowed'] = FALSE
Resolves: #63... - 10:42 Revision f056272a: [BUGIX] Follow up: Apply API change in DataTables
- In change If564b1797a81ce63730ebf2601cc62058940493c, DataTables was
updated to the latest version.
The interal API ha... - 09:28 Revision f1c9aa38: [BUGFIX] Misplaced documentation icon in extension manager
- When using EXT:sphinx, the interactive JSON view should take the place of
the always empty SXW view action.
Resolves... - 03:13 Revision fdb20e4f: [TASK] Use name-resolution instead of strings where possible: 4
- (part for EXT:fluid)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5, which is... - 02:35 Revision 284970df: [TASK] Use name-resolution instead of strings where possible: 3
- (part for EXT:extbase)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5, which ... - 02:01 Revision 03ba4186: [TASK] Followup: Update dataTables to 1.10.4 and fix parameter names
- Use DataTables instead of dataTables to access the API.
Also switch to the new API.
https://datatables.net/reference/... - 00:59 Revision d0196811: [TASK] Use name-resolution instead of strings where possible: 2
- (part for EXT:core)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5, which is ...
2014-12-01
- 23:05 Revision 676c6143: [TASK] Use name-resolution instead of strings where possible: 1
- (part for EXT:compatibility6)
Use name-resolution with ...::class instead of strings where
possible.
(needs PHP 5.5,... - 22:56 Revision d3c28fb6: [TASK] Update dataTables to 1.10.4 and fix parameter names
- In 1.10 version the parameter names need to be converted to
their new names. See http://datatables.net/upgrade/1.10-c... - 14:47 Revision bf17a3f1: [BUGFIX] Escape element ID before used in jQuery selector
- General information: to use any of the meta-characters as a
literal part of a jQuery selector, it must be escaped wit... - 14:15 Revision c19297f5: [BUGFIX] Follow-up: "edit this column" again
- Change the color of the icon to dark instead of white to make it
visible again.
Fixes regression in row-header icon ... - 14:06 Revision b39c06de: [TASK] Improve styling of sysaction toolbar items
- The sys_action items need a restyling.
Resolves: #63480
Releases: master
Change-Id: I8b0c52924e9291eb3520c76b19be86e... - 13:14 Revision d3ff5fb0: [TASK] Cleanup Topbar
- * Add sitename to topbar
* Remove TYPO3 name from topbar shape
* Align TYPO3 logo with module navigation
* Adjust liv... - 01:30 Revision a51df9da: [BUGFIX] Show icon "edit this column" again
- Change the color of the icon to dark instead of white to make it
visible again.
Resolves: #63468
Releases: master
Ch... - 00:29 Revision 072a505c: [BUGFIX] Add missing htmlspecialchars() or quoteJSvalue()
- Change-Id: I6c088a2e5b9f870bacc7d4e425d56698baad19fb
Resolves: #63321
Releases: master, 6.2
Reviewed-on: http://revie... - 00:14 Revision 6b085ecb: [BUGFIX] Do workspace overlay for not translated file meta data
- Previously the FileMetadataOverlayAspect only did a version/ workspace overlay
for translated metadata records, which...
2014-11-30
- 22:06 Revision b8928ff0: [BUGFIX] Do workspace overlay for not translated file meta data
- Previously the FileMetadataOverlayAspect only did a version/ workspace overlay
for translated metadata records, which... - 21:37 Revision 0b321ff6: [BUGFIX] Fix Online BE-Users->Terminate be user sessions termination
- Wrong view helper notation lead to it not being rendered.
Additionally flash message enqueue is used with a string in... - 21:37 Revision 61ed1a90: [TASK] Fix wrong TYPO3 CMS version number in ChangeLog of Extbase
- Resolves: #63467
Releases: master
Change-Id: Iab64ea6935d06248f15fe6fb41a23bd1bab92cd7
Reviewed-on: http://review.typ... - 21:31 Revision 0b9b014e: [BUGFIX] Avoid vertical scroller in recycler
- Correct resizing of the table in recycler and workspaces backend view.
Resolves: #63225
Resolves: #63212
Releases: m... - 20:30 Revision c9b0844e: [TASK] EXT:dbal: Harden unit tests for expression chunks
- The unit tests for the new expression chunking do not cover every
possible case. The tests are improved to avoid furt... - 20:23 Revision 6c5482e5: [TASK] Fix wrong TYPO3 CMS version number in ChangeLog of Fluid
- Resolves: #63462
Releases: master
Change-Id: I6d716e6b7339ad259c8a5df3020685439d75619c
Reviewed-on: http://review.typ... - 20:11 Revision 8d1b627a: [BUGFIX] Fix HTML structure for buttons in EM
- This adds a missing wrap for the actions buttons in EM.
(Get Extensions view only)
Resolves: #63460
Releases: master... - 20:10 Revision ae063662: [BUGFIX] Fix HTML structure for buttons in EM
- This adds a missing wrap for the actions buttons in EM.
(Get Extensions view only)
Resolves: #63460
Releases: master... - 20:10 Revision e3217c63: [CLEANUP] Remove some obsolete PHP version checks
- With hard requirement of PHP 5.5 and above a couple of
php version checks are obsolete and can be removed.
Resolves:... - 19:04 Revision 35d4ba4e: [TASK] Extensionmanager: Change download icon
- * Show details: import icon as download
* Distributions: change icon in button
Resolves: #63240
Releases: master
Cha... - 18:49 Revision 9e24b5b8: [BUGFIX] FormEngine & DynTab styling and contrast
- Fixes DynTabs where background and tab body content
lack on necessary contrast - especially FormEngine.
Resolves: #6... - 18:24 Revision b917202b: [BUGFIX] Wrong eID should throw exception
- This patch changes the behavior of the bootstrap process. Now an
exception is thrown when a request with an unknown e... - 18:11 Revision 769f2740: [CLEANUP] Remove leftover bigDoc class+CSS
- The different-sized document templates
were deprecated and removed within the
last versions.
However, CSS classes an... - 17:48 Revision d4345644: [CLEANUP] ResourceStorageTest needs some love
- Releases: 6.2, master
Change-Id: I394540677c1a4dc5dee036614969b4fdfa80532a
Reviewed-on: http://review.typo3.org/34775... - 17:42 Revision 183e9e46: [BUGFIX] Form padding in Extenson Manager upload
- Fixed bottom padding upload form for Extension Manager.
Also back-ports a CSS change into SCSS:
https://review.typo3... - 17:35 Revision 1fd79afc: [BUGFIX] Broken icons in extension manager
- This fixes broken button group in chrome.
This is a follow up for http://review.typo3.org/34779
Resolves: #63430
Rel... - 17:06 Revision eb42127a: [TASK] Add fileadmin and uploads to gitignore
- Resolves: #63454
Releases: master
Change-Id: Id6e62751c735db5ecf7806ed70f6f9ed6aa96eee
Reviewed-on: http://review.typ... - 16:38 Revision 85d883b3: [CLEANUP] Cleanup code in ext:backend/Configuration
- Resolves: #63382
Releases: master
Change-Id: I1f940fefdde2801e8eced5be6ab44e3d9bf326d4
Reviewed-on: http://review.typ... - 16:10 Revision 3f1a171c: [BUGFIX] Web>Page gridColumn outter spacing
- Fix grid column container width to reach 100% without previous
gap on the right side.
Resolves: #63202
Releases: mas... - 16:02 Revision 109f266c: [TASK] Pull BeUser>online sessions icons to right
- Resolves: #63250
Releases: master
Change-Id: Ibe91e92f138adf25a880bbb10e37a3aefb18383a
Reviewed-on: http://review.typ... - 14:03 Revision 4a46e15b: [BUGFIX] Correct message when language is missing
- Message in User settings has to refer to the Language module
instead of the Extension Manager.
Resolves: #63449
Rele... - 13:55 Revision d47cc286: [BUGFIX] Correct message when language is missing
- Message in User settings has to refer to the Language module
instead of the Extension Manager.
Resolves: #63449
Rele... - 11:11 Revision 166bd347: [BUGFIX] Fix questionable SQL schema definition for sys_file
- Shorten field size for SHA1 (which is always 40 characters)
Remove index alias for sys_file.sha1
Resolves: #63434
Re... - 10:08 Revision a7666ff0: [FOLLOWUP][BUGFIX] Broken documentation icon in extension manager
- When using EXT:sphinx the documentation icon is broken since the
"btn" class attribute is not set.
Resolves: #63430
... - 03:22 Revision 846a615a: [BUGFIX] Hover ExtJS buttons bg-color inherit
- Fixes ExtJS buttons that had dark bg-color on hover due
to Bootstrap+FormEngine refactoring.
Resolves: #63226
Releas... - 03:10 Revision 1226735b: [TASK] Bring SpriteIcons to TaskCenter - fix styles
- Resolves: #63260
Releases: master
Change-Id: I087f6348d721339c1d1a7be4dc114f730f42243e
Reviewed-on: http://review.typ... - 02:52 Revision 4518a307: [BUGFIX] Install tool - Open Sesame door - styling
- Dismantle custom styling for backend module lock screen.
Base on core wide standard styles.
Resolves: #63251
Release... - 02:19 Revision f7dde3e8: [TASK] Finish class alias movings
- * Move left over class aliases to ext:compatibility6
* Remove some totally removed alias references
* Add deprecation... - 02:09 Revision 0c89653e: [TASK] Remove jquery tools from contrib
- jQuery tools was added for
the EXT:documentation module,
however it is not used at all
in the core.
Additionally, we... - 01:47 Revision c0d563cc: [TASK] Rename datatables.js to be version independant
- Unline jQuery which has several versions included
in TYPO3 and an API for loading multiple versions,
the core should ... - 01:21 Revision d5fd7bc1: [BUGFIX] Workspaces module: Add h1 headline with page title
- In order to be consistent with the
other Web modules, the workspace
module should output the page title as
h1.
Resol... - 01:20 Revision 9a5097ab: [BUGFIX] Linkvalidator: Add h1 headline with page title
- In order to be consistent with the
other Web modules, the linkvalidator
module should output the page title as
h1.
R... - 01:19 Revision 7cab5d2d: [TASK] Unify clearable input fields
- There are three places in the core
where clearables (cleaning the content
of a input field with an X at the end)
are ... - 01:19 Revision fe83f51c: [BUGFIX] Fix broken shortcut menu and icon padding
- Fix the broken shortcut menu, a closing '>' is missing.
Fix padding of some icons on the right side.
Resolves: #6343... - 01:11 Revision 2dff81b9: [CLEANUP] Merge Documentation of Deprecations and features
- The Documentation snippets have been reviewed and moved into the 7.0
folder.
Resolves: #63433
Releases: master
Chang... - 00:03 Revision 7eb2c41a: [BUGFIX] Broken icons in extension manager
- fix broken icons in extension manager from
EXT:documentation.
Documentation: added icons to button group.
Resolves: ...
2014-11-29
- 23:09 Revision 34dfaa67: [BUGFIX] Icons in clickMenu cropped on top
- Fix the cropping on top of clickMenu items.
Kudos to Andreas Fernandez
Resolves: #63334
Releases: master
Change-Id:... - 21:10 Revision 969f99d3: [TASK] Toolbar drop down menu style
- Fix styling of toolbar drop down menu:
* p
* table
* ul-li
Intermediate Patch - bridge to https://review.typo3.org/#... - 21:02 Revision 2704b297: [TASK] Backend toolbar interface documentation
- Add .rst file for toolbar refactoring works and hint about
future changes of checkAccess() method.
Releases: master
... - 20:54 Revision 71f418b8: [CLEANUP] Moved Breaking Documentation
- The Documentation snippets have been reviewed and moved into the 7.0
folder.
Resolves: #63427
Releases: master
Chang... - 20:03 Revision 80c0f8a4: [TASK] Tabbify QuickEdit in Page module
- Added tabs for Page module > Quick Edit. The superfluous h1 is
moved, too.
Resolves: #63204
Releases: master
Change-... - 20:01 Revision 554f1135: [BUGFIX] Bring back page path in doc header
- Releases: master
Change-Id: I3c4d311cf3f8c7001f08a4f8c9ff4138c622203a
Reviewed-on: http://review.typo3.org/34778
Revi... - 19:52 Revision 8c9acaf5: [TASK] Change requirements for TYPO3 CMS 7.0
- Change-Id: I5c15586a3270d2fb8f31f99d902038be9f364867
Resolves: #62578
Releases: master
Reviewed-on: http://review.typ... - 18:52 Revision 7bfa63ed: [TASK] Adjust module icons and app-icon viewport
- * create crisp icons
* full tone color schema
* streamline icons
* enhance module menu styling
* remove focus outline... - 17:16 Revision 65578d27: [TASK] Follow up: Remove obsolete reports icon
- In Ie1dd7b6290012a6d4836319a193ccd102828388d, the reports icon was
replaced, but the old one was kept. This patch rem... - 17:14 Revision cf7d27b4: [TASK] Remove underline in pagetree
- The underline that appears after clicking a page in
pagetree gets removed.
Resolves: #63198
Releases: master
Change-... - 17:07 Revision 5fc6e348: [BUGFIX] Fix broken table in Template module
- Fix broken table in Template module > Info/Modify
Follow-up for http://review.typo3.org/34760
Resolves: #63426
Relat... - 16:16 Revision 6e382123: [TASK] Icon update to reports app icon
- Reports module: Overview:
Icon update to reports app icon
Resolves: #63253
Releases: master
Change-Id: Ie1dd7b629001... - 16:05 Revision 9e4fc669: [TASK] User table: control-icons as right column
- Backend-User module:
move control-icons to the right column
Resolves: #63249
Releases: master
Change-Id: I36af91574e... - 15:57 Revision 42e19e94: [TASK] Wrap very wide t3-tables in table-fit
- Wide table listings are wrapped in table-fit.
Resolves: #63417
Releases: master
Change-Id: Idc50242b7c3124c7e17da07d... - 15:30 Revision 023945fc: [BUGFIX] Followup: Replace shortcut item icons with sprites
- If a the linked record of a shortcut is deleted you get a Fatal error
that breaks the BE.
This patch makes sure that... - 14:58 Revision 908dbb4a: [BUGFIX] Make EXT:form wizard work again
- Due to the general removal of prototype
the EXT:form wizard does not work
anymore. For now, load prototype
in the wiz... - 14:58 Revision 6881beba: [TASK] Remove empty row in table below header
- Info>Pagetree overview: Remove empty row in table
below header.
remove also unused property widthGif
Resolves: #6321... - 14:41 Revision 7a93d097: [BUGFIX] EXT:lang: Hide useless UI if no language is selected
- In EXT:lang, the update button is displayed if no language is selected.
Clicking on that button will display several ... - 14:34 Revision 6cb35b15: [TASK] Improve clickmenu in TemplateInfoModule
- The clickmenu does not use an a-tag, therefore it is not visible as
link. Change the code to use a link.
Change-Id: ... - 00:13 Revision 2995ef77: [TASK] Replace legend.png with CSS/HTML
- Replace legend.png from Access module with
a CSS/HTML replacement.
follow up for #63245
Resolves: #63245
Releases: m...
Also available in: Atom