annotate gpp/forums/fixtures/forums.json @ 265:1ba2c6bf6eb7

Closing #98. Animated GIFs were losing their transparency and animated properties when saved as avatars. Reworked the avatar save process to only run the avatar through PIL if it is too big. This preserves the original uploaded file if it is within the desired size settings. This may still mangle big animated gifs. If this becomes a problem, then maybe look into calling the PIL Image.resize() method directly. Moved the PIL image specific functions from bio.forms to a new module: core.image for better reusability in the future.
author Brian Neal <bgneal@gmail.com>
date Fri, 24 Sep 2010 02:12:09 +0000
parents 953c71f382df
children 254db4cb6a86
rev   line source
bgneal@236 1 [
bgneal@236 2 {
bgneal@236 3 "pk": 1,
bgneal@236 4 "model": "forums.category",
bgneal@236 5 "fields": {
bgneal@236 6 "position": 0,
bgneal@236 7 "name": "SurfGuitar101.com Site Specific",
bgneal@236 8 "groups": [],
bgneal@236 9 "slug": "surfguitar101com-site-specific"
bgneal@236 10 }
bgneal@236 11 },
bgneal@236 12 {
bgneal@236 13 "pk": 2,
bgneal@236 14 "model": "forums.category",
bgneal@236 15 "fields": {
bgneal@236 16 "position": 1,
bgneal@236 17 "name": "Surf Music",
bgneal@236 18 "groups": [],
bgneal@236 19 "slug": "surf-music"
bgneal@236 20 }
bgneal@236 21 },
bgneal@236 22 {
bgneal@236 23 "pk": 3,
bgneal@236 24 "model": "forums.category",
bgneal@236 25 "fields": {
bgneal@236 26 "position": 2,
bgneal@236 27 "name": "Classifieds",
bgneal@236 28 "groups": [],
bgneal@236 29 "slug": "classifieds"
bgneal@236 30 }
bgneal@236 31 },
bgneal@236 32 {
bgneal@236 33 "pk": 4,
bgneal@236 34 "model": "forums.category",
bgneal@236 35 "fields": {
bgneal@236 36 "position": 3,
bgneal@236 37 "name": "Off-Topic",
bgneal@236 38 "groups": [],
bgneal@236 39 "slug": "off-topic"
bgneal@236 40 }
bgneal@236 41 },
bgneal@236 42 {
bgneal@236 43 "pk": 14,
bgneal@236 44 "model": "forums.forum",
bgneal@236 45 "fields": {
bgneal@236 46 "category": 1,
bgneal@236 47 "description": "For general discussion about this site only, including news and rules. Start here. Anything relating to surf music should go to the Surf Music General Discussion forum, below.",
bgneal@236 48 "post_count": 0,
bgneal@236 49 "topic_count": 0,
bgneal@236 50 "moderators": [],
bgneal@236 51 "position": 0,
bgneal@236 52 "last_post": null,
bgneal@236 53 "slug": "surfguitar101-website",
bgneal@236 54 "name": "SurfGuitar101 Website"
bgneal@236 55 }
bgneal@236 56 },
bgneal@236 57 {
bgneal@236 58 "pk": 2,
bgneal@236 59 "model": "forums.forum",
bgneal@236 60 "fields": {
bgneal@236 61 "category": 2,
bgneal@236 62 "description": "Main surf music discussion forum. Insert glissando sound here.",
bgneal@236 63 "post_count": 0,
bgneal@236 64 "topic_count": 0,
bgneal@236 65 "moderators": [],
bgneal@236 66 "position": 0,
bgneal@236 67 "last_post": null,
bgneal@236 68 "slug": "surf-music",
bgneal@236 69 "name": "Surf Music General Discussion"
bgneal@236 70 }
bgneal@236 71 },
bgneal@236 72 {
bgneal@236 73 "pk": 3,
bgneal@236 74 "model": "forums.forum",
bgneal@236 75 "fields": {
bgneal@236 76 "category": 3,
bgneal@236 77 "description": "For sale and trading of surf music related items only.",
bgneal@236 78 "post_count": 0,
bgneal@236 79 "topic_count": 0,
bgneal@236 80 "moderators": [],
bgneal@236 81 "position": 0,
bgneal@236 82 "last_post": null,
bgneal@236 83 "slug": "for-sale-trade",
bgneal@236 84 "name": "For Sale / Trade"
bgneal@236 85 }
bgneal@236 86 },
bgneal@236 87 {
bgneal@236 88 "pk": 4,
bgneal@236 89 "model": "forums.forum",
bgneal@236 90 "fields": {
bgneal@236 91 "category": 4,
bgneal@236 92 "description": "General off-topic chit-chat. Grab a cool drink and hop in. New members please introduce yourselves here. This forum is dedicated to the memory of Rip Thrillby and Spanky Twangler.",
bgneal@236 93 "post_count": 0,
bgneal@236 94 "topic_count": 0,
bgneal@236 95 "moderators": [],
bgneal@236 96 "position": 0,
bgneal@236 97 "last_post": null,
bgneal@236 98 "slug": "shallow-end",
bgneal@236 99 "name": "The Shallow End"
bgneal@236 100 }
bgneal@236 101 },
bgneal@236 102 {
bgneal@236 103 "pk": 6,
bgneal@236 104 "model": "forums.forum",
bgneal@236 105 "fields": {
bgneal@236 106 "category": 3,
bgneal@236 107 "description": "Need someone to play with? Starting a band? Need a gig? Post here.",
bgneal@236 108 "post_count": 0,
bgneal@236 109 "topic_count": 0,
bgneal@236 110 "moderators": [],
bgneal@236 111 "position": 1,
bgneal@236 112 "last_post": null,
bgneal@236 113 "slug": "musicians-gigs-wanted",
bgneal@236 114 "name": "Musicians & Gigs Wanted"
bgneal@236 115 }
bgneal@236 116 },
bgneal@236 117 {
bgneal@236 118 "pk": 8,
bgneal@236 119 "model": "forums.forum",
bgneal@236 120 "fields": {
bgneal@236 121 "category": 2,
bgneal@236 122 "description": "Please post show announcements here.",
bgneal@236 123 "post_count": 0,
bgneal@236 124 "topic_count": 0,
bgneal@236 125 "moderators": [],
bgneal@236 126 "position": 1,
bgneal@236 127 "last_post": null,
bgneal@236 128 "slug": "gigs",
bgneal@236 129 "name": "Show Announcements"
bgneal@236 130 }
bgneal@236 131 },
bgneal@236 132 {
bgneal@236 133 "pk": 9,
bgneal@236 134 "model": "forums.forum",
bgneal@236 135 "fields": {
bgneal@236 136 "category": 1,
bgneal@236 137 "description": "Got an idea for the site? Something not working? Post here.",
bgneal@236 138 "post_count": 0,
bgneal@236 139 "topic_count": 0,
bgneal@236 140 "moderators": [],
bgneal@236 141 "position": 1,
bgneal@236 142 "last_post": null,
bgneal@236 143 "slug": "suggestion-box",
bgneal@236 144 "name": "Suggestion Box"
bgneal@236 145 }
bgneal@236 146 },
bgneal@236 147 {
bgneal@236 148 "pk": 5,
bgneal@236 149 "model": "forums.forum",
bgneal@236 150 "fields": {
bgneal@236 151 "category": 2,
bgneal@236 152 "description": "Playing, performing, and writing surf music. All instruments welcome.",
bgneal@236 153 "post_count": 0,
bgneal@236 154 "topic_count": 0,
bgneal@236 155 "moderators": [],
bgneal@236 156 "position": 2,
bgneal@236 157 "last_post": null,
bgneal@236 158 "slug": "surf-musician",
bgneal@236 159 "name": "Surf Musician"
bgneal@236 160 }
bgneal@236 161 },
bgneal@236 162 {
bgneal@236 163 "pk": 10,
bgneal@236 164 "model": "forums.forum",
bgneal@236 165 "fields": {
bgneal@236 166 "category": 1,
bgneal@236 167 "description": "Feedback, suggestions, playlists, and discussions about the SurfGuitar101 podcast.",
bgneal@236 168 "post_count": 0,
bgneal@236 169 "topic_count": 0,
bgneal@236 170 "moderators": [],
bgneal@236 171 "position": 2,
bgneal@236 172 "last_post": null,
bgneal@236 173 "slug": "sg101-podcast",
bgneal@236 174 "name": "SG101 Podcast"
bgneal@236 175 }
bgneal@236 176 },
bgneal@236 177 {
bgneal@236 178 "pk": 7,
bgneal@236 179 "model": "forums.forum",
bgneal@236 180 "fields": {
bgneal@236 181 "category": 2,
bgneal@236 182 "description": "For questions and discussions about instruments, amplifiers, and yes, outboard reverb units!",
bgneal@236 183 "post_count": 0,
bgneal@236 184 "topic_count": 0,
bgneal@236 185 "moderators": [],
bgneal@236 186 "position": 3,
bgneal@236 187 "last_post": null,
bgneal@236 188 "slug": "gear",
bgneal@236 189 "name": "Gear"
bgneal@236 190 }
bgneal@236 191 },
bgneal@236 192 {
bgneal@236 193 "pk": 11,
bgneal@236 194 "model": "forums.forum",
bgneal@236 195 "fields": {
bgneal@236 196 "category": 2,
bgneal@236 197 "description": "For discussion of recording techniques.",
bgneal@236 198 "post_count": 0,
bgneal@236 199 "topic_count": 0,
bgneal@236 200 "moderators": [],
bgneal@236 201 "position": 4,
bgneal@236 202 "last_post": null,
bgneal@236 203 "slug": "recording-corner",
bgneal@236 204 "name": "Recording Corner"
bgneal@236 205 }
bgneal@236 206 },
bgneal@236 207 {
bgneal@236 208 "pk": 12,
bgneal@236 209 "model": "forums.forum",
bgneal@236 210 "fields": {
bgneal@236 211 "category": 2,
bgneal@236 212 "description": "Got a link to a surf or surf-related video? Post it here.",
bgneal@236 213 "post_count": 0,
bgneal@236 214 "topic_count": 0,
bgneal@236 215 "moderators": [],
bgneal@236 216 "position": 5,
bgneal@236 217 "last_post": null,
bgneal@236 218 "slug": "surf-videos",
bgneal@236 219 "name": "Surf Videos"
bgneal@236 220 }
bgneal@236 221 },
bgneal@236 222 {
bgneal@236 223 "pk": 13,
bgneal@236 224 "model": "forums.forum",
bgneal@236 225 "fields": {
bgneal@236 226 "category": 2,
bgneal@236 227 "description": "Please post your reviews of surf music releases here.",
bgneal@236 228 "post_count": 0,
bgneal@236 229 "topic_count": 0,
bgneal@236 230 "moderators": [],
bgneal@236 231 "position": 6,
bgneal@236 232 "last_post": null,
bgneal@236 233 "slug": "music-reviews",
bgneal@236 234 "name": "Music Reviews"
bgneal@236 235 }
bgneal@236 236 }
bgneal@236 237 ]