Skip to content

Commit

Permalink
Update all the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
clody69 committed Apr 23, 2012
1 parent 46f8f48 commit 76b7ea5
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MyMundus-Mobile
2 changes: 1 addition & 1 deletion Open-Ministry-Mobile
2 changes: 1 addition & 1 deletion Tap-the-Beer
2 changes: 1 addition & 1 deletion bar_router
Submodule bar_router updated 40 files
+5 −0 .gitignore
+116 −0 Lab4/index.html
+11 −0 OpenStreetMaps-test/README.txt
+66 −0 OpenStreetMaps-test/test.html
+21 −0 barrouter/README
+0 −0 barrouter/__init__.py
+14 −0 barrouter/manage.py
+4 −0 barrouter/requirements.txt
+0 −0 barrouter/searcher/__init__.py
+2 −0 barrouter/searcher/models.py
+59 −0 barrouter/searcher/resources.py
+16 −0 barrouter/searcher/tests.py
+6 −0 barrouter/searcher/views.py
+162 −0 barrouter/settings.py
+45 −0 barrouter/static/css/style.css
+0 −0 barrouter/static/favicon.ico
+53 −0 barrouter/static/js/main.coffee
+70 −0 barrouter/static/js/main.js
+7 −0 barrouter/static/js/models.coffee
+9 −0 barrouter/static/js/models.js
+47 −0 barrouter/static/js/reittiopas.coffee
+46 −0 barrouter/static/js/reittiopas.js
+35 −0 barrouter/static/js/utils.coffee
+37 −0 barrouter/static/js/utils.js
+76 −0 barrouter/static/js/views/index.coffee
+85 −0 barrouter/static/js/views/index.js
+46 −0 barrouter/static/js/views/resultMap.coffee
+46 −0 barrouter/static/js/views/resultMap.js
+33 −0 barrouter/static/js/views/results.coffee
+33 −0 barrouter/static/js/views/results.js
+37 −0 barrouter/static/lib/backbone-min.js
+4 −0 barrouter/static/lib/jquery-1.7.1.min.js
+31 −0 barrouter/static/lib/underscore-min.js
+0 −0 barrouter/static/robots.txt
+47 −0 barrouter/static/sass/style.sass
+13 −0 barrouter/static/templates/index.html
+3 −0 barrouter/static/templates/result.html
+1 −0 barrouter/static/templates/resultMap.html
+36 −0 barrouter/templates/index.html
+30 −0 barrouter/urls.py
2 changes: 1 addition & 1 deletion gasomob
Submodule gasomob updated 77 files
+0 −3 PersonalTimeTracker/.gitignore
+0 −1,290 PersonalTimeTracker/backbone.js
+ PersonalTimeTracker/error.png
+0 −1,550 PersonalTimeTracker/handlebars-1.0.0.beta.6.js
+0 −286 PersonalTimeTracker/index.html
+23 −8 README.md
+2 −1 gaso/.gitignore
+74 −10 gaso/app.coffee
+9 −0 gaso/assets/js/application.coffee
+18 −0 gaso/assets/js/helper.coffee
+21 −0 gaso/assets/js/init.coffee
+135 −77 gaso/assets/js/main.coffee
+8 −6 gaso/assets/js/mobileinit.coffee
+2 −0 gaso/assets/js/models/searchcontext.coffee
+70 −2 gaso/assets/js/models/station.coffee
+4 −2 gaso/assets/js/models/stationslist.coffee
+58 −2 gaso/assets/js/models/user.coffee
+99 −0 gaso/assets/js/router.coffee
+0 −55 gaso/assets/js/util.coffee
+119 −6 gaso/assets/js/views/mappage.coffee
+12 −0 gaso/assets/js/views/menupage.coffee
+22 −0 gaso/assets/js/views/stationdetailsview.coffee
+19 −0 gaso/assets/js/views/stationlistitem.coffee
+27 −0 gaso/assets/js/views/stationmarker.coffee
+34 −0 gaso/assets/js/views/stationslistpage.coffee
+65 −0 gaso/assets/js/views/usermarker.coffee
+4 −5 gaso/assets/js/views/usersettingspage.coffee
+507 −0 gaso/dev/snockets.js
+6 −1 gaso/gaso.sh
+10 −8 gaso/package.json
+ gaso/public/images/blue_ball16.png
+ gaso/public/images/blue_ball22.png
+ gaso/public/images/blue_ball32.png
+ gaso/public/images/distance.png
+ gaso/public/images/drop.png
+ gaso/public/images/drop18.png
+ gaso/public/images/euro.png
+ gaso/public/images/stationlogos/abc_100.png
+ gaso/public/images/stationlogos/abc_50.png
+ gaso/public/images/stationlogos/nesteoil_100.png
+ gaso/public/images/stationlogos/nesteoil_50.png
+ gaso/public/images/stationlogos/seo_100.png
+ gaso/public/images/stationlogos/seo_50.png
+ gaso/public/images/stationlogos/shell_100.png
+ gaso/public/images/stationlogos/shell_50.png
+ gaso/public/images/stationlogos/st1_100.png
+ gaso/public/images/stationlogos/st1_50.png
+ gaso/public/images/stationlogos/teboil_100.png
+ gaso/public/images/stationlogos/teboil_50.png
+299 −0 gaso/public/javascripts/lib/backbone.iobind.js
+8 −0 gaso/public/javascripts/lib/backbone.iobind.min.js
+75 −0 gaso/public/javascripts/lib/backbone.iosync.js
+8 −0 gaso/public/javascripts/lib/backbone.iosync.min.js
+16 −4 gaso/public/javascripts/lib/backbone.localStorage.js
+9,266 −0 gaso/public/javascripts/lib/jquery-1.7.1.js
+4 −0 gaso/public/javascripts/lib/jquery-1.7.1.min.js
+7,410 −0 gaso/public/javascripts/lib/jquery.mobile-1.1.0-rc.1.js
+20 −27 gaso/public/javascripts/lib/json2.js
+31 −0 gaso/public/javascripts/lib/underscore-min.js
+0 −0 gaso/public/javascripts/lib/underscore.js
+ gaso/public/lib/images/ajax-loader.gif
+ gaso/public/lib/images/ajax-loader.png
+ gaso/public/lib/images/icons-18-black.png
+ gaso/public/lib/images/icons-18-white.png
+ gaso/public/lib/images/icons-36-black.png
+ gaso/public/lib/images/icons-36-white.png
+2,053 −0 gaso/public/lib/jquery.mobile-1.1.0-rc.2.css
+7,551 −0 gaso/public/lib/jquery.mobile-1.1.0-rc.2.js
+1 −0 gaso/public/stylesheets/.gitignore
+2 −0 gaso/public/stylesheets/jquery.mobile-1.1.0-rc.1.min.css
+0 −0 gaso/public/stylesheets/style.css
+93 −0 gaso/public/stylesheets/style.styl
+7 −0 gaso/routes/index.coffee
+1 −4 gaso/views/index.coffee
+54 −40 gaso/views/layout.coffee
+11 −0 gaso/views/navigation.coffee
+150 −9 gaso/views/templates.coffee
2 changes: 1 addition & 1 deletion team-16
2 changes: 1 addition & 1 deletion team-2
Submodule team-2 updated 49 files
+74 −0 Lab4/index.html
+17 −0 Lab4/server.rb
+6 −0 moco/rails/Gemfile
+2 −0 moco/rails/Gemfile.lock
+1,726 −0 moco/rails/app/assets/javascripts/bootstrap.js
+4 −0 moco/rails/app/assets/javascripts/jquery.js
+1 −1 moco/rails/app/assets/javascripts/moco.js
+0 −0 moco/rails/app/assets/scaffolds.css.scss
+4,583 −0 moco/rails/app/assets/stylesheets/bootstrap.css
+ moco/rails/app/controllers/.presentations_controller.rb.swp
+69 −6 moco/rails/app/controllers/presentations_controller.rb
+13 −0 moco/rails/app/helpers/application_helper.rb
+25 −0 moco/rails/app/views/devise/_links.erb
+12 −0 moco/rails/app/views/devise/confirmations/new.html.erb
+5 −0 moco/rails/app/views/devise/mailer/confirmation_instructions.html.erb
+8 −0 moco/rails/app/views/devise/mailer/reset_password_instructions.html.erb
+7 −0 moco/rails/app/views/devise/mailer/unlock_instructions.html.erb
+16 −0 moco/rails/app/views/devise/passwords/edit.html.erb
+12 −0 moco/rails/app/views/devise/passwords/new.html.erb
+25 −0 moco/rails/app/views/devise/registrations/edit.html.erb
+23 −0 moco/rails/app/views/devise/registrations/new.html.erb
+24 −0 moco/rails/app/views/devise/sessions/new.html.erb
+12 −0 moco/rails/app/views/devise/unlocks/new.html.erb
+ moco/rails/app/views/layouts/.application.html.erb.swo
+ moco/rails/app/views/layouts/.application.html.erb.swp
+31 −3 moco/rails/app/views/layouts/application.html.erb
+ moco/rails/app/views/presentations/._form.html.erb.swp
+ moco/rails/app/views/presentations/.control.html.erb.swp
+ moco/rails/app/views/presentations/.edit.html.erb.swp
+ moco/rails/app/views/presentations/.index.html.erb.swo
+ moco/rails/app/views/presentations/.index.html.erb.swp
+ moco/rails/app/views/presentations/.test.html.erb.swp
+7 −15 moco/rails/app/views/presentations/_form.html.erb
+7 −4 moco/rails/app/views/presentations/control.html.erb
+4 −3 moco/rails/app/views/presentations/edit.html.erb
+16 −23 moco/rails/app/views/presentations/index.html.erb
+12 −0 moco/rails/app/views/presentations/landing.html.erb
+2 −2 moco/rails/app/views/presentations/new.html.erb
+0 −1 moco/rails/app/views/presentations/show.html.erb
+640 −0 moco/rails/app/views/presentations/test.html.erb
+9 −0 moco/rails/app/views/presentations/upload.html.erb
+7 −2 moco/rails/config/routes.rb
+225 −0 moco/rails/db/dev_dumps/moco-dev.sql
+6 −0 moco/rails/db/migrate/20120331083632_add_url_to_presentations.rb
+2 −1 moco/rails/db/schema.rb
+2 −2 moco/rails/public/example_presentation/index.html
+0 −241 moco/rails/public/index.html
+0 −0 moco/rails/public/stassets/basic-animations.css
+0 −0 moco/rails/public/stassets/demo-style.css
2 changes: 1 addition & 1 deletion team-4
2 changes: 1 addition & 1 deletion team-5
Submodule team-5 updated 121 files
2 changes: 1 addition & 1 deletion team-7
Submodule team-7 updated 63 files
+1 −0 .gitignore
+5 −0 Lab4/Gemfile
+248 −0 Lab4/public/index.html
+40 −0 Lab4/server.rb
+2 −0 assets/sahko-outline.svg
+463 −0 assets/t-talo_kerros1.svg
+491 −0 assets/t-talo_kerros2.svg
+430 −0 assets/t-talo_kerros3.svg
+3 −0 scripts/Gemfile
+33 −0 scripts/tilaluntti_dumper.rb
+3,720 −0 scripts/tilaluntti_input.html
+2,013 −0 scripts/tilaluntti_output.json
+42 −0 scripts/tilaluntti_output_converter.rb
+71 −0 server/building.rb
+52 −0 server/building_classes.rb
+4,445 −0 server/building_data.json
+ server/floormaps/grayscale.png
+ server/floormaps/indexed.png
+ server/floormaps/paarakennus-1.png
+ server/floormaps/paarakennus-2.png
+ server/floormaps/rgb.png
+2 −0 server/floormaps/sahko-outline.svg
+71 −0 server/floormaps/t-talo_kerros1_optimized.svg
+75 −0 server/floormaps/t-talo_kerros2_optimized.svg
+64 −0 server/floormaps/t-talo_kerros3_optimized.svg
+136 −1 server/index.html
+100 −0 server/public/base.js
+110 −0 server/public/inside.js
+ server/public/jquery/images/ajax-loader.gif
+ server/public/jquery/images/ajax-loader.png
+ server/public/jquery/images/icons-18-black.png
+ server/public/jquery/images/icons-18-white.png
+ server/public/jquery/images/icons-36-black.png
+ server/public/jquery/images/icons-36-white.png
+4 −0 server/public/jquery/jquery-1.7.1.min.js
+23 −0 server/public/jquery/jquery.json-2.3.min.js
+2 −0 server/public/jquery/jquery.mobile-1.1.0-rc.2.min.css
+177 −0 server/public/jquery/jquery.mobile-1.1.0-rc.2.min.js
+2 −0 server/public/jquery/jquery.mobile.structure-1.1.0-rc.2.min.css
+2 −0 server/public/jquery/jquery.mobile.theme-1.1.0-rc.2.min.css
+1 −0 server/public/markerwithlabel_packed.js
+59 −0 server/public/outside.js
+18 −0 server/public/room_marker.svg
+92 −0 server/public/search.js
+155 −0 server/public/style.css
+63 −7 server/server.rb
+3 −0 server/settings.rb
+0 −1 server/test_data.json
+142 −171 ui-mockup/index.html
+ ui-mockup/jquery/images/ajax-loader.gif
+ ui-mockup/jquery/images/ajax-loader.png
+ ui-mockup/jquery/images/icons-18-black.png
+ ui-mockup/jquery/images/icons-18-white.png
+ ui-mockup/jquery/images/icons-36-black.png
+ ui-mockup/jquery/images/icons-36-white.png
+1,871 −0 ui-mockup/jquery/jquery.mobile-1.1.0-rc.1.css
+7,410 −0 ui-mockup/jquery/jquery.mobile-1.1.0-rc.1.js
+2 −0 ui-mockup/jquery/jquery.mobile-1.1.0-rc.1.min.css
+173 −0 ui-mockup/jquery/jquery.mobile-1.1.0-rc.1.min.js
+861 −0 ui-mockup/jquery/jquery.mobile.structure-1.1.0-rc.1.css
+2 −0 ui-mockup/jquery/jquery.mobile.structure-1.1.0-rc.1.min.css
+47 −0 ui-mockup/list_test.html
+120 −0 ui-mockup/style.css
2 changes: 1 addition & 1 deletion team-9
Submodule team-9 updated 175 files

0 comments on commit 76b7ea5

Please sign in to comment.