]>
BookStack Code Mirror - bookstack/log
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
Dan Brown [Sun, 1 May 2016 21:47:22 +0000 (22:47 +0100)]
Merge pull request #103 from ssddanbrown/add_role_view_permissions
Overhauled permission system and stripped migrations of most app code to reduce future breakages. Closes #101.
Dan Brown [Sun, 1 May 2016 20:20:50 +0000 (21:20 +0100)]
Major permission naming refactor and database migration cleanup
Dan Brown [Sun, 1 May 2016 18:36:53 +0000 (19:36 +0100)]
Added hidden public role to fit with new permissions system
Dan Brown [Sat, 30 Apr 2016 16:16:06 +0000 (17:16 +0100)]
Improved permission regen performance by factor of 4
Worked around slower eloquent access to speed up permission generation.
Dan Brown [Tue, 26 Apr 2016 20:48:17 +0000 (21:48 +0100)]
Worked around create permission quirks
Dan Brown [Sun, 24 Apr 2016 15:54:20 +0000 (16:54 +0100)]
Rolled out new permissions system throughout application
Dan Brown [Sun, 24 Apr 2016 09:28:47 +0000 (10:28 +0100)]
Made settings ui a little less jumpy
Dan Brown [Sat, 23 Apr 2016 18:15:49 +0000 (19:15 +0100)]
Added custom, More consistent hr insertion
Since the previous hr plugin caused large empty p tags
Dan Brown [Sat, 23 Apr 2016 17:14:26 +0000 (18:14 +0100)]
Continued with database work for permissions overhaul
Added to the entity_permissions table with further required fields and indexes.
Wrote the code for checking permissions.
Dan Brown [Wed, 20 Apr 2016 20:37:57 +0000 (21:37 +0100)]
Started creation of intermediate permission table
Dan Brown [Wed, 20 Apr 2016 19:22:30 +0000 (20:22 +0100)]
Merge branch 'master' into add_role_view_permissions
Dan Brown [Wed, 20 Apr 2016 18:11:33 +0000 (19:11 +0100)]
Improved font quality and cyrillic support
Fixes dodgy font rendering on windows
Dan Brown [Fri, 15 Apr 2016 18:51:27 +0000 (19:51 +0100)]
Prevented drafts from showing up in a book sort
Added tests to cover regresssion.
In reference to #100.
Dan Brown [Thu, 14 Apr 2016 21:34:33 +0000 (22:34 +0100)]
Added lists plugin to TinyMCE, Fixed strange nested list behaviour
Fixes #97
Dan Brown [Tue, 12 Apr 2016 19:08:49 +0000 (20:08 +0100)]
Fixed redis config not being set if not using redis
Dan Brown [Sat, 9 Apr 2016 13:26:42 +0000 (14:26 +0100)]
Fixed draft time display, Cleaned up some code
Cleaned up some comment spacing in book controller and refactored some of the view service functions.
Dan Brown [Sat, 9 Apr 2016 12:52:44 +0000 (13:52 +0100)]
Added user listing to role edit screen
Dan Brown [Sat, 9 Apr 2016 12:36:32 +0000 (13:36 +0100)]
Localised draft save time display
In reference to #83.
Dan Brown [Sat, 9 Apr 2016 11:40:07 +0000 (12:40 +0100)]
Started work towards adding role view permissions
Work halted as re-write required.
In reference to #92
Dan Brown [Sat, 9 Apr 2016 11:37:58 +0000 (12:37 +0100)]
Fixed and cleaned some permisison/role based components
Dan Brown [Sat, 9 Apr 2016 09:56:10 +0000 (10:56 +0100)]
Updated composer dependancies
Dan Brown [Thu, 7 Apr 2016 18:03:00 +0000 (19:03 +0100)]
Made new pages in chapters have a better inital priority
Dan Brown [Sun, 3 Apr 2016 13:59:54 +0000 (14:59 +0100)]
Added uploaded to book/page filters & search in image manager
Also refactored tab styles which affected the settings area.
Closes #41
Dan Brown [Sun, 3 Apr 2016 11:34:10 +0000 (12:34 +0100)]
Updated tests to match recent email confirmation changes
Dan Brown [Sun, 3 Apr 2016 11:19:44 +0000 (12:19 +0100)]
Fixed some label casing and fixed incorrect notifications
Fixed the book & chapter permission update notification stating the 'page permissions' have been updated.
Dan Brown [Sun, 3 Apr 2016 11:16:54 +0000 (12:16 +0100)]
Made email confirmations work with LDAP auth
The email_confirmed user field now actually indicates if an email is confirmed rather than defaulting to true if not checked.
This ensures toggleing the 'Require email confirmation' setting actually makes all currently unconfirmed users confirm thier emails.
Dan Brown [Sun, 3 Apr 2016 10:16:49 +0000 (11:16 +0100)]
Added a friendlier error for LDAP new user mismatches
Dan Brown [Sun, 3 Apr 2016 10:00:14 +0000 (11:00 +0100)]
Added Redis cache/session support
Dan Brown [Sun, 3 Apr 2016 09:23:16 +0000 (10:23 +0100)]
Removed old input checks on entity permission checkboxes
Old input check potentialy causing issues (#89) and is not needed on the pages which it shows.
Dan Brown [Wed, 30 Mar 2016 20:49:25 +0000 (21:49 +0100)]
Merge bugfixes from branch 'v0.8'
Dan Brown [Wed, 30 Mar 2016 20:28:38 +0000 (21:28 +0100)]
Trimmed long names in header
Fixes #87
Dan Brown [Wed, 30 Mar 2016 19:15:44 +0000 (20:15 +0100)]
Updated entity restrictions to allow permissions, Not just restrict
Also changed wording from 'Restrictions' to 'Permissions' to keep things more familiar and to better reflect what they do.
Referenced in issue #89.
Dan Brown [Tue, 29 Mar 2016 19:18:11 +0000 (20:18 +0100)]
Merge pull request #84 from ssddanbrown/markdown_editor
Initial implementation of a markdown editor. Closes #57.
Dan Brown [Tue, 29 Mar 2016 19:13:23 +0000 (20:13 +0100)]
Added basic system tests for markdown editor, Added extra test helpers
Added test helpers for checking if an element exists / does not exist on a page.
Also fixed markdown editor bugs found while creating tests.
Dan Brown [Tue, 29 Mar 2016 18:26:13 +0000 (19:26 +0100)]
Added editor control in admin settings & Fixed some markdown editor bugs
Also updated the setting system with a more sane approach to handling default values. (Now done via the setting-defaults config file)
Dan Brown [Tue, 29 Mar 2016 17:25:54 +0000 (18:25 +0100)]
Integrated the markdown editor with the image manager
Dan Brown [Fri, 25 Mar 2016 15:17:04 +0000 (15:17 +0000)]
Cut readme down and added useful links
Remove a lot of the instructions/config info since much of it is now on the BookStack docs site.
Dan Brown [Fri, 25 Mar 2016 14:41:15 +0000 (14:41 +0000)]
Added a markdown editor
Dan Brown [Sun, 13 Mar 2016 15:37:46 +0000 (15:37 +0000)]
Fixed bug causing permission error on save and fixed non-gallery image save
Dan Brown [Sun, 13 Mar 2016 14:33:43 +0000 (14:33 +0000)]
Fixed bug causing editing notification to always show
Updated tests to prevent happening again
Dan Brown [Sun, 13 Mar 2016 14:00:24 +0000 (14:00 +0000)]
Forced browser scrollbar, Added custom theme compatible logo
Also removed link to search all pages if no pages mached search on global search page.
Closes #74.
Dan Brown [Sun, 13 Mar 2016 13:30:47 +0000 (13:30 +0000)]
Attached images to pages and added restriction filtering
Closes #79
Dan Brown [Sun, 13 Mar 2016 12:43:42 +0000 (12:43 +0000)]
Fixed inset chapter list colors
The colors were being overridden by the custom theme color.
Styles added to force color to page and/or page draft.
Dan Brown [Sun, 13 Mar 2016 12:04:08 +0000 (12:04 +0000)]
Added new page drafts and started image entity attaching
Closes #80.
Dan Brown [Sat, 12 Mar 2016 16:31:37 +0000 (16:31 +0000)]
Merged branch autosaving_drafts into master
Dan Brown [Sat, 12 Mar 2016 16:31:02 +0000 (16:31 +0000)]
Organised test files & added page update draft tests
Also cleaned styling for new autosave ui parts.
Closes #36.
Dan Brown [Sat, 12 Mar 2016 15:52:19 +0000 (15:52 +0000)]
Added UI components of page autosaving
Dan Brown [Wed, 9 Mar 2016 23:23:28 +0000 (23:23 +0000)]
Fixed firefox list editing bug and made button text size more consistent
Fixes #77
Dan Brown [Wed, 9 Mar 2016 23:20:47 +0000 (23:20 +0000)]
Updated tinyMCE library from 4.3.2 to 4.3.7
Dan Brown [Wed, 9 Mar 2016 22:54:18 +0000 (22:54 +0000)]
Changed direct attributes to prevent conflicts
Dan Brown [Wed, 9 Mar 2016 22:32:07 +0000 (22:32 +0000)]
Moved page editing to angular controller and started work on update drafts
Dan Brown [Sun, 6 Mar 2016 13:17:46 +0000 (13:17 +0000)]
Added restrictions to user profile lists
Dan Brown [Sun, 6 Mar 2016 12:55:08 +0000 (12:55 +0000)]
Added settings helper and formatted code in some files
Dan Brown [Sun, 6 Mar 2016 10:52:10 +0000 (10:52 +0000)]
Changed color picker library and moved color logic to front end
Since the old library was GPLv3 i changed the color picker to tiny-color-picker which is MIT.
Also extracted the styles to a shared view and move color calculation logic to javascript side.
Dan Brown [Sun, 6 Mar 2016 09:08:20 +0000 (09:08 +0000)]
Merge branch 'master' into nwalke-update_site_color
Dan Brown [Sat, 5 Mar 2016 22:54:53 +0000 (22:54 +0000)]
Fixed incorrect recents pages on homescreen
Fixed the bug causing the recently updated pages to be exaclty the same as the recently create pages.
Also added in tests to prevent regression.
Dan Brown [Sat, 5 Mar 2016 19:00:26 +0000 (19:00 +0000)]
Fixed errors that occured when merging & refactored entity repositories
Also deleted the git '.orig' files that got added in last merge.
Dan Brown [Sat, 5 Mar 2016 18:21:44 +0000 (18:21 +0000)]
Merge branch 'custom_role_system'
Conflicts:
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/PageRepo.php
Dan Brown [Sat, 5 Mar 2016 18:09:21 +0000 (18:09 +0000)]
Added restriction tests and fixed any bugs in the process
Also updated many styles within areas affected by the new permission and roles system.
Dan Brown [Sat, 5 Mar 2016 12:09:09 +0000 (12:09 +0000)]
Added a whole load of permission & role tests
Dan Brown [Sat, 5 Mar 2016 09:47:24 +0000 (09:47 +0000)]
Made memcached config allow mulitple servers
Dan Brown [Sat, 5 Mar 2016 09:05:27 +0000 (09:05 +0000)]
Merge branch 'add_memcached' of git://github.com/nwalke/BookStack into nwalke-add_memcached
Dan Brown [Fri, 4 Mar 2016 20:49:35 +0000 (20:49 +0000)]
Updated fulltext search with custom escaped query
Changed pdo quoted query to use custom escaping and added like searches when quoted terms are used.
Nick Walke [Fri, 4 Mar 2016 08:33:57 +0000 (02:33 -0600)]
Found the source of the issue, not sure how to fix
Nick Walke [Thu, 3 Mar 2016 18:01:14 +0000 (12:01 -0600)]
Closes #55. Allows you to set the primary color.
This certainly should not be seen as the final implementation of this.
I imagine that requests like this will happen for many other colors in
the system, it might be good at some point to allow them to upload their
own stylesheet to be used.
Nick Walke [Thu, 3 Mar 2016 03:38:23 +0000 (21:38 -0600)]
Closes #70.
Added the ability to search by multi-word terms using double quotes.
Nick Walke [Thu, 3 Mar 2016 02:44:00 +0000 (20:44 -0600)]
Closes #69. Implemented and tested memcached.
Dan Brown [Wed, 2 Mar 2016 22:35:01 +0000 (22:35 +0000)]
Refactored some permission controls and increased testing for roles system
Dan Brown [Mon, 29 Feb 2016 20:31:21 +0000 (20:31 +0000)]
Tied entity restriction system into userCan checks
Dan Brown [Sun, 28 Feb 2016 19:03:04 +0000 (19:03 +0000)]
Added in restriction queries for most lists
Dan Brown [Sun, 28 Feb 2016 10:49:41 +0000 (10:49 +0000)]
Implemented database structure and inital interfaces for entity restrictions
Dan Brown [Sat, 27 Feb 2016 20:52:46 +0000 (20:52 +0000)]
Added missing permission checkboxes and improved image AJAX permission responses
Dan Brown [Sat, 27 Feb 2016 19:24:42 +0000 (19:24 +0000)]
Finished initial implementation of custom role system
Dan Brown [Fri, 26 Feb 2016 23:44:02 +0000 (23:44 +0000)]
Started work on exposing the role system as editable
Dan Brown [Thu, 25 Feb 2016 20:01:59 +0000 (20:01 +0000)]
Added smarter page finding so changing the page name does not break old urls
Added page & book slug history to revisions so they can be looked up if a page is not found.
Dan Brown [Mon, 22 Feb 2016 21:28:53 +0000 (21:28 +0000)]
Updated phpunit testing mail settings due to laravel 5.2 changes
Dan Brown [Mon, 22 Feb 2016 21:28:20 +0000 (21:28 +0000)]
Fixed issue with the book sort not showing all books in sidebar
Dan Brown [Mon, 22 Feb 2016 20:18:08 +0000 (20:18 +0000)]
Added table header row styling, made code blocks horizontally scrollbable fixed link popup on firefox
Dan Brown [Mon, 22 Feb 2016 19:39:51 +0000 (19:39 +0000)]
Updated phpunit environment variables with some required defaults
Dan Brown [Sun, 21 Feb 2016 13:15:46 +0000 (13:15 +0000)]
Fixed page listing excerpts not showing due to encoding issues
Dan Brown [Sun, 21 Feb 2016 12:53:58 +0000 (12:53 +0000)]
Added entity-specific search results pages. Cleaned & Fixed search results bugs
Added search result pages for pages, chapters and books.
Limited the results on the global search as it just listed out an infinate amount.
Fixed styling on new detailed page listings and also removed the 'bars' from the side to create a cleaner view.
Fixed bad sql fulltext query format that may have thrown off searches.
Reduced the number of database queries down a thousand or so.