hurry 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +55 -0
- data/Rakefile +69 -0
- data/app/assets/audios/twilight-hole.mp3 +0 -0
- data/app/assets/files/arvind resume (1).doc +0 -0
- data/app/assets/files/toma v 0 1.ppt +0 -0
- data/app/assets/images/0d0a413.png +0 -0
- data/app/assets/images/120.jpg +0 -0
- data/app/assets/images/51.jpg +0 -0
- data/app/assets/images/Untitled Document +97 -0
- data/app/assets/images/Untitled Document~ +97 -0
- data/app/assets/images/access.png +0 -0
- data/app/assets/images/adv.png +0 -0
- data/app/assets/images/article.png +0 -0
- data/app/assets/images/audio_icon.jpg +0 -0
- data/app/assets/images/background.gif +0 -0
- data/app/assets/images/banners/111.jpg +0 -0
- data/app/assets/images/banners/90.jpg +0 -0
- data/app/assets/images/banners/userimg.png +0 -0
- data/app/assets/images/blog.png +0 -0
- data/app/assets/images/body.png +0 -0
- data/app/assets/images/cancel.png +0 -0
- data/app/assets/images/cat.png +0 -0
- data/app/assets/images/contributions_userimg2.png +0 -0
- data/app/assets/images/delete.png +0 -0
- data/app/assets/images/edit.png +0 -0
- data/app/assets/images/excel.jpg +0 -0
- data/app/assets/images/file.gif +0 -0
- data/app/assets/images/file.jpeg +0 -0
- data/app/assets/images/folder-closed.gif +0 -0
- data/app/assets/images/folder.gif +0 -0
- data/app/assets/images/group.png +0 -0
- data/app/assets/images/header.png +0 -0
- data/app/assets/images/icons.gif +0 -0
- data/app/assets/images/loading.gif +0 -0
- data/app/assets/images/logo.png +0 -0
- data/app/assets/images/logout.png +0 -0
- data/app/assets/images/media.png +0 -0
- data/app/assets/images/minus.gif +0 -0
- data/app/assets/images/new.png +0 -0
- data/app/assets/images/page_manager.png +0 -0
- data/app/assets/images/pdf.png +0 -0
- data/app/assets/images/personal/ice glass.jpg +0 -0
- data/app/assets/images/plus.gif +0 -0
- data/app/assets/images/ppt.jpg +0 -0
- data/app/assets/images/profileimg.png +0 -0
- data/app/assets/images/rails.png +0 -0
- data/app/assets/images/setting.png +0 -0
- data/app/assets/images/status.png +0 -0
- data/app/assets/images/treeview-black-line.gif +0 -0
- data/app/assets/images/treeview-black.gif +0 -0
- data/app/assets/images/treeview-default-line.gif +0 -0
- data/app/assets/images/treeview-default.gif +0 -0
- data/app/assets/images/treeview-famfamfam-line.gif +0 -0
- data/app/assets/images/treeview-famfamfam.gif +0 -0
- data/app/assets/images/treeview-gray-line.gif +0 -0
- data/app/assets/images/treeview-gray.gif +0 -0
- data/app/assets/images/treeview-red-line.gif +0 -0
- data/app/assets/images/treeview-red.gif +0 -0
- data/app/assets/images/ui.dynatree.css +440 -0
- data/app/assets/images/user.png +0 -0
- data/app/assets/images/user1.png +0 -0
- data/app/assets/images/user_manager.png +0 -0
- data/app/assets/images/video_icon.jpg +0 -0
- data/app/assets/images/vline.gif +0 -0
- data/app/assets/images/word.png +0 -0
- data/app/assets/javascripts/application.js +9 -0
- data/app/assets/javascripts/bolt/articles.js.coffee +3 -0
- data/app/assets/javascripts/bolt/groups.js.coffee +3 -0
- data/app/assets/javascripts/bolt/user_groups.js.coffee +3 -0
- data/app/assets/javascripts/bolt/users_groups.js.coffee +3 -0
- data/app/assets/javascripts/imagebubble.js~ +68 -0
- data/app/assets/javascripts/javascript_functions.js +65 -0
- data/app/assets/javascripts/jquery.dynatree.js +3312 -0
- data/app/assets/javascripts/jquery.js +154 -0
- data/app/assets/javascripts/jquery.treeview.js +251 -0
- data/app/assets/javascripts/jquery_new.js +19 -0
- data/app/assets/javascripts/login.js +24 -0
- data/app/assets/javascripts/media.js +64 -0
- data/app/assets/javascripts/media.js.coffee +3 -0
- data/app/assets/javascripts/rails.js +132 -0
- data/app/assets/miscellaneous/1leader.flv +0 -0
- data/app/assets/miscellaneous/users_controller.1.rb +237 -0
- data/app/assets/stylesheets/application.css +8 -0
- data/app/assets/stylesheets/application.css~ +8 -0
- data/app/assets/stylesheets/bolt/articles.css.scss +3 -0
- data/app/assets/stylesheets/bolt/groups.css.scss +3 -0
- data/app/assets/stylesheets/bolt/user_groups.css.scss +3 -0
- data/app/assets/stylesheets/bolt/users_groups.css.scss +3 -0
- data/app/assets/stylesheets/bubble.css +28 -0
- data/app/assets/stylesheets/depot.css +26 -0
- data/app/assets/stylesheets/depot.css~ +34 -0
- data/app/assets/stylesheets/dropdown.css +49 -0
- data/app/assets/stylesheets/imagebubbles.css~ +32 -0
- data/app/assets/stylesheets/jquery.treeview.css +68 -0
- data/app/assets/stylesheets/media.css.scss +3 -0
- data/app/assets/stylesheets/mediamanager.css +10 -0
- data/app/assets/stylesheets/scaffolds.css +56 -0
- data/app/assets/stylesheets/scaffolds.css.scss +56 -0
- data/app/assets/stylesheets/ui.dynatree.css +440 -0
- data/app/assets/stylesheets/users_style.css +80 -0
- data/app/assets/videos/1leader.flv +0 -0
- data/app/controllers/application_controller.rb +7 -0
- data/app/controllers/application_controller.rb~ +3 -0
- data/app/controllers/articles_controller.rb~ +91 -0
- data/app/controllers/bolt/accesses_controller.rb +71 -0
- data/app/controllers/bolt/articles_categories_controller.rb +71 -0
- data/app/controllers/bolt/articles_controller.rb +97 -0
- data/app/controllers/bolt/articles_controller.rb~ +60 -0
- data/app/controllers/bolt/banners_controller.rb +58 -0
- data/app/controllers/bolt/blogs_controller.rb +82 -0
- data/app/controllers/bolt/bolt_controller.rb +234 -0
- data/app/controllers/bolt/bolt_controller.rb~ +201 -0
- data/app/controllers/bolt/categories_controller.rb +72 -0
- data/app/controllers/bolt/dashboard_controller.rb +14 -0
- data/app/controllers/bolt/dashboard_controller.rb~ +14 -0
- data/app/controllers/bolt/groups_controller.rb +100 -0
- data/app/controllers/bolt/groups_controller.rb~ +85 -0
- data/app/controllers/bolt/info_controller.rb +26 -0
- data/app/controllers/bolt/media_controller.rb +120 -0
- data/app/controllers/bolt/page_sections_controller.rb +58 -0
- data/app/controllers/bolt/pages_controller.rb +90 -0
- data/app/controllers/bolt/password_resets_controller.rb +66 -0
- data/app/controllers/bolt/settings_controller.rb +59 -0
- data/app/controllers/bolt/statuses_controller.rb +72 -0
- data/app/controllers/bolt/user_sessions_controller.rb +40 -0
- data/app/controllers/bolt/user_statuses_controller.rb +58 -0
- data/app/controllers/bolt/users_controller.rb +104 -0
- data/app/controllers/bolt/users_controller.rb~ +79 -0
- data/app/controllers/bolt/users_groups_controller.rb +99 -0
- data/app/controllers/bolt/users_groups_controller.rb~ +83 -0
- data/app/controllers/groups_controller.rb~ +83 -0
- data/app/controllers/users_groups_controller.rb~ +83 -0
- data/app/helpers/application_helper.rb +2 -0
- data/app/helpers/bolt/articles_helper.rb +2 -0
- data/app/helpers/bolt/bolt_helper.rb +208 -0
- data/app/helpers/bolt/bolt_helper.rb~ +208 -0
- data/app/helpers/bolt/config_helper.rb +46 -0
- data/app/helpers/bolt/config_helper.rb~ +46 -0
- data/app/helpers/bolt/groups_helper.rb +2 -0
- data/app/helpers/bolt/user_groups_helper.rb +2 -0
- data/app/helpers/bolt/users_groups_helper.rb +2 -0
- data/app/helpers/media_helper.rb +2 -0
- data/app/mailers/bolt/backbone_notification.rb~ +39 -0
- data/app/mailers/bolt/bolt_notification.rb +39 -0
- data/app/models/access.rb +5 -0
- data/app/models/article.rb +23 -0
- data/app/models/article.rb~ +3 -0
- data/app/models/articles_category.rb +12 -0
- data/app/models/blog.rb +5 -0
- data/app/models/bolt.rb +3 -0
- data/app/models/bolt.rb~ +5 -0
- data/app/models/bolt/group.rb~ +2 -0
- data/app/models/bolt/user.rb +56 -0
- data/app/models/bolt/user.rb~ +62 -0
- data/app/models/bolt/user_group.rb~ +3 -0
- data/app/models/bolt/user_session.rb +8 -0
- data/app/models/bolt/users_group.rb~ +2 -0
- data/app/models/category.rb +7 -0
- data/app/models/group.rb +8 -0
- data/app/models/group.rb~ +7 -0
- data/app/models/media_image.rb +19 -0
- data/app/models/media_images.rb +21 -0
- data/app/models/media_images.rb~ +21 -0
- data/app/models/medium.rb +8 -0
- data/app/models/page.rb +10 -0
- data/app/models/page_section.rb +3 -0
- data/app/models/setting.rb +3 -0
- data/app/models/status.rb +3 -0
- data/app/models/user_status.rb +3 -0
- data/app/models/users_group.rb +14 -0
- data/app/models/users_group.rb~ +6 -0
- data/app/views/bolt/accesses/_form.html.erb +13 -0
- data/app/views/bolt/accesses/_table.html.erb +17 -0
- data/app/views/bolt/accesses/_title.html.erb +9 -0
- data/app/views/bolt/accesses/index.html.erb +44 -0
- data/app/views/bolt/accesses/new.html.erb +18 -0
- data/app/views/bolt/accesses/show.html.erb +17 -0
- data/app/views/bolt/articles/_form.html.erb +113 -0
- data/app/views/bolt/articles/_form.html.erb~ +33 -0
- data/app/views/bolt/articles/_table.html.erb +29 -0
- data/app/views/bolt/articles/_table.html.erb~ +28 -0
- data/app/views/bolt/articles/_title.html.erb +9 -0
- data/app/views/bolt/articles/index.html.erb +37 -0
- data/app/views/bolt/articles/index.html.erb~ +10 -0
- data/app/views/bolt/articles/new.html.erb +16 -0
- data/app/views/bolt/articles/new.html.erb~ +18 -0
- data/app/views/bolt/articles/show.html.erb +17 -0
- data/app/views/bolt/articles/show.html.erb~ +17 -0
- data/app/views/bolt/articles_categories/_form.html.erb +13 -0
- data/app/views/bolt/articles_categories/_table.html.erb +18 -0
- data/app/views/bolt/articles_categories/index.html.erb +10 -0
- data/app/views/bolt/articles_categories/new.html.erb +18 -0
- data/app/views/bolt/articles_categories/show.html.erb +17 -0
- data/app/views/bolt/banners/_form.html.erb +13 -0
- data/app/views/bolt/banners/_table.html.erb +18 -0
- data/app/views/bolt/banners/index.html.erb +10 -0
- data/app/views/bolt/banners/new.html.erb +18 -0
- data/app/views/bolt/banners/show.html.erb +17 -0
- data/app/views/bolt/blogs/_form.html.erb +24 -0
- data/app/views/bolt/blogs/_table.html.erb +22 -0
- data/app/views/bolt/blogs/index.html.erb +33 -0
- data/app/views/bolt/blogs/new.html.erb +18 -0
- data/app/views/bolt/blogs/show.html.erb +17 -0
- data/app/views/bolt/bolt/index.html.erb +0 -0
- data/app/views/bolt/bolt/index.html.erb~ +3 -0
- data/app/views/bolt/bolt_notification/generate_new_password.erb +12 -0
- data/app/views/bolt/bolt_notification/new_user_information.erb +12 -0
- data/app/views/bolt/bolt_notification/password_reset_instructions.erb +11 -0
- data/app/views/bolt/categories/_form.html.erb +9 -0
- data/app/views/bolt/categories/_table.html.erb +17 -0
- data/app/views/bolt/categories/_title.html.erb +8 -0
- data/app/views/bolt/categories/index.html.erb +36 -0
- data/app/views/bolt/categories/new.html.erb +19 -0
- data/app/views/bolt/categories/show.html.erb +17 -0
- data/app/views/bolt/dashboard/index.html.erb +69 -0
- data/app/views/bolt/dashboard/index.html.erb~ +1 -0
- data/app/views/bolt/groups/_form.html.erb +18 -0
- data/app/views/bolt/groups/_form.html.erb~ +21 -0
- data/app/views/bolt/groups/_title.html.erb +5 -0
- data/app/views/bolt/groups/edit.html.erb +6 -0
- data/app/views/bolt/groups/index.html.erb +43 -0
- data/app/views/bolt/groups/index.html.erb~ +23 -0
- data/app/views/bolt/groups/new.html.erb +14 -0
- data/app/views/bolt/groups/new.html.erb~ +5 -0
- data/app/views/bolt/groups/show.html.erb +16 -0
- data/app/views/bolt/info/show.html.erb +43 -0
- data/app/views/bolt/info/show.html.erb~ +5 -0
- data/app/views/bolt/layouts/_left_navigation.html.erb +9 -0
- data/app/views/bolt/layouts/_left_navigation.html.erb~ +16 -0
- data/app/views/bolt/layouts/_right_navigation.html.erb +1 -0
- data/app/views/bolt/layouts/_right_navigation.html.erb~ +1 -0
- data/app/views/bolt/layouts/bolt_auth.html.erb +23 -0
- data/app/views/bolt/layouts/bolt_auth.html.erb~ +23 -0
- data/app/views/bolt/layouts/bolt_main.html.erb +86 -0
- data/app/views/bolt/layouts/bolt_main.html.erb~ +64 -0
- data/app/views/bolt/media/getfolderdatas.html.erb +31 -0
- data/app/views/bolt/media/index.html.erb +195 -0
- data/app/views/bolt/page_sections/_form.html.erb +21 -0
- data/app/views/bolt/page_sections/_table.html.erb +22 -0
- data/app/views/bolt/page_sections/index.html.erb +10 -0
- data/app/views/bolt/page_sections/new.html.erb +18 -0
- data/app/views/bolt/page_sections/show.html.erb +17 -0
- data/app/views/bolt/pages/_form.html.erb +166 -0
- data/app/views/bolt/pages/_form.html.erb~ +41 -0
- data/app/views/bolt/pages/_page_sections_form.html.erb +39 -0
- data/app/views/bolt/pages/_page_sections_form.html.erb~ +3 -0
- data/app/views/bolt/pages/_table.html.erb +29 -0
- data/app/views/bolt/pages/index.html.erb +34 -0
- data/app/views/bolt/pages/new.html.erb +18 -0
- data/app/views/bolt/pages/show.html.erb +18 -0
- data/app/views/bolt/password_resets/edit.html.erb +48 -0
- data/app/views/bolt/settings/_form.html.erb +25 -0
- data/app/views/bolt/settings/_table.html.erb +23 -0
- data/app/views/bolt/settings/index.html.erb +10 -0
- data/app/views/bolt/settings/new.html.erb +18 -0
- data/app/views/bolt/settings/show.html.erb +80 -0
- data/app/views/bolt/statuses/_form.html.erb +14 -0
- data/app/views/bolt/statuses/_table.html.erb +17 -0
- data/app/views/bolt/statuses/_title.html.erb +9 -0
- data/app/views/bolt/statuses/index.html.erb +37 -0
- data/app/views/bolt/statuses/new.html.erb +18 -0
- data/app/views/bolt/statuses/show.html.erb +17 -0
- data/app/views/bolt/user_sessions/new.html.erb +66 -0
- data/app/views/bolt/user_sessions_bk/new.html.erb +69 -0
- data/app/views/bolt/user_statuses/_form.html.erb +9 -0
- data/app/views/bolt/user_statuses/_table.html.erb +16 -0
- data/app/views/bolt/user_statuses/index.html.erb +10 -0
- data/app/views/bolt/user_statuses/new.html.erb +18 -0
- data/app/views/bolt/user_statuses/show.html.erb +17 -0
- data/app/views/bolt/users/_title.html.erb +8 -0
- data/app/views/bolt/users/index.html.erb +60 -0
- data/app/views/bolt/users/index.html.erb~ +35 -0
- data/app/views/bolt/users/new.html.erb +64 -0
- data/app/views/bolt/users/new.html.erb~ +46 -0
- data/app/views/bolt/users/response.json.builder~ +26 -0
- data/app/views/bolt/users/show.html.erb +130 -0
- data/app/views/bolt/users/show.html.erb~ +94 -0
- data/app/views/bolt/users_bk/_form.html.erb +77 -0
- data/app/views/bolt/users_bk/edit.html.erb +6 -0
- data/app/views/bolt/users_bk/index.html.erb +58 -0
- data/app/views/bolt/users_bk/index.html.erb~ +60 -0
- data/app/views/bolt/users_bk/new.html.erb +6 -0
- data/app/views/bolt/users_bk/show.html.erb +100 -0
- data/app/views/bolt/users_groups/_form.html.erb +25 -0
- data/app/views/bolt/users_groups/edit.html.erb +6 -0
- data/app/views/bolt/users_groups/index.html.erb +25 -0
- data/app/views/bolt/users_groups/new.html.erb +5 -0
- data/app/views/bolt/users_groups/show.html.erb +15 -0
- data/app/views/layouts/application.html.erb +18 -0
- data/app/views/layouts/application.html.erb~ +51 -0
- data/app/views/layouts/bolt_auth.html.erb +24 -0
- data/app/views/layouts/bolt_auth.html.erb~ +25 -0
- data/app/views/layouts/bolt_main.html.erb +142 -0
- data/app/views/layouts/bolt_main.html.erb~ +56 -0
- data/app/views/layouts/default_site.html.erb +81 -0
- data/app/views/user_groups/_form.html.erb +21 -0
- data/app/views/user_groups/edit.html.erb +6 -0
- data/app/views/user_groups/index.html.erb +32 -0
- data/app/views/user_groups/new.html.erb +5 -0
- data/app/views/user_groups/show.html.erb +10 -0
- data/config/application.rb +49 -0
- data/config/application.rb~ +48 -0
- data/config/boot.rb +6 -0
- data/config/database.yml +31 -0
- data/config/database.yml~ +25 -0
- data/config/environment.rb +5 -0
- data/config/environments/development.rb +30 -0
- data/config/environments/production.rb +60 -0
- data/config/environments/test.rb +39 -0
- data/config/initializers/backtrace_silencers.rb +7 -0
- data/config/initializers/inflections.rb +10 -0
- data/config/initializers/mime_types.rb +5 -0
- data/config/initializers/secret_token.rb +7 -0
- data/config/initializers/session_store.rb +8 -0
- data/config/initializers/wrap_parameters.rb +14 -0
- data/config/locales/en.yml +5 -0
- data/config/routes.rb +101 -0
- data/config/routes.rb~ +81 -0
- data/db/migrate/20111028162853_create_bolt_users.rb +49 -0
- data/db/migrate/20111028162853_create_bolt_users.rb~ +49 -0
- data/db/migrate/20120302083233_create_articles.rb~ +15 -0
- data/db/migrate/20120307133203_create_groups.rb +10 -0
- data/db/migrate/20120307133203_create_groups.rb~ +9 -0
- data/db/migrate/20120308113354_create_users_groups.rb +10 -0
- data/db/migrate/20120308113354_create_users_groups.rb~ +10 -0
- data/db/migrate/20120309070442_create_articles.rb +18 -0
- data/db/migrate/20120312063336_create_blogs.rb +15 -0
- data/db/migrate/20120312071401_create_categories.rb +13 -0
- data/db/migrate/20120313051136_create_accesses.rb +13 -0
- data/db/migrate/20120313051206_create_statuses.rb +13 -0
- data/db/migrate/20120313061322_create_media.rb +18 -0
- data/db/migrate/20120313061459_create_media_images.rb +10 -0
- data/db/migrate/20120313085220_create_user_statuses.rb +13 -0
- data/db/migrate/20120314060252_create_articles_categories.rb +14 -0
- data/db/migrate/20120314110540_create_pages.rb +24 -0
- data/db/migrate/20120314110540_create_pages.rb~ +24 -0
- data/db/migrate/20120314110602_create_page_sections.rb +20 -0
- data/db/migrate/20120314110602_create_page_sections.rb~ +20 -0
- data/db/migrate/20120314110922_add_ancestry_to_page.rb +9 -0
- data/db/migrate/20120315071805_change_mediaimages_column.rb +8 -0
- data/db/migrate/20120319132523_create_settings.rb +18 -0
- data/db/schema.rb +169 -0
- data/db/seeds.rb +7 -0
- data/doc/README_FOR_APP +2 -0
- data/lib/tasks/tasks.rake +31 -0
- data/public/404.html +26 -0
- data/public/422.html +26 -0
- data/public/500.html +26 -0
- data/public/bolt/images/backbone.png +0 -0
- data/public/bolt/images/header.png +0 -0
- data/public/bolt/images/icons/add.png +0 -0
- data/public/bolt/images/icons/ajax-spinner.gif +0 -0
- data/public/bolt/images/icons/delete.png +0 -0
- data/public/bolt/images/icons/icons.gif +0 -0
- data/public/bolt/images/icons/loading.gif +0 -0
- data/public/bolt/images/icons/spinner-sm.gif +0 -0
- data/public/bolt/images/icons/spinner.png +0 -0
- data/public/bolt/images/icons/table.png +0 -0
- data/public/bolt/images/icons/vline.gif +0 -0
- data/public/bolt/images/login/bottom.png +0 -0
- data/public/bolt/images/login/top.png +0 -0
- data/public/bolt/images/nav.png +0 -0
- data/public/bolt/images/rightNav.png +0 -0
- data/public/bolt/images/rightNavButton.png +0 -0
- data/public/bolt/images/visitSiteNav.png +0 -0
- data/public/bolt/imagesx/backbone.png +0 -0
- data/public/bolt/imagesx/header.png +0 -0
- data/public/bolt/imagesx/icons/add.png +0 -0
- data/public/bolt/imagesx/icons/ajax-spinner.gif +0 -0
- data/public/bolt/imagesx/icons/delete.png +0 -0
- data/public/bolt/imagesx/icons/icons.gif +0 -0
- data/public/bolt/imagesx/icons/loading.gif +0 -0
- data/public/bolt/imagesx/icons/spinner-sm.gif +0 -0
- data/public/bolt/imagesx/icons/spinner.png +0 -0
- data/public/bolt/imagesx/icons/table.png +0 -0
- data/public/bolt/imagesx/icons/vline.gif +0 -0
- data/public/bolt/imagesx/login/bottom.png +0 -0
- data/public/bolt/imagesx/login/top.png +0 -0
- data/public/bolt/imagesx/nav.png +0 -0
- data/public/bolt/imagesx/rightNav.png +0 -0
- data/public/bolt/imagesx/rightNavButton.png +0 -0
- data/public/bolt/imagesx/visitSiteNav.png +0 -0
- data/public/bolt/javascripts/backbone.js +25 -0
- data/public/bolt/javascripts/custom.js +2 -0
- data/public/bolt/javascripts/jquery.js +154 -0
- data/public/bolt/javascripts/login.js +24 -0
- data/public/bolt/javascripts/rails.js +132 -0
- data/public/bolt/stylesheets/custom.css +82 -0
- data/public/bolt/stylesheets/custom.css~ +82 -0
- data/public/bolt/stylesheets/elements.css +316 -0
- data/public/bolt/stylesheets/elements.css~ +307 -0
- data/public/bolt/stylesheets/login.css +137 -0
- data/public/bolt/stylesheets/login.css~ +137 -0
- data/public/bolt/stylesheets/screen.css +224 -0
- data/public/bolt/stylesheets/screen.css~ +224 -0
- data/public/favicon.ico +0 -0
- data/public/images/article.png +0 -0
- data/public/images/backbone.png +0 -0
- data/public/images/cancel.png +0 -0
- data/public/images/cat.png +0 -0
- data/public/images/delete.png +0 -0
- data/public/images/edit.png +0 -0
- data/public/images/file.gif +0 -0
- data/public/images/folder-closed.gif +0 -0
- data/public/images/folder.gif +0 -0
- data/public/images/header.png +0 -0
- data/public/images/icons.gif +0 -0
- data/public/images/icons/add.png +0 -0
- data/public/images/icons/ajax-spinner.gif +0 -0
- data/public/images/icons/delete.png +0 -0
- data/public/images/icons/icons.gif +0 -0
- data/public/images/icons/loading.gif +0 -0
- data/public/images/icons/spinner-sm.gif +0 -0
- data/public/images/icons/spinner.png +0 -0
- data/public/images/icons/table.png +0 -0
- data/public/images/icons/vline.gif +0 -0
- data/public/images/ii.jpg +0 -0
- data/public/images/loading.gif +0 -0
- data/public/images/login/bottom.png +0 -0
- data/public/images/login/top.png +0 -0
- data/public/images/logo.png +0 -0
- data/public/images/logout.png +0 -0
- data/public/images/media.png +0 -0
- data/public/images/minus.gif +0 -0
- data/public/images/nav.png +0 -0
- data/public/images/new.png +0 -0
- data/public/images/plus.gif +0 -0
- data/public/images/profileimg.png +0 -0
- data/public/images/rails.png +0 -0
- data/public/images/rightNav.png +0 -0
- data/public/images/rightNavButton.png +0 -0
- data/public/images/treeview-black-line.gif +0 -0
- data/public/images/treeview-black.gif +0 -0
- data/public/images/treeview-default-line.gif +0 -0
- data/public/images/treeview-default.gif +0 -0
- data/public/images/treeview-famfamfam-line.gif +0 -0
- data/public/images/treeview-famfamfam.gif +0 -0
- data/public/images/treeview-gray-line.gif +0 -0
- data/public/images/treeview-gray.gif +0 -0
- data/public/images/treeview-red-line.gif +0 -0
- data/public/images/treeview-red.gif +0 -0
- data/public/images/ui.dynatree.css +440 -0
- data/public/images/user.png +0 -0
- data/public/images/user1.png +0 -0
- data/public/images/visitSiteNav.png +0 -0
- data/public/images/vline.gif +0 -0
- data/public/javascripts/backbone.js +25 -0
- data/public/javascripts/custom.js +2 -0
- data/public/javascripts/jquery.js +154 -0
- data/public/javascripts/login.js +24 -0
- data/public/javascripts/rails.js +132 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/public/jqueryui/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/jqueryui/css/ui-lightness/jquery-ui-1.8.18.custom.css +336 -0
- data/public/jqueryui/development-bundle/AUTHORS.txt +30 -0
- data/public/jqueryui/development-bundle/GPL-LICENSE.txt +278 -0
- data/public/jqueryui/development-bundle/MIT-LICENSE.txt +25 -0
- data/public/jqueryui/development-bundle/demos/demos.css +334 -0
- data/public/jqueryui/development-bundle/demos/dialog/animated.html +56 -0
- data/public/jqueryui/development-bundle/demos/dialog/default.html +54 -0
- data/public/jqueryui/development-bundle/demos/dialog/index.html +23 -0
- data/public/jqueryui/development-bundle/demos/dialog/modal-confirmation.html +69 -0
- data/public/jqueryui/development-bundle/demos/dialog/modal-form.html +167 -0
- data/public/jqueryui/development-bundle/demos/dialog/modal-message.html +71 -0
- data/public/jqueryui/development-bundle/demos/dialog/modal.html +60 -0
- data/public/jqueryui/development-bundle/demos/draggable/constrain-movement.html +69 -0
- data/public/jqueryui/development-bundle/demos/draggable/cursor-style.html +49 -0
- data/public/jqueryui/development-bundle/demos/draggable/default.html +39 -0
- data/public/jqueryui/development-bundle/demos/draggable/delay-start.html +45 -0
- data/public/jqueryui/development-bundle/demos/draggable/events.html +77 -0
- data/public/jqueryui/development-bundle/demos/draggable/handle.html +50 -0
- data/public/jqueryui/development-bundle/demos/draggable/index.html +28 -0
- data/public/jqueryui/development-bundle/demos/draggable/revert.html +44 -0
- data/public/jqueryui/development-bundle/demos/draggable/scroll.html +51 -0
- data/public/jqueryui/development-bundle/demos/draggable/snap-to.html +68 -0
- data/public/jqueryui/development-bundle/demos/draggable/sortable.html +57 -0
- data/public/jqueryui/development-bundle/demos/draggable/visual-feedback.html +77 -0
- data/public/jqueryui/development-bundle/demos/droppable/accepted-elements.html +60 -0
- data/public/jqueryui/development-bundle/demos/droppable/default.html +53 -0
- data/public/jqueryui/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/droppable/index.html +24 -0
- data/public/jqueryui/development-bundle/demos/droppable/photo-manager.html +184 -0
- data/public/jqueryui/development-bundle/demos/droppable/propagation.html +80 -0
- data/public/jqueryui/development-bundle/demos/droppable/revert.html +61 -0
- data/public/jqueryui/development-bundle/demos/droppable/shopping-cart.html +101 -0
- data/public/jqueryui/development-bundle/demos/droppable/visual-feedback.html +78 -0
- data/public/jqueryui/development-bundle/demos/images/calendar.gif +0 -0
- data/public/jqueryui/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
- data/public/jqueryui/development-bundle/demos/images/demo-config-on.gif +0 -0
- data/public/jqueryui/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
- data/public/jqueryui/development-bundle/demos/images/demo-spindown-open.gif +0 -0
- data/public/jqueryui/development-bundle/demos/images/icon-docs-info.gif +0 -0
- data/public/jqueryui/development-bundle/demos/images/pbar-ani.gif +0 -0
- data/public/jqueryui/development-bundle/demos/index.html +328 -0
- data/public/jqueryui/development-bundle/demos/position/cycler.html +122 -0
- data/public/jqueryui/development-bundle/demos/position/default.html +153 -0
- data/public/jqueryui/development-bundle/demos/position/images/earth.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/position/images/flight.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/position/images/rocket.jpg +0 -0
- data/public/jqueryui/development-bundle/demos/position/index.html +19 -0
- data/public/jqueryui/development-bundle/demos/resizable/animate.html +43 -0
- data/public/jqueryui/development-bundle/demos/resizable/aspect-ratio.html +42 -0
- data/public/jqueryui/development-bundle/demos/resizable/constrain-area.html +47 -0
- data/public/jqueryui/development-bundle/demos/resizable/default.html +40 -0
- data/public/jqueryui/development-bundle/demos/resizable/delay-start.html +52 -0
- data/public/jqueryui/development-bundle/demos/resizable/helper.html +43 -0
- data/public/jqueryui/development-bundle/demos/resizable/index.html +28 -0
- data/public/jqueryui/development-bundle/demos/resizable/max-min.html +45 -0
- data/public/jqueryui/development-bundle/demos/resizable/snap-to-grid.html +42 -0
- data/public/jqueryui/development-bundle/demos/resizable/synchronous-resize.html +49 -0
- data/public/jqueryui/development-bundle/demos/resizable/textarea.html +41 -0
- data/public/jqueryui/development-bundle/demos/resizable/visual-feedback.html +43 -0
- data/public/jqueryui/development-bundle/demos/selectable/default.html +50 -0
- data/public/jqueryui/development-bundle/demos/selectable/display-grid.html +55 -0
- data/public/jqueryui/development-bundle/demos/selectable/index.html +20 -0
- data/public/jqueryui/development-bundle/demos/selectable/serialize.html +61 -0
- data/public/jqueryui/development-bundle/demos/sortable/connect-lists-through-tabs.html +78 -0
- data/public/jqueryui/development-bundle/demos/sortable/connect-lists.html +58 -0
- data/public/jqueryui/development-bundle/demos/sortable/default.html +51 -0
- data/public/jqueryui/development-bundle/demos/sortable/delay-start.html +67 -0
- data/public/jqueryui/development-bundle/demos/sortable/display-grid.html +54 -0
- data/public/jqueryui/development-bundle/demos/sortable/empty-lists.html +69 -0
- data/public/jqueryui/development-bundle/demos/sortable/index.html +26 -0
- data/public/jqueryui/development-bundle/demos/sortable/items.html +70 -0
- data/public/jqueryui/development-bundle/demos/sortable/placeholder.html +56 -0
- data/public/jqueryui/development-bundle/demos/sortable/portlets.html +96 -0
- data/public/jqueryui/development-bundle/docs/dialog.html +1698 -0
- data/public/jqueryui/development-bundle/docs/draggable.html +1577 -0
- data/public/jqueryui/development-bundle/docs/droppable.html +829 -0
- data/public/jqueryui/development-bundle/docs/position.html +245 -0
- data/public/jqueryui/development-bundle/docs/resizable.html +1201 -0
- data/public/jqueryui/development-bundle/docs/selectable.html +848 -0
- data/public/jqueryui/development-bundle/docs/sortable.html +1953 -0
- data/public/jqueryui/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
- data/public/jqueryui/development-bundle/external/jquery.cookie.js +89 -0
- data/public/jqueryui/development-bundle/external/jquery.metadata.js +122 -0
- data/public/jqueryui/development-bundle/external/qunit.css +225 -0
- data/public/jqueryui/development-bundle/external/qunit.js +1448 -0
- data/public/jqueryui/development-bundle/jquery-1.7.1.js +9266 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/base/jquery.ui.all.css +11 -0
- data/public/jqueryui/development-bundle/themes/base/jquery.ui.base.css +4 -0
- data/public/jqueryui/development-bundle/themes/base/jquery.ui.core.css +38 -0
- data/public/jqueryui/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
- data/public/jqueryui/development-bundle/themes/base/jquery.ui.resizable.css +20 -0
- data/public/jqueryui/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
- data/public/jqueryui/development-bundle/themes/base/jquery.ui.theme.css +247 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/jquery-ui-1.8.18.custom.css +336 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.all.css +11 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.base.css +4 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.core.css +38 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.dialog.css +21 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.resizable.css +20 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.selectable.css +10 -0
- data/public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.theme.css +249 -0
- data/public/jqueryui/development-bundle/ui/jquery-ui-1.8.18.custom.js +5206 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.core.js +319 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.dialog.js +878 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.draggable.js +825 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.droppable.js +296 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.mouse.js +162 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.position.js +298 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.resizable.js +808 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.selectable.js +267 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.sortable.js +1081 -0
- data/public/jqueryui/development-bundle/ui/jquery.ui.widget.js +272 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.core.min.js +9 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.dialog.min.js +18 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.draggable.min.js +14 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.droppable.min.js +15 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.mouse.min.js +12 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.position.min.js +9 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.resizable.min.js +14 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.selectable.min.js +14 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.sortable.min.js +14 -0
- data/public/jqueryui/development-bundle/ui/minified/jquery.ui.widget.min.js +9 -0
- data/public/jqueryui/development-bundle/version.txt +1 -0
- data/public/jqueryui/js/jquery-1.7.1.min.js +4 -0
- data/public/jqueryui/js/jquery-ui-1.8.18.custom.min.js +119 -0
- data/public/robots.txt +5 -0
- data/public/stylesheets/custom.css +91 -0
- data/public/stylesheets/custom.css~ +82 -0
- data/public/stylesheets/elements.css +315 -0
- data/public/stylesheets/elements.css~ +307 -0
- data/public/stylesheets/login.css +137 -0
- data/public/stylesheets/login.css~ +137 -0
- data/public/stylesheets/screen.css +224 -0
- data/public/stylesheets/screen.css~ +224 -0
- data/script/rails +6 -0
- data/test/fixtures/bolt/groups.yml +7 -0
- data/test/fixtures/bolt/users_groups.yml +9 -0
- data/test/fixtures/media.yml +13 -0
- data/test/fixtures/media_images.yml +9 -0
- data/test/functional/bolt/groups_controller_test.rb +49 -0
- data/test/functional/bolt/users_groups_controller_test.rb +49 -0
- data/test/functional/media_controller_test.rb +49 -0
- data/test/performance/browsing_test.rb +12 -0
- data/test/test_helper.rb +13 -0
- data/test/unit/bolt/group_test.rb +7 -0
- data/test/unit/bolt/users_group_test.rb +7 -0
- data/test/unit/helpers/bolt/groups_helper_test.rb +4 -0
- data/test/unit/helpers/bolt/users_groups_helper_test.rb +4 -0
- data/test/unit/helpers/media_helper_test.rb +4 -0
- data/test/unit/media_images_test.rb +7 -0
- data/test/unit/medium_test.rb +7 -0
- metadata +716 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
2
|
+
|
|
3
|
+
one:
|
|
4
|
+
parent_id: 1
|
|
5
|
+
link_title: MyString
|
|
6
|
+
file_path: MyString
|
|
7
|
+
status: false
|
|
8
|
+
|
|
9
|
+
two:
|
|
10
|
+
parent_id: 1
|
|
11
|
+
link_title: MyString
|
|
12
|
+
file_path: MyString
|
|
13
|
+
status: false
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
require 'test_helper'
|
|
2
|
+
|
|
3
|
+
class Bolt::GroupsControllerTest < ActionController::TestCase
|
|
4
|
+
setup do
|
|
5
|
+
@bolt_group = bolt_groups(:one)
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
test "should get index" do
|
|
9
|
+
get :index
|
|
10
|
+
assert_response :success
|
|
11
|
+
assert_not_nil assigns(:bolt_groups)
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
test "should get new" do
|
|
15
|
+
get :new
|
|
16
|
+
assert_response :success
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
test "should create bolt_group" do
|
|
20
|
+
assert_difference('Bolt::Group.count') do
|
|
21
|
+
post :create, :bolt_group => @bolt_group.attributes
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
assert_redirected_to bolt_group_path(assigns(:bolt_group))
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
test "should show bolt_group" do
|
|
28
|
+
get :show, :id => @bolt_group.to_param
|
|
29
|
+
assert_response :success
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
test "should get edit" do
|
|
33
|
+
get :edit, :id => @bolt_group.to_param
|
|
34
|
+
assert_response :success
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
test "should update bolt_group" do
|
|
38
|
+
put :update, :id => @bolt_group.to_param, :bolt_group => @bolt_group.attributes
|
|
39
|
+
assert_redirected_to bolt_group_path(assigns(:bolt_group))
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
test "should destroy bolt_group" do
|
|
43
|
+
assert_difference('Bolt::Group.count', -1) do
|
|
44
|
+
delete :destroy, :id => @bolt_group.to_param
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
assert_redirected_to bolt_groups_path
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
require 'test_helper'
|
|
2
|
+
|
|
3
|
+
class Bolt::UsersGroupsControllerTest < ActionController::TestCase
|
|
4
|
+
setup do
|
|
5
|
+
@bolt_users_group = bolt_users_groups(:one)
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
test "should get index" do
|
|
9
|
+
get :index
|
|
10
|
+
assert_response :success
|
|
11
|
+
assert_not_nil assigns(:bolt_users_groups)
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
test "should get new" do
|
|
15
|
+
get :new
|
|
16
|
+
assert_response :success
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
test "should create bolt_users_group" do
|
|
20
|
+
assert_difference('Bolt::UsersGroup.count') do
|
|
21
|
+
post :create, :bolt_users_group => @bolt_users_group.attributes
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
assert_redirected_to bolt_users_group_path(assigns(:bolt_users_group))
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
test "should show bolt_users_group" do
|
|
28
|
+
get :show, :id => @bolt_users_group.to_param
|
|
29
|
+
assert_response :success
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
test "should get edit" do
|
|
33
|
+
get :edit, :id => @bolt_users_group.to_param
|
|
34
|
+
assert_response :success
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
test "should update bolt_users_group" do
|
|
38
|
+
put :update, :id => @bolt_users_group.to_param, :bolt_users_group => @bolt_users_group.attributes
|
|
39
|
+
assert_redirected_to bolt_users_group_path(assigns(:bolt_users_group))
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
test "should destroy bolt_users_group" do
|
|
43
|
+
assert_difference('Bolt::UsersGroup.count', -1) do
|
|
44
|
+
delete :destroy, :id => @bolt_users_group.to_param
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
assert_redirected_to bolt_users_groups_path
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
require 'test_helper'
|
|
2
|
+
|
|
3
|
+
class MediaControllerTest < ActionController::TestCase
|
|
4
|
+
setup do
|
|
5
|
+
@medium = media(:one)
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
test "should get index" do
|
|
9
|
+
get :index
|
|
10
|
+
assert_response :success
|
|
11
|
+
assert_not_nil assigns(:media)
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
test "should get new" do
|
|
15
|
+
get :new
|
|
16
|
+
assert_response :success
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
test "should create medium" do
|
|
20
|
+
assert_difference('Medium.count') do
|
|
21
|
+
post :create, :medium => @medium.attributes
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
assert_redirected_to medium_path(assigns(:medium))
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
test "should show medium" do
|
|
28
|
+
get :show, :id => @medium.to_param
|
|
29
|
+
assert_response :success
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
test "should get edit" do
|
|
33
|
+
get :edit, :id => @medium.to_param
|
|
34
|
+
assert_response :success
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
test "should update medium" do
|
|
38
|
+
put :update, :id => @medium.to_param, :medium => @medium.attributes
|
|
39
|
+
assert_redirected_to medium_path(assigns(:medium))
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
test "should destroy medium" do
|
|
43
|
+
assert_difference('Medium.count', -1) do
|
|
44
|
+
delete :destroy, :id => @medium.to_param
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
assert_redirected_to media_path
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
require 'test_helper'
|
|
2
|
+
require 'rails/performance_test_help'
|
|
3
|
+
|
|
4
|
+
class BrowsingTest < ActionDispatch::PerformanceTest
|
|
5
|
+
# Refer to the documentation for all available options
|
|
6
|
+
# self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
|
|
7
|
+
# :output => 'tmp/performance', :formats => [:flat] }
|
|
8
|
+
|
|
9
|
+
def test_homepage
|
|
10
|
+
get '/'
|
|
11
|
+
end
|
|
12
|
+
end
|
data/test/test_helper.rb
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
ENV["RAILS_ENV"] = "test"
|
|
2
|
+
require File.expand_path('../../config/environment', __FILE__)
|
|
3
|
+
require 'rails/test_help'
|
|
4
|
+
|
|
5
|
+
class ActiveSupport::TestCase
|
|
6
|
+
# Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
|
|
7
|
+
#
|
|
8
|
+
# Note: You'll currently still have to declare fixtures explicitly in integration tests
|
|
9
|
+
# -- they do not yet inherit this setting
|
|
10
|
+
fixtures :all
|
|
11
|
+
|
|
12
|
+
# Add more helper methods to be used by all tests here...
|
|
13
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,716 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: hurry
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 1
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.1.0
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Biswajit Sahoo
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2012-03-29 00:00:00 Z
|
|
19
|
+
dependencies: []
|
|
20
|
+
|
|
21
|
+
description: It is an open source cms framework for Ruby on Rails
|
|
22
|
+
email: biswajit@railsfactory.org
|
|
23
|
+
executables: []
|
|
24
|
+
|
|
25
|
+
extensions: []
|
|
26
|
+
|
|
27
|
+
extra_rdoc_files: []
|
|
28
|
+
|
|
29
|
+
files:
|
|
30
|
+
- lib/tasks/tasks.rake
|
|
31
|
+
- app/controllers/groups_controller.rb~
|
|
32
|
+
- app/controllers/application_controller.rb~
|
|
33
|
+
- app/controllers/bolt/blogs_controller.rb
|
|
34
|
+
- app/controllers/bolt/page_sections_controller.rb
|
|
35
|
+
- app/controllers/bolt/groups_controller.rb~
|
|
36
|
+
- app/controllers/bolt/password_resets_controller.rb
|
|
37
|
+
- app/controllers/bolt/statuses_controller.rb
|
|
38
|
+
- app/controllers/bolt/users_controller.rb
|
|
39
|
+
- app/controllers/bolt/user_sessions_controller.rb
|
|
40
|
+
- app/controllers/bolt/dashboard_controller.rb
|
|
41
|
+
- app/controllers/bolt/accesses_controller.rb
|
|
42
|
+
- app/controllers/bolt/pages_controller.rb
|
|
43
|
+
- app/controllers/bolt/articles_controller.rb
|
|
44
|
+
- app/controllers/bolt/users_controller.rb~
|
|
45
|
+
- app/controllers/bolt/categories_controller.rb
|
|
46
|
+
- app/controllers/bolt/media_controller.rb
|
|
47
|
+
- app/controllers/bolt/dashboard_controller.rb~
|
|
48
|
+
- app/controllers/bolt/bolt_controller.rb~
|
|
49
|
+
- app/controllers/bolt/articles_categories_controller.rb
|
|
50
|
+
- app/controllers/bolt/groups_controller.rb
|
|
51
|
+
- app/controllers/bolt/users_groups_controller.rb~
|
|
52
|
+
- app/controllers/bolt/users_groups_controller.rb
|
|
53
|
+
- app/controllers/bolt/user_statuses_controller.rb
|
|
54
|
+
- app/controllers/bolt/articles_controller.rb~
|
|
55
|
+
- app/controllers/bolt/info_controller.rb
|
|
56
|
+
- app/controllers/bolt/settings_controller.rb
|
|
57
|
+
- app/controllers/bolt/banners_controller.rb
|
|
58
|
+
- app/controllers/bolt/bolt_controller.rb
|
|
59
|
+
- app/controllers/application_controller.rb
|
|
60
|
+
- app/controllers/users_groups_controller.rb~
|
|
61
|
+
- app/controllers/articles_controller.rb~
|
|
62
|
+
- app/assets/miscellaneous/1leader.flv
|
|
63
|
+
- app/assets/miscellaneous/users_controller.1.rb
|
|
64
|
+
- app/assets/stylesheets/scaffolds.css
|
|
65
|
+
- app/assets/stylesheets/depot.css
|
|
66
|
+
- app/assets/stylesheets/imagebubbles.css~
|
|
67
|
+
- app/assets/stylesheets/bubble.css
|
|
68
|
+
- app/assets/stylesheets/users_style.css
|
|
69
|
+
- app/assets/stylesheets/mediamanager.css
|
|
70
|
+
- app/assets/stylesheets/dropdown.css
|
|
71
|
+
- app/assets/stylesheets/jquery.treeview.css
|
|
72
|
+
- app/assets/stylesheets/bolt/groups.css.scss
|
|
73
|
+
- app/assets/stylesheets/bolt/users_groups.css.scss
|
|
74
|
+
- app/assets/stylesheets/bolt/articles.css.scss
|
|
75
|
+
- app/assets/stylesheets/bolt/user_groups.css.scss
|
|
76
|
+
- app/assets/stylesheets/application.css
|
|
77
|
+
- app/assets/stylesheets/depot.css~
|
|
78
|
+
- app/assets/stylesheets/ui.dynatree.css
|
|
79
|
+
- app/assets/stylesheets/media.css.scss
|
|
80
|
+
- app/assets/stylesheets/scaffolds.css.scss
|
|
81
|
+
- app/assets/stylesheets/application.css~
|
|
82
|
+
- app/assets/javascripts/javascript_functions.js
|
|
83
|
+
- app/assets/javascripts/application.js
|
|
84
|
+
- app/assets/javascripts/jquery.js
|
|
85
|
+
- app/assets/javascripts/media.js.coffee
|
|
86
|
+
- app/assets/javascripts/jquery_new.js
|
|
87
|
+
- app/assets/javascripts/rails.js
|
|
88
|
+
- app/assets/javascripts/imagebubble.js~
|
|
89
|
+
- app/assets/javascripts/bolt/user_groups.js.coffee
|
|
90
|
+
- app/assets/javascripts/bolt/groups.js.coffee
|
|
91
|
+
- app/assets/javascripts/bolt/articles.js.coffee
|
|
92
|
+
- app/assets/javascripts/bolt/users_groups.js.coffee
|
|
93
|
+
- app/assets/javascripts/media.js
|
|
94
|
+
- app/assets/javascripts/jquery.dynatree.js
|
|
95
|
+
- app/assets/javascripts/login.js
|
|
96
|
+
- app/assets/javascripts/jquery.treeview.js
|
|
97
|
+
- app/assets/files/arvind resume (1).doc
|
|
98
|
+
- app/assets/files/toma v 0 1.ppt
|
|
99
|
+
- app/assets/videos/1leader.flv
|
|
100
|
+
- app/assets/images/rails.png
|
|
101
|
+
- app/assets/images/120.jpg
|
|
102
|
+
- app/assets/images/treeview-black-line.gif
|
|
103
|
+
- app/assets/images/word.png
|
|
104
|
+
- app/assets/images/delete.png
|
|
105
|
+
- app/assets/images/new.png
|
|
106
|
+
- app/assets/images/media.png
|
|
107
|
+
- app/assets/images/body.png
|
|
108
|
+
- app/assets/images/51.jpg
|
|
109
|
+
- app/assets/images/header.png
|
|
110
|
+
- app/assets/images/plus.gif
|
|
111
|
+
- app/assets/images/adv.png
|
|
112
|
+
- app/assets/images/cat.png
|
|
113
|
+
- app/assets/images/page_manager.png
|
|
114
|
+
- app/assets/images/loading.gif
|
|
115
|
+
- app/assets/images/folder-closed.gif
|
|
116
|
+
- app/assets/images/setting.png
|
|
117
|
+
- app/assets/images/0d0a413.png
|
|
118
|
+
- app/assets/images/minus.gif
|
|
119
|
+
- app/assets/images/file.gif
|
|
120
|
+
- app/assets/images/treeview-gray-line.gif
|
|
121
|
+
- app/assets/images/file.jpeg
|
|
122
|
+
- app/assets/images/pdf.png
|
|
123
|
+
- app/assets/images/article.png
|
|
124
|
+
- app/assets/images/treeview-default.gif
|
|
125
|
+
- app/assets/images/treeview-red.gif
|
|
126
|
+
- app/assets/images/icons.gif
|
|
127
|
+
- app/assets/images/vline.gif
|
|
128
|
+
- app/assets/images/contributions_userimg2.png
|
|
129
|
+
- app/assets/images/excel.jpg
|
|
130
|
+
- app/assets/images/status.png
|
|
131
|
+
- app/assets/images/ui.dynatree.css
|
|
132
|
+
- app/assets/images/treeview-red-line.gif
|
|
133
|
+
- app/assets/images/background.gif
|
|
134
|
+
- app/assets/images/Untitled Document~
|
|
135
|
+
- app/assets/images/user1.png
|
|
136
|
+
- app/assets/images/logout.png
|
|
137
|
+
- app/assets/images/audio_icon.jpg
|
|
138
|
+
- app/assets/images/access.png
|
|
139
|
+
- app/assets/images/cancel.png
|
|
140
|
+
- app/assets/images/user.png
|
|
141
|
+
- app/assets/images/user_manager.png
|
|
142
|
+
- app/assets/images/personal/ice glass.jpg
|
|
143
|
+
- app/assets/images/treeview-famfamfam-line.gif
|
|
144
|
+
- app/assets/images/edit.png
|
|
145
|
+
- app/assets/images/ppt.jpg
|
|
146
|
+
- app/assets/images/treeview-black.gif
|
|
147
|
+
- app/assets/images/logo.png
|
|
148
|
+
- app/assets/images/video_icon.jpg
|
|
149
|
+
- app/assets/images/treeview-famfamfam.gif
|
|
150
|
+
- app/assets/images/folder.gif
|
|
151
|
+
- app/assets/images/Untitled Document
|
|
152
|
+
- app/assets/images/blog.png
|
|
153
|
+
- app/assets/images/group.png
|
|
154
|
+
- app/assets/images/treeview-default-line.gif
|
|
155
|
+
- app/assets/images/treeview-gray.gif
|
|
156
|
+
- app/assets/images/banners/111.jpg
|
|
157
|
+
- app/assets/images/banners/90.jpg
|
|
158
|
+
- app/assets/images/banners/userimg.png
|
|
159
|
+
- app/assets/images/profileimg.png
|
|
160
|
+
- app/assets/audios/twilight-hole.mp3
|
|
161
|
+
- app/views/user_groups/index.html.erb
|
|
162
|
+
- app/views/user_groups/_form.html.erb
|
|
163
|
+
- app/views/user_groups/show.html.erb
|
|
164
|
+
- app/views/user_groups/edit.html.erb
|
|
165
|
+
- app/views/user_groups/new.html.erb
|
|
166
|
+
- app/views/bolt/categories/index.html.erb
|
|
167
|
+
- app/views/bolt/categories/_form.html.erb
|
|
168
|
+
- app/views/bolt/categories/show.html.erb
|
|
169
|
+
- app/views/bolt/categories/_table.html.erb
|
|
170
|
+
- app/views/bolt/categories/_title.html.erb
|
|
171
|
+
- app/views/bolt/categories/new.html.erb
|
|
172
|
+
- app/views/bolt/bolt_notification/password_reset_instructions.erb
|
|
173
|
+
- app/views/bolt/bolt_notification/new_user_information.erb
|
|
174
|
+
- app/views/bolt/bolt_notification/generate_new_password.erb
|
|
175
|
+
- app/views/bolt/media/index.html.erb
|
|
176
|
+
- app/views/bolt/media/getfolderdatas.html.erb
|
|
177
|
+
- app/views/bolt/groups/index.html.erb
|
|
178
|
+
- app/views/bolt/groups/new.html.erb~
|
|
179
|
+
- app/views/bolt/groups/_form.html.erb
|
|
180
|
+
- app/views/bolt/groups/show.html.erb
|
|
181
|
+
- app/views/bolt/groups/edit.html.erb
|
|
182
|
+
- app/views/bolt/groups/_form.html.erb~
|
|
183
|
+
- app/views/bolt/groups/_title.html.erb
|
|
184
|
+
- app/views/bolt/groups/index.html.erb~
|
|
185
|
+
- app/views/bolt/groups/new.html.erb
|
|
186
|
+
- app/views/bolt/password_resets/edit.html.erb
|
|
187
|
+
- app/views/bolt/page_sections/index.html.erb
|
|
188
|
+
- app/views/bolt/page_sections/_form.html.erb
|
|
189
|
+
- app/views/bolt/page_sections/show.html.erb
|
|
190
|
+
- app/views/bolt/page_sections/_table.html.erb
|
|
191
|
+
- app/views/bolt/page_sections/new.html.erb
|
|
192
|
+
- app/views/bolt/pages/index.html.erb
|
|
193
|
+
- app/views/bolt/pages/_form.html.erb
|
|
194
|
+
- app/views/bolt/pages/show.html.erb
|
|
195
|
+
- app/views/bolt/pages/_page_sections_form.html.erb~
|
|
196
|
+
- app/views/bolt/pages/_table.html.erb
|
|
197
|
+
- app/views/bolt/pages/_form.html.erb~
|
|
198
|
+
- app/views/bolt/pages/_page_sections_form.html.erb
|
|
199
|
+
- app/views/bolt/pages/new.html.erb
|
|
200
|
+
- app/views/bolt/user_sessions_bk/new.html.erb
|
|
201
|
+
- app/views/bolt/settings/index.html.erb
|
|
202
|
+
- app/views/bolt/settings/_form.html.erb
|
|
203
|
+
- app/views/bolt/settings/show.html.erb
|
|
204
|
+
- app/views/bolt/settings/_table.html.erb
|
|
205
|
+
- app/views/bolt/settings/new.html.erb
|
|
206
|
+
- app/views/bolt/users_bk/index.html.erb
|
|
207
|
+
- app/views/bolt/users_bk/_form.html.erb
|
|
208
|
+
- app/views/bolt/users_bk/show.html.erb
|
|
209
|
+
- app/views/bolt/users_bk/edit.html.erb
|
|
210
|
+
- app/views/bolt/users_bk/index.html.erb~
|
|
211
|
+
- app/views/bolt/users_bk/new.html.erb
|
|
212
|
+
- app/views/bolt/blogs/index.html.erb
|
|
213
|
+
- app/views/bolt/blogs/_form.html.erb
|
|
214
|
+
- app/views/bolt/blogs/show.html.erb
|
|
215
|
+
- app/views/bolt/blogs/_table.html.erb
|
|
216
|
+
- app/views/bolt/blogs/new.html.erb
|
|
217
|
+
- app/views/bolt/bolt/index.html.erb
|
|
218
|
+
- app/views/bolt/bolt/index.html.erb~
|
|
219
|
+
- app/views/bolt/user_statuses/index.html.erb
|
|
220
|
+
- app/views/bolt/user_statuses/_form.html.erb
|
|
221
|
+
- app/views/bolt/user_statuses/show.html.erb
|
|
222
|
+
- app/views/bolt/user_statuses/_table.html.erb
|
|
223
|
+
- app/views/bolt/user_statuses/new.html.erb
|
|
224
|
+
- app/views/bolt/user_sessions/new.html.erb
|
|
225
|
+
- app/views/bolt/accesses/index.html.erb
|
|
226
|
+
- app/views/bolt/accesses/_form.html.erb
|
|
227
|
+
- app/views/bolt/accesses/show.html.erb
|
|
228
|
+
- app/views/bolt/accesses/_table.html.erb
|
|
229
|
+
- app/views/bolt/accesses/_title.html.erb
|
|
230
|
+
- app/views/bolt/accesses/new.html.erb
|
|
231
|
+
- app/views/bolt/articles/index.html.erb
|
|
232
|
+
- app/views/bolt/articles/show.html.erb~
|
|
233
|
+
- app/views/bolt/articles/new.html.erb~
|
|
234
|
+
- app/views/bolt/articles/_form.html.erb
|
|
235
|
+
- app/views/bolt/articles/show.html.erb
|
|
236
|
+
- app/views/bolt/articles/_table.html.erb
|
|
237
|
+
- app/views/bolt/articles/_form.html.erb~
|
|
238
|
+
- app/views/bolt/articles/_table.html.erb~
|
|
239
|
+
- app/views/bolt/articles/_title.html.erb
|
|
240
|
+
- app/views/bolt/articles/index.html.erb~
|
|
241
|
+
- app/views/bolt/articles/new.html.erb
|
|
242
|
+
- app/views/bolt/layouts/_left_navigation.html.erb~
|
|
243
|
+
- app/views/bolt/layouts/_right_navigation.html.erb~
|
|
244
|
+
- app/views/bolt/layouts/bolt_auth.html.erb~
|
|
245
|
+
- app/views/bolt/layouts/_left_navigation.html.erb
|
|
246
|
+
- app/views/bolt/layouts/bolt_auth.html.erb
|
|
247
|
+
- app/views/bolt/layouts/_right_navigation.html.erb
|
|
248
|
+
- app/views/bolt/layouts/bolt_main.html.erb~
|
|
249
|
+
- app/views/bolt/layouts/bolt_main.html.erb
|
|
250
|
+
- app/views/bolt/statuses/index.html.erb
|
|
251
|
+
- app/views/bolt/statuses/_form.html.erb
|
|
252
|
+
- app/views/bolt/statuses/show.html.erb
|
|
253
|
+
- app/views/bolt/statuses/_table.html.erb
|
|
254
|
+
- app/views/bolt/statuses/_title.html.erb
|
|
255
|
+
- app/views/bolt/statuses/new.html.erb
|
|
256
|
+
- app/views/bolt/users_groups/index.html.erb
|
|
257
|
+
- app/views/bolt/users_groups/_form.html.erb
|
|
258
|
+
- app/views/bolt/users_groups/show.html.erb
|
|
259
|
+
- app/views/bolt/users_groups/edit.html.erb
|
|
260
|
+
- app/views/bolt/users_groups/new.html.erb
|
|
261
|
+
- app/views/bolt/articles_categories/index.html.erb
|
|
262
|
+
- app/views/bolt/articles_categories/_form.html.erb
|
|
263
|
+
- app/views/bolt/articles_categories/show.html.erb
|
|
264
|
+
- app/views/bolt/articles_categories/_table.html.erb
|
|
265
|
+
- app/views/bolt/articles_categories/new.html.erb
|
|
266
|
+
- app/views/bolt/dashboard/index.html.erb
|
|
267
|
+
- app/views/bolt/dashboard/index.html.erb~
|
|
268
|
+
- app/views/bolt/users/index.html.erb
|
|
269
|
+
- app/views/bolt/users/show.html.erb~
|
|
270
|
+
- app/views/bolt/users/new.html.erb~
|
|
271
|
+
- app/views/bolt/users/show.html.erb
|
|
272
|
+
- app/views/bolt/users/response.json.builder~
|
|
273
|
+
- app/views/bolt/users/_title.html.erb
|
|
274
|
+
- app/views/bolt/users/index.html.erb~
|
|
275
|
+
- app/views/bolt/users/new.html.erb
|
|
276
|
+
- app/views/bolt/info/show.html.erb~
|
|
277
|
+
- app/views/bolt/info/show.html.erb
|
|
278
|
+
- app/views/bolt/banners/index.html.erb
|
|
279
|
+
- app/views/bolt/banners/_form.html.erb
|
|
280
|
+
- app/views/bolt/banners/show.html.erb
|
|
281
|
+
- app/views/bolt/banners/_table.html.erb
|
|
282
|
+
- app/views/bolt/banners/new.html.erb
|
|
283
|
+
- app/views/layouts/default_site.html.erb
|
|
284
|
+
- app/views/layouts/bolt_auth.html.erb~
|
|
285
|
+
- app/views/layouts/application.html.erb~
|
|
286
|
+
- app/views/layouts/bolt_auth.html.erb
|
|
287
|
+
- app/views/layouts/bolt_main.html.erb~
|
|
288
|
+
- app/views/layouts/bolt_main.html.erb
|
|
289
|
+
- app/views/layouts/application.html.erb
|
|
290
|
+
- app/models/page.rb
|
|
291
|
+
- app/models/blog.rb
|
|
292
|
+
- app/models/article.rb
|
|
293
|
+
- app/models/article.rb~
|
|
294
|
+
- app/models/medium.rb
|
|
295
|
+
- app/models/users_group.rb
|
|
296
|
+
- app/models/media_image.rb
|
|
297
|
+
- app/models/group.rb~
|
|
298
|
+
- app/models/setting.rb
|
|
299
|
+
- app/models/category.rb
|
|
300
|
+
- app/models/user_status.rb
|
|
301
|
+
- app/models/articles_category.rb
|
|
302
|
+
- app/models/users_group.rb~
|
|
303
|
+
- app/models/access.rb
|
|
304
|
+
- app/models/bolt/group.rb~
|
|
305
|
+
- app/models/bolt/users_group.rb~
|
|
306
|
+
- app/models/bolt/user_session.rb
|
|
307
|
+
- app/models/bolt/user.rb
|
|
308
|
+
- app/models/bolt/user_group.rb~
|
|
309
|
+
- app/models/bolt/user.rb~
|
|
310
|
+
- app/models/status.rb
|
|
311
|
+
- app/models/bolt.rb
|
|
312
|
+
- app/models/media_images.rb~
|
|
313
|
+
- app/models/page_section.rb
|
|
314
|
+
- app/models/group.rb
|
|
315
|
+
- app/models/bolt.rb~
|
|
316
|
+
- app/models/media_images.rb
|
|
317
|
+
- app/helpers/bolt/config_helper.rb~
|
|
318
|
+
- app/helpers/bolt/bolt_helper.rb~
|
|
319
|
+
- app/helpers/bolt/bolt_helper.rb
|
|
320
|
+
- app/helpers/bolt/groups_helper.rb
|
|
321
|
+
- app/helpers/bolt/user_groups_helper.rb
|
|
322
|
+
- app/helpers/bolt/config_helper.rb
|
|
323
|
+
- app/helpers/bolt/users_groups_helper.rb
|
|
324
|
+
- app/helpers/bolt/articles_helper.rb
|
|
325
|
+
- app/helpers/application_helper.rb
|
|
326
|
+
- app/helpers/media_helper.rb
|
|
327
|
+
- app/mailers/bolt/bolt_notification.rb
|
|
328
|
+
- app/mailers/bolt/backbone_notification.rb~
|
|
329
|
+
- config/environment.rb
|
|
330
|
+
- config/locales/en.yml
|
|
331
|
+
- config/environments/production.rb
|
|
332
|
+
- config/environments/test.rb
|
|
333
|
+
- config/environments/development.rb
|
|
334
|
+
- config/application.rb~
|
|
335
|
+
- config/database.yml~
|
|
336
|
+
- config/application.rb
|
|
337
|
+
- config/database.yml
|
|
338
|
+
- config/routes.rb
|
|
339
|
+
- config/boot.rb
|
|
340
|
+
- config/routes.rb~
|
|
341
|
+
- config/initializers/secret_token.rb
|
|
342
|
+
- config/initializers/session_store.rb
|
|
343
|
+
- config/initializers/inflections.rb
|
|
344
|
+
- config/initializers/backtrace_silencers.rb
|
|
345
|
+
- config/initializers/wrap_parameters.rb
|
|
346
|
+
- config/initializers/mime_types.rb
|
|
347
|
+
- db/schema.rb
|
|
348
|
+
- db/seeds.rb
|
|
349
|
+
- db/migrate/20120312071401_create_categories.rb
|
|
350
|
+
- db/migrate/20120314110602_create_page_sections.rb
|
|
351
|
+
- db/migrate/20120314110922_add_ancestry_to_page.rb
|
|
352
|
+
- db/migrate/20120312063336_create_blogs.rb
|
|
353
|
+
- db/migrate/20111028162853_create_bolt_users.rb~
|
|
354
|
+
- db/migrate/20120314110540_create_pages.rb~
|
|
355
|
+
- db/migrate/20120313085220_create_user_statuses.rb
|
|
356
|
+
- db/migrate/20120314060252_create_articles_categories.rb
|
|
357
|
+
- db/migrate/20120313051206_create_statuses.rb
|
|
358
|
+
- db/migrate/20120313051136_create_accesses.rb
|
|
359
|
+
- db/migrate/20120307133203_create_groups.rb~
|
|
360
|
+
- db/migrate/20120308113354_create_users_groups.rb~
|
|
361
|
+
- db/migrate/20120319132523_create_settings.rb
|
|
362
|
+
- db/migrate/20120308113354_create_users_groups.rb
|
|
363
|
+
- db/migrate/20111028162853_create_bolt_users.rb
|
|
364
|
+
- db/migrate/20120307133203_create_groups.rb
|
|
365
|
+
- db/migrate/20120302083233_create_articles.rb~
|
|
366
|
+
- db/migrate/20120315071805_change_mediaimages_column.rb
|
|
367
|
+
- db/migrate/20120314110602_create_page_sections.rb~
|
|
368
|
+
- db/migrate/20120313061459_create_media_images.rb
|
|
369
|
+
- db/migrate/20120314110540_create_pages.rb
|
|
370
|
+
- db/migrate/20120309070442_create_articles.rb
|
|
371
|
+
- db/migrate/20120313061322_create_media.rb
|
|
372
|
+
- doc/README_FOR_APP
|
|
373
|
+
- public/500.html
|
|
374
|
+
- public/stylesheets/login.css
|
|
375
|
+
- public/stylesheets/elements.css
|
|
376
|
+
- public/stylesheets/login.css~
|
|
377
|
+
- public/stylesheets/screen.css~
|
|
378
|
+
- public/stylesheets/custom.css
|
|
379
|
+
- public/stylesheets/elements.css~
|
|
380
|
+
- public/stylesheets/custom.css~
|
|
381
|
+
- public/stylesheets/screen.css
|
|
382
|
+
- public/javascripts/custom.js
|
|
383
|
+
- public/javascripts/jquery.js
|
|
384
|
+
- public/javascripts/backbone.js
|
|
385
|
+
- public/javascripts/rails.js
|
|
386
|
+
- public/javascripts/login.js
|
|
387
|
+
- public/robots.txt
|
|
388
|
+
- public/jqueryui/css/ui-lightness/jquery-ui-1.8.18.custom.css
|
|
389
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
|
|
390
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
|
|
391
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
|
|
392
|
+
- public/jqueryui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
|
|
393
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
|
|
394
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
|
|
395
|
+
- public/jqueryui/css/ui-lightness/images/ui-icons_222222_256x240.png
|
|
396
|
+
- public/jqueryui/css/ui-lightness/images/ui-icons_ffffff_256x240.png
|
|
397
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
|
|
398
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
|
|
399
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
|
|
400
|
+
- public/jqueryui/css/ui-lightness/images/ui-icons_228ef1_256x240.png
|
|
401
|
+
- public/jqueryui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
|
|
402
|
+
- public/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
|
|
403
|
+
- public/jqueryui/js/jquery-ui-1.8.18.custom.min.js
|
|
404
|
+
- public/jqueryui/js/jquery-1.7.1.min.js
|
|
405
|
+
- public/jqueryui/development-bundle/external/qunit.css
|
|
406
|
+
- public/jqueryui/development-bundle/external/qunit.js
|
|
407
|
+
- public/jqueryui/development-bundle/external/jquery.metadata.js
|
|
408
|
+
- public/jqueryui/development-bundle/external/jquery.bgiframe-2.1.2.js
|
|
409
|
+
- public/jqueryui/development-bundle/external/jquery.cookie.js
|
|
410
|
+
- public/jqueryui/development-bundle/AUTHORS.txt
|
|
411
|
+
- public/jqueryui/development-bundle/demos/sortable/connect-lists.html
|
|
412
|
+
- public/jqueryui/development-bundle/demos/sortable/empty-lists.html
|
|
413
|
+
- public/jqueryui/development-bundle/demos/sortable/placeholder.html
|
|
414
|
+
- public/jqueryui/development-bundle/demos/sortable/delay-start.html
|
|
415
|
+
- public/jqueryui/development-bundle/demos/sortable/connect-lists-through-tabs.html
|
|
416
|
+
- public/jqueryui/development-bundle/demos/sortable/default.html
|
|
417
|
+
- public/jqueryui/development-bundle/demos/sortable/items.html
|
|
418
|
+
- public/jqueryui/development-bundle/demos/sortable/portlets.html
|
|
419
|
+
- public/jqueryui/development-bundle/demos/sortable/index.html
|
|
420
|
+
- public/jqueryui/development-bundle/demos/sortable/display-grid.html
|
|
421
|
+
- public/jqueryui/development-bundle/demos/draggable/revert.html
|
|
422
|
+
- public/jqueryui/development-bundle/demos/draggable/sortable.html
|
|
423
|
+
- public/jqueryui/development-bundle/demos/draggable/constrain-movement.html
|
|
424
|
+
- public/jqueryui/development-bundle/demos/draggable/cursor-style.html
|
|
425
|
+
- public/jqueryui/development-bundle/demos/draggable/events.html
|
|
426
|
+
- public/jqueryui/development-bundle/demos/draggable/handle.html
|
|
427
|
+
- public/jqueryui/development-bundle/demos/draggable/delay-start.html
|
|
428
|
+
- public/jqueryui/development-bundle/demos/draggable/default.html
|
|
429
|
+
- public/jqueryui/development-bundle/demos/draggable/visual-feedback.html
|
|
430
|
+
- public/jqueryui/development-bundle/demos/draggable/snap-to.html
|
|
431
|
+
- public/jqueryui/development-bundle/demos/draggable/scroll.html
|
|
432
|
+
- public/jqueryui/development-bundle/demos/draggable/index.html
|
|
433
|
+
- public/jqueryui/development-bundle/demos/selectable/serialize.html
|
|
434
|
+
- public/jqueryui/development-bundle/demos/selectable/default.html
|
|
435
|
+
- public/jqueryui/development-bundle/demos/selectable/index.html
|
|
436
|
+
- public/jqueryui/development-bundle/demos/selectable/display-grid.html
|
|
437
|
+
- public/jqueryui/development-bundle/demos/dialog/animated.html
|
|
438
|
+
- public/jqueryui/development-bundle/demos/dialog/modal-form.html
|
|
439
|
+
- public/jqueryui/development-bundle/demos/dialog/modal-message.html
|
|
440
|
+
- public/jqueryui/development-bundle/demos/dialog/modal-confirmation.html
|
|
441
|
+
- public/jqueryui/development-bundle/demos/dialog/modal.html
|
|
442
|
+
- public/jqueryui/development-bundle/demos/dialog/default.html
|
|
443
|
+
- public/jqueryui/development-bundle/demos/dialog/index.html
|
|
444
|
+
- public/jqueryui/development-bundle/demos/images/pbar-ani.gif
|
|
445
|
+
- public/jqueryui/development-bundle/demos/images/demo-spindown-open.gif
|
|
446
|
+
- public/jqueryui/development-bundle/demos/images/demo-config-on.gif
|
|
447
|
+
- public/jqueryui/development-bundle/demos/images/calendar.gif
|
|
448
|
+
- public/jqueryui/development-bundle/demos/images/demo-spindown-closed.gif
|
|
449
|
+
- public/jqueryui/development-bundle/demos/images/demo-config-on-tile.gif
|
|
450
|
+
- public/jqueryui/development-bundle/demos/images/icon-docs-info.gif
|
|
451
|
+
- public/jqueryui/development-bundle/demos/droppable/revert.html
|
|
452
|
+
- public/jqueryui/development-bundle/demos/droppable/photo-manager.html
|
|
453
|
+
- public/jqueryui/development-bundle/demos/droppable/accepted-elements.html
|
|
454
|
+
- public/jqueryui/development-bundle/demos/droppable/images/high_tatras2_min.jpg
|
|
455
|
+
- public/jqueryui/development-bundle/demos/droppable/images/high_tatras3_min.jpg
|
|
456
|
+
- public/jqueryui/development-bundle/demos/droppable/images/high_tatras_min.jpg
|
|
457
|
+
- public/jqueryui/development-bundle/demos/droppable/images/high_tatras.jpg
|
|
458
|
+
- public/jqueryui/development-bundle/demos/droppable/images/high_tatras3.jpg
|
|
459
|
+
- public/jqueryui/development-bundle/demos/droppable/images/high_tatras2.jpg
|
|
460
|
+
- public/jqueryui/development-bundle/demos/droppable/images/high_tatras4_min.jpg
|
|
461
|
+
- public/jqueryui/development-bundle/demos/droppable/images/high_tatras4.jpg
|
|
462
|
+
- public/jqueryui/development-bundle/demos/droppable/propagation.html
|
|
463
|
+
- public/jqueryui/development-bundle/demos/droppable/default.html
|
|
464
|
+
- public/jqueryui/development-bundle/demos/droppable/visual-feedback.html
|
|
465
|
+
- public/jqueryui/development-bundle/demos/droppable/shopping-cart.html
|
|
466
|
+
- public/jqueryui/development-bundle/demos/droppable/index.html
|
|
467
|
+
- public/jqueryui/development-bundle/demos/resizable/helper.html
|
|
468
|
+
- public/jqueryui/development-bundle/demos/resizable/textarea.html
|
|
469
|
+
- public/jqueryui/development-bundle/demos/resizable/animate.html
|
|
470
|
+
- public/jqueryui/development-bundle/demos/resizable/delay-start.html
|
|
471
|
+
- public/jqueryui/development-bundle/demos/resizable/max-min.html
|
|
472
|
+
- public/jqueryui/development-bundle/demos/resizable/aspect-ratio.html
|
|
473
|
+
- public/jqueryui/development-bundle/demos/resizable/constrain-area.html
|
|
474
|
+
- public/jqueryui/development-bundle/demos/resizable/snap-to-grid.html
|
|
475
|
+
- public/jqueryui/development-bundle/demos/resizable/default.html
|
|
476
|
+
- public/jqueryui/development-bundle/demos/resizable/visual-feedback.html
|
|
477
|
+
- public/jqueryui/development-bundle/demos/resizable/index.html
|
|
478
|
+
- public/jqueryui/development-bundle/demos/resizable/synchronous-resize.html
|
|
479
|
+
- public/jqueryui/development-bundle/demos/position/cycler.html
|
|
480
|
+
- public/jqueryui/development-bundle/demos/position/images/earth.jpg
|
|
481
|
+
- public/jqueryui/development-bundle/demos/position/images/flight.jpg
|
|
482
|
+
- public/jqueryui/development-bundle/demos/position/images/rocket.jpg
|
|
483
|
+
- public/jqueryui/development-bundle/demos/position/default.html
|
|
484
|
+
- public/jqueryui/development-bundle/demos/position/index.html
|
|
485
|
+
- public/jqueryui/development-bundle/demos/demos.css
|
|
486
|
+
- public/jqueryui/development-bundle/demos/index.html
|
|
487
|
+
- public/jqueryui/development-bundle/MIT-LICENSE.txt
|
|
488
|
+
- public/jqueryui/development-bundle/version.txt
|
|
489
|
+
- public/jqueryui/development-bundle/jquery-1.7.1.js
|
|
490
|
+
- public/jqueryui/development-bundle/docs/position.html
|
|
491
|
+
- public/jqueryui/development-bundle/docs/draggable.html
|
|
492
|
+
- public/jqueryui/development-bundle/docs/sortable.html
|
|
493
|
+
- public/jqueryui/development-bundle/docs/dialog.html
|
|
494
|
+
- public/jqueryui/development-bundle/docs/droppable.html
|
|
495
|
+
- public/jqueryui/development-bundle/docs/resizable.html
|
|
496
|
+
- public/jqueryui/development-bundle/docs/selectable.html
|
|
497
|
+
- public/jqueryui/development-bundle/GPL-LICENSE.txt
|
|
498
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.position.js
|
|
499
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.sortable.js
|
|
500
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.dialog.js
|
|
501
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.core.js
|
|
502
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.mouse.js
|
|
503
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.position.min.js
|
|
504
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.dialog.min.js
|
|
505
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.core.min.js
|
|
506
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.resizable.min.js
|
|
507
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.sortable.min.js
|
|
508
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.mouse.min.js
|
|
509
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.selectable.min.js
|
|
510
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.draggable.min.js
|
|
511
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.widget.min.js
|
|
512
|
+
- public/jqueryui/development-bundle/ui/minified/jquery.ui.droppable.min.js
|
|
513
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.draggable.js
|
|
514
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.widget.js
|
|
515
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.droppable.js
|
|
516
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.resizable.js
|
|
517
|
+
- public/jqueryui/development-bundle/ui/jquery.ui.selectable.js
|
|
518
|
+
- public/jqueryui/development-bundle/ui/jquery-ui-1.8.18.custom.js
|
|
519
|
+
- public/jqueryui/development-bundle/themes/base/jquery.ui.dialog.css
|
|
520
|
+
- public/jqueryui/development-bundle/themes/base/jquery.ui.theme.css
|
|
521
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
|
|
522
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
|
|
523
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
|
|
524
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png
|
|
525
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png
|
|
526
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-icons_222222_256x240.png
|
|
527
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-icons_888888_256x240.png
|
|
528
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
|
|
529
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
|
|
530
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
|
531
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png
|
|
532
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-icons_454545_256x240.png
|
|
533
|
+
- public/jqueryui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
|
|
534
|
+
- public/jqueryui/development-bundle/themes/base/jquery.ui.resizable.css
|
|
535
|
+
- public/jqueryui/development-bundle/themes/base/jquery.ui.base.css
|
|
536
|
+
- public/jqueryui/development-bundle/themes/base/jquery.ui.core.css
|
|
537
|
+
- public/jqueryui/development-bundle/themes/base/jquery.ui.all.css
|
|
538
|
+
- public/jqueryui/development-bundle/themes/base/jquery.ui.selectable.css
|
|
539
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.dialog.css
|
|
540
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/jquery-ui-1.8.18.custom.css
|
|
541
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.theme.css
|
|
542
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
|
|
543
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
|
|
544
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
|
|
545
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
|
|
546
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
|
|
547
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
|
|
548
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png
|
|
549
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
|
|
550
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
|
|
551
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
|
|
552
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
|
|
553
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
|
|
554
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
|
|
555
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
|
|
556
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.resizable.css
|
|
557
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.base.css
|
|
558
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.core.css
|
|
559
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.all.css
|
|
560
|
+
- public/jqueryui/development-bundle/themes/ui-lightness/jquery.ui.selectable.css
|
|
561
|
+
- public/404.html
|
|
562
|
+
- public/images/rails.png
|
|
563
|
+
- public/images/treeview-black-line.gif
|
|
564
|
+
- public/images/nav.png
|
|
565
|
+
- public/images/delete.png
|
|
566
|
+
- public/images/login/top.png
|
|
567
|
+
- public/images/login/bottom.png
|
|
568
|
+
- public/images/new.png
|
|
569
|
+
- public/images/media.png
|
|
570
|
+
- public/images/icons/delete.png
|
|
571
|
+
- public/images/icons/loading.gif
|
|
572
|
+
- public/images/icons/icons.gif
|
|
573
|
+
- public/images/icons/vline.gif
|
|
574
|
+
- public/images/icons/ajax-spinner.gif
|
|
575
|
+
- public/images/icons/spinner.png
|
|
576
|
+
- public/images/icons/spinner-sm.gif
|
|
577
|
+
- public/images/icons/add.png
|
|
578
|
+
- public/images/icons/table.png
|
|
579
|
+
- public/images/header.png
|
|
580
|
+
- public/images/plus.gif
|
|
581
|
+
- public/images/cat.png
|
|
582
|
+
- public/images/loading.gif
|
|
583
|
+
- public/images/folder-closed.gif
|
|
584
|
+
- public/images/minus.gif
|
|
585
|
+
- public/images/file.gif
|
|
586
|
+
- public/images/treeview-gray-line.gif
|
|
587
|
+
- public/images/article.png
|
|
588
|
+
- public/images/treeview-default.gif
|
|
589
|
+
- public/images/treeview-red.gif
|
|
590
|
+
- public/images/ii.jpg
|
|
591
|
+
- public/images/icons.gif
|
|
592
|
+
- public/images/vline.gif
|
|
593
|
+
- public/images/ui.dynatree.css
|
|
594
|
+
- public/images/treeview-red-line.gif
|
|
595
|
+
- public/images/user1.png
|
|
596
|
+
- public/images/logout.png
|
|
597
|
+
- public/images/visitSiteNav.png
|
|
598
|
+
- public/images/cancel.png
|
|
599
|
+
- public/images/user.png
|
|
600
|
+
- public/images/treeview-famfamfam-line.gif
|
|
601
|
+
- public/images/edit.png
|
|
602
|
+
- public/images/rightNavButton.png
|
|
603
|
+
- public/images/rightNav.png
|
|
604
|
+
- public/images/treeview-black.gif
|
|
605
|
+
- public/images/logo.png
|
|
606
|
+
- public/images/treeview-famfamfam.gif
|
|
607
|
+
- public/images/folder.gif
|
|
608
|
+
- public/images/treeview-default-line.gif
|
|
609
|
+
- public/images/treeview-gray.gif
|
|
610
|
+
- public/images/backbone.png
|
|
611
|
+
- public/images/profileimg.png
|
|
612
|
+
- public/bolt/imagesx/nav.png
|
|
613
|
+
- public/bolt/imagesx/login/top.png
|
|
614
|
+
- public/bolt/imagesx/login/bottom.png
|
|
615
|
+
- public/bolt/imagesx/icons/delete.png
|
|
616
|
+
- public/bolt/imagesx/icons/loading.gif
|
|
617
|
+
- public/bolt/imagesx/icons/icons.gif
|
|
618
|
+
- public/bolt/imagesx/icons/vline.gif
|
|
619
|
+
- public/bolt/imagesx/icons/ajax-spinner.gif
|
|
620
|
+
- public/bolt/imagesx/icons/spinner.png
|
|
621
|
+
- public/bolt/imagesx/icons/spinner-sm.gif
|
|
622
|
+
- public/bolt/imagesx/icons/add.png
|
|
623
|
+
- public/bolt/imagesx/icons/table.png
|
|
624
|
+
- public/bolt/imagesx/header.png
|
|
625
|
+
- public/bolt/imagesx/visitSiteNav.png
|
|
626
|
+
- public/bolt/imagesx/rightNavButton.png
|
|
627
|
+
- public/bolt/imagesx/rightNav.png
|
|
628
|
+
- public/bolt/imagesx/backbone.png
|
|
629
|
+
- public/bolt/stylesheets/login.css
|
|
630
|
+
- public/bolt/stylesheets/elements.css
|
|
631
|
+
- public/bolt/stylesheets/login.css~
|
|
632
|
+
- public/bolt/stylesheets/screen.css~
|
|
633
|
+
- public/bolt/stylesheets/custom.css
|
|
634
|
+
- public/bolt/stylesheets/elements.css~
|
|
635
|
+
- public/bolt/stylesheets/custom.css~
|
|
636
|
+
- public/bolt/stylesheets/screen.css
|
|
637
|
+
- public/bolt/javascripts/custom.js
|
|
638
|
+
- public/bolt/javascripts/jquery.js
|
|
639
|
+
- public/bolt/javascripts/backbone.js
|
|
640
|
+
- public/bolt/javascripts/rails.js
|
|
641
|
+
- public/bolt/javascripts/login.js
|
|
642
|
+
- public/bolt/images/nav.png
|
|
643
|
+
- public/bolt/images/login/top.png
|
|
644
|
+
- public/bolt/images/login/bottom.png
|
|
645
|
+
- public/bolt/images/icons/delete.png
|
|
646
|
+
- public/bolt/images/icons/loading.gif
|
|
647
|
+
- public/bolt/images/icons/icons.gif
|
|
648
|
+
- public/bolt/images/icons/vline.gif
|
|
649
|
+
- public/bolt/images/icons/ajax-spinner.gif
|
|
650
|
+
- public/bolt/images/icons/spinner.png
|
|
651
|
+
- public/bolt/images/icons/spinner-sm.gif
|
|
652
|
+
- public/bolt/images/icons/add.png
|
|
653
|
+
- public/bolt/images/icons/table.png
|
|
654
|
+
- public/bolt/images/header.png
|
|
655
|
+
- public/bolt/images/visitSiteNav.png
|
|
656
|
+
- public/bolt/images/rightNavButton.png
|
|
657
|
+
- public/bolt/images/rightNav.png
|
|
658
|
+
- public/bolt/images/backbone.png
|
|
659
|
+
- public/422.html
|
|
660
|
+
- public/favicon.ico
|
|
661
|
+
- script/rails
|
|
662
|
+
- test/test_helper.rb
|
|
663
|
+
- test/performance/browsing_test.rb
|
|
664
|
+
- test/unit/medium_test.rb
|
|
665
|
+
- test/unit/bolt/users_group_test.rb
|
|
666
|
+
- test/unit/bolt/group_test.rb
|
|
667
|
+
- test/unit/helpers/bolt/groups_helper_test.rb
|
|
668
|
+
- test/unit/helpers/bolt/users_groups_helper_test.rb
|
|
669
|
+
- test/unit/helpers/media_helper_test.rb
|
|
670
|
+
- test/unit/media_images_test.rb
|
|
671
|
+
- test/fixtures/media.yml
|
|
672
|
+
- test/fixtures/bolt/users_groups.yml
|
|
673
|
+
- test/fixtures/bolt/groups.yml
|
|
674
|
+
- test/fixtures/media_images.yml
|
|
675
|
+
- test/functional/bolt/groups_controller_test.rb
|
|
676
|
+
- test/functional/bolt/users_groups_controller_test.rb
|
|
677
|
+
- test/functional/media_controller_test.rb
|
|
678
|
+
- Gemfile
|
|
679
|
+
- Rakefile
|
|
680
|
+
homepage: http://bolt.com
|
|
681
|
+
licenses: []
|
|
682
|
+
|
|
683
|
+
post_install_message:
|
|
684
|
+
rdoc_options: []
|
|
685
|
+
|
|
686
|
+
require_paths:
|
|
687
|
+
- lib
|
|
688
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
689
|
+
none: false
|
|
690
|
+
requirements:
|
|
691
|
+
- - ">="
|
|
692
|
+
- !ruby/object:Gem::Version
|
|
693
|
+
hash: 3
|
|
694
|
+
segments:
|
|
695
|
+
- 0
|
|
696
|
+
version: "0"
|
|
697
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
698
|
+
none: false
|
|
699
|
+
requirements:
|
|
700
|
+
- - ">="
|
|
701
|
+
- !ruby/object:Gem::Version
|
|
702
|
+
hash: 57
|
|
703
|
+
segments:
|
|
704
|
+
- 1
|
|
705
|
+
- 8
|
|
706
|
+
- 7
|
|
707
|
+
version: 1.8.7
|
|
708
|
+
requirements: []
|
|
709
|
+
|
|
710
|
+
rubyforge_project: bolt-the super cms
|
|
711
|
+
rubygems_version: 1.8.19
|
|
712
|
+
signing_key:
|
|
713
|
+
specification_version: 3
|
|
714
|
+
summary: Full-stack cms framework for Ruby on Rails.
|
|
715
|
+
test_files: []
|
|
716
|
+
|