Skip to content
Extraits de code Groupes Projets
Valider fbe65410 rédigé par echarp's avatar echarp
Parcourir les fichiers

Bundle update

parent 60ad3516
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 88541 ajouts et 54 suppressions
...@@ -2,25 +2,25 @@ GEM ...@@ -2,25 +2,25 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
remote: https://rails-assets.org/ remote: https://rails-assets.org/
specs: specs:
actioncable (5.1.4) actioncable (5.1.5)
actionpack (= 5.1.4) actionpack (= 5.1.5)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (~> 0.6.1) websocket-driver (~> 0.6.1)
actionmailer (5.1.4) actionmailer (5.1.5)
actionpack (= 5.1.4) actionpack (= 5.1.5)
actionview (= 5.1.4) actionview (= 5.1.5)
activejob (= 5.1.4) activejob (= 5.1.5)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.1.4) actionpack (5.1.5)
actionview (= 5.1.4) actionview (= 5.1.5)
activesupport (= 5.1.4) activesupport (= 5.1.5)
rack (~> 2.0) rack (~> 2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.4) actionview (5.1.5)
activesupport (= 5.1.4) activesupport (= 5.1.5)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
...@@ -39,16 +39,16 @@ GEM ...@@ -39,16 +39,16 @@ GEM
ransack (~> 1.3) ransack (~> 1.3)
sass (~> 3.1) sass (~> 3.1)
sprockets (< 4.1) sprockets (< 4.1)
activejob (5.1.4) activejob (5.1.5)
activesupport (= 5.1.4) activesupport (= 5.1.5)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.1.4) activemodel (5.1.5)
activesupport (= 5.1.4) activesupport (= 5.1.5)
activerecord (5.1.4) activerecord (5.1.5)
activemodel (= 5.1.4) activemodel (= 5.1.5)
activesupport (= 5.1.4) activesupport (= 5.1.5)
arel (~> 8.0) arel (~> 8.0)
activesupport (5.1.4) activesupport (5.1.5)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7) i18n (~> 0.7)
minitest (~> 5.1) minitest (~> 5.1)
...@@ -63,14 +63,14 @@ GEM ...@@ -63,14 +63,14 @@ GEM
ast (2.4.0) ast (2.4.0)
bcrypt (3.1.11) bcrypt (3.1.11)
bindex (0.5.0) bindex (0.5.0)
brakeman (4.1.1) brakeman (4.2.0)
buftok (0.2.0) buftok (0.2.0)
builder (3.2.3) builder (3.2.3)
bundler-audit (0.6.0) bundler-audit (0.6.0)
bundler (~> 1.2) bundler (~> 1.2)
thor (~> 0.18) thor (~> 0.18)
byebug (10.0.0) byebug (10.0.0)
capybara (2.17.0) capybara (2.18.0)
addressable addressable
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
...@@ -95,8 +95,8 @@ GEM ...@@ -95,8 +95,8 @@ GEM
railties (>= 4.1.0, < 5.2) railties (>= 4.1.0, < 5.2)
responders responders
warden (~> 1.2.3) warden (~> 1.2.3)
devise-i18n (1.5.1) devise-i18n (1.6.0)
devise (>= 3.4) devise (>= 4.4)
differ (0.1.2) differ (0.1.2)
domain_name (0.5.20170404) domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
...@@ -110,7 +110,7 @@ GEM ...@@ -110,7 +110,7 @@ GEM
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.2.5) eventmachine (1.2.5)
execjs (2.7.0) execjs (2.7.0)
ffi (1.9.21) ffi (1.9.23)
flag-icons-rails (2.5.0) flag-icons-rails (2.5.0)
sass (~> 3.2) sass (~> 3.2)
font-awesome-sass (5.0.6.2) font-awesome-sass (5.0.6.2)
...@@ -119,7 +119,7 @@ GEM ...@@ -119,7 +119,7 @@ GEM
formtastic (3.1.5) formtastic (3.1.5)
actionpack (>= 3.2.13) actionpack (>= 3.2.13)
formtastic_i18n (0.6.0) formtastic_i18n (0.6.0)
geocoder (1.4.5) geocoder (1.4.6)
globalid (0.4.1) globalid (0.4.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
guard (2.14.2) guard (2.14.2)
...@@ -191,7 +191,7 @@ GEM ...@@ -191,7 +191,7 @@ GEM
http-form_data (2.0.0) http-form_data (2.0.0)
http_accept_language (2.1.1) http_accept_language (2.1.1)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.9.4) i18n (0.9.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-active_record (0.2.2) i18n-active_record (0.2.2)
i18n (>= 0.5.0) i18n (>= 0.5.0)
...@@ -228,7 +228,7 @@ GEM ...@@ -228,7 +228,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2) ruby_dep (~> 1.2)
loofah (2.1.1) loofah (2.2.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
lumberjack (1.0.12) lumberjack (1.0.12)
...@@ -236,7 +236,7 @@ GEM ...@@ -236,7 +236,7 @@ GEM
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
memoizable (0.4.2) memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
meta-tags (2.7.1) meta-tags (2.8.0)
actionpack (>= 3.2.0, < 5.3) actionpack (>= 3.2.0, < 5.3)
method_source (0.9.0) method_source (0.9.0)
mini_mime (1.0.0) mini_mime (1.0.0)
...@@ -259,8 +259,8 @@ GEM ...@@ -259,8 +259,8 @@ GEM
activerecord (>= 4.2, < 5.2) activerecord (>= 4.2, < 5.2)
request_store (~> 1.1) request_store (~> 1.1)
parallel (1.12.1) parallel (1.12.1)
parser (2.4.0.2) parser (2.5.0.2)
ast (~> 2.3) ast (~> 2.4.0)
piwik_analytics (1.0.2) piwik_analytics (1.0.2)
actionpack actionpack
activesupport activesupport
...@@ -271,24 +271,24 @@ GEM ...@@ -271,24 +271,24 @@ GEM
pry (0.11.3) pry (0.11.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
public_suffix (3.0.1) public_suffix (3.0.2)
puma (3.11.2) puma (3.11.2)
rack (2.0.4) rack (2.0.4)
rack-livereload (0.3.16) rack-livereload (0.3.16)
rack rack
rack-test (0.8.2) rack-test (0.8.3)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.1.4) rails (5.1.5)
actioncable (= 5.1.4) actioncable (= 5.1.5)
actionmailer (= 5.1.4) actionmailer (= 5.1.5)
actionpack (= 5.1.4) actionpack (= 5.1.5)
actionview (= 5.1.4) actionview (= 5.1.5)
activejob (= 5.1.4) activejob (= 5.1.5)
activemodel (= 5.1.4) activemodel (= 5.1.5)
activerecord (= 5.1.4) activerecord (= 5.1.5)
activesupport (= 5.1.4) activesupport (= 5.1.5)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.1.4) railties (= 5.1.5)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-assets-jquery-sparkline (2.1.3) rails-assets-jquery-sparkline (2.1.3)
rails-assets-leaflet (1.3.1) rails-assets-leaflet (1.3.1)
...@@ -303,12 +303,12 @@ GEM ...@@ -303,12 +303,12 @@ GEM
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3) rails-html-sanitizer (1.0.3)
loofah (~> 2.0) loofah (~> 2.0)
rails-i18n (5.0.4) rails-i18n (5.1.1)
i18n (~> 0.7) i18n (>= 0.7, < 2)
railties (~> 5.0) railties (>= 5.0, < 6)
railties (5.1.4) railties (5.1.5)
actionpack (= 5.1.4) actionpack (= 5.1.5)
activesupport (= 5.1.4) activesupport (= 5.1.5)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
...@@ -339,7 +339,7 @@ GEM ...@@ -339,7 +339,7 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0) ruby-progressbar (1.9.0)
ruby_dep (1.5.0) ruby_dep (1.5.0)
ruby_parser (3.10.1) ruby_parser (3.11.0)
sexp_processor (~> 4.9) sexp_processor (~> 4.9)
rubyzip (1.2.1) rubyzip (1.2.1)
sass (3.5.5) sass (3.5.5)
...@@ -358,7 +358,7 @@ GEM ...@@ -358,7 +358,7 @@ GEM
selenium-webdriver (3.9.0) selenium-webdriver (3.9.0)
childprocess (~> 0.5) childprocess (~> 0.5)
rubyzip (~> 1.2) rubyzip (~> 1.2)
sexp_processor (4.10.0) sexp_processor (4.10.1)
shellany (0.0.1) shellany (0.0.1)
simple_calendar (2.2.7) simple_calendar (2.2.7)
rails (>= 3.0) rails (>= 3.0)
...@@ -388,7 +388,7 @@ GEM ...@@ -388,7 +388,7 @@ GEM
thor (0.20.0) thor (0.20.0)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.8) tilt (2.0.8)
tinymce-rails (4.7.6) tinymce-rails (4.7.9)
railties (>= 3.1.1) railties (>= 3.1.1)
tinymce-rails-langs (4.20180103) tinymce-rails-langs (4.20180103)
tinymce-rails (~> 4.1, >= 4.1.10) tinymce-rails (~> 4.1, >= 4.1.10)
......
app/assets/images/agendadescommuns.png

2,7 ko | W: | H:

app/assets/images/agendadescommuns.png

2,7 ko | W: | H:

app/assets/images/agendadescommuns.png
app/assets/images/agendadescommuns.png
app/assets/images/agendadescommuns.png
app/assets/images/agendadescommuns.png
  • 2-up
  • Swipe
  • Onion skin
app/assets/images/communs.png

2,7 ko | W: | H:

app/assets/images/communs.png

2,7 ko | W: | H:

app/assets/images/communs.png
app/assets/images/communs.png
app/assets/images/communs.png
app/assets/images/communs.png
  • 2-up
  • Swipe
  • Onion skin
app/assets/images/lef-small.png

1,03 ko | W: | H:

app/assets/images/lef-small.png

1,03 ko | W: | H:

app/assets/images/lef-small.png
app/assets/images/lef-small.png
app/assets/images/lef-small.png
app/assets/images/lef-small.png
  • 2-up
  • Swipe
  • Onion skin
app/assets/images/lef.png

7,2 ko | W: | H:

app/assets/images/lef.png

7,2 ko | W: | H:

app/assets/images/lef.png
app/assets/images/lef.png
app/assets/images/lef.png
app/assets/images/lef.png
  • 2-up
  • Swipe
  • Onion skin
app/assets/images/team.png

3,5 ko | W: | H:

app/assets/images/team.png

3,5 ko | W: | H:

app/assets/images/team.png
app/assets/images/team.png
app/assets/images/team.png
app/assets/images/team.png
  • 2-up
  • Swipe
  • Onion skin
Fichier ajouté
Fichier ajouté
!function(){var e,t,n,i,r,a=[];r="undefined"!=typeof global?global:window,i=r.jQuery;var c=function(){return r.tinymce};i.fn.tinymce=function(e){var l,u,s,f=this,p="";if(!f.length)return f;if(!e)return c()?c().get(f[0].id):null;f.css("visibility","hidden");var d=function(){var t=[],r=0;n||(o(),n=!0),f.each(function(n,i){var a,o=i.id,l=e.oninit;o||(i.id=o=c().DOM.uniqueId()),c().get(o)||(a=c().createEditor(o,e),t.push(a),a.on("init",function(){var e,n=l;f.css("visibility",""),l&&++r==t.length&&("string"==typeof n&&(e=-1===n.indexOf(".")?null:c().resolve(n.replace(/\.\w+$/,"")),n=c().resolve(n)),n.apply(e||c(),t))}))}),i.each(t,function(e,t){t.render()})};if(r.tinymce||t||!(l=e.script_url))1===t?a.push(d):d();else{t=1,u=l.substring(0,l.lastIndexOf("/")),-1!=l.indexOf(".min")&&(p=".min"),r.tinymce=r.tinyMCEPreInit||{base:u,suffix:p},-1!=l.indexOf("gzip")&&(s=e.language||"en",l=l+(/\?/.test(l)?"&":"?")+"js=true&core=true&suffix="+escape(p)+"&themes="+escape(e.theme||"modern")+"&plugins="+escape(e.plugins||"")+"&languages="+(s||""),r.tinyMCE_GZ||(r.tinyMCE_GZ={start:function(){var t=function(e){c().ScriptLoader.markDone(c().baseURI.toAbsolute(e))};t("langs/"+s+".js"),t("themes/"+e.theme+"/theme"+p+".js"),t("themes/"+e.theme+"/langs/"+s+".js"),i.each(e.plugins.split(","),function(e,n){n&&(t("plugins/"+n+"/plugin"+p+".js"),t("plugins/"+n+"/langs/"+s+".js"))})},end:function(){}}));var v=document.createElement("script");v.type="text/javascript",v.onload=v.onreadystatechange=function(n){n=n||window.event,2===t||"load"!=n.type&&!/complete|loaded/.test(v.readyState)||(c().dom.Event.domLoaded=1,t=2,e.script_loaded&&e.script_loaded(),d(),i.each(a,function(e,t){t()}))},v.src=l,document.body.appendChild(v)}return f},i.extend(i.expr[":"],{tinymce:function(e){var t;return!!(e.id&&"tinymce"in r&&(t=c().get(e.id))&&t.editorManager===c())}});var o=function(){var t=function(e){"remove"===e&&this.each(function(e,t){var n=a(t);n&&n.remove()}),this.find("span.mceEditor,div.mceEditor").each(function(e,t){var n=c().get(t.id.replace(/_parent$/,""));n&&n.remove()})},n=function(e){var n,i=this;if(null!=e)t.call(i),i.each(function(t,n){var i;(i=c().get(n.id))&&i.setContent(e)});else if(i.length>0&&(n=c().get(i[0].id)))return n.getContent()},a=function(e){var t=null;return e&&e.id&&r.tinymce&&(t=c().get(e.id)),t},o=function(e){return!!(e&&e.length&&r.tinymce&&e.is(":tinymce"))},l={};i.each(["text","html","val"],function(t,r){var c=l[r]=i.fn[r],u="text"===r;i.fn[r]=function(t){var r=this;if(!o(r))return c.apply(r,arguments);if(t!==e)return n.call(r.filter(":tinymce"),t),c.apply(r.not(":tinymce"),arguments),r;var l="",s=arguments;return(u?r:r.eq(0)).each(function(e,t){var n=a(t);l+=n?u?n.getContent().replace(/<(?:"[^"]*"|'[^']*'|[^'">])*>/g,""):n.getContent({save:!0}):c.apply(i(t),s)}),l}}),i.each(["append","prepend"],function(t,n){var r=l[n]=i.fn[n],c="prepend"===n;i.fn[n]=function(t){var n=this;return o(n)?t!==e?("string"==typeof t&&n.filter(":tinymce").each(function(e,n){var i=a(n);i&&i.setContent(c?t+i.getContent():i.getContent()+t)}),r.apply(n.not(":tinymce"),arguments),n):void 0:r.apply(n,arguments)}}),i.each(["remove","replaceWith","replaceAll","empty"],function(e,n){var r=l[n]=i.fn[n];i.fn[n]=function(){return t.call(this,n),r.apply(this,arguments)}}),l.attr=i.fn.attr,i.fn.attr=function(t,r){var c=this,u=arguments;if(!t||"value"!==t||!o(c))return l.attr.apply(c,u);if(r!==e)return n.call(c.filter(":tinymce"),r),l.attr.apply(c.not(":tinymce"),u),c;var s=c[0],f=a(s);return f?f.getContent({save:!0}):l.attr.apply(i(s),u)}}}();
jquery.tinymce-694263cae681b5835f54f2daf769a3687fed58fafc839b0b46e1bca1e253cc53.js jquery.tinymce-3422ce8301d4200dda31be9fec47f6caf03450313cfff2129dc5db90a9a8f120.js
\ No newline at end of file \ No newline at end of file
jquery.tinymce-694263cae681b5835f54f2daf769a3687fed58fafc839b0b46e1bca1e253cc53.js.gz jquery.tinymce-3422ce8301d4200dda31be9fec47f6caf03450313cfff2129dc5db90a9a8f120.js.gz
\ No newline at end of file \ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter