cf9ccfcd5b
Framework: Performed Laravel 11 upgrade guide steps
...
analyse-php / build (push) Waiting to run
lint-js / build (push) Waiting to run
lint-php / build (push) Waiting to run
test-js / build (push) Waiting to run
test-migrations / build (8.1) (push) Waiting to run
test-migrations / build (8.2) (push) Waiting to run
test-migrations / build (8.3) (push) Waiting to run
test-migrations / build (8.4) (push) Waiting to run
test-php / build (8.2) (push) Waiting to run
test-php / build (8.3) (push) Waiting to run
test-php / build (8.4) (push) Waiting to run
Performed a little code cleanups when observed along the way.
Tested not yet ran.
2025-01-11 11:14:49 +00:00
2766c76491
TinyMCE: Updated version from 6.8.3 to 6.8.4
analyse-php / build (push) Waiting to run
lint-js / build (push) Waiting to run
lint-php / build (push) Waiting to run
test-js / build (push) Waiting to run
test-migrations / build (8.1) (push) Waiting to run
test-migrations / build (8.2) (push) Waiting to run
test-migrations / build (8.3) (push) Waiting to run
test-php / build (8.1) (push) Waiting to run
test-php / build (8.2) (push) Waiting to run
test-php / build (8.3) (push) Waiting to run
2024-10-04 12:46:22 +01:00
76c7166268
Use zopfli for oxipng for extra 3KB~
2024-03-26 12:31:54 +01:00
5f306a11e7
15KB lossless optimization via oxipng(PNG) and svgo(SVG)
2024-03-23 16:33:11 +01:00
cafea1c02d
Updated tinymce from 6.7.2 to 6.8.3
2024-02-15 14:13:08 +00:00
f8ebbb7553
WYSIWYG: Updated TinyMCE from 6.5.1 to 6.7.2
2023-11-09 13:34:00 +00:00
b425d0f65c
Updated tinymce to v6.5.1
2023-06-28 22:45:21 +01:00
fd45d280b4
Updated tinymce from 6.1.0 to 6.3.1
2023-02-17 21:16:42 +00:00
da42fc7457
Added default favicon creation upon access.
2023-02-09 20:57:35 +00:00
48f1934387
Updated favicon gen to use png-based ICO
...
From testing, worked on Firefox, Chrome, Gnome Web
2023-02-09 17:47:33 +00:00
2845e0003e
Got favicons better supported, can't get transparency right
...
Digging deeper, I don't think PHPGD supports 32bit bmp output which
complicates matters.
2023-02-09 15:14:41 +00:00
1a189640f1
Integrated favicon handler with correct files & actions
...
Format does not look 100% correct though, won't show in Firefox/gimp.
2023-02-09 13:24:43 +00:00
28c168145f
Added missing app icon image
...
Fixes #4006
2023-02-02 11:49:06 +00:00
55b6a7842e
Added ability to control app icon (favicon) via settings
2023-01-25 11:03:19 +00:00
cd929b2555
Made a bunch of tinymce 6 upgrade fixes
...
- Added workaround for new 'srcdoc' usage that's breaking content in
Firefox, added new 'custom-changes.md' file to document for future.
- Updated old usages of 'new' when creating nodes.
- Tested and changed logic, where required, where 'editor.dom.select'
has been used to replace the old '$' usages.
- Fixed bad boolean value being passed to 'setActive' in task list
logic.
2022-07-18 13:18:46 +01:00
c519f707e8
Started upgrade to TinyMCE6, Untested
...
- Merged in latest TinyMCE code.
- Gone through tinymce upgrade guide, made required config changes.
- Altered license references.
2022-07-17 18:33:03 +01:00
db4093d523
Got TinyMCE 5 added in barely working state
...
- Some extensions & custom actions not working.
- Updated anything visual to not be breaking (Icons) and anything
functional that prevented loading.
2022-02-05 16:57:42 +00:00
941217d9fb
Improved loading for images with failed thumbnails
...
- A placeholder is now shown in the gallery.
- The page editors will use the original image url if the display
thumbnail is missing.
For #3142
2022-01-10 18:13:48 +00:00
de5322288c
Applied latest styleci changes
2021-11-04 22:57:49 +00:00
f139cded78
Laravel 8 shift squash & merge ( #3029 )
...
* Temporarily moved back config path
* Apply Laravel coding style
* Shift exception handler
* Shift HTTP kernel and middleware
* Shift service providers
* Convert options array to fluent methods
* Shift to class based routes
* Shift console routes
* Ignore temporary framework files
* Shift to class based factories
* Namespace seeders
* Shift PSR-4 autoloading
* Shift config files
* Default config files
* Shift Laravel dependencies
* Shift return type of base TestCase methods
* Shift cleanup
* Applied stylci style changes
* Reverted config files location
* Applied manual changes to Laravel 8 shift
Co-authored-by: Shift <shift@laravelshift.com >
2021-10-30 21:29:59 +01:00
934a833818
Apply fixes from StyleCI
2021-06-26 15:23:15 +00:00
82e671a06d
Re-aligned init files with Laravel default
...
Removed the custom init elements that we added in 2017 to
custom load the helpers file and instead load via composer.
Also removed laravel-microscope package due to not running due to
helpers file.
2020-10-31 23:05:48 +00:00
1e88e8086f
Fixed canonical redirects on non-root url app instances
...
If BookStack instance is deployed to any non-root path, e.g. http://example.com/wiki/ ,
requests for http://example.com/wiki/shelves/
was redirected to http://example.com/shelves
instead of http://example.com/wiki/shelves
Synced with: https://github.com/laravel/laravel/blob/master/public/.htaccess
2020-09-27 02:50:37 +02:00
b0b28e7b5e
Rolled dark mode out to the editors
...
- Updated editor, and other area, styles to look okay in dark mode.
- Used tinyMCE theme generator to create dark mode theme.
- Updated tinymce to latest 4x version.
2020-04-11 15:48:08 +01:00
01adf39be8
added Handle Authorization Header on .htaccess to solve Authorization problem get from laravel orginal github ripo
2020-02-19 12:44:23 +06:00
140298bd96
Updated to Laravel 5.8
2019-09-13 23:58:40 +01:00
6917ea088f
Upgraded app to Laravel 5.7
2019-09-06 23:36:16 +01:00
421dd93ffd
Merge branch 'v0.26'
2019-08-06 21:50:56 +01:00
4de719b325
Prevented potential apache image dir listing
...
Closes #1545
2019-08-06 20:35:27 +01:00
4b0c4e621a
Replaced use of custom 'baseUrl' helper with 'url'
...
Also changed up how base URL setting was being done
by manipulating incoming request URLs instead of
altering then on generation.
2019-08-04 14:26:39 +01:00
9e397a57a9
Removed tiny color picker library
2019-06-06 14:05:06 +01:00
d87eb277dd
Replaced jquery sortable with sortablejs
2019-06-06 13:09:58 +01:00
884e20cc5e
Updated TinyMCE to version 4.9.4
2019-04-21 13:49:46 +01:00
a3ccde8698
Updated TinyMCE and fixed TinyMCE/Codemirror cursor jumping
...
For #1162
2019-01-12 19:23:18 +00:00
6543020fd2
Updated tinymce to v4.8.3
2018-09-22 22:58:06 +01:00
93f92e9e16
Updated the TinyMCE to version 4.7.9.
...
Added some code to remove the box-shadow around the TinyMCE toolbar.
Signed-off-by: Abijeet <abijeetpatro@gmail.com >
2018-04-14 18:30:34 +05:30
1a72208d27
Added configurable robots.txt file.
...
Deleted old static file.
Default output depends on app-public setting.
Otherwise can be overidden in `.env` file via `ALLOW_ROBOTS`
Otherwise view file can be customized.
Fixes #779
2018-03-31 12:41:40 +01:00
0a1546daea
Moved jQuery to use NPM and fixed some asset refs
2018-03-17 15:20:15 +00:00
81fa021083
Finished migrated from icon-font to SVG
2018-02-17 19:49:00 +00:00
56264551e7
Added drawing icon and made drawio disablable
2018-01-20 15:00:54 +00:00
bc1302a8d8
Merge branch 'BookStackApp-master' of git://github.com/OsmosysSoftware/BookStack into OsmosysSoftware-BookStackApp-master
2017-12-06 15:52:54 +00:00
7668a999a2
Fixed heavy init breakages made in last commit
2017-11-19 18:31:24 +00:00
ed88c623d6
Made some further laravel 5.5 cleanup
...
Removed old bootstrap files that are not needed and
amended composer to laravel upgrade guide
2017-11-19 17:59:12 +00:00
09936566dd
Upgrade tinymce version
2017-09-20 20:26:34 +01:00
c1a1bc0135
Books grid view
2017-09-04 20:27:52 +05:30
7f902e41c7
Resolved conflicts
2017-08-24 12:21:43 +05:30
28a9bd514f
Updated header design
2017-08-19 15:33:22 +01:00
666c86b108
Removed included fonts, Set to use system fonts.
...
All font definitions moved into _text.scss.
Needs override documentation to complete.
Relates to #423 .
2017-08-19 14:33:55 +01:00
ab6ff5fda2
3. New default.png
2017-07-13 12:26:01 +05:30
7a724f9134
Updated modifications.
2017-07-12 13:44:37 +05:30