Commit Graph

1964 Commits

Author SHA1 Message Date
dde2ea743f New translations auth.php (Portuguese) 2022-07-12 13:03:50 +01:00
ddd45dde6b New translations entities.php (Portuguese) 2022-07-12 13:03:49 +01:00
a99cbcfe12 New translations activities.php (Portuguese) 2022-07-12 13:03:47 +01:00
f3d7d06536 New translations activities.php (Polish) 2022-07-05 19:10:04 +01:00
bd1971c827 New translations editor.php (Ukrainian) 2022-07-05 14:30:15 +01:00
61b3bc10a3 New translations common.php (Ukrainian) 2022-07-05 14:30:14 +01:00
1a224e1719 New translations auth.php (Ukrainian) 2022-07-05 14:30:13 +01:00
e89348b02a New translations entities.php (Ukrainian) 2022-07-05 14:30:12 +01:00
451300606f New translations activities.php (Ukrainian) 2022-07-05 14:30:10 +01:00
459659a680 New translations entities.php (Dutch) 2022-07-02 22:09:56 +01:00
4487ea576f New translations common.php (Dutch) 2022-07-02 22:09:55 +01:00
0c8bd581ae New translations auth.php (Dutch) 2022-07-02 21:05:42 +01:00
f9f4a87e1b New translations entities.php (Dutch) 2022-07-02 21:05:41 +01:00
f4fda8d80c New translations activities.php (Dutch) 2022-07-02 21:05:40 +01:00
6d66682620 New translations entities.php (German) 2022-06-30 09:36:18 +01:00
ab52f3367a New translations editor.php (Russian) 2022-06-29 15:26:03 +01:00
a721405202 New Crowdin updates (#3540) 2022-06-28 11:56:07 +01:00
65fa96e405 New Crowdin updates (#3531) 2022-06-27 14:29:10 +01:00
736d6afb7d Aligned entity-selector-popup button and dblclick behaviour
Fixes #3534
2022-06-27 14:27:29 +01:00
c1d1ec5b89 New Crowdin updates (#3526) 2022-06-25 14:26:40 +01:00
12c282597d Fixed non-translated category strings
For #3529
2022-06-25 14:24:38 +01:00
c9d0e22132 Updated entity-selector-popup to reset on selection
Better links the core selector component to the popup version, with new
public methods for direct controlling.

For #3528
2022-06-25 14:13:17 +01:00
0801955a26 Fixed grid layouts being pushed out by child content
Ran a quick app run-thorugh in FireFox & Chrome, No secondary affects
immediately noticed but possible this could cause changes elsewhere due
to wide-spread grid item child targeting.

For #3523
2022-06-25 13:55:57 +01:00
ed981cbab1 New Crowdin updates (#3428) 2022-06-24 11:35:59 +01:00
8d8da31fdd Added base template convenience partials for theme system users
Included test to cover usage and paths.
Closes #894
2022-06-22 12:47:31 +01:00
0d9b5a9d90 Merge branch 'login-auto-redirect' into development 2022-06-21 15:38:01 +01:00
8b211ed461 Review and update of login auto initiation PR
For PR #3406

- Updated naming from 'redirect' to 'initate/initation'.
- Updated phpunit.xml and .env.example.complete files with the new
  option.
- Cleaned up controller logic a bit.
- Added content and design to the new initation view to not leave user
  on a blank view for a while.
- Added non-JS button to initiation view as fallback option for
  progression.
- Moved new test to it's own Test class and expanded with additional
  scenario tests for better functionality coverage.
2022-06-21 15:32:18 +01:00
9dd69b04b8 Fixed code snippets being added as single line
TinyMCE was adding attributes to <br> elements within code blocks which
would then not be converted to newlines by our code regex match.
This changes the conversion to use dom querying instead.

Fixes #3507
2022-06-21 12:01:06 +01:00
7d4b941abf Added code editor changes mobile design handling 2022-06-20 23:12:07 +01:00
d181106df3 Adjusted code manager changes for dark mode 2022-06-20 23:06:54 +01:00
75110813e6 Aligned other popup windows
Primary change was altering image-manager to use same footer bar style
as other windows.
2022-06-20 23:02:06 +01:00
1e41546e51 Updated code editor language lists
To align and update supported languages.

Related to #3511 and #3494
2022-06-20 17:49:56 +01:00
f39b565a1c Tweaked code editor sidebar side to be smaller 2022-06-20 17:16:28 +01:00
77cd550fae Polished up code editor design 2022-06-20 17:11:34 +01:00
96d9077479 Started design changes to the code-editor 2022-06-20 13:42:12 +01:00
f145ffc930 Extracted conversion text to translation file 2022-06-19 16:23:18 +01:00
8c67011a1d 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.
2022-06-15 15:05:08 +01:00
8da856bac3 Got chapter conversion to books working
- Added required UI within edit view.
- Added required routes and controller actions.
2022-06-14 16:42:29 +01:00
88012449f3 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
2022-06-08 17:56:59 +01:00
e00d88f45d 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
2022-06-07 16:07:28 +01:00
3fe666f36a 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
2022-06-07 14:59:00 +01:00
7c597a05f6 Added codeblock latex/stext support
For #3458
2022-05-30 18:41:40 +01:00
6ce34fe6cc Merge pull request #3433 from BookStackApp/tiny_improvements
Bunch of tiny improvements
2022-05-30 16:51:59 +01:00
2b817e7d24 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.
2022-05-19 17:38:04 +01:00
cb10ad804f 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.
2022-05-18 14:06:40 +01:00
eeccc2ef10 Readjusted book child item styles after other changes
Was extra space showing due to structure changes and flex gap.
2022-05-18 13:28:34 +01:00
b030c1398b 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.
2022-05-18 13:18:21 +01:00
4759fa1e1f Made the "Custom HTML Head Content" setting a highlighted code editor 2022-05-17 17:39:31 +01:00
cb1c2db282 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.
2022-05-17 14:27:58 +01:00
4866a3a198 Refined header bar styles
- Updated many items to be flexbox-based.
- Updated & aligned hover states across header bar items.
2022-05-17 14:16:43 +01:00