Commit Graph

28 Commits

Author SHA1 Message Date
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 deeb40cd48 Move errors partial out of dashboard dir to prevent DashboardComposer running 2018-06-14 20:27:42 +01:00
James Brooks 75391b7053 Fix supporting of "artisan down" command. Closes #2458 2017-05-07 11:38:31 +01:00
James Brooks f08fdbd524 Don't indent 2016-10-07 12:20:58 +01:00
Connor S. Parks fa1b32c11a implements a modular view system 2016-08-22 16:36:01 +01:00
Joseph Cohen 31d47cfb35 Remove subscribers modal 2016-05-26 00:50:23 -05:00
James Brooks f92761437d Move position of "About This Site". Don't double wrap text. 2016-02-24 13:20:33 +00:00
James Brooks f19b0d1a46 Show alert for major outages. Closes #1342 2016-01-29 20:49:26 +00:00
James Brooks ac3888f7c8 Added per-component subscriptions. Closes #734 2016-01-29 15:02:28 +00:00
James Brooks c64df7eed7 Move display_graphs into AppComposer 2015-11-21 23:09:20 +00:00
James Brooks c3646fd64a Let's not duplicate view code 2015-10-17 14:27:15 +01:00
James Brooks 4e7d4c4581 Move the subscribers button into footer, re-arrange top half page 2015-10-17 14:18:45 +01:00
James Brooks 6b362fd88d Theming of Cachet is much simpler with more color settings 2015-09-04 22:39:52 +01:00
James Brooks 885c17054f Allow setting of 0 incident days. Closes #920 2015-08-18 21:27:09 +01:00
James Brooks bef736e865 Merge pull request #898 from cachethq/avoid-redirect-back
Completely remove the use of Redirect::back - closes #867
2015-08-13 22:38:30 +01:00
James Brooks 3b487ea2ec Move dashboard partials into the dashboard directory 2015-08-13 22:34:26 +01:00
James Brooks b393557c8a Completely remove the use of Redirect::back - closes #867 2015-08-13 22:28:30 +01:00
Graham Campbell fcbbfdd84e Refactor validator stuff and fix variable names in views 2015-08-03 22:32:51 +01:00
James Brooks 60f6bec8bc Don't show components div if we have no components 2015-06-18 20:50:43 +01:00
James Brooks 8573b78210 Split up sections a bit more 2015-06-15 21:47:35 +01:00
James Brooks 036928e53e Closes #700 - Subscribers can now be turned on and off 2015-06-10 21:29:35 +01:00
Joseph Cohen 55dcf3a277 Handle subscribers 2015-06-09 14:13:27 -05:00
James Brooks 241947d069 Fixes #641 2015-05-18 09:46:19 +01:00
James Brooks 06b9bc2757 Prevent bots from indexing date ranges with no incidents. Closes #624. 2015-05-08 11:06:02 +01:00
James Brooks 26642eb573 Fix missing $date variable 2015-04-23 08:12:42 +01:00
James Brooks 1543643f4c Revert "Refactored the way incidents are pulled out of the database on the homepage" 2015-04-21 10:13:08 +01:00
Adam Lavin 4c4a32da3d Refactored the way incidents are pulled out of the database
Incidents are now pulled out via the database, grouped together via php, then missing days are added to the data
2015-04-20 23:28:53 +01:00
Joseph Cohen b4ac66d727 Cachet is now a Laravel 5 app 2015-03-20 18:30:45 -06:00