]>
BookStack Code Mirror - bookstack/log
Dan Brown [Tue, 6 Sep 2016 18:27:21 +0000 (19:27 +0100)]
Updated TinyMCE version from 4.3.7 to 4.4.3
Dan Brown [Mon, 5 Sep 2016 18:33:14 +0000 (19:33 +0100)]
Cleaned page form JS & spaced tag box
As per #174
Dan Brown [Sat, 3 Sep 2016 18:24:58 +0000 (19:24 +0100)]
Fixed bad image base-urls and forced tinyMCE to use absolute
Also ensured image file existance is checked during base64 conversion
during exports.
Closes #171.
Dan Brown [Sat, 3 Sep 2016 11:08:58 +0000 (12:08 +0100)]
Improved Exception handling, Removed npm requirement for testing
Dan Brown [Sat, 3 Sep 2016 09:40:27 +0000 (10:40 +0100)]
Merge branch 'page_link_selector'
Dan Brown [Sat, 3 Sep 2016 09:32:14 +0000 (10:32 +0100)]
Fixed some cross browser flexbox popup issues
Set min height for poor IE & safari flexbox support.
Fixes #105.
Dan Brown [Fri, 2 Sep 2016 20:18:48 +0000 (21:18 +0100)]
Added image paste and drop to markdown editor
Only currently tested in chrome.
Closes #128
Dan Brown [Fri, 2 Sep 2016 18:26:12 +0000 (19:26 +0100)]
Added draft save indicator and fixed notification positions
Dan Brown [Fri, 2 Sep 2016 17:54:26 +0000 (18:54 +0100)]
Added link selector to markdown editor
Dan Brown [Thu, 1 Sep 2016 19:36:22 +0000 (20:36 +0100)]
Added link selector interface to WYSIWYG editor
Dan Brown [Tue, 30 Aug 2016 19:05:59 +0000 (20:05 +0100)]
Updated popup design and started integrating link selector
Extracted design and base styles from image manager into generic popup
classes that can be used by other app components such as the new
popup Book/Chapter/Page link selector
Dan Brown [Sat, 27 Aug 2016 10:27:23 +0000 (11:27 +0100)]
Updated travis testing to work with new helper configuration (#175)
* Updated travis to call phpunit globally rather then booting application first
Dan Brown [Fri, 26 Aug 2016 19:20:58 +0000 (20:20 +0100)]
Improved sort efficiency by a factor of 10
Fixes #145
Dan Brown [Thu, 25 Aug 2016 16:17:26 +0000 (17:17 +0100)]
Fixed single word quoted search terms
Fixes #170
Dan Brown [Thu, 25 Aug 2016 15:47:25 +0000 (16:47 +0100)]
Removed animation from page content.
Prevents issues with browsers that do not support
animaton-fill-direction.
Fixes #173.
Dan Brown [Sun, 21 Aug 2016 14:02:37 +0000 (15:02 +0100)]
Merge fixes from branch 'v0.11'
Dan Brown [Sun, 21 Aug 2016 13:49:40 +0000 (14:49 +0100)]
Fixed login 'intended' redirect for custom urls.
Also changed social account detach wording.
Chris [Mon, 15 Aug 2016 14:07:45 +0000 (15:07 +0100)]
Applied baseUrl to login redirect
Dan Brown [Sun, 21 Aug 2016 12:44:36 +0000 (13:44 +0100)]
Merge pull request #166 from poppahorse/patch-1
Applied baseUrl to login redirect
Dan Brown [Sun, 21 Aug 2016 12:35:22 +0000 (13:35 +0100)]
Improved page tag box structure and fixed footer in PDF export.
Fixes #162.
Chris [Mon, 15 Aug 2016 14:07:45 +0000 (15:07 +0100)]
Applied baseUrl to login redirect
Dan Brown [Sun, 14 Aug 2016 12:09:44 +0000 (13:09 +0100)]
Merge branch 'v0.11'
Dan Brown [Sun, 14 Aug 2016 11:29:35 +0000 (12:29 +0100)]
Updated all application urls to allow path prefix.
Allows BookStack to be installed at a non-root location on a domain.
Closes #40.
Dan Brown [Sat, 13 Aug 2016 16:56:20 +0000 (17:56 +0100)]
Started work on subdirectory support
Dan Brown [Sat, 13 Aug 2016 13:54:23 +0000 (14:54 +0100)]
Fixed tag section and editor safari rendering.
Fixes #152.
Dan Brown [Sat, 13 Aug 2016 13:18:31 +0000 (14:18 +0100)]
Fixed double brace issues in both editors.
Double braces were being parsed by angular in both the WYSIWYG and markdown editor.
Fixes #150 and fixes #155.
Dan Brown [Sat, 13 Aug 2016 12:53:04 +0000 (13:53 +0100)]
Fixed entities created with blank slugs.
Fixes #156.
Dan Brown [Sat, 13 Aug 2016 09:02:54 +0000 (10:02 +0100)]
Updated elixr and fixed table th element borders
Fixes #164.
Dan Brown [Tue, 26 Jul 2016 17:16:40 +0000 (18:16 +0100)]
Fixed revision-based redirect on new pages
Dan Brown [Tue, 26 Jul 2016 17:03:10 +0000 (18:03 +0100)]
Fixed back-to-top button on firefox. Fixes #153.
Dan Brown [Tue, 26 Jul 2016 16:46:09 +0000 (17:46 +0100)]
Changed issue template to use md extension
Nick Walke [Thu, 21 Jul 2016 15:04:06 +0000 (10:04 -0500)]
Added issue template
Dan Brown [Tue, 12 Jul 2016 20:11:48 +0000 (21:11 +0100)]
Added WYSIWYG editor shortcuts
Dan Brown [Sun, 10 Jul 2016 11:12:52 +0000 (12:12 +0100)]
Changed when revisions are saved and update changelog input
Revisions are now saved when te page content is originally saved whereas before they were saved on the next update to the page.
Dan Brown [Sun, 10 Jul 2016 09:42:47 +0000 (10:42 +0100)]
Merge branch 'summary' of git://github.com/younes0/BookStack into younes0-summary
Dan Brown [Sun, 10 Jul 2016 09:28:05 +0000 (10:28 +0100)]
Added check for s3 bucket name to choose shortest url
Dan Brown [Sun, 10 Jul 2016 09:15:38 +0000 (10:15 +0100)]
Merge branch 'patch-1' of git://github.com/younes0/BookStack into younes0-patch-1
Dan Brown [Sun, 10 Jul 2016 09:14:19 +0000 (10:14 +0100)]
Merge pull request #144 from younes0/patch-2
set uploaded images visibility public (relevant for S3 storage)
Younes El Biache [Sat, 9 Jul 2016 13:26:53 +0000 (15:26 +0200)]
set uploaded files public visibliity (relevant for S3 storage)
Younes El Biache [Sat, 9 Jul 2016 12:33:37 +0000 (14:33 +0200)]
shorter amazon S3 url
Younès EL BIACHE [Thu, 7 Jul 2016 18:53:43 +0000 (20:53 +0200)]
edit summary
Dan Brown [Sun, 3 Jul 2016 09:47:20 +0000 (10:47 +0100)]
Prevented shift-tab from selecting a tag
Dan Brown [Sun, 3 Jul 2016 09:42:13 +0000 (10:42 +0100)]
Cut down homepage queries a little
Dan Brown [Sun, 3 Jul 2016 09:31:20 +0000 (10:31 +0100)]
Fixed bug which hid entities and fixed new chapter priority
Dan Brown [Sun, 3 Jul 2016 09:12:12 +0000 (10:12 +0100)]
Made list default messages a little nicer
Dan Brown [Sun, 3 Jul 2016 08:58:45 +0000 (09:58 +0100)]
Tightened and cleaned some list styles
Dan Brown [Fri, 1 Jul 2016 19:11:49 +0000 (20:11 +0100)]
Fixed error on image deletion
Also Added tests to cover image upload and deletion.
Fixes #136.
Dan Brown [Sat, 25 Jun 2016 14:46:31 +0000 (15:46 +0100)]
Made stick book navigation recalc on window resize
Dan Brown [Sat, 25 Jun 2016 14:31:38 +0000 (15:31 +0100)]
Added chapter move actions. Closes #86
Dan Brown [Sun, 19 Jun 2016 18:30:43 +0000 (19:30 +0100)]
Travis CI updates (#130)
* Updated travis config to use mysql
* Added cache for composer
Dan Brown [Sun, 19 Jun 2016 18:02:53 +0000 (19:02 +0100)]
Added WYSIWYG editor callouts
Dan Brown [Sun, 12 Jun 2016 12:37:15 +0000 (13:37 +0100)]
Fixed theme color elements not showing on new instance
Also cleaned notification session access
Dan Brown [Sun, 12 Jun 2016 11:48:19 +0000 (12:48 +0100)]
Merged branch add_page_move into master
References #86
Dan Brown [Sun, 12 Jun 2016 11:48:06 +0000 (12:48 +0100)]
Added tests to cover page_move features
Dan Brown [Sun, 12 Jun 2016 11:14:14 +0000 (12:14 +0100)]
Finished off page move functionality
Dan Brown [Sat, 11 Jun 2016 20:04:18 +0000 (21:04 +0100)]
Started work on page move view and entity selector
Dan Brown [Fri, 10 Jun 2016 18:45:53 +0000 (19:45 +0100)]
Prevent page redirect on draft saving
Only an issue when using the non 'mysqlnd' extension.
Fixes #120
Dan Brown [Sat, 4 Jun 2016 15:33:23 +0000 (16:33 +0100)]
Merged branch rovox-master into master
Dan Brown [Sat, 4 Jun 2016 15:32:57 +0000 (16:32 +0100)]
Added checks to use MyISAM if MySQL 5.5 is found
Dan Brown [Sat, 4 Jun 2016 14:43:08 +0000 (15:43 +0100)]
Merge branch 'master' of git://github.com/rovox/BookStack into rovox-master
Dan Brown [Sat, 4 Jun 2016 14:37:28 +0000 (15:37 +0100)]
Added tag autosuggestion when no input provided
Shows the most popular tag names/values.
As requested on #121
Dan Brown [Sat, 4 Jun 2016 13:54:31 +0000 (14:54 +0100)]
Limited tag value autosuggestions based on tag name
As requested on #121
Dan Brown [Fri, 3 Jun 2016 17:52:49 +0000 (18:52 +0100)]
Updated License file
Dan Brown [Fri, 3 Jun 2016 17:51:47 +0000 (18:51 +0100)]
Add in LICENSE file
Dan Brown [Fri, 3 Jun 2016 17:50:20 +0000 (18:50 +0100)]
Added licence and release badges
Dan Brown [Sat, 28 May 2016 13:02:48 +0000 (14:02 +0100)]
Fixed error with similar activity filtering
Dan Brown [Sat, 28 May 2016 12:51:07 +0000 (13:51 +0100)]
Added (Ctrl+s) draft force save
Dan Brown [Sat, 28 May 2016 12:24:07 +0000 (13:24 +0100)]
Added basic markdown scroll syncing
robert [Wed, 25 May 2016 21:52:43 +0000 (23:52 +0200)]
Making sure MyISAM is set for the tables that need it for new installtions that are using mariadb.
Dan Brown [Sun, 22 May 2016 13:56:26 +0000 (14:56 +0100)]
Fixed missing column drop on migration rollback
Dan Brown [Sun, 22 May 2016 10:01:21 +0000 (11:01 +0100)]
Added support for custom content in HTML head
Dan Brown [Sun, 22 May 2016 09:44:31 +0000 (10:44 +0100)]
Added pagination, sorting & searching to users list
As requested on #113
Dan Brown [Sun, 22 May 2016 08:23:41 +0000 (09:23 +0100)]
Standardised delete aesthetics regarding roles and users
Also added user delete success message.
Fixes #114
Dan Brown [Sun, 22 May 2016 08:08:37 +0000 (09:08 +0100)]
Fixed flexbox overflow scrolling issues in firefox
Fixes #111
Dan Brown [Sun, 22 May 2016 07:48:40 +0000 (08:48 +0100)]
Made user names clickable at the bottom of assets
Fixes #117
Dan Brown [Sun, 15 May 2016 19:24:57 +0000 (20:24 +0100)]
Merge pull request #110 from ssddanbrown/page_attributes
Attribute System. Closes #48.
Dan Brown [Sun, 15 May 2016 19:12:53 +0000 (20:12 +0100)]
Added auto-suggestions to tag names and values
Dan Brown [Sun, 15 May 2016 13:15:05 +0000 (14:15 +0100)]
Fixed tags not being saved on new pages
Dan Brown [Sun, 15 May 2016 12:59:16 +0000 (13:59 +0100)]
Revert travis CI changes
Dan Brown [Sun, 15 May 2016 12:53:42 +0000 (13:53 +0100)]
Updated travis file to hopefully fix CI errors
Dan Brown [Sun, 15 May 2016 12:41:18 +0000 (13:41 +0100)]
Added tag searching to search interfaces
Dan Brown [Sun, 15 May 2016 09:39:17 +0000 (10:39 +0100)]
Added tags to page display and simplified editing flow
Tags now save with the page content data
Dan Brown [Sat, 14 May 2016 19:02:00 +0000 (20:02 +0100)]
Cleaned up tag edit interface
Dan Brown [Fri, 13 May 2016 20:20:21 +0000 (21:20 +0100)]
Renamed attribute to tags & continued interface
Also fixed page create route broken in last commit
Dan Brown [Thu, 12 May 2016 22:12:05 +0000 (23:12 +0100)]
Started the page attributes interface
Dan Brown [Sat, 7 May 2016 13:29:43 +0000 (14:29 +0100)]
Added further attribute endpoints and added tests
Dan Brown [Fri, 6 May 2016 19:44:07 +0000 (20:44 +0100)]
Fixed bad refactor in the permission service
Dan Brown [Fri, 6 May 2016 19:33:08 +0000 (20:33 +0100)]
Started base work on attribute system
Dan Brown [Tue, 3 May 2016 20:30:55 +0000 (21:30 +0100)]
Merge branch 'v0.9'
Dan Brown [Tue, 3 May 2016 20:10:05 +0000 (21:10 +0100)]
Added bookstack version in settings
Gets the app version via git. Closes #99
Dan Brown [Mon, 2 May 2016 12:14:35 +0000 (13:14 +0100)]
Updated travisCI to help fix node error
Dan Brown [Mon, 2 May 2016 12:01:46 +0000 (13:01 +0100)]
Merged ci_testing into master
Dan Brown [Mon, 2 May 2016 11:50:17 +0000 (12:50 +0100)]
Changed mariadb version
Dan Brown [Mon, 2 May 2016 11:37:58 +0000 (12:37 +0100)]
Added dependancy caching and travis badge
Dan Brown [Mon, 2 May 2016 11:26:09 +0000 (12:26 +0100)]
Added travis CI file
Dan Brown [Mon, 2 May 2016 11:02:23 +0000 (12:02 +0100)]
Added codeship CI badge
Dan Brown [Mon, 2 May 2016 10:58:12 +0000 (11:58 +0100)]
Merge pull request #106 from ssddanbrown/ci_testing
Ci testing
Dan Brown [Mon, 2 May 2016 10:38:07 +0000 (11:38 +0100)]
Updated ldap so extension not required in testing
Dan Brown [Mon, 2 May 2016 10:26:47 +0000 (11:26 +0100)]
Updated social testing compatibility
Dan Brown [Mon, 2 May 2016 09:35:42 +0000 (10:35 +0100)]
Updated database config to be codeship compatible