]> BookStack Code Mirror - bookstack/log
bookstack
8 years agoUpdated the markdown editor to use codemirror as editor
Dan Brown [Sun, 28 May 2017 15:02:46 +0000 (16:02 +0100)]
Updated the markdown editor to use codemirror as editor

Improved scroll sync system to be smarter

8 years agoMoved from highlight.js to codemirror
Dan Brown [Sun, 28 May 2017 12:16:21 +0000 (13:16 +0100)]
Moved from highlight.js to codemirror

8 years agoUpdated tinymce to latest version
Dan Brown [Sun, 28 May 2017 10:57:58 +0000 (11:57 +0100)]
Updated tinymce to latest version

8 years agoFixed chapter check for non-mysqlnd instances
Dan Brown [Sun, 7 May 2017 18:34:11 +0000 (19:34 +0100)]
Fixed chapter check for non-mysqlnd instances

Fixes #383

8 years agoMade single entity updates more efficent
Dan Brown [Sun, 30 Apr 2017 18:10:49 +0000 (19:10 +0100)]
Made single entity updates more efficent

8 years agoMade more efficiency improvements to permission system
Dan Brown [Sun, 30 Apr 2017 10:38:58 +0000 (11:38 +0100)]
Made more efficiency improvements to permission system

8 years agoRefactored permission system components
Dan Brown [Sat, 29 Apr 2017 21:01:43 +0000 (22:01 +0100)]
Refactored permission system components

Split joint permission creation into chunks

Fixes #374

8 years agoEnabled translation when not logged in
Dan Brown [Sat, 29 Apr 2017 15:47:41 +0000 (16:47 +0100)]
Enabled translation when not logged in

Reads from the Accept-Language HTTP header.
Also fixed some encoding for ES translations.

Fixes #375

8 years agoRe-enabled html in markdown editor
Dan Brown [Sat, 29 Apr 2017 15:10:38 +0000 (16:10 +0100)]
Re-enabled html in markdown editor

Fixes #378

8 years agoFixed search system id clash
Dan Brown [Sun, 23 Apr 2017 19:27:49 +0000 (20:27 +0100)]
Fixed search system id clash

8 years agoUpdated testing database connection issue
Dan Brown [Sun, 23 Apr 2017 16:51:01 +0000 (17:51 +0100)]
Updated testing database connection issue

8 years agoMerge pull request #362 from DaneEveritt/patch-1
Dan Brown [Sun, 23 Apr 2017 16:15:06 +0000 (17:15 +0100)]
Merge pull request #362 from DaneEveritt/patch-1

Queue confirmation emails.

8 years agoFixed chapter breadcrumbs and testing issues
Dan Brown [Sat, 22 Apr 2017 13:08:12 +0000 (14:08 +0100)]
Fixed chapter breadcrumbs and testing issues

8 years agoAllowed child entity permissions to override parent permissions
Dan Brown [Sat, 22 Apr 2017 12:39:34 +0000 (13:39 +0100)]
Allowed child entity permissions to override parent permissions

Updated elements of a page display and sidebar render to allow
child permissions to work even when parent entitites have permission
set. This allows a page with a 'view' permission to be viewable even
when the parent book or chapter is not viewable.

Fixes #366

8 years agoAdded page revision counting
Dan Brown [Thu, 20 Apr 2017 19:58:54 +0000 (20:58 +0100)]
Added page revision counting

Adds stored revision counts to pages and the revisions themselves.
Closes #321

8 years agoMerge pull request #357 from diegoseso/master
Dan Brown [Wed, 19 Apr 2017 05:40:00 +0000 (06:40 +0100)]
Merge pull request #357 from diegoseso/master

Spanish translation completed

8 years agoFixing encoding of files affecting accents. 357/head
Diego Jose Sosa Diaz [Tue, 18 Apr 2017 21:41:19 +0000 (23:41 +0200)]
Fixing encoding of files affecting accents.

8 years agoSwitched out markdown render
Dan Brown [Mon, 17 Apr 2017 11:21:10 +0000 (12:21 +0100)]
Switched out markdown render

Fixes #304.
Fixes #359.

8 years agoMerge pull request #363 from solidnerd/add-env-for-logging
Dan Brown [Mon, 17 Apr 2017 10:46:32 +0000 (11:46 +0100)]
Merge pull request #363 from solidnerd/add-env-for-logging

Add APP_LOGGING

8 years agoAdd APP_LOGGING 363/head
solidnerd [Mon, 17 Apr 2017 07:55:11 +0000 (09:55 +0200)]
Add APP_LOGGING

This will add an variable for logging types to make it easier to define outside via .env.

Signed-off-by: solidnerd <redacted>
8 years agoAdded fade effect to page content highlighting
Dan Brown [Sun, 16 Apr 2017 15:46:55 +0000 (16:46 +0100)]
Added fade effect to page content highlighting

Closes #314

8 years agoMerge pull request #358 from jendrol/master
Dan Brown [Sun, 16 Apr 2017 14:06:32 +0000 (15:06 +0100)]
Merge pull request #358 from jendrol/master

Add Slovak translation

8 years agoMerge pull request #360 from Abijeet/spellcheck-fix
Dan Brown [Sun, 16 Apr 2017 14:02:20 +0000 (15:02 +0100)]
Merge pull request #360 from Abijeet/spellcheck-fix

Fixes #354, Adds the spellchecker option

8 years agoMerge pull request #340 from BookStackApp/search_system
Dan Brown [Sun, 16 Apr 2017 10:01:00 +0000 (11:01 +0100)]
Merge pull request #340 from BookStackApp/search_system

Implementation of new search system

8 years agoFixed model extending mis-use 340/head
Dan Brown [Sun, 16 Apr 2017 09:54:23 +0000 (10:54 +0100)]
Fixed model extending mis-use

8 years agoUpdated testcases for new search system.
Dan Brown [Sun, 16 Apr 2017 09:47:44 +0000 (10:47 +0100)]
Updated testcases for new search system.

Finishes implementation of new search system.
Closes #271
Closes #344
Fixes #285
Fixes #269
Closes #64

8 years agoEnabled type search filter in book search
Dan Brown [Sat, 15 Apr 2017 18:31:11 +0000 (19:31 +0100)]
Enabled type search filter in book search

8 years agoAdded chapter search
Dan Brown [Sat, 15 Apr 2017 18:16:07 +0000 (19:16 +0100)]
Added chapter search

Migrated book search to vue-based system.
Updated old tag seached.
Made chapter page layout widths same as book page.
Closes #344

8 years agoFinished off UI for search system
Dan Brown [Sat, 15 Apr 2017 14:04:30 +0000 (15:04 +0100)]
Finished off UI for search system

8 years agoMigrated to custom gulp setup and conintue search interface
Dan Brown [Fri, 14 Apr 2017 17:47:33 +0000 (18:47 +0100)]
Migrated to custom gulp setup and conintue search interface

8 years agoActually include the Queueable namespace... 362/head
Dane Everitt [Fri, 14 Apr 2017 00:09:38 +0000 (20:09 -0400)]
Actually include the Queueable namespace...

8 years agoQueue confirmation emails.
Dane Everitt [Fri, 14 Apr 2017 00:03:03 +0000 (20:03 -0400)]
Queue confirmation emails.

Implements Laravel's queue abilities into the email notification job. Should not affect existing installations that are not using queues as the environment file defaults to `sync`.

8 years agoFixes #354, Adds the spellchecker option 360/head
Abijeet [Thu, 13 Apr 2017 18:27:57 +0000 (23:57 +0530)]
Fixes #354, Adds the spellchecker option

Uses the browser_spellchecker option documented here - https://www.tinymce.com/docs/configure/spelling/#browser_spellcheck

8 years agoAdd Slovak translation 358/head
Vlado Jendroľ [Tue, 11 Apr 2017 21:20:52 +0000 (23:20 +0200)]
Add Slovak translation

8 years agoFixed entity type filter bug in new search system
Dan Brown [Sun, 9 Apr 2017 20:12:13 +0000 (21:12 +0100)]
Fixed entity type filter bug in new search system

8 years agoStarted search interface, Added in vue and moved fonts
Dan Brown [Sun, 9 Apr 2017 19:59:57 +0000 (20:59 +0100)]
Started search interface, Added in vue and moved fonts

8 years agoImproved DB prefix support and removed old search method
Dan Brown [Sun, 9 Apr 2017 13:44:56 +0000 (14:44 +0100)]
Improved DB prefix support and removed old search method

8 years agoReaching 100 % Spanish translation
Diego Jose Sosa Diaz [Thu, 6 Apr 2017 21:12:05 +0000 (23:12 +0200)]
Reaching 100 % Spanish translation

8 years agoTranslating to spanish entities errors and settings
Diego Jose Sosa Diaz [Thu, 6 Apr 2017 07:35:24 +0000 (09:35 +0200)]
Translating to spanish entities errors and settings

8 years agoAdded tag searches and advanced filters to new search
Dan Brown [Mon, 27 Mar 2017 17:05:34 +0000 (18:05 +0100)]
Added tag searches and advanced filters to new search

8 years agoAdded search term parsing and exact term matches
Dan Brown [Mon, 27 Mar 2017 10:57:33 +0000 (11:57 +0100)]
Added search term parsing and exact term matches

8 years agoImprove efficiency of single entity search indexing
Dan Brown [Sun, 26 Mar 2017 18:34:53 +0000 (19:34 +0100)]
Improve efficiency of single entity search indexing

8 years agoDeveloped basic search queries.
Dan Brown [Sun, 26 Mar 2017 18:24:57 +0000 (19:24 +0100)]
Developed basic search queries.

Updated search & permission regen commands with ability to specify
database.

8 years agoFixed bug preventing page revision restore
Dan Brown [Thu, 23 Mar 2017 22:19:14 +0000 (22:19 +0000)]
Fixed bug preventing page revision restore

Added regression tests to cover.
Fixes #341

8 years agoStarted implementation of new search system
Dan Brown [Sun, 19 Mar 2017 12:48:44 +0000 (12:48 +0000)]
Started implementation of new search system

8 years agoFixed back button behaviour on books edit
Dan Brown [Sun, 19 Mar 2017 08:32:04 +0000 (08:32 +0000)]
Fixed back button behaviour on books edit

As reported in #339

8 years agoMade fixes to es languge files and users page
Dan Brown [Sun, 5 Mar 2017 15:34:54 +0000 (15:34 +0000)]
Made fixes to es languge files and users page

Fixed PHP formatting error in ES lang file and added tests to cover.
Made user edit page more responsive on smaller devices.
Fixed 'cancel' button on profile screen when the user does not have
permission to manage users.

8 years agoAdded lang tests and update export text keys
Dan Brown [Sun, 5 Mar 2017 15:10:06 +0000 (15:10 +0000)]
Added lang tests and update export text keys

8 years agoFixed spanish encoding, Added new lang to settings
Dan Brown [Sun, 5 Mar 2017 14:43:43 +0000 (14:43 +0000)]
Fixed spanish encoding, Added new lang to settings

8 years agoMerge pull request #334 from diegoseso/master
Dan Brown [Sun, 5 Mar 2017 14:18:55 +0000 (14:18 +0000)]
Merge pull request #334 from diegoseso/master

First spanish translation effort

8 years agoMerge pull request #325 from arietimmerman/dutchbranch
Dan Brown [Sun, 5 Mar 2017 14:15:47 +0000 (14:15 +0000)]
Merge pull request #325 from arietimmerman/dutchbranch

Dutch Language Files

8 years agoRemoved extension from translation script link
Dan Brown [Sun, 5 Mar 2017 14:10:55 +0000 (14:10 +0000)]
Removed extension from translation script link

Also fixed bug causing EN translation backup to not be passed
to javascript translation system.

Closes #328

8 years agoFirst spanish translation effort 334/head
Diego Jose Sosa Diaz [Thu, 2 Mar 2017 23:21:33 +0000 (00:21 +0100)]
First spanish translation effort

8 years agoSet composer to clean bootstrap/cache before an update
Dan Brown [Mon, 27 Feb 2017 16:48:36 +0000 (16:48 +0000)]
Set composer to clean bootstrap/cache before an update

8 years agoFixed export testing and updated travis settings
Dan Brown [Sun, 26 Feb 2017 21:39:15 +0000 (21:39 +0000)]
Fixed export testing and updated travis settings

8 years agoMade LDAP email attribute configurable via .env
Dan Brown [Sun, 26 Feb 2017 14:51:49 +0000 (14:51 +0000)]
Made LDAP email attribute configurable via .env

Closes #306

8 years agoAdded chapter export options
Dan Brown [Sun, 26 Feb 2017 14:25:02 +0000 (14:25 +0000)]
Added chapter export options

Closes #177

8 years agoAdded book export and created export tests to cover
Dan Brown [Sun, 26 Feb 2017 13:26:51 +0000 (13:26 +0000)]
Added book export and created export tests to cover

In reference to #177

8 years agoAdded clear activity/revision commands. Cleaned commands.
Dan Brown [Sun, 26 Feb 2017 09:14:18 +0000 (09:14 +0000)]
Added clear activity/revision commands. Cleaned commands.

Added testing to cover each command.
Removed example laravel inspire command.
Standardised command names to be behind 'bookstack' naming.
In reference to #320.

8 years agoUpdated DOMPDF to latest version
Dan Brown [Sat, 25 Feb 2017 14:59:56 +0000 (14:59 +0000)]
Updated DOMPDF to latest version

8 years agoAdded checkbox sytax parsing to markdown lists
Dan Brown [Sat, 25 Feb 2017 13:16:26 +0000 (13:16 +0000)]
Added checkbox sytax parsing to markdown lists

Closes #319

8 years agoPrevented custom HTML being inserted on settings page
Dan Brown [Sat, 25 Feb 2017 12:41:32 +0000 (12:41 +0000)]
Prevented custom HTML being inserted on settings page

Gives option for fixing if badly formatted HTML is inserted.
Closes #310

8 years agoFixed inaccessible revisions, added regression tests
Dan Brown [Sat, 25 Feb 2017 12:29:01 +0000 (12:29 +0000)]
Fixed inaccessible revisions, added regression tests

Fixes #309

8 years agoMerge pull request #295 from ReeseSebastian/master
Dan Brown [Thu, 23 Feb 2017 19:19:21 +0000 (19:19 +0000)]
Merge pull request #295 from ReeseSebastian/master

Updated and improved german translation

8 years agoUpdated Dutch language files 325/head
Arie Timmerman [Sat, 11 Feb 2017 10:58:45 +0000 (11:58 +0100)]
Updated Dutch language files

8 years agoStarted with Dutch translation
Arie Timmerman [Fri, 10 Feb 2017 21:10:41 +0000 (22:10 +0100)]
Started with Dutch translation

8 years agoMerge bugfixes from branch 'v0.14'
Dan Brown [Sun, 5 Feb 2017 21:24:15 +0000 (21:24 +0000)]
Merge bugfixes from  branch 'v0.14'

8 years agoFixed entities wrongly visible on 404
Dan Brown [Sun, 5 Feb 2017 21:19:29 +0000 (21:19 +0000)]
Fixed entities wrongly visible on 404

Also ensured header state as expected on 404.
In reference to BookStackApp/website#9

8 years agoPrevented settings being overfetched from db/cache
Dan Brown [Sun, 5 Feb 2017 18:57:57 +0000 (18:57 +0000)]
Prevented settings being overfetched from db/cache

8 years agoNeatened up social login/register buttons
Dan Brown [Sun, 5 Feb 2017 15:28:53 +0000 (15:28 +0000)]
Neatened up social login/register buttons

8 years agoImproved multi-line callout rendering
Dan Brown [Sun, 5 Feb 2017 14:47:00 +0000 (14:47 +0000)]
Improved multi-line callout rendering

Closes #300

8 years agoFixed non-browserkit testcase and seeder issues
Dan Brown [Sun, 5 Feb 2017 14:37:50 +0000 (14:37 +0000)]
Fixed non-browserkit testcase and seeder issues

8 years agoConverted sort tests to non browserkit testing
Dan Brown [Sun, 5 Feb 2017 14:20:59 +0000 (14:20 +0000)]
Converted sort tests to non browserkit testing

Added testing to cover book sort endpoint.
Closes #283

8 years agoNamespaced tests to align with new laravel default
Dan Brown [Sat, 4 Feb 2017 11:58:42 +0000 (11:58 +0000)]
Namespaced tests to align with new laravel default

8 years agoAdded facebook, slack & twitter sign in options.
Dan Brown [Sat, 4 Feb 2017 11:01:49 +0000 (11:01 +0000)]
Added facebook, slack & twitter sign in options.

Also added icon svg blade helper.
Closes #125. Starts #213.
Requires documentation.

8 years agoMerge branch 'master' of https://github.com/BookStackApp/BookStack 295/head
Sebastian Reese [Wed, 1 Feb 2017 23:43:54 +0000 (00:43 +0100)]
Merge branch 'master' of https://github.com/BookStackApp/BookStack

8 years agoUpdated and improved german translation
Sebastian Reese [Wed, 1 Feb 2017 23:43:24 +0000 (00:43 +0100)]
Updated and improved german translation

8 years agoMerge branch 'v0.14'
Dan Brown [Wed, 1 Feb 2017 22:28:38 +0000 (22:28 +0000)]
Merge branch 'v0.14'

8 years agoFixed missing subscript styling
Dan Brown [Wed, 1 Feb 2017 22:20:44 +0000 (22:20 +0000)]
Fixed missing subscript styling

Closes #284

8 years agoAttempt to fix bookchildren and user getThumb
Dan Brown [Wed, 1 Feb 2017 22:16:32 +0000 (22:16 +0000)]
Attempt to fix bookchildren and user getThumb

Hopefully Fixes #292 and #294 and #287

8 years agoFixed readme badge links & added contributing block
Dan Brown [Mon, 30 Jan 2017 19:31:24 +0000 (19:31 +0000)]
Fixed readme badge links & added contributing block

8 years agoUpgraded to Laravel 5.4
Dan Brown [Wed, 25 Jan 2017 19:35:40 +0000 (19:35 +0000)]
Upgraded to Laravel 5.4

8 years agoFixed error causing permissions to be deleted on book sort
Dan Brown [Mon, 23 Jan 2017 22:27:11 +0000 (22:27 +0000)]
Fixed error causing permissions to be deleted on book sort

Closes #282

8 years agoPrevented a missing avatar from crashing the application
Dan Brown [Sun, 22 Jan 2017 12:19:50 +0000 (12:19 +0000)]
Prevented a missing avatar from crashing the application

8 years agoFixed role 'manage own permissions' permission
Dan Brown [Sun, 22 Jan 2017 12:16:02 +0000 (12:16 +0000)]
Fixed role 'manage own permissions' permission

8 years agoFixed hidden book children for admins on upgrade
Dan Brown [Sun, 22 Jan 2017 12:02:30 +0000 (12:02 +0000)]
Fixed hidden book children for admins on upgrade

8 years agoAdded options to use database cache & sessions
Dan Brown [Sat, 21 Jan 2017 16:39:50 +0000 (16:39 +0000)]
Added options to use database cache & sessions

8 years agoMerge branch 'page_transclusion'
Dan Brown [Sat, 21 Jan 2017 16:17:33 +0000 (16:17 +0000)]
Merge branch 'page_transclusion'

Closes #123

8 years agoAdded transclusion tests and fixed other tests
Dan Brown [Sat, 21 Jan 2017 16:16:27 +0000 (16:16 +0000)]
Added transclusion tests and fixed other tests

8 years agoUpdated pointer to be able to show includes
Dan Brown [Sat, 21 Jan 2017 14:56:47 +0000 (14:56 +0000)]
Updated pointer to be able to show includes

Also fixed pointer copying on flash-blocked browsers

8 years agoUpdated page include logic to use blade-style tags
Dan Brown [Sat, 21 Jan 2017 13:53:00 +0000 (13:53 +0000)]
Updated page include logic to use blade-style tags

It will also snippets of a page if and id is provided in a tag

8 years agoAdded pt_BR to language dropdown and renamed folder
Dan Brown [Wed, 18 Jan 2017 20:04:29 +0000 (20:04 +0000)]
Added pt_BR to language dropdown and renamed folder

8 years agoMerge pull request #279 from NakaharaL/master
Dan Brown [Wed, 18 Jan 2017 19:48:53 +0000 (19:48 +0000)]
Merge pull request #279 from NakaharaL/master

Brazilian Portuguese Localization

8 years agoBrazilian Portuguese Localization 279/head
NakaharaL [Wed, 18 Jan 2017 11:29:18 +0000 (08:29 -0300)]
Brazilian Portuguese Localization

Translated files for messages from English to Brazilian Portuguese

8 years agoStarted page transclusion system
Dan Brown [Mon, 16 Jan 2017 21:24:48 +0000 (21:24 +0000)]
Started page transclusion system

8 years agoUpdated issue template and added TinyMCE autolinking 270/head
Dan Brown [Mon, 16 Jan 2017 19:33:29 +0000 (19:33 +0000)]
Updated issue template and added TinyMCE autolinking

Closes #267

8 years agoMerge pull request #274 from GeneralMediaCH/feature/translations
Dan Brown [Mon, 16 Jan 2017 19:23:30 +0000 (19:23 +0000)]
Merge pull request #274 from GeneralMediaCH/feature/translations

French translations

8 years agoUpdated CI to not use github token
Dan Brown [Mon, 16 Jan 2017 19:14:58 +0000 (19:14 +0000)]
Updated CI to not use github token

8 years agoremove trailing spaces 274/head
sirgix [Mon, 16 Jan 2017 14:34:34 +0000 (15:34 +0100)]
remove trailing spaces

8 years agofix typo
sirgix [Mon, 16 Jan 2017 13:51:45 +0000 (14:51 +0100)]
fix typo

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