]> BookStack Code Mirror - bookstack/log
bookstack
7 years agoFix ajax tag suggestion for subdir installs 563/head
10bass [Mon, 16 Oct 2017 22:24:47 +0000 (18:24 -0400)]
Fix ajax tag suggestion for subdir installs

tag suggest URLs were hardcoded to /ajax in blade template. Wrapped them in baseUrl()

7 years agoUpdated search test to fit with new tokenization
Dan Brown [Sun, 15 Oct 2017 18:24:06 +0000 (19:24 +0100)]
Updated search test to fit with new tokenization

7 years agoPrevented custom homepage being deleted
Dan Brown [Sun, 15 Oct 2017 18:14:46 +0000 (19:14 +0100)]
Prevented custom homepage being deleted

Fixes #546

7 years agoExpanded list of indexing split chars
Dan Brown [Sun, 15 Oct 2017 17:51:01 +0000 (18:51 +0100)]
Expanded list of indexing split chars

Expands on #531

7 years agoPrevented flexbox contains overflowing page
Dan Brown [Sun, 15 Oct 2017 17:34:37 +0000 (18:34 +0100)]
Prevented flexbox contains overflowing page

Fixes #552

7 years agoFixed include syntax erroring within vue
Dan Brown [Sun, 15 Oct 2017 17:10:34 +0000 (18:10 +0100)]
Fixed include syntax erroring within vue

Fixes #553

7 years agoUpdated image fetching in exporting
Dan Brown [Fri, 6 Oct 2017 19:49:25 +0000 (20:49 +0100)]
Updated image fetching in exporting

Added domain check to see if possibly local even when whole url found.
Changed image fetch from file_get_contents to curl for external
resources.

Hopeful solution to #392

7 years agoPrevented 'Discard draft' option showing after saving a draft page
Dan Brown [Sun, 1 Oct 2017 17:11:24 +0000 (18:11 +0100)]
Prevented 'Discard draft' option showing after saving a draft page

7 years agoFixed some design issues around cards
Dan Brown [Sun, 1 Oct 2017 16:59:51 +0000 (17:59 +0100)]
Fixed some design issues around cards

Reverted drop shadow change.
Fixed header line-height when linked.
Fixed overflowing paragraph text. Fixes #533.

7 years agoUpdated search-regen command description
Dan Brown [Sun, 1 Oct 2017 16:51:59 +0000 (17:51 +0100)]
Updated search-regen command description

7 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sun, 1 Oct 2017 12:19:41 +0000 (13:19 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack

7 years agoAdded azureAD social auth option
Dan Brown [Sun, 1 Oct 2017 12:19:17 +0000 (13:19 +0100)]
Added azureAD social auth option

Closes #509

7 years agoMerge pull request #529 from cipi1965/master
Dan Brown [Sun, 1 Oct 2017 10:44:45 +0000 (11:44 +0100)]
Merge pull request #529 from cipi1965/master

Updated italian translation

7 years agoMerge pull request #528 from turbotankist/master
Dan Brown [Sun, 1 Oct 2017 10:43:31 +0000 (11:43 +0100)]
Merge pull request #528 from turbotankist/master

russian lang fixes

7 years agoMerge pull request #523 from sanderdw/master
Dan Brown [Sun, 1 Oct 2017 10:33:22 +0000 (11:33 +0100)]
Merge pull request #523 from sanderdw/master

Update dutch translations

7 years agoAdded 'last_commented' sort option to search
Dan Brown [Sun, 1 Oct 2017 10:24:13 +0000 (11:24 +0100)]
Added 'last_commented' sort option to search

Closes #440

7 years agoRemoved empty string null middleware as was causing issues
Dan Brown [Sat, 30 Sep 2017 13:44:52 +0000 (14:44 +0100)]
Removed empty string null middleware as was causing issues

7 years agoAdded missing middleware to trim input
Dan Brown [Sat, 30 Sep 2017 13:31:27 +0000 (14:31 +0100)]
Added missing middleware to trim input

7 years agoUpdated search indexer to split words better
Dan Brown [Sat, 30 Sep 2017 13:14:23 +0000 (14:14 +0100)]
Updated search indexer to split words better

Will now split up words based on more chars than just spaces.
Not takes into account newlines, tabs, periods & commas.

Fixed #531

7 years agoAdded missing codemirror theme class
Dan Brown [Sat, 30 Sep 2017 12:48:38 +0000 (13:48 +0100)]
Added missing codemirror theme class

Fixes #535

7 years agoUpdated issue template
Dan Brown [Sat, 30 Sep 2017 12:41:06 +0000 (13:41 +0100)]
Updated issue template

7 years agoFinished migration of last angular code 524/head
Dan Brown [Sat, 30 Sep 2017 12:26:48 +0000 (13:26 +0100)]
Finished migration of last angular code

7 years agoUpdated italian translation 529/head
Matteo Piccina [Wed, 27 Sep 2017 08:44:08 +0000 (10:44 +0200)]
Updated italian translation

7 years agorussian lang fixes 528/head
alexey [Wed, 27 Sep 2017 08:17:56 +0000 (11:17 +0300)]
russian lang fixes

7 years agoTweaked shadows on cards
Dan Brown [Sun, 24 Sep 2017 17:47:34 +0000 (18:47 +0100)]
Tweaked shadows on cards

7 years agoMigrated editor toolbox, No more directives!
Dan Brown [Sun, 24 Sep 2017 17:30:21 +0000 (18:30 +0100)]
Migrated editor toolbox, No more directives!

7 years agoMigrated editor inputs to non-angular JS
Dan Brown [Sat, 23 Sep 2017 11:24:06 +0000 (12:24 +0100)]
Migrated editor inputs to non-angular JS

7 years agoUpdate entities.php 523/head
sanderdw [Fri, 22 Sep 2017 22:52:08 +0000 (00:52 +0200)]
Update entities.php

7 years agoUpdate components.php
sanderdw [Fri, 22 Sep 2017 22:47:02 +0000 (00:47 +0200)]
Update components.php

7 years agoUpdate dutch translations
sanderdw [Fri, 22 Sep 2017 22:28:25 +0000 (00:28 +0200)]
Update dutch translations

7 years agoMoved details card above book nav
Dan Brown [Wed, 20 Sep 2017 20:32:19 +0000 (21:32 +0100)]
Moved details card above book nav

7 years agoFixed page includes erroring on save
Dan Brown [Wed, 20 Sep 2017 20:03:40 +0000 (21:03 +0100)]
Fixed page includes erroring on save

Closes #514

7 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Wed, 20 Sep 2017 19:27:50 +0000 (20:27 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack

7 years agoRefactored WYSIWYG editor image upload code
Dan Brown [Wed, 20 Sep 2017 19:27:00 +0000 (20:27 +0100)]
Refactored WYSIWYG editor image upload code

Added sketchy timeout to fix images being pasted at end of page.
Fixes #489

7 years agoUpgrade tinymce version
Dan Brown [Wed, 20 Sep 2017 19:26:34 +0000 (20:26 +0100)]
Upgrade tinymce version

7 years agoMerge pull request #517 from leomartinez/master
Dan Brown [Wed, 20 Sep 2017 19:17:39 +0000 (20:17 +0100)]
Merge pull request #517 from leomartinez/master

Added 'Spanish Argentina' translation

7 years agoAdded missing colon 517/head
Leonardo Martinez [Tue, 19 Sep 2017 17:25:44 +0000 (14:25 -0300)]
Added missing colon

7 years agoAdded 'Spanish Argentina' translation.
Leonardo Martinez [Tue, 19 Sep 2017 16:43:17 +0000 (13:43 -0300)]
Added 'Spanish Argentina' translation.

7 years agoAdded 'Spanish Argentina' translation.
Leonardo Martinez [Tue, 19 Sep 2017 16:42:39 +0000 (13:42 -0300)]
Added 'Spanish Argentina' translation.

7 years agoMerge pull request #510 from sanderdw/patch-1
Dan Brown [Sun, 17 Sep 2017 10:09:12 +0000 (11:09 +0100)]
Merge pull request #510 from sanderdw/patch-1

Update entities.php

7 years agoMerge pull request #506 from turbotankist/master
Dan Brown [Thu, 14 Sep 2017 19:44:19 +0000 (20:44 +0100)]
Merge pull request #506 from turbotankist/master

Russian lang added

7 years agoUpdate entities.php 510/head
sanderdw [Thu, 14 Sep 2017 19:43:47 +0000 (21:43 +0200)]
Update entities.php

7 years agoUpdated social login to redirect to intended page.
Dan Brown [Thu, 14 Sep 2017 19:20:47 +0000 (20:20 +0100)]
Updated social login to redirect to intended page.

Closes #508.

7 years agoRussian lang added 506/head
alexey [Tue, 12 Sep 2017 13:42:04 +0000 (16:42 +0300)]
Russian lang added

7 years agoModified IT comment translations as per recent changes
Dan Brown [Sun, 10 Sep 2017 15:43:05 +0000 (16:43 +0100)]
Modified IT comment translations as per recent changes

7 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sun, 10 Sep 2017 15:36:47 +0000 (16:36 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack

7 years agoMerge pull request #501 from cipi1965/master
Dan Brown [Sun, 10 Sep 2017 15:29:44 +0000 (16:29 +0100)]
Merge pull request #501 from cipi1965/master

Added Italian language

7 years agoFixed bullet styles and added code highlight on comments
Dan Brown [Sun, 10 Sep 2017 15:14:04 +0000 (16:14 +0100)]
Fixed bullet styles and added code highlight on comments

7 years agoAdded Italian language 501/head
Matteo Piccina [Sun, 10 Sep 2017 14:51:51 +0000 (16:51 +0200)]
Added Italian language

7 years agoMerge pull request #500 from timoschwarzer/translation_update_de
Dan Brown [Sun, 10 Sep 2017 13:08:23 +0000 (14:08 +0100)]
Merge pull request #500 from timoschwarzer/translation_update_de

Update german translation

7 years agoUpdate german translation 500/head
Timo Schwarzer [Sun, 10 Sep 2017 13:01:25 +0000 (15:01 +0200)]
Update german translation

7 years agoUsed trans_choice on profile view
Dan Brown [Sun, 10 Sep 2017 12:43:08 +0000 (13:43 +0100)]
Used trans_choice on profile view

Closes #417

7 years agoRestored seeder and fixed scroll on firefox
Dan Brown [Sun, 10 Sep 2017 12:29:48 +0000 (13:29 +0100)]
Restored seeder and fixed scroll on firefox

7 years agoFixed sidebar scroll on mobile
Dan Brown [Sun, 10 Sep 2017 12:19:47 +0000 (13:19 +0100)]
Fixed sidebar scroll on mobile

7 years agoFixed line-height difference in tinymce
Dan Brown [Sun, 10 Sep 2017 12:08:12 +0000 (13:08 +0100)]
Fixed line-height difference in tinymce

7 years agoFixed quick save shortcut in wysiwyg editor
Dan Brown [Sun, 10 Sep 2017 12:01:48 +0000 (13:01 +0100)]
Fixed quick save shortcut in wysiwyg editor

Fixes #467

7 years agoFixed markdown callout tags and cursor pos
Dan Brown [Sat, 9 Sep 2017 18:41:11 +0000 (19:41 +0100)]
Fixed markdown callout tags and cursor pos

Closes #470

7 years agoAttempt to fix travis switching phpunit version
Dan Brown [Sat, 9 Sep 2017 18:17:00 +0000 (19:17 +0100)]
Attempt to fix travis switching phpunit version

7 years agoRemoved comments from seeder since they are not used by tests
Dan Brown [Sat, 9 Sep 2017 17:48:47 +0000 (18:48 +0100)]
Removed comments from seeder since they are not used by tests

7 years agoRemoved outdated translations and updated tests
Dan Brown [Sat, 9 Sep 2017 17:41:59 +0000 (18:41 +0100)]
Removed outdated translations and updated tests

7 years agoAdded loading icons, Added comment activity
Dan Brown [Sat, 9 Sep 2017 16:06:30 +0000 (17:06 +0100)]
Added loading icons, Added comment activity

7 years agoAdded comment reply and delete confirmation.
Dan Brown [Sat, 9 Sep 2017 14:56:24 +0000 (15:56 +0100)]
Added comment reply and delete confirmation.

Also fixed local_id bug
Added component helpers
Added global scroll & Highlight helpers

7 years agoMade some changes to the comment system
Dan Brown [Sun, 3 Sep 2017 15:37:51 +0000 (16:37 +0100)]
Made some changes to the comment system

Changed to be rendered server side along with page content.
Changed deletion to fully delete comments from the database.
Added 'local_id' to comments for referencing.
Updated reply system to be non-nested (Incomplete)
Made database comment format entity-agnostic to be more future proof.
Updated designs of comment sections.

7 years agoMerge branch 'Abijeet-master' to convert comment system to vue
Dan Brown [Sat, 2 Sep 2017 16:40:40 +0000 (17:40 +0100)]
Merge branch 'Abijeet-master' to convert comment system to vue

7 years agoMerge branch 'master' of git://github.com/Abijeet/BookStack into Abijeet-master
Dan Brown [Sat, 2 Sep 2017 16:36:58 +0000 (17:36 +0100)]
Merge branch 'master' of git://github.com/Abijeet/BookStack into Abijeet-master

7 years agoFixed broken page content includes
Dan Brown [Sat, 2 Sep 2017 15:06:03 +0000 (16:06 +0100)]
Fixed broken page content includes

7 years agoFixed long attachment names breaking outer boxes
Dan Brown [Sat, 2 Sep 2017 14:21:05 +0000 (15:21 +0100)]
Fixed long attachment names breaking outer boxes

Closes #460

7 years agoReformatted sortable toolbox components
Dan Brown [Sat, 2 Sep 2017 14:06:52 +0000 (15:06 +0100)]
Reformatted sortable toolbox components

7 years agoMerge pull request #483 from msaus/japanese_lang_update
Dan Brown [Sat, 2 Sep 2017 13:39:14 +0000 (14:39 +0100)]
Merge pull request #483 from msaus/japanese_lang_update

Japanese lang update

7 years agoAdded ability to override codemirror theme
Dan Brown [Sat, 2 Sep 2017 12:34:37 +0000 (13:34 +0100)]
Added ability to override codemirror theme

Also cleaned codemirror file while there.
In referece to #455

7 years agoMade custom home ignore permissions and added tests
Dan Brown [Mon, 28 Aug 2017 12:55:39 +0000 (13:55 +0100)]
Made custom home ignore permissions and added tests

Closes #126 and #372

7 years agoAdded ability to set a page to view on the homepage.
Dan Brown [Mon, 28 Aug 2017 12:38:32 +0000 (13:38 +0100)]
Added ability to set a page to view on the homepage.

Relates to #372 and #126

7 years agoMade new sidebar layout responsive
Dan Brown [Sun, 27 Aug 2017 14:16:51 +0000 (15:16 +0100)]
Made new sidebar layout responsive

7 years agoMigrated entity selector out of angular
Dan Brown [Sun, 27 Aug 2017 13:31:34 +0000 (14:31 +0100)]
Migrated entity selector out of angular

7 years agoImproved primary color control in settings
Dan Brown [Sun, 27 Aug 2017 11:59:56 +0000 (12:59 +0100)]
Improved primary color control in settings

7 years agoMerge pull request #480 from BookStackApp/design_update_2017
Dan Brown [Sat, 26 Aug 2017 16:22:30 +0000 (17:22 +0100)]
Merge pull request #480 from BookStackApp/design_update_2017

Design update 2017

7 years agoUpdated remaining views to 2017 design update. 480/head
Dan Brown [Sat, 26 Aug 2017 16:17:04 +0000 (17:17 +0100)]
Updated remaining views to 2017 design update.

Also fixed issue with duplicate confirmation email.

7 years agoUpdated page view styles to align with 2017 update
Dan Brown [Sat, 26 Aug 2017 14:41:33 +0000 (15:41 +0100)]
Updated page view styles to align with 2017 update

7 years agoUpdated error views for redesign
Dan Brown [Sat, 26 Aug 2017 13:53:23 +0000 (14:53 +0100)]
Updated error views for redesign

7 years agoResolved current failing tests
Dan Brown [Sat, 26 Aug 2017 13:41:46 +0000 (14:41 +0100)]
Resolved current failing tests

7 years agoUpdated chapter views with new design
Dan Brown [Sat, 26 Aug 2017 13:36:48 +0000 (14:36 +0100)]
Updated chapter views with new design

7 years agoUpdated readme with project definition
Dan Brown [Sat, 26 Aug 2017 12:49:56 +0000 (13:49 +0100)]
Updated readme with project definition

7 years agoUpdated styles for auth and books views.
Dan Brown [Sat, 26 Aug 2017 12:24:55 +0000 (13:24 +0100)]
Updated styles for auth and books views.

Also added sourcemaps to gulp sass build

7 years agoupdate Japanese language for code editor 483/head
soseki [Thu, 24 Aug 2017 06:30:07 +0000 (15:30 +0900)]
update Japanese language for code editor

7 years agoadd Japanese language for code editor
soseki [Thu, 24 Aug 2017 06:24:43 +0000 (15:24 +0900)]
add Japanese language for code editor

7 years agoRemoves some unused code. 479/head
Abijeet [Tue, 22 Aug 2017 19:34:36 +0000 (01:04 +0530)]
Removes some unused code.

7 years agoReverting database.php and app.php
Abijeet [Tue, 22 Aug 2017 19:22:50 +0000 (00:52 +0530)]
Reverting database.php and app.php

7 years agoFixes the comment check for linked comment.
Abijeet [Mon, 21 Aug 2017 20:09:09 +0000 (01:39 +0530)]
Fixes the comment check for linked comment.

7 years agoAdded functionality to highlight a comment.
Abijeet [Mon, 21 Aug 2017 20:01:11 +0000 (01:31 +0530)]
Added functionality to highlight a comment.

7 years agoFixed formatting and added error messages.
Abijeet [Sun, 20 Aug 2017 20:51:31 +0000 (02:21 +0530)]
Fixed formatting and added error messages.

7 years agoRemoved code from the directives.
Abijeet [Sun, 20 Aug 2017 19:08:59 +0000 (00:38 +0530)]
Removed code from the directives.

7 years agoAdded code for permissions, removed unnecessary code.
Abijeet [Sun, 20 Aug 2017 15:56:44 +0000 (21:26 +0530)]
Added code for permissions, removed unnecessary code.

7 years agoMerge branch 'master' of https://github.com/BookStackApp/BookStack
Abijeet [Sun, 20 Aug 2017 15:05:56 +0000 (20:35 +0530)]
Merge branch 'master' of https://github.com/BookStackApp/BookStack

Conflicts:
resources/assets/js/vues/vues.js

7 years agoRefactored Angular code to instead use VueJS, left with permissions, testing and...
Abijeet [Sun, 20 Aug 2017 14:51:32 +0000 (20:21 +0530)]
Refactored Angular code to instead use VueJS, left with permissions, testing and load testing.

7 years agoRefactored Angular code to instead use VueJS, left with permissions, testing and...
Abijeet [Sun, 20 Aug 2017 14:51:27 +0000 (20:21 +0530)]
Refactored Angular code to instead use VueJS, left with permissions, testing and load testing.

7 years agoRolled out new design further
Dan Brown [Sun, 20 Aug 2017 12:57:25 +0000 (13:57 +0100)]
Rolled out new design further

7 years agoStarted design update
Dan Brown [Sat, 19 Aug 2017 17:32:24 +0000 (18:32 +0100)]
Started design update

7 years agoDarkened a few cm code styles for improved legibility
Dan Brown [Sat, 19 Aug 2017 14:51:51 +0000 (15:51 +0100)]
Darkened a few cm code styles for improved legibility

7 years agoUpdated header design
Dan Brown [Sat, 19 Aug 2017 14:33:22 +0000 (15:33 +0100)]
Updated header design

7 years agoRemoved included fonts, Set to use system fonts.
Dan Brown [Sat, 19 Aug 2017 13:33:55 +0000 (14:33 +0100)]
Removed included fonts, Set to use system fonts.

All font definitions moved into _text.scss.
Needs override documentation to complete.
Relates to #423.

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