]> BookStack Code Mirror - bookstack/log
bookstack
2 years agoAdded code editor changes mobile design handling 3512/head
Dan Brown [Mon, 20 Jun 2022 22:12:07 +0000 (23:12 +0100)]
Added code editor changes mobile design handling

2 years agoAdjusted code manager changes for dark mode
Dan Brown [Mon, 20 Jun 2022 22:06:54 +0000 (23:06 +0100)]
Adjusted code manager changes for dark mode

2 years agoAligned other popup windows
Dan Brown [Mon, 20 Jun 2022 22:02:06 +0000 (23:02 +0100)]
Aligned other popup windows

Primary change was altering image-manager to use same footer bar style
as other windows.

2 years agoUpdated code editor language lists
Dan Brown [Mon, 20 Jun 2022 16:49:56 +0000 (17:49 +0100)]
Updated code editor language lists

To align and update supported languages.

Related to #3511 and #3494

2 years agoTweaked code editor sidebar side to be smaller
Dan Brown [Mon, 20 Jun 2022 16:16:28 +0000 (17:16 +0100)]
Tweaked code editor sidebar side to be smaller

2 years agoPolished up code editor design
Dan Brown [Mon, 20 Jun 2022 16:11:34 +0000 (17:11 +0100)]
Polished up code editor design

2 years agoStarted design changes to the code-editor
Dan Brown [Mon, 20 Jun 2022 12:42:12 +0000 (13:42 +0100)]
Started design changes to the code-editor

2 years agoMerge pull request #3499 from BookStackApp/convert_hierachy
Dan Brown [Mon, 20 Jun 2022 11:51:13 +0000 (12:51 +0100)]
Merge pull request #3499 from BookStackApp/convert_hierachy

Chapter and Book Conversion Actions

2 years agoRemoved bad trailing comma in method 3499/head
Dan Brown [Sun, 19 Jun 2022 17:45:48 +0000 (18:45 +0100)]
Removed bad trailing comma in method

2 years agoFixed failing tests after conversion changes
Dan Brown [Sun, 19 Jun 2022 17:44:34 +0000 (18:44 +0100)]
Fixed failing tests after conversion changes

2 years agoApplied styleci changes for conversion work
Dan Brown [Sun, 19 Jun 2022 17:14:53 +0000 (18:14 +0100)]
Applied styleci changes for conversion work

2 years agoAdded tests for content conversion action permissions
Dan Brown [Sun, 19 Jun 2022 17:12:36 +0000 (18:12 +0100)]
Added tests for content conversion action permissions

- Updated 'removePermissionFromUser' test helper to work for
  entity-permissions that become part of the joint permissions system.

2 years agoAdded tests and doc updates for shelf/book cover image API abilities
Dan Brown [Sun, 19 Jun 2022 16:26:23 +0000 (17:26 +0100)]
Added tests and doc updates for shelf/book cover image API abilities

2 years agoAdded tests to cover convert functionality
Dan Brown [Sun, 19 Jun 2022 15:57:33 +0000 (16:57 +0100)]
Added tests to cover convert functionality

Also updated cloner class with typed properties.

2 years agoExtracted conversion text to translation file
Dan Brown [Sun, 19 Jun 2022 15:23:18 +0000 (16:23 +0100)]
Extracted conversion text to translation file

2 years agoMerge pull request #3503 from andrii-bodnar/fix/crowdin-name
Dan Brown [Thu, 16 Jun 2022 11:07:40 +0000 (12:07 +0100)]
Merge pull request #3503 from andrii-bodnar/fix/crowdin-name

Fix Crowdin name in the language_request issue template

2 years agoFix Crowdin name in the language_request issue template 3503/head
Andrii Bodnar [Thu, 16 Jun 2022 08:34:27 +0000 (11:34 +0300)]
Fix Crowdin name in the language_request issue template

2 years agoGot book to shelf conversions working
Dan Brown [Wed, 15 Jun 2022 14:05:08 +0000 (15:05 +0100)]
Got book to shelf conversions working

- Also extracted shelf to book view elements to own partial.
- Fixed some existing logic including image param handling in update
  request and activity logging against correct element.

2 years agoGot chapter conversion to books working
Dan Brown [Tue, 14 Jun 2022 15:42:29 +0000 (16:42 +0100)]
Got chapter conversion to books working

- Added required UI within edit view.
- Added required routes and controller actions.

2 years agoAdded clone of entity permissions on chapter/book promotion
Dan Brown [Tue, 14 Jun 2022 14:55:44 +0000 (15:55 +0100)]
Added clone of entity permissions on chapter/book promotion

2 years agoStarted work on hierachy conversion actions
Dan Brown [Mon, 13 Jun 2022 16:20:21 +0000 (17:20 +0100)]
Started work on hierachy conversion actions

- Updates book/shelf cover image handling for easier cloning/handling.
- Adds core logic for promoting books/chapters up a level.
- Enables usage of book/shelf cover image via API.

Related to #1087

2 years agoApplied styleci changes, updated composer deps
Dan Brown [Fri, 10 Jun 2022 11:37:14 +0000 (12:37 +0100)]
Applied styleci changes, updated composer deps

3 years agoExtracted download response logic to its own class
Dan Brown [Wed, 8 Jun 2022 22:50:42 +0000 (23:50 +0100)]
Extracted download response logic to its own class

Cleans up base controller and groups up download & streaming logic for
potential future easier addition of range request support.

3 years agoAdded audio mimes to our safe list for inline serving
Dan Brown [Wed, 8 Jun 2022 21:30:23 +0000 (22:30 +0100)]
Added audio mimes to our safe list for inline serving

Closes #3485

3 years agoUpdated composer deps, applied styleci changes
Dan Brown [Wed, 8 Jun 2022 17:00:30 +0000 (18:00 +0100)]
Updated composer deps, applied styleci changes

3 years agoReorganised and split out export templates & styles
Dan Brown [Wed, 8 Jun 2022 16:56:59 +0000 (17:56 +0100)]
Reorganised and split out export templates & styles

Moved export templates elements into their own folder for better
grouping of logical usage.
Within the base export template, added some body classes to allow easier
targeted customisation via custom head css.
Split content of export templates into smaller partials for easier
future customization.

Closes #3443

3 years agoUpdated markdown preview to update on diff-basis
Dan Brown [Tue, 7 Jun 2022 15:07:28 +0000 (16:07 +0100)]
Updated markdown preview to update on diff-basis

Uses vdom system to diff and update the current markdown preview view
instead of requiring a full HTML replace change.
This should provide better performance, expecially where dynamically
loaded content such as iframes were in use.

Closes #3454

3 years agoUpdated image drop handling to respect original file name
Dan Brown [Tue, 7 Jun 2022 13:59:00 +0000 (14:59 +0100)]
Updated image drop handling to respect original file name

Now uses the previously timestamp gen name as a backup to the original
name. Aligns with the image manager upload which uses the original name
where given.

Closes #3470

3 years agoRemoved `image_id` property from books & shelves api docs
Dan Brown [Tue, 7 Jun 2022 13:27:45 +0000 (14:27 +0100)]
Removed `image_id` property from books & shelves api docs

This was either not provided or not provided for the last 18 months.
Likely not providing much value as-is so removing.

Closes #3474

3 years agoAdded codeblock latex/stext support
Dan Brown [Mon, 30 May 2022 17:41:40 +0000 (18:41 +0100)]
Added codeblock latex/stext support

For #3458

3 years agoPrevented inadvertant logging during MFA flow
Dan Brown [Mon, 30 May 2022 17:31:08 +0000 (18:31 +0100)]
Prevented inadvertant logging during MFA flow

- Added StoppedAuthenticationException to dontReport list.
- Added test to cover.

Closes #3468

3 years agoMerge branch 'development' of github.com:BookStackApp/BookStack into development
Dan Brown [Mon, 30 May 2022 16:01:46 +0000 (17:01 +0100)]
Merge branch 'development' of github.com:BookStackApp/BookStack into development

3 years agoUpdated JS deps
Dan Brown [Mon, 30 May 2022 16:01:32 +0000 (17:01 +0100)]
Updated JS deps

3 years agoUpdate dev version to track current release target
Dan Brown [Mon, 30 May 2022 15:58:01 +0000 (16:58 +0100)]
Update dev version to track current release target

3 years agoMerge pull request #3416 from BookStackApp/group_sync_comma_escaping
Dan Brown [Mon, 30 May 2022 15:55:32 +0000 (16:55 +0100)]
Merge pull request #3416 from BookStackApp/group_sync_comma_escaping

Added ability to escape role "External Auth ID" commas

3 years agoMerge pull request #3433 from BookStackApp/tiny_improvements
Dan Brown [Mon, 30 May 2022 15:51:59 +0000 (16:51 +0100)]
Merge pull request #3433 from BookStackApp/tiny_improvements

Bunch of tiny improvements

3 years agoUpdated funding with kofi link
Dan Brown [Mon, 30 May 2022 15:49:24 +0000 (16:49 +0100)]
Updated funding with kofi link

3 years agoUpdated PHP deps
Dan Brown [Mon, 30 May 2022 15:46:48 +0000 (16:46 +0100)]
Updated PHP deps

3 years agoUpdated attachment links to have dropdown for open type 3433/head
Dan Brown [Thu, 19 May 2022 16:38:04 +0000 (17:38 +0100)]
Updated attachment links to have dropdown for open type

- Allows easier accessibility of inline attachments.
- Introduces a new split-icon-list-item thingy to support such cases
  where only part of the button is actually linked.

3 years agoMade chapter toggle in book sidebar nav more consistent
Dan Brown [Wed, 18 May 2022 13:06:40 +0000 (14:06 +0100)]
Made chapter toggle in book sidebar nav more consistent

- Now has a hover state to match other items.
- Now spans the full sidebar with like other items.
- Also updated chapter-toggle to a chapter-contents component, following
  the newer component system.

3 years agoReadjusted book child item styles after other changes
Dan Brown [Wed, 18 May 2022 12:28:34 +0000 (13:28 +0100)]
Readjusted book child item styles after other changes

Was extra space showing due to structure changes and flex gap.

3 years agoTweaked chapter list item styles
Dan Brown [Wed, 18 May 2022 12:18:21 +0000 (13:18 +0100)]
Tweaked chapter list item styles

- Improves animation smoothness
- Changed animation slideup/down animations to use max-height instead of height
  to better avoid jutter at the end.
- Cleaned spacing to match page items in books listing.

3 years agoMade the "Custom HTML Head Content" setting a highlighted code editor
Dan Brown [Tue, 17 May 2022 16:39:31 +0000 (17:39 +0100)]
Made the "Custom HTML Head Content" setting a highlighted code editor

3 years agoAligned collapsed header dropdown item styles
Dan Brown [Tue, 17 May 2022 13:27:58 +0000 (14:27 +0100)]
Aligned collapsed header dropdown item styles

Previously the desktop-visible items would style different when collapsed
into the expanded dropdown menu, compared to existing items.

3 years agoRefined header bar styles
Dan Brown [Tue, 17 May 2022 13:16:43 +0000 (14:16 +0100)]
Refined header bar styles

- Updated many items to be flexbox-based.
- Updated & aligned hover states across header bar items.

3 years agoFixed some inputs affected by height changes
Dan Brown [Tue, 17 May 2022 12:37:43 +0000 (13:37 +0100)]
Fixed some inputs affected by height changes

3 years agoFixed entity-specific tag counts listing
Dan Brown [Mon, 16 May 2022 13:05:21 +0000 (14:05 +0100)]
Fixed entity-specific tag counts listing

Was reporting wrong due to use of old polymorphic namespace references.
Test was not picking up as assertElementContains had wider scope than
expected, looking within the HTML of the element instead of the text
which you might expect. Updated test helper to look at text instead.

3 years agoRemoved dialog debug script from default home
Dan Brown [Mon, 16 May 2022 12:36:42 +0000 (13:36 +0100)]
Removed dialog debug script from default home

Accidentally left in from before.
Closes #3430

3 years agoImproved input size consistency
Dan Brown [Sat, 14 May 2022 15:05:29 +0000 (16:05 +0100)]
Improved input size consistency

Specifically updates dropdown search and user-search implementation,
although does affect all inputs.
Decouples breadcrum and select-style dropdown search toggles.

Addresses #2678

3 years agoUpdated dropdown search boxe positions to align with other dropdowns
Dan Brown [Sat, 14 May 2022 13:19:54 +0000 (14:19 +0100)]
Updated dropdown search boxe positions to align with other dropdowns

3 years agoFixed skip-to-content link shadow being slightly visible
Dan Brown [Sat, 14 May 2022 12:59:10 +0000 (13:59 +0100)]
Fixed skip-to-content link shadow being slightly visible

Would cause a slight dark area in top left of view while hidden.

3 years agoUpdated tri-layout sidebars to not be cut-off by padding
Dan Brown [Sat, 14 May 2022 12:55:03 +0000 (13:55 +0100)]
Updated tri-layout sidebars to not be cut-off by padding

Would cause effect where scroll area would be cut of by spacing which
looked a bit strange. This retains the same padding sizes but cuts the
content at the header or top of viewport.

3 years agoAdded animation transition for breadcrumb dropdown load
Dan Brown [Sat, 14 May 2022 12:32:25 +0000 (13:32 +0100)]
Added animation transition for breadcrumb dropdown load

Animates the height on breadcrumb dropdown menus to transition to the
loaded animations quicker. Includes a new animation helper for doing
similar tasks in future.

3 years agoFixed loading animation delay
Dan Brown [Sat, 14 May 2022 12:31:24 +0000 (13:31 +0100)]
Fixed loading animation delay

Loading animation would show in an unready state due to animation-delay
on components. Updated to a negative delay to ensure elements were in
correct positions right away upon show.

3 years agoUpdated breadcrumb dropdown styles, improved keyboard nav
Dan Brown [Sat, 14 May 2022 12:11:48 +0000 (13:11 +0100)]
Updated breadcrumb dropdown styles, improved keyboard nav

- Removed harsh theme color border between search and content.
- Prevented intermediate focus on list container to align arrow & tab
  behaviour, and to get to content quicker.

3 years agoImproved card list design
Dan Brown [Sat, 14 May 2022 11:54:23 +0000 (12:54 +0100)]
Improved card list design

- Removed border and rounded list item styles to make hover states have
  less edge detail and to align with other UI elements.
- In expanded-detail view, removed space used for entity description if
  there is not description content existing.

3 years agoTidied up book navigation styles
Dan Brown [Fri, 13 May 2022 17:34:47 +0000 (18:34 +0100)]
Tidied up book navigation styles

- Removed background track line since it would darken entity item bars.
- Updated item spacing to be a bit tighter.
- Updated action hover styles to be a bit lighter, and visible on dark
  mode, to fit rest of system.

3 years agoCleaned up entity details listing
Dan Brown [Fri, 13 May 2022 17:03:43 +0000 (18:03 +0100)]
Cleaned up entity details listing

3 years agoImproved the display of dropdown menus
Dan Brown [Fri, 13 May 2022 16:12:45 +0000 (17:12 +0100)]
Improved the display of dropdown menus

- Tweaked styling to add a little extra shadow and be more rounded to
  match other UI areas.
- Added slight horizontal inset when in right sidebar to prevent shadow
  being cut-off in most cases.
- Added logic to "drop upwards" if dropping down would take the menu
  offscreen.

3 years agoReduced excess margin in chapter contents lists
Dan Brown [Thu, 12 May 2022 16:27:57 +0000 (17:27 +0100)]
Reduced excess margin in chapter contents lists

3 years agoEmbedded css sources for easier firefox dev work
Dan Brown [Thu, 12 May 2022 16:27:29 +0000 (17:27 +0100)]
Embedded css sources for easier firefox dev work

3 years agoUpdated default value for secure session detection
Dan Brown [Wed, 11 May 2022 15:46:59 +0000 (16:46 +0100)]
Updated default value for secure session detection

Updated default value for APP_URL so that the startsWith call is not
passed null, since that causes deprecation notice in PHP8.1.
Would show when APP_URL was not set, adding extra confusiion.

3 years agoUpdated translators, applied styleCI change
Dan Brown [Mon, 9 May 2022 15:09:31 +0000 (16:09 +0100)]
Updated translators, applied styleCI change

3 years agoFixed LDAP_DUMP_* options when data contains binary
Dan Brown [Mon, 9 May 2022 14:57:50 +0000 (15:57 +0100)]
Fixed LDAP_DUMP_* options when data contains binary

Dumping details that were binary, such as the jpegphoto data, would
cause the dump to fail on the encoding to JSON.
This change forces content to be UTF8 before dumping.
Updated existing test to cover.

Closes #3396

3 years agoUpdated attachment download to check OB before cleaning it
Dan Brown [Mon, 9 May 2022 14:25:06 +0000 (15:25 +0100)]
Updated attachment download to check OB before cleaning it

Call to `ob_end_clean` would error if the environment did not use the
PHP `output_buffering` option. This adds an additional check and updates
the comment to be more specific to the exact scenario of the condition.
Tested with output_buffering=Off and output_buffering=4096

Closes #3415

3 years agoNew Crowdin updates (#3418)
Dan Brown [Mon, 9 May 2022 14:15:35 +0000 (15:15 +0100)]
New Crowdin updates (#3418)

3 years agoAdded rate limit section to the API docs
Dan Brown [Mon, 9 May 2022 14:12:29 +0000 (15:12 +0100)]
Added rate limit section to the API docs

Closes #3423

3 years agoAdded Farsi language available
Dan Brown [Mon, 9 May 2022 13:58:04 +0000 (14:58 +0100)]
Added Farsi language available

Closes #3426

3 years agoUpdated PHP deps
Dan Brown [Mon, 9 May 2022 13:57:34 +0000 (14:57 +0100)]
Updated PHP deps

3 years agoAdded support plans link to issue links
Dan Brown [Thu, 5 May 2022 14:48:27 +0000 (15:48 +0100)]
Added support plans link to issue links

3 years agoUpdated method of string interpolation
Dan Brown [Thu, 5 May 2022 08:33:25 +0000 (09:33 +0100)]
Updated method of string interpolation

In prep for future PHP changes as per RFC
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation

3 years agoApplied styleci changes
Dan Brown [Wed, 4 May 2022 20:19:46 +0000 (21:19 +0100)]
Applied styleci changes

3 years agoNew Crowdin updates (#3402)
Dan Brown [Wed, 4 May 2022 20:18:47 +0000 (21:18 +0100)]
New Crowdin updates (#3402)

3 years agoAdded ability to escape role "External Auth ID" commas 3416/head
Dan Brown [Wed, 4 May 2022 20:03:13 +0000 (21:03 +0100)]
Added ability to escape role "External Auth ID" commas

- Using a backslash in this field before a comma.
- Could potentially (Although unlikely) be a breaking change.

For #3405

3 years agoMerge branch 'development' of github.com:BookStackApp/BookStack into development
Dan Brown [Wed, 4 May 2022 20:01:20 +0000 (21:01 +0100)]
Merge branch 'development' of github.com:BookStackApp/BookStack into development

3 years agoFixed double path slash URL issue in some cases
Dan Brown [Wed, 4 May 2022 19:08:22 +0000 (20:08 +0100)]
Fixed double path slash URL issue in some cases

- Occurred on system request path usage (Primarily on guest login
  redirection) when a custom path was not in use.
- Added test to cover.

For #3404

3 years agoNew Crowdin updates (#3401)
Dan Brown [Fri, 29 Apr 2022 14:53:06 +0000 (15:53 +0100)]
New Crowdin updates (#3401)

3 years agoAdded uzbeck into local list
Dan Brown [Fri, 29 Apr 2022 14:52:11 +0000 (15:52 +0100)]
Added uzbeck into local list

Not yet an actual added language yet due to low translation rate.

3 years agoUpdated translation attribution before v22.04
Dan Brown [Fri, 29 Apr 2022 14:43:30 +0000 (15:43 +0100)]
Updated translation attribution before v22.04

3 years agoMerge pull request #3373 from evandroamaro/patch-1
Dan Brown [Fri, 29 Apr 2022 14:41:04 +0000 (15:41 +0100)]
Merge pull request #3373 from evandroamaro/patch-1

Tiny header

3 years agoNew Crowdin updates (#3384)
Dan Brown [Fri, 29 Apr 2022 14:40:38 +0000 (15:40 +0100)]
New Crowdin updates (#3384)

3 years agoApplied stylci changes, updated composer deps
Dan Brown [Fri, 29 Apr 2022 14:38:06 +0000 (15:38 +0100)]
Applied stylci changes, updated composer deps

3 years agoImproved iframe & summary handling in HTML to MD conversion
Dan Brown [Fri, 29 Apr 2022 13:58:28 +0000 (14:58 +0100)]
Improved iframe & summary handling in HTML to MD conversion

3 years agoFixed drawing handling on HTML to Markdown conversion
Dan Brown [Fri, 29 Apr 2022 11:17:14 +0000 (12:17 +0100)]
Fixed drawing handling on HTML to Markdown conversion

3 years agoMove html to markdown formatting tests to their own class
Dan Brown [Fri, 29 Apr 2022 10:50:34 +0000 (11:50 +0100)]
Move html to markdown formatting tests to their own class

3 years agoTweaked DRAW.IO params in complete .env file to show configure param
Dan Brown [Wed, 27 Apr 2022 16:52:35 +0000 (17:52 +0100)]
Tweaked DRAW.IO params in complete .env file to show configure param

3 years agoApplied latest StyleCI changes
Dan Brown [Mon, 25 Apr 2022 17:42:31 +0000 (18:42 +0100)]
Applied latest StyleCI changes

3 years agoMerge branch 'recycle_bin_api_endpoints' into development
Dan Brown [Mon, 25 Apr 2022 17:32:55 +0000 (18:32 +0100)]
Merge branch 'recycle_bin_api_endpoints' into development

3 years agoUpdated polymorphic database relation types to simpler version
Dan Brown [Mon, 25 Apr 2022 17:31:37 +0000 (18:31 +0100)]
Updated polymorphic database relation types to simpler version

- Means we can use these simpler types in API response, As desired in #3377.

Closes #3395

3 years agoReviewed recycle bin API PR and made changes
Dan Brown [Mon, 25 Apr 2022 16:54:59 +0000 (17:54 +0100)]
Reviewed recycle bin API PR and made changes

Made the following changes, many of these are just to align with
existing conventions.

- Updated urls to be hypenated, instead of underscored, to match other system endpoints.
- Updated URL parameter to be `deletionId` instead of `id`, and removed the ID-based comment on controller methods, so the required ID model is clear from the URL alone, since its not clear from the URL endpoint alone like existing endpoints. This follows the pattern used in the "web" routes.
- Added extra detail on some controller method comments, and copied permission comment to each method.
- Removed existing field visibility mechanisms to use simpler model-based visibility since we didn't need anything too special here (After some of my other changes).
- Allowed the "deletable" model to be shown in response to provide a little more detail on the main deleted item.
- Updated parent/child-count loading to be on the "deletable" model instead of additional properties which results in simpler controller logic and enforces the idea these are relations on the deletable, not the deletion itself. It also removes additional exposure of model namespacing.
- Updated (int) casts to intval, just since that's our most common conversion method in the codebase.
- Testing: Removed `actingAsAuthorizedUser` and used the admin user instead to prevent extra auth steps on each test.
- Testing: Cut logic/data-checks from tests if already covered by other tests.
- Testing: Added simple assertions for delete/restore response data.
- Examples: Updated list example to reflect changes.

Review of PR #3377
To be followed up with changes to polymorphic relations to hide
namespacing.

3 years agoUpdated composer deps, applied latest StyleCI changes
Dan Brown [Sun, 24 Apr 2022 17:22:40 +0000 (18:22 +0100)]
Updated composer deps, applied latest StyleCI changes

3 years agoMerge pull request #3364 from BookStackApp/app_url_requests
Dan Brown [Sun, 24 Apr 2022 13:52:38 +0000 (14:52 +0100)]
Merge pull request #3364 from BookStackApp/app_url_requests

Updated custom request overrides to better match original intent

3 years agoMerge pull request #3387 from BookStackApp/editor_switching
Dan Brown [Sun, 24 Apr 2022 13:03:03 +0000 (14:03 +0100)]
Merge pull request #3387 from BookStackApp/editor_switching

Page editor switching

3 years agoMerge pull request #3365 from BookStackApp/data_streaming
Dan Brown [Sun, 24 Apr 2022 12:59:47 +0000 (13:59 +0100)]
Merge pull request #3365 from BookStackApp/data_streaming

Add data streaming where beneficial to reduce memory usage

3 years agoMerge pull request #3391 from BookStackApp/drawio_config_event
Dan Brown [Sun, 24 Apr 2022 12:58:59 +0000 (13:58 +0100)]
Merge pull request #3391 from BookStackApp/drawio_config_event

Made it possible to configure draw.io/diagrams.net integration

3 years agodo some cleanup and add doc 3377/head
julesdevops [Sun, 24 Apr 2022 08:16:45 +0000 (10:16 +0200)]
do some cleanup and add doc

3 years agoAdded additional testing for editor switching permissions 3387/head
Dan Brown [Sat, 23 Apr 2022 22:34:15 +0000 (23:34 +0100)]
Added additional testing for editor switching permissions

3 years agoSwitched to database-based tracking for page editor
Dan Brown [Sat, 23 Apr 2022 22:20:46 +0000 (23:20 +0100)]
Switched to database-based tracking for page editor

- Works better to avoid bad assumptions when showing the editor based
  upon content type.
- Also updated some previous tests to cleaner format.

3 years agoAdded listing of editor type to revisions
Dan Brown [Sat, 23 Apr 2022 14:03:58 +0000 (15:03 +0100)]
Added listing of editor type to revisions

- Also tweaked some editor revision table styles and merged some
  sections to reduce space usage.

3 years agoAded tests for core editor switching functionality
Dan Brown [Sat, 23 Apr 2022 13:22:04 +0000 (14:22 +0100)]
Aded tests for core editor switching functionality

Morty Proxy This is a proxified and sanitized view of the page, visit original site.