]> BookStack Code Mirror - bookstack/log
bookstack
2 weeks agoLexical: Media form improvements 5653/head
Dan Brown [Sun, 15 Jun 2025 19:00:28 +0000 (20:00 +0100)]
Lexical: Media form improvements

- Allowed re-editing of existing embed HTML code.
- Handled "src" form field when video is using child source tags.

2 weeks agoLexical: Added a media toolbar, improved toolbars and media selection
Dan Brown [Sun, 15 Jun 2025 14:22:27 +0000 (15:22 +0100)]
Lexical: Added a media toolbar, improved toolbars and media selection

- Updated toolbars to auto-refresh ui if it attempts to update targeting
  a DOM element which no longer exists.
- Removed MediaNode dom specific click handling which was causing
  selection issues, and did not seem to be needed now.

2 weeks agoLexical: Fixed media resize handling
Dan Brown [Sun, 15 Jun 2025 12:55:42 +0000 (13:55 +0100)]
Lexical: Fixed media resize handling

- Updating height/width setting to clear any inline CSS width/height
  rules which would override and prevent resizes showing. This was
  common when switching media from old editor.
  Added test to cover.
- Updated resizer to track node so that it is retained & displayed
  across node DOM changes, which was previously causing the
  resizer/focus to disappear.

2 weeks agoLexical: Fixed double-bold text, updated tests
Dan Brown [Sat, 14 Jun 2025 13:50:10 +0000 (14:50 +0100)]
Lexical: Fixed double-bold text, updated tests

Double bold was due to text field exporting wrapping the output in <b>
tags when the main tag would already be strong.

2 weeks agoLexical: Fixed strange paragraph formatting behaviour
Dan Brown [Fri, 13 Jun 2025 18:40:13 +0000 (19:40 +0100)]
Lexical: Fixed strange paragraph formatting behaviour

Formatting was not persisted on empty paragraphs, and was instead based
upon last format encountered in selection.
This was due to overly-hasty removal of other formatting code, which
this got caught it.
Restored required parts from prior codebase.

Also updated inline format button active indicator to reflect formats
using the above, so correct buttons are shown as active even when just
in an empty paragraph.

2 weeks agoLexical: Made table resize handles more efficent & less buggy
Dan Brown [Fri, 13 Jun 2025 15:38:53 +0000 (16:38 +0100)]
Lexical: Made table resize handles more efficent & less buggy

Fine mouse movement and handles will now only be active when actually
within a table, otherwise less frequent mouseovers are used to track if
in/out a table.
Hides handles when out of a table, preventing a range of issues with
stray handles floating about.

2 weeks agoLexical: Fixed tiny image resizer on image insert
Dan Brown [Fri, 13 Jun 2025 14:58:59 +0000 (15:58 +0100)]
Lexical: Fixed tiny image resizer on image insert

Added specific focus on image insert, and updated resize handler to
watch for load events and toggle a resize once loaded.

2 weeks agoDeps: Bumped composer php package versions
Dan Brown [Fri, 13 Jun 2025 14:28:11 +0000 (15:28 +0100)]
Deps: Bumped composer php package versions

4 weeks agoMerge branch 'development' of github.com:BookStackApp/BookStack into development
Dan Brown [Sat, 31 May 2025 11:36:21 +0000 (12:36 +0100)]
Merge branch 'development' of github.com:BookStackApp/BookStack into development

4 weeks agoUpdated translation attribution and licenses before release
Dan Brown [Sat, 31 May 2025 11:35:47 +0000 (12:35 +0100)]
Updated translation attribution and licenses before release

4 weeks agoUpdated translations with latest Crowdin changes (#5622)
Dan Brown [Sat, 31 May 2025 11:15:16 +0000 (12:15 +0100)]
Updated translations with latest Crowdin changes (#5622)

4 weeks agoCleanup: Updated deps, fixed test, update issue templates
Dan Brown [Sat, 31 May 2025 11:11:00 +0000 (12:11 +0100)]
Cleanup: Updated deps, fixed test, update issue templates

Also removed some unused imports.

4 weeks agoMerge pull request #5627 from BookStackApp/lexical_20250525
Dan Brown [Wed, 28 May 2025 21:53:03 +0000 (22:53 +0100)]
Merge pull request #5627 from BookStackApp/lexical_20250525

Lexical Editor: Further fixes

4 weeks agoLexical: Updated WYSIWYG editor status from alpha to beta 5627/head
Dan Brown [Wed, 28 May 2025 21:52:09 +0000 (22:52 +0100)]
Lexical: Updated WYSIWYG editor status from alpha to beta

4 weeks agoLexical: Further improvements to table selection and captions
Dan Brown [Wed, 28 May 2025 21:47:39 +0000 (22:47 +0100)]
Lexical: Further improvements to table selection and captions

- Fixed errors with selection and range handling due to captions
  existing.
- Updated TableNode change handling to update existing DOM instead of
  re-creating, which avoids breaking an attached selection helper.
  - To support, Added function to handle node change detection and apply
    relevant dom updates for common properties.

4 weeks agoComments: Fixed tab focus change & button placement on form usage
Dan Brown [Wed, 28 May 2025 21:00:24 +0000 (22:00 +0100)]
Comments: Fixed tab focus change & button placement on form usage

Fixes issue of tabs jumping back to active comments when stopping a
reply to an archived comment.
Fixes button placement looking odd due to wrong location and differing
styles depending on interaction path.

5 weeks agoDeps: Updated composer/npm packages, fixed test namespace
Dan Brown [Tue, 27 May 2025 14:53:46 +0000 (15:53 +0100)]
Deps: Updated composer/npm packages, fixed test namespace

5 weeks agoLexical: Fixed issues with recent changes
Dan Brown [Mon, 26 May 2025 18:06:36 +0000 (19:06 +0100)]
Lexical: Fixed issues with recent changes

5 weeks agoLexical: Changed table esacpe handling
Dan Brown [Mon, 26 May 2025 17:47:51 +0000 (18:47 +0100)]
Lexical: Changed table esacpe handling

Avoids misuse of selectPrevious/Next as per prior commit which was then
causing problems elsewhere, and is probably best to avoid creation in
those select methods anyway.

5 weeks agoLexical: Added image insert via image link paste
Dan Brown [Mon, 26 May 2025 17:02:53 +0000 (18:02 +0100)]
Lexical: Added image insert via image link paste

Specifically added to align with existing TinyMCE behaviour which was
used by some users based upon new editor feedback.

5 weeks agoLexical: Fixed table column resizing changes not appearing
Dan Brown [Mon, 26 May 2025 14:19:11 +0000 (15:19 +0100)]
Lexical: Fixed table column resizing changes not appearing

Also fixed some resizer zindex issues.

5 weeks agoLexical: Made a range of selection improvements
Dan Brown [Mon, 26 May 2025 13:48:13 +0000 (14:48 +0100)]
Lexical: Made a range of selection improvements

Updated up/down handling to create where a selection candidate does not
exist, to apply to a wider scenario via the selectPrevious/Next methods.

Updated DOM selection change handling to identify single selections
within decorated nodes to select them in full, instead of losing
selection due to partial selection of their contents.

Updated table selection handling so that our colgroups are ignored for
internal selection focus handling.

5 weeks agoLexical: Updated dropdown handling to match tinymce behaviour
Dan Brown [Sun, 25 May 2025 15:28:42 +0000 (16:28 +0100)]
Lexical: Updated dropdown handling to match tinymce behaviour

Now toolbars stay open on mouse-out, and close on other toolbar open,
outside click or an accepted action.
To support:
- Added new system to track and manage open dropdowns.
- Added way for buttons to optionally emit events upon actions.
- Added way to listen for events.
- Used the above to control when dropdowns should hide on action, since
  some dont (like overflow containers and split dropdown buttons).

5 weeks agoLexical: Improved diagram selection and keyboard usage
Dan Brown [Sun, 25 May 2025 12:21:13 +0000 (13:21 +0100)]
Lexical: Improved diagram selection and keyboard usage

Fixes issues where drawings could not be removed via backspace or
delete.

5 weeks agoMerge pull request #5626 from BookStackApp/rubentalstra-development
Dan Brown [Sat, 24 May 2025 17:14:18 +0000 (18:14 +0100)]
Merge pull request #5626 from BookStackApp/rubentalstra-development

Review of #5429, OIDC avatar fetching

5 weeks agoAvatars: Added redirect handling image fetching 5626/head
Dan Brown [Sat, 24 May 2025 16:56:21 +0000 (17:56 +0100)]
Avatars: Added redirect handling image fetching

Up to 3 times.
Can be needed based upon testing with Auth0.
Should be fine as long as it's something clearly documented.
Added test to cover.

5 weeks agoTesting: Updated tests to account for recent page redirect changes
Dan Brown [Sat, 24 May 2025 15:47:01 +0000 (16:47 +0100)]
Testing: Updated tests to account for recent page redirect changes

5 weeks agoOIDC: Updated avatar fetching to run on each login
Dan Brown [Sat, 24 May 2025 15:34:36 +0000 (16:34 +0100)]
OIDC: Updated avatar fetching to run on each login

But only where the user does not already have an avatar assigned.
This aligns with the LDAP avatar fetching logic.

5 weeks agoOIDC: Added testing coverage for picture fetching
Dan Brown [Sat, 24 May 2025 13:36:36 +0000 (14:36 +0100)]
OIDC: Added testing coverage for picture fetching

5 weeks agoOIDC: Updated picture fetch implementation during review
Dan Brown [Sat, 24 May 2025 13:02:37 +0000 (14:02 +0100)]
OIDC: Updated picture fetch implementation during review

Review of #5429

5 weeks agoMerge branch 'development' of github.com:rubentalstra/BookStack into rubentalstra...
Dan Brown [Sat, 24 May 2025 12:28:23 +0000 (13:28 +0100)]
Merge branch 'development' of github.com:rubentalstra/BookStack into rubentalstra-development

5 weeks agoPages: Redirect user to view if they can't edit
Dan Brown [Sat, 24 May 2025 11:05:17 +0000 (12:05 +0100)]
Pages: Redirect user to view if they can't edit

For #5568

5 weeks agoMerge pull request #5625 from BookStackApp/avif_images
Dan Brown [Fri, 23 May 2025 16:30:24 +0000 (17:30 +0100)]
Merge pull request #5625 from BookStackApp/avif_images

AVIF image support

5 weeks agoImages: Added testing to cover animated avif handling 5625/head
Dan Brown [Fri, 23 May 2025 16:19:34 +0000 (17:19 +0100)]
Images: Added testing to cover animated avif handling

5 weeks agoImages: Added base avif support
Dan Brown [Fri, 23 May 2025 15:12:03 +0000 (16:12 +0100)]
Images: Added base avif support

Includes handling for animated avif images like apng.

5 weeks agoMerge pull request #5607 from BookStackApp/system_info_endpoint
Dan Brown [Thu, 22 May 2025 16:31:32 +0000 (17:31 +0100)]
Merge pull request #5607 from BookStackApp/system_info_endpoint

API: System info endpoint

5 weeks agoMerge pull request #5584 from BookStackApp/content_comments
Dan Brown [Thu, 22 May 2025 15:58:36 +0000 (16:58 +0100)]
Merge pull request #5584 from BookStackApp/content_comments

Content Comments

6 weeks agoUpdated translations with latest Crowdin changes (#5608)
Dan Brown [Sat, 17 May 2025 11:04:25 +0000 (12:04 +0100)]
Updated translations with latest Crowdin changes (#5608)

6 weeks agoMerge pull request #5609 from BookStackApp/5605-folder-permissions
Dan Brown [Sat, 17 May 2025 10:49:44 +0000 (11:49 +0100)]
Merge pull request #5609 from BookStackApp/5605-folder-permissions

Images: Updated local disk to have open dir perms

6 weeks agoCLI: Updated CLI with fixes
Dan Brown [Sat, 17 May 2025 10:47:33 +0000 (11:47 +0100)]
CLI: Updated CLI with fixes

- Updated php packages
- Added escaping for mysql options

6 weeks agoDeps: Updated composer packages
Dan Brown [Sat, 17 May 2025 10:40:58 +0000 (11:40 +0100)]
Deps: Updated composer packages

6 weeks agoReadme: Replaced discord/mastodon links, reformatted badges
Dan Brown [Wed, 14 May 2025 22:15:46 +0000 (23:15 +0100)]
Readme: Replaced discord/mastodon links, reformatted badges

6 weeks agoReadme: Added phamos as sponsor
Dan Brown [Wed, 14 May 2025 21:35:59 +0000 (22:35 +0100)]
Readme: Added phamos as sponsor

6 weeks agoImages: Updated local disk to have open dir perms 5609/head
Dan Brown [Wed, 14 May 2025 17:15:20 +0000 (18:15 +0100)]
Images: Updated local disk to have open dir perms

Closes #5605

6 weeks agoAPI: Added test to cover system info endpoint 5607/head
Dan Brown [Tue, 13 May 2025 19:46:11 +0000 (20:46 +0100)]
API: Added test to cover system info endpoint

6 weeks agoAPI: Added system read endpoint
Dan Brown [Tue, 13 May 2025 19:38:08 +0000 (20:38 +0100)]
API: Added system read endpoint

Standardised logic for reading app version to its own static class.

7 weeks agoComments: Fixed pointer display, Fixed translation test 5584/head
Dan Brown [Tue, 13 May 2025 11:03:15 +0000 (12:03 +0100)]
Comments: Fixed pointer display, Fixed translation test

7 weeks agoComments: Fixed a range of TS errors + other
Dan Brown [Mon, 12 May 2025 14:31:55 +0000 (15:31 +0100)]
Comments: Fixed a range of TS errors + other

- Migrated toolbox component to TS
- Aligned how custom event types are managed
- Fixed PHP use of content_ref where not provided

7 weeks agoComments: Split tests, added extra archive/reference tests
Dan Brown [Mon, 12 May 2025 13:26:09 +0000 (14:26 +0100)]
Comments: Split tests, added extra archive/reference tests

7 weeks agoComments: Checked content/arhived comment styles in dark mode
Dan Brown [Fri, 9 May 2025 13:17:04 +0000 (14:17 +0100)]
Comments: Checked content/arhived comment styles in dark mode

Also added default non-clickable styles for scenarios for references
which don't have an active content link.

7 weeks agoComments: Fixed display, added archive list support for editor toolbox
Dan Brown [Fri, 9 May 2025 11:14:28 +0000 (12:14 +0100)]
Comments: Fixed display, added archive list support for editor toolbox

7 weeks agoDeps: Updated PHP packages
Dan Brown [Thu, 8 May 2025 14:53:25 +0000 (15:53 +0100)]
Deps: Updated PHP packages

Mainly to update termwind which was causing issues for users on Arch
where a more recent libxml version was in use.

8 weeks agoUpdated translator & dependency attribution before release v25.02.3
Dan Brown [Mon, 5 May 2025 17:14:18 +0000 (18:14 +0100)]
Updated translator & dependency attribution before release v25.02.3

8 weeks agoDeps: Updated PHP packages
Dan Brown [Mon, 5 May 2025 17:09:49 +0000 (18:09 +0100)]
Deps: Updated PHP packages

8 weeks agoMerge pull request #5601 from BookStackApp/file_permissions
Dan Brown [Mon, 5 May 2025 11:54:40 +0000 (12:54 +0100)]
Merge pull request #5601 from BookStackApp/file_permissions

Images: Changed how new image permissions are set

8 weeks agoUpdated translations with latest Crowdin changes (#5566)
Dan Brown [Mon, 5 May 2025 11:24:12 +0000 (12:24 +0100)]
Updated translations with latest Crowdin changes (#5566)

8 weeks agoExports: Fixed CSS file BOM mark breaking CSS variables in exports
Dan Brown [Mon, 5 May 2025 11:21:32 +0000 (12:21 +0100)]
Exports: Fixed CSS file BOM mark breaking CSS variables in exports

Adds a dummy CSS rule to break as the first rule, instead of our
:root variables.
Fixes #5576

8 weeks agoImages: Changed how new image permissions are set 5601/head
Dan Brown [Sat, 3 May 2025 19:30:50 +0000 (20:30 +0100)]
Images: Changed how new image permissions are set

Removed default public visibility for images at the driver level,
leaving only doing this as a specific action in the logic.
Added try/catch around permission setting so that
permission-incompatible environments won't fatally fail, but instead
log a warning.

Tested via a google cloud storage bucket FUSE mount, mounted under another
user but with open 777 permissions.

Related to #5269

2 months agoComments: Further range of content reference ux improvements
Dan Brown [Thu, 1 May 2025 16:22:12 +0000 (17:22 +0100)]
Comments: Further range of content reference ux improvements

- Added reference indicator to comment create form.
  - Added remove action.
- Extracted reference text to translations.
- Changed reference hash to be text-based instead of HTML based.
- Added reference display for newly added comments.
- Handled reference marker delete on comment delete.

2 months agoComments: Addressed a range of edge cases and ux issues for references
Dan Brown [Thu, 1 May 2025 15:33:42 +0000 (16:33 +0100)]
Comments: Addressed a range of edge cases and ux issues for references

Handles only display and handling references when they're in the active
tab, while handling proper removal when made not visible.

2 months agoComments: Moved to tab UI, Converted tabs component to ts
Dan Brown [Wed, 30 Apr 2025 16:42:09 +0000 (17:42 +0100)]
Comments: Moved to tab UI, Converted tabs component to ts

2 months agoComments: Started archive display, created mode for tree node
Dan Brown [Mon, 28 Apr 2025 19:09:18 +0000 (20:09 +0100)]
Comments: Started archive display, created mode for tree node

2 months agoComments: Added archive endpoints, messages, Js actions and tests
Dan Brown [Mon, 28 Apr 2025 14:37:09 +0000 (15:37 +0100)]
Comments: Added archive endpoints, messages, Js actions and tests

2 months agoComments: Split out page comment reference logic to own component
Dan Brown [Sun, 27 Apr 2025 15:51:24 +0000 (16:51 +0100)]
Comments: Split out page comment reference logic to own component

Started support for editor view.
Moved comment elements to be added relative to content area instad of
specific target reference element.
Added relocating on screen size change.

2 months agoComments: Added reference marker to comments
Dan Brown [Sat, 26 Apr 2025 20:05:54 +0000 (21:05 +0100)]
Comments: Added reference marker to comments

2 months agoComments: Styled content comments & improved interaction
Dan Brown [Thu, 24 Apr 2025 12:21:23 +0000 (13:21 +0100)]
Comments: Styled content comments & improved interaction

2 months agoComments: Started inline comment display windows
Dan Brown [Mon, 21 Apr 2025 13:04:41 +0000 (14:04 +0100)]
Comments: Started inline comment display windows

2 months agoComments: Added inline comment marker/highlight logic
Dan Brown [Sat, 19 Apr 2025 13:07:52 +0000 (14:07 +0100)]
Comments: Added inline comment marker/highlight logic

2 months agoComments: Converted comment component to TS
Dan Brown [Sat, 19 Apr 2025 11:46:47 +0000 (12:46 +0100)]
Comments: Converted comment component to TS

2 months agoComments: Added back-end content reference handling
Dan Brown [Fri, 18 Apr 2025 20:13:49 +0000 (21:13 +0100)]
Comments: Added back-end content reference handling

Also added archived property, to be added.

2 months agoComments & Pointer: Converted components to typescript
Dan Brown [Fri, 18 Apr 2025 19:42:56 +0000 (20:42 +0100)]
Comments & Pointer: Converted components to typescript

Made changes for dom and translation services for easier usage
considering types.
trans_choice updated to allow default count replacement data as per
Laravel's default behaviour.

2 months agoComments: Started logic for content references
Dan Brown [Fri, 18 Apr 2025 14:01:57 +0000 (15:01 +0100)]
Comments: Started logic for content references

Adds button for comments to pointer.
Adds logic to generate a content reference point.

2 months agoUpdated translator & dependency attribution before release v25.02.2
Dan Brown [Wed, 2 Apr 2025 16:30:43 +0000 (17:30 +0100)]
Updated translator & dependency attribution before release v25.02.2

2 months agoMerge pull request #5558 from BookStackApp/lexical_round3
Dan Brown [Wed, 2 Apr 2025 16:23:38 +0000 (17:23 +0100)]
Merge pull request #5558 from BookStackApp/lexical_round3

Lexical Fixes: Round 3

2 months agoUpdated translations with latest Crowdin changes (#5537)
Dan Brown [Wed, 2 Apr 2025 16:19:34 +0000 (17:19 +0100)]
Updated translations with latest Crowdin changes (#5537)

2 months agoDeps: Updated composer packages
Dan Brown [Wed, 2 Apr 2025 14:30:31 +0000 (15:30 +0100)]
Deps: Updated composer packages

2 months agoMerge branch 'bernardo-campos/development' into development
Dan Brown [Wed, 2 Apr 2025 14:18:31 +0000 (15:18 +0100)]
Merge branch 'bernardo-campos/development' into development

2 months agoSort Rules: Updated name comparison to not ignore non-ascii chars
Dan Brown [Wed, 2 Apr 2025 14:17:17 +0000 (15:17 +0100)]
Sort Rules: Updated name comparison to not ignore non-ascii chars

Related to #5550 and #5542

3 months agoComments: Fixed missing comment timestamps
Dan Brown [Sun, 30 Mar 2025 16:36:48 +0000 (17:36 +0100)]
Comments: Fixed missing comment timestamps

Due to deleted code during Laravel 11 upgrade.
Added test to cover.
Closes #5555

3 months agoLexical: Added tests to cover recent changes 5558/head
Dan Brown [Fri, 28 Mar 2025 18:29:00 +0000 (18:29 +0000)]
Lexical: Added tests to cover recent changes

Also updated list tests to new test process.

3 months agoLexical: Improved navigation around images/media
Dan Brown [Fri, 28 Mar 2025 14:17:52 +0000 (14:17 +0000)]
Lexical: Improved navigation around images/media

- Added specific handling to move/insert-up/down on arrow press.
- Prevented resize overlay from interrupting image node focus.

3 months agoLexical: Made list selections & intendting more reliable
Dan Brown [Thu, 27 Mar 2025 17:49:48 +0000 (17:49 +0000)]
Lexical: Made list selections & intendting more reliable

- Added handling to not include parent of top-most list range selection
  so that it's not also changed while not visually part of the
  selection range.
- Fixed issue where list items could be left over after unnesting, due
  to empty checks/removals occuring before all child handling.
- Added node sorting, applied to list items during nest operations so
  that selection range remains reliable.

3 months agoLexical: Fixed task list parsing
Dan Brown [Thu, 27 Mar 2025 14:56:32 +0000 (14:56 +0000)]
Lexical: Fixed task list parsing

Updated list DOM parsing to properly consider task list format set by
other MD/WYSIWYG editors.

3 months agoLexical: Fixed issues with content not saving
Dan Brown [Thu, 27 Mar 2025 14:13:18 +0000 (14:13 +0000)]
Lexical: Fixed issues with content not saving

Found that saving via Ctrl+Enter did not save as logic to load editor
output into form was bypassed, which this fixes by ensuring submit
events are raised during for this shortcut.

Submit handling also gets a timeout added since, at least in FF,
requestSubmit did not re-submit a form while in a submit event.

3 months agoFix issue BookStackApp#5542 Sorting by name 5550/head
Bernardo Campos [Sun, 23 Mar 2025 15:29:29 +0000 (12:29 -0300)]
Fix issue BookStackApp#5542 Sorting by name

3 months agoMerge branch 'development' of github.com:BookStackApp/BookStack into development
Dan Brown [Sun, 16 Mar 2025 12:44:42 +0000 (12:44 +0000)]
Merge branch 'development' of github.com:BookStackApp/BookStack into development

3 months agoUpdated translator & dependency attribution before release v25.02.1
Dan Brown [Sun, 16 Mar 2025 12:44:29 +0000 (12:44 +0000)]
Updated translator & dependency attribution before release v25.02.1

3 months agoUpdated translations with latest Crowdin changes (#5505)
Dan Brown [Sun, 16 Mar 2025 12:25:53 +0000 (12:25 +0000)]
Updated translations with latest Crowdin changes (#5505)

3 months agoDependancies: Updated PHP composer deps
Dan Brown [Sun, 16 Mar 2025 12:04:19 +0000 (12:04 +0000)]
Dependancies: Updated PHP composer deps

3 months agoRevisions: Hid changes link for oldest revision
Dan Brown [Sun, 16 Mar 2025 11:59:42 +0000 (11:59 +0000)]
Revisions: Hid changes link for oldest revision

Just as a UX improvement to help avoid confusion, as the whole content
will be changes for this revision.

For #5454

3 months agoConfig: Updated DB host to handle ipv6
Dan Brown [Sat, 15 Mar 2025 20:32:57 +0000 (20:32 +0000)]
Config: Updated DB host to handle ipv6

Can be set via the square bracket format.
For #5464

3 months agoSystem CLI: Updated with new version
Dan Brown [Tue, 11 Mar 2025 23:45:26 +0000 (23:45 +0000)]
System CLI: Updated with new version

As per https://codeberg.org/bookstack/system-cli/pulls/21
dev/checksums folder added to support this new system.

Related to #161

4 months agoTesting: Fixed issues during pre-release testing
Dan Brown [Wed, 26 Feb 2025 14:19:03 +0000 (14:19 +0000)]
Testing: Fixed issues during pre-release testing

- Updated locale list
- Fixed new name sorting not being case insensitive
- Updated license test to account for changed deps

4 months agoUpdated translations with latest Crowdin changes (#5409)
Dan Brown [Wed, 26 Feb 2025 13:51:51 +0000 (13:51 +0000)]
Updated translations with latest Crowdin changes (#5409)

4 months agoMeta: Updated licenses and translation attribution pre v25.02
Dan Brown [Wed, 26 Feb 2025 13:44:56 +0000 (13:44 +0000)]
Meta: Updated licenses and translation attribution pre v25.02

4 months agoSorting: Fixes during testing of sort rules
Dan Brown [Mon, 24 Feb 2025 16:58:59 +0000 (16:58 +0000)]
Sorting: Fixes during testing of sort rules

- Fixed name numeric sorting not working as expected due to bad
  comparison.
- Added name numeric desc operation option.
- Added test to ensure each operating has a comparison function.

4 months agoSorting: Updated text for sort rules
Dan Brown [Sun, 23 Feb 2025 14:41:26 +0000 (14:41 +0000)]
Sorting: Updated text for sort rules

Removes 'Set' wording and notes application to books on change.

4 months agoJS: Upated npm deps, upgraded eslint, new eslint config
Dan Brown [Sun, 23 Feb 2025 11:55:09 +0000 (11:55 +0000)]
JS: Upated npm deps, upgraded eslint, new eslint config

Upgraded eslint to 11, removed incompatible airbnb config as part of
process. ESlint config now in its own file.

4 months agoDeps & Tests: Updated PHP deps, fixed test namespaces
Dan Brown [Sun, 23 Feb 2025 11:30:10 +0000 (11:30 +0000)]
Deps & Tests: Updated PHP deps, fixed test namespaces

4 months agoMerge pull request #5491 from BookStackApp/deprecations
Dan Brown [Sun, 23 Feb 2025 11:23:35 +0000 (11:23 +0000)]
Merge pull request #5491 from BookStackApp/deprecations

Addressing PHP 8.4 Deprecations