Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Only prepend locales to paths when there's more than one locale to choose from. | Seb Bacon | 2011-07-15 | -0/+23 |
| | | | | Replaces core "locale" filter with customised one. Fixes #82 | |||
* | Make test description be accurate | Seb Bacon | 2011-07-14 | -1/+1 |
| | ||||
* | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-14 | -1/+4 |
|\ | | | | | | | | | Conflicts: app/views/request/_request_listing_single.rhtml | |||
| * | Make the tests work with authentication | Robin Houston | 2011-07-13 | -1/+4 |
| | | ||||
* | | Fix bug on categorisation page that was stopping game from working | Seb Bacon | 2011-07-14 | -0/+12 |
|/ | ||||
* | don't test routing filters at same time as other tests | Seb Bacon | 2011-07-13 | -1/+2 |
| | ||||
* | fix "custom request states" request controller test | Seb Bacon | 2011-07-12 | -0/+3 |
| | ||||
* | Refactor custom states loading (use class methods where appropriate, ↵ | Seb Bacon | 2011-07-12 | -1/+2 |
| | | | | simplify main code at the cost (small) of test legibility) | |||
* | Improve factoring out of custom states code (refactor a little, add tests) | Seb Bacon | 2011-07-12 | -0/+12 |
| | ||||
* | changes to get tests to pass with IZ fork and new routing-filter gem | Seb Bacon | 2011-07-11 | -40/+54 |
| | ||||
* | merge from master | Seb Bacon | 2011-07-07 | -1/+1 |
|\ | ||||
| * | Remove the translate_routes plugin, for now, because it appears to | Robin Houston | 2011-07-06 | -1/+1 |
| | | | | | | | | be the cause of several difficult bugs related to routing. | |||
* | | Changes required to get selishta (Kosovo) fork merges to pass tests. ↵ | Seb Bacon | 2011-07-06 | -2/+2 |
| | | | | | | | | Includes new "REPLY_LATE_AFTER_DAYS" config option. | |||
* | | fix up basic auth for admin settings: get credentials from config, cause ↵ | Seb Bacon | 2011-07-06 | -3/+32 |
|/ | | | | default (where no config) to skip authorization completely, add tests for these | |||
* | Get rid of commented-out STDERR.puts messages | Robin Houston | 2011-06-21 | -4/+0 |
| | ||||
* | Correct an operator precendence bug in request_controller, and add a test ↵ | Robin Houston | 2011-06-21 | -6/+15 |
| | | | | for it. | |||
* | Argh! Another spec that uses the :public_bodies fixture and needs | Robin Houston | 2011-06-20 | -0/+1 |
| | | | | :public_body_translations to be added for it to work correctly. | |||
* | merge WTDK changes to master (preparation for closing WTDK branch and ↵ | Seb Bacon | 2011-06-14 | -2/+2 |
|\ | | | | | | | deploying WTDK website straight from master) | |||
| * | Move the non-fixture files in spec/fixtures to their own subdirectory, | Robin Houston | 2011-06-10 | -2/+2 |
| | | | | | | | | | | so that we can run rake spec:db:fixtures:load without it choking on the files that aren't fixtures. | |||
| * | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -2/+2 |
| | | ||||
* | | Make sure the template rendering happens within the scope of | Seb Bacon | 2011-06-13 | -0/+7 |
| | | | | | | | | | | with_locale, so it's rendered using the correct locale. (+ test for this) | |||
* | | Make sure the :public_body_translation fixture is included everywhere the ↵ | Robin Houston | 2011-06-09 | -18/+18 |
| | | | | | | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it. | |||
* | | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -2/+1 |
| | | ||||
* | | Adding missing fixture. | Louise Crow | 2011-04-07 | -7/+6 |
| | | ||||
* | | further test fixage | Seb Bacon | 2011-04-01 | -4/+8 |
| | | ||||
* | | some test fixage | Seb Bacon | 2011-03-11 | -2/+3 |
| | | ||||
* | | new i18n tests for controllers and associated fixes | Seb Bacon | 2011-03-10 | -1/+75 |
| | | ||||
* | | Reindexing xapian before running track alert spec | Louise Crow | 2011-03-10 | -2/+2 |
|/ | ||||
* | Check that full error message is being displayed without interpolated ↵ | Louise Crow | 2011-02-24 | -1/+1 |
| | | | | attribute name. | |||
* | Clear deliveries array after running spec. | Louise Crow | 2011-02-23 | -0/+1 |
| | ||||
* | Mock a few more things so that we're not actually saving to the db. | Louise Crow | 2011-02-23 | -12/+18 |
| | ||||
* | Adding required info_request_event fixture. | Louise Crow | 2011-02-23 | -1/+1 |
| | ||||
* | Reindexing xapian before running track alert spec | Louise Crow | 2011-02-17 | -0/+4 |
| | ||||
* | Rebuild xapian index after fixture loading | Louise Crow | 2011-02-17 | -24/+37 |
| | ||||
* | install fixture necessary for test to pass (not sure how this worked ↵ | Seb Bacon | 2010-12-30 | -2/+2 |
| | | | | previously...) | |||
* | Show more appropriate info about users/bodies everywhere in JSON. | Francis Irving | 2010-10-20 | -9/+9 |
| | ||||
* | Return more info in request JSON response. | Francis Irving | 2010-10-20 | -3/+3 |
| | ||||
* | Add tag_string to tests. | Francis Irving | 2010-10-18 | -6/+6 |
| | ||||
* | Test for JSON version of atom feeds. | Francis Irving | 2010-10-18 | -1/+46 |
| | ||||
* | Test for users. | Francis Irving | 2010-10-18 | -0/+21 |
| | ||||
* | Remove unnecessary integrate views | Francis Irving | 2010-10-18 | -3/+1 |
| | ||||
* | Test for JSON of public body | Francis Irving | 2010-10-18 | -0/+19 |
| | ||||
* | Add test for JSON requests | Francis Irving | 2010-10-18 | -0/+19 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -13/+13 |
| | ||||
* | Mock views for new syntax of calling search | Francis Irving | 2010-09-14 | -1/+5 |
| | ||||
* | Changed name of variable. | Francis Irving | 2010-09-06 | -1/+1 |
| | ||||
* | Add test of user level censor rules from controller. | Francis Irving | 2010-08-04 | -0/+18 |
| | ||||
* | Allow links to specific tags. | Francis Irving | 2010-08-04 | -0/+21 |
| | ||||
* | Fix HTML nesting | Francis Irving | 2010-07-15 | -2/+2 |
| | ||||
* | Fix HTML | Francis Irving | 2010-07-15 | -4/+6 |
| |