compass-jquery-plugin 0.3.0.beta.24 → 0.3.0.beta.25
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +10 -9
- data/VERSION.yml +1 -1
- data/compass-jquery-plugin.gemspec +292 -288
- data/gem_tasks/ical.rake +85 -0
- data/gem_tasks/jqtouch.rake +1 -25
- data/gem_tasks/jrails.rake +127 -94
- data/gem_tasks/jstree.rake +2 -1
- data/gem_tasks/mobile.rake +33 -2
- data/gem_tasks/rubygems.rake +1 -1
- data/gem_tasks/tools.rake +66 -0
- data/lib/{compiler.jar → google-compiler-20100917.jar} +0 -0
- data/lib/handle_js_files.rb +27 -30
- data/lib/jquery/ical.rb +7 -0
- data/lib/jquery/{jqical → ical}/calendar.rb +5 -5
- data/lib/jquery/{jqical → ical}/event.rb +117 -117
- data/lib/jquery/{jqical → ical}/helpers/ui_event_helper.rb +1 -1
- data/lib/jquery/tools.rb +2 -0
- data/lib/js.jar +0 -0
- data/lib/jslint-check.js +36 -0
- data/lib/jslint.js +5500 -0
- data/templates/dynatree/jquery.dynatree.js +1170 -784
- data/templates/dynatree/jquery.dynatree.min.js +77 -67
- data/templates/emulators/emulators/blackberry.landscape.scss +1 -0
- data/templates/emulators/emulators/blackberry.portrait.scss +2 -2
- data/templates/emulators/emulators/blackberry.torch.portrait.png +0 -0
- data/templates/emulators/emulators/iphone.landscape.scss +1 -0
- data/templates/emulators/emulators/iphone.portrait.png +0 -0
- data/templates/emulators/emulators/iphone.portrait.scss +2 -1
- data/templates/emulators/emulators/palm.landscape.scss +1 -0
- data/templates/emulators/emulators/palm.portrait.scss +3 -2
- data/templates/emulators/emulators/palm.pre.portrait.png +0 -0
- data/templates/{jqical → ical}/app/views/shared/_ui_event_for.js.haml +0 -0
- data/templates/ical/config/initializers/ical.rb +7 -0
- data/templates/{jqical/jquery.jqical.js → ical/jquery.ical.js} +0 -0
- data/templates/{jqical/jquery.jqical.min.js → ical/jquery.ical.min.js} +0 -0
- data/templates/{jqical/jquery/jqical.scss → ical/jquery/ical.scss} +1 -1
- data/templates/{jqical/jquery/jqical → ical/jquery/ical}/calendar.png +0 -0
- data/templates/{jqical/jquery/jqical → ical/jquery/ical}/clock.png +0 -0
- data/templates/ical/manifest.rb +10 -0
- data/templates/jqtouch/config/initializers/jqtouch.rb +1 -1
- data/templates/jqtouch/manifest.rb +0 -261
- data/templates/jrails/config/initializers/jrails.rb +3 -3
- data/templates/jrails/{jquery-1.4.3.js → jquery-1.4.4.js} +102 -47
- data/templates/jrails/jquery-1.4.4.min.js +152 -0
- data/templates/jrails/lib/tasks/haml.rake +55 -0
- data/templates/jrails/manifest.rb +4 -2
- data/templates/jstree/jquery.jstree.js +148 -64
- data/templates/jstree/jquery.jstree.min.js +219 -215
- data/templates/mobile/config/initializers/mobile.rb +1 -1
- data/templates/jqtouch/jquery/touch/glyphish/Read me first - license.txt b/data/templates/mobile/glyphish/Read me first - → license.txt +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/01-refresh.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/02-redo.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/03-loopback.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/04-squiggle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/05-shuffle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/06-magnifying-glass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/07-map-marker.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/08-chat.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/09-chat2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/10-medical.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/100-coffee.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/101-gameplan.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/102-walk.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/103-map.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/104-index-cards.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/105-piano.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/106-sliders.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/107-widescreen.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/108-badge.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/109-chicken.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/11-clock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/110-bug.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/111-user.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/112-group.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/113-navigation.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/114-balloon.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/115-bow-and-arrow.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/116-controller.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/117-todo.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/118-coathanger.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/119-piggybank.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/12-eye.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/120-headphones.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/121-lanscape.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/122-stats.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/123-id-card.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/124-bullhorn.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/125-food.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/126-moon.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/127-sock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/128-bone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/129-golf.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/13-target.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/130-dice.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/14-tag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/15-tags.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/16-line-chart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/17-bar-chart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/18-envelope.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/19-gear.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/20-gear2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/21-skull.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/22-skull-n-crossbones.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/23-bird.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/24-gift.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/25-weather.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/26-bandaid.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/27-planet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/28-star.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/29-heart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/30-key.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/31-ipod.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/32-iphone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/33-cabinet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/34-coffee.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/35-shopping-bag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/36-toolbox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/37-suitcase.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/38-airplane.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/39-spraycan.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/40-inbox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/41-picture-frame.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/42-photos.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/43-film-roll.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/44-shoebox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/45-movie1.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/46-movie2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/47-fuel.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/48-fork-and-knife.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/49-battery.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/50-beaker.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/51-outlet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/52-pinetree.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/53-house.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/54-lock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/55-network.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/56-cloud.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/57-download.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/58-bookmark.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/59-flag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/60-signpost.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/61-brightness.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/62-contrast.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/63-runner.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/64-zap.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/65-note.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/66-microphone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/67-tshirt.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/68-paperclip.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/69-display.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/70-tv.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/71-compass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/72-pin.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/73-radar.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/74-location.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/75-phone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/76-baby.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/77-ekg.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/78-stopwatch.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/79-medical-bag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/80-shopping-cart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/81-dashboard.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/82-dogpaw.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/83-calendar.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/84-lightbulb.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/85-trophy.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/86-camera.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/87-wineglass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/88-beermug.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/89-dumbbell.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/90-lifebuoy.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/91-beaker2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/92-testtube.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/93-thermometer.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/94-pill.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/95-equalizer.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/96-book.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/97-puzzle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/98-palette.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/99-umbrella.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/01-refresh.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/02-redo.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/03-loopback.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/04-squiggle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/05-shuffle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/06-magnifying-glass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/07-map-marker.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/08-chat.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/09-chat2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/10-medical.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/100-coffee.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/101-gameplan.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/102-walk.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/103-map.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/104-index-cards.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/105-piano.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/106-sliders.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/107-widescreen.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/108-badge.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/109-chicken.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/11-clock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/110-bug.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/111-user.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/112-group.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/113-navigation.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/114-balloon.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/115-bow-and-arrow.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/116-controller.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/117-todo.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/118-coathanger.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/119-piggybank.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/12-eye.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/120-headphones.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/121-lanscape.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/122-stats.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/123-id-card.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/124-bullhorn.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/125-food.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/126-moon.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/127-sock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/128-bone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/129-golf.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/13-target.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/130-dice.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/14-tag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/15-tags.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/16-line-chart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/17-bar-chart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/18-envelope.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/19-gear.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/20-gear2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/21-skull.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/22-skull-n-crossbones.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/23-bird.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/24-gift.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/25-weather.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/26-bandaid.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/27-planet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/28-star.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/29-heart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/30-key.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/31-ipod.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/32-iphone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/33-cabinet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/34-coffee.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/35-shopping-bag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/36-toolbox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/37-suitcase.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/38-airplane.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/39-spraycan.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/40-inbox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/41-picture-frame.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/42-photos.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/43-film-roll.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/44-shoebox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/45-movie1.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/46-movie2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/47-fuel.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/48-fork-and-knife.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/49-battery.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/50-beaker.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/51-outlet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/52-pinetree.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/53-house.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/54-lock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/55-network.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/56-cloud.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/57-download.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/58-bookmark.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/59-flag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/60-signpost.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/61-brightness.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/62-contrast.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/63-runner.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/64-zap.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/65-note.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/66-microphone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/67-tshirt.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/68-paperclip.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/69-display.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/70-tv.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/71-compass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/72-pin.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/73-radar.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/74-location.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/75-phone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/76-baby.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/77-ekg.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/78-stopwatch.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/79-medical-bag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/80-shopping-cart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/81-dashboard.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/82-dogpaw.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/83-calendar.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/84-lightbulb.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/85-trophy.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/86-camera.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/87-wineglass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/88-beermug.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/89-dumbbell.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/90-lifebuoy.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/91-beaker2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/92-testtube.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/93-thermometer.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/94-pill.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/95-equalizer.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/96-book.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/97-puzzle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/98-palette.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/99-umbrella.png +0 -0
- data/templates/mobile/jquery.mobile.js +380 -179
- data/templates/mobile/jquery.mobile.min.js +3 -3
- data/templates/mobile/jquery/mobile/_base.scss +9 -10
- data/templates/mobile/jquery/mobile/default/ajax-loader.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-18-black.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-18-white.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-36-black.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-36-white.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/ajax-loader.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-18-black.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-18-white.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-36-black.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-36-white.png +0 -0
- data/templates/mobile/lib/tasks/jquery.mobile.rake +106 -0
- data/templates/mobile/manifest.rb +262 -2
- data/templates/{jqtools/config/initializers/jqtools.rb → tools/config/initializers/tools.rb} +2 -2
- data/templates/{jqtools → tools}/jquery.tools.js +0 -0
- data/templates/{jqtools → tools}/jquery.tools.min.js +0 -0
- data/templates/tools/lib/tasks/jquery.tools.rake +43 -0
- data/templates/tools/manifest.rb +7 -0
- metadata +293 -289
- data/gem_tasks/jqical.rake +0 -86
- data/gem_tasks/jqtools.rake +0 -60
- data/lib/jquery/jqical.rb +0 -7
- data/lib/jquery/jqtools.rb +0 -2
- data/templates/jqical/config/initializers/jqical.rb +0 -7
- data/templates/jqical/manifest.rb +0 -10
- data/templates/jqtools/manifest.rb +0 -6
- data/templates/jrails/jquery-1.4.3.min.js +0 -152
- data/templates/mobile/jquery/mobile/default/ajax-loader.gif +0 -0
- data/templates/mobile/jquery/mobile/valencia/ajax-loader.gif +0 -0
data/templates/{jqtools/config/initializers/jqtools.rb → tools/config/initializers/tools.rb}
RENAMED
@@ -1,3 +1,3 @@
|
|
1
|
-
require 'jquery/
|
1
|
+
require 'jquery/tools'
|
2
2
|
|
3
|
-
ActionView::Helpers::AssetTagHelper.register_javascript_expansion :
|
3
|
+
ActionView::Helpers::AssetTagHelper.register_javascript_expansion :tools => ['jquery.tools.min']
|
File without changes
|
File without changes
|
@@ -0,0 +1,43 @@
|
|
1
|
+
require 'fileutils'
|
2
|
+
JQ_TOOLS_SRC = File.join(RAILS_ROOT, 'tmp', 'jquerytools')
|
3
|
+
|
4
|
+
def convert2haml(src, dest)
|
5
|
+
system "html2haml -x #{src} #{dest}"
|
6
|
+
puts "Converted: #{src}"
|
7
|
+
end
|
8
|
+
|
9
|
+
def cleanup(pattern)
|
10
|
+
puts "Cleanup started for: #{pattern}"
|
11
|
+
Dir["#{pattern}"].each do |file|
|
12
|
+
FileUtils.remove_file file if File.exists? file
|
13
|
+
puts "Removed: #{file}"
|
14
|
+
end
|
15
|
+
puts "Cleanup finished for: #{pattern}"
|
16
|
+
end
|
17
|
+
|
18
|
+
namespace :jquery do
|
19
|
+
namespace :tools do
|
20
|
+
|
21
|
+
namespace :haml do
|
22
|
+
desc 'Cleanup directory'
|
23
|
+
task :cleanup, :dir do | t, args |
|
24
|
+
cleanup(args[:dir])
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
namespace :convert do
|
29
|
+
desc 'Convert /test files to haml'
|
30
|
+
task :test do
|
31
|
+
puts "Haml conversion started for /test files:"
|
32
|
+
|
33
|
+
path = File.join(JQ_TOOLS_SRC, 'test')
|
34
|
+
cleanup("#{path}/**/*.html.haml")
|
35
|
+
Dir["#{path}/**/*.htm"].each do |src|
|
36
|
+
dest = src.gsub(/\.htm$/, '.html.haml')
|
37
|
+
convert2haml(src, dest)
|
38
|
+
end
|
39
|
+
puts "Haml conversion finished for /test files."
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-jquery-plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 62196385
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 0
|
10
10
|
- beta
|
11
|
-
-
|
12
|
-
version: 0.3.0.beta.
|
11
|
+
- 25
|
12
|
+
version: 0.3.0.beta.25
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Kosmas Schuetz
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2010-11-
|
20
|
+
date: 2010-11-07 00:00:00 +01:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
@@ -89,9 +89,8 @@ files:
|
|
89
89
|
- compass-jquery-plugin.gemspec
|
90
90
|
- gem_tasks/dynatree.rake
|
91
91
|
- gem_tasks/emulators.rake
|
92
|
+
- gem_tasks/ical.rake
|
92
93
|
- gem_tasks/jqgrid.rake
|
93
|
-
- gem_tasks/jqical.rake
|
94
|
-
- gem_tasks/jqtools.rake
|
95
94
|
- gem_tasks/jqtouch.rake
|
96
95
|
- gem_tasks/jrails.rake
|
97
96
|
- gem_tasks/jstree.rake
|
@@ -99,7 +98,8 @@ files:
|
|
99
98
|
- gem_tasks/ribbon.rake
|
100
99
|
- gem_tasks/rubygems.rake
|
101
100
|
- gem_tasks/secret_sauce.rake
|
102
|
-
-
|
101
|
+
- gem_tasks/tools.rake
|
102
|
+
- lib/google-compiler-20100917.jar
|
103
103
|
- lib/handle_attributes.rb
|
104
104
|
- lib/handle_js_files.rb
|
105
105
|
- lib/jquery.mobile.rb
|
@@ -116,13 +116,12 @@ files:
|
|
116
116
|
- lib/jquery/gridify/grid_finder.rb
|
117
117
|
- lib/jquery/gridify/grid_options.rb
|
118
118
|
- lib/jquery/gridify/grid_view.rb
|
119
|
+
- lib/jquery/ical.rb
|
120
|
+
- lib/jquery/ical/calendar.rb
|
121
|
+
- lib/jquery/ical/event.rb
|
122
|
+
- lib/jquery/ical/helpers/ui_event_helper.rb
|
119
123
|
- lib/jquery/jqgrid.rb
|
120
124
|
- lib/jquery/jqgrid/jqgrid.rb
|
121
|
-
- lib/jquery/jqical.rb
|
122
|
-
- lib/jquery/jqical/calendar.rb
|
123
|
-
- lib/jquery/jqical/event.rb
|
124
|
-
- lib/jquery/jqical/helpers/ui_event_helper.rb
|
125
|
-
- lib/jquery/jqtools.rb
|
126
125
|
- lib/jquery/jqtouch.rb
|
127
126
|
- lib/jquery/jquery_auto_complete.rb
|
128
127
|
- lib/jquery/jquery_selector_assertions.rb
|
@@ -137,6 +136,10 @@ files:
|
|
137
136
|
- lib/jquery/secret_sauce/helpers/ui_form_helper.rb
|
138
137
|
- lib/jquery/secret_sauce/helpers/ui_grid_helper.rb
|
139
138
|
- lib/jquery/secret_sauce/model/find_for_grid.rb
|
139
|
+
- lib/jquery/tools.rb
|
140
|
+
- lib/js.jar
|
141
|
+
- lib/jslint-check.js
|
142
|
+
- lib/jslint.js
|
140
143
|
- lib/yuicompressor-2.4.2.jar
|
141
144
|
- spec/compass-jquery-plugin_spec.rb
|
142
145
|
- spec/spec.opts
|
@@ -303,6 +306,14 @@ files:
|
|
303
306
|
- templates/emulators/emulators/palm.pre.landscape.png
|
304
307
|
- templates/emulators/emulators/palm.pre.portrait.png
|
305
308
|
- templates/emulators/manifest.rb
|
309
|
+
- templates/ical/app/views/shared/_ui_event_for.js.haml
|
310
|
+
- templates/ical/config/initializers/ical.rb
|
311
|
+
- templates/ical/jquery.ical.js
|
312
|
+
- templates/ical/jquery.ical.min.js
|
313
|
+
- templates/ical/jquery/ical.scss
|
314
|
+
- templates/ical/jquery/ical/calendar.png
|
315
|
+
- templates/ical/jquery/ical/clock.png
|
316
|
+
- templates/ical/manifest.rb
|
306
317
|
- templates/jqgrid/config/initializers/jqgrid.rb
|
307
318
|
- templates/jqgrid/config/locales/jquery/jqgrid/de.yml
|
308
319
|
- templates/jqgrid/config/locales/jquery/jqgrid/en.yml
|
@@ -371,18 +382,6 @@ files:
|
|
371
382
|
- templates/jqgrid/jquery/jqGrid.scss
|
372
383
|
- templates/jqgrid/manifest.rb
|
373
384
|
- templates/jqgrid/public/stylesheets/ellipsis-xbl.xml
|
374
|
-
- templates/jqical/app/views/shared/_ui_event_for.js.haml
|
375
|
-
- templates/jqical/config/initializers/jqical.rb
|
376
|
-
- templates/jqical/jquery.jqical.js
|
377
|
-
- templates/jqical/jquery.jqical.min.js
|
378
|
-
- templates/jqical/jquery/jqical.scss
|
379
|
-
- templates/jqical/jquery/jqical/calendar.png
|
380
|
-
- templates/jqical/jquery/jqical/clock.png
|
381
|
-
- templates/jqical/manifest.rb
|
382
|
-
- templates/jqtools/config/initializers/jqtools.rb
|
383
|
-
- templates/jqtools/jquery.tools.js
|
384
|
-
- templates/jqtools/jquery.tools.min.js
|
385
|
-
- templates/jqtools/manifest.rb
|
386
385
|
- templates/jqtouch/config/initializers/jqtouch.rb
|
387
386
|
- templates/jqtouch/jquery.jqtouch.js
|
388
387
|
- templates/jqtouch/jquery.jqtouch.min.js
|
@@ -420,267 +419,6 @@ files:
|
|
420
419
|
- templates/jqtouch/jquery/touch/default/loading.gif
|
421
420
|
- templates/jqtouch/jquery/touch/default/toggleSwitch.png
|
422
421
|
- templates/jqtouch/jquery/touch/default/toolbarBackground.png
|
423
|
-
- templates/jqtouch/jquery/touch/glyphish/Read me first - license.txt
|
424
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/01-refresh.png
|
425
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/02-redo.png
|
426
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/03-loopback.png
|
427
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/04-squiggle.png
|
428
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/05-shuffle.png
|
429
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/06-magnifying-glass.png
|
430
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/07-map-marker.png
|
431
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/08-chat.png
|
432
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/09-chat2.png
|
433
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/10-medical.png
|
434
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/100-coffee.png
|
435
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/101-gameplan.png
|
436
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/102-walk.png
|
437
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/103-map.png
|
438
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/104-index-cards.png
|
439
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/105-piano.png
|
440
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/106-sliders.png
|
441
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/107-widescreen.png
|
442
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/108-badge.png
|
443
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/109-chicken.png
|
444
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/11-clock.png
|
445
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/110-bug.png
|
446
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/111-user.png
|
447
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/112-group.png
|
448
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/113-navigation.png
|
449
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/114-balloon.png
|
450
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/115-bow-and-arrow.png
|
451
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/116-controller.png
|
452
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/117-todo.png
|
453
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/118-coathanger.png
|
454
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/119-piggybank.png
|
455
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/12-eye.png
|
456
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/120-headphones.png
|
457
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/121-lanscape.png
|
458
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/122-stats.png
|
459
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/123-id-card.png
|
460
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/124-bullhorn.png
|
461
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/125-food.png
|
462
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/126-moon.png
|
463
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/127-sock.png
|
464
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/128-bone.png
|
465
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/129-golf.png
|
466
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/13-target.png
|
467
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/130-dice.png
|
468
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/14-tag.png
|
469
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/15-tags.png
|
470
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/16-line-chart.png
|
471
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/17-bar-chart.png
|
472
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/18-envelope.png
|
473
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/19-gear.png
|
474
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/20-gear2.png
|
475
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/21-skull.png
|
476
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/22-skull-n-crossbones.png
|
477
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/23-bird.png
|
478
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/24-gift.png
|
479
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/25-weather.png
|
480
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/26-bandaid.png
|
481
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/27-planet.png
|
482
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/28-star.png
|
483
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/29-heart.png
|
484
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/30-key.png
|
485
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/31-ipod.png
|
486
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/32-iphone.png
|
487
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/33-cabinet.png
|
488
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/34-coffee.png
|
489
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/35-shopping-bag.png
|
490
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/36-toolbox.png
|
491
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/37-suitcase.png
|
492
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/38-airplane.png
|
493
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/39-spraycan.png
|
494
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/40-inbox.png
|
495
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/41-picture-frame.png
|
496
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/42-photos.png
|
497
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/43-film-roll.png
|
498
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/44-shoebox.png
|
499
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/45-movie1.png
|
500
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/46-movie2.png
|
501
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/47-fuel.png
|
502
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/48-fork-and-knife.png
|
503
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/49-battery.png
|
504
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/50-beaker.png
|
505
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/51-outlet.png
|
506
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/52-pinetree.png
|
507
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/53-house.png
|
508
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/54-lock.png
|
509
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/55-network.png
|
510
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/56-cloud.png
|
511
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/57-download.png
|
512
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/58-bookmark.png
|
513
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/59-flag.png
|
514
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/60-signpost.png
|
515
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/61-brightness.png
|
516
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/62-contrast.png
|
517
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/63-runner.png
|
518
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/64-zap.png
|
519
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/65-note.png
|
520
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/66-microphone.png
|
521
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/67-tshirt.png
|
522
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/68-paperclip.png
|
523
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/69-display.png
|
524
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/70-tv.png
|
525
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/71-compass.png
|
526
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/72-pin.png
|
527
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/73-radar.png
|
528
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/74-location.png
|
529
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/75-phone.png
|
530
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/76-baby.png
|
531
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/77-ekg.png
|
532
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/78-stopwatch.png
|
533
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/79-medical-bag.png
|
534
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/80-shopping-cart.png
|
535
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/81-dashboard.png
|
536
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/82-dogpaw.png
|
537
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/83-calendar.png
|
538
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/84-lightbulb.png
|
539
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/85-trophy.png
|
540
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/86-camera.png
|
541
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/87-wineglass.png
|
542
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/88-beermug.png
|
543
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/89-dumbbell.png
|
544
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/90-lifebuoy.png
|
545
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/91-beaker2.png
|
546
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/92-testtube.png
|
547
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/93-thermometer.png
|
548
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/94-pill.png
|
549
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/95-equalizer.png
|
550
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/96-book.png
|
551
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/97-puzzle.png
|
552
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/98-palette.png
|
553
|
-
- templates/jqtouch/jquery/touch/glyphish/icons/99-umbrella.png
|
554
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/01-refresh.png
|
555
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/02-redo.png
|
556
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/03-loopback.png
|
557
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/04-squiggle.png
|
558
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/05-shuffle.png
|
559
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/06-magnifying-glass.png
|
560
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/07-map-marker.png
|
561
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/08-chat.png
|
562
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/09-chat2.png
|
563
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/10-medical.png
|
564
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/100-coffee.png
|
565
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/101-gameplan.png
|
566
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/102-walk.png
|
567
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/103-map.png
|
568
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/104-index-cards.png
|
569
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/105-piano.png
|
570
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/106-sliders.png
|
571
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/107-widescreen.png
|
572
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/108-badge.png
|
573
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/109-chicken.png
|
574
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/11-clock.png
|
575
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/110-bug.png
|
576
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/111-user.png
|
577
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/112-group.png
|
578
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/113-navigation.png
|
579
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/114-balloon.png
|
580
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/115-bow-and-arrow.png
|
581
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/116-controller.png
|
582
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/117-todo.png
|
583
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/118-coathanger.png
|
584
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/119-piggybank.png
|
585
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/12-eye.png
|
586
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/120-headphones.png
|
587
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/121-lanscape.png
|
588
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/122-stats.png
|
589
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/123-id-card.png
|
590
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/124-bullhorn.png
|
591
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/125-food.png
|
592
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/126-moon.png
|
593
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/127-sock.png
|
594
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/128-bone.png
|
595
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/129-golf.png
|
596
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/13-target.png
|
597
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/130-dice.png
|
598
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/14-tag.png
|
599
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/15-tags.png
|
600
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/16-line-chart.png
|
601
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/17-bar-chart.png
|
602
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/18-envelope.png
|
603
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/19-gear.png
|
604
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/20-gear2.png
|
605
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/21-skull.png
|
606
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/22-skull-n-crossbones.png
|
607
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/23-bird.png
|
608
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/24-gift.png
|
609
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/25-weather.png
|
610
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/26-bandaid.png
|
611
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/27-planet.png
|
612
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/28-star.png
|
613
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/29-heart.png
|
614
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/30-key.png
|
615
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/31-ipod.png
|
616
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/32-iphone.png
|
617
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/33-cabinet.png
|
618
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/34-coffee.png
|
619
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/35-shopping-bag.png
|
620
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/36-toolbox.png
|
621
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/37-suitcase.png
|
622
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/38-airplane.png
|
623
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/39-spraycan.png
|
624
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/40-inbox.png
|
625
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/41-picture-frame.png
|
626
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/42-photos.png
|
627
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/43-film-roll.png
|
628
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/44-shoebox.png
|
629
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/45-movie1.png
|
630
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/46-movie2.png
|
631
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/47-fuel.png
|
632
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/48-fork-and-knife.png
|
633
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/49-battery.png
|
634
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/50-beaker.png
|
635
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/51-outlet.png
|
636
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/52-pinetree.png
|
637
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/53-house.png
|
638
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/54-lock.png
|
639
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/55-network.png
|
640
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/56-cloud.png
|
641
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/57-download.png
|
642
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/58-bookmark.png
|
643
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/59-flag.png
|
644
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/60-signpost.png
|
645
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/61-brightness.png
|
646
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/62-contrast.png
|
647
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/63-runner.png
|
648
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/64-zap.png
|
649
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/65-note.png
|
650
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/66-microphone.png
|
651
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/67-tshirt.png
|
652
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/68-paperclip.png
|
653
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/69-display.png
|
654
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/70-tv.png
|
655
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/71-compass.png
|
656
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/72-pin.png
|
657
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/73-radar.png
|
658
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/74-location.png
|
659
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/75-phone.png
|
660
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/76-baby.png
|
661
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/77-ekg.png
|
662
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/78-stopwatch.png
|
663
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/79-medical-bag.png
|
664
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/80-shopping-cart.png
|
665
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/81-dashboard.png
|
666
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/82-dogpaw.png
|
667
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/83-calendar.png
|
668
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/84-lightbulb.png
|
669
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/85-trophy.png
|
670
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/86-camera.png
|
671
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/87-wineglass.png
|
672
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/88-beermug.png
|
673
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/89-dumbbell.png
|
674
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/90-lifebuoy.png
|
675
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/91-beaker2.png
|
676
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/92-testtube.png
|
677
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/93-thermometer.png
|
678
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/94-pill.png
|
679
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/95-equalizer.png
|
680
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/96-book.png
|
681
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/97-puzzle.png
|
682
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/98-palette.png
|
683
|
-
- templates/jqtouch/jquery/touch/glyphish/mini-icons/99-umbrella.png
|
684
422
|
- templates/jqtouch/jquery/touch/ical/bottom_bar.png
|
685
423
|
- templates/jqtouch/jquery/touch/ical/calpad.jpg
|
686
424
|
- templates/jqtouch/jquery/touch/ical/cells.png
|
@@ -839,8 +577,8 @@ files:
|
|
839
577
|
- templates/jrails/i18n/jquery.ui/datepicker-zh-HK.min.js
|
840
578
|
- templates/jrails/i18n/jquery.ui/datepicker-zh-TW.js
|
841
579
|
- templates/jrails/i18n/jquery.ui/datepicker-zh-TW.min.js
|
842
|
-
- templates/jrails/jquery-1.4.
|
843
|
-
- templates/jrails/jquery-1.4.
|
580
|
+
- templates/jrails/jquery-1.4.4.js
|
581
|
+
- templates/jrails/jquery-1.4.4.min.js
|
844
582
|
- templates/jrails/jquery-ui-1.8.6.js
|
845
583
|
- templates/jrails/jquery-ui-1.8.6.min.js
|
846
584
|
- templates/jrails/jquery.bgiframe.js
|
@@ -1322,6 +1060,7 @@ files:
|
|
1322
1060
|
- templates/jrails/jquery/ui/vader/ui-icons_f29a00_256x240.png
|
1323
1061
|
- templates/jrails/jrails.js
|
1324
1062
|
- templates/jrails/jrails.min.js
|
1063
|
+
- templates/jrails/lib/tasks/haml.rake
|
1325
1064
|
- templates/jrails/manifest.rb
|
1326
1065
|
- templates/jrails/partials/_flash_messages.scss
|
1327
1066
|
- templates/jstree/config/initializers/jstree.rb
|
@@ -1358,11 +1097,271 @@ files:
|
|
1358
1097
|
- templates/jstree/jquery/jstree/default/throbber.gif
|
1359
1098
|
- templates/jstree/manifest.rb
|
1360
1099
|
- templates/mobile/config/initializers/mobile.rb
|
1100
|
+
- templates/mobile/glyphish/Read me first - license.txt
|
1101
|
+
- templates/mobile/glyphish/icons/01-refresh.png
|
1102
|
+
- templates/mobile/glyphish/icons/02-redo.png
|
1103
|
+
- templates/mobile/glyphish/icons/03-loopback.png
|
1104
|
+
- templates/mobile/glyphish/icons/04-squiggle.png
|
1105
|
+
- templates/mobile/glyphish/icons/05-shuffle.png
|
1106
|
+
- templates/mobile/glyphish/icons/06-magnifying-glass.png
|
1107
|
+
- templates/mobile/glyphish/icons/07-map-marker.png
|
1108
|
+
- templates/mobile/glyphish/icons/08-chat.png
|
1109
|
+
- templates/mobile/glyphish/icons/09-chat2.png
|
1110
|
+
- templates/mobile/glyphish/icons/10-medical.png
|
1111
|
+
- templates/mobile/glyphish/icons/100-coffee.png
|
1112
|
+
- templates/mobile/glyphish/icons/101-gameplan.png
|
1113
|
+
- templates/mobile/glyphish/icons/102-walk.png
|
1114
|
+
- templates/mobile/glyphish/icons/103-map.png
|
1115
|
+
- templates/mobile/glyphish/icons/104-index-cards.png
|
1116
|
+
- templates/mobile/glyphish/icons/105-piano.png
|
1117
|
+
- templates/mobile/glyphish/icons/106-sliders.png
|
1118
|
+
- templates/mobile/glyphish/icons/107-widescreen.png
|
1119
|
+
- templates/mobile/glyphish/icons/108-badge.png
|
1120
|
+
- templates/mobile/glyphish/icons/109-chicken.png
|
1121
|
+
- templates/mobile/glyphish/icons/11-clock.png
|
1122
|
+
- templates/mobile/glyphish/icons/110-bug.png
|
1123
|
+
- templates/mobile/glyphish/icons/111-user.png
|
1124
|
+
- templates/mobile/glyphish/icons/112-group.png
|
1125
|
+
- templates/mobile/glyphish/icons/113-navigation.png
|
1126
|
+
- templates/mobile/glyphish/icons/114-balloon.png
|
1127
|
+
- templates/mobile/glyphish/icons/115-bow-and-arrow.png
|
1128
|
+
- templates/mobile/glyphish/icons/116-controller.png
|
1129
|
+
- templates/mobile/glyphish/icons/117-todo.png
|
1130
|
+
- templates/mobile/glyphish/icons/118-coathanger.png
|
1131
|
+
- templates/mobile/glyphish/icons/119-piggybank.png
|
1132
|
+
- templates/mobile/glyphish/icons/12-eye.png
|
1133
|
+
- templates/mobile/glyphish/icons/120-headphones.png
|
1134
|
+
- templates/mobile/glyphish/icons/121-lanscape.png
|
1135
|
+
- templates/mobile/glyphish/icons/122-stats.png
|
1136
|
+
- templates/mobile/glyphish/icons/123-id-card.png
|
1137
|
+
- templates/mobile/glyphish/icons/124-bullhorn.png
|
1138
|
+
- templates/mobile/glyphish/icons/125-food.png
|
1139
|
+
- templates/mobile/glyphish/icons/126-moon.png
|
1140
|
+
- templates/mobile/glyphish/icons/127-sock.png
|
1141
|
+
- templates/mobile/glyphish/icons/128-bone.png
|
1142
|
+
- templates/mobile/glyphish/icons/129-golf.png
|
1143
|
+
- templates/mobile/glyphish/icons/13-target.png
|
1144
|
+
- templates/mobile/glyphish/icons/130-dice.png
|
1145
|
+
- templates/mobile/glyphish/icons/14-tag.png
|
1146
|
+
- templates/mobile/glyphish/icons/15-tags.png
|
1147
|
+
- templates/mobile/glyphish/icons/16-line-chart.png
|
1148
|
+
- templates/mobile/glyphish/icons/17-bar-chart.png
|
1149
|
+
- templates/mobile/glyphish/icons/18-envelope.png
|
1150
|
+
- templates/mobile/glyphish/icons/19-gear.png
|
1151
|
+
- templates/mobile/glyphish/icons/20-gear2.png
|
1152
|
+
- templates/mobile/glyphish/icons/21-skull.png
|
1153
|
+
- templates/mobile/glyphish/icons/22-skull-n-crossbones.png
|
1154
|
+
- templates/mobile/glyphish/icons/23-bird.png
|
1155
|
+
- templates/mobile/glyphish/icons/24-gift.png
|
1156
|
+
- templates/mobile/glyphish/icons/25-weather.png
|
1157
|
+
- templates/mobile/glyphish/icons/26-bandaid.png
|
1158
|
+
- templates/mobile/glyphish/icons/27-planet.png
|
1159
|
+
- templates/mobile/glyphish/icons/28-star.png
|
1160
|
+
- templates/mobile/glyphish/icons/29-heart.png
|
1161
|
+
- templates/mobile/glyphish/icons/30-key.png
|
1162
|
+
- templates/mobile/glyphish/icons/31-ipod.png
|
1163
|
+
- templates/mobile/glyphish/icons/32-iphone.png
|
1164
|
+
- templates/mobile/glyphish/icons/33-cabinet.png
|
1165
|
+
- templates/mobile/glyphish/icons/34-coffee.png
|
1166
|
+
- templates/mobile/glyphish/icons/35-shopping-bag.png
|
1167
|
+
- templates/mobile/glyphish/icons/36-toolbox.png
|
1168
|
+
- templates/mobile/glyphish/icons/37-suitcase.png
|
1169
|
+
- templates/mobile/glyphish/icons/38-airplane.png
|
1170
|
+
- templates/mobile/glyphish/icons/39-spraycan.png
|
1171
|
+
- templates/mobile/glyphish/icons/40-inbox.png
|
1172
|
+
- templates/mobile/glyphish/icons/41-picture-frame.png
|
1173
|
+
- templates/mobile/glyphish/icons/42-photos.png
|
1174
|
+
- templates/mobile/glyphish/icons/43-film-roll.png
|
1175
|
+
- templates/mobile/glyphish/icons/44-shoebox.png
|
1176
|
+
- templates/mobile/glyphish/icons/45-movie1.png
|
1177
|
+
- templates/mobile/glyphish/icons/46-movie2.png
|
1178
|
+
- templates/mobile/glyphish/icons/47-fuel.png
|
1179
|
+
- templates/mobile/glyphish/icons/48-fork-and-knife.png
|
1180
|
+
- templates/mobile/glyphish/icons/49-battery.png
|
1181
|
+
- templates/mobile/glyphish/icons/50-beaker.png
|
1182
|
+
- templates/mobile/glyphish/icons/51-outlet.png
|
1183
|
+
- templates/mobile/glyphish/icons/52-pinetree.png
|
1184
|
+
- templates/mobile/glyphish/icons/53-house.png
|
1185
|
+
- templates/mobile/glyphish/icons/54-lock.png
|
1186
|
+
- templates/mobile/glyphish/icons/55-network.png
|
1187
|
+
- templates/mobile/glyphish/icons/56-cloud.png
|
1188
|
+
- templates/mobile/glyphish/icons/57-download.png
|
1189
|
+
- templates/mobile/glyphish/icons/58-bookmark.png
|
1190
|
+
- templates/mobile/glyphish/icons/59-flag.png
|
1191
|
+
- templates/mobile/glyphish/icons/60-signpost.png
|
1192
|
+
- templates/mobile/glyphish/icons/61-brightness.png
|
1193
|
+
- templates/mobile/glyphish/icons/62-contrast.png
|
1194
|
+
- templates/mobile/glyphish/icons/63-runner.png
|
1195
|
+
- templates/mobile/glyphish/icons/64-zap.png
|
1196
|
+
- templates/mobile/glyphish/icons/65-note.png
|
1197
|
+
- templates/mobile/glyphish/icons/66-microphone.png
|
1198
|
+
- templates/mobile/glyphish/icons/67-tshirt.png
|
1199
|
+
- templates/mobile/glyphish/icons/68-paperclip.png
|
1200
|
+
- templates/mobile/glyphish/icons/69-display.png
|
1201
|
+
- templates/mobile/glyphish/icons/70-tv.png
|
1202
|
+
- templates/mobile/glyphish/icons/71-compass.png
|
1203
|
+
- templates/mobile/glyphish/icons/72-pin.png
|
1204
|
+
- templates/mobile/glyphish/icons/73-radar.png
|
1205
|
+
- templates/mobile/glyphish/icons/74-location.png
|
1206
|
+
- templates/mobile/glyphish/icons/75-phone.png
|
1207
|
+
- templates/mobile/glyphish/icons/76-baby.png
|
1208
|
+
- templates/mobile/glyphish/icons/77-ekg.png
|
1209
|
+
- templates/mobile/glyphish/icons/78-stopwatch.png
|
1210
|
+
- templates/mobile/glyphish/icons/79-medical-bag.png
|
1211
|
+
- templates/mobile/glyphish/icons/80-shopping-cart.png
|
1212
|
+
- templates/mobile/glyphish/icons/81-dashboard.png
|
1213
|
+
- templates/mobile/glyphish/icons/82-dogpaw.png
|
1214
|
+
- templates/mobile/glyphish/icons/83-calendar.png
|
1215
|
+
- templates/mobile/glyphish/icons/84-lightbulb.png
|
1216
|
+
- templates/mobile/glyphish/icons/85-trophy.png
|
1217
|
+
- templates/mobile/glyphish/icons/86-camera.png
|
1218
|
+
- templates/mobile/glyphish/icons/87-wineglass.png
|
1219
|
+
- templates/mobile/glyphish/icons/88-beermug.png
|
1220
|
+
- templates/mobile/glyphish/icons/89-dumbbell.png
|
1221
|
+
- templates/mobile/glyphish/icons/90-lifebuoy.png
|
1222
|
+
- templates/mobile/glyphish/icons/91-beaker2.png
|
1223
|
+
- templates/mobile/glyphish/icons/92-testtube.png
|
1224
|
+
- templates/mobile/glyphish/icons/93-thermometer.png
|
1225
|
+
- templates/mobile/glyphish/icons/94-pill.png
|
1226
|
+
- templates/mobile/glyphish/icons/95-equalizer.png
|
1227
|
+
- templates/mobile/glyphish/icons/96-book.png
|
1228
|
+
- templates/mobile/glyphish/icons/97-puzzle.png
|
1229
|
+
- templates/mobile/glyphish/icons/98-palette.png
|
1230
|
+
- templates/mobile/glyphish/icons/99-umbrella.png
|
1231
|
+
- templates/mobile/glyphish/mini-icons/01-refresh.png
|
1232
|
+
- templates/mobile/glyphish/mini-icons/02-redo.png
|
1233
|
+
- templates/mobile/glyphish/mini-icons/03-loopback.png
|
1234
|
+
- templates/mobile/glyphish/mini-icons/04-squiggle.png
|
1235
|
+
- templates/mobile/glyphish/mini-icons/05-shuffle.png
|
1236
|
+
- templates/mobile/glyphish/mini-icons/06-magnifying-glass.png
|
1237
|
+
- templates/mobile/glyphish/mini-icons/07-map-marker.png
|
1238
|
+
- templates/mobile/glyphish/mini-icons/08-chat.png
|
1239
|
+
- templates/mobile/glyphish/mini-icons/09-chat2.png
|
1240
|
+
- templates/mobile/glyphish/mini-icons/10-medical.png
|
1241
|
+
- templates/mobile/glyphish/mini-icons/100-coffee.png
|
1242
|
+
- templates/mobile/glyphish/mini-icons/101-gameplan.png
|
1243
|
+
- templates/mobile/glyphish/mini-icons/102-walk.png
|
1244
|
+
- templates/mobile/glyphish/mini-icons/103-map.png
|
1245
|
+
- templates/mobile/glyphish/mini-icons/104-index-cards.png
|
1246
|
+
- templates/mobile/glyphish/mini-icons/105-piano.png
|
1247
|
+
- templates/mobile/glyphish/mini-icons/106-sliders.png
|
1248
|
+
- templates/mobile/glyphish/mini-icons/107-widescreen.png
|
1249
|
+
- templates/mobile/glyphish/mini-icons/108-badge.png
|
1250
|
+
- templates/mobile/glyphish/mini-icons/109-chicken.png
|
1251
|
+
- templates/mobile/glyphish/mini-icons/11-clock.png
|
1252
|
+
- templates/mobile/glyphish/mini-icons/110-bug.png
|
1253
|
+
- templates/mobile/glyphish/mini-icons/111-user.png
|
1254
|
+
- templates/mobile/glyphish/mini-icons/112-group.png
|
1255
|
+
- templates/mobile/glyphish/mini-icons/113-navigation.png
|
1256
|
+
- templates/mobile/glyphish/mini-icons/114-balloon.png
|
1257
|
+
- templates/mobile/glyphish/mini-icons/115-bow-and-arrow.png
|
1258
|
+
- templates/mobile/glyphish/mini-icons/116-controller.png
|
1259
|
+
- templates/mobile/glyphish/mini-icons/117-todo.png
|
1260
|
+
- templates/mobile/glyphish/mini-icons/118-coathanger.png
|
1261
|
+
- templates/mobile/glyphish/mini-icons/119-piggybank.png
|
1262
|
+
- templates/mobile/glyphish/mini-icons/12-eye.png
|
1263
|
+
- templates/mobile/glyphish/mini-icons/120-headphones.png
|
1264
|
+
- templates/mobile/glyphish/mini-icons/121-lanscape.png
|
1265
|
+
- templates/mobile/glyphish/mini-icons/122-stats.png
|
1266
|
+
- templates/mobile/glyphish/mini-icons/123-id-card.png
|
1267
|
+
- templates/mobile/glyphish/mini-icons/124-bullhorn.png
|
1268
|
+
- templates/mobile/glyphish/mini-icons/125-food.png
|
1269
|
+
- templates/mobile/glyphish/mini-icons/126-moon.png
|
1270
|
+
- templates/mobile/glyphish/mini-icons/127-sock.png
|
1271
|
+
- templates/mobile/glyphish/mini-icons/128-bone.png
|
1272
|
+
- templates/mobile/glyphish/mini-icons/129-golf.png
|
1273
|
+
- templates/mobile/glyphish/mini-icons/13-target.png
|
1274
|
+
- templates/mobile/glyphish/mini-icons/130-dice.png
|
1275
|
+
- templates/mobile/glyphish/mini-icons/14-tag.png
|
1276
|
+
- templates/mobile/glyphish/mini-icons/15-tags.png
|
1277
|
+
- templates/mobile/glyphish/mini-icons/16-line-chart.png
|
1278
|
+
- templates/mobile/glyphish/mini-icons/17-bar-chart.png
|
1279
|
+
- templates/mobile/glyphish/mini-icons/18-envelope.png
|
1280
|
+
- templates/mobile/glyphish/mini-icons/19-gear.png
|
1281
|
+
- templates/mobile/glyphish/mini-icons/20-gear2.png
|
1282
|
+
- templates/mobile/glyphish/mini-icons/21-skull.png
|
1283
|
+
- templates/mobile/glyphish/mini-icons/22-skull-n-crossbones.png
|
1284
|
+
- templates/mobile/glyphish/mini-icons/23-bird.png
|
1285
|
+
- templates/mobile/glyphish/mini-icons/24-gift.png
|
1286
|
+
- templates/mobile/glyphish/mini-icons/25-weather.png
|
1287
|
+
- templates/mobile/glyphish/mini-icons/26-bandaid.png
|
1288
|
+
- templates/mobile/glyphish/mini-icons/27-planet.png
|
1289
|
+
- templates/mobile/glyphish/mini-icons/28-star.png
|
1290
|
+
- templates/mobile/glyphish/mini-icons/29-heart.png
|
1291
|
+
- templates/mobile/glyphish/mini-icons/30-key.png
|
1292
|
+
- templates/mobile/glyphish/mini-icons/31-ipod.png
|
1293
|
+
- templates/mobile/glyphish/mini-icons/32-iphone.png
|
1294
|
+
- templates/mobile/glyphish/mini-icons/33-cabinet.png
|
1295
|
+
- templates/mobile/glyphish/mini-icons/34-coffee.png
|
1296
|
+
- templates/mobile/glyphish/mini-icons/35-shopping-bag.png
|
1297
|
+
- templates/mobile/glyphish/mini-icons/36-toolbox.png
|
1298
|
+
- templates/mobile/glyphish/mini-icons/37-suitcase.png
|
1299
|
+
- templates/mobile/glyphish/mini-icons/38-airplane.png
|
1300
|
+
- templates/mobile/glyphish/mini-icons/39-spraycan.png
|
1301
|
+
- templates/mobile/glyphish/mini-icons/40-inbox.png
|
1302
|
+
- templates/mobile/glyphish/mini-icons/41-picture-frame.png
|
1303
|
+
- templates/mobile/glyphish/mini-icons/42-photos.png
|
1304
|
+
- templates/mobile/glyphish/mini-icons/43-film-roll.png
|
1305
|
+
- templates/mobile/glyphish/mini-icons/44-shoebox.png
|
1306
|
+
- templates/mobile/glyphish/mini-icons/45-movie1.png
|
1307
|
+
- templates/mobile/glyphish/mini-icons/46-movie2.png
|
1308
|
+
- templates/mobile/glyphish/mini-icons/47-fuel.png
|
1309
|
+
- templates/mobile/glyphish/mini-icons/48-fork-and-knife.png
|
1310
|
+
- templates/mobile/glyphish/mini-icons/49-battery.png
|
1311
|
+
- templates/mobile/glyphish/mini-icons/50-beaker.png
|
1312
|
+
- templates/mobile/glyphish/mini-icons/51-outlet.png
|
1313
|
+
- templates/mobile/glyphish/mini-icons/52-pinetree.png
|
1314
|
+
- templates/mobile/glyphish/mini-icons/53-house.png
|
1315
|
+
- templates/mobile/glyphish/mini-icons/54-lock.png
|
1316
|
+
- templates/mobile/glyphish/mini-icons/55-network.png
|
1317
|
+
- templates/mobile/glyphish/mini-icons/56-cloud.png
|
1318
|
+
- templates/mobile/glyphish/mini-icons/57-download.png
|
1319
|
+
- templates/mobile/glyphish/mini-icons/58-bookmark.png
|
1320
|
+
- templates/mobile/glyphish/mini-icons/59-flag.png
|
1321
|
+
- templates/mobile/glyphish/mini-icons/60-signpost.png
|
1322
|
+
- templates/mobile/glyphish/mini-icons/61-brightness.png
|
1323
|
+
- templates/mobile/glyphish/mini-icons/62-contrast.png
|
1324
|
+
- templates/mobile/glyphish/mini-icons/63-runner.png
|
1325
|
+
- templates/mobile/glyphish/mini-icons/64-zap.png
|
1326
|
+
- templates/mobile/glyphish/mini-icons/65-note.png
|
1327
|
+
- templates/mobile/glyphish/mini-icons/66-microphone.png
|
1328
|
+
- templates/mobile/glyphish/mini-icons/67-tshirt.png
|
1329
|
+
- templates/mobile/glyphish/mini-icons/68-paperclip.png
|
1330
|
+
- templates/mobile/glyphish/mini-icons/69-display.png
|
1331
|
+
- templates/mobile/glyphish/mini-icons/70-tv.png
|
1332
|
+
- templates/mobile/glyphish/mini-icons/71-compass.png
|
1333
|
+
- templates/mobile/glyphish/mini-icons/72-pin.png
|
1334
|
+
- templates/mobile/glyphish/mini-icons/73-radar.png
|
1335
|
+
- templates/mobile/glyphish/mini-icons/74-location.png
|
1336
|
+
- templates/mobile/glyphish/mini-icons/75-phone.png
|
1337
|
+
- templates/mobile/glyphish/mini-icons/76-baby.png
|
1338
|
+
- templates/mobile/glyphish/mini-icons/77-ekg.png
|
1339
|
+
- templates/mobile/glyphish/mini-icons/78-stopwatch.png
|
1340
|
+
- templates/mobile/glyphish/mini-icons/79-medical-bag.png
|
1341
|
+
- templates/mobile/glyphish/mini-icons/80-shopping-cart.png
|
1342
|
+
- templates/mobile/glyphish/mini-icons/81-dashboard.png
|
1343
|
+
- templates/mobile/glyphish/mini-icons/82-dogpaw.png
|
1344
|
+
- templates/mobile/glyphish/mini-icons/83-calendar.png
|
1345
|
+
- templates/mobile/glyphish/mini-icons/84-lightbulb.png
|
1346
|
+
- templates/mobile/glyphish/mini-icons/85-trophy.png
|
1347
|
+
- templates/mobile/glyphish/mini-icons/86-camera.png
|
1348
|
+
- templates/mobile/glyphish/mini-icons/87-wineglass.png
|
1349
|
+
- templates/mobile/glyphish/mini-icons/88-beermug.png
|
1350
|
+
- templates/mobile/glyphish/mini-icons/89-dumbbell.png
|
1351
|
+
- templates/mobile/glyphish/mini-icons/90-lifebuoy.png
|
1352
|
+
- templates/mobile/glyphish/mini-icons/91-beaker2.png
|
1353
|
+
- templates/mobile/glyphish/mini-icons/92-testtube.png
|
1354
|
+
- templates/mobile/glyphish/mini-icons/93-thermometer.png
|
1355
|
+
- templates/mobile/glyphish/mini-icons/94-pill.png
|
1356
|
+
- templates/mobile/glyphish/mini-icons/95-equalizer.png
|
1357
|
+
- templates/mobile/glyphish/mini-icons/96-book.png
|
1358
|
+
- templates/mobile/glyphish/mini-icons/97-puzzle.png
|
1359
|
+
- templates/mobile/glyphish/mini-icons/98-palette.png
|
1360
|
+
- templates/mobile/glyphish/mini-icons/99-umbrella.png
|
1361
1361
|
- templates/mobile/jquery.mobile.js
|
1362
1362
|
- templates/mobile/jquery.mobile.min.js
|
1363
1363
|
- templates/mobile/jquery/mobile/_base.scss
|
1364
1364
|
- templates/mobile/jquery/mobile/default.scss
|
1365
|
-
- templates/mobile/jquery/mobile/default/ajax-loader.gif
|
1366
1365
|
- templates/mobile/jquery/mobile/default/ajax-loader.png
|
1367
1366
|
- templates/mobile/jquery/mobile/default/form-check-off.png
|
1368
1367
|
- templates/mobile/jquery/mobile/default/form-check-on.png
|
@@ -1381,7 +1380,6 @@ files:
|
|
1381
1380
|
- templates/mobile/jquery/mobile/default/icons-36-black.png
|
1382
1381
|
- templates/mobile/jquery/mobile/default/icons-36-white.png
|
1383
1382
|
- templates/mobile/jquery/mobile/valencia.scss
|
1384
|
-
- templates/mobile/jquery/mobile/valencia/ajax-loader.gif
|
1385
1383
|
- templates/mobile/jquery/mobile/valencia/ajax-loader.png
|
1386
1384
|
- templates/mobile/jquery/mobile/valencia/form-check-off.png
|
1387
1385
|
- templates/mobile/jquery/mobile/valencia/form-check-on.png
|
@@ -1401,6 +1399,7 @@ files:
|
|
1401
1399
|
- templates/mobile/jquery/mobile/valencia/icons-36-white.png
|
1402
1400
|
- templates/mobile/jquery/mobile/valencia/texture_05.png
|
1403
1401
|
- templates/mobile/jquery/mobile/valencia/texture_075.png
|
1402
|
+
- templates/mobile/lib/tasks/jquery.mobile.rake
|
1404
1403
|
- templates/mobile/manifest.rb
|
1405
1404
|
- templates/ribbon/config/initializers/ribbon.rb
|
1406
1405
|
- templates/ribbon/jquery.ribbon.js
|
@@ -1488,6 +1487,11 @@ files:
|
|
1488
1487
|
- templates/secret_sauce/manifest.rb
|
1489
1488
|
- templates/secret_sauce/secret_sauce.js
|
1490
1489
|
- templates/secret_sauce/secret_sauce.min.js
|
1490
|
+
- templates/tools/config/initializers/tools.rb
|
1491
|
+
- templates/tools/jquery.tools.js
|
1492
|
+
- templates/tools/jquery.tools.min.js
|
1493
|
+
- templates/tools/lib/tasks/jquery.tools.rake
|
1494
|
+
- templates/tools/manifest.rb
|
1491
1495
|
has_rdoc: true
|
1492
1496
|
homepage: http://github.com/kosmas58/compass-jquery-plugin
|
1493
1497
|
licenses: []
|