]>
BookStack Code Mirror - bookstack/log
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.
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.
Dan Brown [Sun, 21 Feb 2016 11:29:46 +0000 (11:29 +0000)]
Made page anchor hashes more relevant to the page content
This will help when adding support for new kinds of page content such as markdown as we won't be able to reference the same ID's as before thus they would break on every save.
Dan Brown [Sat, 20 Feb 2016 19:24:32 +0000 (19:24 +0000)]
Merge pull request #63 from AkibaWolf/patch-1
Fixes encoding issues the page HTML is formatted on save
Dan Brown [Sat, 20 Feb 2016 18:51:01 +0000 (18:51 +0000)]
Added recently created & updated page listings
Closes #46.
AkibaWolf [Sat, 20 Feb 2016 16:31:21 +0000 (21:31 +0500)]
Update PageRepo.php
Fix encoding problem.
By default DOMDocument::loadHTML treats a string as being encoded with ISO-8859-1. This causes a problem with saving cyrillic pages' text that becomes completely unreadable (like Ð\9f Ñ\80 овеÑ\80 ка instead of normal symbols).
Dan Brown [Sat, 20 Feb 2016 12:37:06 +0000 (12:37 +0000)]
Added recent pages to home view and made the home content more compact
Dan Brown [Thu, 18 Feb 2016 19:32:07 +0000 (19:32 +0000)]
Added tests for profile pages
Dan Brown [Wed, 17 Feb 2016 22:11:48 +0000 (22:11 +0000)]
Added content to user profile pages
Dan Brown [Tue, 16 Feb 2016 21:25:11 +0000 (21:25 +0000)]
Started work on user profile pages
Dan Brown [Thu, 11 Feb 2016 22:36:49 +0000 (22:36 +0000)]
Merged origin/master into master
Dan Brown [Thu, 11 Feb 2016 22:23:19 +0000 (22:23 +0000)]
Made book-navigation sidebar on pages sticky
Nick Walke [Thu, 11 Feb 2016 18:15:16 +0000 (12:15 -0600)]
Fixes #45
Dan Brown [Thu, 11 Feb 2016 18:53:12 +0000 (18:53 +0000)]
Merge pull request #59 from nwalke/master
Updated email on users list to be a link
Nick Walke [Thu, 11 Feb 2016 07:08:04 +0000 (01:08 -0600)]
Fixes #58
Dan Brown [Wed, 10 Feb 2016 12:48:29 +0000 (12:48 +0000)]
Fixed incorrect notification when deleting a page
Dan Brown [Mon, 8 Feb 2016 20:42:41 +0000 (20:42 +0000)]
Added a back-to-top button on all pages
The new back-to-top button will show after scrolling a short distance down a long page.
Closes #44.
Dan Brown [Mon, 8 Feb 2016 20:41:40 +0000 (20:41 +0000)]
Fixed some design issues and improved page export styling
Fixed alignment on export options dropdown.
Fixed bullet list items sitting too close next to floated content. Fixes #34.
Fixed text overlaying images in PDF exports (Floats removed for now). Fixes #53.
Fixed spaced table cells on html & PDF exports.
Dan Brown [Mon, 8 Feb 2016 20:35:23 +0000 (20:35 +0000)]
Fixed bug preventing LDAP users updating thier profile
Made email not required when a profile is updated. LDAP users without admin privileges could did not have an email field to submit therefore could previously not update thier profile.
Dan Brown [Mon, 8 Feb 2016 19:45:01 +0000 (19:45 +0000)]
Made ldap auth use the 'dn' if a 'uid' is not present.
Fixes #56
Dan Brown [Sun, 7 Feb 2016 10:21:09 +0000 (10:21 +0000)]
Tweaked page form header and added public uploads folder into repo
Dan Brown [Sun, 7 Feb 2016 10:14:11 +0000 (10:14 +0000)]
Updated image controller styling and added preview option
The notification system was also updated so it can be used from JavaScript events such as image manager uploads.
Closes #25
Dan Brown [Wed, 3 Feb 2016 20:52:25 +0000 (20:52 +0000)]
Updated app requirements & Added some friendlier errors
Dan Brown [Tue, 2 Feb 2016 07:34:48 +0000 (07:34 +0000)]
Updated folder permissions installation instructions & fixed issue with handling image saving on user creation
Dan Brown [Mon, 1 Feb 2016 18:30:50 +0000 (18:30 +0000)]
Fixed issue with initial user not having a password
Dan Brown [Sun, 31 Jan 2016 17:53:30 +0000 (17:53 +0000)]
Added plaintext & basic PDF page Export
Dan Brown [Wed, 20 Jan 2016 22:13:13 +0000 (22:13 +0000)]
Added page HTML export
Dan Brown [Sun, 17 Jan 2016 15:20:07 +0000 (15:20 +0000)]
Increased LDAP testing and fixed any Auth-based bugs found
Dan Brown [Sun, 17 Jan 2016 15:19:26 +0000 (15:19 +0000)]
Improved image upload error handling and fixed bad user-avatar rewriting
Dan Brown [Fri, 15 Jan 2016 23:21:47 +0000 (23:21 +0000)]
Cleaned tests up, Started LDAP tests, Created LDAP wrapper
Dan Brown [Wed, 13 Jan 2016 22:22:30 +0000 (22:22 +0000)]
Updated user interfaces for LDAP and added email from LDAP
Dan Brown [Mon, 11 Jan 2016 22:41:05 +0000 (22:41 +0000)]
Got LDAP auth working to a functional state
Dan Brown [Sat, 9 Jan 2016 19:23:35 +0000 (19:23 +0000)]
Updated laravel to 5.2 and started ldap implementation
Dan Brown [Sat, 2 Jan 2016 16:24:09 +0000 (16:24 +0000)]
Updated readme with social & update instructions
Dan Brown [Sat, 2 Jan 2016 15:02:19 +0000 (15:02 +0000)]
Updated readme with installation clarification
Dan Brown [Sat, 2 Jan 2016 14:51:36 +0000 (14:51 +0000)]
Merge branch 'master' of github.com:ssddanbrown/BookStack
Dan Brown [Sat, 2 Jan 2016 14:48:35 +0000 (14:48 +0000)]
Added more tests to increase test coverage
Dan Brown [Fri, 1 Jan 2016 21:46:55 +0000 (21:46 +0000)]
Fix error with database migrate command
Dan Brown [Fri, 1 Jan 2016 09:03:40 +0000 (09:03 +0000)]
Improved 404 page and updated tests for empty search
Dan Brown [Thu, 31 Dec 2015 17:57:34 +0000 (17:57 +0000)]
Added public build folder and support for a demo mode
Dan Brown [Thu, 31 Dec 2015 17:32:03 +0000 (17:32 +0000)]
Swapped vue for angular js
Dan Brown [Thu, 31 Dec 2015 17:19:29 +0000 (17:19 +0000)]
Removed external fonts from page forms and remove initial form flicker
Dan Brown [Wed, 30 Dec 2015 21:38:20 +0000 (21:38 +0000)]
Sanitized user-text from angular & fixed some z-index bugs on pages
Dan Brown [Wed, 30 Dec 2015 21:15:41 +0000 (21:15 +0000)]
Changed google cdn libs/fonts to local content. No external access is now required
Dan Brown [Wed, 30 Dec 2015 20:48:57 +0000 (20:48 +0000)]
Updated page pointer to sit near mouse location and extracted page js into browserify bundle
Dan Brown [Wed, 30 Dec 2015 19:57:17 +0000 (19:57 +0000)]
Improved error messages for image uploads and formatted much js
Dan Brown [Wed, 30 Dec 2015 18:38:18 +0000 (18:38 +0000)]
Moved all vuejs parts over to angular
Dan Brown [Tue, 29 Dec 2015 16:39:25 +0000 (16:39 +0000)]
Started transfer to angularjs
Dan Brown [Tue, 29 Dec 2015 15:37:13 +0000 (15:37 +0000)]
Fixed issue with searching invalid chars and page-content compiliation
Dan Brown [Mon, 28 Dec 2015 17:19:23 +0000 (17:19 +0000)]
Accounted for non-existant entities
Dan Brown [Mon, 28 Dec 2015 16:16:27 +0000 (16:16 +0000)]
Updated tinymce
Dan Brown [Mon, 28 Dec 2015 15:58:13 +0000 (15:58 +0000)]
Standardized vue component http access and fixed some small bugs
Dan Brown [Wed, 16 Dec 2015 17:29:13 +0000 (17:29 +0000)]
Changed public template to use new system
Dan Brown [Wed, 16 Dec 2015 17:09:44 +0000 (17:09 +0000)]
Implemented custom asset versioning to make creating releases easier
Dan Brown [Wed, 16 Dec 2015 14:54:29 +0000 (14:54 +0000)]
Updated readme with fixes and attribution
Dan Brown [Tue, 15 Dec 2015 19:53:46 +0000 (19:53 +0000)]
Fixed issue with deleted users in page revision list & extended tests to cover.
Dan Brown [Tue, 15 Dec 2015 19:27:36 +0000 (19:27 +0000)]
Fixed name retrieval on missing users and added tests to cover along with some test helper methods
Dan Brown [Mon, 14 Dec 2015 20:30:40 +0000 (20:30 +0000)]
Fixed issue with users that have no avatar
Dan Brown [Mon, 14 Dec 2015 20:13:32 +0000 (20:13 +0000)]
Cleaned up gravatar image importing
Dan Brown [Wed, 9 Dec 2015 22:30:55 +0000 (22:30 +0000)]
Added custom user avatars
Dan Brown [Wed, 9 Dec 2015 19:50:17 +0000 (19:50 +0000)]
Added an image service and facade, Cleaned Image Model
Dan Brown [Tue, 8 Dec 2015 22:04:59 +0000 (22:04 +0000)]
Added mulit image-type compatability to manager & app and added scaled image selection
Dan Brown [Tue, 8 Dec 2015 21:01:37 +0000 (21:01 +0000)]
Fixed bad s3 stock url creation
Dan Brown [Mon, 7 Dec 2015 23:00:34 +0000 (23:00 +0000)]
Revamped image system to use driver-agnotstic storage and be more efficent
Dan Brown [Sat, 5 Dec 2015 15:11:48 +0000 (15:11 +0000)]
Added search name weighting. Closes #27.
Dan Brown [Sat, 5 Dec 2015 14:41:51 +0000 (14:41 +0000)]
Added custom meta titles to many pages. Closes #30.
Dan Brown [Wed, 2 Dec 2015 20:22:41 +0000 (20:22 +0000)]
Added Popular books list with relevant tests
Dan Brown [Wed, 2 Dec 2015 19:10:05 +0000 (19:10 +0000)]
Updated composer, Fixed sidebar tree list & Added extra pages to Dummy seeder. Fixes #28, Fixes #29
Dan Brown [Tue, 1 Dec 2015 21:14:39 +0000 (21:14 +0000)]
Fixed crash on public entitiy viewing
Dan Brown [Tue, 1 Dec 2015 20:26:09 +0000 (20:26 +0000)]
Floating page content bugfix and prevent incompatable image uploads. Fixes #26.
Dan Brown [Tue, 1 Dec 2015 19:53:43 +0000 (19:53 +0000)]
Updated readme with simpler instructions
Dan Brown [Mon, 30 Nov 2015 22:23:48 +0000 (22:23 +0000)]
Fixed some lib paths and seperated out duplicated notifications
Dan Brown [Mon, 30 Nov 2015 21:53:45 +0000 (21:53 +0000)]
Updated composer.json with some basic info
Dan Brown [Mon, 30 Nov 2015 21:44:23 +0000 (21:44 +0000)]
Added libs into project and fixed ol lists
Dan Brown [Sun, 29 Nov 2015 18:06:55 +0000 (18:06 +0000)]
Cleaned book-show and page sidebar by hiding inactive chapter contents
Dan Brown [Sun, 29 Nov 2015 17:33:25 +0000 (17:33 +0000)]
Added further tests, Fixed speed_update issues, improved search result query count
Dan Brown [Thu, 26 Nov 2015 23:45:04 +0000 (23:45 +0000)]
Added indexes, Reduced queries on pages
Dan Brown [Sun, 22 Nov 2015 13:12:15 +0000 (13:12 +0000)]
Fixed book js not working
Dan Brown [Sat, 21 Nov 2015 18:49:29 +0000 (18:49 +0000)]
Updated readme with more details
Dan Brown [Sat, 21 Nov 2015 18:11:46 +0000 (18:11 +0000)]
Prevent duplicate slugs on sort
Dan Brown [Sat, 21 Nov 2015 18:05:03 +0000 (18:05 +0000)]
Added better entity deletion and commented up repos
Dan Brown [Sat, 21 Nov 2015 17:22:14 +0000 (17:22 +0000)]
Added view count tracking with personalised lists
Dan Brown [Mon, 9 Nov 2015 20:39:06 +0000 (20:39 +0000)]
Added limit to books shown on homepage and make alphabetical
Dan Brown [Mon, 9 Nov 2015 19:46:04 +0000 (19:46 +0000)]
Added pagination to books page
Dan Brown [Mon, 9 Nov 2015 19:20:44 +0000 (19:20 +0000)]
Cleaned up vuejs components and added image-picker deafult image
Dan Brown [Mon, 9 Nov 2015 19:06:12 +0000 (19:06 +0000)]
Merge branch 'master' into vuejs_release
Dan Brown [Mon, 9 Nov 2015 19:05:52 +0000 (19:05 +0000)]
Fixed long words breaking tables
Dan Brown [Sun, 1 Nov 2015 20:00:57 +0000 (20:00 +0000)]
Updated vuejs and got it working with current components
Dan Brown [Thu, 22 Oct 2015 19:23:39 +0000 (20:23 +0100)]
Improved login form and added remember me option
Dan Brown [Thu, 22 Oct 2015 18:41:49 +0000 (19:41 +0100)]
Added revisioning to assets and added print styles. Closes #23.
Dan Brown [Thu, 22 Oct 2015 18:06:50 +0000 (19:06 +0100)]
Fixed book sort and added leave page warning to page editor. Fixes #22 and closes #21
Dan Brown [Sun, 18 Oct 2015 19:06:49 +0000 (20:06 +0100)]
Cleaned mce edit bar and image options
Dan Brown [Sun, 18 Oct 2015 18:40:33 +0000 (19:40 +0100)]
Prevent revision encoding issues
Dan Brown [Sun, 18 Oct 2015 17:48:51 +0000 (18:48 +0100)]
Image uploads now quicker, and image sized reduced with links to originals