Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add submit buttons to admin index search forms. | Matthew Somerville | 2017-03-09 | -0/+6 |
| | | | | Also slightly tidy up display. | |||
* | Add .btn and .form-control classes to inputs | Zarino Zappia | 2016-10-04 | -4/+4 |
| | ||||
* | Restrict add/editing of bodies in admin to superusers | Dave Arter | 2016-07-19 | -12/+14 |
| | ||||
* | Show any waiting reports on admin index page. | Matthew Somerville | 2016-06-22 | -0/+16 |
| | ||||
* | Add search boxes to admin index page, move stats. | Matthew Somerville | 2016-05-20 | -32/+25 |
| | | | | Move most index page statistics to their own pages. | |||
* | Prettify admin/status page numbers. | Matthew Somerville | 2015-12-09 | -8/+1 |
| | | | | Consolidate the two displays of these stats. Fixes #1297. | |||
* | Speed up admin front page. | Matthew Somerville | 2015-10-23 | -5/+7 |
| | | | | | | | | * Don't show a categories summary unless asked via a link * Don't needlessly join in questionnaire/update summaries * Switch count(distinct()) to a subselect as it turns out select count(*) from (select distinct(user_id) from problem) temp; is a lot quicker than select count(distinct(user_id)) from problem; | |||
* | Remove remaining hardcoded site name from strings. | Matthew Somerville | 2015-09-28 | -1/+1 |
| | | | | Add a site_name template parameter available to all templates. | |||
* | Translate state column in admin index and lists. | Matthew Somerville | 2015-09-01 | -6/+13 |
| | | | | Fixes #1179. | |||
* | Move site_title function to site-name web template | Matthew Somerville | 2015-01-19 | -1/+1 |
| | | | | | | | This matches the email template behaviour, and makes it much easier to override without requiring a cobrand package file. Fixes #979. | |||
* | Add encouraging message about help to admin front. | Matthew Somerville | 2014-11-19 | -0/+11 |
| | | | | Fixes #929. Also move admin hint CSS to base CSS, not just layout. | |||
* | Rename 'default' web directory to 'base'. | Matthew Somerville | 2014-07-08 | -0/+50 |
This should reduce confusion with the Default cobrand and override order. |