]> git.parisson.com Git - telemeta.git/log
telemeta.git
15 years agoimprove and optimize location models structure and querying
olivier [Mon, 1 Feb 2010 18:11:39 +0000 (18:11 +0000)]
improve and optimize location models structure and querying

15 years agoupdate french translation for geo navigator
olivier [Wed, 27 Jan 2010 21:49:03 +0000 (21:49 +0000)]
update french translation for geo navigator

15 years agofix geo navigator (needs optimization)
olivier [Wed, 27 Jan 2010 21:46:14 +0000 (21:46 +0000)]
fix geo navigator (needs optimization)

15 years agoupdate item detail template (data fields)
olivier [Wed, 27 Jan 2010 15:49:59 +0000 (15:49 +0000)]
update item detail template (data fields)

15 years agomake the dl_field template tag more django-like
olivier [Wed, 27 Jan 2010 14:46:10 +0000 (14:46 +0000)]
make the dl_field template tag more django-like

15 years agotypo in INSTALL
olivier [Wed, 27 Jan 2010 13:42:20 +0000 (13:42 +0000)]
typo in INSTALL

15 years agoadd Duration.__nonzero__()
olivier [Wed, 27 Jan 2010 13:34:36 +0000 (13:34 +0000)]
add Duration.__nonzero__()

15 years agomake use of the MediaCollection.collector_is_creator field in the collection detail...
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

15 years agoadd internationalized verbose names to model fields, and gettext french translation...
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

15 years agoDecorate Django fields so that they are not required (blank=True), and also have...
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.

15 years agoadd generic public_id property to media item and collection for use in urls, etc..
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..

15 years agobegin to couple the web view with new CREM models ; junk some leftovers
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

15 years agoemulate sql ON DELETE SET NULL using WeakForeignKey and enhanced model/manager/queryset
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

15 years agoadd media item dublin core mapping
olivier [Mon, 25 Jan 2010 09:34:33 +0000 (09:34 +0000)]
add media item dublin core mapping

15 years agorequire TELEMETA_ORGANIZATION and TELEMETA_SUBJECTS settings (used for Dublin Core)
olivier [Mon, 25 Jan 2010 09:34:09 +0000 (09:34 +0000)]
require TELEMETA_ORGANIZATION and TELEMETA_SUBJECTS settings (used for Dublin Core)

15 years agofix README
yomguy [Fri, 22 Jan 2010 23:25:07 +0000 (23:25 +0000)]
fix README

15 years agocleanup
yomguy [Fri, 22 Jan 2010 23:01:52 +0000 (23:01 +0000)]
cleanup

15 years agofix README and INSTALL as restructured text
yomguy [Fri, 22 Jan 2010 22:51:42 +0000 (22:51 +0000)]
fix README and INSTALL as restructured text

15 years agosplit dublin core collection routines (again)
olivier [Fri, 22 Jan 2010 19:41:35 +0000 (19:41 +0000)]
split dublin core collection routines (again)

15 years agouse new CREM models ; WARNING: the trunk is now very unstable.
olivier [Fri, 22 Jan 2010 19:31:15 +0000 (19:31 +0000)]
use new CREM models ; WARNING: the trunk is now very unstable.

15 years agosplit dublin core collection routines and move generic methods to ModelCore
olivier [Fri, 22 Jan 2010 19:28:35 +0000 (19:28 +0000)]
split dublin core collection routines and move generic methods to ModelCore

15 years agoallow unpublished item codes to contain either 2 or 3 digits in the 3rd numeric group...
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

15 years agoadd refactoring warning
olivier [Fri, 22 Jan 2010 18:55:44 +0000 (18:55 +0000)]
add refactoring warning

15 years agoadd MediaCollection dublin core mapping
olivier [Thu, 21 Jan 2010 21:20:35 +0000 (21:20 +0000)]
add MediaCollection dublin core mapping

15 years agomodel: add __unicode__() where missing
olivier [Wed, 20 Jan 2010 15:51:49 +0000 (15:51 +0000)]
model: add __unicode__() where missing

15 years agomodel: fix unpublished item code validation
olivier [Wed, 20 Jan 2010 15:45:18 +0000 (15:45 +0000)]
model: fix unpublished item code validation

15 years agorename MediaCore to MediaResource ; consolidate enumerations
olivier [Wed, 20 Jan 2010 13:14:18 +0000 (13:14 +0000)]
rename MediaCore to MediaResource ; consolidate enumerations

15 years agoenforce valid code upon media object saving ; rename save_by_user() to save_with_revi...
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()

15 years agoadd util.unaccent unit test
olivier [Wed, 20 Jan 2010 12:09:44 +0000 (12:09 +0000)]
add util.unaccent unit test

15 years agoadd MediaCollection.get_countries() and get_ethnic_groups() ; consolidate media models
olivier [Tue, 19 Jan 2010 20:54:49 +0000 (20:54 +0000)]
add MediaCollection.get_countries() and get_ethnic_groups() ; consolidate media models

15 years agoadd methods to resolve a location's country and continent
olivier [Tue, 19 Jan 2010 19:18:46 +0000 (19:18 +0000)]
add methods to resolve a location's country and continent

15 years agofix file handling in models
olivier [Tue, 19 Jan 2010 19:03:26 +0000 (19:03 +0000)]
fix file handling in models

15 years agoadd MediaCollection.is_published field
olivier [Tue, 19 Jan 2010 18:07:13 +0000 (18:07 +0000)]
add MediaCollection.is_published field

15 years agofix crem models DOM export and add support for embedding foreign keys
olivier [Tue, 19 Jan 2010 17:37:06 +0000 (17:37 +0000)]
fix crem models DOM export and add support for embedding foreign keys

15 years ago- rename MediaCollection.location_name to location as it should have been
olivier [Tue, 19 Jan 2010 17:05:33 +0000 (17:05 +0000)]
- rename MediaCollection.location_name to location as it should have been
- let all models descend from ModelCore and media models from MediaCore
- implement model-level required fields validation
- consolidate unit tests

15 years agomove unit tests into sub directory
olivier [Mon, 18 Jan 2010 22:11:19 +0000 (22:11 +0000)]
move unit tests into sub directory

15 years agofix various issues in CREM models, move unit tests into tests.py
olivier [Mon, 18 Jan 2010 20:54:19 +0000 (20:54 +0000)]
fix various issues in CREM models, move unit tests into tests.py

15 years agoadd intermediary set A mockup versions
olivier [Wed, 6 Jan 2010 16:48:33 +0000 (16:48 +0000)]
add intermediary set A mockup versions

15 years agoset mockups mime type
olivier [Wed, 6 Jan 2010 16:42:35 +0000 (16:42 +0000)]
set mockups mime type

15 years agoadd telemeta 1.0 mockups (set A) by nendomatt
olivier [Wed, 6 Jan 2010 15:37:07 +0000 (15:37 +0000)]
add telemeta 1.0 mockups (set A) by nendomatt

15 years agotypo
olivier [Thu, 17 Dec 2009 18:57:35 +0000 (18:57 +0000)]
typo

15 years agoadd maquettes design doc
olivier [Thu, 17 Dec 2009 18:46:35 +0000 (18:46 +0000)]
add maquettes design doc

15 years agowidgets doc: typo
olivier [Fri, 4 Dec 2009 17:06:09 +0000 (17:06 +0000)]
widgets doc: typo

15 years agowidgets doc: remove svn id, doesn't work in browser
olivier [Fri, 4 Dec 2009 16:52:41 +0000 (16:52 +0000)]
widgets doc: remove svn id, doesn't work in browser

15 years agowidgets doc: add table of contents + svn id
olivier [Fri, 4 Dec 2009 16:50:01 +0000 (16:50 +0000)]
widgets doc: add table of contents + svn id

15 years agowidgets doc: fix rest syntax
olivier [Fri, 4 Dec 2009 16:00:45 +0000 (16:00 +0000)]
widgets doc: fix rest syntax

15 years agoadd html widgets design documentation (french)
olivier [Fri, 4 Dec 2009 15:40:04 +0000 (15:40 +0000)]
add html widgets design documentation (french)

15 years ago"Modify Authors name in the header"
david [Thu, 29 Oct 2009 17:40:48 +0000 (17:40 +0000)]
"Modify Authors name in the header"

15 years agoAdd testWithoutCollection property, User objects, modify MediaItem and MediaCollectio...
david [Thu, 29 Oct 2009 17:39:46 +0000 (17:39 +0000)]
Add testWithoutCollection property, User objects, modify MediaItem and MediaCollection objects

15 years ago#74:Add save_by_user properties from MediaCollection and MediaItem classes, touch...
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

15 years agoModify _by_change_time property from CoreQuerySet class, and
david [Thu, 29 Oct 2009 17:30:41 +0000 (17:30 +0000)]
Modify _by_change_time property from CoreQuerySet class, and

15 years agoModify testByChangeTimeOnCollection and testByChangeTimeOnItem
david [Tue, 27 Oct 2009 17:41:55 +0000 (17:41 +0000)]
Modify testByChangeTimeOnCollection and testByChangeTimeOnItem

15 years agoModify testByChangeTimeOnCollection and testByChangeTimeOnItem
david [Tue, 27 Oct 2009 17:37:26 +0000 (17:37 +0000)]
Modify testByChangeTimeOnCollection and testByChangeTimeOnItem

15 years agoModify testQuickSearchOnItems, testLocationSearch, testRecordingYear, testPublishYear...
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

15 years agoRemove pattern_to_regex. Add word_search_q, modify word_search, quick_search properti...
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

15 years agoModify testQuickSearchOnItems, testWordSearch, testTitle properties
david [Tue, 27 Oct 2009 09:27:59 +0000 (09:27 +0000)]
Modify testQuickSearchOnItems, testWordSearch, testTitle properties

15 years agoImprove test objects from setUp class for the test database, add testQuickSearchOnCol...
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

15 years agoResolved problems on by_recording_year, by_ethnic_group, quick_search, by_recording_d...
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

15 years agoAdd collection and item queries based on CREM model
david [Tue, 6 Oct 2009 16:02:34 +0000 (16:02 +0000)]
Add collection and item queries based on CREM model

15 years ago#74: Add default fields to classes and fix tuples choices
david [Tue, 6 Oct 2009 16:00:45 +0000 (16:00 +0000)]
#74: Add default fields to classes and fix tuples choices

15 years agoAdd unit testing for the CREM models
david [Tue, 6 Oct 2009 15:58:38 +0000 (15:58 +0000)]
Add unit testing for the CREM models

15 years ago#74: Add Meta class in model classes to overload class names, add overload field...
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

15 years ago#74: Add classes InstrumentRelation, InstrumentAliasRelation, class comments
david [Wed, 23 Sep 2009 15:22:09 +0000 (15:22 +0000)]
#74: Add classes InstrumentRelation, InstrumentAliasRelation, class comments

15 years ago#74: Fix relation names, class two times enumerated (EthnicGroup)and relations
david [Tue, 22 Sep 2009 14:20:28 +0000 (14:20 +0000)]
#74: Fix relation names, class two times enumerated (EthnicGroup)and relations

15 years agomodels: document media classes and queries
david [Tue, 22 Sep 2009 12:28:36 +0000 (12:28 +0000)]
models: document media classes and queries

15 years ago#74: Fix related names
david [Tue, 22 Sep 2009 10:47:23 +0000 (10:47 +0000)]
#74: Fix related names

15 years agoexport api is now waiting for tuples as metadata
yomguy [Tue, 22 Sep 2009 09:26:07 +0000 (09:26 +0000)]
export api is now waiting for tuples as metadata

15 years ago* modify dependencies and few infos
yomguy [Thu, 17 Sep 2009 15:38:52 +0000 (15:38 +0000)]
* modify dependencies and few infos

15 years ago#74: Add of max_length on CharField, resolve ManyToMany relation problems and syntax...
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

15 years ago#74: Add of value fields in enumeration tables and correct indentation
david [Thu, 17 Sep 2009 12:42:26 +0000 (12:42 +0000)]
#74: Add of value fields in enumeration tables and correct indentation

15 years ago#74: Modification on first version of the new CREM models
david [Thu, 17 Sep 2009 09:30:14 +0000 (09:30 +0000)]
#74: Modification on first version of the new CREM models

15 years ago#74: 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

16 years agofix utf-8 encoding on flac exporter
yomguy [Fri, 17 Apr 2009 13:27:04 +0000 (13:27 +0000)]
fix utf-8 encoding on flac exporter

16 years agocleanup
yomguy [Fri, 17 Apr 2009 12:49:35 +0000 (12:49 +0000)]
cleanup

16 years agoupdate to 0.4.1
yomguy [Fri, 17 Apr 2009 12:38:26 +0000 (12:38 +0000)]
update to 0.4.1

16 years agoupdate headers as CeCILL.info recommand it, closes #68
yomguy [Fri, 17 Apr 2009 12:34:20 +0000 (12:34 +0000)]
update headers as CeCILL.info recommand it, closes #68

16 years agoeztelemeta: add a 'make list' target to check the files that are and aren't distributed
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

16 years agoeztelemeta: doc typo
olivier [Thu, 16 Apr 2009 13:33:38 +0000 (13:33 +0000)]
eztelemeta: doc typo

16 years agoeztelemeta: improve doc, minor css fix, add full cecill licenses
olivier [Thu, 16 Apr 2009 13:03:49 +0000 (13:03 +0000)]
eztelemeta: improve doc, minor css fix, add full cecill licenses

16 years agoeztelemeta: improve doc, suppress cache ttl option (useless), add/fix license headers
olivier [Thu, 16 Apr 2009 12:00:38 +0000 (12:00 +0000)]
eztelemeta: improve doc, suppress cache ttl option (useless), add/fix license headers

16 years agoeztelemeta: add cache ttl configuration option
olivier [Thu, 16 Apr 2009 10:14:53 +0000 (10:14 +0000)]
eztelemeta: add cache ttl configuration option

16 years agoeztelemeta: typo
olivier [Wed, 15 Apr 2009 18:47:15 +0000 (18:47 +0000)]
eztelemeta: typo

16 years agoeztelemeta: minor css and js fixes
olivier [Wed, 15 Apr 2009 18:45:45 +0000 (18:45 +0000)]
eztelemeta: minor css and js fixes

16 years agoeztelemeta: fancier item and player display
olivier [Wed, 15 Apr 2009 18:37:35 +0000 (18:37 +0000)]
eztelemeta: fancier item and player display

16 years agofix wrong character encoding in core export commands
yomguy [Wed, 15 Apr 2009 16:53:16 +0000 (16:53 +0000)]
fix wrong character encoding in core export commands

16 years agoeztelemeta doc: fix latex target
olivier [Wed, 15 Apr 2009 09:59:50 +0000 (09:59 +0000)]
eztelemeta doc: fix latex target

16 years agoeztelemeta doc: not about parameters case
olivier [Wed, 15 Apr 2009 09:57:45 +0000 (09:57 +0000)]
eztelemeta doc: not about parameters case

16 years agoeztelemeta: add latex and pdf README formats
olivier [Wed, 15 Apr 2009 09:55:04 +0000 (09:55 +0000)]
eztelemeta: add latex and pdf README formats

16 years agoeztelemeta: add telemetaitem class full view template
olivier [Wed, 15 Apr 2009 09:15:35 +0000 (09:15 +0000)]
eztelemeta: add telemetaitem class full view template

16 years agoeztelemeta: add telemetaitem class full view template
olivier [Wed, 15 Apr 2009 09:12:23 +0000 (09:12 +0000)]
eztelemeta: add telemetaitem class full view template

16 years agodublin core: add rights and description in item expression, oai-pmh: include protocol...
olivier [Wed, 15 Apr 2009 08:24:53 +0000 (08:24 +0000)]
dublin core: add rights and description in item expression, oai-pmh: include protocol in base url

16 years agoeztelemeta: add changelog, make VERSION dynamic
olivier [Tue, 14 Apr 2009 18:41:07 +0000 (18:41 +0000)]
eztelemeta: add changelog, make VERSION dynamic

16 years agoeztelemeta: rebuild doc on VERSION change
olivier [Tue, 14 Apr 2009 18:31:46 +0000 (18:31 +0000)]
eztelemeta: rebuild doc on VERSION change

16 years agoeztelemeta: add VERSION and Makefile (make dist)
olivier [Tue, 14 Apr 2009 18:28:35 +0000 (18:28 +0000)]
eztelemeta: add VERSION and Makefile (make dist)

16 years agoeztelemeta: produce intermediate txt readme
olivier [Tue, 14 Apr 2009 18:07:07 +0000 (18:07 +0000)]
eztelemeta: produce intermediate txt readme

16 years agoeztelemeta: doc: fix typos and mention version
olivier [Tue, 14 Apr 2009 17:59:15 +0000 (17:59 +0000)]
eztelemeta: doc: fix typos and mention version

16 years agoeztelemeta: suppress warning caused by empty dc elements
olivier [Tue, 14 Apr 2009 16:32:17 +0000 (16:32 +0000)]
eztelemeta: suppress warning caused by empty dc elements

16 years agoeztelemeta: doc: add note about avoiding sound playback conflicts
olivier [Tue, 14 Apr 2009 16:20:01 +0000 (16:20 +0000)]
eztelemeta: doc: add note about avoiding sound playback conflicts

16 years agoeztelemeta: add install and usage documentation (french)
olivier [Tue, 14 Apr 2009 15:57:12 +0000 (15:57 +0000)]
eztelemeta: add install and usage documentation (french)

16 years agoeztelemeta: add a couple of french translations
olivier [Tue, 14 Apr 2009 12:49:07 +0000 (12:49 +0000)]
eztelemeta: add a couple of french translations