aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeLines
* Add rdoc 2.4.3 to vendor/gemsRobin Houston2011-08-24-0/+20701
|
* Update to latest version of Rails 2.3.x. Alaveteli users should remember to ↵Seb Bacon2011-08-17-0/+0
| | | | run 'git submodule update'. Fixes #145
* Forwards compatibility with newer versions of Xapian. Fixes #101Seb Bacon2011-08-10-1/+1
|
* changes to get tests to pass with IZ fork and new routing-filter gemSeb Bacon2011-07-11-4/+3
|
* use routing-filter gem to prepend locale to URLSeb Bacon2011-07-07-0/+1588
|
* Remove the translate_routes plugin, for now, because it appears toRobin Houston2011-07-06-812/+0
| | | | be the cause of several difficult bugs related to routing.
* Give a more useful exception message if the Xapian database cannot be ↵Robin Houston2011-06-29-3/+3
| | | | opened, including the database path and actual error
* Silence another deprecation warning, this time just by muting it (since ↵Robin Houston2011-06-17-4/+10
| | | | | | there is no obvious fix). See also https://github.com/joshmh/globalize2/issues/42
* Move the rake task from the translate_routes plugin into the (new?) standard ↵Robin Houston2011-06-17-0/+0
| | | | directory, to avoid an annoying warning message.
* Make sure the previous locale is restored on block exit, even if theSeb Bacon2011-06-13-3/+6
| | | | block was left via return.
* Bundle the locale and gettext gemsRobin Houston2011-06-09-0/+31741
|
* further test fixageSeb Bacon2011-04-01-5/+5
|
* don't silence errors when storing model attribute translation strings ↵Seb Bacon2011-03-31-1/+1
| | | | (exposed a new bug in fastgettext if you did)
* correctly flatten (fixes tags)Seb Bacon2011-03-25-1/+1
|
* resolve merge conflictsSeb Bacon2011-03-25-3/+2728
|\
| * Added Rails 2.3.11 as a submoduleSeb Bacon2011-03-10-3/+0
| |
| * use subproject used by master branchSeb Bacon2011-03-10-0/+0
| |
| * helloworld type themeSeb Bacon2011-03-10-0/+0
| |
| * support text indexing of multiple languages (across the same index)Seb Bacon2011-03-10-2/+27
| |
| * Adding missing framework fixtures - presumably the victims of a .gitignore ↵Louise Crow2011-03-10-0/+3
| | | | | | | | somewhere along the line
| * typoSeb Bacon2011-03-10-1/+1
| |
| * initial support for localising model data (not fully tested)Seb Bacon2011-03-10-1/+1889
| |
| * correct typoSeb Bacon2011-03-10-1/+1
| |
| * correct branch for localesSeb Bacon2011-03-10-0/+0
| |
| * add Rails localesSeb Bacon2011-03-10-0/+0
| |
| * initial routes i18n supportSeb Bacon2011-03-10-0/+812
| |
* | include json gem (for tests to pass)Seb Bacon2011-03-25-0/+46103
| |
* | add missing submodule commit (for rails)Seb Bacon2011-03-24-0/+0
|/
* merge from master (post-CSRF changes)Seb Bacon2011-03-09-270856/+37866
|\
| * Adding rspec gem.Louise Crow2011-02-24-0/+31899
| |
| * Adding translation via fast_gettext.Louise Crow2011-02-24-0/+5127
| |
| * Updated will_paginate plugin to later gem.Louise Crow2011-02-23-928/+470
| |
| * Updating 'require "activerecord"' to 'require "active_record"' as per ↵Louise Crow2011-02-23-1/+1
| | | | | | | | deprecation warning.
| * Moving tasks to lib as per deprecation warning. Have made a push request ↵Louise Crow2011-02-23-0/+0
| | | | | | | | with this change to https://github.com/fauna/interlock
| * Moving tasks to lib - as per deprecation warning. There appears to be no ↵Louise Crow2011-02-23-1/+1
| | | | | | | | current repo for this plugin.
| * Replacing old recaptcha plugin with more recent gem.Louise Crow2011-02-23-151/+713
| |
| * Removing rspec and rspec-rails plugins in favour of updated gems.Louise Crow2011-02-23-30568/+538
| |
| * Removing rake_tasks plugin - another developer pluginLouise Crow2011-02-23-340/+0
| |
| * Removing annotate models plugin - it's a developer tool that can be used ↵Louise Crow2011-02-23-210/+0
| | | | | | | | outside the application.
| * Unpack rack 1.1.0 to vendor gemsLouise Crow2011-02-21-87/+11976
| |
| * Added Rails 2.3.11 as a submoduleEdmund von der Burg2011-02-18-0/+0
| |
| * Deleted rails 2.3.2 filesEdmund von der Burg2011-02-18-251429/+0
|/
* Adding missing framework fixtures - presumably the victims of a .gitignore ↵Louise Crow2011-02-17-0/+3
| | | | somewhere along the line
* Index tags on info requests.Francis Irving2010-10-09-3/+31
|
* First .json API callFrancis Irving2010-10-09-0/+5
|
* Allow tags on new requests, via hidden parameter.Francis Irving2010-09-29-0/+6
|
* CommentsFrancis Irving2010-09-29-0/+2
|
* Only show unique tag matches in admin interface.Francis Irving2010-09-29-1/+1
|
* Factor out model of public body tags into generic tag string modelFrancis Irving2010-09-29-22/+71
|
* Factor out tag parts from public body into has_tag_string moduleFrancis Irving2010-09-28-0/+90
|