James Brooks
d900e274c6
Test on PHP 7.3 ( #3286 )
2018-10-18 23:21:00 +01:00
James Brooks
cdb14c9fb9
Merge pull request #3251 from anthonybocci/show-about-this-page
...
Include the partial "about-app" in index
2018-10-15 12:46:49 +01:00
James Brooks
abc691979f
Apply fixes from StyleCI ( #3277 )
2018-10-15 12:40:17 +01:00
James Brooks
c219e6f120
Merge pull request #3234 from CachetHQ/l10n_2.4
...
New Crowdin translations
2018-10-15 12:39:21 +01:00
James Brooks
8fe5dc29e0
Merge pull request #3270 from JamesWilson19947/add-markdown-to-emails
...
Added markdown to some emails #3101
2018-10-15 12:38:33 +01:00
Kerrin Hardy
fd504fba68
Set dashboard sidebar width
2018-10-14 22:18:43 +10:30
James Wilson
18219bf328
Fixed #3101
2018-10-10 14:00:51 +01:00
Cachet Bot
e55f989c46
New translations cachet.php (German)
2018-10-09 11:12:58 +01:00
Cachet Bot
8d36bd5539
New translations cachet.php (French)
2018-10-09 11:12:53 +01:00
Cachet Bot
0a3f717ac6
New translations cachet.php (Finnish)
2018-10-09 11:12:48 +01:00
Cachet Bot
ef32c5dd55
New translations cachet.php (English)
2018-10-09 11:12:44 +01:00
Cachet Bot
b47a432744
New translations cachet.php (Greek)
2018-10-09 11:12:40 +01:00
Cachet Bot
9c8e48199d
New translations cachet.php (Indonesian)
2018-10-09 11:12:36 +01:00
Cachet Bot
cf957511ad
New translations cachet.php (Hungarian)
2018-10-09 11:12:31 +01:00
Cachet Bot
20160304ba
New translations cachet.php (Hebrew)
2018-10-09 11:12:28 +01:00
Cachet Bot
86841c1661
New translations forms.php (Dutch)
2018-10-09 11:12:22 +01:00
Cachet Bot
14b13447c7
New translations cachet.php (Catalan)
2018-10-09 11:12:18 +01:00
Cachet Bot
63e7e1841c
New translations cachet.php (Chinese Simplified)
2018-10-09 11:12:15 +01:00
Cachet Bot
3761d16810
New translations cachet.php (Albanian)
2018-10-09 11:12:10 +01:00
Cachet Bot
43ff723613
New translations cachet.php (Arabic)
2018-10-09 11:12:07 +01:00
Cachet Bot
2eb539e80e
New translations cachet.php (Dutch)
2018-10-09 11:12:04 +01:00
Cachet Bot
d9201c4464
New translations cachet.php (Danish)
2018-10-09 11:12:00 +01:00
Cachet Bot
8fd42ad2e5
New translations cachet.php (Czech)
2018-10-09 11:11:56 +01:00
Cachet Bot
d03c0cb1ab
New translations cachet.php (Chinese Traditional)
2018-10-09 11:11:52 +01:00
Cachet Bot
fee3dc4924
New translations cachet.php (Italian)
2018-10-09 11:11:48 +01:00
Cachet Bot
38afd983b9
New translations cachet.php (Thai)
2018-10-09 11:11:45 +01:00
Cachet Bot
858209ab1c
New translations cachet.php (Swedish)
2018-10-09 11:11:41 +01:00
Cachet Bot
630820e83e
New translations cachet.php (Spanish)
2018-10-09 11:11:37 +01:00
Cachet Bot
457e4ec83e
New translations cachet.php (Russian)
2018-10-09 11:11:33 +01:00
Cachet Bot
4c2639eec7
New translations cachet.php (Turkish)
2018-10-09 11:11:30 +01:00
Cachet Bot
9f6ca366dd
New translations forms.php (Zulu)
2018-10-09 11:11:27 +01:00
Cachet Bot
5bd640953e
New translations cachet.php (Zulu)
2018-10-09 11:11:26 +01:00
Cachet Bot
61c20bcdcf
New translations cachet.php (Vietnamese)
2018-10-09 11:11:21 +01:00
Cachet Bot
d4ca237d26
New translations cachet.php (Ukrainian)
2018-10-09 11:11:17 +01:00
Cachet Bot
c0c2677106
New translations cachet.php (Persian)
2018-10-09 11:11:09 +01:00
Cachet Bot
0c40946384
New translations forms.php (Norwegian)
2018-10-09 11:11:06 +01:00
Cachet Bot
15b66db835
New translations cachet.php (Norwegian)
2018-10-09 11:11:03 +01:00
Cachet Bot
b2dbce0886
New translations cachet.php (Korean)
2018-10-09 11:10:59 +01:00
Cachet Bot
1ef86b1682
New translations cachet.php (Japanese)
2018-10-09 11:10:55 +01:00
Cachet Bot
e3739fc50e
New translations cachet.php (Romanian)
2018-10-09 11:10:49 +01:00
Cachet Bot
ac24c4870f
New translations cachet.php (Portuguese, Brazilian)
2018-10-09 11:10:44 +01:00
Cachet Bot
c49452c8b2
New translations cachet.php (Portuguese)
2018-10-09 11:10:40 +01:00
Cachet Bot
c20c727938
New translations cachet.php (Polish)
2018-10-09 11:10:35 +01:00
Cachet Bot
d81ae71adc
New translations cachet.php (Afrikaans)
2018-10-09 11:10:32 +01:00
Craig Ballinger
5886122a09
Update remaining hardcoded strings to support translation
2018-10-08 10:38:59 -04:00
Anthony Bocci
ba0fdf1368
Include the partial "about-app"
...
In the settings it's possible to fill a field "About this page". If we
refer to the demo the content of this field is supposed to be shown
under the status on the status page.
The problem was the information was not shown even if it was not empty.
So if we typed "We are a company ...", this was not shown, nowhere.
Technically the problem was because the partial "about-app" was not
included so the information was never shown.
To fix that I have included the partial "about-app" in the index.
Now if the field empty nothing is shown (the same as before) but if the
field is not empty so the information is shown under the status bar.
See: #3249
2018-09-21 19:51:01 +02:00
Relative
55959d0048
Resolve styling error on signup view
2018-09-09 03:06:06 -04:00
Cachet Bot
3b4c0250dd
New translations forms.php (Chinese Simplified)
2018-09-05 09:30:10 +01:00
James Brooks
5663498ba9
Apply fixes from StyleCI ( #3212 )
2018-08-07 13:39:04 +01:00
Cachet Bot
75c0f64de6
New translations forms.php (Dutch)
2018-08-07 09:00:14 +01:00