-
Notifications
You must be signed in to change notification settings - Fork 27
/
CHANGELOG.txt
453 lines (277 loc) · 9.81 KB
/
CHANGELOG.txt
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
The following are descriptions of changes, such as new features
or bug fixes that are in each version of Change by Us.
2.x (manage upcoming changes here)
==========================================================
New features
* XXXXX
Bug fixes:
* XXXXX
2.1.9
==========================================================
New features
* Updated FAQ page and links.
2.1.8a
==========================================================
Bug fixes:
* Add jquery oembed to the minifier scripts
2.1.8
==========================================================
New features
* Merge of LP code fixes.
* New Philly leaders.
* RE #322: enable title editing
* RE #36 embed media for new messages
Bug fixes:
* Add styles for the select widgets on the event form
* Re #315: Change Blacklist to Blocklist in interface.
* Remove the underline on the city-name link in the header on hover
* Get rid of the now mis-placed divider
* Use a better icon for the messages in the header.
* RE #324: Change the site heading to match LP's comps
* RE #291: add configurable city logo to the homepage
2.1.7
==========================================================
New features
* In Kind feature
Bug fixes:
* style inkind checkboxes
* #139: Fixed Seattle hard-coded value
* #285: zero pad the minutes on the events form, fix event reloads
* Add See More link for discussion
* automatically bind needs to events on dropdown select, remove button
* Remove the styles hiding the Facebook send message box
* RE #319: scroll up when switching project widgets if necessary
* RE #295: hide rsvp button if no url is provided
* RE #296: only show See More links if there are more
* RE #320: Add plus icon to add links
2.1.6b
==========================================================
Bug fixes:
* Explicitly specify the database string encoding in the engine, and convert
string types to unicode; should fix use of non-ascii characters with SQL
Alchemy ORM objects.
2.1.6a
==========================================================
Bug fixes:
* Print tracebacks as strings instead of traceback objects, so that we can
diagnose problems in the logs when they arise.
2.1.6
==========================================================
Bug fixes:
* RE #289 needs form only get events in the same project
* RE #167 Fix feedback bug
* Fix member pagination style
2.1.5c (minor release)
==========================================================
Bugfixes
* RE #289 needs form only get events in the same project
* RE #167 Fix feedback bug
* Fix member pagination style
* RE #284 CSS issues with member pagination
2.1.5b (minor release)
==========================================================
New features
* RE #282 Only show the beta splash once then suppress with a cookie
* RE #281 Members Carousel
* RE #269 Members: Make members section tabbed (members and invite)
* RE #270 Members: Facebook widget
Bugfixes
* RE #163 Show email address when joining.
* RE #273 make sure the correct year is being stored when creating a need
* RE #274 not showing the add need or add event to non-admin project members
* RE #259 swapped small calendar image on need detail
* RE #264 fixed image for deleting an event-need link
* RE #271 Remove the x next to project admins on the members page
2.1.5a (minor release)
==========================================================
New features
* RE #265 Add the map it button for event details
* RE #263 Add need quantity to the event need tags
Bugfixes
* RE #276 Fixed so that only project-specific needs show up on event form
* Minor edit to date label for event.
2.1.5
==========================================================
New features
* Add events to and delete events from projects
* Link needs with events
Bug fixes:
* #246 fixed search overlay flickering
* #249 Fixed the wrong links in the search panel
* Fixed ORM session connection issues (for real)
2.1.4a (minor release)
==========================================================
New features
* Update resource import script to handle locations better.
2.1.4
==========================================================
New features
* Added Philly location data.
* Updated the models.sql file to reflect the schema changes,
and updated the tests.
* Add events model, foreignkey reference on needs,
and migration to update the database
Bug fixes:
* #234: Allowing featured projects to show on home
page again.
* #251: Made news feed aggregation configurable.
* #240 add conditional to handle user not having an avatar
* #247 fixed hanging comment. Endorsed projects are still turned off.
* Fix for the relative urls in the search dropdown
* Defer adding model instances created with a REST controller
to the session until after the permission check is performed.
This means that the instance will not be bound.
2.1.3
==========================================================
New features
* Needs can be deleted.
* Dynamically add leader avatar
* Add email link to the leader section
Bug fixes:
* Security fix on admin pages.
2.1.2
==========================================================
New features
* Add new community leader
* Add new search widget in the tool bar
* Better HTTP error handling
2.1.1c
==========================================================
Bug fixes:
* Add CEOs for Cities logo to footer
* Fix codeforamerica.org url in footer
* Update the about page to include new text from CEOs for Cities
2.1.1b
==========================================================
New features
* Add beta splash modal
2.1.1a
==========================================================
Bug fixes:
* MySQL connection issues.
* Remove New York references from the TOU
* add numeric validation to the need form date
* IE7 layout fixes for the need form
* Remove NYC specific project title tip
2.1.1
==========================================================
New features
* Made email templates have access to config values.
* Allows to remove News link if no blog_host config
value is given.
Bug fixes:
* Boto needed to be 2.0b4 for SES to work properly.
See: https://forums.aws.amazon.com/thread.jspa?threadID=75042
2.1.0a (manage upcoming changes here)
==========================================================
Bug fixes:
* Open one ORM session per application instance (instead of
one per request thread)
2.1.0
==========================================================
New features
* Drop-down month picker for needs form
2.0.10 (manage upcoming changes here)
==========================================================
New features
* Made email templates have access to config values.
Bug fixes:
* Commit the ORM session after removing a user from a project
* Hook up the remove comment button
* Update the Terms of Use
2.0.9c
==========================================================
Bug fixes:
* Need details accessible by users not logged in
* User ID can be None without an internal server error
2.0.9a
==========================================================
Bug fixes:
* Add images for Seattle city leaders
2.0.9
==========================================================
New features
* Make keywords specific to cities
* Who's Listening/community leaders configurable
* TOU updated for Seattle
Bug fixes:
* Show display_date in volunteer modal
* User image persists after profile save
* State dynamically updates properly for needs
* Disabled state for post message
* Updated test data for blocklist
* Fixed blocklist submission error
2.0.8
==========================================================
New features
* Add beta label if the site mode is 'beta' or 'live-beta'
* Add a config section for feature flags
* Allow official project/resource designation to be disabled
as a feature
* Updated the About page text
* Add a getsatisfaction widget to the site
2.0.7a
==========================================================
Bug fixes:
* Messages were not showing up because the conversion of
the create time to UTC was throwing a silent exception.
Don't use datetime.timedelta.total_seconds(), as this
is new in Python 2.7, and our servers may not have 2.7
installed.
2.0.7
==========================================================
New features
* Detail panel for needs
Bug fixes:
* Case foundation logo is gone
* Blank-state need list link for creating a new need works
* Dates appear in the need title
2.0.6
==========================================================
New features
* Add and Edit Needs
2.0.5c
=========================================================
* The migration commands are now sufficient to create a
new database structure.
* Changed the initial migration script to NOT blow away
the existing database. NOTE: stay away from 2.0.5.
2.0.5b
=========================================================
* Changed the initial migration script to NOT blow away
the existing database. NOTE: stay away from 2.0.5.
2.0.5
==========================================================
New features
* Add Needs list
2.0.4
==========================================================
* Project resource import ability
* Center map configuration values
2.0.3
==========================================================
New features
* Updated site copy
* Updated widget visibility code
Bug fixes:
* 116 - Fix pretty dates
* 117 - Wrong image is selected in media carousel when clicking an image in the discussion stream
* 118 - Can not leave project
* 131 - Update font color of Admin toolbar
2.0.2
==========================================================
New features
* Made photo attribution configurable
* Added sample seattle location data.
Bug fixes:
* XXXX
2.0.1
==========================================================
Still not in people's workflow right now. Sorry.
New features
* Made photo attribution configurable
Bug fixes:
* XXXX
2.0.0
==========================================================
* Initial release of the CfA-based 2.x branch.