aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Faster way to update counter cache.release/0.6.6Louise Crow2012-09-20-4/+3
|
* Add release summary.Louise Crow2012-09-20-0/+12
|
* Merge branch 'develop' into release/0.6.6Louise Crow2012-09-19-2/+2
|\
| * Updating gem lock file.Louise Crow2012-09-19-1/+1
| |
| * Remove rake from the test group.Louise Crow2012-09-19-1/+0
| |
| * Adding rake gem explicitly.Louise Crow2012-09-19-0/+1
| |
* | Bump application version.Louise Crow2012-09-19-1/+1
|/
* Translation files updated with new strings, pushed and repulled from Transifex.Louise Crow2012-09-19-44/+165
|
* Latest translations from Transifex.Louise Crow2012-09-19-201/+202
|
* Merge remote-tracking branch 'mlandauer_github/publication_scheme_fix' into ↵Louise Crow2012-09-18-0/+3
|\ | | | | | | develop
| * Ensure non-nil publication_scheme in fixtures so that example data worksMatthew Landauer2012-09-18-0/+3
| |
* | automatically use the correct version of rubygems (1.6.2) in rvmrcMatthew Landauer2012-09-18-0/+6
|/
* Merge branch 'develop' of ssh://git.mysociety.org/data/git/public/alaveteli ↵Louise Crow2012-09-13-1/+1
|\ | | | | | | into develop
| * Merge branch 'develop' of git.mysociety.org:/data/git/public/alaveteli into ↵Robin Houston2012-09-13-133/+547
| |\ | | | | | | | | | develop
| * | Fix Atom version of api_body_request_eventsRobin Houston2012-09-13-1/+1
| | | | | | | | | | | | | | | Remove duplicate <created> element, and add an <updated> element to each entry.
* | | Merge branch 'feature/faster-admin-timeline' into developLouise Crow2012-09-13-32/+105
|\ \ \ | |_|/ |/| |
| * | Paginate the timeline to allow it to render in a reasonable amount of time. ↵Louise Crow2012-09-13-32/+96
| | | | | | | | | | | | 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.
| * | Add index on updated_at to public body versions as this is how they are ↵Louise Crow2012-09-13-0/+9
|/ / | | | | | | retrieved in the admin timeline view.
* | Merge branch 'feature/faster-admin-old-unclassified' into developLouise Crow2012-09-13-5/+28
|\ \
| * | Paginate the list of old unclassified requests.Louise Crow2012-09-13-2/+14
| | |
| * | Allow InfoRequest.find_old_unclassified to accept an offset param so it can ↵Louise Crow2012-09-13-2/+11
| | | | | | | | | | | | be used in conjunction with pagination.
| * | Reformat for readability.Louise Crow2012-09-13-1/+3
|/ /
* | Add some indexes to help IncomingMessage.fully_destroy find records more ↵Louise Crow2012-09-13-0/+18
| | | | | | | | efficiently by info_request_event_id
* | Add an index on incoming message id to the outgoing messages table - suspect ↵Louise Crow2012-09-13-0/+9
| | | | | | | | this will improve the performance of AdminRequestController#destroy_incoming, which looks for outgoing messages by incoming message.
* | Merge branch 'feature/faster-public-body-csv' into developLouise Crow2012-09-13-23/+67
|\ \
| * | Add appropriate counter caches for public body fixtures.Louise Crow2012-09-12-5/+9
| | |
| * | Add a counter cache for the number of info_requests associated with public ↵Louise Crow2012-09-12-2/+19
| | | | | | | | | | | | bodies.
| * | Memoize the notes_without_html calculated value for the life of the model ↵Louise Crow2012-09-12-1/+16
| | | | | | | | | | | | instance - no need to keep applying the regex if called multiple times e.g. in a view.
| * | Use faster csv for public body cvs generation, eagerly load tags and ↵Louise Crow2012-09-12-8/+7
| | | | | | | | | | | | translations.
| * | Add fastercsv to gems.Louise Crow2012-09-12-0/+3
| | |
| * | Move default value setting for publication scheme to before_save callback ↵Louise Crow2012-09-12-7/+13
|/ / | | | | | | rather than after_initialize - after_initialize accessing of the variable value was causing eager loading of public body translations to happen after the first attribute access, resulting in n+1 queries for translations.
* | Add some indexes based on queries appearing in the SQL slow queries log.Louise Crow2012-09-12-0/+69
| |
* | Merge remote-tracking branch 'henare_github/capistrano' into developLouise Crow2012-09-12-9/+153
|\ \
| * | Add Xapian config to CapistranoHenare Degan2012-09-12-4/+15
| | |
| * | Doco updatesHenare Degan2012-09-12-3/+2
| | |
| * | Expand the glibc bug workaround to work on Ubuntu 10.04 which has the ↵Henare Degan2012-09-12-1/+1
| | | | | | | | | | | | | | | | | | debian_version of "squeeze/sid" See https://github.com/mysociety/alaveteli/commit/bb74b57d56416c3c272f913674e96d6a00de6d1e#commitcomment-1839727
| * | Persist the cache between deploys and serve the download directory publiclyHenare Degan2012-09-11-1/+4
| | |
| * | Add a note about migrating the DBHenare Degan2012-09-11-0/+1
| | |
| * | Add a note about sharing configsHenare Degan2012-09-11-0/+2
| | |
| * | Unfortunately Cape runs tasks in current_path but we don't have it the first ↵Henare Degan2012-09-11-9/+3
| | | | | | | | | | | | time we try to deploy
| * | Start adding some docoHenare Degan2012-09-11-0/+37
| | |
| * | The files directory should persist between deploysHenare Degan2012-09-11-1/+6
| | |
| * | Use the same name as Capistrano so we have consistent namingHenare Degan2012-09-11-3/+3
| | |
| * | Make this a task too. I think it's clearer and more consistentHenare Degan2012-09-11-2/+3
| | |
| * | Install themes as part of the deploymentHenare Degan2012-09-11-0/+16
| | |
| * | Start linking in required configHenare Degan2012-09-11-0/+11
| | |
| * | Enable submodules like commonlibHenare Degan2012-09-11-0/+1
| | |
| * | Allow the branch to be customisedHenare Degan2012-09-11-0/+1
| | |
| * | Speed up deploys by not getting the whole repo each timeHenare Degan2012-09-11-0/+1
| | |
| * | Allow us to get the repository anonymouslyHenare Degan2012-09-11-2/+2
| | |