| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-04 | Decouple views and resources | Tom Christie | |
| 2011-05-02 | emitters -> renderers | Tom Christie | |
| 2011-04-28 | emitters -> renderers | Tom Christie | |
| 2011-04-27 | Fix up ModelResource issues | Tom Christie | |
| 2011-04-27 | Urg. Fixing broken merge | Tom Christie | |
| 2011-04-27 | Pulling marko's test fixes | Tom Christie | |
| 2011-04-27 | Merge previous checkins | 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 | 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 | 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-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 | |
| 2011-03-20 | All should work fine now on jenkins. For some reason Tox with jenkins and ↵ | markotibold | |
| env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why. | |||
| 2011-03-20 | testing jenkins | markotibold | |
| 2011-03-19 | Adding examples to tox. Appears quite useful cause some example tests are ↵ | markotibold | |
| broken. | |||
| 2011-03-11 | Refactoring and added another test for blog-posts. Finally got eclipse setup ↵ | markotibold | |
| properly with virtualenvs (code analysis). Also I think I get Bitbuckets workflow now. | |||
| 2011-03-10 | markos pygments tests | tom christie tom@tomchristie.com | |
| 2011-03-09 | tests.py: the response needed json deserialization. I guess this is the ↵ | markotibold | |
| default serialization for responses. views.py: Implements #28 Pygments examples should be datetime sorted | |||
| 2011-03-09 | fix #27 | tom christie tom@tomchristie.com | |
| 2011-03-09 | Test implemented for #28 Pygments examples should be datetime sorted | markotibold | |
| models.py is needed if we want to put tests in tests.py (see first line of models.py) | |||
| 2011-03-08 | Implemented test for blog-post rotation. | markotibold | |
| Had to turn off existing tests inside tests.py because they seem broken:( | |||
| 2011-03-06 | BlogPosts > 10 rotation implemeneted | markotibold | |
| Latest Modelresource example is broken. Required attribute should be set to form, not model. Is fixed. | |||
| 2011-03-03 | ./examples/modelresourceexample/models.py | tom christie tom@tomchristie.com | |
| 2011-02-19 | Fix kwargs in url conf to be more consistent, also fixes broken blog posts ↵ | tom christie tom@tomchristie.com | |
| example (every blog post showed all comments) | |||
| 2011-02-19 | Fix status import | tom christie tom@tomchristie.com | |
| 2011-02-19 | Move status codes into seperate module | tom christie tom@tomchristie.com | |
| 2011-02-19 | Yowzers. Final big bunch of refactoring for 0.1 release. Now support ↵ | tom christie tom@tomchristie.com | |
| Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now. | |||
| 2011-02-06 | Missing import | tom christie tom@tomchristie.com | |
| 2011-02-01 | Updated resourceexample with seperate form.py | tom christie tom@tomchristie.com | |
| 2011-02-01 | Added resourceexample, moved simpleexample to modelresourceexample | tom christie tom@tomchristie.com | |
| 2011-02-01 | Tests for MSIE accept header munging | tom christie tom@tomchristie.com | |
| 2011-01-31 | Going live | tom christie tom@tomchristie.com | |
| 2011-01-30 | Rename to django-rest-framework, get simpleexample working | tom christie tom@tomchristie.com | |
| 2011-01-30 | Minor changes to examples and docs | tom christie tom@tomchristie.com | |
| 2011-01-30 | Lots of docs, trying to tidy up examples... | tom christie tom@tomchristie.com | |
| 2011-01-28 | Minor bit of tidy up (all the stuff I noticed when demoing to francis) | Tom Christie | |
| 2011-01-28 | Minor fixups on pygments example | Tom Christie | |
| 2011-01-27 | Login/Logout and FlyWheel API link in HTML emitter - Add templates, quote ↵ | tom christie tom@tomchristie.com | |
| next value, only use login/logout if settings.LOGIN_URL and settings.LOGOUT_URL are in urlconf | |||
| 2011-01-27 | Login/Logout and FlyWheel API link in HTML emitter | tom christie tom@tomchristie.com | |
| 2011-01-26 | Fix broken merge | tom christie tom@tomchristie.com | |
| 2011-01-26 | content type tunneling | tom christie tom@tomchristie.com | |
| 2011-01-26 | Content Type tunneling | tom christie tom@tomchristie.com | |
| 2011-01-26 | Added pygments_api example | tom christie tom@tomchristie.com | |
| 2011-01-23 | Sphinx docs, examples, lots of refactoring | tom christie tom@tomchristie.com | |
