-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
221 lines (186 loc) · 9.37 KB
/
CHANGELOG
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
Changelog for Gphblog (Garmoncheg's Photo Blog)
gphblog 3.1.0 05.08.2011
==============================================================
- add visually disable button while posting to flickr and output status to console
gphblog 3.0.0 05.08.2011
==============================================================
- add to Profile social poster GUI (for user to be able to connect
his social networks to his profile)
- add auth.UserProfile model to storing user options
(used for storing user connected to flickr fact for now)
- add photo.SocialPosts model to store users actions on posting to social networks.
- add complex function to check for user permit and state of social_posting block (function)
- add template block checking for user permissions to post to social networks
- add template block in profile to connect social networks
- add flickr authentification backend to auth.views app (refactored content grabber
authentificator and used it for those purposes via @require_flickr_auth view decorator)
- add flickr authenticated checker to auth.views app
gphblog 2.9.0 02.08.2011
==============================================================
- add creation of default album on app syncdb
- add adding every uploaded photo to default album
- add adding every photo uploaded by multiuploader to default album
- add photo uploads to Flickr by button under photo (in controlls area)
gphblog 2.8.0 29.07.2011
==============================================================
- add sideshow to single Album view and pointed it in main Albums view
- fix bug with menu colors outside mozilla FF
- fix bug with ability to click vote button more than once while animation
gphblog 2.7.0 22.07.2011
==============================================================
- add date taken (from photo Exif info) to single image view
- add photo exif parser module
- add EXIF.py library for processing exif image info
(http://sourceforge.net/projects/exif-py/)
- add main style like design to albums view
- add album gallery view (to display images in album with pagination)
- add views switcher style
gphblog 2.6.0 20.07.2011
==============================================================
- add facebook like button to single image
- add google +1 button to single photo page
- add photo description to a model
- add views switcher
- add photo albums view
- added albums support (now only can be edited through admin)
gphblog 2.5.0 06.07.2011
==============================================================
- fix photo uploder "multiuploader" button displaying twice while displaying form errors
- add photo uploader waiting animation while form loads
- fix tagging errors
gphblog 2.4.0 05.07.2011
==============================================================
- fix new migration to django 1.2.5 bugs with form and AJAX
- add disabling elements (visually and programatically) upon photo rotation
- change profile, login, create user templates are now using main website template
- fix edit comment textarea size
- change tagcloud displaying permit is taken from view
- change menu is displayed inline on top of a site
gphblog 2.3.0 04.07.2011
==============================================================
- add httplib2 (required by oauth2) http://code.google.com/p/httplib2/
- add oauth2 lib (for social registrations) https://github.com/simplegeo/python-oauth2
- add social_auth app https://github.com/omab/django-social-auth#readme
- fix First and Last names displaying in the blog instead of username
- add connect with Facebook,Twitter, Linkedin buttons to login page
- add disconnect social network to main profile page
gphblog 2.2.0 29.06.2011
==============================================================
- fix changed time of images and comments displaying to more suitable format
- add simple user profile(settings) page
- add image rotation buttons and procedure to single image view
users can now rotate images they've uploaded
gphblog 2.1.0 27.06.2011
==============================================================
- fix comments username displaying None instead of Anonymous
- add pagination style too meet whole project
- add Photo Title Editor (view, scripts and style)
multiuploader creates title from filename so it's
important to have this one added)
gphblog 2.0.2 23.06.2011
==============================================================
- add "About" page
gphblog 2.0.1 23.06.2011
==============================================================
- fix content grabber attribute error in case given user has no photosets.
- add multiaploader app for uploading multiple photos.
gphblog 1.9.0 16.06.2011
==============================================================
- fix Photo orientation displaying. (recognizes landscpe and portrait photos.
- add content grabber app (to, say, get starting content for your blog)
- add flickr api for content grabber (downloads photos to django model from flickr and authenticates there)
- add django-syncr (for synching django model with flickr)
- fix django syncr (many fixes of app written in 2008 to work with API of 2011 :)
- add FlickrAPI (homepage`: http://stuvel.eu/projects/flickrapi)
gphblog 1.8.0 01.06.2011
==============================================================
- add sitemap.xml generated by django
- hack in tagging module to fix error with double model registering
(to fit working with sitemap django framework)
gphblog 1.7.0 01.06.2011
==============================================================
- add rss feed with photo titles
- add rss button to main blog menu
gphblog 1.6.0 31.05.2011
==============================================================
- add notifications system (by django-notifications v0.2.0a plugin)
- add notification to photo author about comment in his photo
- add notification to superusers about new photo upload (in case of spam)
- restyle main menu
- restyle Site Logo!
gphblog 1.5.0 10.05.2011
==============================================================
- add tags
- add usage of tagging plugins (django-tagging) and (jQuery tags plugin)
- add tagcoud with tag photos filtering to main view
- add Main blog shows photos filtered by tag
- add User (photo owner) or Superuser can add tags to his photo
- add single image page now shows tags string
- removed depreciated Tag model form photo.models to use of django-tagging v 0.3.1 plugin
- add jQuery tagging system to visually edit tags (in a AJAX form)
gphblog 1.4.1 04.05.2011
==============================================================
- fix bug with superuser deletion and edition of comments
- some minor restyle
gphblog 1.4.0 04.05.2011
==============================================================
- add AJAX comments editing (by comment creator or superuser)
just one button and form
- add AJAX comments deletion (by comment creator or superuser)
just one button
- minor bugfixes
- minor restyle
gphblog 1.3.1 29.04.2011
==============================================================
- login restyling
- globla project cleanup where possible
gphblog 1.3.0 26.04.2011
==============================================================
- fixed bugs with upload photo form ajax (errors redirects and incorrect scrolling text)
- fixed comment form bugs (incorrect username save)
- add Cancel button in comment form (no more user stuck in commenting mode)
- add New site styling, using CSS Framework "Blueprint"
- fixed general ajax problems in forms
gphblog 1.2.7 21.04.2011
==============================================================
- fixed comment form ajax submit in case of error.
gphblog 1.2.5 18.04.2011
==============================================================
- changes comment system for use of ajax form plugin
(made ajax comment form like upload photo form)
need to fix some bugs with captcha and form errors (if so presist)
gphblog 1.2.4 13.04.2011
==============================================================
- add comments for anonymous users with captcha(not working for now)
in need to reconsider idea of comments form in the main page
todo: ajax commenting form with button "add comment" in main photoblog
gphblog 1.2.3 13.04.2011
==============================================================
- add unique image views logged by user or by session
- add templatetag to count and create views model items.
- add views to single image_view
gphblog 1.2.2 13.04.2011
==============================================================
- Anonymous users can vote for the photos
- changes in template tag usage for voting
- some minor changes in main template to support Anonymous
gphblog 1.2.1 11.04.2011
==============================================================
- adding comment button to main view
gphblog 1.2.0 09.04.2011
==============================================================
- add baloon ajax form for uploading photo
- add new view for it
- changed template system a bit for it
- add 3 comments for each photo to main blog
- add templatetag to return comments for item in the template=
gphblog 1.1.1 29.03.2011
==============================================================
- main blog view doesen't show voting buttons if user already voted for the photo
templatetag is used for adding .voted = true/false according to Votes model.
gphblog 1.1.1 29.03.2011
==============================================================
- user can vote only once.
- script now hides voting button (<div>) when user voted.
- votes became a stand alone template rating.html
- main url file now redirects to main app /photo/