Commit Graph

156 Commits

Author SHA1 Message Date
ecdeb545e0 Cleaned some form styling
Removed uppercasing of labels to make a little friendlier.
Extracted out toggleswitch JS into own component.
Improved basic code input for html-head-input area.
2018-03-18 15:13:46 +00:00
85605ab570 Update Italian translation 2018-03-12 16:43:19 +01:00
a4072365e3 Merge pull request #718 from artur-trzesiok/master
add missing polish translations for comments
2018-03-05 20:26:26 +00:00
98a3c815cf add missing polish translations for comments 2018-02-26 23:49:58 +01:00
fb48b025f3 Updated 'Spanish Argentina' translation. 2018-02-21 13:20:12 -03:00
395d02ef81 Updated 'Spanish Argentina' translation. 2018-02-19 10:15:24 -03:00
548dcd4db1 Fixed error when accessing non-authed attachment
Also updated attachment tests to use standard test-case.
Fixes #681
2018-02-11 12:37:02 +00:00
d65cd53c99 Added simplified Chinese(zh-CN) language 2018-02-04 21:42:19 +08:00
4eb5205070 Merge pull request #679 from marcusforsberg/master
Added Swedish translation
2018-01-28 13:40:01 +00:00
88d09a2a3b Added drawing endpoint tests
Also refactored ImageTests away from BrowserKit
Also added image upload type validation.
2018-01-28 13:18:28 +00:00
682bc9f896 Added Swedish translation 2018-01-26 20:16:35 +01:00
9bbef3a3dd Added drawio abilities to markdown editor 2018-01-20 20:40:21 +00:00
141bf22725 Updated book view change to PATCH + other amends
Moved toggle to right of header bar and added unique text and icon for
each view type.

Removed old profile setting to keep things clean.
2017-12-29 16:49:03 +00:00
0d4db603a4 Adds button to allow users to toggle the book view via the books list page.
Closes #613

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2017-12-26 12:38:16 +05:30
90bf13c1ab Updated okta config keys, made SVG fully vector
Also added some additional error handling to login.
2017-12-09 13:32:45 +00:00
a5e49f642b Merge branch 'disable-comments' of git://github.com/Abijeet/BookStack into Abijeet-disable-comments 2017-12-07 19:15:26 +00:00
6ee35f55cc Refactored image picker to js component
Also adjusted default cover image size
2017-12-06 17:32:29 +00:00
bc1302a8d8 Merge branch 'BookStackApp-master' of git://github.com/OsmosysSoftware/BookStack into OsmosysSoftware-BookStackApp-master 2017-12-06 15:52:54 +00:00
b167ae795e Added script to check translation files
Closes #373
2017-12-04 20:25:04 +00:00
7a5bd23909 Added language translation for the new settings icons. 2017-11-16 00:22:22 +05:30
332f678ed0 Update pt_BR translations 2017-10-15 16:15:53 -03:00
db51cee2d8 Prevented custom homepage being deleted
Fixes #546
2017-10-15 19:14:46 +01:00
3d375fae55 Merge pull request #529 from cipi1965/master
Updated italian translation
2017-10-01 11:44:45 +01:00
c99a50de2c Merge pull request #528 from turbotankist/master
russian lang fixes
2017-10-01 11:43:31 +01:00
1a32b25b5e Merge pull request #523 from sanderdw/master
Update dutch translations
2017-10-01 11:33:22 +01:00
fa4bee2d98 Updated italian translation 2017-09-27 10:44:08 +02:00
ce63260fa6 russian lang fixes 2017-09-27 11:17:56 +03:00
2259263214 Update entities.php 2017-09-23 00:52:08 +02:00
762cf5f183 Update components.php 2017-09-23 00:47:02 +02:00
07175f2b3e Update dutch translations 2017-09-23 00:28:25 +02:00
941bb73a68 Added missing colon 2017-09-19 14:25:44 -03:00
8e652f5d8f Added 'Spanish Argentina' translation. 2017-09-19 13:43:17 -03:00
eec1b21928 Added 'Spanish Argentina' translation. 2017-09-19 13:42:39 -03:00
1baeb7bec9 Merge pull request #510 from sanderdw/patch-1
Update entities.php
2017-09-17 11:09:12 +01:00
244c5a3ebb Update entities.php 2017-09-14 21:43:47 +02:00
ab7f5def04 Russian lang added 2017-09-12 16:42:04 +03:00
cd7e727f8c Modified IT comment translations as per recent changes 2017-09-10 16:43:05 +01:00
d1a4ff9308 Merge pull request #501 from cipi1965/master
Added Italian language
2017-09-10 16:29:44 +01:00
f8315fb9c4 Added Italian language 2017-09-10 16:55:23 +02:00
8acc188e16 Update german translation 2017-09-10 15:01:25 +02:00
874386ceab Used trans_choice on profile view
Closes #417
2017-09-10 13:43:08 +01:00
621142a46e Removed outdated translations and updated tests 2017-09-09 18:41:59 +01:00
0275d2ad58 Added loading icons, Added comment activity 2017-09-09 17:06:30 +01:00
41f56e659d Added comment reply and delete confirmation.
Also fixed local_id bug
Added component helpers
Added global scroll & Highlight helpers
2017-09-09 15:56:24 +01:00
e02fcbe983 Added Book cover image description in all languages. 2017-09-05 12:46:31 +05:30
1c88d21abf Fixed books cover image ratio. 2017-09-04 20:50:24 +05:30
c1a1bc0135 Books grid view 2017-09-04 20:27:52 +05:30
fea5630ea4 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.
2017-09-03 16:37:51 +01:00
756ee0b172 Merge branch 'master' of git://github.com/Abijeet/BookStack into Abijeet-master 2017-09-02 17:36:58 +01:00
9bd5d6a422 Merge pull request #483 from msaus/japanese_lang_update
Japanese lang update
2017-09-02 14:39:14 +01:00