aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeLines
* Return a 404 for missing user profile pictures. Fixes #363Seb Bacon2012-01-24-0/+7
* Ensure short cache keys for interlock. Fixes #362Seb Bacon2012-01-24-0/+5
* Bug: we are causing a 500 when trying to raise 404 because the arguments to t...Seb Bacon2012-01-24-0/+9
* Don't allow users to page beyond a certain number of results (because in larg...Seb Bacon2012-01-20-1/+13
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-19-2/+53
|\
| * Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkRobin Houston2012-01-19-2/+45
| |\
| | * Return a 404 for broken attachment urls. Fixes #351.Seb Bacon2012-01-18-0/+10
| | * Don't raise an error if the user deletes a track through the UI. Fixes #353.Seb Bacon2012-01-18-0/+7
| | * Fix more test breakageSeb Bacon2012-01-18-3/+12
| | * Catch timeouts and other extra errors when connection to 3rd party websites f...Seb Bacon2012-01-18-1/+8
| | * Ensure request typeahead search is tested properly (and fix a validation error).Seb Bacon2012-01-18-0/+2
| | * Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5Seb Bacon2012-01-18-3/+11
| | |\
| | * | Fix paging bug for type ahead search. This wasn't caught because the spec di...Seb Bacon2012-01-18-0/+8
| * | | Fix sporadic spurious test failuresRobin Houston2012-01-19-0/+8
| | |/ | |/|
* | | Don't choke on very long filenames when caching attachments. Fixes #349.Seb Bacon2012-01-19-0/+9
* | | Always show the right search snippet. Fixes #352.Seb Bacon2012-01-19-0/+7
|/ /
* | Merge branch 'wdtk' into release/0.5Robin Houston2012-01-17-3/+11
|\ \ | |/ |/|
| * Flexible location for validate utilityRobin Houston2012-01-17-3/+11
* | Don't allow directory listings (better fix for and closes #340).Seb Bacon2012-01-17-3/+6
|/
* Test for commit 9099f63a364242764da529c109166e69fd2ec606Seb Bacon2012-01-17-2/+2
* Test belonging to commit a39f71ee21739eb754688f185c59c3a7f209aaaSeb Bacon2012-01-17-3/+3
* Test fix that belongs to e82ca928a140400f8446dba85014a0c9059e789bSeb Bacon2012-01-17-1/+1
* Actually do a proper ORed and partial match query, rather than fix parsing er...Seb Bacon2012-01-17-2/+12
* Fail silently if third party services are broken or unavailable. Fixes #354.Seb Bacon2012-01-17-6/+31
* Merge branch 'fast-search-hack' into wdtk. Addresses the second slow SQL exa...Seb Bacon2012-01-13-1/+4
|\
| * Changes to make normal search pages not necessarily load info_request_events ...Seb Bacon2012-01-12-1/+4
* | Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to is...Seb Bacon2012-01-13-20/+77
* | Show internal_review (and some other) items in the "unresolved" list. Fixes ...Seb Bacon2012-01-13-0/+10
* | Ensure we show "all requests" in order that they were last updated. FIxes #343.Seb Bacon2012-01-13-3/+6
* | Further refinement for issue #340Seb Bacon2012-01-13-0/+2
* | Fix further special character searches as per issue #328Seb Bacon2012-01-13-1/+2
* | To get around occasional race conditions, instead of forcing an fsync, retry ...Seb Bacon2012-01-13-9/+9
* | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5Seb Bacon2012-01-13-0/+5
|\ \ | |/ |/|
| * Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into rele...Robin Houston2012-01-12-4/+26
| |\
| * | Improve test isolationRobin Houston2012-01-12-0/+5
* | | Force rails_env always to be test. The previous setting caused me to drop pr...Seb Bacon2012-01-12-1/+1
| |/ |/|
* | Further fix for issue #328.Seb Bacon2012-01-12-2/+2
* | Further fix for issue #328.Seb Bacon2012-01-12-2/+15
* | Accounts using expired PostRedirects were still causing 500 errors. Fixes #33...Seb Bacon2012-01-12-2/+3
* | Return 404 for non-existent 'details' pages. Fixes #325Seb Bacon2012-01-12-0/+4
* | Return 403 when attachment "folders" are spidered. Fixes #340Seb Bacon2012-01-12-0/+4
|/
* Fix typeahead search specs to match recent API changeSeb Bacon2012-01-11-5/+5
* Fix problem with typeahead searches containing " - " characters and similar. ...Seb Bacon2012-01-11-1/+17
* Don't choke on unescaped characters in URIs. Fixes #335.Seb Bacon2012-01-11-0/+12
* Don't give an error to users with an invalid postredirect token. Closes #334.Seb Bacon2012-01-11-0/+13
* Use correct column type for sent_at date (was only preserving time and not da...Seb Bacon2012-01-10-0/+2
* Test for commit caff0a3ff2e38a5aab906baa4cc77d30587e1184 (ensure we always re...Seb Bacon2012-01-09-0/+36
* Don't give error when viewing HTML versions. Fixes issue #321Seb Bacon2012-01-08-2/+554
* Merge branch 'fixing-xapian-reindexing' into release/0.5Seb Bacon2012-01-06-4/+5
|\
| * Make test less brittleSeb Bacon2012-01-06-2/+2