Export to GitHub

django-photologue - default

Source Commits


Commits

Author Date Commit Message
justin.driscoll Sep 4, 2008 308
justin.driscoll Sep 4, 2008 307 Docs.
justin.driscoll Sep 4, 2008 306 Doc updates.
justin.driscoll Sep 4, 2008 305
justin.driscoll Sep 4, 2008 304
justin.driscoll Sep 4, 2008 303 Added content to the new ImageModel.wiki page.
justin.driscoll Sep 2, 2008 302 Fixed issue #70. Added *args & **kwargs to save methods.
justin.driscoll Aug 29, 2008 301 Removed update=False from the ImageModel's save method and replaced it with the
justin.driscoll Aug 27, 2008 300 Created wiki page through web user interface.
justin.driscoll Aug 27, 2008 299
justin.driscoll Aug 27, 2008 298 Updated README.txt.
justin.driscoll Aug 27, 2008 297 Added LICENSE.txt to MANIFEST.in.
justin.driscoll Aug 27, 2008 296 Cleaned up whitespace.
justin.driscoll Aug 27, 2008 295 Disabled EXIF test.
justin.driscoll Aug 27, 2008 294 Reduced the size of the test images and updated tests.py. Added a new sample ima
justin.driscoll Aug 27, 2008 293 Added setup.py and support for distutils.
justin.driscoll Aug 27, 2008 292 Added support for next/previous in gallery to the Photo model and photo_detail t
justin.driscoll Aug 22, 2008 291 GalleryUpload now allows you to upload images to an existing gallery. Based on t
justin.driscoll Aug 19, 2008 290 Small change to string formating (IMAGE_FILTERS_HELP_TEXT).
justin.driscoll Aug 11, 2008 289 Fixed call to get_image_url.
justin.driscoll Aug 11, 2008 288 Cleaned up white space.
justin.driscoll Aug 11, 2008 287 Moved a couple functions around.
justin.driscoll Aug 11, 2008 286 Renamed variable.
justin.driscoll Aug 11, 2008 285 Upload path can now be customized using the PHOTOLOGUE_PATH setting.
justin.driscoll Aug 11, 2008 284 Updated tests to work with the new refactored file storage backend with help fro
justin.driscoll Aug 11, 2008 283 Updated models.py to work with the new file storage system in Django.
justin.driscoll Aug 8, 2008 282 Refactored management commands and initialization routine. Removed some magic an
justin.driscoll Aug 7, 2008 281
justin.driscoll Aug 6, 2008 280 Removed unused import.
justin.driscoll Aug 6, 2008 279 Updated signals code due to backwards incompatible change in Django r8223.
justin.driscoll Aug 5, 2008 278 Edited wiki page through web user interface.
justin.driscoll Aug 5, 2008 277 Edited wiki page through web user interface.
justin.driscoll Aug 5, 2008 276 Edited wiki page through web user interface.
justin.driscoll Aug 5, 2008 275 Edited wiki page through web user interface.
justin.driscoll Aug 5, 2008 274 Edited wiki page through web user interface.
justin.driscoll Aug 5, 2008 273 Edited wiki page through web user interface.
justin.driscoll Aug 5, 2008 272 Edited wiki page through web user interface.
justin.driscoll Aug 5, 2008 271 Edited wiki page through web user interface.
justin.driscoll Aug 5, 2008 270
justin.driscoll Aug 5, 2008 269 Updated Settings docs.
justin.driscoll Aug 5, 2008 268 Added Settings.wiki to docs.
justin.driscoll Aug 5, 2008 267 Updated README.txt.
justin.driscoll Aug 5, 2008 266 Merged the 2.0 branch into trunk.
justin.driscoll Aug 5, 2008 265
justin.driscoll Aug 4, 2008 264 Setup routine now identifies which install is being initialized.
justin.driscoll Aug 4, 2008 263 plcreatesize no longer returns the photosize when run as a management command.
justin.driscoll Aug 4, 2008 262 Wrapped model introspection in try/except.
justin.driscoll Aug 4, 2008 261 Refactored interactive setup. Added plcreatesize management command.
justin.driscoll Aug 4, 2008 260 Removed fixtures. Default photosizes/effects are now created interactively post-
justin.driscoll Aug 4, 2008 259 Removed photologue-specific admin registration. Removed databrowse registration.
justin.driscoll Aug 1, 2008 258 Applied patch from issue #59. Patch fixes a problem with the tests comparing rel
justin.driscoll Jul 23, 2008 257 Minor change to tests.py.
justin.driscoll Jul 23, 2008 256 Updated polish translation.
justin.driscoll Jul 22, 2008 255 Updated/fixes some language and added a Meta class to the PhotoEffect model to e
justin.driscoll Jul 22, 2008 254 Added a new test and updated the help_text on the upscale field to make it clear
justin.driscoll Jul 22, 2008 253 Added additional test images and updated tests. Fixed the way upscale checks are
justin.driscoll Jul 22, 2008 252 Fixed error in resizing math. More tests.
justin.driscoll Jul 22, 2008 251 Photologue now just curries the photosize name into the ImageModel's accessor me
justin.driscoll Jul 22, 2008 250 Added an "upscale" field to ImageSize. If false an image will not be enlarged to
justin.driscoll Jul 22, 2008 249 Photologue templates now inherit from an empty "root" template to make it easier
justin.driscoll Jul 21, 2008 248 Removed unused import.
justin.driscoll Jul 21, 2008 247 Added tests for PhotoSizeCache and PhotoEffects.
justin.driscoll Jul 21, 2008 246 PhotoSizeCache will now load the PhotoSize data itself.
justin.driscoll Jul 21, 2008 245 Resized dimensions are now rounded correctly. All tests pass.
justin.driscoll Jul 21, 2008 244 Changed get_SIZE_path to get_SIZE_filename so that it matches Django's get_FIELD
justin.driscoll Jul 9, 2008 243 Added try/except block to prevent registering with the site admin twice. Still l
justin.driscoll Jul 9, 2008 242 Removed admin config import from __init__.py as it prevents the app from being r
justin.driscoll Jul 9, 2008 241 Polish translation updated.
justin.driscoll Jul 8, 2008 240 Added Polish translation supplied by Jakub Wisniowski.
justin.driscoll Jul 8, 2008 239 Photologue models are now registered with the global admin site as well as the "
justin.driscoll Jul 8, 2008 238
justin.driscoll Jul 7, 2008 237
justin.driscoll Jul 7, 2008 236 Made a couple tweaks and added the plflush command.
justin.driscoll Jul 7, 2008 235
justin.driscoll Jul 7, 2008 234 Moved around some imports.
justin.driscoll Jul 7, 2008 233
justin.driscoll Jul 7, 2008 232 Moved databrowse config to photologue/urls.py.
justin.driscoll Jul 7, 2008 231 Replaced pub_date with date_added in gallery_detail.html.
justin.driscoll Jul 7, 2008 230 Updated license.
justin.driscoll Jul 7, 2008 229 Removed unused import.
justin.driscoll Jul 7, 2008 228 Updated plcache command to strip commas from args.
justin.driscoll Jul 7, 2008 227 Removed some incorrect information from readme.txt.
justin.driscoll Jul 7, 2008 226 Cleaned up plcache status messages.
justin.driscoll Jul 7, 2008 225 Added plcache management command submitted by Ariel Nunez.
justin.driscoll Jul 7, 2008 224 Added filter-horizontal to nfa config.
justin.driscoll Jul 7, 2008 223 Updated for newforms admin.
justin.driscoll Jul 7, 2008 222 Fixed gallery upload. Changed WaterMark to Watermark.
justin.driscoll Jul 3, 2008 221 Changes the way maxblock is calculated.
justin.driscoll Jul 3, 2008 220 Watermarks now added in post_process() function.
justin.driscoll Jul 3, 2008 219 Refactored create_size function. Now allows for effects processing before and af
justin.driscoll Jul 3, 2008 218 Fixed transpose options.
justin.driscoll Jul 3, 2008 217 Added rotation options to PhotoEffect.
justin.driscoll Jul 3, 2008 216 Changed PhotoEffects admin options.
justin.driscoll Jul 3, 2008 215 Watermarks now display a sample image in the admin.
justin.driscoll Jul 3, 2008 214 Watermark images not upload to a 'watermarks' subfolder under 'photologue'.
justin.driscoll Jul 3, 2008 213 Set up newforms admin configuration file (untested) in preparation of the merge
justin.driscoll Jul 2, 2008 212 All subclasses of BasePhoto are now reset when a photosize is modified.
justin.driscoll Jul 2, 2008 211 Switched all files but templates over to Unix (LF) line endings.
justin.driscoll Jul 2, 2008 210 Gallery title now links to gallery in gallery_list.html.
justin.driscoll Jul 2, 2008 209 Merged abstract branch into 2.0 branch.