]>
BookStack Code Mirror - bookstack/log
Dan Brown [Thu, 10 Aug 2017 19:11:25 +0000 (20:11 +0100)]
Started vueifying tag system
Dan Brown [Wed, 9 Aug 2017 20:33:00 +0000 (21:33 +0100)]
Converted image manager into vue component
Dan Brown [Mon, 7 Aug 2017 18:32:31 +0000 (19:32 +0100)]
Fixed bug causing image manager popup not to show
Dan Brown [Sun, 6 Aug 2017 20:21:20 +0000 (21:21 +0100)]
Updated clipboard lib reference and version used
Dan Brown [Sun, 6 Aug 2017 20:08:03 +0000 (21:08 +0100)]
Converted jQuery bits into raw JS components
Dan Brown [Sun, 6 Aug 2017 17:01:49 +0000 (18:01 +0100)]
Added vanilla JS component system
Dan Brown [Tue, 1 Aug 2017 19:05:49 +0000 (20:05 +0100)]
Merged comment migrations and incremented dev version
Dan Brown [Tue, 1 Aug 2017 19:04:33 +0000 (20:04 +0100)]
Merge branch 'Abijeet-master'
Dan Brown [Tue, 1 Aug 2017 18:24:33 +0000 (19:24 +0100)]
Merge branch 'master' of git://github.com/Abijeet/BookStack into Abijeet-master
Dan Brown [Fri, 28 Jul 2017 10:32:42 +0000 (11:32 +0100)]
Updated dev command details
Closes #453
Dan Brown [Thu, 27 Jul 2017 18:09:44 +0000 (19:09 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Thu, 27 Jul 2017 18:07:58 +0000 (19:07 +0100)]
Expanded the available editor shortcuts in both editors
Adds formatting on ctrl+nums for everything on formats dropdown.
Closes #85.
Dan Brown [Thu, 27 Jul 2017 15:48:19 +0000 (16:48 +0100)]
Merge pull request #435 from JachuPL/polish-localization
Polish translation
Dan Brown [Thu, 27 Jul 2017 15:29:09 +0000 (16:29 +0100)]
Merge branch 'Cyber-Duck-master'
Dan Brown [Thu, 27 Jul 2017 15:28:23 +0000 (16:28 +0100)]
Reverted travis changes and added html escaping
Dan Brown [Thu, 27 Jul 2017 15:20:38 +0000 (16:20 +0100)]
Merge branch 'master' of git://github.com/Cyber-Duck/BookStack into Cyber-Duck-master
Dan Brown [Thu, 27 Jul 2017 15:18:57 +0000 (16:18 +0100)]
Merge pull request #446 from Joorem/french-spelling
French spelling
Dan Brown [Thu, 27 Jul 2017 15:17:57 +0000 (16:17 +0100)]
Merge pull request #448 from 10bass/subdir-search-fix
Update search.js
Dan Brown [Thu, 27 Jul 2017 15:10:58 +0000 (16:10 +0100)]
Added breadcrumbs to pages in entity select
Fixes #391
Dan Brown [Thu, 27 Jul 2017 14:43:17 +0000 (15:43 +0100)]
Fixed custom plugin when developing
Dan Brown [Thu, 27 Jul 2017 14:14:53 +0000 (15:14 +0100)]
Vastly sped up gulp watch and added livereload
10bass [Tue, 25 Jul 2017 00:06:15 +0000 (20:06 -0400)]
Update search.js
Trying to apply an exact match or tag would previously redirect to /search, regardless of the installation path.
Jérôme Le Gal [Sat, 22 Jul 2017 21:44:01 +0000 (23:44 +0200)]
settings.php: add missing french translation
Jérôme Le Gal [Sat, 22 Jul 2017 21:43:50 +0000 (23:43 +0200)]
errors.php: add missing french translation
Jérôme Le Gal [Sat, 22 Jul 2017 21:29:52 +0000 (23:29 +0200)]
settings.php: fix some spelling issues in french translation
Jérôme Le Gal [Sat, 22 Jul 2017 21:25:03 +0000 (23:25 +0200)]
passwords.php: fix some spelling issues in french translation
Jérôme Le Gal [Sat, 22 Jul 2017 21:23:34 +0000 (23:23 +0200)]
errors.php: fix some spelling issues in french translation
Jérôme Le Gal [Sat, 22 Jul 2017 21:18:11 +0000 (23:18 +0200)]
entities.php: fix some spelling issues in french translation
Jérôme Le Gal [Sat, 22 Jul 2017 21:01:03 +0000 (23:01 +0200)]
common.php: fix some spelling issues in french translation
Jérôme Le Gal [Sat, 22 Jul 2017 20:52:55 +0000 (22:52 +0200)]
auth.php: fix some spelling issues in french translation
Dan Brown [Sat, 22 Jul 2017 16:22:31 +0000 (17:22 +0100)]
Defined LDAP constant for testing without LDAP installed
Dan Brown [Sat, 22 Jul 2017 16:10:52 +0000 (17:10 +0100)]
Fixed faulty text rendering calls and LDAP tests
Dan Brown [Sat, 22 Jul 2017 15:19:17 +0000 (16:19 +0100)]
Updated utfmb4 upgrade command
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
Dan Brown [Sat, 22 Jul 2017 14:20:36 +0000 (15:20 +0100)]
Improved breadcrumb responsiveness
Closes #426
Dan Brown [Sat, 22 Jul 2017 13:34:17 +0000 (14:34 +0100)]
Fixed broken code block rendering when using DOMPDF
Fixes #427
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
Dan Brown [Sat, 22 Jul 2017 13:02:47 +0000 (14:02 +0100)]
Updated dropdowns to hide after option click
Fixes #429
Clément Blanco [Mon, 17 Jul 2017 13:42:08 +0000 (14:42 +0100)]
Trying 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.
Clément Blanco [Mon, 17 Jul 2017 13:18:03 +0000 (14:18 +0100)]
Trying 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.
Clément Blanco [Mon, 17 Jul 2017 13:05:41 +0000 (14:05 +0100)]
Trying 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.
Clément Blanco [Mon, 17 Jul 2017 13:01:10 +0000 (14:01 +0100)]
Trying 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.
Clément Blanco [Mon, 17 Jul 2017 12:37:15 +0000 (13:37 +0100)]
Trying to make the tests green.
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.
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.
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.
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.
JachuPL [Thu, 13 Jul 2017 14:00:42 +0000 (16:00 +0200)]
Polish translation
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
Dan Brown [Mon, 10 Jul 2017 18:29:35 +0000 (19:29 +0100)]
Prevented textarea styles interfering with codemirror
Closes #424
Dan Brown [Sun, 2 Jul 2017 19:33:32 +0000 (20:33 +0100)]
Removed logs, Updated version, Fixed inconsistent subheader
Dan Brown [Sun, 2 Jul 2017 18:38:28 +0000 (19:38 +0100)]
Updated readme attribution
Dan Brown [Sun, 2 Jul 2017 18:35:13 +0000 (19:35 +0100)]
Migrated markdown editor actions to new cm editor
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.
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
Dan Brown [Sun, 2 Jul 2017 15:13:28 +0000 (16:13 +0100)]
Merge branch 'S64-japanese-translation'
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
Dan Brown [Sun, 2 Jul 2017 14:59:40 +0000 (15:59 +0100)]
Prevent empty-state actions visible without permission.
Fixes #411
Dan Brown [Sun, 2 Jul 2017 14:40:42 +0000 (15:40 +0100)]
Added test to cover
f99c8ff.
Closes #409
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.
Dan Brown [Sat, 1 Jul 2017 14:50:28 +0000 (15:50 +0100)]
Added quick lang-selection options to code editor
Dan Brown [Sat, 1 Jul 2017 14:38:11 +0000 (15:38 +0100)]
Fixed code block selection and drag/drop issues
Dan Brown [Sat, 1 Jul 2017 12:23:46 +0000 (13:23 +0100)]
Finished off main functionality of custom tinymce code editor
Shuma Yoshioka [Sat, 1 Jul 2017 07:29:12 +0000 (16:29 +0900)]
Add `ja` locale to config
Shuma Yoshioka [Sat, 1 Jul 2017 07:38:43 +0000 (16:38 +0900)]
Translate errors.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:38:20 +0000 (16:38 +0900)]
Translate entities.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:37:07 +0000 (16:37 +0900)]
Translate common.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:33:54 +0000 (16:33 +0900)]
Translate auth.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:29:43 +0000 (16:29 +0900)]
Translate validation.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:29:35 +0000 (16:29 +0900)]
Translate passwords.php
Shuma Yoshioka [Sat, 1 Jul 2017 07:29:28 +0000 (16:29 +0900)]
Translate pagination.php
Shuma Yoshioka [Sat, 24 Jun 2017 11:49:06 +0000 (20:49 +0900)]
Translate settings.php
Shuma Yoshioka [Sat, 24 Jun 2017 11:47:41 +0000 (20:47 +0900)]
Translate components.php
Shuma Yoshioka [Sat, 24 Jun 2017 11:44:45 +0000 (20:44 +0900)]
add `ja` to settings
Shuma Yoshioka [Sun, 18 Jun 2017 15:02:09 +0000 (00:02 +0900)]
translate activities.php
Dan Brown [Sat, 17 Jun 2017 14:07:55 +0000 (15:07 +0100)]
Started tinymce code editor components
Dan Brown [Sat, 17 Jun 2017 11:41:18 +0000 (12:41 +0100)]
Added code highlighting syntax modes
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.
Dan Brown [Sun, 4 Jun 2017 14:39:55 +0000 (15:39 +0100)]
Merge branch 'v0.16'
Dan Brown [Sun, 4 Jun 2017 14:37:10 +0000 (15:37 +0100)]
Fixed role permission removal bug