]>
BookStack Code Mirror - bookstack/log
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
Dan Brown [Sun, 28 May 2017 12:16:21 +0000 (13:16 +0100)]
Moved from highlight.js to codemirror
Dan Brown [Sun, 28 May 2017 10:57:58 +0000 (11:57 +0100)]
Updated tinymce to latest version
Dan Brown [Sun, 7 May 2017 18:34:11 +0000 (19:34 +0100)]
Fixed chapter check for non-mysqlnd instances
Fixes #383
Dan Brown [Sun, 30 Apr 2017 18:10:49 +0000 (19:10 +0100)]
Made single entity updates more efficent
Dan Brown [Sun, 30 Apr 2017 10:38:58 +0000 (11:38 +0100)]
Made more efficiency improvements to permission system
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
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
Dan Brown [Sat, 29 Apr 2017 15:10:38 +0000 (16:10 +0100)]
Re-enabled html in markdown editor
Fixes #378
Dan Brown [Sun, 23 Apr 2017 19:27:49 +0000 (20:27 +0100)]
Fixed search system id clash
Dan Brown [Sun, 23 Apr 2017 16:51:01 +0000 (17:51 +0100)]
Updated testing database connection issue
Dan Brown [Sun, 23 Apr 2017 16:15:06 +0000 (17:15 +0100)]
Merge pull request #362 from DaneEveritt/patch-1
Queue confirmation emails.
Dan Brown [Sat, 22 Apr 2017 13:08:12 +0000 (14:08 +0100)]
Fixed chapter breadcrumbs and testing issues
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
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
Dan Brown [Wed, 19 Apr 2017 05:40:00 +0000 (06:40 +0100)]
Merge pull request #357 from diegoseso/master
Spanish translation completed
Diego Jose Sosa Diaz [Tue, 18 Apr 2017 21:41:19 +0000 (23:41 +0200)]
Fixing encoding of files affecting accents.
Dan Brown [Mon, 17 Apr 2017 11:21:10 +0000 (12:21 +0100)]
Switched out markdown render
Fixes #304.
Fixes #359.
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
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>
Dan Brown [Sun, 16 Apr 2017 15:46:55 +0000 (16:46 +0100)]
Added fade effect to page content highlighting
Closes #314
Dan Brown [Sun, 16 Apr 2017 14:06:32 +0000 (15:06 +0100)]
Merge pull request #358 from jendrol/master
Add Slovak translation
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
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
Dan Brown [Sun, 16 Apr 2017 09:54:23 +0000 (10:54 +0100)]
Fixed model extending mis-use
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
Dan Brown [Sat, 15 Apr 2017 18:31:11 +0000 (19:31 +0100)]
Enabled type search filter in book 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
Dan Brown [Sat, 15 Apr 2017 14:04:30 +0000 (15:04 +0100)]
Finished off UI for search system
Dan Brown [Fri, 14 Apr 2017 17:47:33 +0000 (18:47 +0100)]
Migrated to custom gulp setup and conintue search interface
Dane Everitt [Fri, 14 Apr 2017 00:09:38 +0000 (20:09 -0400)]
Actually include the Queueable namespace...
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`.
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
Vlado Jendroľ [Tue, 11 Apr 2017 21:20:52 +0000 (23:20 +0200)]
Add Slovak translation
Dan Brown [Sun, 9 Apr 2017 20:12:13 +0000 (21:12 +0100)]
Fixed entity type filter bug in new search system
Dan Brown [Sun, 9 Apr 2017 19:59:57 +0000 (20:59 +0100)]
Started search interface, Added in vue and moved fonts
Dan Brown [Sun, 9 Apr 2017 13:44:56 +0000 (14:44 +0100)]
Improved DB prefix support and removed old search method
Diego Jose Sosa Diaz [Thu, 6 Apr 2017 21:12:05 +0000 (23:12 +0200)]
Reaching 100 % Spanish translation
Diego Jose Sosa Diaz [Thu, 6 Apr 2017 07:35:24 +0000 (09:35 +0200)]
Translating to spanish entities errors and settings
Dan Brown [Mon, 27 Mar 2017 17:05:34 +0000 (18:05 +0100)]
Added tag searches and advanced filters to new search
Dan Brown [Mon, 27 Mar 2017 10:57:33 +0000 (11:57 +0100)]
Added search term parsing and exact term matches
Dan Brown [Sun, 26 Mar 2017 18:34:53 +0000 (19:34 +0100)]
Improve efficiency of single entity search indexing
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.
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
Dan Brown [Sun, 19 Mar 2017 12:48:44 +0000 (12:48 +0000)]
Started implementation of new search system
Dan Brown [Sun, 19 Mar 2017 08:32:04 +0000 (08:32 +0000)]
Fixed back button behaviour on books edit
As reported in #339
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.
Dan Brown [Sun, 5 Mar 2017 15:10:06 +0000 (15:10 +0000)]
Added lang tests and update export text keys
Dan Brown [Sun, 5 Mar 2017 14:43:43 +0000 (14:43 +0000)]
Fixed spanish encoding, Added new lang to settings
Dan Brown [Sun, 5 Mar 2017 14:18:55 +0000 (14:18 +0000)]
Merge pull request #334 from diegoseso/master
First spanish translation effort
Dan Brown [Sun, 5 Mar 2017 14:15:47 +0000 (14:15 +0000)]
Merge pull request #325 from arietimmerman/dutchbranch
Dutch Language Files
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
Diego Jose Sosa Diaz [Thu, 2 Mar 2017 23:21:33 +0000 (00:21 +0100)]
First spanish translation effort
Dan Brown [Mon, 27 Feb 2017 16:48:36 +0000 (16:48 +0000)]
Set composer to clean bootstrap/cache before an update
Dan Brown [Sun, 26 Feb 2017 21:39:15 +0000 (21:39 +0000)]
Fixed export testing and updated travis settings
Dan Brown [Sun, 26 Feb 2017 14:51:49 +0000 (14:51 +0000)]
Made LDAP email attribute configurable via .env
Closes #306
Dan Brown [Sun, 26 Feb 2017 14:25:02 +0000 (14:25 +0000)]
Added chapter export options
Closes #177
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
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.
Dan Brown [Sat, 25 Feb 2017 14:59:56 +0000 (14:59 +0000)]
Updated DOMPDF to latest version
Dan Brown [Sat, 25 Feb 2017 13:16:26 +0000 (13:16 +0000)]
Added checkbox sytax parsing to markdown lists
Closes #319
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
Dan Brown [Sat, 25 Feb 2017 12:29:01 +0000 (12:29 +0000)]
Fixed inaccessible revisions, added regression tests
Fixes #309
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
Arie Timmerman [Sat, 11 Feb 2017 10:58:45 +0000 (11:58 +0100)]
Updated Dutch language files
Arie Timmerman [Fri, 10 Feb 2017 21:10:41 +0000 (22:10 +0100)]
Started with Dutch translation
Dan Brown [Sun, 5 Feb 2017 21:24:15 +0000 (21:24 +0000)]
Merge bugfixes from branch 'v0.14'
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
Dan Brown [Sun, 5 Feb 2017 18:57:57 +0000 (18:57 +0000)]
Prevented settings being overfetched from db/cache
Dan Brown [Sun, 5 Feb 2017 15:28:53 +0000 (15:28 +0000)]
Neatened up social login/register buttons
Dan Brown [Sun, 5 Feb 2017 14:47:00 +0000 (14:47 +0000)]
Improved multi-line callout rendering
Closes #300
Dan Brown [Sun, 5 Feb 2017 14:37:50 +0000 (14:37 +0000)]
Fixed non-browserkit testcase and seeder issues
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
Dan Brown [Sat, 4 Feb 2017 11:58:42 +0000 (11:58 +0000)]
Namespaced tests to align with new laravel default
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.
Sebastian Reese [Wed, 1 Feb 2017 23:43:54 +0000 (00:43 +0100)]
Merge branch 'master' of https://github.com/BookStackApp/BookStack
Sebastian Reese [Wed, 1 Feb 2017 23:43:24 +0000 (00:43 +0100)]
Updated and improved german translation
Dan Brown [Wed, 1 Feb 2017 22:28:38 +0000 (22:28 +0000)]
Merge branch 'v0.14'
Dan Brown [Wed, 1 Feb 2017 22:20:44 +0000 (22:20 +0000)]
Fixed missing subscript styling
Closes #284
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
Dan Brown [Mon, 30 Jan 2017 19:31:24 +0000 (19:31 +0000)]
Fixed readme badge links & added contributing block
Dan Brown [Wed, 25 Jan 2017 19:35:40 +0000 (19:35 +0000)]
Upgraded to Laravel 5.4
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
Dan Brown [Sun, 22 Jan 2017 12:19:50 +0000 (12:19 +0000)]
Prevented a missing avatar from crashing the application
Dan Brown [Sun, 22 Jan 2017 12:16:02 +0000 (12:16 +0000)]
Fixed role 'manage own permissions' permission
Dan Brown [Sun, 22 Jan 2017 12:02:30 +0000 (12:02 +0000)]
Fixed hidden book children for admins on upgrade
Dan Brown [Sat, 21 Jan 2017 16:39:50 +0000 (16:39 +0000)]
Added options to use database cache & sessions
Dan Brown [Sat, 21 Jan 2017 16:17:33 +0000 (16:17 +0000)]
Merge branch 'page_transclusion'
Closes #123
Dan Brown [Sat, 21 Jan 2017 16:16:27 +0000 (16:16 +0000)]
Added transclusion tests and fixed other tests
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
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
Dan Brown [Wed, 18 Jan 2017 20:04:29 +0000 (20:04 +0000)]
Added pt_BR to language dropdown and renamed folder
Dan Brown [Wed, 18 Jan 2017 19:48:53 +0000 (19:48 +0000)]
Merge pull request #279 from NakaharaL/master
Brazilian Portuguese Localization
NakaharaL [Wed, 18 Jan 2017 11:29:18 +0000 (08:29 -0300)]
Brazilian Portuguese Localization
Translated files for messages from English to Brazilian Portuguese
Dan Brown [Mon, 16 Jan 2017 21:24:48 +0000 (21:24 +0000)]
Started page transclusion system
Dan Brown [Mon, 16 Jan 2017 19:33:29 +0000 (19:33 +0000)]
Updated issue template and added TinyMCE autolinking
Closes #267
Dan Brown [Mon, 16 Jan 2017 19:23:30 +0000 (19:23 +0000)]
Merge pull request #274 from GeneralMediaCH/feature/translations
French translations
Dan Brown [Mon, 16 Jan 2017 19:14:58 +0000 (19:14 +0000)]
Updated CI to not use github token
sirgix [Mon, 16 Jan 2017 14:34:34 +0000 (15:34 +0100)]
remove trailing spaces
sirgix [Mon, 16 Jan 2017 13:51:45 +0000 (14:51 +0100)]
fix typo