typus 3.0.2 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +20 -9
- data/Gemfile.lock +93 -65
- data/MIT-LICENSE +1 -1
- data/README.md +61 -0
- data/Rakefile +5 -0
- data/app/controllers/admin/account_controller.rb +7 -10
- data/app/controllers/admin/base_controller.rb +16 -1
- data/app/controllers/admin/resources_controller.rb +270 -159
- data/app/controllers/admin/session_controller.rb +8 -9
- data/app/helpers/admin/base_helper.rb +13 -28
- data/app/helpers/admin/dashboard_helper.rb +4 -10
- data/app/helpers/admin/file_preview_helper.rb +70 -0
- data/app/helpers/admin/filters_helper.rb +64 -45
- data/app/helpers/admin/form_helper.rb +37 -62
- data/app/helpers/admin/relationships_helper.rb +63 -78
- data/app/helpers/admin/resources_helper.rb +10 -31
- data/app/helpers/admin/search_helper.rb +6 -9
- data/app/helpers/admin/sidebar_helper.rb +15 -20
- data/app/helpers/admin/table_helper.rb +79 -170
- data/app/mailers/admin/mailer.rb +1 -1
- data/app/views/admin/account/forgot_password.html.erb +2 -2
- data/app/views/admin/account/new.html.erb +8 -4
- data/app/views/admin/base/user_guide.html.erb +85 -0
- data/app/views/admin/dashboard/_sidebar.html.erb +3 -1
- data/app/views/admin/dashboard/show.html.erb +2 -2
- data/app/views/admin/dashboard/styles.html.erb +2 -2
- data/app/views/admin/helpers/_apps.html.erb +5 -4
- data/app/views/admin/helpers/_file_preview.html.erb +3 -0
- data/app/views/admin/helpers/_header.html.erb +3 -3
- data/app/views/admin/helpers/_login_info.html.erb +2 -2
- data/app/views/admin/helpers/dashboard/_applications.html.erb +6 -9
- data/app/views/admin/helpers/dashboard/_resources.html.erb +2 -3
- data/app/views/admin/helpers/filters/_filters.html.erb +1 -1
- data/app/views/admin/helpers/resources/_display_link_to_previous.html.erb +1 -1
- data/app/views/admin/helpers/resources/_errors.html.erb +10 -0
- data/app/views/admin/helpers/search/_search.html.erb +1 -1
- data/app/views/admin/helpers/sidebar/_sidebar.html.erb +6 -3
- data/app/views/admin/helpers/table/_table.html.erb +17 -5
- data/app/views/admin/mailer/reset_password_link.text.erb +2 -2
- data/app/views/admin/resources/_form.html.erb +3 -12
- data/app/views/admin/resources/edit.html.erb +7 -5
- data/app/views/admin/resources/index.html.erb +13 -18
- data/app/views/admin/resources/new.html.erb +4 -4
- data/app/views/admin/resources/show.html.erb +9 -13
- data/app/views/admin/session/new.html.erb +8 -4
- data/app/views/admin/templates/_belongs_to.html.erb +1 -1
- data/app/views/admin/templates/_boolean.html.erb +2 -2
- data/app/views/admin/templates/_date.html.erb +2 -2
- data/app/views/admin/templates/_datetime.html.erb +2 -2
- data/app/views/admin/templates/_file.html.erb +3 -19
- data/app/views/admin/templates/_has_n.html.erb +4 -4
- data/app/views/admin/templates/_has_one.html.erb +14 -0
- data/app/views/admin/templates/_password.html.erb +2 -2
- data/app/views/admin/templates/_profile_sidebar.html.erb +3 -0
- data/app/views/admin/templates/_relate_form.html.erb +2 -1
- data/app/views/admin/templates/_selector.html.erb +1 -1
- data/app/views/admin/templates/_string.html.erb +6 -6
- data/app/views/admin/templates/_text.html.erb +11 -4
- data/app/views/admin/templates/_time.html.erb +2 -2
- data/app/views/admin/templates/_tree.html.erb +1 -1
- data/app/views/layouts/admin/base.html.erb +7 -6
- data/app/views/layouts/admin/session.html.erb +4 -14
- data/config/{available_locales/ca_models.yml → locales/typus.ca.models.yml} +5 -4
- data/config/locales/typus.ca.yml +81 -0
- data/config/{available_locales/de_models.yml → locales/typus.de.models.yml} +6 -2
- data/config/locales/typus.de.yml +80 -0
- data/config/locales/typus.el.models.yml +17 -0
- data/config/locales/typus.el.yml +82 -0
- data/config/{available_locales/es_models.yml → locales/typus.es.models.yml} +9 -4
- data/config/locales/typus.es.yml +82 -0
- data/config/{available_locales/fr_models.yml → locales/typus.fr.models.yml} +8 -3
- data/config/locales/typus.fr.yml +87 -0
- data/config/{available_locales/hu_models.yml → locales/typus.hu.models.yml} +6 -2
- data/config/locales/typus.hu.yml +80 -0
- data/config/{available_locales/it_models.yml → locales/typus.it.models.yml} +7 -4
- data/config/locales/typus.it.yml +89 -0
- data/config/{available_locales/language_models.yml.template → locales/typus.locale.models.yml.template} +8 -4
- data/config/locales/typus.locale.yml.template +81 -0
- data/config/{available_locales/pt-BR_models.yml → locales/typus.pt-BR.models.yml} +6 -2
- data/config/locales/typus.pt-BR.yml +80 -0
- data/config/{available_locales/ru_models.yml → locales/typus.ru.models.yml} +6 -2
- data/config/locales/typus.ru.yml +80 -0
- data/config/locales/typus.zh-CN.models.yml +17 -0
- data/config/locales/typus.zh-CN.yml +79 -0
- data/config/routes.rb +11 -7
- data/lib/generators/templates/config/initializers/typus.rb +8 -5
- data/lib/generators/templates/config/initializers/typus_resources.rb +0 -3
- data/lib/generators/templates/config/typus/README +6 -6
- data/lib/generators/templates/config/typus/typus.yml +5 -5
- data/lib/generators/templates/controller.rb +1 -1
- data/lib/generators/templates/migration.rb +1 -0
- data/lib/generators/templates/public/admin/javascripts/application.js +0 -4
- data/lib/generators/templates/public/admin/javascripts/jquery-1.4.4.min.js +167 -0
- data/lib/generators/templates/public/admin/javascripts/jquery.application.js +16 -0
- data/lib/generators/templates/public/admin/javascripts/jquery.rails.js +50 -22
- data/lib/generators/templates/public/admin/stylesheets/screen.css +43 -34
- data/lib/generators/templates/public/admin/vendor/fancybox/fancy_loading.png +0 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.easing-1.3.pack.js +32 -32
- data/lib/generators/templates/public/admin/vendor/fancybox/{jquery.fancybox-1.3.1.css → jquery.fancybox-1.3.4.css} +359 -363
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.4.js +1156 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.4.pack.js +46 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.mousewheel-3.0.4.pack.js +14 -0
- data/lib/generators/typus/assets_generator.rb +23 -0
- data/lib/generators/typus/controller_generator.rb +29 -0
- data/lib/generators/typus/migration_generator.rb +39 -20
- data/lib/generators/typus/typus_generator.rb +17 -57
- data/lib/generators/typus/views_generator.rb +2 -6
- data/lib/support/active_record.rb +8 -20
- data/lib/support/fake_user.rb +6 -1
- data/lib/support/hash.rb +1 -2
- data/lib/support/object.rb +4 -17
- data/lib/support/string.rb +34 -3
- data/lib/tasks/typus.rake +1 -1
- data/lib/typus.rb +60 -48
- data/lib/typus/actions.rb +27 -0
- data/lib/typus/authentication/base.rb +3 -4
- data/lib/typus/authentication/http_basic.rb +1 -1
- data/lib/typus/authentication/none.rb +1 -1
- data/lib/typus/authentication/session.rb +53 -108
- data/lib/typus/configuration.rb +13 -11
- data/lib/typus/filters.rb +12 -0
- data/lib/typus/format.rb +9 -13
- data/lib/typus/i18n.rb +30 -0
- data/lib/typus/orm/active_record.rb +97 -194
- data/lib/typus/orm/active_record/search.rb +91 -0
- data/lib/typus/resources.rb +6 -10
- data/lib/typus/user.rb +20 -40
- data/lib/typus/version.rb +1 -1
- metadata +77 -231
- data/CHANGELOG +0 -102
- data/README.rdoc +0 -48
- data/app/helpers/admin/preview_helper.rb +0 -46
- data/app/views/admin/helpers/_preview.html.erb +0 -13
- data/app/views/admin/templates/_has_many.html.erb +0 -22
- data/config/available_locales/ca.yml +0 -122
- data/config/available_locales/de.yml +0 -122
- data/config/available_locales/es.yml +0 -122
- data/config/available_locales/fr.yml +0 -127
- data/config/available_locales/hu.yml +0 -122
- data/config/available_locales/it.yml +0 -132
- data/config/available_locales/language.yml.template +0 -120
- data/config/available_locales/pt-BR.yml +0 -122
- data/config/available_locales/ru.yml +0 -122
- data/lib/generators/templates/functional_test.rb +0 -10
- data/lib/generators/templates/model.rb +0 -8
- data/lib/generators/templates/public/admin/images/ui-icons.png +0 -0
- data/lib/generators/templates/public/admin/javascripts/jquery-1.4.2.min.js +0 -154
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.js +0 -1077
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.pack.js +0 -44
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.mousewheel-3.0.2.pack.js +0 -13
- data/lib/typus/pagination.rb +0 -18
- data/test/factories.rb +0 -43
- data/test/fixtures/config/broken/application.yml +0 -68
- data/test/fixtures/config/broken/application_roles.yml +0 -20
- data/test/fixtures/config/broken/empty.yml +0 -0
- data/test/fixtures/config/broken/empty_roles.yml +0 -0
- data/test/fixtures/config/broken/undefined.yml +0 -3
- data/test/fixtures/config/broken/undefined_roles.yml +0 -6
- data/test/fixtures/config/default/typus.yml +0 -13
- data/test/fixtures/config/default/typus_roles.yml +0 -2
- data/test/fixtures/config/empty/empty_01.yml +0 -0
- data/test/fixtures/config/empty/empty_01_roles.yml +0 -0
- data/test/fixtures/config/empty/empty_02.yml +0 -0
- data/test/fixtures/config/empty/empty_02_roles.yml +0 -0
- data/test/fixtures/config/locales/es.yml +0 -10
- data/test/fixtures/config/namespaced/application.yml +0 -5
- data/test/fixtures/config/namespaced/application_roles.yml +0 -2
- data/test/fixtures/config/ordered/001_roles.yml +0 -2
- data/test/fixtures/config/ordered/002_roles.yml +0 -2
- data/test/fixtures/config/unordered/app_one_roles.yml +0 -2
- data/test/fixtures/config/unordered/app_two_roles.yml +0 -2
- data/test/fixtures/config/working/application.yml +0 -73
- data/test/fixtures/config/working/application_roles.yml +0 -24
- data/test/fixtures/config/working/typus.yml +0 -13
- data/test/fixtures/config/working/typus_roles.yml +0 -2
- data/test/fixtures/rails_app/Rakefile +0 -7
- data/test/fixtures/rails_app/app/controllers/admin/assets_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/categories_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/comments_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/pages_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/pictures_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/posts_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/status_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/typus_users_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/watch_dog_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/application_controller.rb +0 -3
- data/test/fixtures/rails_app/app/models/asset.rb +0 -5
- data/test/fixtures/rails_app/app/models/category.rb +0 -11
- data/test/fixtures/rails_app/app/models/comment.rb +0 -6
- data/test/fixtures/rails_app/app/models/custom_user.rb +0 -2
- data/test/fixtures/rails_app/app/models/delayed/task.rb +0 -5
- data/test/fixtures/rails_app/app/models/page.rb +0 -5
- data/test/fixtures/rails_app/app/models/picture.rb +0 -6
- data/test/fixtures/rails_app/app/models/post.rb +0 -21
- data/test/fixtures/rails_app/app/models/typus_user.rb +0 -8
- data/test/fixtures/rails_app/app/models/view.rb +0 -5
- data/test/fixtures/rails_app/app/views/admin/categories/_form.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/dashboard/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/mailer/reset_password_link.text.erb +0 -6
- data/test/fixtures/rails_app/app/views/admin/posts/_edit.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_index.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_new.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_show.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/resources/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/status/index.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/templates/_datepicker.html.erb +0 -1
- data/test/fixtures/rails_app/config.ru +0 -4
- data/test/fixtures/rails_app/config/application.rb +0 -53
- data/test/fixtures/rails_app/config/boot.rb +0 -13
- data/test/fixtures/rails_app/config/database.yml +0 -14
- data/test/fixtures/rails_app/config/environment.rb +0 -5
- data/test/fixtures/rails_app/config/environments/test.rb +0 -34
- data/test/fixtures/rails_app/config/initializers/secret_token.rb +0 -7
- data/test/fixtures/rails_app/config/initializers/session_store.rb +0 -8
- data/test/fixtures/rails_app/config/initializers/typus.rb +0 -6
- data/test/fixtures/rails_app/config/routes.rb +0 -5
- data/test/fixtures/rails_app/config/typus/application.yml +0 -79
- data/test/fixtures/rails_app/config/typus/application_roles.yml +0 -25
- data/test/fixtures/rails_app/config/typus/typus.yml +0 -12
- data/test/fixtures/rails_app/config/typus/typus_roles.yml +0 -2
- data/test/fixtures/rails_app/db/test.sqlite3 +0 -0
- data/test/fixtures/rails_app/tmp/export-posts-20101012213057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213132.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213234.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213506.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215217.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215415.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215443.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215509.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215528.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215551.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215615.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215640.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215714.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215744.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215814.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215836.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215906.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012220659.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012221043.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012221258.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222558.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222752.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222848.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012223433.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012223535.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224003.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224052.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224109.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224139.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224205.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224243.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012225119.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063215.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063300.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063352.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063427.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063448.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063530.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063559.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063646.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063737.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063822.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063837.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063919.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063939.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063952.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064220.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064253.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064318.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064404.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064452.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064536.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064652.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064845.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065023.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065137.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065713.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065954.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070116.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070156.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070349.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070429.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070448.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070514.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070709.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070745.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070809.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070905.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070955.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071116.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071209.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071335.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071632.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071643.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071735.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071749.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072030.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072050.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072108.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072713.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072751.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072912.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013074546.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018180512.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183359.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183608.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183759.csv +0 -2
- data/test/functional/admin/account_controller_test.rb +0 -90
- data/test/functional/admin/assets_controller_test.rb +0 -55
- data/test/functional/admin/categories_controller_test.rb +0 -62
- data/test/functional/admin/comments_controller_test.rb +0 -21
- data/test/functional/admin/dashboard_controller_test.rb +0 -138
- data/test/functional/admin/posts_controller_test.rb +0 -548
- data/test/functional/admin/session_controller_test.rb +0 -85
- data/test/functional/admin/status_controller_test.rb +0 -46
- data/test/functional/admin/typus_users_controller_test.rb +0 -159
- data/test/helpers/admin/base_helper_test.rb +0 -67
- data/test/helpers/admin/dashboard_helper_test.rb +0 -19
- data/test/helpers/admin/form_helper_test.rb +0 -117
- data/test/helpers/admin/resources_helper_test.rb +0 -64
- data/test/helpers/admin/sidebar_helper_test.rb +0 -274
- data/test/helpers/admin/table_helper_test.rb +0 -219
- data/test/integration/login_test.rb +0 -13
- data/test/integration_test_helper.rb +0 -21
- data/test/lib/support/active_record_test.rb +0 -86
- data/test/lib/support/array_test.rb +0 -11
- data/test/lib/support/hash_test.rb +0 -11
- data/test/lib/support/string_test.rb +0 -39
- data/test/lib/typus/active_record_test.rb +0 -451
- data/test/lib/typus/configuration_test.rb +0 -52
- data/test/lib/typus/resource_test.rb +0 -17
- data/test/lib/typus/routes_test.rb +0 -29
- data/test/lib/typus_test.rb +0 -107
- data/test/schema.rb +0 -100
- data/test/test_helper.rb +0 -16
- data/test/unit/admin/mailer_test.rb +0 -32
- data/test/unit/typus_user_roles_test.rb +0 -105
- data/test/unit/typus_user_test.rb +0 -142
- data/typus.gemspec +0 -25
@@ -1,5 +1,5 @@
|
|
1
1
|
<%
|
2
|
-
page_title =
|
2
|
+
page_title = @resource.model_name.human.pluralize
|
3
3
|
title(page_title)
|
4
4
|
%>
|
5
5
|
|
@@ -7,33 +7,28 @@
|
|
7
7
|
|
8
8
|
<h2>
|
9
9
|
<%= page_title %>
|
10
|
-
<small><%= remove_filter_link %></small>
|
11
10
|
</h2>
|
12
11
|
|
13
12
|
<%= display_flash_message %>
|
14
|
-
<%= typus_render :partial => 'index' %>
|
15
13
|
|
16
|
-
|
14
|
+
<%= render 'index' %>
|
15
|
+
|
16
|
+
<ul class="predefined_filters">
|
17
|
+
<% predefined_filters.each do |filter, action, scope| %>
|
18
|
+
<li><%= link_to Typus::I18n.t(filter), :action => action %> (<%= @resource.send(scope).count %>)</li>
|
19
|
+
<% end %>
|
20
|
+
</ul>
|
21
|
+
|
22
|
+
<% if (build_filters || search) %>
|
17
23
|
<div class="filters">
|
18
24
|
<%= build_filters %>
|
19
25
|
<%= search %>
|
20
26
|
</div>
|
21
27
|
<% end %>
|
22
28
|
|
23
|
-
<% if @resource.count.zero? %>
|
24
|
-
<p>
|
25
|
-
<%= _t("There are no %{records}.", :records => @resource.model_name.human.pluralize.downcase) %>
|
26
|
-
<%= link_to _t("Create one now."), { :action => "new" } if current_user.can?('create', @resource) %>
|
27
|
-
</p>
|
28
|
-
<% end %>
|
29
|
-
|
30
29
|
<% if @items.any? -%>
|
31
30
|
<%= raw build_list(@resource, @fields, @items) %>
|
32
|
-
<%= will_paginate(@items,
|
33
|
-
<%
|
34
|
-
|
35
|
-
<% if @items.empty? && !@resource.count.zero? %>
|
36
|
-
<div class="flash notice">
|
37
|
-
<%= _t("There are no %{records} under this filter.", :records => @resource.model_name.human.pluralize.downcase) %>
|
38
|
-
</div>
|
31
|
+
<%= will_paginate(@items, Typus.pagination) %>
|
32
|
+
<% else %>
|
33
|
+
<p><%= Typus::I18n.t("No %{resources} found.", :resources => @resource.model_name.human.pluralize.downcase) %></p>
|
39
34
|
<% end %>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<%
|
2
|
-
page_title =
|
2
|
+
page_title = Typus::I18n.t("New %{resource}", :resource => @resource.model_name.human)
|
3
3
|
title(page_title)
|
4
4
|
%>
|
5
5
|
|
@@ -10,7 +10,7 @@
|
|
10
10
|
</h2>
|
11
11
|
|
12
12
|
<%= display_link_to_previous %>
|
13
|
-
<%=
|
13
|
+
<%= render 'new' %>
|
14
14
|
|
15
15
|
<%
|
16
16
|
options = { :action => 'create',
|
@@ -18,7 +18,7 @@
|
|
18
18
|
:selected => params[:selected],
|
19
19
|
:resource => params[:resource],
|
20
20
|
:resource_id => params[:resource_id] }
|
21
|
-
button =
|
21
|
+
button = Typus::I18n.t("Create %{resource}", :resource => @resource.model_name.human)
|
22
22
|
%>
|
23
23
|
|
24
|
-
<%=
|
24
|
+
<%= render :partial => 'form', :locals => { :options => options, :button => button } %>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<%
|
2
|
-
page_title =
|
2
|
+
page_title = Typus::I18n.t("Show %{resource}", :resource => @resource.model_name.human)
|
3
3
|
title(page_title)
|
4
4
|
%>
|
5
5
|
|
@@ -10,7 +10,7 @@
|
|
10
10
|
</h2>
|
11
11
|
|
12
12
|
<%= display_flash_message %>
|
13
|
-
<%=
|
13
|
+
<%= render 'show' %>
|
14
14
|
|
15
15
|
<dl>
|
16
16
|
<%- @fields.each do |field| -%>
|
@@ -20,26 +20,22 @@
|
|
20
20
|
raw_data = @item.send(field.first)
|
21
21
|
data = case data_type
|
22
22
|
when :boolean
|
23
|
-
|
24
|
-
!raw_data.nil? ? boolean_hash["#{raw_data}".to_sym] : @resource.typus_options_for(:nil)
|
23
|
+
@resource.typus_boolean(field.first).invert[raw_data.to_s]
|
25
24
|
when :belongs_to
|
26
|
-
if
|
27
|
-
controller
|
28
|
-
|
29
|
-
|
30
|
-
link_to raw_data.to_label, options
|
31
|
-
else
|
32
|
-
nil
|
25
|
+
if raw_data
|
26
|
+
link_to raw_data.to_label, { :controller => raw_data.class.to_resource,
|
27
|
+
:action => raw_data.class.typus_options_for(:default_action_on_item),
|
28
|
+
:id => raw_data }
|
33
29
|
end
|
34
30
|
when :file
|
35
|
-
|
31
|
+
typus_file_preview(@item, field.first)
|
36
32
|
when :selector
|
37
33
|
@item.mapping(field.first)
|
38
34
|
else
|
39
35
|
raw_data
|
40
36
|
end
|
41
37
|
-%>
|
42
|
-
<dd><%= data.
|
38
|
+
<dd><%= data.present? ? data : "—".html_safe %></dd>
|
43
39
|
<%- end -%>
|
44
40
|
</dl>
|
45
41
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<%
|
2
|
-
page_title =
|
2
|
+
page_title = Typus::I18n.t("Sign in")
|
3
3
|
title(page_title)
|
4
4
|
%>
|
5
5
|
|
@@ -8,8 +8,8 @@
|
|
8
8
|
<ul>
|
9
9
|
|
10
10
|
<li>
|
11
|
-
<%= form.label :email, Typus.user_class.human_attribute_name(:email) %>
|
12
|
-
<%= form.text_field :email, :size => 20, :class => "text" %>
|
11
|
+
<%= form.label :email, Typus.user_class.human_attribute_name(:email), :for => 'autofocus' %>
|
12
|
+
<%= form.text_field :email, :size => 20, :class => "text", :id => 'autofocus', :autofocus => 'autofocus' %>
|
13
13
|
</li>
|
14
14
|
|
15
15
|
<li>
|
@@ -18,9 +18,13 @@
|
|
18
18
|
</li>
|
19
19
|
|
20
20
|
<li>
|
21
|
-
<%= submit_tag
|
21
|
+
<%= submit_tag Typus::I18n.t("Sign in"), :class => "button" %> <%= link_to Typus::I18n.t("Recover password"), forgot_password_admin_account_index_path if Typus.mailer_sender %>
|
22
22
|
</li>
|
23
23
|
|
24
24
|
</ul>
|
25
25
|
|
26
|
+
<script type="text/javascript">
|
27
|
+
(function() { document.getElementById('autofocus').focus(); })();
|
28
|
+
</script>
|
29
|
+
|
26
30
|
<% end %>
|
@@ -1,21 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
# attachment = attribute.split('_file_name').first
|
4
|
-
|
5
|
-
if !@item.class.validators.map { |i| i.class }.include?(ActiveModel::Validations::PresenceValidator) && @item.send(attribute).exists?
|
6
|
-
message = _t("Remove %{attribute}", :attribute => @item.class.human_attribute_name(attribute).downcase)
|
7
|
-
label_text << <<-HTML
|
8
|
-
<small>#{link_to message, { :action => 'detach',
|
9
|
-
:id => @item.id,
|
10
|
-
:attachment => attribute },
|
11
|
-
:confirm => _t("Are you sure?")}</small>
|
12
|
-
HTML
|
13
|
-
end
|
14
|
-
|
15
|
-
%>
|
16
|
-
|
17
|
-
<li>
|
18
|
-
<%= form.label attribute, raw(label_text) %>
|
1
|
+
<li id="<%= attribute %>">
|
2
|
+
<%= form.label attribute, link_to_detach_attribute(attribute) %>
|
19
3
|
<%= form.file_field attribute, options %>
|
20
|
-
<%=
|
4
|
+
<%= typus_file_preview(@item, attribute) %>
|
21
5
|
</li>
|
@@ -1,7 +1,7 @@
|
|
1
|
-
<div class="box_relationships" id="<%=
|
1
|
+
<div class="box_relationships" id="<%= association_name %>">
|
2
2
|
|
3
3
|
<h2>
|
4
|
-
<%=
|
4
|
+
<%= association_name.capitalize.pluralize %>
|
5
5
|
<small><%= add_new %></small>
|
6
6
|
</h2>
|
7
7
|
|
@@ -9,9 +9,9 @@
|
|
9
9
|
|
10
10
|
<% if @items.any? -%>
|
11
11
|
<%= table %>
|
12
|
-
<%= will_paginate(@items,
|
12
|
+
<%= will_paginate(@items, Typus.pagination.merge(:anchor => association_name)) %>
|
13
13
|
<% else %>
|
14
|
-
<p><%=
|
14
|
+
<p><%= Typus::I18n.t("No %{resources} found.", :resources => association_name.pluralize.downcase) %></p>
|
15
15
|
<% end %>
|
16
16
|
|
17
17
|
</div>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<div class="box_relationships" id="<%= model_to_relate_as_resource %>">
|
2
|
+
|
3
|
+
<h2>
|
4
|
+
<%= model_to_relate.model_name.human %>
|
5
|
+
<small><%= add_new %></small>
|
6
|
+
</h2>
|
7
|
+
|
8
|
+
<% if @items.any? -%>
|
9
|
+
<%= table %>
|
10
|
+
<% else %>
|
11
|
+
<p><%= Typus::I18n.t("No %{resources} found.", :resources => model_to_relate.model_name.human.downcase) %></p>
|
12
|
+
<% end %>
|
13
|
+
|
14
|
+
</div>
|
@@ -1,4 +1,5 @@
|
|
1
1
|
<%= form_tag :action => :relate, :id => @item.id do %>
|
2
2
|
<%= hidden_field :related, :model, :value => model_to_relate %>
|
3
|
-
|
3
|
+
<%= hidden_field :related, :association_name, :value => association_name %>
|
4
|
+
<p><%= select :related, :id, items_to_relate.map { |f| [f.to_label, f.id] }.sort_by { |e| e.first } %> <%= submit_tag Typus::I18n.t("Add"), :class => "button" %></p>
|
4
5
|
<% end %>
|
@@ -1,22 +1,22 @@
|
|
1
1
|
<%
|
2
2
|
|
3
3
|
# Read only fields.
|
4
|
-
if @resource.typus_field_options_for(:read_only).
|
4
|
+
if @resource.typus_field_options_for(:read_only).include?(attribute.to_sym)
|
5
5
|
custom = { :readonly => 'readonly' }
|
6
|
-
label_text << " <small>#{
|
6
|
+
label_text << " <small>#{Typus::I18n.t("Read only")}</small>"
|
7
7
|
end
|
8
8
|
|
9
9
|
# Auto generated fields.
|
10
|
-
if @resource.typus_field_options_for(:auto_generated).include?(attribute)
|
10
|
+
if @resource.typus_field_options_for(:auto_generated).include?(attribute.to_sym)
|
11
11
|
custom = { :auto_generated => true }
|
12
|
-
label_text << " <small>#{
|
12
|
+
label_text << " <small>#{Typus::I18n.t("Auto generated")}</small>"
|
13
13
|
end
|
14
14
|
|
15
15
|
options.merge!(custom) if custom
|
16
16
|
|
17
17
|
%>
|
18
18
|
|
19
|
-
<li>
|
19
|
+
<li id="<%= attribute %>">
|
20
20
|
<%= form.label attribute, raw(label_text) %>
|
21
21
|
<%= form.text_field attribute, options %>
|
22
|
-
</li>
|
22
|
+
</li>
|
@@ -1,9 +1,16 @@
|
|
1
1
|
<%
|
2
|
-
custom = {
|
2
|
+
custom = {:rows => @resource.typus_options_for(:form_rows)}
|
3
|
+
|
4
|
+
# Read only fields.
|
5
|
+
if @resource.typus_field_options_for(:read_only).include?(attribute.to_sym)
|
6
|
+
custom.merge!(:readonly => 'readonly')
|
7
|
+
label_text << " <small>#{Typus::I18n.t("Read only")}</small>"
|
8
|
+
end
|
9
|
+
|
3
10
|
options = options.merge!(custom)
|
4
11
|
%>
|
5
12
|
|
6
|
-
<li>
|
7
|
-
<%= form.label attribute, label_text %>
|
13
|
+
<li id="<%= attribute %>">
|
14
|
+
<%= form.label attribute, raw(label_text) %>
|
8
15
|
<%= form.text_area attribute, options %>
|
9
|
-
</li>
|
16
|
+
</li>
|
@@ -5,20 +5,21 @@
|
|
5
5
|
<head>
|
6
6
|
|
7
7
|
<meta charset="utf-8" />
|
8
|
+
<meta name="apple-mobile-web-app-capable" content="yes" />
|
9
|
+
<meta name="generator" content="Typus <%= Typus::VERSION %>" />
|
8
10
|
|
9
11
|
<title><%= yield :title %></title>
|
10
12
|
|
11
13
|
<%= stylesheet_link_tag "/admin/stylesheets/screen",
|
12
14
|
"/admin/stylesheets/application",
|
13
|
-
"/admin/vendor/fancybox/jquery.fancybox-1.3.
|
15
|
+
"/admin/vendor/fancybox/jquery.fancybox-1.3.4.css" %>
|
14
16
|
<%= yield :stylesheets -%>
|
15
17
|
|
16
|
-
<%= javascript_include_tag "/admin/javascripts/jquery-1.4.
|
18
|
+
<%= javascript_include_tag "/admin/javascripts/jquery-1.4.4.min.js",
|
17
19
|
"/admin/javascripts/jquery.searchField.js",
|
18
20
|
"/admin/javascripts/jquery.rails.js",
|
19
|
-
"/admin/vendor/fancybox/jquery.fancybox-1.3.
|
20
|
-
"/admin/
|
21
|
-
"/admin/vendor/fancybox/jquery.mousewheel-3.0.2.pack.js",
|
21
|
+
"/admin/vendor/fancybox/jquery.fancybox-1.3.4.pack.js",
|
22
|
+
"/admin/javascripts/jquery.application.js",
|
22
23
|
"/admin/javascripts/application" %>
|
23
24
|
<%= yield :javascripts -%>
|
24
25
|
|
@@ -60,7 +61,7 @@
|
|
60
61
|
</div>
|
61
62
|
|
62
63
|
<div id="content">
|
63
|
-
<%= yield %>
|
64
|
+
<%= yield :layout %>
|
64
65
|
</div>
|
65
66
|
|
66
67
|
<div class="clear"></div>
|
@@ -4,23 +4,17 @@
|
|
4
4
|
|
5
5
|
<head>
|
6
6
|
|
7
|
-
<!--
|
8
|
-
|
9
|
-
Ruby on Rails easy-to-use interface to allow trusted users
|
10
|
-
edit structured content. (Admin scaffold generator)
|
11
|
-
|
12
|
-
Documentation available at http://core.typuscms.com/
|
13
|
-
|
14
|
-
-->
|
15
|
-
|
16
7
|
<meta charset="utf-8" />
|
17
8
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
9
|
+
<meta name="generator" content="Typus <%= Typus::VERSION %>" />
|
18
10
|
|
19
11
|
<title><%= yield :title %></title>
|
20
12
|
|
21
13
|
<%= stylesheet_link_tag "/admin/stylesheets/screen",
|
22
14
|
"/admin/stylesheets/application" %>
|
23
15
|
|
16
|
+
<%= csrf_meta_tag %>
|
17
|
+
|
24
18
|
</head>
|
25
19
|
|
26
20
|
<body id="account">
|
@@ -30,11 +24,7 @@
|
|
30
24
|
<div id="box">
|
31
25
|
<h1 class="logo"><%= Typus.admin_title %></h1>
|
32
26
|
<%= display_flash_message %>
|
33
|
-
<%= yield %>
|
34
|
-
</div>
|
35
|
-
|
36
|
-
<div id="footer">
|
37
|
-
<%= Typus.admin_sub_title.html_safe %>
|
27
|
+
<%= yield :layout %>
|
38
28
|
</div>
|
39
29
|
|
40
30
|
</div>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
# Catalan translations for Typus
|
2
|
-
#
|
1
|
+
# Catalan (ca) translations for Typus by:
|
2
|
+
# - Lleïr Borràs <http://github.com/lleirborras>
|
3
3
|
|
4
4
|
ca:
|
5
5
|
activerecord:
|
6
6
|
models:
|
7
|
-
|
7
|
+
admin_user: Usuari
|
8
8
|
attributes:
|
9
|
-
|
9
|
+
admin_user:
|
10
10
|
email: "Correu electrònic"
|
11
11
|
first_name: "Nom"
|
12
12
|
last_name: "Cognoms"
|
@@ -14,3 +14,4 @@ ca:
|
|
14
14
|
password_confirmation: "Confirmar contrasenya"
|
15
15
|
status: "Estat"
|
16
16
|
role: "Rol"
|
17
|
+
locale: "Idioma"
|