Activity
From 2015-08-30 to 2015-09-28
2015-09-28
- 21:17 Revision 281bce23: [BUGFIX] EXT:form - wrong attribute handling
- * centralize the attribute rendering method
* fix the attribute overlay methods
** fix: "select" labels remains empty... - 20:59 Revision ccd27427: [TASK] Improve label of session timeout dialog
- Resolves: #69774
Resolves: #70163
Releases: master
Change-Id: I34599b07d5fec1f9542e956985c3e6b9152932ec
Reviewed-on: ... - 19:03 Revision 561a139a: [BUGFIX] Ensure ext:form select value is properly set
- Change-Id: I80393a754626bbafdd2e32836741f97125892604
Resolves: #70122
Releases: master
Reviewed-on: http://review.typ... - 17:56 Revision 0d8c26b0: [TASK] Replace mimetypes-media-video* icons
- Resolves: #70156
Releases: master
Change-Id: I91e1a11a32a21f8b57da829c4bf3e405a5f3c78f
Reviewed-on: http://review.typ... - 17:36 Revision 45e22338: [BUGFIX] EXT:form - Wrong Checkbox and Radiobutton handling
- Resolves: #70095
Releases: master
Change-Id: I55ba94d13a8aeb02858675d2924f1d8a75cea698
Reviewed-on: http://review.typ... - 17:04 Revision c94af730: [BUGFIX] Prevent registration of icons with empty path
- The automatic registration of TCA record icons misses a check against
an empty source. This patch add this check and ... - 12:12 Revision 06c1f5d2: [TASK] Replace EXT:t3skin references for icons where possible
- Resolves: #70148
Releases: master
Change-Id: Ia7e48bd185d691a0dd5e02c2aa178567d1e5ff0b
Reviewed-on: http://review.typ... - 10:49 Revision 86675b49: [TASK] EXT:form - allow <error /> and <mandatory /> outside of <label />
- Allow <error /> and <mandatory /> tags outside of a <label /> tag.
Resolves: #70071
Releases: master
Change-Id: Ibac... - 09:49 Revision ae5e0c7a: [BUGFIX] Deleting an IRRE relation does now trigger a modal
- Resolves: #70127
Releases: master
Change-Id: I3e7f3576f32414ac418adf470cae267550070a78
Reviewed-on: http://review.typ... - 08:07 Revision 165aac1b: [TASK] Replace favicon with autosizing variant
- Replaces the favicon by a autosizing variant including
16px, 32px, 48px and 64px resolutions.
Resolves: #70080
Relea... - 07:59 Revision 46231f0a: [TASK] Add clear button for search in Backend User Listing
- Resolves: #70135
Releases: master
Change-Id: I0619d5d92edde2c8e31609fce77c070d43a7e39d
Reviewed-on: http://review.typ... - 07:53 Revision 5001e940: [BUGFIX] excludeForPackaging: exclude common files/directories
- The following common files/directories must be excluded/included
when exporting an extension through the download but... - 07:51 Revision de13272a: [BUGFIX] DBAL: Remove quoting from tablename for sequences
- Trim the quotes from the tables names when creating sequences, otherwise
the SQL statements are broken. Also, the bog... - 07:44 Revision 413b5a06: [BUGFIX] EXT:form - class attribute in container elements is not shown
- If a layout for FORM or FIELDSET is definded and it contains a
class attribute, the class attribute is not set in the... - 07:43 Revision fc3f7bb0: [TASK] DBAL: Refactor retrieval of last inserted record ids
- Refactor the retrieval and updating of the last inserted id of a record
into a helper method to avoid code duplicatio... - 07:28 Revision e0e38595: [DOCS] 7.5 Docs Part 9/4
- Proofread and move various Documentation Vol. 4
Change-Id: I2955a72b0ab443f1fc3cafed2d3a684267ca976e
Reviewed-on: ht...
2015-09-27
- 14:21 Revision 5e4cbb67: [TASK] Write unit tests for stdWrap_trim() and stdWrap_intval()
- Write unit tests for ContentObjectRenderer->stdWrap_trim()
and ContentObjectRenderer->stdWrap_intval()
Resolves: #70... - 14:16 Revision 0058ac47: [TASK] Write unit tests for stdWrapValue()
- Write unit tests for ContentObjectRenderer->stdWrapValue()
Resolves: #70130
Releases: master
Change-Id: Idd9abae877d... - 14:13 Revision da6d10b5: [TASK] Write unit tests for stdWrap_ifEmpty()
- Write unit tests for ContentObjectRenderer->stdWrap_ifEmpty()
Resolves: #70128
Releases: master
Change-Id: I4bafd4cf...
2015-09-26
- 19:46 Revision 9a786007: [FEATURE] Add possibility for extensions to register class maps
- With the old class loader it was possible for extension authors
to register several classes in an ext_autoload.php fi... - 19:17 Revision 4c6ddcb3: [BUGFIX] EXT:form - check for compatibility6 if old mailform is used
- Check if compatibility6 is loaded if typoscript
"useDefaultContentObject" is set.
Resolves: #69195
Releases: master
... - 16:40 Revision 37997e45: [BUGFIX] Add exit code support to extbase commands
- If an exit code is defined in CliResponse an exception is
thrown which contains the exit code as exception code.
The ... - 14:57 Revision 5738e080: [TASK] Add clear button for search in TypoScript Object Browser
- Resolves: #48935
Releases: master
Change-Id: Ibbd57f0f140606ceb1bd64da93ef93cb316a1336
Reviewed-on: http://review.typ... - 14:53 Revision d7da9074: [BUGFIX] Encrypt hidden field with rsaauth
- Instead of encrypting the visible field, the value of
the hidden field for rsa input fields have to be encrypted.
Re... - 13:01 Revision e3d4ac50: [BUGFIX] Remove autoload information for t3skin extension
- There is no Classes folder anymore in t3skin, hence no autoloading can take place.
Remove the reference in the compos...
2015-09-25
- 19:59 Revision e325d476: [BUGFIX] Use correct storage when getting public url of processed file
- If the processed file object is marked configured to use the original
file we have to ensure the right storage is use... - 16:54 Revision a397f708: [TASK] Use modal dialog for refresh after field change
- This uses a modal dialog to confirm refresh after a change
to a field with requestUpdate/onChange=reload.
Resolves: ... - 16:54 Revision 519464a8: [TASK] Add override values to record information
- This patch cares about overrideVals which might be set. They have to be
added to the database record information and ... - 16:47 Revision 501822a3: [BUGFIX] Set correct default value for CType in TCA
- Frontend must not define a non-existing default value.
CSC and FSC define their correct respective defaults now.
Res... - 16:45 Revision 67870122: [BUGFIX] Save+new preserves ctype
- The new record preserves the ctype of the current record.
Resolves: #70120
Releases: master
Change-Id: I3e809f0cdcbc... - 16:37 Revision 92814010: [BUGFIX] Inline in flex
- Inline elements within flex forms do not differ from "normal" inline
relations on DB side. For inline relation handli... - 16:19 Revision 642bff7f: [BUGFIX] Inititialize tca record icons earlier
- Resolves: #70114
Releases: master
Change-Id: Ib6cdd6bd61a65e9018bd55ea4055456348d1251a
Reviewed-on: http://review.typ... - 16:08 Revision 0fb8d02f: [BUGIFX] Allow overriding system extensions
- When making a copy of a system extension and place the copy
in typo3conf/ext, the package manager is capable of loadi... - 16:04 Revision c9beebec: [BUGFIX] EXT:form - typos in the partials
- Resolves: #70091
Releases: master
Change-Id: I2a4cfde8ca80cdb57955646eccf071f32e0785f2
Reviewed-on: http://review.typ... - 16:04 Revision bbed735b: [BUGFIX] need to parse field value for maxitems = 1 with MM table
- If a select field has an MM table like sys_category_record_mm
it is necessary to parse the field value even if maxite... - 16:02 Revision 3c343467: [BUGFIX] BE select tree needs to validate minitems
- FormEngineValidation configuration was not added in
SelectTreeElement therefore minitems was not validated.
Change-I... - 15:59 Revision 7689fc2f: [BUGFIX] Resync composer.json and composer.lock
- composer install issues a warning about composer.lock not being
in sync with composer.json. composer update nothing b... - 15:55 Revision d380fec6: [BUGFIX] Do not render coding hint in scheduler manual
- The "Creating a new task" manual renders a coding hint on the top
due to invalid markup. Remove a duplicated line to ... - 15:43 Revision 2ad6aaf4: [TASK] Update documentation for scheduler options
- Update the extension documentation to provide information about possible
options that can be provided while calling t... - 15:10 Revision d8380a54: [TASK] Migrate CTypes text, image and textpic to textmedia
- With EXT:fluid_styled_content CE image and textpic is dropped in favor
of CType textmedia.
This change introduces an... - 15:07 Revision 0ab9af7e: [BUGFIX] IE make checkboxes in multiple clipboard usable
- Because the label field contains the hidden
and the checkbox field it was impossible
to select the checkbox in IE.
Th... - 14:51 Revision 30316229: [BUGFIX] Open admin panel backend link in new tab, not a popup
- Simply remove the JavaScript parameters to open the window
in a tab, not a popup.
Resolves: #50364
Releases: master
... - 14:38 Revision 5b811661: [BUGFIX] Use extension key for ExtensionManagementUtility::siteRelPath
- Due to the backport from https://review.typo3.org/41841/ a wrong
extension key for indexed_search is used to get the ... - 13:37 Revision 4d2f978b: [BUGFIX] Fix validation for objects of the same type
- The patch http://review.typo3.org/40693 introduced a regression by
replacing a count() check on a countable object wi... - 11:34 Revision cb937d81: [BUGFIX] FormEngine: Don't resolve IRRE children for new records
- When creating new records the Inline data provider tries to resolve
child records for a NEWhash uid, leading to Relat... - 10:59 Revision 0f98248a: [BUGFIX] Conflicting mailform/FORM element in form and compatibility6
- Depending on the loading order of the extensions compatibility6 and
form, backend configurations are overridden. The ... - 10:50 Revision 5f42571c: [BUGFIX] EXT:form - wrong renderPartial arguments
- Change partial="{model.childElements}" to
partial="{element.partialPath}"
in the plain mail postProcessor partials.
... - 10:47 Revision d03438c7: [BUGFIX] IE switching tabs with RTE ensure selectable fields
- Currently if one uses IE (at least IE11) and there are two tabs
then switching from the first to second and back woul... - 10:47 Revision d9b07c4e: [TASK] Remove usage of EXT:lang/4.5
- Migrate the translations to the files where those belong
Change-Id: I999fa1ad32afbbb6e33a5b0cc48a3ac9a8515eeb
Resolv... - 10:43 Revision 9d9e84ec: [TASK] Cleanup Extension Manager code
- A new unnecessary function was introduced with
https://review.typo3.org/42283/. To have a cleaner code we should stic... - 10:41 Revision 2df2972a: [TASK] Add missing flag english (US+UK) for sys_language record
- Resolves: #29531
Releases: master
Change-Id: Ia1e800c8fe24fc53ea959549c9d707b949cf0aa2
Reviewed-on: http://review.typ... - 10:40 Revision 2c881dd4: [TASK] EXT:form - Optimize deprecation messages
- Changes the deprecation log messages to be more understandable.
Resolves: #70011
Releases: master
Change-Id: I0ae03e... - 10:34 Revision f44649ef: [BUGFIX] Disable extension list during repository update
- The extension list is now completely hidden during a repository
update.
Also, the form submit logic has been adjusted... - 10:30 Revision 43616798: [TASK] Clear button in BE search missing
- Resolves: #68366
Releases: master
Change-Id: I2ad5683d27448c5100c0deb9b9a1be5a1565a919
Reviewed-on: http://review.typ... - 10:29 Revision ef250ff1: [BUGFIX] Show RecordList tooltip only on hover
- The default trigger action defined by Bootstrap is "hover focus",
which keeps the tooltip active when the button is f... - 10:21 Revision 6545e88a: [TASK] styleguide: Add example for tree with minitems = 1
- 10:02 Revision 66e931b7: [BUGFIX] Filelist: remove duplicated language string
- Remove duplicated language string within
sysext:filelist/Resources/Private/Language/locallang.xlf
Related: #70099
Re... - 09:10 Revision 77d5ecdd: [TASK] Add a reset search link to filelist searchfield
- Resolves: #70088
Releases: master
Change-Id: Ifcaa88838d1d87c8942021ca736a4f20bc798fa9
Reviewed-on: http://review.typ... - 07:54 Revision 822d1e84: [!!!][BUGFIX] Fix wrong usage of Enum in InformationStatus Enum itself
- The Enumeration implementation of InformationStatus provides
a mapStatusToInt() method that must expect a Information... - 04:54 Revision 74b0a275: [BUGFIX] Respect cropped image ratio in fluid_styled_content
- Change-Id: I33173d126d3e648801cc5d331536358374469781
Releases: master
Resolves: #70090
Reviewed-on: http://review.typ...
2015-09-24
- 23:13 Revision 0c60eeb7: [BUGFIX] Replace global use of MCONF['name']
- The global is not set anymore with a module name.
Replace it were needed.
Resolves: #70092
Releases: master
Change-I... - 18:27 Revision 524ca1c7: [TASK] Make fluid_styled_content a framework extension
- This is important to not have overhead in autoload generation
in non composer mode. The classes for this extension ar... - 12:13 Revision 32b09d17: [BUGFIX] Fix RequireJS resolution in FormEngine
- The FormInlineAjaxController expects a different array structure
for RequireJS modules as FormResultCompiler does, wh... - 11:24 Revision 20e8a21e: [BUGFIX] Replace MCONF['name'] in PageLayoutController
- $MCONF['name'] is not defined in the "Page" module, replace
it $this->moduleName, being "web_layout".
Resolves: #700... - 10:36 Revision a8adda47: [BUGFIX] Use proper fieldname to check result in getFirstTimeValueForRecord()
- The method builds a query using "as". Therefore the result needs to be checked
by using the same name.
Change-Id: Id... - 10:20 Revision 778f72f7: [TASK] Update styling of sys notes
- Resolves: #70064
Releases: master
Change-Id: I875c2a8031550a4fcbc7b1dc73ed6d4a78e4687e
Reviewed-on: http://review.typ... - 10:00 Revision 020aa2ad: [FOLLOWUP][BUGFIX] EXT:recycler Collapsed record occupies no space
- This patch fix the wrong generated CSS in last patch.
Resolves: #69987
Releases: master
Change-Id: I3af497d57e632b3a... - 07:48 Revision 10a49b78: [BUGFIX] EXT:recycler Collapsed record occupies no space
- Without this patch the collapsed record occupied the same size as
the expanded record.
Resolves: #69987
Releases: ma... - 07:33 Revision ad9c2940: [DOCS] 7.5 Docs Part 8/4
- Fixed a typo in the documentation.
Releases: master
Change-Id: I96a47c2dd0ef2c3983d4cd2aeb5fe4554c99920d
Reviewed-on... - 07:16 Revision 2aaa4f4c: [TASK] Added file icon for .youtube and .vimeo
- Resolves: #70003
Releases: master
Change-Id: I52ada3bf59e02e279a6a22c6440c6303204a8770
Reviewed-on: http://review.typ...
2015-09-23
- 21:52 Revision 4d08bf58: [BUGFIX] Adjust visibility of setUp() and tearDown()
- Protected is the correct visibility for those functions, as
given by the base class.
Resolves: #64642
Releases: mast... - 21:48 Revision 78e20942: [BUGFIX] Use proper fieldname to check result in getFirstTimeValueForRecord()
- The method builds a query using "as". Therefore the result needs to be checked
by using the same name.
Change-Id: Id... - 21:43 Revision 4b0e3078: [TASK] Add disable option for Viewpage language selector
- Resolves: #70041
Releases: master
Change-Id: I81b4897e5560732b8b530d22b00ad9151ca5fff9
Reviewed-on: http://review.typ... - 21:10 Revision 61749cb6: [BUGFIX] Do not call non static methods statically
- ClassInformationGenerator used to be a class with static methods.
Remove all static calls to methods which are not st... - 20:16 Revision 25a69735: Revert "[BUGFIX] Draft usergroup access rights are now respected"
- This reverts commit 1c9922353f2ed83bff81af6bb10756422a2da252.
We Revert this for 6.2 as the commit has a regression, ... - 17:49 Revision f28e93dc: [BUGFIX] Fix wrong TypoScript variable name in felogin documentation
- Change-Id: Ide28b4195d9e5e0aea481f3809265ece6b72f5b4
Resolves: #70053
Releases: master, 6.2
Reviewed-on: http://revie... - 17:48 Revision 29d3f01a: [BUGFIX] Fix wrong TypoScript variable name in felogin documentation
- Resolves: #70053
Releases: master, 6.2
Change-Id: I3ae2541c6e07778088281e3cfd2ba0258396f737
Reviewed-on: http://revie... - 16:17 Revision 1b5d1ff5: [TASK] Change typo3.org links to https
- Since http://typo3.org has been changed to https, adopt all links
in the core as well. Replace some outdated links to... - 15:53 Revision b3f2c50f: [TASK] Always show fieldname in recordlist field selectbox
- Resolves: #70040
Releases: master
Change-Id: Ied6d0f5fedd0c612b4f5952012aede3c1b4e1a4a
Reviewed-on: http://review.typ... - 15:33 Revision 47fc9995: [TASK] Use JsConfirmation bit mask constants instead of raw integers
- Resolves: #70047
Releases: master
Change-Id: Icf74209194f267490dfc71f0c3573540ef1cd7b5
Reviewed-on: http://review.typ... - 15:32 Revision a67fe257: [DOCS] 7.5 Docs move Github Docs
- Pros have been made, so we move the docs in the correct folder.
Change-Id: I0b0b21a6b00bde164491cce7ed1f6527e0ad726f... - 15:25 Revision 2b269855: [TASK] Use binary notation for JsConfirmation values
- Resolves: #69832
Releases: master
Change-Id: I43f40e1e8307a82715c679d060a8ad2b1a92c2fc
Reviewed-on: http://review.typ... - 15:24 Revision 3037a44d: [BUGFIX] Add focus on input field for Online Media in modal
- Resolves: #70027
Releases: master
Change-Id: I899d1ba565f3e22110b5fef513aa8cef5054c042
Reviewed-on: http://review.typ... - 15:23 Revision cd07ccac: [DOCS] 7.5 Docs Part 7/4
- Proofread and move various Documentation Vol. 3
Change-Id: I6bb9c93ea76a6147fc6a21ff1fdc7a8fb95b8618
Reviewed-on: ht... - 15:09 Revision a00bd481: [BUGFIX] Make t3editor save data again
- Several save buttons don't work anymore after icon changes
Resolves: #70013
Releases: master
Change-Id: Id3abb129208... - 14:35 Revision 9bfe22bc: [TASK] Move content icons to IconFactory using SVG
- Add content icons using SVG to css_styled_content, felogin,
fluid_styled_content, form, indexed_search and mediace wi... - 14:31 Revision dfea1ce7: [BUGFIX] Obsolete construct param in DatabaseQueryProcessor
- Resolves: #70037
Releases: master
Change-Id: I6877b4e208f251ef45d60ca9bbf4495734276e7c
Reviewed-on: http://review.typ... - 14:05 Revision 78369717: [FEATURE] Make it possible to register own icons for file extensions
- Resolves: #70002
Releases: master
Change-Id: Ia2df7f2fd73a71488027bd8b589abfe5fca96821
Reviewed-on: http://review.typ... - 13:24 Revision fcf389ce: [TASK] Un-deprecation log entries for ext:belog
- The usage of __wakeup() in Constraint Model
(by extending AbstractDomainModel) causes deprecation log entries.
The c... - 12:49 Revision 65a77402: [TASK] EXT:form - remove bootstrap class
- Remove the Bootstrap class to behave like other core extensions. This fixes also the issue that the "Mail form" plugi...
2015-09-22
- 20:35 Revision 5d33df5c: [BUGFIX] Avoid race conditions between opening and closing modals
- Cleaned up the TYPO3 Modal events so they do no conflict each other
and are bound the correct DOM elemens.
Further r... - 20:23 Revision 2ba71dac: [BUGFIX] Fixed broken select wizard
- Resolves: #69826
Releases: master
Change-Id: If88662cc024023f829411e062dddf74e1ef2bda3
Reviewed-on: http://review.typ... - 16:48 Revision 27ec0fce: [BUGFIX] Delete move placeholders upon record deletion
- If a record was moved in a draft workspace and subsequently
removed in the live workspace, then the move placeholder ... - 16:28 Revision f78adb23: [BUGFIX] Delete move placeholders upon record deletion
- If a record was moved in a draft workspace and subsequently
removed in the live workspace, then the move placeholder ... - 16:23 Revision 77bf6762: [!!!][TASK] Deprecate IconUtility
- Deprecate the IconUtility class from EXT:backend and handle its calls
using the new IconFactory from EXT:core.
Kudos... - 15:17 Revision 499fb060: [TASK] styleguide: TCA: Inline fal in flex_3 - currently broken, though
2015-09-21
- 14:49 Revision cbad29fc: [FEATURE] Introduce PdoFileBackend
- Introduce a PdoFileBackend which is a hybrid of PdoBackend and FileBackend.
The advantage of such new backend is, it ... - 13:08 Revision 0763e175: Test Commit
- 12:47 Revision 0926c95b: [BUGFIX] Removes button group in image-cropper
- If labels on the crop buttons are to long or there are more buttons the btn-group breakes the view
Resolves: #69991
... - 12:23 Revision 7759f0b0: [BUGFIX] Removes button group in image-cropper
- If labels on the crop buttons are to long or there are more buttons the btn-group breakes the view
Resolves: #69991
... - 12:03 Revision 3a72c37f: [BUGFIX] Mod About TYPO3 CMS: Fix external links
- Replace outdated external links.
Resolves: #69985
Releases: master
Change-Id: Id7f2302e6a080c3a74eeeee6e108da617df9c... - 11:59 Revision b3f61ee5: [TASK] Add missing unit tests for TcaMigration class
- The method migrateIconfileRelativePathOrFilenameOnlyToExtReference()
of class TcaMigration misses unit tests.
Change... - 11:52 Revision 685996c1: [TASK] Add missing unit tests for TcaMigration class
- The method migrateIconfileRelativePathOrFilenameOnlyToExtReference()
of class TcaMigration misses unit tests.
Change... - 11:47 Revision 49af8577: [BUGFIX] Removes button group in image-cropper
- If labels on the crop buttons are to long or there are more buttons the btn-group breakes the view
Change-Id: Ie0e01... - 11:44 Revision 98578401: [BUGFIX] EXT:recycler Collapsed record occupies no space
- Without this patch the collapsed record occupied the same size as
the expanded record.
Resolves: #69987
Releases: ma... - 09:50 Revision 9e7a52cf: [TASK] Add missing unit tests for TcaMigration class
- The method migrateIconfileRelativePathOrFilenameOnlyToExtReference()
of class TcaMigration misses unit tests.
Change... - 09:49 Revision 6a4be65f: [BUGFIX] EXT:recycler Fixed unclickable area
- The select boxes on the top and the action buttons of the first entry
could not be clicked, caused by wrong html mark... - 09:49 Revision 86a15883: [BUGFIX] Add missing header for info submodule pagetree overview
- Add missing header for submodule "Pagetree overview"
Resolves: #69984
Releases: master
Change-Id: I03c0523abc1c9a6b3... - 09:18 Revision 0686a9bd: [TASK] Move content icons to IconFactory using SVG
- Add content icons using SVG to css_styled_content, felogin,
fluid_styled_content, form, indexed_search and mediace wi... - 09:18 Revision a81bd797: [BUGFIX] EXT:form - wrong attribute handling
- * centralize the attribute rendering method.
* make the attribute overlay methods more complete
* put the container e... - 08:57 Revision 7d528105: [WIP][TASK] Change typo3.org links to https
- Since http://typo3.org has been change to https, adopt all links
in the core as well. Replace some outdated links to ... - 08:56 Revision b96eff58: [TASK] Change typo3.org links to https
- Since http://typo3.org has been change to https, adopt all links
in the core as well. Replace some outdated links to ... - 08:48 Revision 7901fed7: [TASK] Move content icons to IconFactory using SVG
- Add content icons using SVG to css_styled_content, felogin,
fluid_styled_content, form, indexed_search and mediace wi... - 07:44 Revision b8f2f796: [BUGFIX] Mod About TYPO3 CMS: Fix external links
- Replace outdated external links.
Resolves: #69985
Releases: master, 6.2
Change-Id: Id7f2302e6a080c3a74eeeee6e108da61... - 07:22 Revision 4cb36270: [BUGFIX] Re-introduce WebDAV-related HTTP methods
- The following methods are added in order to have TYPO3
work as WebDAV server.
* COPY
* LOCK
* MKCOL
* MOVE
* PROPFIN... - 05:51 Revision a5599ecf: [WIP][!!!][FEATURE] ElementBrowser refactoring, LinkBrowser API
- This change refactors the ElementBrowser and splits it into
multiple dedicated classes for each mode.
* Lots of unus... - 02:59 Revision 65ddf25a: [BUGFIX] EXT:recycler Collapsed record occupies no space
- Without this patch the collapsed record occupied the same size as
the expanded record.
Resolves: #69987
Releases: ma... - 01:52 Revision b812551d: [BUGFIX] EXT:recycler Fixed unclickable area
- The select boxes on the top and the action buttons of the first entry
could not be clicked, caused by wrong html mark... - 00:46 Revision 642b5187: [FOLLOWUP][FEATURE] Add SELECT_mm_query to DatabaseConnection
- Remove superfluous word in feature documentation.
Related: #19494
Releases: master
Change-Id: Icc01f14dc464e7327c11c... - 00:43 Revision f75d803a: [BUGFIX] Correct module markup for pagetree overview
- Add correct margin between select boxes and the submodule content.
Resolves: #69983
Releases: master
Change-Id: Idee... - 00:36 Revision 2c013bb8: [BUGFIX] Mod About TYPO3 CMS: Fix external links
- Replace outdated external links.
Resolves: #69985
Releases: master, 6.2
Change-Id: Id7f2302e6a080c3a74eeeee6e108da61... - 00:06 Revision 1c760baa: [BUGFIX] Add missing header for info submodule pagetree overview
- Add missing header for submodule "Pagetree overview"
Resolves: #69984
Releases: master
Change-Id: I03c0523abc1c9a6b3... - 00:02 Revision b623c89e: [BUGFIX] Correct module markup for pagetree overview
- Add correct margin between select boxes and the submodule content.
Resolves: #69983
Releases: master
Change-Id: Idee...
2015-09-20
- 23:17 Revision f795dd1e: [FOLLOWUP][FEATURE] Add SELECT_mm_query to DatabaseConnection
- Remove superfluous word in feature documentation.
Related: #19494
Releases: master
Change-Id: Icc01f14dc464e7327c11c... - 21:52 Revision 2ef23e1d: [DOCS] 7.5 Docs Part 6/4
- Proofread and move Deprecation Documentation Vol. 2
Change-Id: Ic602b3525bf241b2bf5f9eb1bf7fb10e32f333b2 - 21:51 Revision 16e225ae: [BUGFIX] Fix missing flag icons on flex localization view
- Extend the system language row data with additional data
and use it in render part of FormEngine to remove another
he... - 21:34 Revision f3554e74: [FOLLOWUP][TASK] Add flag icons as SVG and replace all usages
- Fix typo in flag registration for special case "england".
Resolves: #69791
Releases: master
Change-Id: I4eee79e03386... - 21:29 Revision b8b6d1f3: [BUGFIX] Fix missing flag icons on flex localization view
- Extend the system language row data with additional data
and use it in render part of FormEngine to remove another
he... - 21:27 Revision 58885b56: [BUGFIX] Fix missing flag icons on flex localization view
- This commit fixes a wrong index which was responsible for
not displaying the flag icon on flex form localization view... - 21:18 Revision a91c3b33: [WIP][!!!][FEATURE] ElementBrowser refactoring, LinkBrowser API
- This change refactors the ElementBrowser and splits it into
multiple dedicated classes for each mode.
* Lots of unus... - 21:00 Revision ae6479ea: [TASK] Deprecate Be\Buttons\IconViewHelper
- Resolves: #69535
Releases: master
Change-Id: I9563806cf0b80f07a6ff125a1f93351980c47f34
Reviewed-on: http://review.typ... - 20:58 Revision 14d45734: [FOLLOWUP][TASK] Add flag icons as SVG and replace all usages
- Fix typo in flag registration for special case "england".
Resolves: #69791
Releases: master
Change-Id: I4eee79e03386... - 20:48 Revision d74d5672: [BUGFIX] Fix missing flag icons on flex localization view
- This commit fixes a wrong index which was responsible for
not displaying the flag icon on flex form localization view... - 20:39 Revision 450c36f9: [TASK] Move content icons to IconFactory using SVG
- Move icons of css_styled_content, felogin, form, indexed_search and
mediace to the IconFactory using SVG icons for co... - 20:25 Revision abe3a4cf: [TASK] Add flag icons as SVG and replace all usages
- Resolves: #69791
Releases: master
Change-Id: I353b8efe475f51a3c826504758832f51b142ac0b
Reviewed-on: http://review.typ... - 20:08 Revision 4595f8db: [BUGFIX] Fix missing flag icons on flex localization view
- This commit fixes a wrong index which was responsible for
not displaying the flag icon on flex form localization view... - 20:07 Revision 8bd74fc9: [BUGFIX] Fix missing flag icons on flex localization view
- This commit fixes a wrong index which was responsible for
not displaying the flag icon on flex form localization view... - 19:52 Revision 65e71818: [TASK] Add flag icons as SVG and replace all usages
- Resolves: #69791
Releases: master
Change-Id: I353b8efe475f51a3c826504758832f51b142ac0b - 19:46 Revision 79ee3425: [BUGFIX] Re-introduce WebDAV-related HTTP methods
- The following methods are added in order to have TYPO3
work as WebDAV server.
* COPY
* LOCK
* MKCOL
* MOVE
* PROPFIN... - 19:27 Revision de3ef520: [BUGFIX] Fixed broken select wizard
- Resolves: #69826
Releases: master
Change-Id: If88662cc024023f829411e062dddf74e1ef2bda3 - 19:26 Revision e80dd64f: [WIP][TASK] Add override values to record information
- This patch cares about overrideVals which might be set. They have to be
added to the database record information and ... - 19:08 Revision bb06524a: [TASK] Move content icons to IconFactory using SVG
- Move icons of css_styled_content, felogin, form, indexed_search and
mediace to the IconFactory using SVG icons for co... - 18:57 Revision 4bf175d5: [TASK] Add flag icons as SVG and replace all usages
- Resolves: #69791
Releases: master
Change-Id: I353b8efe475f51a3c826504758832f51b142ac0b - 17:44 Revision 3a9b090b: [TASK] Deprecate Be\Buttons\IconViewHelper
- Resolves: #69535
Releases: master
Change-Id: I9563806cf0b80f07a6ff125a1f93351980c47f34 - 17:30 Revision 269f02d9: [TASK] Add flag icons as SVG and replace all usages
- Resolves: #69791
Releases: master
Change-Id: I353b8efe475f51a3c826504758832f51b142ac0b - 14:34 Revision 0865042d: [BUGFIX] Use action icon instead of mimetype: actions-document-export-csv
- Resolves: #69979
Releases: master
Change-Id: I3c11b4790a3784acaea4f6aeffbde6889e024c59
Reviewed-on: http://review.typ... - 12:20 Revision 237523a0: [TASK] Replace IconUtility with IconFactory for TCA records
- Implement replacement and replace all core usages of
IconUtility::getSpriteIconForRecord() with
IconFactory->getIconF...
2015-09-19
- 22:19 Revision 11079fe0: [TASK] Remove version matrix hack from CoreVersionService
- Replace the old 'manual' way of reducing the version
matrix with an automatic solution.
Resolves: #69935
Releases: m... - 22:19 Revision aa75e880: [BUGFIX] Timeout processing of media URL to avoid race condition
- The new "Add media by URL" button opens a modal with a textfield
for an URL. If processing the URL fails, an error mo... - 22:14 Revision ea5ac392: [DOCS] 7.5 Docs Part 4/4
- Proofread and move Feature Documentation
Change-Id: I4fdef7405010a0e2ea55971d86a6485a6e4bf685
Reviewed-on: http://re... - 22:11 Revision 745b78d7: [DOCS] 7.5 Docs Part 3/4
- Proofread and move Important Documentation
Change-Id: If03e5b5807f6e696d4ae4178663658d79f329ded
Reviewed-on: http://... - 22:09 Revision 44acd4fa: [DOCS] 7.5 Docs Part 2/4
- Proofread and move Deprecated Documentation
Change-Id: I615224e06a8f6389b6dc85f46941a663879043a5
Reviewed-on: http:/... - 22:07 Revision 4b8f98a9: [DOCS] 7.5 Docs Part 1/4
- Proofread and move Breaking Documentation
Change-Id: I06b9d7c474564de8d99e2a629e8766c00af4da07
Reviewed-on: http://r... - 17:32 Revision 963e225a: [TASK] FormEngine: Move ElementConditionMatcher into data provider
- Move the handling of column and flexform display conditions into a
dedicated form data provider. The provider removes... - 17:02 Revision 2ef9e011: [TASK] Remove CSS Styled Content option of image position items
- The extension configuration option that disables the disabling of
the superfluous options on CType=image (like "Left ... - 15:06 Revision 177ac32f: [DOCS] 7.5 Docs Part 5/4
- Add 7.5 TOC file and add the TOC to the TOC.
Change-Id: I759e51bdbe8f009d6dc3573baab2790fae1c15b1
Reviewed-on: http:... - 14:09 Revision b5f0a348: [BUGFIX] processForeignTableClause no longer fails with select fields
- When passed an array as field values, we pick the first entry as string
Resolves: #69952
Releases: master
Change-Id:... - 13:08 Revision e6d091a0: [TASK] Extend workspaces functional tests concerning move-placeholders
- The "modify" functional tests are extended concerning move-placeholders:
* changeContentSortingAndDeleteMovedRecord
... - 12:51 Revision 1a3bedb7: [TASK] Extend workspaces functional tests concerning move-placeholders
- The "modify" functional tests are extended concerning move-placeholders:
* changeContentSortingAndDeleteMovedRecord
... - 12:05 Revision 07dabf60: [TASK] FormEngine: Split TcaTypesShowitem provider
- Split the TcaTypesShowitem provider to only deal with resolving
the showitem list. The actual removal of columns not ... - 01:34 Revision ae18ac11: [BUGFIX] EXT:form - Fix compatibility behavior
- The compatibility behavior is streamlined to first use the
global setting and then override it by using the specific
...
2015-09-18
- 21:17 Revision adbca662: [FOLLOWUP][BUGFIX] _languageUid property not set on insert
- Remove ::class notation from AddTest.php
Resolves: #69953
Releases: 6.2
Change-Id: I9c6a32677182cd56391230bddb00c0c4... - 20:51 Revision fa116d45: [!!!][TASK] EXT:form - Use Extbase/ Fluid for frontend rendering
- The form extension - including the custom data model, controller logic,
property validation, views and templating - h... - 20:35 Revision 4f6d1669: [BUGFIX] _languageUid property not set on insert
- The patch ensures new objects are created with default language only.
Database field and object property are set prop... - 20:34 Revision 86ac2558: [BUGFIX] _languageUid property not set on insert
- The patch ensures new objects are created with default language only.
Database field and object property are set prop... - 19:48 Revision c09a25f4: [FEATURE] Ease previewing custom record data in workspace module
- Currently only pages, pages_language_overlay and tt_content have
the possibility to open a preview in the website fro... - 18:47 Revision 522e4187: [BUGFIX] Warnings in DataHandler on undefined array indexes
- Accessing array indexes that actually do not exist, results
in a PHP warning. This behavior is caught by using isset(... - 17:28 Revision 4c229a1e: [BUGFIX] Compare users lets current user disable herself
- Starting from TYPO3 v7, the Backend module for user management does not let someone
mark herself as disabled (hidden=... - 17:19 Revision 4ffe07a0: [TASK] Update datepicker.js, moment.js and add moment-timezone.js
- This is required as a groundwork before introducing timezone
handling in backend date fields.
Since version "4.17.37"... - 16:41 Revision ef7510e9: [CLEANUP] Fix class alias maps and IDE files
- With moving code around the class alias maps placed in compatibility6
and mediace got a little messed up. Move the al... - 16:17 Revision e8fb3ef7: [TASK] Improve IconProviders and remove IconUtility usages
- Resolves: #69847
Releases: master
Change-Id: Ia08a654af066241005c80df75d4a64c067d01b23
Reviewed-on: http://review.typ... - 14:54 Revision 361ad4de: [TASK] Add functional test cases for IRRE children without default sortby
- In each, live and draft workspace:
* create a tt_content element
* with a nested 1:n hotel element
* with a nested 1:... - 14:53 Revision 6873c435: [TASK] Add functional test cases for IRRE children without default sortby
- In each, live and draft workspace:
* create a tt_content element
* with a nested 1:n hotel element
* with a nested 1:... - 11:35 Revision 386c3b94: [TASK] Replace module icons with IconFactory
- Resolves: #69931
Releases: master
Change-Id: I2f8941ddfe82b4be474e91dc643d6cce8c9ba1c4
Reviewed-on: http://review.typ... - 11:19 Revision 6a89d34e: [FEATURE] Allow PSR-7 dispatching for Backend modules
- The newly introduced simple dispatcher handles the distribution
of all "traditional" modules through a new option cal... - 10:46 Revision b979df40: [BUGFIX] Duplicate code in InputTextElement
- Change-Id: I6f8cdda2e8fca32a4c35d212a3e2f88ff90f5afc
Resolves: #69933
Releases: master
Reviewed-on: http://review.typ... - 10:37 Revision a87e2b29: [TASK] Sort the list of ISO codes
- Resolves: #69929
Related: #61542
Releases: master
Change-Id: I002628c9741860d47c6fc6921ffb08b8ed256a70
Reviewed-on: h... - 10:32 Revision b859682b: [!!!][TASK] Remove TYPO3_CONF_VARS option "serverTimeZone"
- The option $TYPO3_CONF_VARS['SYS']['serverTimeZone'] is removed.
Native date time handling by PHP superseeds this opt... - 09:22 Revision 3c60e881: [BUGFIX] Fix composer.json warning and update lock file
- We update all dependencies here as only bugfix releases
are incorporated.
Resolves: #69923
Releases: master
Change-I...
2015-09-17
- 23:16 Revision f83295f0: [TASK] Reduce PageLayoutController and PageLayoutView dependencies
- This is a follow-up to #68395 to reduce complexity and exposed
public API of that change.
Even if class components h... - 23:11 Revision 1b0d4d85: [TASK] Cleanup EXT:felogin directory structure
- Move template, language file (easy one) and flexform
in the right place, also make sure to use closures() for the
php... - 22:51 Revision 68c765dd: [BUGFIX] LocalCropScaleMaskHelper consumes too much memory when cropping
- When using the new image crop functionality in the backend the
LocalCropScaleMaskHelper crops the image using gdlib f... - 22:12 Revision b0cf9d8e: [FEATURE] Content elements based on Fluid
- This patch adds the new reworked content elements based on Fluid
templating instead of css_styled_content.
It also i... - 22:05 Revision 795531e6: [BUGFIX] Make getCategoryFieldsForTable() compatible with new FormEngine
- Resolves: #69925
Releases: master
Change-Id: Iaa7323c0b685fae4b27d224075905f2e9a68b145
Reviewed-on: http://review.typ... - 21:13 Revision f514be6b: [FOLLOWUP][TASK] FAL-based database fields moved to integer
- Fix a bunch of functional test data sets to reflect the
changed tt_content image database field.
Resolves: #69909
Re... - 18:51 Revision 9344cf2a: [TASK] Split TcaFlex provider
- Split the provider into three parts, with the first one fetching
DataStructure and DataValues, the second doing globa... - 18:51 Revision a6782116: [!!!][TASK] FAL-based database fields moved to integer
- Since all fields are now IRRE-based fields and migrated from the
comma-separated list of files used, the database fie... - 18:43 Revision 4390c566: [TASK] Uppercase partial templates in ext:workspaces
- Resolves: #69913
Releases: master
Change-Id: I6619fd0334d7c5b850e4d573a56348c5b72a9b07
Reviewed-on: http://review.typ... - 18:37 Revision cdebee04: [CLEANUP] End brace in excess in PageTSconfig
- Resolves: #69924
Releases: master
Change-Id: I5b67b0138d5ace2693948757c54d66b05dfc0f9a
Reviewed-on: http://review.typ... - 18:32 Revision 67b1f906: [BUGFIX] Show language diffs below FormEngine fields
- Fix display of language diffs below fields of FormEngine.
Change-Id: Ie41995ffc38413a060e456ffda1712ed7722c2df
Resol... - 15:32 Revision 01718d36: [TASK] Move login-related constants to EXT:felogin
- Due to historic reasons EXT:css_styled_content has defined
constants that were used before EXT:felogin was there.
Th... - 14:21 Revision 6bc41394: Revert "[FEATURE] Introduce ImplodeViewHelper"
- The ViewHelper is not needed anymore, as the new content elements
based on Fluid are simplified.
This reverts commit... - 12:46 Revision 470d85da: [TASK] Adjust contrast colors in diff view
- Resolves: #69908
Related: #69904
Releases: master
Change-Id: Ibd4267c8b2255c55aed441482e2647209515464f
Reviewed-on: h... - 12:46 Revision 1c51b6df: [TASK] Allow media elements to be previewed in backend
- Resolves: #69912
Releases: master
Change-Id: I9d0f92dbfb2ca1f419b563ea2ee2356eed107dcb
Reviewed-on: http://review.typ... - 12:42 Revision 272f0783: [TASK] Speed-up update of translations
- Instead of updating a single extension and language per AJAX call, update
up to 10 extensions for a single language. ... - 10:41 Revision 183f62f6: [BUGFIX] Avoid empty form-section divs
- If flexform conditions are used it might be that the form-section is
empty. Render the div only if there is something... - 07:37 Revision aff262b3: [TASK] Replace DiffUtility with PHP library to save disk I/O
- In order to make diff displays work cross platform and save A LOT of
disk I/O we replace the questionable approach wi...
2015-09-16
- 23:41 Revision 7a8efdad: [FOLLOWUP][FEATURE] Improve handling of online media
- The newly introduced feature allowed to upload media files
for tt_content.image which does not work in Frontend at al... - 22:37 Revision 6a90fd32: [BUGFIX] Fix icon size in access list
- Resolves: #69905
Releases: master
Change-Id: If35137e3a786493bf168c18e8ef952d1d83c63de
Reviewed-on: http://review.typ... - 22:18 Revision 1b31d985: [TASK] Merge FormEngineUtility icon methods
- Resolves: #69869
Releases: master
Change-Id: I93520350a69e145d5d5d6e77cc387d45ef4e9885
Reviewed-on: http://review.typ... - 22:04 Revision afe8432c: [BUGFIX] Do not drop selection from "singlebox" select
- By setting the new value after validation via attribute, we avoid
triggering a new "change" event which in turn cause... - 21:48 Revision b17ede9d: [FOLLOWUP][TASK] Have eIDs with PSR-7 without ControllerInterface
- The patch throws an exception for invalid classes without
an implemented __invoke() method.
Related: #69846
Releases... - 21:38 Revision 9382a4a7: [TASK] Replace editOnClick() with getModuleUrl
- The editOnClick produces JS which is not needed in most cases.
Using BackendUtility::getModuleUrl() allows to avoid ... - 20:15 Revision 0eb8e97d: [TASK] Have eIDs with PSR-7 without ControllerInterface
- In order to allow the same logic as with the Routing and the
direct information which method to call, the ControllerI... - 19:32 Revision 3d6b9233: [TASK] indexed_search: cleanup SearchFormController
- SearchFormController cleanup
- doc comments
- typos
- missing returns
- uninitialized variables
Resolves: #69894
Rel... - 19:10 Revision 268ed993: [FOLLOWUP][BUGFIX] Notify user about insufficient language configuration
- Patch fixes unit tests.
Related: #69757
Releases: master
Change-Id: I0cd85610bd0e41b10bfc6b97d91c0b69624b9a49
Review... - 16:24 Revision 94dd5b07: [TASK] indexed_search: remove "experimental" from Extbase plugin name
- Resolves: #69895
Releases: master
Change-Id: I0ddb9f991c4ca04a7f3b36ca673dec457da5e78b
Reviewed-on: http://review.typ... - 15:57 Revision 38ede8f5: [BUGFIX] Notify user about insufficient language configuration
- The language records are necessary within FormEngine and FlexForm
handling. If a language has a missing language_isoc... - 15:43 Revision 31a52b35: [BUGFIX] Show FlashMessage if desired storage is not available
- This exception occured when a file reference from a storage was used
on a page and the extension which provides the s... - 15:32 Revision f769364f: [TASK] Organize TSconfig structure
- EXT:backend ships a proper ordered TSconfig for the wizards now
which is places inside EXT:backend/Configuration/Page... - 15:15 Revision 64b87ff2: [BUGFIX] Support URLs in image tag generation
- FAL files may return an absolute URL depending on the driver the
storage uses. Currently the absRefPrefix is prepende... - 15:08 Revision e3a5f690: [FEATURE] Allow value attribute for OPTION object in wizard
- Now it is possible to add a value to the OPTION object using the
wizard. Furthermore the table within the field optio... - 15:01 Revision d41e3572: [TASK] SelectCheckboxElement merge methods
- This patch removes the private property resultArray and merges the
function getSingleField_typeSelect_checkbox into t... - 14:57 Revision a0dbc91a: [BUGFIX] Fix rendering with empty date
- Resolves: #69858
Releases: master
Change-Id: I02ffe4fcd53f1a956e73bc39f043bdcb6e0a9d9e
Reviewed-on: http://review.typ... - 14:47 Revision 3ed3f80d: [FEATURE] Add placeholder attribute to some textfields in wizard
- The form wizard is now able to add a placeholder attribute to the
following elements: TEXTLINE, TEXTAREA, PASSWORD an... - 14:22 Revision 15ef75bc: [FEATURE] Add Dispatcher for Backend Routing
- The newly introduced Backend Routing is updated so that Routes
must define not just the controller but also the actio... - 11:57 Revision ac07d82d: [TASK] Add unit tests for TemplateService->splitConfArray()
- splitConfArray is a implementation of TypoScript optionSplit function.
This change adds some unit tests for the basic... - 11:50 Revision ce87c272: [TASK] Display validation tab in form wizard by default
- Resolves: #33952
Releases: master
Change-Id: Ibe972574ff163df9f2ea03eb43a9a28e51edeb7d
Reviewed-on: http://review.typ... - 11:28 Revision d1a07593: [TASK] Add sane defaults for tracking tools to prevent 404s on cash errors
- The usual suspects google, Facebook and twitter add get parameters to
links once shared.
If you are running a well co... - 09:21 Revision 60f172fe: [TASK] Replace icon with SVG: actions-edit-rename
- Resolves: #69856
Releases: master
Change-Id: I0829160eb0dad0d20a7f6d6a507d890720989de4
Reviewed-on: http://review.typ... - 09:18 Revision 68a53b3f: [TASK] Automatic code cleanup
- Resolves: #69860
Releases: master
Change-Id: I1bd264d3a5ccde63fd810af9037e39275ee973b0
Reviewed-on: http://review.typ...
2015-09-15
- 23:45 Revision 3d27469a: [TASK] Replace icon with SVG: actions-document-duplicates-select
- Resolves: #69859
Releases: master
Change-Id: I3acd7adb5664151b4d104911b96e5c9057acb4f6
Reviewed-on: http://review.typ... - 21:05 Revision 3dc9b5db: [FEATURE] Allow re-initialization of tt_content categories
- The categories field for the tt_content table is re-initialized in
the TCA overrides file of css_styled_content.
For... - 19:09 Revision 4c92f935: [TASK] Optimizing ElementHistoryController
- The function getButtons() has instantiated the class RecordHistory only
for getting the returnUrl parameter.
This is ... - 19:08 Revision c0f8db1a: [CLEANUP] Properly name "typoLink" and "typoLink_URL"
- Resolves: #69839
Releases: master
Change-Id: Icce81f54c96cee5968bf31855e40b84557d3d6ad
Reviewed-on: http://review.typ... - 18:06 Revision 9986719b: [BUGFIX] Fixed broken filters on SelectMultipleSideBySideElement
- Due to correct concatenation of incompatible datatypes the select element
now shows filter boxes again.
Resolves: #6... - 17:55 Revision 2f4303a3: [BUGFIX] Fix selected node count in select tree
- If only one item can be selected in a select tree field (maxitems=1)
and the first selected value is empty is will be... - 17:46 Revision 9deb3d77: [TASK] Disallow empty values for multi select fields
- The TcaSelectItems provider strips out empty values from the
value array if more than one item can be selected.
Reso... - 17:07 Revision e4560884: [FEATURE] Improve handling of online media
- This patch introduces a new way of handling "online media", like
YouTube and Vimeo videos in TYPO3.
The media can be ... - 16:40 Revision 914306f7: [TASK] Refactor SelectSingleBoxElement rendering
- Resolves: #69725
Releases: master
Change-Id: I6167c6e72c6f67cda03f89780be5596f6decc6ca
Reviewed-on: http://review.typ... - 15:59 Revision f6de14bc: [BUGFIX] Handle langChildren correctly in flex form
- This commit repairs the handling of localization method 2
for flex form (langChildren=1).
For more information about... - 15:43 Revision 641cdbe9: [TASK] FormEngine: Remove "TCEforms" from sheet level data structure
- Remove the TCEforms array subkey from the sheet level FlexForm data
structure. This affects the title, descriptions a... - 15:21 Revision 5a298fb2: [BUGFIX] Declare mimetype property in FAL as string
- This patch properly declares the mimetype property in all FAL classes
as string instead of array.
Resolves: #69772
R... - 14:49 Revision 18c668d7: [TASK] Cleanup RecordHistory
- Additionally to the code cleanup the link to show the
history of the full page is transformed into a button.
Change-... - 14:33 Revision 82aa1a21: [!!!][TASK] Replace jumpurl functionality with hooks
- The jumpurl feature is moved from the core to a new extension "jumpurl".
This patch removes all jumpurl functionalit... - 14:21 Revision a3bca6ca: [TASK] Add prepended icon to SelectSingleElement
- This brings back the select prepend icon and moves all event
handling for updating it to a RequireJS module.
Also mo... - 14:16 Revision 3d4e8b16: [FEATURE] Add new TS option getData->pagelayout
- Add a new TypoScript getData option to fetch the backend layout
of the current page, and if empty, use backend_layout... - 14:04 Revision 44b87601: [BUGFIX] Storage doesn't save is_public anymore
- With the style changes in https://review.typo3.org/42984/ the order of
the input fields were change and the value of ... - 14:00 Revision 4adbc635: [BUGFIX] Adjust itemsProcFunc for sys_filemounts
- Due to the changes of FormEngine the folder selection of filemount
records always show the folders from fileadmin. Th... - 12:31 Revision 58c25ccf: [BUGFIX] Respect absRefPrefix in admin panel
- Use $GLOBALS['TSFE']->absRefPrefix for loading the
jsfunc.evalfield.js file in the admin panel.
Resolves: #52211
Rel... - 11:29 Revision 1cd0c99f: [TASK] IDNA encode domains in email addresses for MailMessage
- SwiftMailer does not support email addresses with UTF8 characters in the
domain name. UTF8 characters in the domain n... - 11:19 Revision 51275029: [FEATURE] Add SELECT_mm_query to DatabaseConnection
- Query building and execution has been separated to facilitate inspection
of the generated statements as well as enabl... - 11:16 Revision fd76299b: [TASK] SelectTreeElement merge methods
- This patch removes the private property resultArray and merges the
function renderField into the render() method. Als... - 11:13 Revision e0f7c240: [TASK] Remove codeception for no usage
- Codeception is not used for testing currently, so we remove the
dependency for the time being.
Change-Id: Ieb9057985... - 11:12 Revision 89e11ed0: [CLEANUP] Minor code improvements in DatabaseRowInitializeNew
- Removes a condition checking if values are set before overwriting:
just changing the order will do.
Removes a non-fun... - 11:01 Revision 6950ba0b: [TASK] Improve session timeout dialog
- This renames the "Abort" action to "Stay logged in" and makes it
the default in the session timeout dialog. Thus one ... - 10:47 Revision 37df07e8: [TASK] Functional tests: Enable MySQL strict mode / data validation
- Enable SQL mode options that force MySQL to be more strict and not
allow legacy defaults which truncate data, accept ... - 10:25 Revision bb606441: [FOLLOWUP][TASK] Streamline select field value handling
- Remove the deleted TcaSelectValues form data provider from the
configuration.
Resolves: #69742
Relates: #69755
Relat... - 10:17 Revision a150c6d8: [TASK] Remove unnecessary class attribute of TEXTBLOCK element in form wizard
- Resolves: #69387
Releases: master
Change-Id: I88d836b91d4dea20f461c48e35296edae3103cf0
Reviewed-on: http://review.typ... - 10:16 Revision 2e72d38b: [TASK] MultipleSideBySideElement merge methods
- This patch removes the private property resultArray and merges the
function getSingleField_typeSelect_multiple into r... - 10:12 Revision b4d6813b: [TASK] Flex: Prepare language handling "meta" in provider
- Add the language handling information to the meta information of the
data structure:
* langDisable (bool)
* langCh... - 10:10 Revision c4eec960: [FEATURE] support condition in INCLUDE_TYPOSCRIPT tag
- An optional property 'condition' will only include the file or directory
if the condition is met.
Resolves: #16525
R... - 09:53 Revision d3b743d6: [TASK] Cleanup unused icons and rebuild third-party code
- Resolves: #69805
Releases: master
Change-Id: I311aaca035635a6675eef92104bbbcd5ce6ca9c4
Reviewed-on: http://review.typ... - 08:38 Revision d1caf768: [TASK] Streamline select field value handling
- The TcaSelectValues form data provider is merged in the
TcaSelectItems provider.
The possible select items are class... - 07:43 Revision f3dc2348: [TASK] Cleanup and streamline TCA for tt_content
- Minor cleanups to the TCA definition.
Resolves: #69804
Releases: master
Change-Id: I54d316f25e0c4cb5883a56f90f58f9fa... - 07:07 Revision 5fb9005a: [FOLLOWUP][!!!][TASK] Remove unused tabmenu JavaScript and CSS
- Add new compiled CSS file for the backend.
Releases: master
Resolves: #69795
Change-Id: I7f32d30fe02d18c0b1b7142b523...
2015-09-14
- 22:44 Revision 5ec60a0f: [TASK] Drop eval() from BackendUtility test
- Resolves: #69786
Releases: master
Change-Id: I211a3564830fa2ae2005807e9d2b81959965cbb7
Reviewed-on: http://review.typ... - 22:27 Revision 8a961ba7: [TASK] Render Resources using SVG in IconFactory
- Add SVG icons for MimeTypes to the IconRegistry, add
IconFactory->getIconForResource() as improved version of
IconUti... - 22:10 Revision 0e7aab06: [!!!][TASK] Remove unused tabmenu JavaScript and CSS
- Due to the shift to the new tabmenu logic, all leftover code
that is unused is now removed.
Releases: master
Resolve... - 22:07 Revision 5d9cbae7: [FEATURE] Extract title from PDF when indexing
- Change-Id: I0b73a6c77502e1635f73734181b6af9f9757b6dc
Releases: master
Resolves: #69496
Reviewed-on: http://review.typ... - 19:23 Revision 8062913c: [BUGFIX] Localization file not loaded in backend form wizard
- The changes for issue #39280 did not consider that the localization file
for the frontend controller is used in the b... - 18:25 Revision e3068177: [TASK] FormEngine: Move flex form TCA migration to data provider
- Move the TCA flex form migration from the FlexFormElementContainer
to the TcaFlex data provider to separate parsing a... - 18:23 Revision 8c9dc75a: [TASK] FormEngine: Remove name="foo[bar]_hr" from input fields
- Update the handling of human readable fields so that the values are not
being set and only the hidden field with the ... - 18:05 Revision 878dcb78: [BUGFIX] Starttime and endtime no longer accessible in content edit form
- This fixes that l10n_display also affects the original not-translated
record. Problem was caused by the type-change o... - 17:58 Revision db736db6: [TASK] Remove old and unused icons status/version-*.png
- Resolves: #69797
Releases: master
Change-Id: I8bf1740315b302b2b4be43c0be5e94628986622a
Reviewed-on: http://review.typ... - 17:55 Revision 440d27dd: [BUGFIX] Repair overrideVals for FormEngine
- While passing values via GET or POST, those values have been lost
to the form. The handling has passed to a dedicated... - 17:30 Revision 09c59e33: [TASK] Rename InputElement class to InputTextElement
- Change-Id: I0db183c873b16607a55683f195da5cf25ff6fff5
Resolves: #69787
Releases: master
Reviewed-on: http://review.typ... - 17:05 Revision adda05d2: [TASK] Replace icon by IconFactory: status-status-edit-read-only
- Releases: master
Resolves: #69739
Change-Id: Idb8a51532935d683e3cbfc2190bf41cea528ea69
Reviewed-on: http://review.typ... - 16:51 Revision c2932c18: [TASK] Replace getSpriteIcon in compatibility6
- The last 2 calls are replaced with this patch.
Resolves: #69785
Releases: master
Change-Id: Ie869ef7d6a3c97fba587b6d... - 16:23 Revision fed9c7ef: [TASK] SelectSingleElement merge methods
- This patch removes the private property resultArray and merges
the function getSingleField_typeSelect_single into the... - 15:55 Revision 4bfd0411: [BUGFIX] InstallTool: Optimize ALTER TABLE for auto_increment columns
- To successfully add a new column with auto_increment enabled to a table
the column needs to be included in a (primary... - 15:50 Revision 859a905c: [BUGFIX] InstallTool: Optimize ALTER TABLE for auto_increment columns
- To successfully add a new column with auto_increment enabled to a table
the column needs to be included in a (primary... - 15:15 Revision cdfd83fe: [FEATURE] Add annotation for CLI only commands
- This adds the annotation "@cli" to declare Extbase CommandController
commands to be usable on CLI only and is used to... - 14:10 Revision 1349e712: [TASK] Add apps-filetree-mount to IconRegistry
- Resolves: #69752
Releases: master
Change-Id: Ie0dfe4e09178b7a7f014a0bb7f67f0d153e28597
Reviewed-on: http://review.typ... - 13:06 Revision d549782a: [BUGFIX] Heal exception in install tool if config value is missing
- Upon missing SYS/isInitialDatabaseImportDone configuration value, the
install tool throws an exception.
Merging the L... - 12:53 Revision 2c615990: [BUGFIX] Adjust FormEngine Default Configuration
- Streamlines the configuration for FormEngine FormDataProvider.
Resolves: #69778
Releases: master
Change-Id: I1ee0f09... - 11:24 Revision de386671: [TASK] Install Tool: Show database errors on initial import
- Database error that occur during the initial install will not be
silently suppressed anymore. The user will be shown ... - 08:01 Revision f25d43e2: [TASK] Make tt_content.rowDescription an exclude field
- Resolves: #69009
Releases: master
Change-Id: I5907a39933a7498da68ac89a192223a5e60e2c48
Reviewed-on: http://review.typ... - 01:02 Revision ed6481a9: [BUGFIX] Do not create folder in wrong directory
- The testing bootstrap creates several folder so that
the tests can run properly. However this is also done
if the tes...
2015-09-13
- 22:37 Revision 6db1c109: [TASK] Move overlay icons to IconFactory using SVG
- Move icons for overlays to the IconFactory and use SVG.
Resolves: #69745
Releases: master
Change-Id: I551deb481ad61f... - 22:29 Revision 5e2cc8e9: [FEATURE] Add autoplay option for filetype audio and video
- With the RenderingRegistry introduced with #61800 we have the option
to render audio and video tags. #66366 adds a Vi... - 19:32 Revision d66fc5ff: [TASK] Replace icon with SVG: default-not-found
- Resolves: #69756
Releases: master
Change-Id: I322b6312c095dcdac4fd8ba6ba414026e1c722a5
Reviewed-on: http://review.typ... - 19:30 Revision b8324a49: [BUGFIX] Correct TYPO3 logo used in icons
- Resolves: #68991
Releases: 6.2
Change-Id: If7784567c92eced1dfaecfcb98b232d6ec842fb2
Reviewed-on: http://review.typo3.... - 18:05 Revision d535b790: [BUGFIX] Improve test class detection in ClassLoadingInformationGenerator
- Currently class names ending with test or fixture suffix are excluded
from the autoload classmap generation. Unfortun... - 18:05 Revision 86b0a64f: [TASK] Enable color output for unit/functional tests
- Resolves: #69762
Releases: master, 6.2
Change-Id: I6520afb1fc65f77dd12f4f771cce36cbdced3ce9
Reviewed-on: http://revie... - 17:59 Revision d5c3b27c: [TASK] Enable color output for unit/functional tests
- Resolves: #69762
Releases: master, 6.2
Change-Id: I6520afb1fc65f77dd12f4f771cce36cbdced3ce9
Reviewed-on: http://revie... - 17:44 Revision d10070e8: [TASK] Introduce caching for record titles
- The title of a record is fetched multiple times inside the core.
The patch introduces an internal caching according t... - 17:38 Revision 354af3bb: [TASK] Add icon deprecation and unified refresh icon
- Add a possibility to log calls to deprecated icon identifiers, replace
"actions-system-refresh" with "actions-refresh... - 17:20 Revision f1d429e9: [BUGFIX] Update hide/unhide action title after AJAX call
- The title of the hide/unhide action in the record list module
must be updated after a toggle via AJAX similarly to th... - 15:50 Revision a7c048ed: [TASK] Replace icon by IconFactory: actions-edit-*
- Resolves: #69753
Releases: master
Change-Id: Ib987f669ac7dbc0cdf43386f5c70ff34477e69f4
Reviewed-on: http://review.typ... - 14:13 Revision beb605d7: [BUGFIX] Correct path to icon: apps-filetree-root
- Resolves: #69758
Releases: master
Change-Id: I98e9661076d53f1e0cad69f802b4e933d92dadca
Reviewed-on: http://review.typ... - 07:44 Revision b76342d3: [BUGFIX] InstallTool: Mark upgrade wizards as done on initial install
- Some upgrade wizards cannot detect that no work needs to be done on a
fresh install. Mark all wizards as done in the ... - 02:07 Revision 53a74252: [TASK] Drop "iconsInOptionTags" option
- Resolves: #69736
Releases: master
Change-Id: Ia09f202a75ed0f873fa1934bf2b2305ab3653222
Reviewed-on: http://review.typ... - 01:15 Revision 8619bba6: [BUGFIX] Pass ext_emconf.php errors
- Make sure to show the specific errors why parsing the
ext_emconf.php has failed.
Resolves: #69741
Releases: master
C... - 00:24 Revision 56d9b75c: [TASK] Replace icon by IconFactory: apps-toolbar-menu-actions
- Releases: master
Resolves: #69738
Change-Id: Ib1fe7c9ac3520c22a11f21b93637e45cef102a6d
Reviewed-on: http://review.typ...
2015-09-12
- 23:54 Revision 6465f2f0: [FEATURE] Introduce internal uniqueId generator
- This patch add the function StringUtility::getUniqueId() which gets
an unique id (with using more entropy for Windows... - 22:53 Revision 5c0f67b6: [TASK] styleguide: Minor cleanup
- 22:52 Revision 4d39b20f: [TASK] styleguide: TCA: Simplify select_24 a bit
- 19:51 Revision 66a3a980: [FEATURE] Introduce file search in filelist module
- Introduces a basic recursive file search. As a first
implementation only searching by file name is possible.
Release... - 19:48 Revision 18f25ff6: [BUGFIX] Remove duplicate TcaSelectItems dependency
- The duplicate dependency for TcaSelectItems of the TcaSelectValues
provider is removed from the DefaultConfiguration.... - 19:42 Revision 877a608a: [TASK] Fix hardcoded titles in FlexFormContainerContainer
- Resolves: #69719
Releases: master
Change-Id: I45528248bf52bf516b925f0dd65deb072f9c3e53
Reviewed-on: http://review.typ... - 19:33 Revision b9b7ca6a: [TASK] Replace sprite icon "status-status-reference-soft" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
status-status-reference-soft with the new IconFactory.
Re... - 18:30 Revision 58fa256b: [BUGFIX] Change submit handling of RsaEncryptionModule
- Stores the original submit handler, remove it from the form element and
add it back only at a later point, when the R... - 17:59 Revision efa9b42b: [FOLLOWUP][TASK] Replace icon by IconFactory: status-warning-in-use
- This commit removes an unneeded semicolon.
Resolves: #69696
Releases: master
Change-Id: I2dc2fe0fc6eaf695d557d6f2f65... - 17:57 Revision e8ba81ae: [TASK] Rename DatabaseRowGroupRelations to TcaGroups
- Resolves: #69731
Releases: master
Change-Id: I06bf6fad1096dfc4f2396f5efae265eba9da25e5
Reviewed-on: http://review.typ... - 17:47 Revision 11462d83: [TASK] Replace icon by IconFactory: actions-edit-restore-edit
- This also fixes a previously unknown error with a getLL call.
Releases: master
Resolves: #69671
Change-Id: I198bd469... - 17:45 Revision 624a13da: [TASK] Replace getSpriteIcon in PageLayoutController
- One last occurance in this file.
Releases: master
Resolves: #69735
Change-Id: I9bd2e25bafd0091d0052c59ce4099553013aa... - 16:53 Revision 07cf906c: [TASK] Replace icon with SVG: overlay-read-only
- Resolves: #69733
Releases: master
Change-Id: Ibca023c68f548d55a04bbebc4c4fcc7f7108cf7e
Reviewed-on: http://review.typ... - 16:07 Revision aacfd2ba: [TASK] Replace icon by IconFactory: actions-reference-file
- As the icon was missing even before this patch and the function is
only be called in the case of an import from TYPO3... - 16:00 Revision 8c037e46: [BUGFIX] Check for empty select icon setting in TcaMigration
- The migrateExtAndSysextPathToEXTPath() method in the TcaMigration
checks if the icon path setting is empty before bui... - 14:28 Revision 80c2799d: [TASK] Rename icon variables in ImportExport
- Resolves: #69722
Releases: master
Change-Id: Ie6ba376c0f8f43430075c2cc810a8177f9a95f53
Reviewed-on: http://review.typ... - 14:14 Revision ca332503: [FOLLOWUP][TASK] Replace icon "status-status-permission-denied" with the new IconFactory
- This reverts a wrongly introduced getIcon() call.
Resolves: #69692
Releases: master
Change-Id: I80ec5307278c6b289fba... - 13:35 Revision b9a32fe7: [TASK] Replace icon "status-status-permission-denied" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
status-status-permission-denied with the new IconFactory.
... - 13:03 Revision 3a7bc22d: [TASK] Replace sprite icons in ImportExport::addRelations
- Replaces IconUtility::getSpriteIcon call for the icons
"status-status-checked" and "status-dialog-warning".
Resolves... - 12:56 Revision 11869504: [TASK] Replace icon by IconFactory: status-warning-in-use
- Resolves: #69696
Releases: master
Change-Id: I34ad88ae8713e07b7a084b3ba3646b61176c0c1f
Reviewed-on: http://review.typ... - 12:34 Revision 3a7dce5b: [TASK] Replace icon by IconFactory: apps-toolbar-menu-workspace
- Resolves: #69684
Releases: master
Change-Id: I25315d85215109171dda0ed8f4e5e712482f9632
Reviewed-on: http://review.typ... - 12:32 Revision 81ea1d8f: [TASK] Replace icon by IconFactory: extensions-scheduler-run-task
- Resolves: #69686
Releases: master
Change-Id: Iab48d87f2b10dfff239f5ab18b151004ef5cdcb0
Reviewed-on: http://review.typ... - 12:26 Revision 22b21d4f: [TASK] Replace icon by IconFactory: status-status-current
- Resolves: #69690
Releases: master
Change-Id: I8097e984d3b4b1212aa4446a423aff8d32954acc
Reviewed-on: http://review.typ... - 12:26 Revision c7d4263e: [TASK] Replace icon by IconFactory: mimetypes-x-content-page-language-overlay
- Resolves: #69688
Releases: master
Change-Id: Id1afbbaf2680fb9b1a3a944fdabc1d664a7464b2
Reviewed-on: http://review.typ... - 12:26 Revision 40a1d36a: [TASK] Replace icon by IconFactory: status-status-locked
- Resolves: #69691
Releases: master
Change-Id: I7fb6aaf1211b94aec9628b68f0e40e42ce9204bd
Reviewed-on: http://review.typ... - 12:24 Revision ae609392: [TASK] Replace icon by IconFactory: actions-system-cache-clear
- Resolves: #69673
Releases: master
Change-Id: I9da05c52f013e111407343ed6fec4f792ec59a5f
Reviewed-on: http://review.typ... - 12:14 Revision 5e3e5612: [TASK] Replace sprite icon "status-status-reference-hard" with new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the the icon
"status-status-reference-hard" with the new IconFactor... - 12:14 Revision 9c9476d7: [TASK] Replace icon by IconFactory: mimetypes-text-csv
- Resolves: #69687
Releases: master
Change-Id: Ie5f2141fc6235944a5d20789cde2d6b0e08f8c15
Reviewed-on: http://review.typ... - 12:11 Revision 71b78826: [TASK] Replace icon by IconFactory: status-status-permission-granted
- Resolves: #69693
Releases: master
Change-Id: Ic6f9a5c99b547e7f22ce0d72d22a833af044a5c3
Reviewed-on: http://review.typ... - 12:04 Revision 0bd99217: [TASK] Replace icon by IconFactory: mimetypes-x-content-template-static
- Resolves: #69689
Releases: master
Change-Id: I1ede637d171971f258d8b9247a740aad43bed8ee
Reviewed-on: http://review.typ... - 12:00 Revision 95914ada: [TASK] Replace icon by IconFactory: extensions-extensionmanager-update-script
- Resolves: #69685
Releases: master
Change-Id: Ib1da2d54ee777d705f514489afae45f0e5d2eda8
Reviewed-on: http://review.typ... - 11:53 Revision a305f97d: [TASK] Replace icon by IconFactory: actions-system-backend-user-switch
- Resolves: #69672
Releases: master
Change-Id: I32d97d57d0abdaa6214a0edda2e034c35cbd3906
Reviewed-on: http://review.typ...
2015-09-11
- 19:43 Revision c2c2d657: [BUGFIX] Fix BackendUtility::selectVersionsOfRecord parameter
- The fix in #60249 accidently changed the meaning of the workspace
parameter, so that some lowlevel_cleaner didn't wor... - 17:18 Revision fe82fb2c: [TASK] Replace sprite icon "actions-view-list-*" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-view-list-* with the new IconFactory.
Resolves: #... - 17:17 Revision 7a84ba3e: [FOLLOWUP][TASK] Replace sprite icon "apps-toolbar-menu-opendocs" with the new IconFactory
- The replaced markup broke the spinner icon. Adjust the selectors to
fix it.
Resolves: #69683
Releases: master
Change... - 17:14 Revision 097f7cdc: [TASK] Replace sprite icon "actions-view-table-*" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-view-table-* with the new IconFactory.
Resolves: ... - 17:09 Revision 77897593: [TASK] Replace sprite icon "apps-toolbar-menu-opendocs" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the1icon
apps-toolbar-menu-opendocs with the new IconFactory.
Reso... - 17:04 Revision fa5ed078: [TASK] Replace sprite icon "apps-filetree-root" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
apps-filetree-root with the new IconFactory.
Resolves: #6... - 16:58 Revision df317a84: [TASK] Replace sprite icon "apps-pagetree-page-default" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the1icon
apps-pagetree-page-default with the new IconFactory.
Reso... - 16:57 Revision 6ec31cb9: [TASK] Replace sprite icon "apps-pagetree-page-domain" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the1icon
apps-pagetree-page-domain with the new IconFactory.
Resol... - 16:51 Revision 3d5842c6: [TASK] Replace sprite icon "actions-edit-copy" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-copy with the new IconFactory.
Resolves: #69... - 16:40 Revision 89cd2a2b: [FOLLOWUP][TASK] Replace sprite icon "actions-document-new" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-new with the new IconFactory.
Resolves: ... - 16:40 Revision 76190c65: [FOLLOWUP][TASK] Replace sprite icon "actions-edit-delete" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-delete with the new IconFactory.
Resolves: #... - 16:37 Revision ac028652: [TASK] Simplify icon handling in FormEngine
- Resolves: #69700
Releases: master
Change-Id: Iebdd1331b091a66379e71d9052e08a556270c742
Reviewed-on: http://review.typ... - 16:35 Revision dee58d3a: [FOLLOWUP][TASK] Replace sprite icon "actions-document-open" with IconFactory
- Replaces IconUtility::getSpriteIcon calls for the icon actions-document-open
which have been missed in the initial pa... - 16:24 Revision 0f265b71: [TASK] Replace sprite icon "status-warning-lock" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
status-warning-lock with the new IconFactory.
Resolves: #... - 16:21 Revision 01e96a35: [TASK] Replace sprite icon "actions-view-go-forward" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-view-go-forward with the new IconFactory.
Resolve... - 16:20 Revision 50a06c9c: [TASK] Replace sprite icon "apps-filetree-folder-default" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
apps-filetree-folder-default with the new IconFactory.
Re... - 16:13 Revision 7ce9cba5: [TASK] Drop TCA ctrl typeicons
- The typeicons key in TCA ctrl section was deprecated for a
long time already and marked as "use typeicon_classes" ins... - 11:45 Revision 15b328f7: [BUGFIX] PageLayoutView: Honor page permissions in getTable_tt_content()
- The call to readPageAccess() expects a SQL fragment to check the page
permissions but the raw integer value for the a... - 11:41 Revision 9ffe2045: [BUGFIX] Fix save of Template with t3editor installed
- The save button's type had been removed from the button,
which caused the click event not being triggered anymore.
Th... - 11:38 Revision af79a94f: [BUGFIX] DBAL: Fix retrieving the last insert id
- Only retrieve the last insert id if the table actually has an auto
incrementing field, otherwise trying to retrieve t... - 11:27 Revision 533f2505: [TASK] Add unified spinner icon
- Releases: master
Resolves: #66558
Change-Id: I15d8815009e22146faf9280c8b70247e4a0be035
Reviewed-on: http://review.typ... - 10:43 Revision 9341062b: [TASK] Replace sprite icon "status-status-checked" with the new IconFactory
- Resolves: #69657
Releases: master
Change-Id: If4586417b22dfcde81e112dcf455b0e6a1f997e8
Reviewed-on: http://review.typ...
2015-09-10
- 20:12 Revision 693d3bc6: [BUGFIX] Saving fal relation fails
- Resolves: #69652
Releases: master
Change-Id: I941ff6508cf5c4c2315018665b1f8050489058b7
Reviewed-on: http://review.typ... - 19:32 Revision 5d00d278: [BUGFIX] Possible warning on getRecordTitle
- Resolves: #69653
Releases: master
Change-Id: I0fd8546ec865770657e8937f7151ff378eaf6d9e
Reviewed-on: http://review.typ... - 19:31 Revision 7871233c: [BUGFIX] Not possible to create Alternative Page Languages
- Resolves: #69651
Releases: master
Change-Id: I65cfa6aa11f688f7da579b51af2a107d3a530612
Reviewed-on: http://review.typ... - 16:45 Revision 65e9db47: [BUGFIX] Cannot define a non-sprite category module icon
- Change-Id: I3f039e12d9bdb46ae85ec159603a8f3031da0dde
Releases: master
Resolves: #69583
Reviewed-on: http://review.typ... - 15:40 Revision d07e333a: [TASK] Ignore composer.json dependencies for TYPO3 Extensions
- This resolves problems with composer dependencies and Extension name /
Composer package name differences.
Resolves: ... - 14:47 Revision eb4cf510: [BUGFIX] Adding new IRRE child on new localizable parent fails
- Resolves: #69646
Releases: master
Change-Id: I2ff6ac68705bea299ba3872eca836d3ac1462d35
Reviewed-on: http://review.typ... - 14:06 Revision 36417310: [BUGFIX] Value of transOrigPointerField might be an array
- Resolves: #69640
Releases: master
Change-Id: I7f3af4f87ae0eb22dc8cffbba805642bdc258f44
Reviewed-on: http://review.typ... - 12:43 Revision c30d0287: [BUGFIX] Fix calls to undefined methods in FormDataTraverser
- Resolves: #69634
Releases: master
Change-Id: I83b0d96b200b118f7b81b8f28ffbc76efd2620f8
Reviewed-on: http://review.typ... - 12:35 Revision 6f0ae027: [BUGFIX] Invalid TCA type in sys_file_metadata
- If ext:filemetadata is not installed, TCA ctrl type of sys_file_metadata
is set to type, but it should be file:type, ... - 09:24 Revision 2b987c31: [BUGFIX] Fixed broken frontend editing
- Frontend editing was broken since migration of the FormEngine entry points
to routing.
Resolves: #69571
Releases: ma... - 08:50 Revision f050fbfc: [TASK] Replace icon by IconFactory: actions-system-shortcut-new
- Releases: master
Resolves: #69564
Change-Id: I9d48093731539e51e3a129c83b698aaa9389deda
Reviewed-on: http://review.typ... - 08:49 Revision 9bd845ed: [BUGFIX] Trigger inline editing only for page title
- The page title now has a t3js prefixed class to make sure only
this <h1> is editable, and not every <h1> that may occ... - 08:44 Revision 5380aa9f: [BUGFIX] Wrong marker mentioned in documentation of ext:felogin
- A marker is mentioned as example in the documentation, which is wrong.
The example is ###USERNAME### and should be ##... - 08:36 Revision 0607b2e2: [BUGFIX] Fix BackendUtility::selectVersionsOfRecord parameter
- The fix in #60249 accidently changed the meaning of the workspace
parameter, so that some lowlevel_cleaner didn't wor... - 00:37 Revision 119d9607: [BUGFIX] IMG_RESOURCE does not prepend absRefPrefix
- Rendering an imageResource with TypoScript IMG_RESOURCE
does not prepend the absRefPrefix.
This will cause problems l... - 00:36 Revision 23df34dc: [BUGFIX] IMG_RESOURCE does not prepend absRefPrefix
- Rendering an imageResource with TypoScript IMG_RESOURCE
does not prepend the absRefPrefix.
This will cause problems l... - 00:34 Revision ee6f5922: [BUGFIX] Correct selection of DOM elements
- Fix the selection of DOM elements for using the JQuery
'remove' method.
Resolves: #69417
Releases: master
Change-Id:...
2015-09-09
- 22:43 Revision d8468787: [BUGFIX] Prevent information disclosure in file list
- Currently the doc header title of a folder shows the full path even
if the current folder is inside a mount point. Th... - 22:26 Revision cd06eb1e: [BUGFIX] Wrong marker mentioned in documentation of ext:felogin
- A marker is mentioned as example in the documentation, which is wrong.
The example is ###USERNAME### and should be ##... - 22:22 Revision a509589c: [FOLLOWUP][TASK] Replace sprite icon "actions-document-open" with IconFactory
- Add missing quote.
Resolves: #68845
Releases: master
Change-Id: I76047516b5a3c1e406e4428d7629ce83fbc520a8
Reviewed-o... - 15:53 Revision 1692d5ee: [BUGFIX] Remove remaining usages of FormEngine
- Resolves: #69626
Releases: master
Change-Id: I447ae0a8b31b98f0cf56170e31c9f9f1ae532db4
Reviewed-on: http://review.typ... - 15:29 Revision 6df86daa: [BUGFIX] FormEngine databaseRow compatibility with old methods
- Introduce a helper method to fake old databaseRow layout at some
places where old methods expect a flat array.
Resol... - 12:28 Revision 534c8ff2: [BUGFIX] Escape search strings for LIKE in DatabaseConnection::searchQuery
- LIKE queries support special placeholders (_ and %). These characters
need proper escaping before being used in datab... - 12:22 Revision 95eb409d: [BUGFIX] DBAL: Fix quoting of single quotes in WHERE values for MSSQL
- MSSQL escapes single quotes in values by doubling them. When parsing the
WHERE clause DBAL removed the escaping witho... - 12:11 Revision 6bb79381: [BUGFIX] DBAL: Fix quoting of single quotes in WHERE values for MSSQL
- MSSQL escapes single quotes in values by doubling them. When parsing the
WHERE clause DBAL removed the escaping witho... - 11:44 Revision 69e03be1: [FEATURE] Scheduler: Add task to optimize MySQL tables
- A scheduler task to run the ``OPTIMIZE TABLE`` command on selected
database tables has been added. The ``OPTIMIZE TAB... - 11:09 Revision 766da078: [TASK] Replace icon by the Icon-API: search and filter
- Resolves: #69621
Releases: master
Change-Id: I7dcc1dc5e07d15506a44d247dace49af26e7316b
Reviewed-on: http://review.typ... - 10:58 Revision c3fd350e: [BUGFIX] Catch exceptions during extension update check
- For each extension the available update versions are checked. This
also tries to resolve the extension version depend... - 10:50 Revision 94046903: [BUGFIX] Catch exceptions during extension update check
- For each extension the available update versions are checked. This
also tries to resolve the extension version depend... - 10:00 Revision a509d15f: [TASK] Replaced sprite icons with IconFactory in ClickMenu
- Replaces IconUtility::getSpriteIcon calls with the new IconFactory
Resolves: #69550
Releases: master
Change-Id: I2aa... - 09:54 Revision 258d157b: [TASK] Switch content of render and __toString in Icon class
- Resolves: #69624
Releases: master
Change-Id: I44daabedf4fc1eada29a5748e8bc5ec32d9fd099
Reviewed-on: http://review.typ... - 08:50 Revision c3c83005: [FEATURE] Show tt_content preview in page module via Fluid
- A new option via TSconfig allows to render tt_content elements via Fluid
in the Backend.
Example:
mod.web_layout.tt_...
2015-09-08
- 23:01 Revision 80fcc3e9: [BUGFIX] Replace "without" with native JavaScript
- "without" is a Prototype function which was removed earlier. The function
creates a clone of an array without the giv... - 22:14 Revision 281e1838: [BUGFIX] Removed unused grunt task call
- This removes the call to grunt-contrib-copy that is not used anywhere.
Change-Id: I8d8656cf18d6ec81ea7e2954fc603564a... - 22:00 Revision 8145a99f: [TASK] Replace sprite icons in WorkspaceSelectorToolbarItem
- Fix JavaScript for the icons too.
Resolves: #69620
Releases: master
Change-Id: I19734e66d11ff8a6fde3ffd4b8f32fde34e6... - 20:46 Revision 6cd27b49: [!!!][TASK] Replace sprite icons with IconFactory in ContextMenu
- Resolves: #69561
Releases: master
Change-Id: Id63095ab5cdc1043b1bb327760d4cf6f66ec00c6
Reviewed-on: http://review.typ... - 19:40 Revision c24cfbff: [TASK] Link the scheduler title in section "Information"
- As in every record listing, the record title itself should be linked
too.
Change-Id: I38fbf8335ece0dc12264e72612ff7e... - 19:37 Revision 484263d7: [FEATURE] Add typoscript to the text file types
- Add the file type "typoscript" to the default text file
types.
Change-Id: I66be3bf43e8b629861d326ee8aad9c7a61d315d7
... - 19:19 Revision b524fc86: [!!!][TASK] The FormEngine is dead, long live the FormEngine!
- tl;dr: This patch makes FormEngine insanely flexible, extensions
however should not rely on structures for now, since... - 14:07 Revision bbe40115: [FOLLOWUP][TASK] Replace icon by IconFactory: actions-system-list-open
- Change-Id: Ia1bec5a016f3eaf7e6dfb2350f20ff13ab58c5e5
Releases: master
Resolves: #69566
Reviewed-on: http://review.typ... - 11:03 Revision a74669c3: [TASK] Set TYPO3 version to 6.2.16-dev
- Change-Id: Iec10a16f466deb17ec9d5b5d7b87e2850a7c6944
Reviewed-on: http://review.typo3.org/43124
Reviewed-by: TYPO3 Re... - 11:01 Revision 8f9fa594: [RELEASE] Release of TYPO3 6.2.15
- Change-Id: I16cee63a4ae922bb6e25548c144b52e92d0b159c
Reviewed-on: http://review.typo3.org/43123
Reviewed-by: TYPO3 Re... - 10:58 Revision daa52f2c: [SECURITY] Fix GeneralUtility::sanitizeLocalUrl to detect foreign schemes
- This patch adds a check to be able to recognize arbitrary schemes which
have to be skipped. Furthermore a missing san... - 10:57 Revision f6d8d3dc: [SECURITY] Fix GeneralUtility::sanitizeLocalUrl to detect foreign schemes
- This patch adds a check to be able to recognize arbitrary schemes which
have to be skipped.
Resolves: #68825
Release... - 10:56 Revision ed1e46f8: [SECURITY] Prevent information disclosure in tests bootstrap
- Both, the UnitTestsBootstrap and FunctionalTestsBootstrap set
display_errors to 1 which shows errors and warnings by ... - 10:05 Revision 86e0140b: [TASK] Replace icon by the IconFactory apps-pagetree-root
- Resolves: #69599
Releases: master
Change-Id: I5f7416074f643ddc4038a6b9625ba519328cf8fa
Reviewed-on: http://review.typ... - 09:56 Revision 0fd91ff6: [FEATURE] Extbase: Add between() operator to Query object
- Support for ``between`` has been added to the Extbase Query object.
As there is no performance advantage to using BET... - 09:12 Revision 4bdc929b: [BUGFIX] Make getFirstTag() return empty string for input without tag
- getFirstTag() didn't take into account that strpos() returns FALSE when
the needle isn't found.
Resolves: #69318
Rel... - 08:04 Revision 61d023cd: [TASK] Replace icon by the IconFactory status-status-sorting-*
- Resolves: #69597
Releases: master
Change-Id: I7d80f2fc4e8636ed77800821fc9231f57789e831
Reviewed-on: http://review.typ... - 08:03 Revision 127a708e: [TASK] Replace icon by the IconFactory actions-view-paging-*
- Resolves: #69598
Releases: master
Change-Id: I7e82fa68f8bd6fab992cdab9674cfeee16d160b7
Reviewed-on: http://review.typ... - 08:02 Revision badeec39: [TASK] Replace icon by the IconFactory actions-view-go-back
- Resolves: #69595
Releases: master
Change-Id: I1190490dfa23cdc206f1cffbd7975ef9d668c786
Reviewed-on: http://review.typ... - 07:58 Revision 0d326f07: [TASK] Replace icon by the IconFactory actions-view-go-up
- Resolves: #69596
Releases: master
Change-Id: I26ac73af5e2d863753c229b4aef3bfdc3c852456
Reviewed-on: http://review.typ...
2015-09-07
- 22:45 Revision d60237c5: [TASK] Show backend_layout fields also for sys folders
- Even though folders are not visible in the frontend it is useful to have
the backend layouts available for this page ... - 22:14 Revision 99de17ab: [FEATURE] Trigger metadata extraction after file upload
- Releases: master
Resolves: #56726
Change-Id: I8f08403aca72bc9ca3f37dec6f98bf016c79a9ee
Reviewed-on: http://review.typ... - 21:33 Revision 3aaa86f1: [BUGFIX] Allow resource as type definition
- This patch adds "resource" as valid type information of extbase models.
Resolves: #69539
Releases: master
Change-Id:... - 21:29 Revision c7cd3a5e: [TASK] Simplify save-labels
- The "save" labels can be simplified and shortened by omitting the
word "document".
Change-Id: Icc9f3d5c9bf0f2830cdb1... - 21:26 Revision aa0907a0: [TASK] Replace icon by IconFactory: actions-system-list-open
- Releases: master
Resolves: #69566
Change-Id: I20563cfcbe5c09629bc9813bef797b0a133d801e
Reviewed-on: http://review.typ... - 21:13 Revision 045b4ea6: [FOLLOWUP][BUGFIX] Reestablish DB connection in long-running tasks
- Reconnecting in isConnected() is not necessary as the next query() will
check the status and reconnect properly if re... - 20:57 Revision a4180e00: [TASK] Remove SpriteManagerIconViewHelper
- This patch removes the SpriteManagerIconViewHelper and all
usages within the core.
Resolves: #69531
Releases: master... - 20:55 Revision 039143d3: [TASK] Replace icon by IconFactory: actions-page-new
- Resolves: #69569
Releases: master
Change-Id: I11e6434c9bb4007924dd309af5c6c1739222685e
Reviewed-on: http://review.typ... - 20:47 Revision 9b8e00e8: [TASK] Replace icon by IconFactory: actions-selection-delete
- Releases: master
Resolves: #69567
Change-Id: I3c5e967acdcfa061b953fbfe5c713c2ce27e078a
Reviewed-on: http://review.typ... - 20:25 Revision 92bae6eb: [FOLLOWUP][BUGFIX] Reestablish DB connection in long-running tasks
- Reconnecting in isConnected() is not necessary as the next query() will
check the status and reconnect properly if re... - 20:01 Revision ab5497b9: [TASK] Replaced icon with IconFactory: actions-move-*
- Resolves: #69587
Releases: master
Change-Id: Ife2606f2c663a0b3df4bd7e140d5344043d5357d
Reviewed-on: http://review.typ... - 18:50 Revision 9b9e1eef: [TASK] Remove wrong datasets in sanitizeLocalUrlValidPathsDataProvider
- Within the GeneralUtilityTest::sanitizeLocalUrlValidPathsDataProvider
are still wrong dataset unfortunately. As on Wi... - 18:13 Revision 44c37ec0: [TASK] Replace icon by the IconFactory actions-window-open
- Resolves: #69575
Releases: master
Change-Id: I62ff951816107fd9f7e656065781b29a433f4dae
Reviewed-on: http://review.typ... - 18:03 Revision b816c08c: [TASK] Replace icon by the IconFactory actions-system-refresh
- Resolves: #69576
Releases: master
Change-Id: If7c7f97bbfaccec32bf06374c2333f544bc036f5
Reviewed-on: http://review.typ... - 17:22 Revision 61d8a5c6: [BUGFIX] Adjust invalid path to log file in error message
- Resolves: #69590
Releases: master
Change-Id: Ia903978fa22dfb9193eb4d70188c8c5d1d8e8c12
Reviewed-on: http://review.typ... - 17:22 Revision 481545f6: [TASK] Fix invalid ReST syntax in documentation files
- Resolves: #69560
Releases: master
Change-Id: I7eb8e9a7a795d34fda0eacecda4c442ff5bd1d07
Reviewed-on: http://review.typ... - 15:17 Revision f635d828: [TASK] Remove wrong datasets in sanitizeLocalUrlValidPathsDataProvider
- Within the GeneralUtilityTest::sanitizeLocalUrlValidPathsDataProvider
are still wrong dataset unfortunately. As on Wi... - 13:37 Revision dfdfc9c9: [TASK] Remove redundant CSRF protection tokens and deprecate used methods
- The CSRF tokens for edit document and tce actions were introduced,
to protect these entry scripts. Since the entry sc... - 13:35 Revision b5a1d42c: [TASK] Replace icon by IconFactory: actions-page-move
- Resolves: #69570
Releases: master
Change-Id: Ie1a3a7cb57f740474ae678831b464c8aed69ae4a
Reviewed-on: http://review.typ... - 11:25 Revision 3372b327: [TASK] Replaced sprite icon with IconFactory in RecordHistory
- Resolves: #69559
Releases: master
Change-Id: I384a9239c7ba9a31bbd19e492a73a86a4a2b6356
Reviewed-on: http://review.typ... - 11:24 Revision f13d0f11: [TASK] Replaced icon with IconFactory in SystemInformationToolbarItem
- Resolves: #69558
Releases: master
Change-Id: I587133662b69aafaf7531c386b16446bd6691ae8
Reviewed-on: http://review.typ... - 10:25 Revision b705a7ef: [TASK] Replace sprite icon "actions-system-shortcut-new" with IconFactory
- Replaces IconUtility::getSpriteIcon call for the icon
actions-system-shortcut-new with the new IconFactory
inside the...
2015-09-06
- 19:06 Revision 095b7812: [BUGFIX] Cache CategoryRegistry state together with TCA
- The CategoryRegistry is stored together with the final TCA in
the cache.
This is needed because the registry is fill... - 16:59 Revision 791f3576: [BUGFIX] Cache CategoryRegistry state together with TCA
- The CategoryRegistry is stored together with the final TCA in
the cache.
This is needed because the registry is fill... - 15:20 Revision 3a7213c8: [TASK] Add SVG Icons for document paste actions
- Resolves: #69557
Releases: master
Change-Id: I656ca487527a4c3c77401ac0da1bc7554567fe44
Reviewed-on: http://review.typ... - 14:33 Revision 15e22aa6: [TASK] Replace icon by IconFactory: actions-page-open
- Resolves: #69556
Releases: master
Change-Id: I697aaee1db8b03adafa015e6634156b576f3c381
Reviewed-on: http://review.typ...
2015-09-05
- 22:48 Revision 159bcccf: [BUGFIX] Prevent search upload folder in write protected storages
- If a storage is marked as non-writeable there isn't any possibility to
have an upload folder in there. So this storag... - 22:46 Revision b8350ab2: [BUGFIX] Prevent search upload folder in write protected storages
- If a storage is marked as non-writeable there isn't any possibility to
have an upload folder in there. So this storag... - 22:42 Revision 5d01c037: [TASK] Replace icon by IconFactory: actions-system-help-open
- Resolves: #69555
Releases: master
Change-Id: I1f12490509f6b3512ad4358fd407b840db8ec3ac
Reviewed-on: http://review.typ... - 22:28 Revision df5d2742: [TASK] Add SVG Icons for document save actions
- Resolves: #69554
Releases: master
Change-Id: I0564f908ecebf0e6b317b299b43e1b4d4f9af576
Reviewed-on: http://review.typ... - 22:24 Revision 492cead4: [FEATURE] Introduce $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext']
- Releases: master
Resolves: #69543
Change-Id: I676a20fd64a13e6f04774fe2fa838c5b51d6eaf0
Reviewed-on: http://review.typ... - 16:17 Revision 4679e1e2: [TASK] Install Tool: Validate database name against MySQL restrictions
- MySQL only allows a limited set of characters in unquoted database
names. As the database name can't be quoted for co... - 14:59 Revision 40e14d3f: [BUGFIX] DBAL: Pass database connection to SQL compiler
- The SQL compilers need the current database connection for properly
quoting identifiers. The constructor declares the... - 13:50 Revision e864a5c9: [TASK] Remove data processing trait in favor of object
- The introduced DataProcessingTrait isn't exactly a good prototype
for Trait usage.
It incorporates functionality tha... - 13:35 Revision ddeef6ac: [TASK] Replace icon by IconFactory: mimetypes-text-html
- Releases: master
Resolves: #69538
Change-Id: If1b41207ae24bc3200732f389063f75379fd2f68
Reviewed-on: http://review.typ... - 13:33 Revision 20aa25a5: [TASK] Replace icon by IconFactory: mimetypes-word
- Releases: master
Resolves: #69540
Change-Id: Iebb06b5f21fceb7a482ac2abd5608bc8f4b81122
Reviewed-on: http://review.typ... - 12:26 Revision e70b1386: [TASK] Prettify some edges of the Record History
- This patch gives some love to the Record History and prettifies some
things.
On the Changelog View:
- Column with th... - 12:03 Revision b7fa4829: [TASK] Replace sprite icon "actions-document-save-new" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-save-new with the new IconFactory.
Resol... - 11:43 Revision 0baa6ffb: [BUGFIX] BackendUtility::getAjaxUrl() should not be internal
- In some contexts it is necessary to get the URL of an AJAX handler
on the PHP side. Thus method
\TYPO3\CMS\Backend\Ut... - 11:43 Revision 3c79c86c: [BUGFIX] BackendUtility::getAjaxUrl() should not be internal
- In some contexts it is necessary to get the URL of an AJAX handler
on the PHP side. Thus method
\TYPO3\CMS\Backend\Ut...
2015-09-04
- 23:51 Revision 3189b03f: [BUGFIX] Support packages depending on typo3/cms
- This adds "typo3/cms" to the list of non composer requirements to allow
packages to depend on it (and thus install th... - 23:50 Revision ff809609: [BUGFIX] Support packages depending on typo3/cms
- This adds "typo3/cms" to the list of non composer requirements to allow
packages to depend on it (and thus install th... - 23:04 Revision 8758c3a3: [BUGFIG] Prevent double / in front of Folder readablePath
- Resolves: #69542
Releases: master
Change-Id: Ic1bcc55b7b42dde5427fa7d359c9fdbf4ab40256
Reviewed-on: http://review.typ... - 17:15 Revision ce2b1e09: [TASK] Replace icon by IconFactory: apps-toolbar-menu-shortcut
- Releases: master
Resolves: #69529
Change-Id: I19b3e8ffa6bcc8b87ff99f519f7dffc287dc29b9
Reviewed-on: http://review.typ... - 16:56 Revision 51920bec: [TASK] Replace icon by the IconFactory actions-document-open-read-only
- Resolves: #68861
Releases: master
Change-Id: I0b1e2db1ea8b986b22d16f6b2191c43bd704caf6
Reviewed-on: http://review.typ... - 15:12 Revision 8f2fa68a: [TASK] Replace sprite icon "actions-edit-restore" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-restore with the new IconFactory.
Resolves: ... - 15:09 Revision 7580a73d: [TASK] Replace sprite icon "actions-document-open" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-open with the new IconFactory.
Change-Id... - 13:36 Revision 027c5f54: [TASK] Replace sprite icon "actions-document-save-close" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-save with the new IconFactory.
Resolves:... - 13:29 Revision 46a6bb89: [BUGFIX] Enable page tree filter for admin with mountpoints
- The patch prevents the mountpoint processing during page tree filtering
for admin users. This is necessary because ad... - 13:20 Revision 5fad1445: [BUGFIX] Enable page tree filter for admin with mountpoints
- The patch prevents the mountpoint processing during page tree filtering
for admin users. This is necessary because ad... - 12:36 Revision 61e5573b: [TASK] Replace sprite icon "actions-edit-localize-status-high" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-localize-status-high with the new IconFactory... - 12:31 Revision bcde74f3: [TASK] Replace sprite icon "actions-document-synchronize" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-synchronize with the new IconFactory.
Re... - 12:30 Revision 19879143: [TASK] Replace sprite icon "actions-edit-localize-status-low" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-localize-status-low with the new IconFactory.... - 12:02 Revision e02628b1: [BUGFIX] Make save icon work again
- Resolves: #69523
Related: #68866
Releases: master
Change-Id: I3315056e2c651565e52fb4c79eef126d4a13e8d8
Reviewed-on: h... - 10:15 Revision 5d9c7293: [TASK] Replace sprite icon "actions-document-save" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-save with the new IconFactory.
Resolves:... - 10:12 Revision 565c38c0: [BUGFIX] Fix incorrect usage of nested ternary
- Ternaries are left associative in PHP, hence
$a ?: $b ?: $c === ($a ?: $b) ?: $c !== $a ?: ($b ?: $c)
Mostly the... - 09:59 Revision 954c73cd: [TASK] styleguide: TCA: Default value in flex form
- 08:39 Revision ff54e690: [BUGFIX] PHP7 always_populate_raw_post_data is removed.
- Since PHP7 always_populate_raw_post_data in php.ini is removed. This
means that the absense of this setting is like s... - 08:20 Revision e9658128: [FEATURE] Make the image quality definable per sourceCollection
- At the moment the image quality of generated jpegs is configured
centrally in LocalConfiguration. Due to trying to fi...
2015-09-03
- 23:23 Revision 4ce13303: [TASK] Auto focus search field in content search
- After enabling the content search (in Page / List module), the search field
is automatically focused.
Resolves: #695... - 23:22 Revision b9ea417d: [TASK] Replace icon by IconFactory: apps-toolbar-menu-cache
- Resolves: #69488
Releases: master
Change-Id: Id95d7404175fb20d0b29a8ab5baba085762dfef6
Reviewed-on: http://review.typ... - 15:49 Revision 9e06b8c5: [CLEANUP] Streamline toggle search toolbox
- Remove the toggle functionality from the HTML template and use
jQuery + require.js for page and list.
Resolves: #695... - 09:43 Revision 2e298798: Revert "[BUGFIX] Fix broken link to security resources page on typo3.org"
- This URL change on typo3.org had bigger impact and was reverted.
Revert this back here as well.
This reverts commit ... - 09:43 Revision 282f9fcb: Revert "[BUGFIX] Fix broken link to security resources page on typo3.org"
- This URL change on typo3.org had bigger impact and was reverted.
Revert this back here as well.
This reverts commit ... - 08:48 Revision 7774a086: [BUGFIX] Streamline Unit Tests for GeneralUtility::sanitizeLocalUrl
- Currently the Unit Tests for the function just work by accident. As
HTTP_HOST an absolute path is set which is used t... - 08:24 Revision 386c5eb7: [BUGFIX] Streamline Unit Tests for GeneralUtility::sanitizeLocalUrl
- Currently the Unit Tests for the function just work by accident. As
HTTP_HOST an absolute path is set which is used t... - 00:11 Revision 4af6d837: [BUGFIX] Show icons of feedit again
- Change-Id: I1f024f570e829cc516aa58071908874f4f229850
Resolves: #69374
Releases: master
Reviewed-on: http://review.typ...
2015-09-02
- 22:22 Revision 8b9c30b6: [TASK] Replace sprite icon for visibility with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-hide and actions-edit-unhide with the new Ico... - 20:53 Revision 3194169a: [FEATURE] Introduce ImplodeViewHelper
- To be able to glue an array with classnames together in the FluidContent
rendering a ImplodeViewHelper is added.
Res... - 19:00 Revision 541c07bb: [TASK] Use flash messages for status of branch export
- After a successful or unsuccessful attempt to export a
page branch to a file a short message about the outcome
is dis... - 17:29 Revision 1f09d0c9: [TASK] Fix aligning of checkbox is_public in sys_file_storage
- Add missing div with class checkbox on it.
Resolves: #69479
Releases: master
Change-Id: I4ded4b2052f102ad14d16aac787... - 17:27 Revision 51bb498d: [TASK] Replace all be.buttons.icon ViewHelpers that use an icon
- Resolves: #69461
Releases: master
Change-Id: I1e637c92183eba1cf21e837f7294d9d8c38d6d19
Reviewed-on: http://review.typ... - 16:42 Revision 0777205a: [TASK] Introduce icon state for IconFactory
- Resolves: #69095
Releases: master
Change-Id: I4a1077a9267ed293f049f6457aef5d8012aa28d4
Reviewed-on: http://review.typ... - 14:13 Revision 1aac4a14: [TASK] Use enumeration for handling conflicts in file names
- Conflicts in file names are handled with a list of plain
text values in the code. This patch adds a DuplicationBehavi... - 14:12 Revision 5ca6e7dc: [TASK] Remove additionalClasses option from FontawesomeProvider.
- This option was introduced with the new Icon API but is not useful
and must be removed now.
Resolves: #69441
Release... - 09:47 Revision 5bf0cf81: [BUGFIX] Abstract XSD generator can handle more than two namespace parts
- The getTagNameForClass method in the abstract XSD generator class
could not handle class names with more than two nam... - 09:41 Revision 3d50d733: [BUGFIX] Abstract XSD generator can handle more than two namespace parts
- The getTagNameForClass method in the abstract XSD generator class
could not handle class names with more than two nam...
2015-09-01
- 22:05 Revision 81ad545e: [TASK] Replace sprite icon "actions-insert-reference" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-insert-reference with the new IconFactory.
Resolv... - 21:31 Revision 4925eba6: [TASK] Replace sprite icon "actions-edit-merge-localization" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-merge-localization with the new IconFactory.
... - 21:31 Revision 4f025c65: [TASK] Replace sprite icon "actions-document-localize" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-localize with the new IconFactory.
Resol... - 21:30 Revision 9a24ae3c: [TASK] Replace sprite icon "actions-insert-record" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-insert-record with the new IconFactory.
Resolves:... - 21:29 Revision ecf3276f: [TASK] Replace sprite icon "actions-document-duplicates-select" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-duplicates-select with the new IconFactor... - 21:04 Revision 8f93108e: [BUGFIX] Log source and target name when renaming files/directories
- Retrieve the name of the source before performing the actual rename
to enable logging the proper source name.
Resolv... - 20:16 Revision 4e31e612: [TASK] Replace sprite icon "actions-system-extension-*" with the new IconFactory
- Resolves: #69445
Releases: master
Change-Id: I0061a8eef57f60479f0dc51b82bac3d1b5afcfca
Reviewed-on: http://review.typ... - 18:30 Revision 5231d25a: [TASK] Replace sprite icon "actions-edit-undo" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-undo with the new IconFactory.
Resolves: #68... - 17:34 Revision 81d7ce7c: [BUGFIX] Fix loading of language file in indexed_search
- As $GLOBALS['LANG'] doesn't exist in the frontend context,
language (xlf) file has to be loaded through pi_loadLL.
R... - 17:32 Revision 66b5be61: [TASK] Record List: Change toggle state with AJAX
- The tables in the Record List are now toggled by an AJAX call.
Resolves: #69446
Releases: master
Change-Id: I507e094... - 10:44 Revision 415c203d: [BUGFIX] Change ID of submit button in EXT:belog
- Change the ID of the submit button in the constraint filter to
fix a conflict between the "submit" id and the "submit... - 10:29 Revision 4dd593e4: [FEATURE] Allow AbstractPlugin::pi_loadLL to load custom language file
- Add optional parameter to pi_loadlLL method to allow loading
language files located somewhere else than $this->script...
2015-08-31
- 21:20 Revision cb093068: [FEATURE] New option to disable the age display of dates per field by TCA
- If an input field of a table is declared as "input" and evalued with
"date", record lists show the date with an autom... - 17:02 Revision 61286ef3: [TASK] Minify SVG Icons
- Resolves: #69435
Releases: master
Change-Id: I9aa43a5bc139886b44de079bbc39502b63d34f1e
Reviewed-on: http://review.typ... - 15:54 Revision b4634282: [TASK] Do not set application context by default in htaccess
- Since the Production context is the default if no context is set
via environment variables, we do not forcefully set
... - 15:53 Revision e517fd64: [TASK] Do not set application context by default in htaccess
- Since the Production context is the default if no context is set
via environment variables, we do not forcefully set
... - 14:54 Revision 4cd6495c: [TASK] Replace sprite icon "actions-system-cache-clear-impact-*"
- Resolves: #69427
Releases: master
Change-Id: Ia5e288b95a73c3c66416603fb59a913bfc34146a
Reviewed-on: http://review.typ... - 13:46 Revision 1716c67a: [BUGIFX] Remove access checks for top level modules
- The access checks are obsolete as the top level modules to not have
any functionality. Access checks should be implem... - 11:43 Revision d942f72e: [FEATURE] Add spinning feature for icons
- Resolves: #69389
Releases: master
Change-Id: Ife062222cf5fc57aa65d5873e4dbf625df10f6d1
Reviewed-on: http://review.typ... - 10:18 Revision 304440e5: [BUGFIX] Correct visual nesting of tables in collapsible panels
- Resolves: #69422
Releases: master
Change-Id: Ied0c5a21cfbd473dfb524b70c12d3f20c653b21f
Reviewed-on: http://review.typ...
2015-08-30
- 22:50 Revision f57782b7: [FEATURE] Index docx, xlsx, ... from MS Office 2007 and above
- * Add Microsoft office new formats to indexed_search
* Use unzip to get the xml content
Change-Id: I6d4481e09c34701e... - 16:10 Revision fc81bedb: [BUGFIX] Use single postProcessor layout, otherwise the global layout
- Resolves: #60995
Releases: master, 6.2
Change-Id: Ifcd3dfd9986684f95ab5574a190c4c8b215d0908
Reviewed-on: http://revie... - 15:34 Revision 9d032819: [TASK] Refactor PostProcessorTest to use Prophecy
- In order to get rid of the mocking of the system under test, the
tests of ext:form PostProcessorTest are refactored t... - 15:18 Revision e2e7e241: [TASK] Remove eval() in ext:form Unit Tests
- This partly back-ports the changes of issue #67664 to
remove eval() calls in uni tests. This change affects
only the ... - 12:22 Revision ff6748ae: [BUGFIX] Use single postProcessor layout, otherwise the global layout
- Change-Id: Ifcd3dfd9986684f95ab5574a190c4c8b215d0908
Resolves: #60995
Releases: master, 6.2
Reviewed-on: http://revie... - 11:26 Revision 0e37d598: [FOLLOWUP][BUGFIX] Extbase: Use fully populated records in insertObject()
- As it is common practice to define object properties in Extbase models
without default values (resulting in a NULL va...
Also available in: Atom