Dan Brown
140298bd96
Updated to Laravel 5.8
2019-09-13 23:58:40 +01:00
Nooto
cb355c8aad
Modified Bookshelf texts
2019-05-08 23:57:44 +02:00
Nooto
d0e351b942
Added translations for Bookshelves
2019-05-08 23:51:34 +02:00
Nooto
e3d570e928
Update activities.php
2019-05-08 23:25:13 +02:00
Nooto
e00c170d85
Update common.php
2019-05-08 23:24:22 +02:00
Nooto
e430dad38c
Added translations for View All, Copy, Reply, etc
2019-05-08 23:05:30 +02:00
Jamie Schouten
6f710225b5
Update Dutch password_hint translation to correspond with validation rule
...
At the moment the translation says ```Minimaal 5 tekens``` which means your password should be at least 5 characters long. But a 5 character long password is not allowed by the validator.
I think this was a translation error from the English one where it says ```Must be over 5 characters```. To make the Dutch translation correct the Dutch translation should be changed to ```Minimaal 6 tekens```.
```
/**
* Get a validator for an incoming registration request.
*
* @param array $data
* @return \Illuminate\Contracts\Validation\Validator
*/
protected function validator(array $data)
{
return Validator::make($data, [
'name' => 'required|max:255',
'email' => 'required|email|max:255|unique:users',
'password' => 'required|min:6',
]);
}
```
2019-03-06 17:10:15 +01:00
Abijeet
d3d3e2ad3e
Added a default timeout of 60 seconds to dropzone.
...
Fixes #876
2018-11-18 00:22:08 +05:30
Abijeet
54ca4487fa
Adds tests and few fixes.
...
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-09-15 21:05:51 +05:30
Abijeet
25da4d9a8b
Added a success message on deletion of revision.
...
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-09-15 16:08:20 +05:30
Abijeet
f0add69b61
Adding languages for the revision deletion.
2018-09-15 15:16:04 +05:30
Abijeet
6c4c1ccb58
Changed the way we were displaying the edit icon.
...
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-06-10 17:06:23 +05:30
Dan Brown
d5b922aa50
Started work on drawing revisions
...
Improved sidebar and selection styling of image manager.
Allowed image manager imageType to be changed on open.
Created models for image revisions.
2018-05-13 12:07:38 +01:00
Dan Brown
a5e49f642b
Merge branch 'disable-comments' of git://github.com/Abijeet/BookStack into Abijeet-disable-comments
2017-12-07 19:15:26 +00:00
Dan Brown
bc1302a8d8
Merge branch 'BookStackApp-master' of git://github.com/OsmosysSoftware/BookStack into OsmosysSoftware-BookStackApp-master
2017-12-06 15:52:54 +00:00
Abijeet
7a5bd23909
Added language translation for the new settings icons.
2017-11-16 00:22:22 +05:30
sanderdw
2259263214
Update entities.php
2017-09-23 00:52:08 +02:00
sanderdw
762cf5f183
Update components.php
2017-09-23 00:47:02 +02:00
sanderdw
07175f2b3e
Update dutch translations
2017-09-23 00:28:25 +02:00
Dan Brown
621142a46e
Removed outdated translations and updated tests
2017-09-09 18:41:59 +01:00
Bharadwaja G
e02fcbe983
Added Book cover image description in all languages.
2017-09-05 12:46:31 +05:30
Bharadwaja G
1c88d21abf
Fixed books cover image ratio.
2017-09-04 20:50:24 +05:30
Bharadwaja G
c1a1bc0135
Books grid view
2017-09-04 20:27:52 +05:30
Bharadwaja G
7f902e41c7
Resolved conflicts
2017-08-24 12:21:43 +05:30
Nilesh Deepak
7a724f9134
Updated modifications.
2017-07-12 13:44:37 +05:30
Nilesh Deepak
cc553cc93d
Added labels for 'Thumbnail toggle' and 'Cover image' in different languages.
2017-07-05 16:11:15 +05:30
Abijeet
4efe3b41da
#47 - Added translations for other language files using Google translate.
2017-06-10 15:21:28 +05:30
Dan Brown
0e0945ef84
Finished off UI for search system
2017-04-15 15:04:30 +01:00
Dan Brown
d4e790d3cf
Added lang tests and update export text keys
2017-03-05 15:10:06 +00:00
Arie Timmerman
4214fcd2fa
Updated Dutch language files
2017-02-11 11:58:45 +01:00
Arie Timmerman
b2b64fb853
Started with Dutch translation
2017-02-10 22:10:41 +01:00