| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-27 | Urg. Fix broken merging. | Tom Christie | |
| 2011-04-27 | Pulling marko's test fixes | Tom Christie | |
| 2011-04-27 | Pulling Marko's test fixes | Tom Christie | |
| 2011-04-27 | merge 157 | Tom Christie | |
| 2011-04-27 | Docs impovement | Tom Christie | |
| 2011-04-27 | Merge previous checkins | Tom Christie | |
| 2011-04-27 | Inital pass at generic permissions, throttling etc. | Tom Christie | |
| 2011-04-27 | Fix up tests and examples after refactoring | Tom Christie | |
| 2011-04-27 | Stole some code from djangorestframework/runtests/runcoverage.py so that ↵ | markotibold | |
| coverage is also implemented for the examples. Because Jenkins looks for a coverage.xml file for all defeined projects in tox.ini we need it to pass the tests. | |||
| 2011-04-27 | The test was bad. It expected 11 snippets while the view made sure (as ↵ | markotibold | |
| designed) that there would not be more than 10 snippets stored on disk. | |||
| 2011-04-27 | reverse on a a sorted list which was laerady reversed is rather pointless :) | markotibold | |
| 2011-04-27 | Danielfm packaged the 1.2 release so we can now install it from his repo. | markotibold | |
| 2011-04-27 | Omitting all the superfluous tests. Later on we might want a nicer way to ↵ | markotibold | |
| specify which apps to test, because they are now hardcoded in runtests.py. (Listdir doesn't do the trick, tried that already :-) ) | |||
| 2011-04-26 | CSRF validation will only be applied to POST requests, so let's only load ↵ | tom christie tom@tomchristie.com | |
| .RAW_CONTENT in those cases | |||
| 2011-04-26 | tox can now use django 1.3 rather than 1.3-rc1. Huzzah. | tom christie tom@tomchristie.com | |
| 2011-04-26 | simplejson no longer a requirement for python 2.5 (uses django's built in ↵ | tom christie tom@tomchristie.com | |
| simplejson lib) | |||
| 2011-04-26 | Fixes #35 - Import json from django's built-in package (Does cleverness in ↵ | tom christie tom@tomchristie.com | |
| determing best lib to use) | |||
| 2011-04-25 | Fix some compat issues with json/simplejson | Tom Christie | |
| 2011-04-25 | tidy up | Tom Christie | |
| 2011-04-25 | Generic permissions added, allowed_methods and anon_allowed_methods now ↵ | Tom Christie | |
| defunct, dispatch now mirrors View.dispatch more nicely | |||
| 2011-04-11 | Remove some temporary debugging stuff | Tom Christie | |
| 2011-04-11 | depercate auth and content arguments to the request handler methods - yea :) | Tom Christie | |
| 2011-04-11 | request.py -> mixins.py | Tom Christie | |
| 2011-04-11 | Rename mixins into Mixin class, rename ResponseException to ErrorResponse, ↵ | Tom Christie | |
| remove NoContent | |||
| 2011-04-11 | Cleanup | Tom Christie | |
| 2011-04-11 | Even more validator tests passing after refactor | Tom Christie | |
| 2011-04-11 | Lots of validator tests passing after refactor | Tom Christie | |
| 2011-04-11 | Tweak | Tom Christie | |
| 2011-04-11 | Refactoring of authentication/permissions | Tom Christie | |
| 2011-04-11 | Remove last bits of ParserMixin | Tom Christie | |
| 2011-04-11 | Test cleanup | Tom Christie | |
| 2011-04-11 | method overloading tests passing | Tom Christie | |
| 2011-04-11 | form overloading tests passing | Tom Christie | |
| 2011-04-11 | More tests passing | Tom Christie | |
| 2011-04-11 | More tests passing | Tom Christie | |
| 2011-04-11 | More tests passing | Tom Christie | |
| 2011-04-11 | Start refactoring tests | Tom Christie | |
| 2011-04-11 | Start refactoring tests | Tom Christie | |
| 2011-04-08 | Thanks Carmen \! | tom christie tom@tomchristie.com | |
| 2011-04-04 | Better error handling for Basic authentication. Catch exceptions that could ↵ | Carmen Wick | |
| be thrown due to malformed input | |||
| 2011-04-04 | Use cleaned_content instead of raw_content when generating a form instance ↵ | Carmen Wick | |
| for the DocumentingTemplateEmitter. This allows the form to be prepopulated with the resource's existing values. | |||
| 2011-04-04 | Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵ | Tom Christie | |
| it. It's really not at all obvious if we need to byte limit the stream that we hand over or not. | |||
| 2011-04-04 | Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵ | Tom Christie | |
| it. It's really not at all obvious if we need to byte limit the stream that we hand over or not. | |||
| 2011-04-03 | Temporarily roll back the streaming stuff | tom christie tom@tomchristie.com | |
| 2011-04-02 | Refactor to use self.CONTENT to access request body. Get file upload working | tom christie tom@tomchristie.com | |
| 2011-03-30 | Only use xmlrunner if running under hudson | tom christie tom@tomchristie.com | |
| 2011-03-30 | Only use xmlrunner if running under hudson | tom christie tom@tomchristie.com | |
| 2011-03-22 | Fix some examples | Tom Christie | |
| 2011-03-20 | fixing compat with py25 | markotibold | |
| 2011-03-20 | fix compat with python 2.5 | markotibold | |
