Activity
From 2015-11-15 to 2015-12-14
2015-12-14
- 18:06 Revision 381b0473: [BUGFIX] ExtensionManager: Make viewhelpers compatible with PHP 7.0
- This patch changes viewhelpers that inherit from the fluid
ActionViewHelper but have a different method signature for... - 17:32 Revision 42bb7f8b: [FOLLOWUP][BUGFIX] Fix initialization for checked attributes
- Only specify a *single* type information for parameters, otherwise
Fluid fails to extract the right type and does not... - 16:45 Revision dda2856f: [BUGFIX] Set default value for list_type
- Set the default value for list_type to an empty string in the
database to match the default value in the TCA.
Resolv... - 13:30 Revision 07386d87: [BUGFIX] Return passed $text if EXT:context_help is not installed
- Return `$text` instead of an empty string if EXT:context_help
is not installed. This shows the field label again but ... - 11:23 Revision 685ffa30: [TASK] Install: Added clearer to All Configuration search field
- Resolves: #71381
Releases: master
Change-Id: I7aca3ffbcd85a3a2a564ade34d8da77d5b1d2bc4
Reviewed-on: https://review.ty... - 10:44 Revision 6d0c1bae: [BUGFIX] Correctly evaluate content edit permissions for users
- Users are permitted to edit content of a page, even though
they are not permitted to edit the page itself.
Resolves:...
2015-12-13
- 18:54 Revision 93c6430c: [TASK] Add favicon for the Install Tool
- Readd a favicon for the Install Tool.
Change-Id: I9b0974ff7c7d7cd2e30ecb0819bc90e28ae57219
Resolves: #72165
Releases... - 14:44 Revision f81f223e: [FEATURE] Mocking of concrete methods in abstract classes
- Allows mocking of concrete methods when testing protected functions
in abstract classes.
Introduces a new parameter ... - 14:32 Revision 40922fdd: [TASK] Add a space after colon
- According traditional and modern English-language writing there has to
be a space after colon.
Resolves: #72191
Rele... - 13:42 Revision e3e57cbb: [BUGFIX] FormEngine: Determine IRRE expanded state in data provider
- The expanded/collapsed state of inline and combination child records
is determined within the TcaInlineExpandCollapse...
2015-12-12
- 22:27 Revision f5ba2128: [FOLLOWUP][BUGFIX] Wrong overloading of AbstractController::redirect()
- This patch adds the missing parameters for the redirect method so that
the method signature matches between BackendMo... - 22:26 Revision 16174e4f: [BUGFIX] Indexed Search: Bring back html5 placeholder
- The placeholder for the search box of the AbstractPlugin
based plugin was removed by accident in
https://review.typo3... - 22:25 Revision 41bc634c: [BUGFIX] Indexed Search: Fix warning for empty search word
- The Extbase plugin throws a warning when the search word is empty.
This was already fixed in a bigger change in v7, w... - 22:24 Revision 737125d6: [TASK] Support \DateTimeInterface in fluid Format\DateViewHelper
- This patch changes the fluid DateViewHelper to check for date objects
implementing \DateTimeInterface so that \DateTi... - 21:15 Revision 6efa9bd0: [TASK] Add quotes to classname in exception
- Add quotes to the class name in the exception to improve debugging.
Change-Id: If68cf9e5d7d7277b5172ed9a56083c95ca0c... - 20:13 Revision 4eccfcc3: [BUGFIX] Fix sorting by extension name
- Introduce a custom column sort for the "Extension" (name) column as that
column can contain HTML which breaks a direc... - 20:08 Revision 10e91664: [TASK] Fluid: Include jquery libs should be include using https
- Change-Id: Ice723e93cab0ef63d17b97df1a81b6e025c620de
Resolves: #72169
Releases: master
Reviewed-on: https://review.ty...
2015-12-11
- 23:05 Revision def04858: [BUGFIX] RTE LinkHandler handle required classes
- RTE LinkHandler now also handles
RTE.classes.<class>.requires correctly.
Change-Id: I8f50018f522dd9f0b885af7192c003f... - 21:47 Revision 95ec4a6e: [BUGFIX] Indexed Search: Display links to external files
- Indexed search is rendering links to external files now.
Indexed search will not check if the file exists before disp... - 21:07 Revision be9778b0: [BUGFIX] Make ToggleExtensionInstallationStateViewHelper PHP 7 compliant
- Match the declaration of the render function with the function
declaration of the base class.
In addition cleanup so... - 20:45 Revision c9d10b95: [BUGFIX] ExportPageTreeView wrapTitle() signature is incompatible
- ExportPageTreeView contains following method declaration:
public function wrapTitle($title, $v);
however in the Ab... - 16:52 Revision 7fa37e45: [BUGFIX] Localize FAL error messages
- FAL error messages were taken directly from the sys_log entries and
then put into flash messages. Now we provide prop... - 16:51 Revision 61226ff9: [TASK] Replace GeneralUtility::inList() with comparison
- Using direct comparisons instead of GeneralUtility::inList() is faster
and uses less memory.
Releases: master
Resolv... - 15:52 Revision 5ef971d1: [BUGFIX] FormEngine: Handle empty arrays in display conditions
- Records passed to the EvaluateDisplayConditions provider can contain
array values which can be empty in the case of n... - 15:48 Revision 9e51db08: [CLEANUP] ImportExport classes
- Resolves: #72156
Releases: master
Change-Id: I3582dfd8304d07536bf68104141a5fcabb12bd89
Reviewed-on: https://review.ty... - 14:32 Revision afd8ae40: [TASK] Use IconFactory in System Information Panel
- Resolves: #72178
Releases: master
Change-Id: Ia1de64625280ad0cd50e56c80f3ea6efc2c0e86a
Reviewed-on: https://review.ty... - 12:49 Revision 725dae22: [BUGFIX] Track pids of deleted/moved records to clear cache
- Clearing caches is done after all operations. The pid can't be read from
the deleted or from the old location of the ... - 10:15 Revision f47d1846: [TASK] Make JavaScript Icon API a singleton
- The JavaScript Icon API is now a singleton. This ensures the code is only
executed once and especially the cache is s... - 09:40 Revision 0b0bb11c: [BUGFIX] Show error message in page module for invalid backend layout
- If there is a backend layout selected with no colPos defined inside the backend layout option, then the page
module f... - 08:37 Revision 20c61f21: [BUGFIX] Correctly handle whitespace in format.date VH
- Child content may contain line breaks or other whitespace.
Trim the content before processing it.
Resolves: #72152
R... - 06:42 Revision bf8964a0: [TASK] Configuration: Make searchbox clearable and fix scroll position
- This patches ensures the page is scrolled to the right position
upon opening a subtree.
Additionally, the "clear sear...
2015-12-10
- 05:49 Revision c0cd71a6: [BUGFIX] Determine returnUrl when deleting pages in EditDocumentController
- Determine the returnUrl based on the current module and record. If the
delete action if for a record in the table "pa... - 05:48 Revision f624f0aa: [BUGFIX] Move default avatar image from background css to img tag
- If a transparent avatar image is assigned the default avatar no longer
shines through.
Resolves: #70220
Releases: ma...
2015-12-09
- 23:23 Revision 85df7793: [BUGFIX] Use correct title for links to create new records
- If records can not be sorted, the title of the link should just state
'Create new record' instead of 'create new reco... - 21:04 Revision 57e4b679: [BUGFIX] Hide CSH button if context_help is disabled
- Do not show the help icon if the extension "context_help" is not installed.
Change-Id: Ia23c5c1a2d61a1e24e9de96def2f... - 06:49 Revision de6b79ef: [TASK] Update T3Icons to 0.0.9
- Resolves: #27475
Resolves: #72056
Releases: master
Change-Id: I3439bfcea56367b44a81db2fa9dc77272cb246e1
Reviewed-on: ... - 06:42 Revision 4ce9ba9d: [BUGFIX] LiveSearch: Don't trigger select on valid input
- Disable automatically selecting a valid search result. Otherwise, if
there is only one suggestion provided and the su... - 06:00 Revision d8b0192b: [BUGFIX] Fix initialization for checked attributes
- Fix the phpDoc for checked attributes in CheckboxViewHelper
and RadioViewHelper
Fix the inititialization of the mult...
2015-12-08
- 17:48 Revision f107bcde: [TASK] travis-ci: PHP 5.6 not allowed_failure anymore
- Change-Id: Ide32a6a582ec7dd1671b97b9d11c9b88a56953fd
Resolves: #72112
Related: #66473
Releases: 6.2
Reviewed-on: http... - 17:16 Revision 14344213: [BUGFIX] Remove slash in description
- Resolves: #72108
Change-Id: I076bbec8614ae9da807befba27fba7be72a037c2
Reviewed-on: https://review.typo3.org/45185
Rev... - 06:23 Revision 519a4614: [FOLLOWUP][BUGFIX] ImageViewHelper should catch exceptions
- We also need to catch RuntimeException and InvalidArgumentException.
InvalidArgumentException might be thrown if a st...
2015-12-07
- 21:06 Revision d4cd5483: [BUGFIX] Prefix all CSS for admin panel
- Resolves: #72091
Releases: master
Change-Id: I2666cbc431a6c3a9bda6640fd8f123fd58d86ba4
Reviewed-on: https://review.ty... - 16:20 Revision d8337905: [FOLLOWUP][BUGFIX] ImageViewHelper should catch exceptions
- We also need to catch RuntimeException and InvalidArgumentException
InvalidArgumentException might be thrown if a sto... - 14:14 Revision 2882393b: [BUGFIX] Hide report notice in about module for editors
- Editors are not allowed to see the reports module, therefore the link
'Please check the status report for more inform... - 13:34 Revision 83e0ef9f: [BUGFIX] Use strict authMode access check for list_type
- Enforcing a strict authMode check is required to make sure
that editors only see those content elements of type CType... - 13:09 Revision 3276f07f: [BUGFIX] Use strict authMode access check for list_type
- Enforcing a strict authMode check is required to make sure
that editors only see those content elements of type CType... - 12:52 Revision 63114155: [BUGFIX] Display prev & next icons in workspace module again
- As the workspace module is not working with the new icon API yet,
show the icons by adding them in the CSS file direc... - 12:36 Revision eea6911c: [BUGFIX] Removed delete icon in toolbar for sys_file_metadata
- Resolves: #71678
Releases: master
Change-Id: I28e13da627a5b9312f36e1811ede5fbe3bd415bb
Reviewed-on: https://review.ty... - 11:49 Revision 6f9d4ef8: [BUGFIX] Re-validate after remove IRRE element
- Resolves: #72014
Releases: master
Change-Id: I035336ec841eef1bc2c8c7875a71f7df316f134e
Reviewed-on: https://review.ty... - 07:32 Revision f7af0487: [BUGFIX] Show correct icon for textmedia in page module
- Resolves: #70144
Releases: master
Change-Id: I9a5d6360b5f58fe46e65c6be508a3d7c6859015d
Reviewed-on: https://review.ty... - 07:31 Revision d3cd477e: [TASK] Allow to define multiple inlineLocalizeSynchronize commands
- The inlineLocalizeSynchronize command in DataHandler currently
supports these formats:
* [parent][13][inlineLocalizeS...
2015-12-06
- 20:36 Revision 456d5057: [BUGFIX] DebuggerUtility should return css when requested.
- The DebuggerUtility of Extbase should only echo the CSS when
the debug info is echoed as well, otherwise it should be... - 19:35 Revision e1e5f761: [BUGFIX] RTE: Use correct settings
- RTE linkhandler properties and classes are now handled correctly.
Change-Id: I943c561e357848b30ae74a3d86062189273b91... - 14:55 Revision b8fef524: [BUGFIX] Render flag icons correctly in backend
- Resolves: #71505
Releases: master
Change-Id: Icd915e9919b46d6e8dca5feb0741a4db6b4c7a5e
Reviewed-on: https://review.ty... - 13:18 Revision 77d988e1: [BUGFIX] Re-implement GFX[thumbnails] for Backend
- The option to disable thumbnails globally for every
backend user in various places does not work anymore,
but is stil... - 13:15 Revision 5455778e: [BUGFIX] Live search shows move placeholders in draft workspace
- This patch makes sure that all records that have a t3ver_move_id
other than 0 are ignored.
Resolves: #37896
Releases... - 13:13 Revision 828d107c: [BUGFIX] ColorPicker: Use absolute web path for exampleImg
- The Example Image of the color picker is currently hardcoded (also with ..)
to the typo3/ directory.
This hinders int... - 13:02 Revision 98702a83: [BUGFIX] Let FormEngine Slider wizard save data again
- Due to a change in FormEngine slider rewrite, the parameters
do not get handed over to the TBE_EDITOR update signal,
... - 12:59 Revision ac8471ce: [BUGFIX] Use "id" attribute for HMENU images in HTML5
- When setting no config.doktype=html5, then the TYPO3
Frontend renders everything as HTML5, except for
the "name" attr...
2015-12-05
- 15:29 Revision b30fb5be: [TASK] Use root paths for fluid templates in indexed_search
- The extbase/fluid plugin of indexed search still uses the deprecated
rootPath for templates, partials and layouts. Th... - 13:19 Revision c847bc78: [TASK] Remove unused properties in $LANG
- The properties $charsetArray and $typo3_help_url
inside LanguageService are not needed and are outdated,
thus they ca... - 13:19 Revision 9862930e: [TASK] Make t3skin frame dimension overrides default
- The TBE_STYLES settings in t3skin are not needed since
the default should be actually the whole backend setting.
The... - 00:17 Revision fccc48f1: [BUGFIX] sys_note not displayed in footer -list
- No notes displayed in the list view footer
Change-Id: I54461133797db0a7a309b2b31407a41e29d1ba5d
Resolves: #72066
Rel... - 00:01 Revision 62a406e3: [BUGFIX] Avoid overly large regex in substituteMarkerArrayCached
- Fetch the actually used markers from the content and only
generate the replace regex for those.
This avoids problems ...
2015-12-04
- 23:52 Revision ac77e263: [BUGFIX] Avoid overly large regex in substituteMarkerArrayCached
- Fetch the actually used markers from the content and only
generate the replace regex for those.
This avoids problems ... - 23:45 Revision 58f69d44: [BUGFIX] FormEngine: show inline children found by RelationHandler
- Currently only inline children with a proper default parent are added to
the result array for alternative languages. ... - 23:44 Revision 7e085b40: [TASK] Streamline JavaScript calls to ModuleMenu reload
- There are several versions (partly legacy) of how to
trigger a reload of the Module Menu. This is now
streamlined.
A... - 23:25 Revision ac66cdb4: [BUGFIX] File Recycler collect deleted files again
- Check if a _recycler_ folder exists along the path from the storage root
to the file. If a matching folder is found m... - 21:06 Revision 72ebfbfa: [BUGFIX] Avoid wrong SQL query in fe_login user group redirect
- Ensure that no invalid group data is collected and check
if any group is set at all before running the SQL query.
Ch... - 20:53 Revision f0b9136e: [BUGFIX] Avoid wrong SQL query in fe_login user group redirect
- Ensure that no invalid group data is collected and check
if any group is set at all before running the SQL query.
Ch... - 18:16 Revision 202debf5: [BUGFIX] Ignore placeholders when copying records
- Copying records would make placeholders for draft elements visible in the
copy. This is due to the fact that t3ver_st... - 18:15 Revision 1adbe01b: [BUGFIX] Ignore placeholders when copying records
- Copying records would make placeholders for draft elements visible in the
copy. This is due to the fact that t3ver_st... - 16:31 Revision 963543dd: [TASK] EXT:lang Add a litle space between the search field and the table
- Resolves: #71955
Releases: master
Change-Id: I900f5edddaeef523647c15f4a677256f723b281f
Reviewed-on: https://review.ty... - 14:39 Revision 45d6314f: [TASK] Bring back the toggle button in install tool
- This patch brings back the toggle button for all configuration in install tool
Resolves: #71387
Releases: master
Cha... - 14:08 Revision f44557a0: [BUGFIX] Remove NOT NULL from optional text fields in system extensions
- Removes NOT NULL requirement from TEXT database columns where the field is
not required to be filled in the backend. ... - 13:43 Revision 8f09bda5: [BUGFIX] Sanity check is missing within MediaContentObject
- Resolves: #67757
Releases: 6.2
Change-Id: I120ce5214ddb46891278adfaaaec19a897e85434
Reviewed-on: https://review.typo3... - 13:37 Revision a66dd2fc: [BUGFIX] ImageViewHelper should catch exceptions
- The ImageViewHelper should catch the following exceptions:
1.) \UnexpectedValueException:
This can happen if a file h... - 12:53 Revision 22bc0f0f: [BUGFIX] DBAL: Fix renaming of tables in Install Tool
- Add handling of the RENAME action to compileALTERTABLE() to allow the
InstallTool to rename a table before suggesting... - 11:56 Revision 3d963ae9: [TASK] Replace editOnClick in Page Layout Module
- Replaces all JavaScript code for building URLs
with proper <a href=""> HTML output.
Resolves: #71261
Releases: maste... - 11:22 Revision f992c575: [FOLLOWUP][BUGFIX] ImageViewHelper should catch exceptions
- The Uri/ImageViewHelper should catch exceptions as well.
Releases: master
Resolves: #71686
Change-Id: I63d472070cd2e... - 11:13 Revision c29b804f: [BUGFIX] Catch security exceptions in global JS module
- The storage JS module is loaded in the top window.
In case this windows has been opened by some other page
(different... - 10:42 Revision 539644a7: [BUGFIX] Change name of correct pagetree entry after renaming
- * The first parameter to TreeEditor.complete and
TreeEditor.beforecomplete is the TreeEditor, not the edited node.
Re... - 10:10 Revision 0e15ee81: [BUGFIX] Refer to correct naming of link handler TSconfig option
- Resolves: #71664
Releases: master
Change-Id: If656d6f5f6641013968b73b0165f58d0a75ab3b5
Reviewed-on: https://review.ty... - 09:29 Revision 4ddb793f: [BUGFIX] TCA Time Field allow 0:00 as valid input
- Resolves: #56668
Releases: master
Change-Id: I9ec1519ffbdde09b74165efc00074ceef3b38f84
Reviewed-on: https://review.ty... - 09:07 Revision 73e1ca96: [BUGFIX] ImageViewHelper should catch exceptions
- The ImageViewHelper should catch the following exceptions:
1.) \UnexpectedValueException:
This can happen if a file h... - 00:23 Revision df2160c0: [BUGFIX] Only show search on non-empty pages
- If a page has neither content nor subpages, do not show the search button
in the backend.
Resolves: #72027
Releases:...
2015-12-03
- 11:54 Revision f0f1d0b8: [TASK] Optimize backend checkboxes check / uncheck all
- This patch optimises the handling of SelectCheckBoxElements.
The checkbox also shows a tooltip now.
Resolves: #71021...
2015-12-02
- 22:20 Revision 4491c32f: [BUGFIX] DebuggerUtility: Treat null results of lazy objects correctly
- Resolves: #71951
Releases: master, 6.2
Change-Id: I590f1915fad84e09a6e45988d1adf17f61598c46
Reviewed-on: https://revi... - 22:13 Revision 67ba027d: [BUGFIX] DebuggerUtility: Treat null results of lazy objects correctly
- Resolves: #71951
Releases: master, 6.2
Change-Id: I590f1915fad84e09a6e45988d1adf17f61598c46
Reviewed-on: https://revi... - 21:48 Revision eb8c9739: [BUGFIX] Disable debug for Fluid Ajax Widget
- If TYPO3_CONF_VARS[FE][debug] is enabled then the
parseTime is added at the end of each frontend output.
When having... - 21:47 Revision 04c718f8: [BUGFIX] Render previews for all files in FSCs upload CE
- Change-Id: I418e2985efb11a3074cf9ee15935b3274c316165
Resolves: #71994
Releases: master
Reviewed-on: https://review.ty... - 21:37 Revision b3432052: [BUGFIX] Fix MySQL specific language query in LocalizationController
- Change the SQL statement used to query for available source languages to
be standards compliant by grouping on the qu... - 16:26 Revision 70e77768: [TASK] Enable disabled FAL functional test assertions
- Resolves: #72028
Releases: master
Change-Id: I6092222a2726f06aae26967183161971c4ead858
Reviewed-on: https://review.ty... - 16:03 Revision 79136706: [TASK] Add php7 to the list of known php files
- Releases: master
Resolves: #72019
Change-Id: I60a1458bdffb5df9c177d183f1229bcba930c95a
Reviewed-on: https://review.ty... - 15:54 Revision 4371d99d: [BUGFIX] Do not load ContextHelp JS if no BE user is there
- This avoids to load the JS for the BE login for instance.
Resolves: #72026
Releases: master
Change-Id: I12827386e1e6... - 15:16 Revision 13674a59: [BUGFIX] Reintroduce support for reverseProxySSL
- Creating a backend request relies on TYPO3_CONF_VARS which
is not set yet.
This breaks requests when using a reverse ... - 13:45 Revision d22665a0: [TASK] Cleanup unused variable in AbstractUserAuthentication
- The variable global database info is removed as it
is never used.
Resolves: #72020
Releases: master
Change-Id: I22bd... - 11:33 Revision cb935e11: [BUGFIX] Always show close button for temporary web mounts
- Position the close button absolutely to always show the
close button on the right side.
Resolves: #71983
Releases: m... - 11:15 Revision d450bd0f: [TASK] Add language to images in filemetadata
- Also make the order the same for text and application.
Resolves: #70950
Releases: master
Change-Id: I90601ba98d7af18... - 07:18 Revision 12673ce9: [BUGFIX] Use correct path for content rendering template inclusion
- Resolves: #70044
Releases: master
Change-Id: Ibc10dce2d445583eea879efe4d13219be8f547c8
Reviewed-on: https://review.ty... - 00:27 Revision d79cee8d: [BUGFIX] toTop Link reloads page with baseUrl in fluid_styled_content
- When using fluid_styled_content toTop option, the page reload if baseUrl
is set.
Change-Id: I6216dc6ddc6b56696710e23...
2015-12-01
- 14:32 Revision 5046f6e6: [BUGFIX] Create FAL processing folders on upgrade
- The Upgrade Wizard's step to migrate filemounts to FAL storages now
creates all missing processing folders.
This is ... - 13:59 Revision 570e19ed: [BUGFIX] FormEngine: Select correct FlexForm DS for inline records
- If an inline field is defined within a FlexForm that has multiple data
structures defined the FormAjaxInlineControlle... - 12:54 Revision 9faa965d: [BUGFIX] Fix serializable object creation with PHP 5.6
- This makes use of doctrine/instantiator to catch this and many
other PHP issues when instantiating objects without co... - 12:48 Revision bb653e24: [BUGFIX] Show hidden templates in tstemplate
- Show hidden templates in backend module tstemplate
Resolves: #52223
Releases: master
Change-Id: Ida5f2bc2d57155e4e1c... - 12:47 Revision c2a32488: [BUGFIX] Allow overlaying of records for all languages again
- Return records with sys_language_uid=-1 untouched instead of
completely dropping them.
This is actually a problem up... - 10:29 Revision 71b64be0: [BUGFIX] Add favicon without scheme
- Remove the scheme when rendering the link to a favicon in order to
avoid mixed content because the cached header of a... - 10:28 Revision 8af444f2: [BUGFIX] DBAL: Properly compile CAST statement after OR condition
- Properly output the CAST statement after the combination of
using FIND_IN_SET followed by an OR condition.
Resolves:... - 09:22 Revision 74a3f6fc: [BUGFIX] ImageManipulationElement: Fix PHPDoc block comment
- Releases: master
Resolves: #71992
Change-Id: Ida543d0abc24e51a7f510fc180f491239ba3059c
Reviewed-on: https://review.ty...
2015-11-30
- 21:31 Revision b2015b5a: [BUGFIX] Shortcut to first sub-page with move placeholder does not work
- Shortcuts to the first sub-page with that one being moved in a workspace
lead to an exception in previewing in a work... - 21:27 Revision e2713a52: [BUGFIX] Empty grid list in frontend workspace preview
- The grid list of the frontend workspace preview stayed empty due to
several JavaScript issues. First one is a CORS th... - 21:26 Revision a22fb180: [BUGFIX] Empty grid list in frontend workspace preview
- The grid list of the frontend workspace preview stayed empty due to
several JavaScript issues. First one is a CORS th... - 20:12 Revision 333d4821: [BUGFIX] Move FSC templates one level up
- This make the configuration less misleading.
Resolves: #71781
Releases: master
Change-Id: Ic2e593520f52dabc1ccce136d... - 18:31 Revision e061c136: [TASK] Add possibility to purge workspaces move placeholder
- During resolving references in a workspace context overlays and
delete-placeholder are considered and it's possible t... - 18:31 Revision 648ee22b: [TASK] Add possibility to purge workspaces move placeholder
- During resolving references in a workspace context overlays and
delete-placeholder are considered and it's possible t... - 18:29 Revision 59f414d3: [TASK] Extend regular workspaces DataHandler functional tests
- The following actions are added:
* delete content and copy either draft or live page
* change content sorting and cop... - 18:21 Revision 96a9f7df: [TASK] Extend regular workspaces DataHandler functional tests
- The following actions are added:
* delete content and copy either draft or live page
* change content sorting and cop... - 17:58 Revision ba9b1370: [TASK] Extend workspaces DataHandler functional tests
- Add content element on different page in base scenario.
Resolves: #71986
Releases: master, 6.2
Change-Id: I87f198301... - 17:57 Revision 6c4afe3e: [TASK] Extend workspaces DataHandler functional tests
- Add content element on different page in base scenario.
Resolves: #71986
Releases: master, 6.2
Change-Id: I87f198301... - 16:53 Revision 74478b11: [TASK] Optimize usage of debug_backtrace()
- Save performance by only fetching what is needed.
Change-Id: I89710c2e7bcdb32e4b5864a629f259eedd176a2b
Resolves: #71... - 13:16 Revision 39920aea: [BUGFIX] Display RTE queryParametersSelector properly
- Fix the wrong check for the configuration, which is 0 by default.
Resolves: #71980
Releases: master
Change-Id: I0726... - 11:51 Revision 389d8202: [BUGFIX] FAL: Fix inline labels for fields of type group
- Properly extract the table and uid for the record from uid_local in case
of group type sources that use the table_uid... - 10:16 Revision b6a88cc1: [BUGFIX] Improve usability of inline header
- The header should break into next line if it is too long.
Change-Id: I8b83b49e2691f734f79f56a2639761c529272cb4
Resol...
2015-11-29
- 19:33 Revision 8d6fb88a: [BUGFIX] No possibility to hide "New" button in Inline Elements
- Hide "New" Button in TCA with
['appearance']['enabledControls']['new'] = false
Change-Id: I4b9d3ba1ef55f15127fcedfe0... - 12:07 Revision 5f12cb4b: [TASK] Travis: Disable Xdebug
- Resolves: #71947
Releases: master, 6.2
Change-Id: I06ad0771dd87d5186818028b4bea7bd61ee305d9
Reviewed-on: https://revi... - 12:06 Revision 61a60236: [TASK] Travis: Disable Xdebug
- Resolves: #71947
Releases: master, 6.2
Change-Id: I06ad0771dd87d5186818028b4bea7bd61ee305d9
Reviewed-on: https://revi... - 11:55 Revision 4bc70359: [BUGFIX] Prevent double encoding in button rendering
- Multiple button settings are double encoded with htmlspecialchars. This
patch removes the hsc within the setters as t...
2015-11-28
- 20:47 Revision 5e8e1cb4: [BUGFIX] FormEngine: formattedLabel_userFunc_options overrides foreign_label
- Change the order in which the record title for inline records is
determined. As with normal records the userFunc shou... - 20:25 Revision 50ec6ced: [TASK] Place update button in Admin Panel to top
- Button on the right side and black background
Change-Id: I69900cf9fbf537334dd96a52249521a126d1b53a
Releases: master
... - 15:06 Revision a2a6e8fe: [TASK] Remove old EXT:phpunit fragments
- Clean up test code and remove EXT:phpunit dependencies from core.
Resolves: #71892
Releases: master
Change-Id: I432a...
2015-11-27
- 19:23 Revision 07481bd2: [BUGFIX] Show title in button popup with correct encoding
- Resolves: #71872
Releases: master
Change-Id: I4e0b4e5479dbd9e8200e85fc0eb6097b566a66f3
Reviewed-on: https://review.ty... - 17:18 Revision be570a52: [BUGFIX] EXT:form - OPTGROUP cannot be a child element of SELECT
- Resolves: #69376
Releases: 6.2
Change-Id: I9e77649203466e37067384f7043e7f1a6ce5fa7e
Reviewed-on: https://review.typo3... - 17:14 Revision d5a1cd4d: [TASK] Fix title for textmedia migration wizard in Install Tool
- Change the title of the migration wizard to accurately reflect the
relation/database column being migrated.
Resolves... - 17:09 Revision 02e124bc: [BUGFIX] EXT:form - accept-charset in form not working
- Let the wizard write the correct attribute name "accept-charset"
instead of "acceptcharset". Avoid non existing attri... - 17:08 Revision 0049e710: [TASK] EXT:backend: Cleanup ClickMenu.php
- Correct parameter count when calling the functions DB_changeFlag and
DB_History.
Removed some unused code in printFil... - 15:58 Revision 5d988826: [BUGFIX] EXT:form - bring back "Show message in label"
- Respect the "Show message in label" option for validations.
Resolves: #71514
Releases: master
Change-Id: Id22885c889... - 14:49 Revision 52377dc8: [BUGFIX] Correctly store headers in Request object
- Write the lowercased header names to the correct property.
Change-Id: I89a0dc18faa8e0c428bc3f48f239d624a2bd64c7
Reso... - 12:20 Revision 10a57c07: [BUGFIX] Show correct label for IRRE records
- If IRRE records are shown with a foreign_label definition,
this must be used even if the child table has a label_user... - 11:39 Revision 000cc510: [TASK] Change order of phpDoc for deleteFile in ResourceStorage
- Resolves: #71884
Releases: master
Change-Id: Ib37e4191f1af67d2842fc4f4947f184059e854f4
Reviewed-on: https://review.ty... - 10:54 Revision 0c3299ce: [BUGFIX] Fix typolink forceAbsoluteUrl
- Fix a regression introduced with code cleanup by catching
all kind of empty host values returned by parse_url().
Res... - 10:46 Revision 49ec453b: [BUGFIX] Allow reply-to mail header in EXT:form
- In EXT:form it was not possible to set a reply-to header in the email
and so the entered mail address was used as "fr... - 10:02 Revision f6b770a2: [BUGFIX] Assure correct INCLUDE_TYPOSCRIPT with relative paths on subpages
- If a subpage has a template that clears the setup, INCLUDE_TYPOSCRIPT
will not work with relative paths anymore. This... - 09:54 Revision 2b33ec71: [TASK] Field "Record Storage Page" is missing exclude flag
- "Record Storage Page" can be excluded for Editors
Change-Id: Ifeba966d85183319d1b744510857130d141dbc01
Releases: mas... - 09:04 Revision 3e219d3d: [BUGFIX] Remove last usages of xhtml cleaning
- The functionality is deprecated and must not be used by Core anymore.
Resolves: #71785
Releases: master
Change-Id: I...
2015-11-26
- 23:58 Revision 0218e793: [BUGFIX] ModuleTemplate: Use translated language labels
- Resolves: #71871
Releases: master
Change-Id: I79914c4940e04c9f958d5496f581f71ae74859d6
Reviewed-on: https://review.ty... - 23:51 Revision 16012623: [TASK] Disallow multi-line HTTP headers
- PHP removed the support for this deprecated HTTP specification
in recent versions of PHP, thus we should remove these... - 23:49 Revision 716041ae: [BUGFIX] Use correct HTML lang attribute for BE login
- Next to the language object also the PageRenderer needs to be informed
about the chosen language, based on the browse... - 15:54 Revision 50b34815: [CLEANUP] Remove unused TCA option canNotCollapse
- Resolves: #71866
Releases: master
Change-Id: If328abc358b5bbbe695eb7d6db80a9a5cd335728
Reviewed-on: https://review.ty... - 15:31 Revision d0acbb3b: [TASK] Add more info to .editorconfig
- Resolves: #71863
Releases: master
Change-Id: I4f3494ce2734f1ee0a2f6fc916d3d977c31feae7
Reviewed-on: https://review.ty...
2015-11-25
- 14:02 Revision 193b5251: [TASK] Raise minimum version of typo3/cms-composer-installers
- Resolves: #71828
Releases: master
Change-Id: I0a1ff18a5e5231346eb25ac5f77ffab07a2f1a8d
Reviewed-on: https://review.ty... - 13:34 Revision b715a5c6: [TASK] Only instantiate Locales in csConv when necessary
- The locales property inside CharsetConverter is only
used for detecting the browsers' preferred language,
so it does ... - 08:52 Revision e96f4ff9: [TASK] Update recommended PHP requirements
- Add recommended PHP requirements according to
environment checks within the TYPO3 install tool.
Resolves: #71815
Rel... - 06:34 Revision 8a3b8dbb: [BUGFIX] indexed_search: fix marker documentation
- Fix wrong marker example in sysext:indexed_search documentation.
Releases: master
Resolves: #71816
Change-Id: I967bf...
2015-11-24
- 22:11 Revision 6163687c: [BUGFIX] ElementInformation: close href attribute in back button
- Add missing closing quotation of href-attribute of back button.
Enable adding file reference after displaying detail ... - 14:50 Revision 74864b65: [TASK] Remove leftover FLOW3 code in Caching
- The Caching Framework has still an Exception
related to the (now removed) class loading and some
methods which depend... - 14:32 Revision 8b37e9eb: [BUGFIX] Save parents localized uid as child reference
- This patch resolves problems with updating translated records which
have a relation to a parent object. The backend e... - 13:29 Revision 8518d505: [BUGFIX] Frontend editing: fixed error when edit whole record
- Resolves: #71527
Releases: master
Change-Id: Ic48cb43cb1eb7ffb54efcba8066acc25c589b5e4
Reviewed-on: https://review.ty... - 10:53 Revision 10b2f0c4: [BUGFIX] Save parents localized uid as child reference
- This patch resolves problems with updating translated records which
have a relation to a parent object. The backend e... - 10:42 Revision 61721a7d: [BUGFIX] Position NULL-Checkbox left of TCA input
- Positioning of the checkbox to nullify an TCA field is handled by the
FormEngine-Rewrite on master but not on 6.2. Th... - 10:25 Revision d2c7207d: [BUGFIX] Live search shows move placeholders in draft workspace
- This patch makes sure that all records that have a t3ver_move_id
other than 0 are ignored.
Resolves: #37896
Releases...
2015-11-23
- 22:20 Revision 2dddc237: [BUGFIX] Fix broken unit tests for system with e.g. german locale
- Resolves: #71782
Releases: master
Change-Id: I0e1626bc15bbcfded8660b81652cbfa241f5ae04
Reviewed-on: https://review.ty... - 20:50 Revision 46d78561: [BUGFIX] Add favicon without scheme
- Remove the scheme when rendering the link to a favicon in order to
avoid mixed content because the cached header of a... - 20:17 Revision db940e5e: [BUGFIX] IE show correct select box arrow
- IE needs to show the select box
arrow correctly (width / height).
Furthermore, the default arrow
needs to be hidden.
... - 20:11 Revision bf34bbaf: [BUGFIX] IRRE handle useCombination correctly
- There are currently some errors when using useCombination:
1.) Fatal error when adding a record via foreign_selector
... - 16:02 Revision 994baa0b: [BUGFIX] Update tstamp on writeForeignField if any foreign value has changed. (IRRE)
- This patch solves the problem where the timestamp in the column tstamp
was not updated when the sorting of the inline... - 10:43 Revision 73adc69b: [TASK] Installtool: display maximum allowed file size for uploads
- Since the maximum file size for uploaded files is only limited by
PHP, we could add information about the actually al... - 10:10 Revision 310c53a1: [TASK] Add unit tests for stdWrap_substring()
- Resolves: #71772
Releases: master
Change-Id: I8ca9ab566f3e429c93b64c44bb0697c0b24f96e3
Reviewed-on: https://review.ty...
2015-11-22
- 18:56 Revision d0507337: [BUGFIX] Check webmounts for backend user in workspace preview
- This patch adds a check if the current backend user used for workspace
authentication has access to the current reque... - 15:52 Revision a1c96ef2: [BUGFIX] Improve resolving path to autoload.php
- The patch improves the resolving of autoload.php for
frontend requests in order to support Windows systems
with symli... - 13:58 Revision 49ffef25: [TASK] Disallow multi-line HTTP headers
- PHP removed the support for this deprecated HTTP specification
in recent versions of PHP, thus we should remove these... - 13:01 Revision 57a12dd6: [BUGFIX] Check webmounts for backend user in workspace preview
- This patch adds a check if the current backend user used for workspace
authentication has access to the current reque... - 12:18 Revision 137e2c3c: [TASK] Remove unneeded max value check
- Use PHP min instead of forceIntegerInRange since no max value is needed
Resolves: #71696
Releases: master
Change-Id:... - 10:48 Revision 946fcbc1: [BUGFIX] Fix fatal in web->functions for page without access
- Resolves: #71767
Releases: master
Change-Id: I0c894ac2edcc3e4c9f24de9dd0f522a310d63526
Reviewed-on: https://review.ty... - 10:21 Revision 22d86ad7: [TASK] Add unit tests for stdWrap_bytes()
- Resolves: #71770
Releases: master
Change-Id: I5e7f6e8577100ce083517de28986f8cb2e8b8410
Reviewed-on: https://review.ty... - 10:19 Revision 22a4bec5: [BUGFIX] Fix fatal in web->recycler for page without access
- Resolves: #71768
Releases: master
Change-Id: I6527ccb5bbb11817989c7c9f6ba1ee3da9812e14
Reviewed-on: https://review.ty... - 10:19 Revision 9b76560e: [BUGFIX] Fix fatal in web->view for page without access
- Resolves: #71766
Releases: master
Change-Id: I3b8382e6b630f16ead5fd2133bb050fe4986ac8f
Reviewed-on: https://review.ty... - 10:10 Revision 0ad9a8c1: [BUGFIX] Disable restricted users to edit page properties
- This patch hides the edit page properties icon in page- and list-module
when a user is restricted to only non-default...
2015-11-21
- 19:26 Revision 0511ce3a: [BUGFIX] Fix background of color settings in rtehtmlarea table popup
- The color selection of background and text must not be hidden in the popup
of the RTE.
Change-Id: Iae2c7166dcbd441e8... - 19:22 Revision 0d3855bd: [FOLLOWUP][TASK] Use GeneralUtility::quoteJSvalue() where needed part 4
- Change-Id: I4db9c237ad5e2739c0364d578b2d87ad542b804c
Resolves: #71753
Releases: master
Reviewed-on: https://review.ty... - 18:58 Revision b04d4774: [BUGFIX] Ensure new extension classes are loaded
- If you install any extension during the update, the classes are still
unknown. This is because the static autoload fi... - 18:27 Revision dff8862f: [TASK] Remove unused jQuery expander plugin from EM
- Resolves: #71761
Releases: master
Change-Id: I2f2d18a85f63009e6ed3fe5dd8a7618bba467936
Reviewed-on: https://review.ty... - 18:22 Revision 431d5ea6: [BUGFIX] Fix duplicate selection in record list
- Fix the usage of the wrong argument of the method listURL.
Since a cleanup, a strict comparison is done, therefore th... - 17:20 Revision c2757463: [TASK] Use GeneralUtility::quoteJSvalue() where needed part 4
- Resolves: #71753
Releases: master
Change-Id: Ie84dc9c49b606e6b3d6b15c0af64fe9614f4c5e4
Reviewed-on: https://review.ty... - 17:16 Revision 192ef47d: [FEATURE] styleguide: TCA document-new button
- 17:15 Revision 85d3755e: [TASK] styleguide: Follow-up ModuleTemplate API ViewHelper wrapper
- 17:12 Revision 22c63c06: [BUGFIX] Hide shortcuts to inaccessible modules for admins as well
- Currently the check whether a module is accessible is only done for
non-admins. Clicking on a shortcut that leads to ... - 16:52 Revision 2cf23142: [BUGFIX] styleguide: Readme typos removed
- 16:47 Revision 8071e400: [TASK] styleguide: Upgrade Readme / documentation screenshot
- 16:47 Revision f2411330: [TASK] styleguide: Remove "Form" entry point
- 16:41 Revision 5507a442: [FEATURE] styleguide: Mock ModuleTemplate API
- For this case: TYPO3 moduleTemplate API requires a
bloated, inflexible and PHP based structures.
Styleguide will rec... - 16:31 Revision 3d487c6e: [!!!][TASK] styleguide: Remove "Forms"
- 16:23 Revision cdc8fca1: [BUGFIX] Check for BackendTemplateView in IndexedSearch
- We need to check for the correct View Object before
working with ModuleTemplate because Extbase initializes a
view ev... - 16:23 Revision 8430a661: [TASK] Cleanup escaping in EXT:t3editor
- Change-Id: Iadee8c9258f7dd267c25f58138ae012c93300a9e
Resolves: #71756
Releases: master
Reviewed-on: https://review.ty... - 16:17 Revision 97b97783: [BUGFIX] Include CSS of AdminPanel only if shown
- Include the CSS file only if the AdminPanel is rendered
Change-Id: If194cd8d36c34cc60a39924e5d021d7211808c82
Resolve... - 16:11 Revision 37122190: [BUGFIX] Make page title clickable in access module
- Make the link working on the page title in the tree of the
access module.
Change-Id: I76099837314300bef4e8e299aaeafc... - 16:01 Revision 0117240f: [TASK] Up version for bower.json and packages.json
- Resolves: #71757
Releases: master
Change-Id: I07e89ee8b529989be67a6227dfd36e5c27e8fc4d
Reviewed-on: https://review.ty... - 15:55 Revision 29dad877: [BUGFIX] styleguide: Link underline
- 15:54 Revision 26001810: [BUGFIX] Prevent deletion of closing bracket via INCLUDE_TYPOSCRIPT
- Due to missing check of the last char being a new line, it is
possible that a closing bracket character is removed by... - 15:41 Revision 2812dab8: [BUGFIX] styleguide: Callout > Infobox
- 15:41 Revision 4318095f: [BUGFIX] styleguide: Refresh icon without SpriteManager
- 14:52 Revision fb293be2: [TASK] styleguide: Improve icon search field proportions
- 14:52 Revision 9b7045e3: [TASK] styleguide: Welcome note relativity
- 14:51 Revision 83836127: [BUGFIX] styleguide: "Improve" link visibility
- 14:51 Revision fe1e6712: [TASK] styleguide: Tree & table - remove table & remove trees
- 14:50 Revision 227cbfd4: [TASK] styleguide: TCA wording & icon
- 14:49 Revision 1c7f8dc0: [TASK] styleguide: Helper / legal
- 14:48 Revision 7be42b90: [FEATURE] styleguide: Callout > Infobox
- 13:33 Revision 49d574c2: [TASK] styleguide: Tab based on ModuleTemplate
- 13:26 Revision b5bb105a: [TASK] styleguide: Replace SpriteManager vs. Core Icon ViewHelper
- 13:23 Revision e723b405: [TASK] styleguide: Typography Primary-color
- 13:22 Revision 19f0ac30: [TASK] styleguide: Icon grid layout 'large'
- 12:04 Revision ef82c4d1: [BUGFIX] Correct invalid last-modified header in HTTP response
- Missing space between timestamp and timezone abbreviation added when
EXT:form sends date/time value in HTTP header "L... - 11:28 Revision 0a8d1add: [TASK] styleguide: RST Documentation link to Github
- 11:28 Revision b11629b1: [TASK] styleguide: Travis +php7
- 11:27 Revision 87cdcad4: [TASK] styleguide: Version 7.6
- 11:27 Revision 25cc08d8: [TASK] styleguide: Readme update
- 11:26 Revision a313fedb: [FEATURE] styleguide: Kauderwelsch cli command
- 07:46 Revision 9a4f0786: [TASK] Remove blank line between docblock and the documented element
- Resolves: #71748
Releases: master
Change-Id: I3682856415b29d5bf2f885db038cb6666b47db3a
Reviewed-on: https://review.ty...
2015-11-20
- 23:47 Revision 25827791: [CLEANUP] Do not use phpdoc comments for license headers
- This breaks phpdoc generation and automated CGL file verification.
Resolves: #71747
Releases: master
Change-Id: I4b1... - 22:47 Revision b7138494: [TASK] Use scalar types in phpDoc
- Scalar types should always be written in the same form.
"int", not "integer"; "bool", not "boolean"; "float",
not "re... - 21:58 Revision 1be5ec97: [TASK] Remove @package and @subpackage annotation
- @package and @subpackage annotations should be omitted from phpdocs.
Resolves: #71740
Releases: master
Change-Id: I2... - 21:58 Revision cb05cc82: [TASK] Removes extra empty lines
- Resolves: #71738
Releases: master
Change-Id: I71edcdb8ed1804bf94479237bd7f6c120420f779
Reviewed-on: https://review.ty... - 18:44 Revision 2363d014: [BUGFIX] Documentation for fluid_styled_content refers to removed files
- Change references to "EXT:cms/locallang_ttc.xlf" with
"EXT:frontend/Resources/Private/Language/locallang_ttc.xlf".
C... - 17:51 Revision 1d6148a5: [TASK] Remove Ter.json template in extension manager
- The Ter.json template is needed to reload the extension table list
after the extension information was reloaded. As t... - 17:39 Revision d76bae1d: [TASK] Remove duplicated semicolons
- Resolves: #71737
Releases: master
Change-Id: Id8b107e7fe3486f6d829c8737d5450f9f6e6531b
Reviewed-on: https://review.ty... - 17:10 Revision d9d6d5a5: [TASK] Use single quotes instead of double quotes
- Resolves: #71735
Releases: master
Change-Id: Iabf78aeab4262909980351a1570d9b561e94ff7f
Reviewed-on: https://review.ty... - 16:53 Revision 55350248: [BUGFIX] Remove double encoding of fieldset in extension "felogin"
- Change-Id: Ieaad7bff161fd8927388ab3a3aa7688885fc09fb
Resolves: #71730
Releases: master, 6.2
Reviewed-on: https://revi... - 16:52 Revision cb9efaea: [BUGFIX] Remove double encoding of fieldset in extension "felogin"
- Change-Id: Ieaad7bff161fd8927388ab3a3aa7688885fc09fb
Resolves: #71730
Releases: master, 6.2
Reviewed-on: https://revi... - 16:01 Revision f457c057: [BUGFIX] Reload module menu after extension (un)installation
- The change for #70362 removed the usage of the be.trigger view helper
that was responsible for reloading the module m... - 15:08 Revision 848b2fc0: [BUGFIX] RTE fields do not handle eval validation like required
- Resolves: #70246
Releases: master
Change-Id: I3e536ab85740b58e07f1b262692bf3a9773edd62
Reviewed-on: https://review.ty... - 14:58 Revision be9ee02f: [TASK] Order use statements alphabetically
- Resolves: #71726
Releases: master
Change-Id: I4a356c8da668acee555149eee9cf56ccdb4dc0ee
Reviewed-on: https://review.ty... - 14:54 Revision ee4ab3cf: [TASK] Replace assertion method to use dedicated method
- PHPUnit assertion method calls like "->assertSame(true, $foo)"
should be written with dedicated method like "->assert... - 14:46 Revision f6bf6fc8: [BUGFIX] Cope with split configuration correctly in ContentObjectRenderer
- Resolves: #71724
Releases: master
Change-Id: I89781af898d6f367f137821830a99e1102db4834
Reviewed-on: https://review.ty... - 14:30 Revision 392fc448: [TASK] Replace confirm in FormEngine->Flex->Section remove
- Resolves: #71723
Releases: master
Change-Id: Iee94e6609f813b96111ce251b426c5f0ae76453b
Reviewed-on: https://review.ty... - 14:15 Revision 463042c5: [BUGFIX] Correct autosuggest when no result has been found
- Normally, jQuery adds position:absolute to the autosuggest box. The
patch fixes this behaviour. That way, the autosug... - 13:31 Revision 10539830: [TASK] Add unit tests for spamProtectEmailAddresses
- Adding unit tests for TypoScript config property
spamProtectEmailAddresses and its variations.
Resolves: #71716
Rele... - 12:17 Revision 187f197e: [TASK] styleguide: TCA: Activate required rte_1 and rte_2 tests
- 11:55 Revision b4e2c028: [TASK] Use FlexFormService to convert FAL driver configuration
- This replaces the custom FlexForm converting Method of the ResourceFactory
with a technically mature and more suitabl... - 11:39 Revision aab99acf: [TASK] Add unit tests for spamProtectEmailAddresses
- Adding unit tests for TypoScript config property
spamProtectEmailAddresses and its variations.
Resolves: #71716
Rele... - 11:29 Revision 17376c0a: [TASK] Remove unneeded parenthesis on array-access
- Change-Id: I450ef2985bf1086fb8cc247406a94cce8971f061
Resolves: #71714
Releases: master
Reviewed-on: https://review.ty... - 11:14 Revision 205351fc: [TASK] Remove Ter.json template in extension manager
- The Ter.json template is needed to reload the extension table list
after the extension information was reloaded. As t... - 11:03 Revision cdabe70f: [SECURITY][TASK] Blind more options in the configuration module
- The database credentials should not be shown in the configuration module.
Change-Id: I6037f343d9e6932e1293e463fe513e... - 10:23 Revision 7af87e43: [BUGFIX] HTML contained in variables must be unescaped in ButtonBar partial
- As the topic says: `f:format.raw` must be implemented here.
Change-Id: I94ad04711e77c1e050ee3c3f1086ec5d3f7f1a35
Res... - 09:56 Revision 13ad20d2: [SECURITY][TASK] Blind more options in the configuration module
- The database credentials should not be shown in the configuration module.
Change-Id: I6037f343d9e6932e1293e463fe513e...
2015-11-19
- 21:48 Revision 2aefab83: [TASK] Improve config.disableCharsetHeader documentation
- Make it clear that config.disableCharsetHeader is about a HTTP header,
not the HTML meta tag.
Releases: master
Resol... - 20:56 Revision be989bc2: [BUGFIX] Prevent fatal error in stdWrap when compatibility6 is not loaded
- When extracting compatibility6 it was forgotten to tackle stdWrap offsetWrap,
which uses a class of compatibility6.
... - 20:47 Revision b1d5af71: [BUGFIX] Check if popup window is there before focusing it
- A popup might be blocked by the browser. Check if the window
is really available before putting focus to it to avoid ... - 18:57 Revision dacd79bc: [TASK] Code-cleanup for ContentObjectRenderer
- Change-Id: I854edf2cf3d92236a9873bb37e3fef28ce6dc242
Resolves: #71690
Releases: master
Reviewed-on: https://review.ty... - 17:28 Revision 0d4e2457: [TASK] CSC: Do not show pageTS template if it's included by default
- If the extension css_styled_content is configured to include the
pageTS by default, there is no need to show the temp... - 16:35 Revision c31237e5: [BUGFIX] Fix fatal error in SpacelessViewHelper
- Resolves: #71676
Releases: master
Change-Id: I6e8943809b866ca354d0f264df8069fb630705e1
Reviewed-on: https://review.ty... - 16:01 Revision 8371e407: [BUGFIX] Fix css_styled_content documentation
- Resolves: #71685
Releases: master
Change-Id: I0b4c1b55750fe2d74755f087c1d356a3ff08d5e2
Reviewed-on: https://review.ty... - 15:50 Revision eecafcd2: [FOLLOWUP][BUGFIX] Render PDFs and MP3s in FSC.
- Move default case to bottom in switch/case VH
Resolves: #71502
Resolves: #71474
Releases: master
Change-Id: I3ed6365... - 11:00 Revision 1113776f: [BUGFIX] Reenable JS in Extension Manager
- Due to commit https://review.typo3.org/40936/ the JavaScript loaded by
the Extension Manager breaks because jQuery is...
2015-11-18
- 17:02 Revision 0415bce8: [BUGFIX] Restore clear cache menu icon if clearing fatals
- Currently, the clear cache icon in the top menu only gets restored when
the clearing process was successful. If the c... - 16:56 Revision 031c6021: [BUGFIX] RTE-API: correct check for backpath in writeTemporaryFile
- \TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi::writeTemporaryFile needs to
also check regarding FE_MODE or frontend editing a... - 15:53 Revision 6a83685f: [BUGFIX] Wizard crpages: add missing space before help icon
- Add missing space between created pages and module
quick-help link after the form is sent.
Releases: master
Resolves... - 11:31 Revision 07ac900b: [BUGFIX] Show nav title in element browser
- Show the nav title instead of the page title in the element browser
(f.e. in the link wizard), if the user TSconfig s... - 11:22 Revision ed765fb4: [BUGFIX] Handle pageTSconfig correctly for TS
- The page TSconfig includes need to be processed for TypoScript
as well in order to have constants from TSconfig avail...
2015-11-17
- 14:20 Revision 3d5f9cf5: [BUGFIX] Fix f:cObject documentation example
- Fix current value example.
Releases: master, 6.2
Resolves: #71620
Change-Id: Ie82bab5a6767c664951c2e163a08015b5f7e33... - 14:19 Revision 7d4f18c2: [BUGFIX] Fix f:cObject documentation example
- Fix current value example.
Releases: master, 6.2
Resolves: #71620
Change-Id: Ie82bab5a6767c664951c2e163a08015b5f7e33...
2015-11-16
- 22:38 Revision 09cbaf2d: [TASK] Fix CGL errors
- Change-Id: Ibd5f4905f273921a1377a6c2113f69ba4063c4b2
Resolves: #71612
Releases: master
Reviewed-on: https://review.ty... - 17:43 Revision b97bf023: [BUGFIX] IE show DatePicker
- IE now opens the DatePicker either by clicking
inside the field or on the button.
Change-Id: I1e32d0840ef9f8c7b49588... - 16:20 Revision b6d55de6: [BUGFIX] Flexform: Removing section element with empty required field
- Resolves: #71323
Releases: master
Change-Id: I7836db48d33887c15d1a41bacba0d9fb02fd3a78
Reviewed-on: https://review.ty... - 13:01 Revision 7b0e571e: [TASK] Label fluid_styled_content as beta
- Resolves: #71581
Releases: master
Change-Id: Icfc219936451f7ed426c9953addadbd0a18020b2
Reviewed-on: https://review.ty... - 12:50 Revision 64492799: [BUGFIX] IE: make save button usable
- Correctly handling of save button for IE.
Due to IE not supporting form attribute on button
the save button doesn't w... - 11:59 Revision 7c37a6f2: [BUGFIX] Align icons in System Information Panel
- Add the ``fa-fw`` class to enforce a fixed width for each icon to align the
labels next to the icons correctly.
Reso... - 10:04 Revision 39906992: [BUGFIX] Fix compiled css
- Releases: master
Resolves: #71589
Change-Id: I5ba964a6df3b4a85354bca16df7d7aa64f294eb3
Reviewed-on: https://review.ty... - 08:03 Revision 1f7d3ecf: [TASK] Link the item column in linkvalidator report
- To be in sync with the rest of the core, the element information of the
linkvalidator result is moved to the first co... - 07:12 Revision 89400147: [BUGFIX] jquery loaded twice if loadJQuery="true" is set via fluid
- Resolves: #67935
Releases: master
Change-Id: Id6bc1b411d0e692c74997c2258914f75bb5da3a7
Reviewed-on: https://review.ty...
2015-11-15
- 16:08 Revision 7b3c32e7: [BUGFIX] Do not prepend siteUrl in RTE when handler keyword is present
- Resolves: #71510
Releases: master
Change-Id: I4d7b67dc94c284d0b816aa41578e411ca6c26101
Reviewed-on: https://review.ty... - 15:49 Revision 4abd1801: [BUGFIX] Remove HTML markup from flashMessage
- This patch adds the possibility to add line breaks to JS Notifications
to be able to structure the output of extensio... - 12:36 Revision 28ce5a43: [BUGFIX] Adminpanel: Parts under "Editing" only with EXT:feedit
- Some functions under "Editing" are only possible if EXT:feedit
is loaded.
Change-Id: I4a6da75c1da65702357468c6577924... - 12:35 Revision 7fea4a01: [BUGFIX] Installtool: add bottom margin for content-area
- Add global bottom margin for the main content area.
Releases: master
Resolves: #71384
Change-Id: I5caf82dfe3fcf228fe... - 12:22 Revision 746c162c: [BUGFIX] Empty array not encoded as empty XML tag
- When encoding an empty array, an empty line with indentation was
created. If the <el> tag had a proper type="array" a...
Also available in: Atom