This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
/
CHANGES
103 lines (69 loc) · 2.09 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
=====================
What's new in richard
=====================
.. contents::
:local:
Version 0.2: In development
===========================
**Features:**
* New API v2! Built on django-rest-framework, it should be simpler,
easier, and less buggy. See documentation for API details.
* Switched to django-configurations. You'll have to update your settings files,
but understanding where settings are coming from should now be much easier.
**Backwards-incompatible changes:**
* Ditched API v1. It used tastypie and I jettisoned that.
* To use API v2, you'll need to create new API tokens in the admin in
the Token section.
* Switched from Jinja2 templates to Django templates. If you had your
own theme, you'll have to redo it with Django templates.
**Other changes:**
* Moved a bunch of files from ``richard/`` to the new base app in
``richard/base/``. This cleans up the richard project directory a
bit.
* Updated to django-haystack 2.0.
* Cleaned up the search page a bit. Added a category facet.
* Cleaned up video listing pages.
* Category pages now show draft videos if you're an admin.
* Updated to Django 1.6.
* Updated requirements.
Version 0.1: May 18th, 2013
===========================
**Features:**
* categories, speakers, videos
* lots of metadata
* RSS feeds for videos, categories, site news
* site news
* basic search
* admin section
* JSON API for querying the data and adding data
**Backwards-incompatible changes:**
* None since this is the initial release.
**Other changes:**
* Everything since this is the intitial release.
**Thank you!:**
Thank you to all the following folks who contributed code or reported bugs
or otherwise helped with this release!
* Adam Zapletal
* Alejandro Gómez
* Andrew Szeto
* Carl Karsten
* Chris Lawlor
* David Winterbottom
* Eduard-Cristian Stefan
* Eka Putra
* Fernando Gutierrez
* Frank Ploss
* Gledi Caushaj
* lukegotszling
* Miki Tebeka
* Nathan Villaescusa
* Nes.quik
* Pavel Savchenko
* Reiner Gerecke
* Ricky Rosario
* Riley Labrecque
* Roy Hyunjin Han
* Senthil Kumaran
* Sheila Miguez
* Spencer Herzberg
* Will Kahn-Greene