Skip to content

Releases: FriendsOfTYPO3/frontend_editing

Preview mode fix

06 Sep 11:55
Compare
Choose a tag to compare

This release contains fixes that ensure that the Preview mode always is only displayed when frontend editing is activated.

  • [BUGFIX] Make sure to only display ''Preview mode'' in frontend_editing mode

Modal visibility

31 Jul 05:27
Compare
Choose a tag to compare

This release contains fixes that ensure that the Modal always is visible when activated.

  • [TASK] Fix z-index on Modal so it is always on top

Performance and UI improvements

12 Jul 06:47
Compare
Choose a tag to compare

This is a new major release which have focus on better performance and a more slim UI. A big part of the UI changes are related to the inline editing to make it more intuitive.

General UI:

  • [FEATURE] Buttons on right bar to edit/create a page
  • [TASK] Darker loading screen
  • [BUGFIX] Prevent double confirm modal on delete action
  • [BUGFIX] Use already initialized language service $GLOBALS['LANG']
  • [TASK] Make the save key more unique
  • [TASK] Add notification for when opening inline editing and unsaved changes

Inline editing:

  • [FEATURE] Add 'New' action icon
  • [FEATURE] Make record editing possible (like news records)
  • [TASK] Change showing hidden elements
  • [TASK] Move action icons to left
  • [FEATURE] Retain scrollbar position after reloading
  • [FEATURE] Handle drag&drop of nested CE
  • [TASK] Improve dropzone active state
  • [TASK] Add record title to ''title'' attribute in inline actions icon

Performance:

  • [TASK] Load page by ajax request without get variable
  • [TASK] Set iframe content direct on first load
  • [BUGFIX] Unset page setup before render the toolbars

Performance and UI improvements

12 Jul 06:03
Compare
Choose a tag to compare
Pre-release

This is a new major release which have focus on better performance and a more slim UI. A big part of the UI changes are related to the inline editing to make it more intuitive.

General UI:

  • [FEATURE] Buttons on right bar to edit/create a page
  • [TASK] Darker loading screen
  • [BUGFIX] Prevent double confirm modal on delete action
  • [BUGFIX] Use already initialized language service $GLOBALS['LANG']
  • [TASK] Make the save key more unique
  • [TASK] Add notification for when opening inline editing and unsaved changes

Inline editing:

  • [FEATURE] Add 'New' action icon
  • [FEATURE] Make record editing possible (like news records)
  • [TASK] Change showing hidden elements
  • [TASK] Move action icons to left
  • [FEATURE] Retain scrollbar position after reloading
  • [FEATURE] Handle drag&drop of nested CE
  • [TASK] Improve dropzone active state
  • [TASK] Add record title to ''title'' attribute in inline actions icon

Performance:

  • [TASK] Load page by ajax request without get variable
  • [TASK] Set iframe content direct on first load
  • [BUGFIX] Unset page setup before render the toolbars

Content type change

07 Jun 06:07
Compare
Choose a tag to compare

This release contains the following fixes:

  • Make it possible to change content type in Modal popup
  • Update documentation regarding optional "field" in view helper

Linkhandler error

15 May 07:02
Compare
Choose a tag to compare

This release contains the following fixes:

  • Link wizard in rte not working in TYPO3 8.7 LTS
  • Can not disable "Frontend editing" in User settings

Improved creation of new content elements

08 May 05:45
Compare
Choose a tag to compare

This release focus on improved handling of creating new content elements, so now there is support for multi column layouts. So from now on the is a possibility to add new content elements to for example a 3 column splitter, to each and one of the columns.

Bug fixes:

  • If a headline has more than 50 characters editor shows wrong stuff #162
  • Multicolumn, how to move content elements between them #112
  • Minor documentation improvements

Fix broken documentation link

04 May 09:00
Compare
Choose a tag to compare
v1.0.6

[TASK] Update extension version to 1.0.6

Improve handling of headline inline editing

04 May 06:32
Compare
Choose a tag to compare

This release contains the following fixes:

  • Remove tags from record title for inline editing
  • Set UID of root page when ?id= missing
  • Improved default dropzone configuration

Create content element in empty column

27 Apr 10:20
Compare
Choose a tag to compare

This release contains the following bug fixes:

  • TYPO3 backend user image broken
  • Not possible to create new content element on blank page
  • Editable fields gets wrapped in 'p' tag