root/trunk/djedna/catalog/models.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @483 [483] 06/09/08 20:14:58 thomas Added Artist, Album, and Track to catalog2.models, updated tests to …
(edit) @458 [458] 05/14/08 15:42:18 thomas Added a mediadir media handler that works with the MEDIA_ROOT in place, …
(edit) @456 [456] 05/13/08 20:39:41 thomas More work on mediaserver -- making jws media player work with amazon s3 …
(edit) @453 [453] 05/09/08 16:09:31 thomas Fixed delete bug in old djedna.catalog
(edit) @451 [451] 05/02/08 16:03:09 thomas Hooked up sorl-thumbnail
(edit) @449 [449] 04/30/08 17:59:32 thomas More updates to mediaserver, including a modpython access handler that …
(edit) @448 [448] 04/30/08 14:39:06 thomas Added mediaserver settings to control auto_populate and auto_update to cut …
(edit) @446 [446] 04/29/08 23:54:03 thomas Added serve view and support for expiring urls
(edit) @443 [443] 04/29/08 14:54:12 thomas Added new djedna.mediaserver that allows pluggable backends for your …
(edit) @428 [428] 04/17/08 14:22:55 thomas Major check-in with satchmo integration and DJ Edna plugable application …
(edit) @418 [418] 03/03/08 14:36:21 thomas code cleanup
(edit) @409 [409] 02/15/08 08:07:47 thomas First check in of initial store functionality
(edit) @402 [402] 02/04/08 16:00:06 thomas Aaarrrggg... fixed more unicode weirdness -- when will it end?
(edit) @400 [400] 02/01/08 17:24:23 thomas Added GPLv3 copyright notices
(edit) @392 [392] 01/24/08 19:31:21 thomas Fixed flv player not moving on to next album item, scaling flash player …
(edit) @391 [391] 01/24/08 16:13:15 thomas Trying to fix cover for track_files with spaces bug
(edit) @383 [383] 01/08/08 15:01:10 thomas Undid all my debugs and such in search of the mysterious "'module' has no …
(edit) @377 [377] 01/08/08 13:01:22 thomas More changes to track down bug
(edit) @375 [375] 01/08/08 12:46:42 thomas More logging statements
(edit) @367 [367] 01/08/08 10:58:11 thomas Added debug statements to try and find 'module has no attribute 'catalog' …
(edit) @366 [366] 01/08/08 10:54:14 thomas Added debug statements to try and find 'module has no attribute 'catalog' …
(edit) @364 [364] 01/06/08 21:23:15 thomas Fixed windows built-in zip extractor bug
(edit) @360 [360] 12/19/07 17:49:14 thomas Trying to get url quoting right for track_file filenames
(edit) @359 [359] 12/19/07 17:35:08 thomas Added debug statement
(edit) @358 [358] 12/19/07 17:29:28 thomas Added debug statement
(edit) @326 [326] 12/06/07 12:04:23 thomas Removing djenda.logger in favor of built in logging, mark II
(edit) @325 [325] 12/06/07 11:47:47 thomas Rolled back logging changes to r317
(edit) @318 [318] 12/06/07 00:49:07 thomas Removed logger module and now using django-logging instead
(edit) @313 [313] 12/04/07 22:17:34 thomas Added permissions
(edit) @299 [299] 11/19/07 22:24:29 thomas Fixed incompatibility with post-6670 django due to use of template filter …
(edit) @297 [297] 09/28/07 13:06:27 thomas Attempting to work on ticket:58
(edit) @289 [289] 09/27/07 06:46:28 thomas Fixed unicode error in zipfile creation and changed a debug statement to …
(edit) @287 [287] 09/26/07 22:32:37 thomas Removed more log statements
(edit) @286 [286] 09/26/07 22:23:20 thomas Fixed typo that affected zip downloads
(edit) @285 [285] 09/26/07 16:35:09 thomas Removed print statements... looks like os.listdir() is returning a list …
(edit) @284 [284] 09/26/07 16:28:25 thomas Added default unicode strings for relative_path attributes
(edit) @283 [283] 09/26/07 16:26:18 thomas Added default unicode strings for relative_path attributes
(edit) @282 [282] 09/26/07 16:16:09 thomas Added log statement to debug $@#$% unicode error that only happens in prod
(edit) @281 [281] 09/26/07 16:12:43 thomas Added log statement to debug $@#$% unicode error that only happens in prod
(edit) @280 [280] 09/26/07 16:05:30 thomas Added default unicode strings for relative_path attributes
(edit) @279 [279] 09/26/07 16:02:10 thomas Added default unicode strings for relative_path attributes
(edit) @278 [278] 09/26/07 15:39:31 thomas Added log statement to debug $@#$% unicode error that only happens in prod
(edit) @277 [277] 09/26/07 15:25:03 thomas Added log statement to debug $@#$% unicode error that only happens in prod
(edit) @276 [276] 09/26/07 15:13:47 thomas Added log statement to debug $@#$% unicode error that only happens in prod
(edit) @275 [275] 09/26/07 15:09:23 thomas Added log statement to debug $@#$% unicode error that only happens in prod
(edit) @272 [272] 08/11/07 16:50:01 thomas Updated to work with django pre-0.97 (i.e. the dev version) and Python 2.5
(edit) @269 [269] 08/09/07 23:42:38 thomas More stats, more tests
(edit) @267 [267] 08/07/07 13:37:02 thomas Added tests for statistics, test.py version of manage.py for unittests
(edit) @248 [248] 07/16/07 23:37:32 thomas Added statistic application, more refinement of query_param security
(edit) @232 [232] 07/03/07 14:27:45 seighin Added AllObject? and CatalogObjectRef? to models
(edit) @230 [230] 06/25/07 16:12:31 seighin Removed some unnecessary db calls and added unit tests for latest modified
(edit) @229 [229] 06/23/07 16:02:49 seighin Fixed the things screwed up by the last changeset... really removed use of …
(edit) @228 [228] 06/23/07 13:00:30 seighin Album/artist/track now properly updating and displaying file modified …
(edit) @227 [227] 06/16/07 12:35:46 seighin Updated model to store latest file mod dates in album/artist/track... not …
(edit) @226 [226] 06/15/07 23:55:31 seighin Added count fields to artist, album and track tables
(edit) @225 [225] 06/14/07 14:49:21 seighin fixed a unremoved change to album artist display
(edit) @224 [224] 06/14/07 14:36:38 seighin Added display option to use album artist rather than track artist
(edit) @219 [219] 06/14/07 09:52:44 seighin Added track file validation to catalog root update... to remove track …
(edit) @217 [217] 06/12/07 15:20:14 seighin Updating catalog roots now works
(edit) @216 [216] 06/12/07 08:13:33 seighin rolled back id3 info changes
(edit) @215 [215] 06/11/07 16:19:17 seighin try tagger if eyeD3 comes up with an empty cover, which tends to happen
(edit) @214 [214] 06/11/07 15:48:58 seighin mp3 weirdness... try to use both eyeD3 and tagger if necessary
(edit) @213 [213] 06/11/07 11:48:32 seighin changed id3 tag reading from tagger to eyeD3
(edit) @209 [209] 06/08/07 20:32:06 seighin added saving of manually changed display names to file, so they will be …
(edit) @204 [204] 06/07/07 16:51:40 seighin some minor model changes... removed album dir... changed catalog scanning …
(edit) @201 [201] 05/30/07 21:53:56 seighin more from css file name change... and some admin changes
(edit) @199 [199] 05/30/07 20:47:06 seighin Misc... some css, some minor bug fixes
(edit) @198 [198] 05/30/07 13:54:29 thomas Fixed id3 reading for new v2.2 spec used by itunes plus
(edit) @194 [194] 05/25/07 15:14:11 seighin Added css tags and some rewrite of views and templates
(edit) @190 [190] 05/09/07 12:01:45 seighin some code cleanup for media url server
(edit) @181 [181] 05/06/07 20:54:46 seighin can now create an installation directory which can contain specific …
(edit) @179 [179] 05/03/07 15:36:07 seighin one more for zip files
(edit) @178 [178] 05/03/07 15:20:58 seighin Various zip file issues... organiztion, validation
(edit) @171 [171] 05/02/07 11:23:49 thomas Removed the endless flash players on artist detail
(edit) @169 [169] 04/30/07 18:53:31 thomas More slug unittests and more slug bugfixes (in very edge cases)
(edit) @168 [168] 04/30/07 16:51:05 thomas Ignore track_files that begin with '.'
(edit) @167 [167] 04/30/07 16:29:20 thomas Added more unittests for slug creation
(edit) @166 [166] 04/30/07 02:51:51 thomas Fixed a slug calculation logic mess up when one track by the same artist …
(edit) @164 [164] 04/30/07 00:27:02 thomas Added artist, album, and track slugs for ticket:31
(edit) @157 [157] 04/27/07 23:16:04 thomas Fixed ticket:29, added initial doctest for CatalogRoot?
(edit) @156 [156] 04/27/07 20:35:52 seighin Added default cover image and updated cover url definitions
(edit) @153 [153] 04/26/07 15:26:51 thomas TrackFile? and ZipFile? relative_dir cleanup, added ZIP_ROOT to allow zips …
(edit) @149 [149] 04/25/07 13:05:12 seighin When adding tracks, look for image files in directory for cover_file
(edit) @146 [146] 04/24/07 18:48:32 thomas Fixed bugs caused by lack of cover art, changed files to file
(edit) @143 [143] 04/24/07 01:45:45 thomas New flash mp3 player and zip construction bug fix, began work on having …
(edit) @142 [142] 04/23/07 00:09:57 thomas Fixed refactoring bugs
(edit) @140 [140] 04/22/07 22:50:27 thomas Major refactoring to search ordering
(edit) @132 [132] 04/20/07 00:34:49 thomas Major object display field pattern change
(edit) @119 [119] 04/17/07 15:33:40 thomas Added latest_trackfile_file_modification attribute to Album and Artist
(edit) @118 [118] 04/17/07 13:55:58 thomas Refactored CoverFile? to account for scaled artwork
(edit) @117 [117] 04/16/07 16:38:38 thomas Now scaling caover_files to disk to reduce bandwidth and improve browser …
(edit) @103 [103] 04/14/07 14:07:32 thomas Added album thumbnails to artist_list and began display refactoring
(edit) @95 [95] 04/13/07 04:42:59 thomas Added a 'be patient' page immediately after starting a download, zip …
(edit) @94 [94] 04/13/07 04:01:44 thomas Added a 'be patient' page immediately after starting a download, zip …
(edit) @93 [93] 04/13/07 03:43:15 thomas Added a 'be patient' page immediately after starting a download, zip …
(edit) @92 [92] 04/13/07 03:31:33 thomas Added a 'be patient' page immediately after starting a download, zip …
(edit) @91 [91] 04/13/07 03:23:12 thomas Added a 'be patient' page immediately after starting a download, zip …
(edit) @90 [90] 04/13/07 03:18:15 thomas Added a 'be patient' page immediately after starting a download, zip …
(edit) @89 [89] 04/13/07 03:12:59 thomas Added a 'be patient' page immediately after starting a download, zip …
(edit) @85 [85] 04/13/07 02:46:03 thomas Added a 'be patient' page immediately after starting a download, zip …
Note: See TracRevisionLog for help on using the revision log.