]> BookStack Code Mirror - bookstack/log
bookstack
9 years agoFound the source of the issue, not sure how to fix 72/head
Nick Walke [Fri, 4 Mar 2016 08:33:57 +0000 (02:33 -0600)]
Found the source of the issue, not sure how to fix

9 years agoCloses #70.
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.

9 years agoAdded smarter page finding so changing the page name does not break old urls
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.

9 years agoUpdated phpunit testing mail settings due to laravel 5.2 changes
Dan Brown [Mon, 22 Feb 2016 21:28:53 +0000 (21:28 +0000)]
Updated phpunit testing mail settings due to laravel 5.2 changes

9 years agoFixed issue with the book sort not showing all books in sidebar
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

9 years agoAdded table header row styling, made code blocks horizontally scrollbable fixed link...
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

9 years agoUpdated phpunit environment variables with some required defaults
Dan Brown [Mon, 22 Feb 2016 19:39:51 +0000 (19:39 +0000)]
Updated phpunit environment variables with some required defaults

9 years agoFixed page listing excerpts not showing due to encoding issues
Dan Brown [Sun, 21 Feb 2016 13:15:46 +0000 (13:15 +0000)]
Fixed page listing excerpts not showing due to encoding issues

9 years agoAdded entity-specific search results pages. Cleaned & Fixed search results bugs
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.

9 years agoMade page anchor hashes more relevant to the page content
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.

9 years agoMerge pull request #63 from AkibaWolf/patch-1
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

9 years agoAdded recently created & updated page listings
Dan Brown [Sat, 20 Feb 2016 18:51:01 +0000 (18:51 +0000)]
Added recently created & updated page listings

Closes #46.

9 years agoUpdate PageRepo.php 63/head
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).

9 years agoAdded recent pages to home view and made the home content more compact
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

9 years agoAdded tests for profile pages
Dan Brown [Thu, 18 Feb 2016 19:32:07 +0000 (19:32 +0000)]
Added tests for profile pages

9 years agoAdded content to user profile pages
Dan Brown [Wed, 17 Feb 2016 22:11:48 +0000 (22:11 +0000)]
Added content to user profile pages

9 years agoStarted work on user profile pages
Dan Brown [Tue, 16 Feb 2016 21:25:11 +0000 (21:25 +0000)]
Started work on user profile pages

9 years agoMerged origin/master into master
Dan Brown [Thu, 11 Feb 2016 22:36:49 +0000 (22:36 +0000)]
Merged origin/master into master

9 years agoMade book-navigation sidebar on pages sticky
Dan Brown [Thu, 11 Feb 2016 22:23:19 +0000 (22:23 +0000)]
Made book-navigation sidebar on pages sticky

9 years agoFixes #45 60/head
Nick Walke [Thu, 11 Feb 2016 18:15:16 +0000 (12:15 -0600)]
Fixes #45

9 years agoMerge pull request #59 from nwalke/master
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

9 years agoFixes #58 59/head
Nick Walke [Thu, 11 Feb 2016 07:08:04 +0000 (01:08 -0600)]
Fixes #58

9 years agoFixed incorrect notification when deleting a page
Dan Brown [Wed, 10 Feb 2016 12:48:29 +0000 (12:48 +0000)]
Fixed incorrect notification when deleting a page

9 years agoAdded a back-to-top button on all pages
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.

9 years agoFixed some design issues and improved page export styling
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.

9 years agoFixed bug preventing LDAP users updating thier profile
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.

9 years agoMade ldap auth use the 'dn' if a 'uid' is not present.
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

9 years agoTweaked page form header and added public uploads folder into repo
Dan Brown [Sun, 7 Feb 2016 10:21:09 +0000 (10:21 +0000)]
Tweaked page form header and added public uploads folder into repo

9 years agoUpdated image controller styling and added preview option
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

9 years agoUpdated app requirements & Added some friendlier errors
Dan Brown [Wed, 3 Feb 2016 20:52:25 +0000 (20:52 +0000)]
Updated app requirements & Added some friendlier errors

9 years agoUpdated folder permissions installation instructions & fixed issue with handling...
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

9 years agoFixed issue with initial user not having a password
Dan Brown [Mon, 1 Feb 2016 18:30:50 +0000 (18:30 +0000)]
Fixed issue with initial user not having a password

9 years agoAdded plaintext & basic PDF page Export
Dan Brown [Sun, 31 Jan 2016 17:53:30 +0000 (17:53 +0000)]
Added plaintext & basic PDF page Export

9 years agoAdded page HTML export
Dan Brown [Wed, 20 Jan 2016 22:13:13 +0000 (22:13 +0000)]
Added page HTML export

9 years agoIncreased LDAP testing and fixed any Auth-based bugs found
Dan Brown [Sun, 17 Jan 2016 15:20:07 +0000 (15:20 +0000)]
Increased LDAP testing and fixed any Auth-based bugs found

9 years agoImproved image upload error handling and fixed bad user-avatar rewriting
Dan Brown [Sun, 17 Jan 2016 15:19:26 +0000 (15:19 +0000)]
Improved image upload error handling and fixed bad user-avatar rewriting

9 years agoCleaned tests up, Started LDAP tests, Created LDAP wrapper
Dan Brown [Fri, 15 Jan 2016 23:21:47 +0000 (23:21 +0000)]
Cleaned tests up, Started LDAP tests, Created LDAP wrapper

9 years agoUpdated user interfaces for LDAP and added email from LDAP
Dan Brown [Wed, 13 Jan 2016 22:22:30 +0000 (22:22 +0000)]
Updated user interfaces for LDAP and added email from LDAP

9 years agoGot LDAP auth working to a functional state
Dan Brown [Mon, 11 Jan 2016 22:41:05 +0000 (22:41 +0000)]
Got LDAP auth working to a functional state

9 years agoUpdated laravel to 5.2 and started ldap implementation
Dan Brown [Sat, 9 Jan 2016 19:23:35 +0000 (19:23 +0000)]
Updated laravel to 5.2 and started ldap implementation

9 years agoUpdated readme with social & update instructions
Dan Brown [Sat, 2 Jan 2016 16:24:09 +0000 (16:24 +0000)]
Updated readme with social & update instructions

9 years agoUpdated readme with installation clarification
Dan Brown [Sat, 2 Jan 2016 15:02:19 +0000 (15:02 +0000)]
Updated readme with installation clarification

9 years agoMerge branch 'master' of github.com:ssddanbrown/BookStack
Dan Brown [Sat, 2 Jan 2016 14:51:36 +0000 (14:51 +0000)]
Merge branch 'master' of github.com:ssddanbrown/BookStack

9 years agoAdded more tests to increase test coverage
Dan Brown [Sat, 2 Jan 2016 14:48:35 +0000 (14:48 +0000)]
Added more tests to increase test coverage

9 years agoFix error with database migrate command
Dan Brown [Fri, 1 Jan 2016 21:46:55 +0000 (21:46 +0000)]
Fix error with database migrate command

9 years agoImproved 404 page and updated tests for empty search
Dan Brown [Fri, 1 Jan 2016 09:03:40 +0000 (09:03 +0000)]
Improved 404 page and updated tests for empty search

9 years agoAdded public build folder and support for a demo mode
Dan Brown [Thu, 31 Dec 2015 17:57:34 +0000 (17:57 +0000)]
Added public build folder and support for a demo mode

9 years agoSwapped vue for angular js
Dan Brown [Thu, 31 Dec 2015 17:32:03 +0000 (17:32 +0000)]
Swapped vue for angular js

9 years agoRemoved external fonts from page forms and remove initial form flicker
Dan Brown [Thu, 31 Dec 2015 17:19:29 +0000 (17:19 +0000)]
Removed external fonts from page forms and remove initial form flicker

9 years agoSanitized user-text from angular & fixed some z-index bugs on pages
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

9 years agoChanged google cdn libs/fonts to local content. No external access is now required
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

9 years agoUpdated page pointer to sit near mouse location and extracted page js into browserify...
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

9 years agoImproved error messages for image uploads and formatted much js
Dan Brown [Wed, 30 Dec 2015 19:57:17 +0000 (19:57 +0000)]
Improved error messages for image uploads and formatted much js

9 years agoMoved all vuejs parts over to angular
Dan Brown [Wed, 30 Dec 2015 18:38:18 +0000 (18:38 +0000)]
Moved all vuejs parts over to angular

9 years agoStarted transfer to angularjs
Dan Brown [Tue, 29 Dec 2015 16:39:25 +0000 (16:39 +0000)]
Started transfer to angularjs

9 years agoFixed issue with searching invalid chars and page-content compiliation
Dan Brown [Tue, 29 Dec 2015 15:37:13 +0000 (15:37 +0000)]
Fixed issue with searching invalid chars and page-content compiliation

9 years agoAccounted for non-existant entities
Dan Brown [Mon, 28 Dec 2015 17:19:23 +0000 (17:19 +0000)]
Accounted for non-existant entities

9 years agoUpdated tinymce
Dan Brown [Mon, 28 Dec 2015 16:16:27 +0000 (16:16 +0000)]
Updated tinymce

9 years agoStandardized vue component http access and fixed some small bugs
Dan Brown [Mon, 28 Dec 2015 15:58:13 +0000 (15:58 +0000)]
Standardized vue component http access and fixed some small bugs

9 years agoChanged public template to use new system
Dan Brown [Wed, 16 Dec 2015 17:29:13 +0000 (17:29 +0000)]
Changed public template to use new system

9 years agoImplemented custom asset versioning to make creating releases easier
Dan Brown [Wed, 16 Dec 2015 17:09:44 +0000 (17:09 +0000)]
Implemented custom asset versioning to make creating releases easier

9 years agoUpdated readme with fixes and attribution
Dan Brown [Wed, 16 Dec 2015 14:54:29 +0000 (14:54 +0000)]
Updated readme with fixes and attribution

9 years agoFixed issue with deleted users in page revision list & extended tests to cover.
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.

9 years agoFixed name retrieval on missing users and added tests to cover along with some test...
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

9 years agoFixed issue with users that have no avatar
Dan Brown [Mon, 14 Dec 2015 20:30:40 +0000 (20:30 +0000)]
Fixed issue with users that have no avatar

9 years agoCleaned up gravatar image importing
Dan Brown [Mon, 14 Dec 2015 20:13:32 +0000 (20:13 +0000)]
Cleaned up gravatar image importing

9 years agoAdded custom user avatars
Dan Brown [Wed, 9 Dec 2015 22:30:55 +0000 (22:30 +0000)]
Added custom user avatars

9 years agoAdded an image service and facade, Cleaned Image Model
Dan Brown [Wed, 9 Dec 2015 19:50:17 +0000 (19:50 +0000)]
Added an image service and facade, Cleaned Image Model

9 years agoAdded mulit image-type compatability to manager & app and added scaled image selection
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

9 years agoFixed bad s3 stock url creation
Dan Brown [Tue, 8 Dec 2015 21:01:37 +0000 (21:01 +0000)]
Fixed bad s3 stock url creation

9 years agoRevamped image system to use driver-agnotstic storage and be more efficent
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

9 years agoAdded search name weighting. Closes #27.
Dan Brown [Sat, 5 Dec 2015 15:11:48 +0000 (15:11 +0000)]
Added search name weighting. Closes #27.

9 years agoAdded custom meta titles to many pages. Closes #30.
Dan Brown [Sat, 5 Dec 2015 14:41:51 +0000 (14:41 +0000)]
Added custom meta titles to many pages. Closes #30.

9 years agoAdded Popular books list with relevant tests
Dan Brown [Wed, 2 Dec 2015 20:22:41 +0000 (20:22 +0000)]
Added Popular books list with relevant tests

9 years agoUpdated composer, Fixed sidebar tree list & Added extra pages to Dummy seeder. Fixes...
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

9 years agoFixed crash on public entitiy viewing
Dan Brown [Tue, 1 Dec 2015 21:14:39 +0000 (21:14 +0000)]
Fixed crash on public entitiy viewing

9 years agoFloating page content bugfix and prevent incompatable image uploads. Fixes #26.
Dan Brown [Tue, 1 Dec 2015 20:26:09 +0000 (20:26 +0000)]
Floating page content bugfix and prevent incompatable image uploads. Fixes #26.

9 years agoUpdated readme with simpler instructions
Dan Brown [Tue, 1 Dec 2015 19:53:43 +0000 (19:53 +0000)]
Updated readme with simpler instructions

9 years agoFixed some lib paths and seperated out duplicated notifications
Dan Brown [Mon, 30 Nov 2015 22:23:48 +0000 (22:23 +0000)]
Fixed some lib paths and seperated out duplicated notifications

9 years agoUpdated composer.json with some basic info
Dan Brown [Mon, 30 Nov 2015 21:53:45 +0000 (21:53 +0000)]
Updated composer.json with some basic info

9 years agoAdded libs into project and fixed ol lists
Dan Brown [Mon, 30 Nov 2015 21:44:23 +0000 (21:44 +0000)]
Added libs into project and fixed ol lists

9 years agoCleaned book-show and page sidebar by hiding inactive chapter contents
Dan Brown [Sun, 29 Nov 2015 18:06:55 +0000 (18:06 +0000)]
Cleaned book-show and page sidebar by hiding inactive chapter contents

9 years agoAdded further tests, Fixed speed_update issues, improved search result query count
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

9 years agoAdded indexes, Reduced queries on pages
Dan Brown [Thu, 26 Nov 2015 23:45:04 +0000 (23:45 +0000)]
Added indexes, Reduced queries on pages

9 years agoFixed book js not working
Dan Brown [Sun, 22 Nov 2015 13:12:15 +0000 (13:12 +0000)]
Fixed book js not working

9 years agoUpdated readme with more details
Dan Brown [Sat, 21 Nov 2015 18:49:29 +0000 (18:49 +0000)]
Updated readme with more details

9 years agoPrevent duplicate slugs on sort
Dan Brown [Sat, 21 Nov 2015 18:11:46 +0000 (18:11 +0000)]
Prevent duplicate slugs on sort

9 years agoAdded better entity deletion and commented up repos
Dan Brown [Sat, 21 Nov 2015 18:05:03 +0000 (18:05 +0000)]
Added better entity deletion and commented up repos

9 years agoAdded view count tracking with personalised lists
Dan Brown [Sat, 21 Nov 2015 17:22:14 +0000 (17:22 +0000)]
Added view count tracking with personalised lists

9 years agoAdded limit to books shown on homepage and make alphabetical
Dan Brown [Mon, 9 Nov 2015 20:39:06 +0000 (20:39 +0000)]
Added limit to books shown on homepage and make alphabetical

9 years agoAdded pagination to books page
Dan Brown [Mon, 9 Nov 2015 19:46:04 +0000 (19:46 +0000)]
Added pagination to books page

9 years agoCleaned up vuejs components and added image-picker deafult image
Dan Brown [Mon, 9 Nov 2015 19:20:44 +0000 (19:20 +0000)]
Cleaned up vuejs components and added image-picker deafult image

9 years agoMerge branch 'master' into vuejs_release
Dan Brown [Mon, 9 Nov 2015 19:06:12 +0000 (19:06 +0000)]
Merge branch 'master' into vuejs_release

9 years agoFixed long words breaking tables
Dan Brown [Mon, 9 Nov 2015 19:05:52 +0000 (19:05 +0000)]
Fixed long words breaking tables

9 years agoUpdated vuejs and got it working with current components
Dan Brown [Sun, 1 Nov 2015 20:00:57 +0000 (20:00 +0000)]
Updated vuejs and got it working with current components

9 years agoImproved login form and added remember me option
Dan Brown [Thu, 22 Oct 2015 19:23:39 +0000 (20:23 +0100)]
Improved login form and added remember me option

9 years agoAdded revisioning to assets and added print styles. Closes #23.
Dan Brown [Thu, 22 Oct 2015 18:41:49 +0000 (19:41 +0100)]
Added revisioning to assets and added print styles. Closes #23.

9 years agoFixed book sort and added leave page warning to page editor. Fixes #22 and closes #21
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

9 years agoCleaned mce edit bar and image options
Dan Brown [Sun, 18 Oct 2015 19:06:49 +0000 (20:06 +0100)]
Cleaned mce edit bar and image options

9 years agoPrevent revision encoding issues
Dan Brown [Sun, 18 Oct 2015 18:40:33 +0000 (19:40 +0100)]
Prevent revision encoding issues