Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add excanvas for support of graph-drawing on IE8 and before | Mark Longair | 2013-08-20 | -0/+1 |
| | | | | This is as suggested in the Flot documentation. | |||
* | Add a page with experimental statistics on public bodies | Mark Longair | 2013-08-20 | -0/+82 |
| | | | | | | | | | | | | | | | | | The statistics on the status of the requests to a particular public body are too slow to calculate on-the-fly, so this commit adds: * Extra columns on public_bodies to store counts of the successful, not held, and overdue request counts for each public body. * A rake task which should be run periodically to update the overdue request count column. If Javascript is not available, the summary statistics are shown as tables. If Javascript is available, graphs are drawn with Flot. | |||
* | Add a Flot extension for drawing axis labels | Mark Longair | 2013-08-15 | -0/+451 |
| | | | | | | | | | | Suprisingly, there is not support in base Flot for drawing axis labels - one solution is to use the flot-axislabels plugin from: https://github.com/markrcote/flot-axislabels This plugin is also MIT-licensed. | |||
* | Add the flot Javascript graph drawing library version 0.8.1 | Mark Longair | 2013-08-15 | -0/+92 |
| | | | | | | From the full distribution, this only includes the basic libary and the component for plotting error bars. (Flot is MIT licensed.) | |||
* | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-02-15 | -1/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/general_controller.rb app/controllers/track_controller.rb app/models/outgoing_message.rb app/models/public_body.rb app/models/user.rb app/views/general/frontpage.rhtml config/environment.rb config/initializers/inflections.rb config/initializers/mime_types.rb db/migrate/094_remove_old_tags_foreign_key.rb lib/timezone_fixes.rb spec/models/request_mailer_spec.rb spec/views/request/list.rhtml_spec.rb | |||
| * | WDTK-256- Link to this widget retain permalink focus | Nathan Jenkins | 2013-01-23 | -1/+2 |
| | | ||||
* | | Run the Rails 3 generator | Henare Degan | 2012-12-11 | -2130/+4115 |
|/ | ||||
* | Ensure the alert banner on every page is hidden if the relevant cookie is set | Seb Bacon | 2012-07-13 | -3/+8 |
| | ||||
* | Bump jquery to latest version | Seb Bacon | 2012-05-23 | -18/+4 |
| | ||||
* | remove files that could easily live in a theme, so people can choose to ↵ | Seb Bacon | 2012-05-23 | -322/+148 |
| | | | | deploy it or not while it's still immature | |||
* | Merge from wombleton:feature/440_sparkly_admin_css | Seb Bacon | 2012-05-23 | -148/+614 |
| | | | | | | | Includes a couple of additional fixes: * Remember to HTML-quote things that could come from users * Fix form post action for editing users | |||
* | Preserve search text when flipping between result types. Fixes #187. | Seb Bacon | 2011-09-16 | -0/+8 |
| | ||||
* | Modify "link to this" behaviour: make it pop up a box with an input ↵ | Seb Bacon | 2011-09-12 | -1/+34 |
| | | | | prefilled with the URL, and display it with an icon rather than text. Fixes #172. | |||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop, fix ↵ | Seb Bacon | 2011-09-05 | -0/+66 |
|\ | | | | | | | conflicts | |||
| * | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵ | David Cabo | 2011-09-01 | -0/+66 |
| |\ | | | | | | | | | | to match new wireframes) | |||
| | * | Move log-in point to before Preview and fix modal sign-in and sign-up redirects | David Cabo | 2011-08-11 | -0/+11 |
| | | | ||||
| | * | New Request wireframe: implemente modal sign-in process | David Cabo | 2011-08-02 | -0/+46 |
| | | | ||||
| | * | Adapting New Request flow to new wireframes: added type ahead search when ↵ | David Cabo | 2011-07-26 | -0/+9 |
| | | | | | | | | | | | | creating new requests | |||
* | | | Flash a message to users from outside the deployed country, telling them ↵ | Seb Bacon | 2011-09-05 | -83/+50 |
|/ / | | | | | | | about either (a) a website in their country, or (b) the existence of Alaveteli to help them make one themselves. Closes #124. | |||
* | | more work in progress on search forms | Seb Bacon | 2011-08-29 | -44/+94 |
| | | ||||
* | | Update admin theme with softer colors and put back list of tags help, ↵ | David Cabo | 2011-08-23 | -0/+102 |
| | | | | | | | | temporarily disabled on public body forms | |||
* | | Update jQuery from 1.3 to 1.6.2 (fixes #146) | David Cabo | 2011-08-23 | -15/+14 |
|/ | ||||
* | Make cropping work | Francis Irving | 2010-07-15 | -0/+5 |
| | ||||
* | Centre initial selection | Francis Irving | 2010-07-15 | -3/+17 |
| | ||||
* | Cropping interface. | Francis Irving | 2010-07-15 | -0/+193 |
| | ||||
* | Interstitial advertising MP expenses campaign. | francis | 2009-01-19 | -0/+115 |
| | | | | Advert at bottom of email alerts. | |||
* | Migration to Rails 2.1 | francis | 2008-09-04 | -1805/+3707 |
| | ||||
* | Default Rails gumph. | francis | 2007-08-01 | -0/+5380 |