]>
git.parisson.com Git - telemeta.git/log 
olivier  [Tue, 9 Feb 2010 18:17:04 +0000  (18:17 +0000)] 
add year of recording to tabular lists ; fix some js error
olivier  [Tue, 9 Feb 2010 17:40:52 +0000  (17:40 +0000)] 
show items and collections lists as tables
olivier  [Mon, 8 Feb 2010 17:55:30 +0000  (17:55 +0000)] 
(start to) fix displaying multiple location paths
olivier  [Mon, 8 Feb 2010 16:51:02 +0000  (16:51 +0000)] 
fix apparent item title (track number now always appear because of duplicate titles)
olivier  [Mon, 8 Feb 2010 16:14:23 +0000  (16:14 +0000)] 
reduce geo navigator loading time, counting related resources on demand ; display both collections and items count in gmap info boxes
olivier  [Thu, 4 Feb 2010 12:40:30 +0000  (12:40 +0000)] 
add nendomatt set B mockups
olivier  [Tue, 2 Feb 2010 19:49:45 +0000  (19:49 +0000)] 
new dependency: geopy >= 0.93
olivier  [Tue, 2 Feb 2010 19:41:40 +0000  (19:41 +0000)] 
mention new TELEMETA_GMAP_KEY setting in INSTALL
olivier  [Tue, 2 Feb 2010 19:41:03 +0000  (19:41 +0000)] 
- add googlemap based geo navigator
olivier  [Tue, 2 Feb 2010 10:23:10 +0000  (10:23 +0000)] 
add direct boolean argument to Location ancestors() and descendants()
olivier  [Mon, 1 Feb 2010 18:36:22 +0000  (18:36 +0000)] 
fix unit tests for new location models
olivier  [Mon, 1 Feb 2010 18:11:39 +0000  (18:11 +0000)] 
improve and optimize location models structure and querying
olivier  [Wed, 27 Jan 2010 21:49:03 +0000  (21:49 +0000)] 
update french translation for geo navigator
olivier  [Wed, 27 Jan 2010 21:46:14 +0000  (21:46 +0000)] 
fix geo navigator (needs optimization)
olivier  [Wed, 27 Jan 2010 15:49:59 +0000  (15:49 +0000)] 
update item detail template (data fields)
olivier  [Wed, 27 Jan 2010 14:46:10 +0000  (14:46 +0000)] 
make the dl_field template tag more django-like
olivier  [Wed, 27 Jan 2010 13:42:20 +0000  (13:42 +0000)] 
typo in INSTALL
olivier  [Wed, 27 Jan 2010 13:34:36 +0000  (13:34 +0000)] 
add Duration.__nonzero__()
olivier  [Wed, 27 Jan 2010 13:29:14 +0000  (13:29 +0000)] 
make use of the MediaCollection.collector_is_creator field in the collection detail template ; fix MediaCollection.countries() unit test
olivier  [Wed, 27 Jan 2010 13:21:03 +0000  (13:21 +0000)] 
add internationalized verbose names to model fields, and gettext french translation ; update collection detail template
olivier  [Tue, 26 Jan 2010 13:18:05 +0000  (13:18 +0000)] 
Decorate Django fields so that they are not required (blank=True), and also have a default=value by default. The goal is DRY in the CREM models, and especially to prepare adding verbose names without cluttering the model classes.
olivier  [Tue, 26 Jan 2010 11:23:39 +0000  (11:23 +0000)] 
add generic public_id property to media item and collection for use in urls, etc..
olivier  [Mon, 25 Jan 2010 19:08:13 +0000  (19:08 +0000)] 
begin to couple the web view with new CREM models ; junk some leftovers
olivier  [Mon, 25 Jan 2010 15:13:46 +0000  (15:13 +0000)] 
emulate sql ON DELETE SET NULL using WeakForeignKey and enhanced model/manager/queryset
olivier  [Mon, 25 Jan 2010 09:34:33 +0000  (09:34 +0000)] 
add media item dublin core mapping
olivier  [Mon, 25 Jan 2010 09:34:09 +0000  (09:34 +0000)] 
require TELEMETA_ORGANIZATION and TELEMETA_SUBJECTS settings (used for Dublin Core)
yomguy  [Fri, 22 Jan 2010 23:25:07 +0000  (23:25 +0000)] 
fix README
yomguy  [Fri, 22 Jan 2010 23:01:52 +0000  (23:01 +0000)] 
cleanup
yomguy  [Fri, 22 Jan 2010 22:51:42 +0000  (22:51 +0000)] 
fix README and INSTALL as restructured text
olivier  [Fri, 22 Jan 2010 19:41:35 +0000  (19:41 +0000)] 
split dublin core collection routines (again)
olivier  [Fri, 22 Jan 2010 19:31:15 +0000  (19:31 +0000)] 
use new CREM models ; WARNING: the trunk is now very unstable.
olivier  [Fri, 22 Jan 2010 19:28:35 +0000  (19:28 +0000)] 
split dublin core collection routines and move generic methods to ModelCore
olivier  [Fri, 22 Jan 2010 18:58:12 +0000  (18:58 +0000)] 
allow unpublished item codes to contain either 2 or 3 digits in the 3rd numeric group ; consolidate codes regex's
olivier  [Fri, 22 Jan 2010 18:55:44 +0000  (18:55 +0000)] 
add refactoring warning
olivier  [Thu, 21 Jan 2010 21:20:35 +0000  (21:20 +0000)] 
add MediaCollection dublin core mapping
olivier  [Wed, 20 Jan 2010 15:51:49 +0000  (15:51 +0000)] 
model: add __unicode__() where missing
olivier  [Wed, 20 Jan 2010 15:45:18 +0000  (15:45 +0000)] 
model: fix unpublished item code validation
olivier  [Wed, 20 Jan 2010 13:14:18 +0000  (13:14 +0000)] 
rename MediaCore to MediaResource ; consolidate enumerations
olivier  [Wed, 20 Jan 2010 13:05:04 +0000  (13:05 +0000)] 
enforce valid code upon media object saving ; rename save_by_user() to save_with_revision() ; do not disable save()
olivier  [Wed, 20 Jan 2010 12:09:44 +0000  (12:09 +0000)] 
add util.unaccent unit test
olivier  [Tue, 19 Jan 2010 20:54:49 +0000  (20:54 +0000)] 
add MediaCollection.get_countries() and get_ethnic_groups() ; consolidate media models
olivier  [Tue, 19 Jan 2010 19:18:46 +0000  (19:18 +0000)] 
add methods to resolve a location's country and continent
olivier  [Tue, 19 Jan 2010 19:03:26 +0000  (19:03 +0000)] 
fix file handling in models
olivier  [Tue, 19 Jan 2010 18:07:13 +0000  (18:07 +0000)] 
add MediaCollection.is_published field
olivier  [Tue, 19 Jan 2010 17:37:06 +0000  (17:37 +0000)] 
fix crem models DOM export and add support for embedding foreign keys
olivier  [Tue, 19 Jan 2010 17:05:33 +0000  (17:05 +0000)] 
- rename MediaCollection.location_name to location as it should have been
olivier  [Mon, 18 Jan 2010 22:11:19 +0000  (22:11 +0000)] 
move unit tests into sub directory
olivier  [Mon, 18 Jan 2010 20:54:19 +0000  (20:54 +0000)] 
fix various issues in CREM models, move unit tests into tests.py
olivier  [Wed, 6 Jan 2010 16:48:33 +0000  (16:48 +0000)] 
add intermediary set A mockup versions
olivier  [Wed, 6 Jan 2010 16:42:35 +0000  (16:42 +0000)] 
set mockups mime type
olivier  [Wed, 6 Jan 2010 15:37:07 +0000  (15:37 +0000)] 
add telemeta 1.0 mockups (set A) by nendomatt
olivier  [Thu, 17 Dec 2009 18:57:35 +0000  (18:57 +0000)] 
typo
olivier  [Thu, 17 Dec 2009 18:46:35 +0000  (18:46 +0000)] 
add maquettes design doc
olivier  [Fri, 4 Dec 2009 17:06:09 +0000  (17:06 +0000)] 
widgets doc: typo
olivier  [Fri, 4 Dec 2009 16:52:41 +0000  (16:52 +0000)] 
widgets doc: remove svn id, doesn't work in browser
olivier  [Fri, 4 Dec 2009 16:50:01 +0000  (16:50 +0000)] 
widgets doc: add table of contents + svn id
olivier  [Fri, 4 Dec 2009 16:00:45 +0000  (16:00 +0000)] 
widgets doc: fix rest syntax
olivier  [Fri, 4 Dec 2009 15:40:04 +0000  (15:40 +0000)] 
add html widgets design documentation (french)
david  [Thu, 29 Oct 2009 17:40:48 +0000  (17:40 +0000)] 
"Modify Authors name in the header"
david  [Thu, 29 Oct 2009 17:39:46 +0000  (17:39 +0000)] 
Add testWithoutCollection property, User objects, modify MediaItem and MediaCollection objects
david  [Thu, 29 Oct 2009 17:37:01 +0000  (17:37 +0000)] 
#74:Add save_by_user properties from MediaCollection and MediaItem classes, touch property from Revision class, add MissingUserError class
david  [Thu, 29 Oct 2009 17:30:41 +0000  (17:30 +0000)] 
Modify _by_change_time property from CoreQuerySet class, and
david  [Tue, 27 Oct 2009 17:41:55 +0000  (17:41 +0000)] 
Modify testByChangeTimeOnCollection and testByChangeTimeOnItem
david  [Tue, 27 Oct 2009 17:37:26 +0000  (17:37 +0000)] 
Modify testByChangeTimeOnCollection and testByChangeTimeOnItem
david  [Tue, 27 Oct 2009 16:26:54 +0000  (16:26 +0000)] 
Modify testQuickSearchOnItems, testLocationSearch, testRecordingYear, testPublishYearOnCollection, testEthnicGroup, testRecordingDate, testTitle, testPublishYearOnItem, add testWordSearchCore, testByChangeTimeOnCollection and testByChangeTimeOnItem
david  [Tue, 27 Oct 2009 10:34:39 +0000  (10:34 +0000)] 
Remove pattern_to_regex. Add word_search_q, modify word_search, quick_search properties from MediaCollectionQuerySet and quick_search, by_title properties from MediaItemQuerySet
david  [Tue, 27 Oct 2009 09:27:59 +0000  (09:27 +0000)] 
Modify testQuickSearchOnItems, testWordSearch, testTitle properties
david  [Thu, 8 Oct 2009 14:52:26 +0000  (14:52 +0000)] 
Improve test objects from setUp class for the test database, add testQuickSearchOnCollections, testQuickSearchOnItems, testWordSearch, testLocationSearch, testRecordingYear, testPublishYearOnCollection, testEthnicGroup, testRecordingDate, testTitle, testPublishYearOnItem properties and their docs
david  [Thu, 8 Oct 2009 14:46:08 +0000  (14:46 +0000)] 
Resolved problems on by_recording_year, by_ethnic_group, quick_search, by_recording_date properties
david  [Tue, 6 Oct 2009 16:02:34 +0000  (16:02 +0000)] 
Add collection and item queries based on CREM model
david  [Tue, 6 Oct 2009 16:00:45 +0000  (16:00 +0000)] 
#74: Add default fields to classes and fix tuples choices
david  [Tue, 6 Oct 2009 15:58:38 +0000  (15:58 +0000)] 
Add unit testing for the CREM models
david  [Thu, 24 Sep 2009 11:31:56 +0000  (11:31 +0000)] 
#74: Add Meta class in model classes to overload class names, add overload field names, add NULL to fields which needed NULL value
david  [Wed, 23 Sep 2009 15:22:09 +0000  (15:22 +0000)] 
#74: Add classes InstrumentRelation, InstrumentAliasRelation, class comments
david  [Tue, 22 Sep 2009 14:20:28 +0000  (14:20 +0000)] 
#74: Fix relation names, class two times enumerated (EthnicGroup)and relations
david  [Tue, 22 Sep 2009 12:28:36 +0000  (12:28 +0000)] 
models: document media classes and queries
david  [Tue, 22 Sep 2009 10:47:23 +0000  (10:47 +0000)] 
#74: Fix related names
yomguy  [Tue, 22 Sep 2009 09:26:07 +0000  (09:26 +0000)] 
export api is now waiting for tuples as metadata
yomguy  [Thu, 17 Sep 2009 15:38:52 +0000  (15:38 +0000)] 
* modify dependencies and few infos
david  [Thu, 17 Sep 2009 15:21:07 +0000  (15:21 +0000)] 
#74: Add of max_length on CharField, resolve ManyToMany relation problems and syntax mistakes
david  [Thu, 17 Sep 2009 12:42:26 +0000  (12:42 +0000)] 
#74: Add of value fields in enumeration tables and correct indentation
david  [Thu, 17 Sep 2009 09:30:14 +0000  (09:30 +0000)] 
#74: Modification on first version of the new CREM models
david  [Thu, 17 Sep 2009 08:47:59 +0000  (08:47 +0000)] 
#74: First version of the new CREM models
yomguy  [Fri, 17 Apr 2009 13:27:04 +0000  (13:27 +0000)] 
fix utf-8 encoding on flac exporter
yomguy  [Fri, 17 Apr 2009 12:49:35 +0000  (12:49 +0000)] 
cleanup
yomguy  [Fri, 17 Apr 2009 12:38:26 +0000  (12:38 +0000)] 
update to 0.4.1
yomguy  [Fri, 17 Apr 2009 12:34:20 +0000  (12:34 +0000)] 
update headers as CeCILL.info recommand it, closes #68
olivier  [Thu, 16 Apr 2009 18:16:59 +0000  (18:16 +0000)] 
eztelemeta: add a 'make list' target to check the files that are and aren't distributed
olivier  [Thu, 16 Apr 2009 13:33:38 +0000  (13:33 +0000)] 
eztelemeta: doc typo
olivier  [Thu, 16 Apr 2009 13:03:49 +0000  (13:03 +0000)] 
eztelemeta: improve doc, minor css fix, add full cecill licenses
olivier  [Thu, 16 Apr 2009 12:00:38 +0000  (12:00 +0000)] 
eztelemeta: improve doc, suppress cache ttl option (useless), add/fix license headers
olivier  [Thu, 16 Apr 2009 10:14:53 +0000  (10:14 +0000)] 
eztelemeta: add cache ttl configuration option
olivier  [Wed, 15 Apr 2009 18:47:15 +0000  (18:47 +0000)] 
eztelemeta: typo
olivier  [Wed, 15 Apr 2009 18:45:45 +0000  (18:45 +0000)] 
eztelemeta: minor css and js fixes
olivier  [Wed, 15 Apr 2009 18:37:35 +0000  (18:37 +0000)] 
eztelemeta: fancier item and player display
yomguy  [Wed, 15 Apr 2009 16:53:16 +0000  (16:53 +0000)] 
fix wrong character encoding in core export commands
olivier  [Wed, 15 Apr 2009 09:59:50 +0000  (09:59 +0000)] 
eztelemeta doc: fix latex target
olivier  [Wed, 15 Apr 2009 09:57:45 +0000  (09:57 +0000)] 
eztelemeta doc: not about parameters case
olivier  [Wed, 15 Apr 2009 09:55:04 +0000  (09:55 +0000)] 
eztelemeta: add latex and pdf README formats
olivier  [Wed, 15 Apr 2009 09:15:35 +0000  (09:15 +0000)] 
eztelemeta: add telemetaitem class full view template