Added new quicktags button for waste of time (currently not displaying as anything, but it does add a span with a specific class of "TimeWasted").
Set up the Admin, Academic and Depts. blogs.
Began work on the statistics page:
- Analysed the way other admin pages are constructed as controllers and called through embedding in the admin.php page.
- Created a blank page using the same mechanism -- took a while to get that right.
- Used the model of the Users controller to create an HCMC Stats controller page, and tweaked it until it displayed correctly based on the same permissions as the User admin controller.
Files changed:
blogs/_header.php
blogs/conf/_admin.php
Next steps: figure out how to make db calls through the database object, which is based on ezsql (http://justinvincent.com/docs/ezsql/ez_sql_help.htm), and then start setting up a search form. We'll use AJAX to retrieve and display reports.