diff options
| author | Michel Etienne | 2015-10-30 18:15:21 +0100 |
|---|---|---|
| committer | Michel Etienne | 2015-10-30 18:15:21 +0100 |
| commit | 41c9f486da35bb87d47a24eba53f3a2439605cfe (patch) | |
| tree | 79ccd31bc483c41d05fba981852434fdbbbb13cc | |
| parent | d7a8c5a0db1e76ccffaecb337ec34eafa3250d0b (diff) | |
| parent | 6773da100f971791a59b326912297f2447ccdf14 (diff) | |
| download | chouette-core-41c9f486da35bb87d47a24eba53f3a2439605cfe.tar.bz2 | |
Merge branch 'V3_1'
| -rw-r--r-- | Gemfile | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 31 | ||||
| -rw-r--r-- | app/views/help/browser.textile | 6 | ||||
| -rw-r--r-- | app/views/help/dataspaces.textile | 2 | ||||
| -rw-r--r-- | config/deploy/production.rb | 4 | ||||
| -rw-r--r-- | config/environments/production.rb | 2 |
6 files changed, 21 insertions, 28 deletions
@@ -115,8 +115,8 @@ gem 'squeel' gem 'enumerize', '~> 0.10.0' -gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git' -#gem 'ninoxe', '1.2.2' +#gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git' +gem 'ninoxe', '1.2.3' #gem 'ninoxe',:path => '~/workspace/chouette/ninoxe' gem 'acts_as_list', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 319c0ce14..652a04087 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,3 @@ -GIT - remote: https://github.com/afimb/ninoxe.git - revision: 766d2293bde741d34a5b9f23da21e5dc8d66bb2f - specs: - ninoxe (1.2.1) - activerecord (~> 4.1.1) - acts-as-taggable-on (>= 3) - acts_as_list (>= 0.1.6) - acts_as_tree (>= 1.1.0) - deep_cloneable (~> 2.0.0) - enumerize (~> 0.10.0) - foreigner (= 1.6.0) - georuby-ext (= 0.0.5) - GEM remote: http://rubygems.org/ remote: https://rails-assets.org/ @@ -106,8 +92,7 @@ GEM coffee-script-source (1.9.1) daemons (1.1.9) database_cleaner (1.4.1) - dbf (2.0.10) - fastercsv (~> 1.5) + dbf (3.0.0) debug_inspector (0.0.2) deep_cloneable (2.0.2) activerecord (>= 3.1.0, < 5.0.0) @@ -149,7 +134,6 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.9.1) faraday (>= 0.7.4, < 0.10) - fastercsv (1.5.5) ffi (1.9.10) ffi (1.9.10-java) ffi-geos (1.1.0) @@ -247,7 +231,7 @@ GEM mime-types (2.4.3) mimemagic (0.3.0) mini_portile (0.6.2) - minitest (5.8.1) + minitest (5.8.2) modernizr-rails (2.0.6) multi_json (1.11.2) multipart-post (2.0.0) @@ -260,6 +244,15 @@ GEM net-ssh-gateway (1.2.0) net-ssh (>= 2.6.5) newrelic_rpm (3.9.6.257) + ninoxe (1.2.3) + activerecord (~> 4.1.1) + acts-as-taggable-on (>= 3) + acts_as_list (>= 0.1.6) + acts_as_tree (>= 1.1.0) + deep_cloneable (~> 2.0.0) + enumerize (~> 0.10.0) + foreigner (= 1.6.0) + georuby-ext (= 0.0.5) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) nokogiri (1.6.6.2-java) @@ -534,7 +527,7 @@ DEPENDENCIES mimemagic modernizr-rails (~> 2.0.6) newrelic_rpm - ninoxe! + ninoxe (= 1.2.3) pg poltergeist pry-rails diff --git a/app/views/help/browser.textile b/app/views/help/browser.textile index dbaee5963..f12b9eab9 100644 --- a/app/views/help/browser.textile +++ b/app/views/help/browser.textile @@ -7,9 +7,9 @@ h3. Navigateur prérequis L’utilisation de l’application nécessite de disposer d’un navigateur ayant les caractéristiques suivantes :
-* Internet Explorer (Version 8 et +)
-* Mozilla FireFox (Version 33 et +)
-* Chrome (Version 38 et +)
+* Internet Explorer (Version 8 et + )
+* Mozilla FireFox (Version 33 et + )
+* Chrome (Version 38 et + )
h3. Paramétrage du navigateur
diff --git a/app/views/help/dataspaces.textile b/app/views/help/dataspaces.textile index f93e4a4ec..ef4f74fad 100644 --- a/app/views/help/dataspaces.textile +++ b/app/views/help/dataspaces.textile @@ -43,7 +43,7 @@ h3. Attributs d'un espace de données Tous les champs sont obligatoires.
-* Nom : nom de l’espace de données, les caractères alphanumériques et le signe "_" (underscore ou tiret du 8) sont autorisés.
+* Nom : nom de l’espace de données, les caractères alphanumériques et le signe sousligné " _ " (underscore ou tiret du 8) sont autorisés.
* Code : code de l’espace de données
* Préfixe Neptune : préfixe utilisé par défaut lors la génération de nouveaux identifiants Neptune
* Projection géographique : référentiel de projection des coordonnées cartographiques en complément du WGS84
diff --git a/config/deploy/production.rb b/config/deploy/production.rb index f1c464c48..269e4347a 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,3 +1,3 @@ server "chouette.marseille.cityway.fr", :app, :web, :db, :primary => true -set :branch, "V3_0" -set :gui_cmd, "3.0.0" +set :branch, "V3_1" +set :gui_cmd, "3.1.0" diff --git a/config/environments/production.rb b/config/environments/production.rb index 07604fb82..c04e4743e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -115,7 +115,7 @@ Rails.application.configure do # config.demo_data = "/path/to/demo.zip" # link to validation specification pages - config.validation_spec = "http://www.chouette.mobi/neptune-validation/v21/" + config.validation_spec = "http://www.chouette.mobi/neptune-validation/v22/" # paths for external resources config.to_prepare do |
