Commit Graph

6388 Commits

Author SHA1 Message Date
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
James Brooks
48769d7e7c Merge pull request #3268 from craigballinger/2.4
Convert remaining hardcoded strings in the manage notifications form.
2018-10-09 11:07:33 +01:00
Craig Ballinger
5886122a09 Update remaining hardcoded strings to support translation 2018-10-08 10:38:59 -04:00
thomasxd24
1fdb7909d3 Revert schedule maintenance
commit of de172e5def have made the schedule maintenance disappear completely. 

This PR reverts the change. Please fix the change or revert back.
2018-10-05 19:34:00 +02: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
James Brooks
de172e5def Merge pull request #3236 from Wouter0100/patch-1
Show schedules till they are completed
2018-09-14 08:17:46 +01:00
James Brooks
f8d4415998 Merge pull request #3239 from FNCxPro/patch-1
Resolve styling error on signup view
2018-09-12 17:59:00 +01:00
James Brooks
73f761b179 Merge pull request #3240 from Matthewrbowker/patch-1
Added missing parenthesis to config.yml
2018-09-10 14:40:50 +01:00
Matthew Bowker
67801f142a Added missing parenthesis to config.yml 2018-09-09 09:58:11 -06:00
Relative
55959d0048 Resolve styling error on signup view 2018-09-09 03:06:06 -04:00
Wouter van Os
9b4e8c1545 Show schedules till they are completed
Currently schedules are shown on the status page when they are in the status upcoming or in progress. But, when the scheduled time is in the past - it's hidden, even when it's still going on.

This PR fixes this issue by hiding the maintenance when it's in the status completed, or the completed time has passed.
2018-09-06 23:43:10 +02:00
Cachet Bot
3b4c0250dd New translations forms.php (Chinese Simplified) 2018-09-05 09:30:10 +01:00
James Brooks
a740d5c8c0 Merge pull request #3220 from gazben/patch-1
Add bool cast to boolean Incident parameters
2018-09-05 09:24:28 +01:00
Gazder Bence
15a87a8e78 Add bool cast to boolean Incident parameters 2018-08-16 10:35:09 +02:00
James Brooks
5663498ba9 Apply fixes from StyleCI (#3212) 2018-08-07 13:39:04 +01:00
James Brooks
ce6d2fe7cd Merge pull request #3211 from CachetHQ/l10n_2.4
New Crowdin translations
2018-08-07 13:38:12 +01:00
Cachet Bot
75c0f64de6 New translations forms.php (Dutch) 2018-08-07 09:00:14 +01:00
Cachet Bot
60b99189ce New translations forms.php (Chinese Simplified) 2018-08-07 09:00:12 +01:00
James Brooks
1035ab8567 Merge pull request #3196 from nstapelbroek/feature/remove-backup-manager
Removed backup manager
2018-07-24 20:57:17 +01:00
Nico Stapelbroek
129d5ac30d Reinstall twig because it was required for the incident templates 2018-07-24 15:40:14 +02:00
Nico Stapelbroek
6e54cd92bf Create upgrade docs to keep track of changes between backwards incompatible versions 2018-07-24 15:27:27 +02:00
Nico Stapelbroek
ecd634a37c Update composer dependencies without laravel-backup and twig 2018-07-24 11:39:51 +02:00
Nico Stapelbroek
1a07b3f8d9 Remove references to the Laravel backup manager
As proposed in https://github.com/CachetHQ/Cachet/pull/3150 the current backup solution produces too many edge cases when configured with the non-default options. Cachet should not be held responsible for backups since it's unable to complete this task properly. Feel free to re-add a laravel backup solution to your custom cachet instance.
2018-07-24 11:39:06 +02:00
James Brooks
415c6de378 Merge pull request #3191 from TakeMeNL/feature/api-get-incident-templates
Added GET incident templates to use in POST incidents template
2018-07-20 07:44:57 +01:00
TakeMeNL
39c0829fce Code style fixes 2018-07-20 00:23:17 +02:00
TakeMeNL
c60f1bd50f Added GET incident templates to use in POST incidents template 2018-07-20 00:17:46 +02:00
James Brooks
090502385c Apply fixes from StyleCI (#3188)
[ci skip] [skip ci]
2018-07-17 07:53:05 +01:00
James Brooks
43720a46ce Merge pull request #3176 from CachetHQ/l10n_2.4
New Crowdin translations
2018-07-17 07:52:30 +01:00
Cachet Bot
60108c4b8d New translations pagination.php (German) 2018-07-12 08:44:19 +01:00
Cachet Bot
99ef27b846 New translations forms.php (German) 2018-07-12 08:44:17 +01:00
Cachet Bot
67245f63fb New translations dashboard.php (German) 2018-07-12 08:44:16 +01:00
Cachet Bot
8762f44336 New translations cachet.php (German) 2018-07-12 08:44:15 +01:00
Cachet Bot
8b25d24e67 New translations notifications.php (French) 2018-07-12 08:44:14 +01:00
Cachet Bot
ddcafd7569 New translations pagination.php (French) 2018-07-12 08:44:12 +01:00
Cachet Bot
464cdf32a2 New translations forms.php (French) 2018-07-12 08:44:11 +01:00