James Brooks
2de54f9fcf
Small fixes
2023-10-27 13:23:27 +01:00
James Brooks
13aa8f40a5
Improve Metric component
2023-10-27 13:22:57 +01:00
James Brooks
275315972f
Merge pull request #4157 from 0pc0deFR/patch-1
...
Replace all URLs from Piwik to Matomo
2021-03-29 12:26:22 +01:00
Kevin Falcoz
026773b35e
Replace all URLs from Piwik to Matomo
2020-11-02 14:24:58 +01:00
luto
507603e33d
add a CSS class for status to each component element
...
the class can be used to style components based on their status using
.component.status-1 as a rule. They can then be made bold, have a
different background or be hiddend depending on their status.
2020-04-11 21:02:37 +02:00
James Brooks
cc85dc69c4
Merge pull request #3702 from ojdon/3689-url-markdown-fix
...
Removed outer link. Fixes #3689
2019-07-12 07:06:30 +01:00
Ollie Reardon
d3269a6c05
Removed outer link. Fixes #3689
2019-07-11 21:54:11 +01:00
James Brooks
9f98683aff
Fixes #3668
2019-07-11 13:14:16 +01:00
Danijel K
5d904f1ea5
Make sticked messages work on PHP7.3
...
compact changed behaviour on PHP7.3, and I also can't see the need for it as date and incidents are still passed to the view.
This resolves #3515
2019-03-21 14:08:23 +01:00
James Brooks
0ae510fdf0
Fix other duplicate order by statements
2019-01-26 15:00:42 +00:00
James Brooks
b96c36fd61
Update Blade files
2018-12-27 22:44:00 +00:00
James Brooks
d900e274c6
Test on PHP 7.3 ( #3286 )
2018-10-18 23:21:00 +01:00
krollebol
7777cf05d7
Update analytics.blade.php
...
Correct capital in variable name
2018-06-29 14:44:32 +02:00
opengd
663a110403
Changed old app_banner_type var to new appBannerType
2018-06-28 08:25:13 +02:00
James Brooks
57aef06927
Install Laravel 5.6
2018-06-25 21:48:27 +01:00
James Brooks
deeb40cd48
Move errors partial out of dashboard dir to prevent DashboardComposer running
2018-06-14 20:27:42 +01:00
James Brooks
aa8c9d23d0
Merge pull request #2950 from shuichiro-makigaki/2.4
...
Add perma-link to each scheduled maintenance
2018-03-26 19:29:53 +01:00
Jordy van Dortmont
c66048d977
Fix metrics fill theme color application #2797
2018-03-26 02:13:11 +02:00
Shuichiro MAKIGAKI
7d51752251
Add perma-link to each scheduled maintenance
...
PR #2912 adds scheduled maintenance ID to overview HTML.
This patch introduces permanent link and icon image by the ID.
2018-03-19 19:01:02 +09:00
Shuichiro MAKIGAKI
94662d17f0
Add ID of scheduled maintenance to list group item
...
This allows us to use a static URL to a scheduled maintenance.
2018-02-14 18:09:19 +09:00
A
d6ce735df3
Display the formatted message for incident's updates.
...
In order to be backward compatible, the formatted message is displayed
for incident's updates, so a strong sentance can be used as it was the
case before.
2018-01-30 14:53:21 +01:00
A
66ec744c21
Shows the incident's updates.
...
The incident's updates are no longer summurized with "..." and bold,
they are fully displayed in order to be able to read all the incident
life on the status page.
2018-01-30 14:52:56 +01:00
James Brooks
3ea1e959f9
Fix metrics not displaying. Closes #2737
2017-09-30 11:29:12 +01:00
James Brooks
b3fc690d1d
Fix Schedule message markdown formatting. Fixes #2059
2017-07-17 22:09:48 +01:00
James Brooks
3d2523886a
Use auto in ga call. Closes #2454
2017-03-23 22:51:43 +00:00
James Brooks
f7435748ec
Fixes #2413
2017-03-18 10:15:34 +00:00
James Brooks
ecb05d588f
Use $loop variable
2017-03-09 19:28:04 +00:00
James Brooks
9a56625f09
Use Laravel pagination links. Closes #2415
2017-03-09 19:18:11 +00:00
James Brooks
f1c09773e2
Use isNotEmpty in more places
2017-01-21 17:32:46 +00:00
James Brooks
a4571dab7b
Use isNotEmpty
2017-01-21 17:30:44 +00:00
James Brooks
22d208f040
Tidy the subscriptions page a little
2017-01-16 20:57:51 +00:00
James Brooks
4ab133c1cf
Remove redundant email layout
2017-01-04 19:51:20 +00:00
James Brooks
2a29057f88
Use each syntax. Include group status indicator when ungrouped
2017-01-02 13:43:41 +00:00
James Brooks
0780e404a8
Simplify the incidents templates
2016-12-05 20:19:15 +00:00
James Brooks
ef70ef0d29
Simplyify the metrics partial
2016-12-05 20:15:49 +00:00
James Brooks
74d7726311
Remove unused modals
2016-12-05 20:14:52 +00:00
James Brooks
f972bf4a55
Subscribers don't need to be enabled to send emails. Closes #1994
2016-12-04 17:48:50 +00:00
James Brooks
72056e2ac5
Rename formattedMessage into snake_case for consistency
2016-11-25 20:34:58 +00:00
James Brooks
ebed68a7d8
Rewrite the entire scheduled maintenance implementation
2016-10-30 21:15:46 +00:00
Nicolas Fagotti
b223da94a0
Add "Unknown" status to the available component statuses
2016-10-24 10:32:00 -03:00
iAidan
fcaf3ad4db
Removed HTTPS from Piwik JS
...
Piwik links will need to include HTTP/HTTPS
2016-10-19 17:42:31 +01:00
James Brooks
5a9f6134c4
Completely refactor all routes
2016-10-12 21:47:46 +01:00
James Brooks
20e585a879
Use the auth.logout route
2016-10-09 11:11:54 +01:00
James Brooks
c432702740
Don't indent
2016-10-08 18:54:18 +01:00
James Brooks
1794622ed0
Use route helper more
2016-10-08 18:24:45 +01:00
James Brooks
8b8114576d
Don't use the config facade for settings
2016-10-08 17:55:46 +01:00
James Brooks
a5d3a71063
Formatting
2016-10-08 17:45:40 +01:00
James Brooks
c6c439017a
Only show the incidents headline if we have anything to show
2016-10-07 12:19:47 +01:00
James Brooks
c94919f1b9
Backport Incident Updates from v3.0.0
2016-10-06 22:40:56 +01:00
Abhimanyu Sharma
ad1babaf0d
Removed unwanted closing form
2016-10-01 21:34:35 +05:30