| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Introduced in 4f501309ade230f65f4ba45e1d0161e89587d755 but no longer
needed as we don't proxy the admin interface.
|
| |
|
|
|
|
| |
Refactor a bit so it's easier to read.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
into rails-3-develop
Conflicts:
app/controllers/application_controller.rb
app/controllers/general_controller.rb
config/routes.rb
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
main project
|
|
|
|
| |
admin_current_user
|
| |
|
|
|
|
| |
In order to avoid sorting large numbers of objects in order to get the right order of combined events across the two model types, get the overall order first from the database and then populate the slice we're interested in.
|
|
|
|
|
|
| |
Backslashes are interpreted twice inside backticks, once by Ruby
and a second time by the shell, so you need twice as many as you
think you do.
|
|
|
|
|
|
|
|
|
|
|
| |
> 10) admin debug (https://secure.mysociety.org/admin/foi/debug) - "you
> are" - sentence that isn't finished
>
> 11) admin debug (https://secure.mysociety.org/admin/foi/debug) -
> versioning incorrect & URLs to github malformed:
> Alaveteli version: 0.5.2-297-g4ec7f6e
> Alaveteli branch: (no
> Alaveteli commit: 4ec7f6edbf2c00abc8464eafc889047f43533f90
|
|
|
|
|
|
| |
new "needs admin attention"-type state to InfoRequests, a flag indicating that a request has ever been marked as needing admin attention, and a controller method and route for setting this state & flag. Also adds the reason something needs admin attention to the subject of the email that gets sent to administrators.
Neeeds tests.
|
| |
|
|
|
|
| |
wombleton:feature/440_sparkly_admin_css)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
administrator screens).
|
| |
|
|
|
|
| |
in mailing reminders to requesters
|
|
|
|
| |
preparation for allowing anyone to edit them
|
|
|
|
| |
entries to speed up that page, and provide full list as separate page
|
|
|
|
|
|
| |
rather than "what *is* the status..."
Remove "none of the above" for now, see how that goes.
Add new error_message state, for delivery failures etc.
|
|
admin_controller.rb
- put back in general controller.
|