Commit Graph

125 Commits

Author SHA1 Message Date
8e55d57b55 Update status board classes to use new DatabaseObject base
Updated schema to include new views
2011-12-19 12:21:39 +00:00
6b53bf11bd Update with changes made to core classes. 2011-12-17 12:42:25 +00:00
f2541774cf Add caching to service site list 2011-12-17 12:42:02 +00:00
42ca2a1a5c Add caching to site incident retrieval. Add site status function. 2011-12-17 12:41:23 +00:00
3f7f84d47c Add caching to StatusBoard_Incident::currentStatus()
Also renamed from status to currentStatus to better describe function.
2011-12-17 12:40:31 +00:00
13924c0b56 Add status comparison function
Simply checks the numerical value of status for now. If more statuses
are added in future, this check may need to be made more complex.
2011-12-17 12:37:23 +00:00
d842fda253 Add load/create/delete methods to StatusBoard_IncidentStatus 2011-12-17 12:36:29 +00:00
326997c418 Update 3rdparty less framework
Imports the latest copy into the code tree and fixes the script/sheet
inclusion in the default template.
2011-12-17 01:37:15 +00:00
63fd852beb Display additional detail for each incident.
Display the incident status next to the description.
2011-12-17 01:22:00 +00:00
62d6982d71 Add method to retrieve current status of incident 2011-12-17 01:21:16 +00:00
64e7a9ce84 Fix bug in StatusBoard_Site::all_for_service() definition
Function should have been defined statically.
2011-12-17 01:20:43 +00:00
367749757b Add status names
Add a method for retrieving a short name for each status.
2011-12-17 01:19:40 +00:00
75fe16ed0f Add template code for error pages 2011-12-17 01:19:05 +00:00
95d1bcd28e Add basic service/site/incident listings to the homepage.
Basic functionality to serve as a test case for core class development.
2011-12-17 01:04:05 +00:00
a783317fdf Add example database contents
Populates the database with useful test data, not meant for production.
2011-12-17 01:03:13 +00:00
ddee745488 Add database entity tables and helper views
Add the database table for each entity, and views to return output in
useful formats.
2011-12-17 01:02:32 +00:00
ac3cc73784 Add bootstrap resources 2011-12-17 01:00:21 +00:00
c8eaee79a1 Add entity classes
Add object wrappers for the application database entities.
2011-12-17 00:59:30 +00:00
18c5c75a1c Fix template code inclusion
Override the default incorrect path to the page code directory
2011-12-17 00:58:41 +00:00
35119be9a0 Basic placeholder webui
Adds the bare minimum files to have a functional web interface with
placeholder sidebar, home and admin pages.
2011-12-16 02:17:32 +00:00
5e04f99429 Add bare minimum database schema.
Defines settings and logs table, with sufficient default values to run.
2011-12-16 02:15:33 +00:00
0c5972084d Add distribution config files 2011-12-16 01:24:34 +00:00
5736bee943 Add placeholder for database schema 2011-12-16 01:13:57 +00:00
82d0efe950 Add gitignore to mask configuration files 2011-12-16 01:06:51 +00:00
d5df45dc8b Initial commit
Adds gitignore file to mask eclipse project files
2011-12-16 00:52:42 +00:00