root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @499 [499] 07/10/08 14:37:01 thomas Added active queries and tests
(edit) @498 [498] 07/08/08 17:42:02 thomas Added Publishable abstract class to handle publish and expire dates, …
(edit) @497 [497] 06/30/08 08:12:41 thomas Added blank=True to BooleanFields? due to this Django backwards …
(edit) @496 [496] 06/28/08 19:51:37 thomas Removed references to 'cover' in favor of the more appropriate 'image'
(edit) @495 [495] 06/28/08 02:45:30 thomas Cleaned up templates, added images to Track, Album, and Artist, more tests
(edit) @494 [494] 06/28/08 00:04:30 thomas Added ImageFile? templates, views, and tests
(edit) @493 [493] 06/27/08 00:48:20 thomas Added djedna.catalog2.models.MediaFile? abstract class to handle common …
(edit) @492 [492] 06/26/08 18:21:09 thomas Remove old test data
(edit) @491 [491] 06/26/08 18:17:32 thomas Tests for ImageFile?, new media directory structure, new dumpscript command
(edit) @490 [490] 06/23/08 06:59:37 thomas Started work on ImageFile?
(edit) @489 [489] 06/12/08 18:47:12 thomas Removed calculated attributes in favor of live queries in order to support …
(edit) @488 [488] 06/11/08 17:50:07 thomas Hooked django.contrib.sites into djedna.catalog2 in order to support …
(edit) @487 [487] 06/11/08 01:36:07 thomas Added track_update view, changed update() and save() of models
(edit) @486 [486] 06/10/08 18:31:04 thomas Added Track views for list and detail, associated tests
(edit) @485 [485] 06/10/08 15:00:24 thomas Added Track TestCases?, changed how Album slugs are generated (no longer …
(edit) @484 [484] 06/10/08 00:22:34 thomas Added Album and Artist TestCases?
(edit) @483 [483] 06/09/08 20:14:58 thomas Added Artist, Album, and Track to catalog2.models, updated tests to …
(edit) @482 [482] 06/07/08 01:17:54 thomas Test that we get a 403 Forbidden response for external urls, cleaned up …
(edit) @481 [481] 06/06/08 20:18:35 thomas Added mediaserver.put_file() and more elaborate tests to work with all …
(edit) @480 [480] 06/05/08 22:16:03 thomas Implemented TrackFile?.update(), TrackFileManager?.update_in_path(), and …
(edit) @479 [479] 06/04/08 15:44:06 thomas Added test for uploading a non-music file
(edit) @478 [478] 06/04/08 14:04:39 thomas Created new views for post import/upload, fixed tests to make sure import …
(edit) @477 [477] 06/04/08 02:17:53 thomas One more test for good measure.
(edit) @476 [476] 06/04/08 02:11:47 thomas Added ability for djedna_trackfile_list view to accept the group_hash …
(edit) @475 [475] 06/04/08 02:02:04 thomas Added 'quality' and 'group_hash' to TrackFile?, changed redirect after …
(edit) @474 [474] 06/03/08 01:35:33 thomas More tests and hooked up signals for communicating between …
(edit) @473 [473] 06/02/08 16:32:23 thomas Added tests for TrackFile? import and upload functionality
(edit) @472 [472] 06/02/08 16:05:55 thomas Added TrackFile? import and upload functionality, no tests yet
(edit) @471 [471] 06/02/08 08:05:30 thomas Added test for expired TrackFile? media_url
(edit) @470 [470] 06/02/08 02:29:53 thomas Added testing of getting a TrackFile?'s media via the media server
(edit) @469 [469] 06/02/08 01:05:28 thomas TrackFile? URL tests
(edit) @468 [468] 06/02/08 00:20:12 thomas Added templates/catalog2 templates for tests and as basic examples.
(edit) @467 [467] 05/30/08 20:51:01 thomas More catalog2.views tests
(edit) @466 [466] 05/30/08 20:35:00 thomas More catalog2 tests, first djedna generic view, and the start of the new …
(edit) @465 [465] 05/26/08 01:48:34 thomas More catalog2 TrackFile? work and unittests (test first, in fact)
(edit) @464 [464] 05/26/08 01:30:01 thomas More catalog2 TrackFile? work and unittests (test first, in fact)
(edit) @463 [463] 05/23/08 17:24:10 thomas Added unit test tracks
(edit) @462 [462] 05/23/08 17:21:12 thomas Added unit test tracks
(edit) @461 [461] 05/23/08 11:26:54 thomas Tests for refactoring
(edit) @460 [460] 05/22/08 17:47:54 thomas Added test wav file
(edit) @459 [459] 05/19/08 12:52:38 thomas Added catalog2 refactor application
(edit) @458 [458] 05/14/08 15:42:18 thomas Added a mediadir media handler that works with the MEDIA_ROOT in place, …
(edit) @457 [457] 05/14/08 14:41:23 thomas This was an old modpython handler, removed to reduce clutter
(edit) @456 [456] 05/13/08 20:39:41 thomas More work on mediaserver -- making jws media player work with amazon s3 …
(edit) @455 [455] 05/09/08 17:32:28 thomas Fixed imports for iri_to_uri
(edit) @454 [454] 05/09/08 17:25:17 thomas Made file path to url conversion safer, cleaned up apache config template
(edit) @453 [453] 05/09/08 16:09:31 thomas Fixed delete bug in old djedna.catalog
(edit) @452 [452] 05/09/08 15:44:40 thomas Added jquery.ui
(edit) @451 [451] 05/02/08 16:03:09 thomas Hooked up sorl-thumbnail
(edit) @450 [450] 04/30/08 23:56:00 thomas Simple renaming to mediaserver config options
(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) @447 [447] 04/30/08 02:24:42 thomas Added regex media path matching for pluggable backend configuration, added …
(edit) @446 [446] 04/29/08 23:54:03 thomas Added serve view and support for expiring urls
(edit) @445 [445] 04/29/08 15:12:05 thomas djedna.common is no longer needed, hooray!
(edit) @444 [444] 04/29/08 15:09:44 thomas Moved media_url template tag to djedna.mediaserver application
(edit) @443 [443] 04/29/08 14:54:12 thomas Added new djedna.mediaserver that allows pluggable backends for your …
(edit) @442 [442] 04/25/08 19:46:07 thomas Put cover, file, and zip directories in MEDIA_ROOT, updated urls.py and …
(edit) @441 [441] 04/25/08 18:46:15 thomas If using sqlite and a non-absolute DATABASE_NAME is given, convert to …
(edit) @440 [440] 04/25/08 18:24:42 thomas Fixed the calculation of the ADMIN_MEDIA_NAME setting
(edit) @439 [439] 04/25/08 17:34:16 thomas djedna_sample_setup will now set logging to file as well as console by …
(edit) @438 [438] 04/23/08 14:47:13 thomas Correct name
(edit) @437 [437] 04/23/08 14:45:16 thomas Wrong name
(edit) @436 [436] 04/23/08 14:41:35 thomas Moved all conf commands to djedna.manage
(edit) @435 [435] 04/23/08 14:26:05 thomas Cleaned up settings template slightly using a newly discovered python …
(edit) @434 [434] 04/23/08 00:01:58 thomas Added djedna_sample_setup custom management command
(edit) @433 [433] 04/23/08 00:01:33 thomas Added djedna_sample_setup custom management command
(edit) @432 [432] 04/22/08 23:58:13 thomas Added djedna_sample_setup custom management command
(edit) @431 [431] 04/18/08 03:54:46 thomas Added support for ports other than 80
(edit) @430 [430] 04/18/08 03:40:08 thomas Added support for ports other than 80
(edit) @429 [429] 04/18/08 00:48:40 thomas Added djedna_apache_config management command to create an apache virtual …
(edit) @428 [428] 04/17/08 14:22:55 thomas Major check-in with satchmo integration and DJ Edna plugable application …
(edit) @427 [427] 03/13/08 15:17:48 thomas --
(edit) @426 [426] 03/13/08 15:16:57 thomas --
(edit) @425 [425] 03/13/08 15:14:49 thomas Added the start of a gtalk widget
(edit) @424 [424] 03/13/08 15:13:11 thomas Added the start of a gtalk widget
(edit) @423 [423] 03/13/08 13:19:46 thomas Removed manual tipjoy code, now using proper wordpress plugin
(edit) @422 [422] 03/05/08 16:07:40 thomas Added apache virtual host sample config
(edit) @421 [421] 03/03/08 19:24:12 thomas Added apache virtual host sample config
(edit) @420 [420] 03/03/08 17:03:58 thomas Added logging_sample.cfg
(edit) @419 [419] 03/03/08 16:59:14 thomas Added default internal IP 127.0.0.1
(edit) @418 [418] 03/03/08 14:36:21 thomas code cleanup
(edit) @417 [417] 02/26/08 16:36:08 thomas Fixed menu colors
(edit) @416 [416] 02/26/08 16:35:09 thomas Fixed menu colors
(edit) @415 [415] 02/26/08 16:27:25 thomas Added new google chat contact
(edit) @414 [414] 02/26/08 16:04:51 thomas Added more padding between posts
(edit) @413 [413] 02/26/08 15:59:44 thomas Added new google chat contact
(edit) @412 [412] 02/26/08 15:58:43 thomas Added new google chat contact
(edit) @411 [411] 02/26/08 15:56:36 thomas Added new google chat contact
(edit) @410 [410] 02/26/08 15:55:32 thomas Added new google chat contact
(edit) @409 [409] 02/15/08 08:07:47 thomas First check in of initial store functionality
(edit) @408 [408] 02/10/08 23:42:14 thomas Added tipjar to entries
(edit) @407 [407] 02/10/08 23:30:56 thomas Added tipjar to entries
(edit) @406 [406] 02/10/08 23:29:24 thomas Added tipjar to entries
(edit) @405 [405] 02/10/08 23:27:03 thomas Added tipjar to entries
(edit) @404 [404] 02/10/08 23:24:19 thomas Added tipjar to entries
(edit) @403 [403] 02/10/08 23:21:41 thomas Added tipjar to entries
(edit) @402 [402] 02/04/08 16:00:06 thomas Aaarrrggg... fixed more unicode weirdness -- when will it end?
(edit) @401 [401] 02/01/08 20:42:33 thomas Added GNU meta files to project
(edit) @400 [400] 02/01/08 17:24:23 thomas Added GPLv3 copyright notices
Note: See TracRevisionLog for help on using the revision log.