]> BookStack Code Mirror - bookstack/log
bookstack
5 years agoFix pt_BR translations 1534/head
André Luiz da Silva [Thu, 11 Jul 2019 22:30:00 +0000 (19:30 -0300)]
Fix pt_BR translations

5 years agoMerge pull request #1517 from bjubes/patch-1
Dan Brown [Wed, 3 Jul 2019 18:54:26 +0000 (19:54 +0100)]
Merge pull request #1517 from bjubes/patch-1

Fix missing word in users_social_accounts_info string

5 years agofix missing word 1517/head
Brian Jubelirer [Tue, 2 Jul 2019 13:14:42 +0000 (09:14 -0400)]
fix missing word

5 years agoFixed incorrect testing vars and reset env vars in config test
Dan Brown [Tue, 25 Jun 2019 21:52:07 +0000 (22:52 +0100)]
Fixed incorrect testing vars and reset env vars in config test

5 years agoMerge pull request #1505 from timoschwarzer/hide-permissions-table-unless-enabled
Dan Brown [Tue, 25 Jun 2019 20:52:52 +0000 (21:52 +0100)]
Merge pull request #1505 from timoschwarzer/hide-permissions-table-unless-enabled

Hide permissions table unless custom permissions are enabled

5 years agoAdded debugbar config
Dan Brown [Mon, 24 Jun 2019 19:23:34 +0000 (20:23 +0100)]
Added debugbar config

- Set debugbar support for APP_URL
- Set debugbar to not show by default in debug mode.

Closes #1508

5 years agoAllowed different storage types for images and attachments
Dan Brown [Sun, 23 Jun 2019 15:01:15 +0000 (16:01 +0100)]
Allowed different storage types for images and attachments

- Added new env and config vars to allow this.
- Also added tests for awkward config logic including fallback for new
env vars.

Closes #1302

5 years agoHide permissions table unless custom permissions are enabled 1505/head
Timo Schwarzer [Sun, 23 Jun 2019 12:29:58 +0000 (14:29 +0200)]
Hide permissions table unless custom permissions are enabled

5 years agoFixed firefox tri-layout grid issue and added tablet sticky sidebar
Dan Brown [Sun, 16 Jun 2019 11:46:23 +0000 (12:46 +0100)]
Fixed firefox tri-layout grid issue and added tablet sticky sidebar

- Fixed issue with original left-sidebar content being placed halfway
down the page.
- Added sticky sidebar to mid-size tablet layout, only for original left
sidebar items.

Fixes #1434.

5 years agoUpdated page-nav to show more title content
Dan Brown [Sun, 16 Jun 2019 11:08:07 +0000 (12:08 +0100)]
Updated page-nav to show more title content

Will now be truncated using CSS instead of being truncated on PHP side.
Closes #1206.

5 years agoUpdated WYSIWYG edtitor to be iOS scrollable
Dan Brown [Sun, 16 Jun 2019 10:55:01 +0000 (11:55 +0100)]
Updated WYSIWYG edtitor to be iOS scrollable

Fixes #1058

5 years agoUpdated page nav header shift logic to be accurate
Dan Brown [Sun, 16 Jun 2019 10:32:38 +0000 (11:32 +0100)]
Updated page nav header shift logic to be accurate

Added tests to cover.
Fixes #542

5 years agoCleaned some page pointer layout/styles up
Dan Brown [Sun, 16 Jun 2019 10:17:15 +0000 (11:17 +0100)]
Cleaned some page pointer layout/styles up

6 years agoUpdated roadmap & dev version, removed dupe locale mappings
Dan Brown [Tue, 11 Jun 2019 21:45:41 +0000 (22:45 +0100)]
Updated roadmap & dev version, removed dupe locale mappings

6 years agoChanged translation key for last commit
Dan Brown [Mon, 10 Jun 2019 20:21:27 +0000 (21:21 +0100)]
Changed translation key for last commit

6 years agoAdded note to custom HTML head input
Dan Brown [Mon, 10 Jun 2019 18:54:22 +0000 (19:54 +0100)]
Added note to custom HTML head input

To warn of being inactive while viewing the settings page.
Closes #1144

6 years agoRemoved jQuery and replaced axios with fetch
Dan Brown [Fri, 7 Jun 2019 23:02:51 +0000 (00:02 +0100)]
Removed jQuery and replaced axios with fetch

6 years agoRemoved jquery usage from wysiwyg editor JS
Dan Brown [Fri, 7 Jun 2019 18:21:38 +0000 (19:21 +0100)]
Removed jquery usage from wysiwyg editor JS

6 years agoRemoved jquery usage from page-display
Dan Brown [Fri, 7 Jun 2019 16:46:19 +0000 (17:46 +0100)]
Removed jquery usage from page-display

6 years agoConverted existing custom slideup/down implementations
Dan Brown [Fri, 7 Jun 2019 15:00:34 +0000 (16:00 +0100)]
Converted existing custom slideup/down implementations

6 years agoAdded custom slideUp/slideDown animations using plain JS
Dan Brown [Fri, 7 Jun 2019 14:51:01 +0000 (15:51 +0100)]
Added custom slideUp/slideDown animations using plain JS

6 years agoRemoved "Toggle Header" option in page editor
Dan Brown [Thu, 6 Jun 2019 13:14:32 +0000 (14:14 +0100)]
Removed "Toggle Header" option in page editor

Somewhat overlaps with the editor fullscreen button and is using jQuery

6 years agoRemoved tiny color picker library
Dan Brown [Thu, 6 Jun 2019 13:05:06 +0000 (14:05 +0100)]
Removed tiny color picker library

6 years agoReplaced jquery sortable with sortablejs
Dan Brown [Thu, 6 Jun 2019 12:09:58 +0000 (13:09 +0100)]
Replaced jquery sortable with sortablejs

6 years agoUpdated shelf-sort to use sortablejs
Dan Brown [Thu, 6 Jun 2019 10:49:51 +0000 (11:49 +0100)]
Updated shelf-sort to use sortablejs

6 years agoRemoved babel & auto-prefixer from build system
Dan Brown [Tue, 4 Jun 2019 11:19:34 +0000 (12:19 +0100)]
Removed babel & auto-prefixer from build system

Closes #1468

6 years agoAdded keyboard navigation to breadcrumb dropdowns
Dan Brown [Tue, 4 Jun 2019 10:25:19 +0000 (11:25 +0100)]
Added keyboard navigation to breadcrumb dropdowns

6 years agoAdded focus and a11y attributes/functionality to custom checkboxes
Dan Brown [Tue, 4 Jun 2019 09:45:44 +0000 (10:45 +0100)]
Added focus and a11y attributes/functionality to custom checkboxes

Closes #1476

6 years agoFixed some body card horizontal scroll and column collapse issues
Dan Brown [Mon, 27 May 2019 12:10:48 +0000 (13:10 +0100)]
Fixed some body card horizontal scroll and column collapse issues

As mentoined in #1441

6 years agoPrevented tri-layout sidebars being faded on mobile
Dan Brown [Mon, 27 May 2019 11:56:17 +0000 (12:56 +0100)]
Prevented tri-layout sidebars being faded on mobile

As mentoined in #1441

6 years agoUpdated page delete to handle inactive custom homepage correctly
Dan Brown [Mon, 27 May 2019 11:40:19 +0000 (12:40 +0100)]
Updated page delete to handle inactive custom homepage correctly

Fixes #1447

6 years agoAdded highlighting to current book-tree item
Dan Brown [Sat, 25 May 2019 15:52:17 +0000 (16:52 +0100)]
Added highlighting to current book-tree item

Related to #1435

6 years agoUpdated custom home views to use tri-layout
Dan Brown [Sat, 25 May 2019 15:35:09 +0000 (16:35 +0100)]
Updated custom home views to use tri-layout

Closes #1423

6 years agoUpdated string functions to use mulitbyte versions where needed
Dan Brown [Sat, 25 May 2019 15:14:57 +0000 (16:14 +0100)]
Updated string functions to use mulitbyte versions where needed

Fixes #816

6 years agoUpdated page navigation click to show content tab on mobile
Dan Brown [Sat, 25 May 2019 14:37:49 +0000 (15:37 +0100)]
Updated page navigation click to show content tab on mobile

Fixes #1454

6 years agoFixed chapter description not showing in book exports
Dan Brown [Sat, 25 May 2019 14:21:02 +0000 (15:21 +0100)]
Fixed chapter description not showing in book exports

Closes #1465

6 years agoFixed faulty baseUrl rewrites
Dan Brown [Sun, 19 May 2019 15:25:05 +0000 (16:25 +0100)]
Fixed faulty baseUrl rewrites

Fixes #1452
May help #1377

6 years agoMerge branch 'kostefun-patch-1'
Dan Brown [Sun, 19 May 2019 14:43:11 +0000 (15:43 +0100)]
Merge branch 'kostefun-patch-1'

6 years agoFixed missing comma in RU translation array
Dan Brown [Sun, 19 May 2019 14:42:46 +0000 (15:42 +0100)]
Fixed missing comma in RU translation array

6 years agoMerge branch 'patch-1' of git://github.com/kostefun/BookStack into kostefun-patch-1
Dan Brown [Sun, 19 May 2019 14:41:48 +0000 (15:41 +0100)]
Merge branch 'patch-1' of git://github.com/kostefun/BookStack into kostefun-patch-1

6 years agoMerge pull request #1446 from kostefun/patch-5
Dan Brown [Sun, 19 May 2019 14:41:21 +0000 (15:41 +0100)]
Merge pull request #1446 from kostefun/patch-5

Update common.php

6 years agoMerge branch 'master' into patch-5 1446/head
Dan Brown [Sun, 19 May 2019 14:40:54 +0000 (15:40 +0100)]
Merge branch 'master' into patch-5

6 years agoMerge pull request #1445 from kostefun/patch-4
Dan Brown [Sun, 19 May 2019 14:40:15 +0000 (15:40 +0100)]
Merge pull request #1445 from kostefun/patch-4

Update entities.php

6 years agoMerge pull request #1443 from kostefun/patch-3
Dan Brown [Sun, 19 May 2019 14:39:48 +0000 (15:39 +0100)]
Merge pull request #1443 from kostefun/patch-3

Update common.php

6 years agoMerge pull request #1437 from NootoNooto/patch-2
Dan Brown [Sun, 19 May 2019 14:36:05 +0000 (15:36 +0100)]
Merge pull request #1437 from NootoNooto/patch-2

Added Dutch translations for some new texts

6 years agoAmended page save button layout to fix z-index issues
Dan Brown [Sun, 19 May 2019 14:30:58 +0000 (15:30 +0100)]
Amended page save button layout to fix z-index issues

- Added a new mobile save button instead of trying to reposition the
original.
- Also recuced the point where the editor top toolbar will collapse to
become x-scrollable.

Fixes #1424

6 years agoAdded mobile search bar on search page
Dan Brown [Sun, 19 May 2019 14:06:52 +0000 (15:06 +0100)]
Added mobile search bar on search page

Since the header one hides on mobile devices.
Fixes #1450

6 years agoDoubled image upload display thumb size
Dan Brown [Sun, 19 May 2019 13:52:17 +0000 (14:52 +0100)]
Doubled image upload display thumb size

Related to #1108

6 years agoUpdated page navigation logic to ignore empty headers
Dan Brown [Wed, 15 May 2019 20:02:11 +0000 (21:02 +0100)]
Updated page navigation logic to ignore empty headers

Fixes #1429

6 years agoUpdated both editors to ignore image paste if text data apparent
Dan Brown [Wed, 15 May 2019 19:23:09 +0000 (20:23 +0100)]
Updated both editors to ignore image paste if text data apparent

Designed to ignore image data when copying from a spreadsheet.
Fixes #987

6 years agoUpdate settings.php 1444/head
kostefun [Tue, 14 May 2019 10:50:23 +0000 (17:50 +0700)]
Update settings.php

Ru locale fix

6 years agoUpdate common.php
kostefun [Mon, 13 May 2019 10:40:09 +0000 (17:40 +0700)]
Update common.php

6 years agoUpdate entities.php 1445/head
kostefun [Mon, 13 May 2019 10:31:19 +0000 (17:31 +0700)]
Update entities.php

6 years agoUpdate common.php 1443/head
kostefun [Mon, 13 May 2019 10:21:05 +0000 (17:21 +0700)]
Update common.php

6 years agoUpdate settings.php
kostefun [Mon, 13 May 2019 10:09:50 +0000 (17:09 +0700)]
Update settings.php

6 years agoModified Bookshelf texts 1437/head
Nooto [Wed, 8 May 2019 21:57:44 +0000 (23:57 +0200)]
Modified Bookshelf texts

6 years agoAdded translations for Bookshelves
Nooto [Wed, 8 May 2019 21:51:34 +0000 (23:51 +0200)]
Added translations for Bookshelves

6 years agoUpdate activities.php
Nooto [Wed, 8 May 2019 21:25:13 +0000 (23:25 +0200)]
Update activities.php

6 years agoUpdate common.php
Nooto [Wed, 8 May 2019 21:24:22 +0000 (23:24 +0200)]
Update common.php

6 years agoAdded translations for View All, Copy, Reply, etc
Nooto [Wed, 8 May 2019 21:05:30 +0000 (23:05 +0200)]
Added translations for View All, Copy, Reply, etc

6 years agoUpdated guest settings system to format value as per non-guest
Dan Brown [Tue, 7 May 2019 21:56:48 +0000 (22:56 +0100)]
Updated guest settings system to format value as per non-guest

Fixes #1431

6 years agoMerge pull request #1433 from Hambern/master
Dan Brown [Tue, 7 May 2019 21:45:42 +0000 (22:45 +0100)]
Merge pull request #1433 from Hambern/master

Updated the Swedish language files

6 years agoFixed issue where books titles could be leaked via shelf home view
Dan Brown [Tue, 7 May 2019 21:42:12 +0000 (22:42 +0100)]
Fixed issue where books titles could be leaked via shelf home view

- Also added test to cover
Fixes #1425

6 years agoUpdated the Swedish language files 1433/head
vagrant [Tue, 7 May 2019 21:29:30 +0000 (21:29 +0000)]
Updated the Swedish language files

6 years agoFixed some editor image/drawing upload endpoints
Dan Brown [Tue, 7 May 2019 21:23:44 +0000 (22:23 +0100)]
Fixed some editor image/drawing upload endpoints

Fixes #1428

6 years agoFixed 404 card header fonts
Dan Brown [Tue, 7 May 2019 21:10:54 +0000 (22:10 +0100)]
Fixed 404 card header fonts

Fixes #1427

6 years agoStandardised login tab order and evened card padding
Dan Brown [Tue, 7 May 2019 21:07:50 +0000 (22:07 +0100)]
Standardised login tab order and evened card padding

Closes #1418

6 years agoUpdated verison for 0.26 dev path
Dan Brown [Tue, 7 May 2019 20:55:41 +0000 (21:55 +0100)]
Updated verison for 0.26 dev path

6 years agoMerge pull request #1420 from moucho/master
Dan Brown [Tue, 7 May 2019 20:52:02 +0000 (21:52 +0100)]
Merge pull request #1420 from moucho/master

Spanish translation

6 years agoMerge pull request #1419 from Mant1kor/master
Dan Brown [Tue, 7 May 2019 20:51:15 +0000 (21:51 +0100)]
Merge pull request #1419 from Mant1kor/master

Ukrainian translation update

6 years agoSpanish 1420/head
moucho [Mon, 6 May 2019 23:28:00 +0000 (01:28 +0200)]
Spanish

6 years agoUpdate validation.php 1419/head
Mantikor [Mon, 6 May 2019 20:11:23 +0000 (23:11 +0300)]
Update validation.php

6 years agoUpdate settings.php
Mantikor [Mon, 6 May 2019 20:05:48 +0000 (23:05 +0300)]
Update settings.php

6 years agoUpdate passwords.php
Mantikor [Mon, 6 May 2019 19:27:17 +0000 (22:27 +0300)]
Update passwords.php

6 years agoUpdate pagination.php
Mantikor [Mon, 6 May 2019 19:26:43 +0000 (22:26 +0300)]
Update pagination.php

6 years agoUpdate errors.php
Mantikor [Mon, 6 May 2019 19:25:40 +0000 (22:25 +0300)]
Update errors.php

6 years agoUpdate auth.php
Mantikor [Mon, 6 May 2019 19:21:29 +0000 (22:21 +0300)]
Update auth.php

6 years agoUpdate common.php
Mantikor [Mon, 6 May 2019 19:21:15 +0000 (22:21 +0300)]
Update common.php

6 years agoUpdate entities.php
Mantikor [Mon, 6 May 2019 19:20:31 +0000 (22:20 +0300)]
Update entities.php

6 years agoUpdate components.php
Mantikor [Mon, 6 May 2019 18:57:22 +0000 (21:57 +0300)]
Update components.php

6 years agoUpdate common.php
Mantikor [Mon, 6 May 2019 18:56:10 +0000 (21:56 +0300)]
Update common.php

6 years agoUpdate auth.php
Mantikor [Mon, 6 May 2019 18:45:16 +0000 (21:45 +0300)]
Update auth.php

6 years agoUpdate activities.php
Mantikor [Mon, 6 May 2019 18:40:04 +0000 (21:40 +0300)]
Update activities.php

6 years agoMerge pull request #1 from BookStackApp/master
Mantikor [Mon, 6 May 2019 18:33:09 +0000 (21:33 +0300)]
Merge pull request #1 from BookStackApp/master

merge changes

6 years agoMerge pull request #1417 from Hambern/master
Dan Brown [Mon, 6 May 2019 17:44:51 +0000 (18:44 +0100)]
Merge pull request #1417 from Hambern/master

Updated the swedish lang files

6 years agoUpdated the swedish lang files 1417/head
vagrant [Mon, 6 May 2019 17:19:51 +0000 (17:19 +0000)]
Updated the swedish lang files

6 years agoUpdated dropdowns to close all others before opening
Dan Brown [Mon, 6 May 2019 16:59:17 +0000 (17:59 +0100)]
Updated dropdowns to close all others before opening

6 years agoFixed intersection observer check on iOS
Dan Brown [Mon, 6 May 2019 15:08:08 +0000 (16:08 +0100)]
Fixed intersection observer check on iOS

6 years agoTweaked colors for accessibility, applied fixes found during testing
Dan Brown [Sun, 5 May 2019 23:15:03 +0000 (00:15 +0100)]
Tweaked colors for accessibility, applied fixes found during testing

- Fixed overriding h3 content header style.
- Updated notification styling to be less overwhelming.
- Increased floated image margin.
- Adjusted callout icon placement.
- Fixed tinymce fullscreen zindex issue.

6 years agoFixed shelf activity display & updated book sort operation
Dan Brown [Sun, 5 May 2019 14:54:22 +0000 (15:54 +0100)]
Fixed shelf activity display & updated book sort operation

6 years agoMade app core timezone configurable via env
Dan Brown [Sun, 5 May 2019 14:09:04 +0000 (15:09 +0100)]
Made app core timezone configurable via env

Related to #1407

6 years agoRan phpcbf
Dan Brown [Sun, 5 May 2019 13:54:37 +0000 (14:54 +0100)]
Ran phpcbf

6 years agoAdded ability for dropdown menu to be bottom of dom body
Dan Brown [Sun, 5 May 2019 13:43:26 +0000 (14:43 +0100)]
Added ability for dropdown menu to be bottom of dom body

- Used when a dropdown is within a scrollable section such as editor
toolbar on mobile.
- Also made mobile page save button more obvious by increasing size and
inverting color.

6 years agoPrevented potential inline JS event usage
Dan Brown [Sun, 5 May 2019 12:53:37 +0000 (13:53 +0100)]
Prevented potential inline JS event usage

- Removes 'on*' attributes from elements.
- Also updated script logic to remove scripts instead of escaping.
- All JS injection removal now uses DomDocument + xpath parsing.

6 years agoMerge pull request #1410 from BookStackApp/image_management_rewrite
Dan Brown [Sat, 4 May 2019 17:16:58 +0000 (18:16 +0100)]
Merge pull request #1410 from BookStackApp/image_management_rewrite

Image management rewrite

6 years agoUpdated existing image tests to reflect changes 1410/head
Dan Brown [Sat, 4 May 2019 17:11:00 +0000 (18:11 +0100)]
Updated existing image tests to reflect changes

- Also added some new tests

6 years agoChange image-selector to not use manager
Dan Brown [Sat, 4 May 2019 14:48:15 +0000 (15:48 +0100)]
Change image-selector to not use manager

- Now changes the images directly for user, system & cover.
- Extra permission checks added to edit & delete actions.

6 years agoStarted diversion to not using image manager for cover/system/user
Dan Brown [Sat, 27 Apr 2019 13:55:23 +0000 (14:55 +0100)]
Started diversion to not using image manager for cover/system/user

6 years agoStarted extraction of image controller to separate controllers
Dan Brown [Sat, 27 Apr 2019 13:18:00 +0000 (14:18 +0100)]
Started extraction of image controller to separate controllers

6 years agoStarted rewriting back-end image managment
Dan Brown [Sun, 21 Apr 2019 14:52:29 +0000 (15:52 +0100)]
Started rewriting back-end image managment

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