# HG changeset patch # User ymh # Date 1334930462 -7200 # Node ID ec356aa158a1f8ab3caa721e2d5b9fbfb1c14f63 # Parent ebc92daef81555f413f5a9a0a681b18e43bb9924 update virtualenv and remove some warnings diff -r ebc92daef815 -r ec356aa158a1 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Apr 20 10:51:34 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Fri Apr 20 16:01:02 2012 +0200 @@ -15,12 +15,12 @@ URLS = { #'': {'setup': '', 'url':'', 'local':''}, 'DISTRIBUTE': {'setup': 'distribute', 'url':'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz', 'local':"distribute-0.6.14.tar.gz"}, - 'DJANGO': {'setup': 'django', 'url': 'http://www.djangoproject.com/download/1.4b1/tarball/', 'local':"Django-1.4b1.tar.gz"}, + 'DJANGO': {'setup': 'django', 'url': 'http://www.djangoproject.com/download/1.4/tarball/', 'local':"Django-1.4.tar.gz"}, 'DJANGO-EXTENSIONS': { 'setup': 'django-extensions', 'url':'https://github.com/django-extensions/django-extensions/tarball/0.6', 'local':"django-extensions-0.6.tar.gz"}, 'SOUTH': { 'setup': 'South', 'url':'http://www.aeracode.org/releases/south/south-0.7.3.tar.gz', 'local':"south-0.7.3.tar.gz"}, 'HTTPLIB2': { 'setup': 'python-httplib2', 'url':'http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz', 'local':"httplib2-0.6.0.tar.gz"}, - 'HAYSTACK': { 'setup': 'haystack', 'url':'https://github.com/toastdriven/django-haystack/zipball/v1.2.2', 'local': "django-haystack-v1.2.2.tar.gz"}, - 'WHOOSH' : { 'setup': 'Whoosh', 'url': 'https://bitbucket.org/mchaput/whoosh/get/tip.tar.bz2', 'local': 'whoosh-1.8.3.tar.bz2'}, + 'HAYSTACK': { 'setup': 'haystack', 'url':'https://github.com/toastdriven/django-haystack/zipball/v1.2.7', 'local': "django-haystack-v1.2.7.tar.gz"}, + 'WHOOSH' : { 'setup': 'Whoosh', 'url': 'https://bitbucket.org/mchaput/whoosh/get/tip.tar.bz2', 'local': 'whoosh-2.3.2.tar.bz2'}, 'WIKITOOLS' : { 'setup': 'wikitools', 'url': 'wikitools.tar.bz2', 'local': 'wikitools.tar.bz2'}, 'RDFLIB' : { 'setup': 'rdflib', 'url': 'http://rdflib.googlecode.com/files/rdflib-3.2.0.tar.gz', 'local': 'rdflib-3.2.0.tar.gz'}, 'SPARQLWRAPPER' : { 'setup': 'SPARQLWrapper', 'url': 'http://downloads.sourceforge.net/project/sparql-wrapper/sparql-wrapper-python/1.5.0/SPARQLWrapper-1.5.0.tar.gz', 'local' : 'SPARQLWrapper-1.5.0.tar.gz'}, diff -r ebc92daef815 -r ec356aa158a1 virtualenv/res/src/Django-1.4.tar.gz Binary file virtualenv/res/src/Django-1.4.tar.gz has changed diff -r ebc92daef815 -r ec356aa158a1 virtualenv/res/src/Django-1.4b1.tar.gz Binary file virtualenv/res/src/Django-1.4b1.tar.gz has changed diff -r ebc92daef815 -r ec356aa158a1 virtualenv/res/src/django-haystack-v1.2.2.tar.gz Binary file virtualenv/res/src/django-haystack-v1.2.2.tar.gz has changed diff -r ebc92daef815 -r ec356aa158a1 virtualenv/res/src/django-haystack-v1.2.7.tar.gz Binary file virtualenv/res/src/django-haystack-v1.2.7.tar.gz has changed diff -r ebc92daef815 -r ec356aa158a1 virtualenv/res/src/whoosh-1.8.3.tar.bz2 Binary file virtualenv/res/src/whoosh-1.8.3.tar.bz2 has changed diff -r ebc92daef815 -r ec356aa158a1 virtualenv/res/src/whoosh-2.3.2.tar.bz2 Binary file virtualenv/res/src/whoosh-2.3.2.tar.bz2 has changed diff -r ebc92daef815 -r ec356aa158a1 web/hdabo/config.py.tmpl --- a/web/hdabo/config.py.tmpl Fri Apr 20 10:51:34 2012 +0200 +++ b/web/hdabo/config.py.tmpl Fri Apr 20 16:01:02 2012 +0200 @@ -23,11 +23,6 @@ # Example: "http://media.lawrence.com/static/" STATIC_URL = BASE_URL + "static/site/" -# URL prefix for admin static files -- CSS, JavaScript and images. -# Make sure to use a trailing slash. -# Examples: "http://foo.com/static/admin/", "/static/admin/". -ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/' - # Additional locations of static files STATICFILES_DIRS = ( # Put strings here, like "/home/html/static" or "C:/www/django/static". diff -r ebc92daef815 -r ec356aa158a1 web/hdabo/settings.py --- a/web/hdabo/settings.py Fri Apr 20 10:51:34 2012 +0200 +++ b/web/hdabo/settings.py Fri Apr 20 16:01:02 2012 +0200 @@ -60,12 +60,7 @@ # URL prefix for static files. # Example: "http://media.lawrence.com/static/" -STATIC_URL = '/static/' - -# URL prefix for admin static files -- CSS, JavaScript and images. -# Make sure to use a trailing slash. -# Examples: "http://foo.com/static/admin/", "/static/admin/". -ADMIN_MEDIA_PREFIX = '/static/admin/' +STATIC_URL = '/static/site' # Additional locations of static files STATICFILES_DIRS = ( diff -r ebc92daef815 -r ec356aa158a1 web/hdalab/locale/ja/LC_MESSAGES/django.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/hdalab/locale/ja/LC_MESSAGES/django.po Fri Apr 20 16:01:02 2012 +0200 @@ -0,0 +1,103 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-20 11:21-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0\n" + +#: settings.py:40 +msgid "French" +msgstr "" + +#: settings.py:41 +msgid "English" +msgstr "" + +#: templates/facettes.html:5 templates/facettes.html.py:42 +msgid "Recherche par facettes" +msgstr "" + +#: templates/facettes.html:55 +msgid "Partager la session" +msgstr "" + +#: templates/facettes.html:58 +msgid "En lecture seule" +msgstr "" + +#: templates/facettes.html:59 +msgid "En lecture-ecriture" +msgstr "" + +#: templates/facettes.html:62 +msgid "Copier le lien" +msgstr "" + +#: templates/facettes.html:67 +msgid "Mes vues :" +msgstr "" + +#: templates/facettes.html:73 +msgid "Creer une vue sur des resultats de recherche" +msgstr "" + +#: templates/facettes.html:74 +msgid "Creer une liste de notices" +msgstr "" + +#: templates/facettes.html:82 +msgid "Filtres :" +msgstr "" + +#: templates/facettes.html:100 +msgid "Gerer la vue" +msgstr "" + +#: templates/facettes.html:104 +msgid "Nom :" +msgstr "" + +#: templates/facettes.html:107 +msgid "Blocs visibles :" +msgstr "" + +#: templates/facettes.html:112 +msgid "Pays" +msgstr "" + +#: templates/facettes.html:118 +msgid "Nuage de mots-cles" +msgstr "" + +#: templates/facettes.html:125 +msgid "Information sur un mot-cle" +msgstr "" + +#: templates/facettes.html:129 +msgid "Rechercher un tag" +msgstr "" + +#: templates/facettes.html:137 +msgid "Notes" +msgstr "" + +#: templates/facettes.html:143 +msgid "Disciplines artistiques" +msgstr "" + +#: templates/facettes.html:149 +msgid "Resultats de recherche" +msgstr "" diff -r ebc92daef815 -r ec356aa158a1 web/hdalab/locale/ja/LC_MESSAGES/djangojs.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/hdalab/locale/ja/LC_MESSAGES/djangojs.po Fri Apr 20 16:01:02 2012 +0200 @@ -0,0 +1,113 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-20 11:22-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Plural-Forms: nplurals=1; plural=0\n" + +#: static/hdalab/js/gomina.js:113 +msgid "contenu" +msgid_plural "contenus" +msgstr[0] "" +msgstr[1] "" + +#: static/hdalab/js/gomina.js:113 +msgid "pour ce tag" +msgstr "" + +#: static/hdalab/js/gomina.js:249 +msgid "Toutes periodes" +msgstr "" + +#: static/hdalab/js/gomina.js:251 +msgid "Periode :" +msgstr "" + +#: static/hdalab/js/gomina.js:253 +msgid "a" +msgstr "" + +#: static/hdalab/js/gomina.js:273 +msgid "Pays :" +msgstr "" + +#: static/hdalab/js/gomina.js:282 +msgid "Tag :" +msgstr "" + +#: static/hdalab/js/gomina.js:325 +msgid "Annotations" +msgstr "" + +#: static/hdalab/js/gomina.js:332 static/hdalab/js/gomina.js.c:384 +msgid "Annoter ce contenu" +msgstr "" + +#: static/hdalab/js/gomina.js:342 static/hdalab/js/gomina.js.c:364 +msgid "Ajouter a" +msgstr "" + +#: static/hdalab/js/gomina.js:342 static/hdalab/js/gomina.js.c:361 +msgid "Retirer de" +msgstr "" + +#: static/hdalab/js/gomina.js:417 +msgid "notice" +msgid_plural "notices" +msgstr[0] "" +msgstr[1] "" + +#: static/hdalab/js/gomina.js:529 +msgid "" +"La liste de contenus est vide ! Ajoutez des contenus pour afficher la liste !" +msgstr "" + +#: static/hdalab/js/gomina.js:542 static/hdalab/js/gomina.js.c:816 +msgid "Gerer la vue" +msgstr "" + +#: static/hdalab/js/gomina.js:551 static/hdalab/js/gomina.js.c:827 +msgid "Annoter cette vue" +msgstr "" + +#: static/hdalab/js/gomina.js:604 +msgid "Nouvelle session" +msgstr "" + +#: static/hdalab/js/gomina.js:610 +msgid "Mes resultats de recherche" +msgstr "" + +#: static/hdalab/js/gomina.js:611 +msgid "Ma liste" +msgstr "" + +#: static/hdalab/js/gomina.js:622 +msgid "lecture seule" +msgstr "" + +#: static/hdalab/js/gomina.js:873 static/hdalab/js/gomina.js.c:881 +msgid "Comment souhaitez-vous nommer votre nouvelle vue ?" +msgstr "" + +#: static/hdalab/js/gomina.js:873 +msgid "Nouveaux resultats de recherche" +msgstr "" + +#: static/hdalab/js/gomina.js:881 +msgid "Nouvelle liste" +msgstr ""