]>
BookStack Code Mirror - bookstack/log
Abijeet [Mon, 12 Jun 2017 21:07:50 +0000 (02:37 +0530)]
#47 - Fixes the issues with the test case.
Abijeet [Mon, 12 Jun 2017 21:01:17 +0000 (02:31 +0530)]
#47 - Added more test cases to test the APIs and permission for comments.
Abijeet [Sun, 11 Jun 2017 06:11:33 +0000 (11:41 +0530)]
#47 - Putting the comments right under the page.
Abijeet [Sun, 11 Jun 2017 06:10:37 +0000 (11:40 +0530)]
#47 - Adding comments to the dummy content seeder.
Abijeet [Sat, 10 Jun 2017 17:26:07 +0000 (22:56 +0530)]
Merge branch 'master' of https://github.com/Abijeet/BookStack
Abijeet [Sat, 10 Jun 2017 17:25:36 +0000 (22:55 +0530)]
#47 - Fixes a few issues with the code.
Abijeet Patro [Sat, 10 Jun 2017 14:17:45 +0000 (19:47 +0530)]
adding a comment on top.
Abijeet [Sat, 10 Jun 2017 14:16:00 +0000 (19:46 +0530)]
#47 - Undos changes in config files.
Abijeet [Sat, 10 Jun 2017 09:51:28 +0000 (15:21 +0530)]
#47 - Added translations for other language files using Google translate.
Abijeet [Wed, 7 Jun 2017 20:00:43 +0000 (01:30 +0530)]
#47 - Fetching values from language files.
Abijeet [Wed, 7 Jun 2017 19:44:53 +0000 (01:14 +0530)]
#47 - Adds direct linking to comments.
Abijeet [Wed, 7 Jun 2017 18:15:29 +0000 (23:45 +0530)]
#47 - Fixes a couple of issues found during testing - delete not updating the UI, delete none not working properly.
Abijeet [Tue, 6 Jun 2017 17:50:40 +0000 (23:20 +0530)]
Removes some unncessary code.
Abijeet [Mon, 5 Jun 2017 20:16:59 +0000 (01:46 +0530)]
#47 - Adds various translations in English, and a few code improvements.
Abijeet [Sun, 4 Jun 2017 18:50:37 +0000 (00:20 +0530)]
#47 - Changes the location of the reply and edit comment box.
Abijeet [Sun, 4 Jun 2017 15:13:56 +0000 (20:43 +0530)]
#47 - Adds a cancel button for edit and reply button.
Abijeet [Sun, 4 Jun 2017 14:42:01 +0000 (20:12 +0530)]
#47 - Updates the total comments when a comment is added.
Abijeet [Sun, 4 Jun 2017 13:22:44 +0000 (18:52 +0530)]
#47 - Adds functionality to delete a comment. Also reduces the number of watchers.
Abijeet [Sun, 4 Jun 2017 05:47:14 +0000 (11:17 +0530)]
#47 - Adds comment level permissions to the front-end.
Abijeet [Sun, 4 Jun 2017 04:50:25 +0000 (10:20 +0530)]
Merge branch 'BookStackApp-master'
Abijeet [Sun, 4 Jun 2017 04:50:01 +0000 (10:20 +0530)]
Getting the latest changes
Abijeet [Tue, 30 May 2017 03:32:47 +0000 (09:02 +0530)]
#47 - Changes the way we are handling fetching of data for the comment section.
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
Abijeet [Thu, 25 May 2017 02:34:19 +0000 (08:04 +0530)]
#47 Displays the time for comments and border bottom for sub comments.
Abijeet [Thu, 25 May 2017 02:33:27 +0000 (08:03 +0530)]
#47 Adds two attributes updated and created to display time to user.
Abijeet [Thu, 25 May 2017 02:32:49 +0000 (08:02 +0530)]
#47 Inserts null for updated_at when the user is creating a comment.
Abijeet [Wed, 24 May 2017 01:32:11 +0000 (07:02 +0530)]
#47 Hides the reply button based if comments are 2 levels deep.
Abijeet [Mon, 15 May 2017 19:10:14 +0000 (00:40 +0530)]
#47 Implements the reply and edit functionality for comments.
Abijeet Patro [Mon, 15 May 2017 16:55:33 +0000 (22:25 +0530)]
Merge pull request #11 from BookStackApp/master
Fixed 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
Abijeet [Tue, 2 May 2017 21:12:04 +0000 (02:42 +0530)]
#47 - Gets rid of simplemde
Abijeet Patro [Tue, 2 May 2017 20:11:08 +0000 (01:41 +0530)]
Merge pull request #10 from BookStackApp/master
Latest changes
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
Abijeet [Wed, 26 Apr 2017 21:05:29 +0000 (02:35 +0530)]
#47 - Adds functionality to display child comments. Also has some code towards the reply functionality.
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.
Abijeet [Tue, 18 Apr 2017 19:54:33 +0000 (01:24 +0530)]
Adding the view templates and styles.
Abijeet [Tue, 18 Apr 2017 19:53:27 +0000 (01:23 +0530)]
Merge branch 'master' of https://github.com/Abijeet/BookStack
Abijeet Patro [Tue, 18 Apr 2017 19:53:21 +0000 (01:23 +0530)]
Merge pull request #9 from BookStackApp/master
Get the latest changes.
Abijeet [Tue, 18 Apr 2017 19:51:45 +0000 (01:21 +0530)]
Merge branch 'master' of https://github.com/Abijeet/BookStack
Conflicts:
.gitignore
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.
Abijeet Patro [Sat, 25 Mar 2017 18:26:05 +0000 (23:56 +0530)]
Merge pull request #8 from BookStackApp/master
Getting the latest changes.
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