aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ADMIN.md
Commit message (Collapse)AuthorAgeLines
* Move admin CSS and images into the asset pipelineMark Longair2013-11-19-19/+0
| | | | | We no longer need to run compass to regenerate the admin CSS - it will be done automatically.
* Serve admin.js as a static fileMark Longair2013-08-21-6/+4
| | | | | | | | | | | | | | | | | | | admin.js was being generated from a view so that the config variable ADMIN_PUBLIC_URL could be used to direct AJAX requests in the admin interface correctly. ADMIN_PUBLIC_URL was necessary for WhatDoTheyKnow when the admin interface was proxied over SSL, while the rest of the site was non-SSL. Now that the whole site is served over SSL, however, the proxy for the admin interface is not longer used and ADMIN_PUBLIC_URL / ADMIN_BASE_URL have been removed. As a result, admin.js is now being generated from a Rails view unnecessarily, and at some performance cost. This commit moves admin.coffee and admin.js to the public directory, so they will be served more efficiently. In addition, this commit removes admin.coffee / admin.js from public/javascripts/ where there was a second (and different) version that now appears to be unused.
* Supply info request id in an HTML 5 data attributerelease/0.8Louise Crow2013-03-19-2/+2
|
* Updated docs for compiling css for admin interfaceMatthew Landauer2013-02-19-8/+3
|
* Merge in adminbootstraptheme 323d704ab4f1ffe31f20fcabeaf030c462dfbadf into ↵Matthew Landauer2013-02-19-0/+26
main project