]> BookStack Code Mirror - bookstack/log
bookstack
7 years agoMoved utf8mb4 migration to command instead of migration
Dan Brown [Sat, 22 Jul 2017 14:54:17 +0000 (15:54 +0100)]
Moved utf8mb4 migration to command instead of migration

To prevent errors upon migration.
Command generates out the SQL syntax to make the change instead
so the upgrade can be done manually.

In reference to #425

7 years agoImproved breadcrumb responsiveness
Dan Brown [Sat, 22 Jul 2017 14:20:36 +0000 (15:20 +0100)]
Improved breadcrumb responsiveness

Closes #426

7 years agoFixed broken code block rendering when using DOMPDF
Dan Brown [Sat, 22 Jul 2017 13:34:17 +0000 (14:34 +0100)]
Fixed broken code block rendering when using DOMPDF

Fixes #427

7 years agoAdded included content into page's text view
Dan Brown [Sat, 22 Jul 2017 13:21:56 +0000 (14:21 +0100)]
Added included content into page's text view

Allows rendered content to be shown in listings and used in searches.
Also prevented angular tags in content being parsed in listings.

Fixes #442

7 years agoUpdated dropdowns to hide after option click
Dan Brown [Sat, 22 Jul 2017 13:02:47 +0000 (14:02 +0100)]
Updated dropdowns to hide after option click

Fixes #429

7 years agoTrying to make the tests green. 438/head
Clément Blanco [Mon, 17 Jul 2017 13:42:08 +0000 (14:42 +0100)]
Trying to make the tests green.

7 years agoTrying to make the tests green.
Clément Blanco [Mon, 17 Jul 2017 13:21:41 +0000 (14:21 +0100)]
Trying to make the tests green.

7 years agoTrying to make the tests green.
Clément Blanco [Mon, 17 Jul 2017 13:18:03 +0000 (14:18 +0100)]
Trying to make the tests green.

7 years agoTrying to make the tests green.
Clément Blanco [Mon, 17 Jul 2017 13:09:21 +0000 (14:09 +0100)]
Trying to make the tests green.

7 years agoTrying to make the tests green.
Clément Blanco [Mon, 17 Jul 2017 13:05:41 +0000 (14:05 +0100)]
Trying to make the tests green.

7 years agoTrying to make the tests green.
Clément Blanco [Mon, 17 Jul 2017 13:03:31 +0000 (14:03 +0100)]
Trying to make the tests green.

7 years agoTrying to make the tests green.
Clément Blanco [Mon, 17 Jul 2017 13:01:10 +0000 (14:01 +0100)]
Trying to make the tests green.

7 years agoTrying to make the tests green.
Clément Blanco [Mon, 17 Jul 2017 12:53:02 +0000 (13:53 +0100)]
Trying to make the tests green.

7 years agoTrying to make the tests green.
Clément Blanco [Mon, 17 Jul 2017 12:37:15 +0000 (13:37 +0100)]
Trying to make the tests green.

7 years agoAvoid having to wait until all tests are processed to exit upon error/failure.
Clément Blanco [Mon, 17 Jul 2017 12:35:38 +0000 (13:35 +0100)]
Avoid having to wait until all tests are processed to exit upon error/failure.

7 years agoUpdate travis.yml to try and solve the test issue around LDAP.
Clément Blanco [Mon, 17 Jul 2017 12:34:19 +0000 (13:34 +0100)]
Update travis.yml to try and solve the test issue around LDAP.

7 years agoUpdate travis.yml to try and solve the test issue around LDAP.
Clément Blanco [Mon, 17 Jul 2017 12:29:29 +0000 (13:29 +0100)]
Update travis.yml to try and solve the test issue around LDAP.

7 years agoSupport new lines for book/chapter descriptions
Clément Blanco [Fri, 14 Jul 2017 15:05:46 +0000 (16:05 +0100)]
Support new lines for book/chapter descriptions

Avoid ignoring new lines when renderring the book/chapter descriptions on their respective detailed views.

7 years agoPolish translation 435/head
JachuPL [Thu, 13 Jul 2017 14:00:42 +0000 (16:00 +0200)]
Polish translation

7 years agoSet ldap to not follow referrals by default
Dan Brown [Mon, 10 Jul 2017 18:43:49 +0000 (19:43 +0100)]
Set ldap to not follow referrals by default

Added LDAP_FOLLOW_REFERRALS .env option to override.
Fixes #317

7 years agoPrevented textarea styles interfering with codemirror
Dan Brown [Mon, 10 Jul 2017 18:29:35 +0000 (19:29 +0100)]
Prevented textarea styles interfering with codemirror

Closes #424

8 years agoRemoved logs, Updated version, Fixed inconsistent subheader
Dan Brown [Sun, 2 Jul 2017 19:33:32 +0000 (20:33 +0100)]
Removed logs, Updated version, Fixed inconsistent subheader

8 years agoUpdated readme attribution
Dan Brown [Sun, 2 Jul 2017 18:38:28 +0000 (19:38 +0100)]
Updated readme attribution

8 years agoMigrated markdown editor actions to new cm editor
Dan Brown [Sun, 2 Jul 2017 18:35:13 +0000 (19:35 +0100)]
Migrated markdown editor actions to new cm editor

8 years agoFixed quoting db/table names in encoding migration.
Dan Brown [Sun, 2 Jul 2017 16:34:32 +0000 (17:34 +0100)]
Fixed quoting db/table names in encoding migration.

Also fixed incorrect if statement in db config.

8 years agoUpdated default encoding and added conversion migration.
Dan Brown [Sun, 2 Jul 2017 16:20:05 +0000 (17:20 +0100)]
Updated default encoding and added conversion migration.

Also updated how DB port is defined so that the DB_PORT
env var can be used or it can be take from the host name.

Fixes #405

8 years agoMerge branch 'S64-japanese-translation'
Dan Brown [Sun, 2 Jul 2017 15:13:28 +0000 (16:13 +0100)]
Merge branch 'S64-japanese-translation'

8 years agoMerge branch 'japanese-translation' of git://github.com/S64/BookStack into S64-japane...
Dan Brown [Sun, 2 Jul 2017 15:09:12 +0000 (16:09 +0100)]
Merge branch 'japanese-translation' of git://github.com/S64/BookStack into S64-japanese-translation

8 years agoPrevent empty-state actions visible without permission.
Dan Brown [Sun, 2 Jul 2017 14:59:40 +0000 (15:59 +0100)]
Prevent empty-state actions visible without permission.

Fixes #411

8 years agoAdded test to cover f99c8ff.
Dan Brown [Sun, 2 Jul 2017 14:40:42 +0000 (15:40 +0100)]
Added test to cover f99c8ff.

Closes #409

8 years agoAdded diff and sh code types
Dan Brown [Sat, 1 Jul 2017 15:10:52 +0000 (16:10 +0100)]
Added diff and sh code types

Verified changes to ensure fixes #296.

8 years agoAdded quick lang-selection options to code editor
Dan Brown [Sat, 1 Jul 2017 14:50:28 +0000 (15:50 +0100)]
Added quick lang-selection options to code editor

8 years agoFixed code block selection and drag/drop issues
Dan Brown [Sat, 1 Jul 2017 14:38:11 +0000 (15:38 +0100)]
Fixed code block selection and drag/drop issues

8 years agoFinished off main functionality of custom tinymce code editor
Dan Brown [Sat, 1 Jul 2017 12:23:46 +0000 (13:23 +0100)]
Finished off main functionality of custom tinymce code editor

8 years agoAdd `ja` locale to config 422/head
Shuma Yoshioka [Sat, 1 Jul 2017 07:29:12 +0000 (16:29 +0900)]
Add `ja` locale to config

8 years agoTranslate errors.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:38:43 +0000 (16:38 +0900)]
Translate errors.php

8 years agoTranslate entities.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:38:20 +0000 (16:38 +0900)]
Translate entities.php

8 years agoTranslate common.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:37:07 +0000 (16:37 +0900)]
Translate common.php

8 years agoTranslate auth.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:33:54 +0000 (16:33 +0900)]
Translate auth.php

8 years agoTranslate validation.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:29:43 +0000 (16:29 +0900)]
Translate validation.php

8 years agoTranslate passwords.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:29:35 +0000 (16:29 +0900)]
Translate passwords.php

8 years agoTranslate pagination.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:29:28 +0000 (16:29 +0900)]
Translate pagination.php

8 years agoTranslate settings.php
Shuma Yoshioka [Sat, 24 Jun 2017 11:49:06 +0000 (20:49 +0900)]
Translate settings.php

8 years agoTranslate components.php
Shuma Yoshioka [Sat, 24 Jun 2017 11:47:41 +0000 (20:47 +0900)]
Translate components.php

8 years agoadd `ja` to settings
Shuma Yoshioka [Sat, 24 Jun 2017 11:44:45 +0000 (20:44 +0900)]
add `ja` to settings

8 years agotranslate activities.php
Shuma Yoshioka [Sun, 18 Jun 2017 15:02:09 +0000 (00:02 +0900)]
translate activities.php

8 years agoStarted tinymce code editor components
Dan Brown [Sat, 17 Jun 2017 14:07:55 +0000 (15:07 +0100)]
Started tinymce code editor components

8 years agoAdded code highlighting syntax modes
Dan Brown [Sat, 17 Jun 2017 11:41:18 +0000 (12:41 +0100)]
Added code highlighting syntax modes

8 years ago#47 - Fixes the issues with the test case. 261/head
Abijeet [Mon, 12 Jun 2017 21:07:50 +0000 (02:37 +0530)]
#47 - Fixes the issues with the test case.

8 years ago#47 - Added more test cases to test the APIs and permission for comments.
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.

8 years ago#47 - Putting the comments right under the page.
Abijeet [Sun, 11 Jun 2017 06:11:33 +0000 (11:41 +0530)]
#47 - Putting the comments right under the page.

8 years ago#47 - Adding comments to the dummy content seeder.
Abijeet [Sun, 11 Jun 2017 06:10:37 +0000 (11:40 +0530)]
#47 - Adding comments to the dummy content seeder.

8 years agoMerge branch 'master' of https://github.com/Abijeet/BookStack
Abijeet [Sat, 10 Jun 2017 17:26:07 +0000 (22:56 +0530)]
Merge branch 'master' of https://github.com/Abijeet/BookStack

8 years ago#47 - Fixes a few issues with the code.
Abijeet [Sat, 10 Jun 2017 17:25:36 +0000 (22:55 +0530)]
#47 - Fixes a few issues with the code.

8 years agoadding a comment on top.
Abijeet Patro [Sat, 10 Jun 2017 14:17:45 +0000 (19:47 +0530)]
adding a comment on top.

8 years ago#47 - Undos changes in config files.
Abijeet [Sat, 10 Jun 2017 14:16:00 +0000 (19:46 +0530)]
#47 - Undos changes in config files.

8 years ago#47 - Added translations for other language files using Google translate.
Abijeet [Sat, 10 Jun 2017 09:51:28 +0000 (15:21 +0530)]
#47 - Added translations for other language files using Google translate.

8 years ago#47 - Fetching values from language files.
Abijeet [Wed, 7 Jun 2017 20:00:43 +0000 (01:30 +0530)]
#47 - Fetching values from language files.

8 years ago#47 - Adds direct linking to comments.
Abijeet [Wed, 7 Jun 2017 19:44:53 +0000 (01:14 +0530)]
#47 - Adds direct linking to comments.

8 years ago#47 - Fixes a couple of issues found during testing - delete not updating the UI...
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.

8 years agoRemoves some unncessary code.
Abijeet [Tue, 6 Jun 2017 17:50:40 +0000 (23:20 +0530)]
Removes some unncessary code.

8 years ago#47 - Adds various translations in English, and a few code improvements.
Abijeet [Mon, 5 Jun 2017 20:16:59 +0000 (01:46 +0530)]
#47 - Adds various translations in English, and a few code improvements.

8 years ago#47 - Changes the location of the reply and edit comment box.
Abijeet [Sun, 4 Jun 2017 18:50:37 +0000 (00:20 +0530)]
#47 - Changes the location of the reply and edit comment box.

8 years ago#47 - Adds a cancel button for edit and reply button.
Abijeet [Sun, 4 Jun 2017 15:13:56 +0000 (20:43 +0530)]
#47 - Adds a cancel button for edit and reply button.

8 years ago#47 - Updates the total comments when a comment is added.
Abijeet [Sun, 4 Jun 2017 14:42:01 +0000 (20:12 +0530)]
#47 - Updates the total comments when a comment is added.

8 years agoMerge branch 'v0.16'
Dan Brown [Sun, 4 Jun 2017 14:39:55 +0000 (15:39 +0100)]
Merge branch 'v0.16'

8 years agoFixed role permission removal bug
Dan Brown [Sun, 4 Jun 2017 14:37:10 +0000 (15:37 +0100)]
Fixed role permission removal bug

8 years ago#47 - Adds functionality to delete a comment. Also reduces the number of watchers.
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.

8 years ago#47 - Adds comment level permissions to the front-end.
Abijeet [Sun, 4 Jun 2017 05:47:14 +0000 (11:17 +0530)]
#47 - Adds comment level permissions to the front-end.

8 years agoMerge branch 'BookStackApp-master'
Abijeet [Sun, 4 Jun 2017 04:50:25 +0000 (10:20 +0530)]
Merge branch 'BookStackApp-master'

8 years agoGetting the latest changes
Abijeet [Sun, 4 Jun 2017 04:50:01 +0000 (10:20 +0530)]
Getting the latest changes

8 years ago#47 - Changes the way we are handling fetching of data for the comment section.
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.

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 ago#47 Displays the time for comments and border bottom for sub comments.
Abijeet [Thu, 25 May 2017 02:34:19 +0000 (08:04 +0530)]
#47 Displays the time for comments and border bottom for sub comments.

8 years ago#47 Adds two attributes updated and created to display time to user.
Abijeet [Thu, 25 May 2017 02:33:27 +0000 (08:03 +0530)]
#47 Adds two attributes updated and created to display time to user.

8 years ago#47 Inserts null for updated_at when the user is creating a comment.
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.

8 years ago#47 Hides the reply button based if comments are 2 levels deep.
Abijeet [Wed, 24 May 2017 01:32:11 +0000 (07:02 +0530)]
#47 Hides the reply button based if comments are 2 levels deep.

8 years ago#47 Implements the reply and edit functionality for comments.
Abijeet [Mon, 15 May 2017 19:10:14 +0000 (00:40 +0530)]
#47 Implements the reply and edit functionality for comments.

8 years agoMerge pull request #11 from BookStackApp/master
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

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 ago#47 - Gets rid of simplemde
Abijeet [Tue, 2 May 2017 21:12:04 +0000 (02:42 +0530)]
#47 - Gets rid of simplemde

8 years agoMerge pull request #10 from BookStackApp/master
Abijeet Patro [Tue, 2 May 2017 20:11:08 +0000 (01:41 +0530)]
Merge pull request #10 from BookStackApp/master

Latest changes

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 ago#47 - Adds functionality to display child comments. Also has some code towards the...
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.

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 agoAdding the view templates and styles.
Abijeet [Tue, 18 Apr 2017 19:54:33 +0000 (01:24 +0530)]
Adding the view templates and styles.

8 years agoMerge branch 'master' of https://github.com/Abijeet/BookStack
Abijeet [Tue, 18 Apr 2017 19:53:27 +0000 (01:23 +0530)]
Merge branch 'master' of https://github.com/Abijeet/BookStack