refinerycms 0.9.6.34 → 0.9.7
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +9 -8
- data/Gemfile +50 -0
- data/Rakefile +1 -1
- data/bin/refinery +22 -11
- data/bin/refinery-update-core +45 -27
- data/changelog.md +313 -0
- data/config.ru +5 -0
- data/config/acts_as_indexed_config.rb +7 -0
- data/config/amazon_s3.yml.example +3 -3
- data/config/application.rb +7 -11
- data/config/boot.rb +15 -1
- data/config/cucumber.yml +8 -0
- data/config/database.yml.example +24 -0
- data/config/environments/cucumber.rb +27 -0
- data/config/environments/development.rb +0 -1
- data/config/environments/production.rb +2 -1
- data/config/i18n-js.yml +6 -0
- data/config/initializers/field_with_error_fix.rb +3 -0
- data/config/preinitializer.rb +20 -18
- data/config/routes.rb +8 -3
- data/db/migrate/20100125003944_rename_title_to_name_on_user_plugins.rb +9 -0
- data/db/migrate/20100125033146_migrate_old_plugin_titles_to_plugin_names_for_users.rb +61 -0
- data/db/migrate/20100419001048_change_image_grid_thumbnail_size_and_regenerate.rb +13 -0
- data/db/migrate/20100522020225_rename_permissions_for_resources_plugin_to_files.rb +15 -0
- data/db/migrate/20100525084518_remove_take_down_for_maintenance_page.rb +19 -0
- data/db/migrate/20100525110237_add_small_and_large_thumbnail_sizes.rb +14 -0
- data/db/migrate/20100530205942_update_link_url_on_pages_from_inquiries_new_to_contact.rb +31 -0
- data/db/migrate/20100606173919_create_page_translations.rb +12 -0
- data/db/migrate/20100608062447_add_scoping_to_refinery_settings.rb +9 -0
- data/db/migrate/20100623220402_add_restricted_to_refinery_settings.rb +9 -0
- data/db/migrate/20100624024501_add_roles.rb +24 -0
- data/db/migrate/20100629081543_add_callback_proc_as_string_to_refinery_settings.rb +9 -0
- data/db/migrate/20100701053151_remove_superuser_from_users.rb +20 -0
- data/db/migrate/20100702022630_add_spam_to_inquiries.rb +11 -0
- data/db/schema.rb +28 -10
- data/db/seeds.rb +6 -119
- data/db/seeds/inquiry_settings.rb +2 -0
- data/db/seeds/pages.rb +81 -0
- data/db/seeds/refinery_settings.rb +19 -0
- data/features/refinery/dashboard.feature +4 -0
- data/features/refinery/manage_files.feature +4 -0
- data/features/refinery/manage_images.feature +4 -0
- data/features/refinery/manage_inquiries.feature +4 -0
- data/features/refinery/manage_pages.feature +39 -0
- data/features/refinery/manage_refinery_settings.feature +4 -0
- data/features/refinery/manage_users.feature +29 -0
- data/features/refinery/site_bar.feature +22 -0
- data/features/step_definitions/refinery/page_steps.rb +23 -0
- data/features/step_definitions/refinery/user_steps.rb +33 -0
- data/features/step_definitions/web_steps.rb +271 -0
- data/features/support/env.rb +63 -0
- data/features/support/factories.rb +19 -0
- data/features/support/negative_expectations_helper.rb +57 -0
- data/features/support/paths.rb +39 -0
- data/lib/gemspec.rb +35 -0
- data/lib/refinery/tasks/refinery.rake +0 -30
- data/lib/tasks/cucumber.rake +53 -0
- data/lib/tasks/rspec.rake +144 -0
- data/public/images/refinery/admin_bg.png +0 -0
- data/public/images/refinery/cross.png +0 -0
- data/public/images/refinery/icons/bin.png +0 -0
- data/public/images/refinery/icons/bin_closed.png +0 -0
- data/public/images/refinery/icons/doc.png +0 -0
- data/public/images/refinery/icons/email.png +0 -0
- data/public/images/refinery/icons/flags/ad.png +0 -0
- data/public/images/refinery/icons/flags/ae.png +0 -0
- data/public/images/refinery/icons/flags/af.png +0 -0
- data/public/images/refinery/icons/flags/ag.png +0 -0
- data/public/images/refinery/icons/flags/ai.png +0 -0
- data/public/images/refinery/icons/flags/al.png +0 -0
- data/public/images/refinery/icons/flags/am.png +0 -0
- data/public/images/refinery/icons/flags/an.png +0 -0
- data/public/images/refinery/icons/flags/ao.png +0 -0
- data/public/images/refinery/icons/flags/ar.png +0 -0
- data/public/images/refinery/icons/flags/as.png +0 -0
- data/public/images/refinery/icons/flags/at.png +0 -0
- data/public/images/refinery/icons/flags/au.png +0 -0
- data/public/images/refinery/icons/flags/aw.png +0 -0
- data/public/images/refinery/icons/flags/ax.png +0 -0
- data/public/images/refinery/icons/flags/az.png +0 -0
- data/public/images/refinery/icons/flags/ba.png +0 -0
- data/public/images/refinery/icons/flags/bb.png +0 -0
- data/public/images/refinery/icons/flags/bd.png +0 -0
- data/public/images/refinery/icons/flags/be.png +0 -0
- data/public/images/refinery/icons/flags/bf.png +0 -0
- data/public/images/refinery/icons/flags/bg.png +0 -0
- data/public/images/refinery/icons/flags/bh.png +0 -0
- data/public/images/refinery/icons/flags/bi.png +0 -0
- data/public/images/refinery/icons/flags/bj.png +0 -0
- data/public/images/refinery/icons/flags/bm.png +0 -0
- data/public/images/refinery/icons/flags/bn.png +0 -0
- data/public/images/refinery/icons/flags/bo.png +0 -0
- data/public/images/refinery/icons/flags/bs.png +0 -0
- data/public/images/refinery/icons/flags/bt.png +0 -0
- data/public/images/refinery/icons/flags/bv.png +0 -0
- data/public/images/refinery/icons/flags/bw.png +0 -0
- data/public/images/refinery/icons/flags/by.png +0 -0
- data/public/images/refinery/icons/flags/bz.png +0 -0
- data/public/images/refinery/icons/flags/ca.png +0 -0
- data/public/images/refinery/icons/flags/catalonia.png +0 -0
- data/public/images/refinery/icons/flags/cc.png +0 -0
- data/public/images/refinery/icons/flags/cd.png +0 -0
- data/public/images/refinery/icons/flags/cf.png +0 -0
- data/public/images/refinery/icons/flags/cg.png +0 -0
- data/public/images/refinery/icons/flags/ch.png +0 -0
- data/public/images/refinery/icons/flags/ci.png +0 -0
- data/public/images/refinery/icons/flags/ck.png +0 -0
- data/public/images/refinery/icons/flags/cl.png +0 -0
- data/public/images/refinery/icons/flags/cm.png +0 -0
- data/public/images/refinery/icons/flags/cn.png +0 -0
- data/public/images/refinery/icons/flags/co.png +0 -0
- data/public/images/refinery/icons/flags/cr.png +0 -0
- data/public/images/refinery/icons/flags/cs.png +0 -0
- data/public/images/refinery/icons/flags/cu.png +0 -0
- data/public/images/refinery/icons/flags/cv.png +0 -0
- data/public/images/refinery/icons/flags/cx.png +0 -0
- data/public/images/refinery/icons/flags/cy.png +0 -0
- data/public/images/refinery/icons/flags/cz.png +0 -0
- data/public/images/refinery/icons/flags/da.png +0 -0
- data/public/images/refinery/icons/flags/de.png +0 -0
- data/public/images/refinery/icons/flags/dj.png +0 -0
- data/public/images/refinery/icons/flags/dm.png +0 -0
- data/public/images/refinery/icons/flags/do.png +0 -0
- data/public/images/refinery/icons/flags/dz.png +0 -0
- data/public/images/refinery/icons/flags/ec.png +0 -0
- data/public/images/refinery/icons/flags/ee.png +0 -0
- data/public/images/refinery/icons/flags/eg.png +0 -0
- data/public/images/refinery/icons/flags/eh.png +0 -0
- data/public/images/refinery/icons/flags/en.png +0 -0
- data/public/images/refinery/icons/flags/england.png +0 -0
- data/public/images/refinery/icons/flags/er.png +0 -0
- data/public/images/refinery/icons/flags/es.png +0 -0
- data/public/images/refinery/icons/flags/et.png +0 -0
- data/public/images/refinery/icons/flags/europeanunion.png +0 -0
- data/public/images/refinery/icons/flags/fam.png +0 -0
- data/public/images/refinery/icons/flags/fi.png +0 -0
- data/public/images/refinery/icons/flags/fj.png +0 -0
- data/public/images/refinery/icons/flags/fk.png +0 -0
- data/public/images/refinery/icons/flags/fm.png +0 -0
- data/public/images/refinery/icons/flags/fo.png +0 -0
- data/public/images/refinery/icons/flags/fr.png +0 -0
- data/public/images/refinery/icons/flags/ga.png +0 -0
- data/public/images/refinery/icons/flags/gb.png +0 -0
- data/public/images/refinery/icons/flags/gd.png +0 -0
- data/public/images/refinery/icons/flags/ge.png +0 -0
- data/public/images/refinery/icons/flags/gf.png +0 -0
- data/public/images/refinery/icons/flags/gh.png +0 -0
- data/public/images/refinery/icons/flags/gi.png +0 -0
- data/public/images/refinery/icons/flags/gl.png +0 -0
- data/public/images/refinery/icons/flags/gm.png +0 -0
- data/public/images/refinery/icons/flags/gn.png +0 -0
- data/public/images/refinery/icons/flags/gp.png +0 -0
- data/public/images/refinery/icons/flags/gq.png +0 -0
- data/public/images/refinery/icons/flags/gr.png +0 -0
- data/public/images/refinery/icons/flags/gs.png +0 -0
- data/public/images/refinery/icons/flags/gt.png +0 -0
- data/public/images/refinery/icons/flags/gu.png +0 -0
- data/public/images/refinery/icons/flags/gw.png +0 -0
- data/public/images/refinery/icons/flags/gy.png +0 -0
- data/public/images/refinery/icons/flags/hk.png +0 -0
- data/public/images/refinery/icons/flags/hm.png +0 -0
- data/public/images/refinery/icons/flags/hn.png +0 -0
- data/public/images/refinery/icons/flags/hr.png +0 -0
- data/public/images/refinery/icons/flags/ht.png +0 -0
- data/public/images/refinery/icons/flags/hu.png +0 -0
- data/public/images/refinery/icons/flags/id.png +0 -0
- data/public/images/refinery/icons/flags/ie.png +0 -0
- data/public/images/refinery/icons/flags/il.png +0 -0
- data/public/images/refinery/icons/flags/in.png +0 -0
- data/public/images/refinery/icons/flags/io.png +0 -0
- data/public/images/refinery/icons/flags/iq.png +0 -0
- data/public/images/refinery/icons/flags/ir.png +0 -0
- data/public/images/refinery/icons/flags/is.png +0 -0
- data/public/images/refinery/icons/flags/it.png +0 -0
- data/public/images/refinery/icons/flags/jm.png +0 -0
- data/public/images/refinery/icons/flags/jo.png +0 -0
- data/public/images/refinery/icons/flags/jp.png +0 -0
- data/public/images/refinery/icons/flags/ke.png +0 -0
- data/public/images/refinery/icons/flags/kg.png +0 -0
- data/public/images/refinery/icons/flags/kh.png +0 -0
- data/public/images/refinery/icons/flags/ki.png +0 -0
- data/public/images/refinery/icons/flags/km.png +0 -0
- data/public/images/refinery/icons/flags/kn.png +0 -0
- data/public/images/refinery/icons/flags/kp.png +0 -0
- data/public/images/refinery/icons/flags/kr.png +0 -0
- data/public/images/refinery/icons/flags/kw.png +0 -0
- data/public/images/refinery/icons/flags/ky.png +0 -0
- data/public/images/refinery/icons/flags/kz.png +0 -0
- data/public/images/refinery/icons/flags/la.png +0 -0
- data/public/images/refinery/icons/flags/lb.png +0 -0
- data/public/images/refinery/icons/flags/lc.png +0 -0
- data/public/images/refinery/icons/flags/li.png +0 -0
- data/public/images/refinery/icons/flags/lk.png +0 -0
- data/public/images/refinery/icons/flags/lr.png +0 -0
- data/public/images/refinery/icons/flags/ls.png +0 -0
- data/public/images/refinery/icons/flags/lt.png +0 -0
- data/public/images/refinery/icons/flags/lu.png +0 -0
- data/public/images/refinery/icons/flags/lv.png +0 -0
- data/public/images/refinery/icons/flags/ly.png +0 -0
- data/public/images/refinery/icons/flags/ma.png +0 -0
- data/public/images/refinery/icons/flags/mc.png +0 -0
- data/public/images/refinery/icons/flags/md.png +0 -0
- data/public/images/refinery/icons/flags/me.png +0 -0
- data/public/images/refinery/icons/flags/mg.png +0 -0
- data/public/images/refinery/icons/flags/mh.png +0 -0
- data/public/images/refinery/icons/flags/mk.png +0 -0
- data/public/images/refinery/icons/flags/ml.png +0 -0
- data/public/images/refinery/icons/flags/mm.png +0 -0
- data/public/images/refinery/icons/flags/mn.png +0 -0
- data/public/images/refinery/icons/flags/mo.png +0 -0
- data/public/images/refinery/icons/flags/mp.png +0 -0
- data/public/images/refinery/icons/flags/mq.png +0 -0
- data/public/images/refinery/icons/flags/mr.png +0 -0
- data/public/images/refinery/icons/flags/ms.png +0 -0
- data/public/images/refinery/icons/flags/mt.png +0 -0
- data/public/images/refinery/icons/flags/mu.png +0 -0
- data/public/images/refinery/icons/flags/mv.png +0 -0
- data/public/images/refinery/icons/flags/mw.png +0 -0
- data/public/images/refinery/icons/flags/mx.png +0 -0
- data/public/images/refinery/icons/flags/my.png +0 -0
- data/public/images/refinery/icons/flags/mz.png +0 -0
- data/public/images/refinery/icons/flags/na.png +0 -0
- data/public/images/refinery/icons/flags/nb.png +0 -0
- data/public/images/refinery/icons/flags/nc.png +0 -0
- data/public/images/refinery/icons/flags/ne.png +0 -0
- data/public/images/refinery/icons/flags/nf.png +0 -0
- data/public/images/refinery/icons/flags/ng.png +0 -0
- data/public/images/refinery/icons/flags/ni.png +0 -0
- data/public/images/refinery/icons/flags/nl.png +0 -0
- data/public/images/refinery/icons/flags/nn.png +0 -0
- data/public/images/refinery/icons/flags/np.png +0 -0
- data/public/images/refinery/icons/flags/nr.png +0 -0
- data/public/images/refinery/icons/flags/nu.png +0 -0
- data/public/images/refinery/icons/flags/nz.png +0 -0
- data/public/images/refinery/icons/flags/om.png +0 -0
- data/public/images/refinery/icons/flags/pa.png +0 -0
- data/public/images/refinery/icons/flags/pe.png +0 -0
- data/public/images/refinery/icons/flags/pf.png +0 -0
- data/public/images/refinery/icons/flags/pg.png +0 -0
- data/public/images/refinery/icons/flags/ph.png +0 -0
- data/public/images/refinery/icons/flags/pk.png +0 -0
- data/public/images/refinery/icons/flags/pl.png +0 -0
- data/public/images/refinery/icons/flags/pm.png +0 -0
- data/public/images/refinery/icons/flags/pn.png +0 -0
- data/public/images/refinery/icons/flags/pr.png +0 -0
- data/public/images/refinery/icons/flags/ps.png +0 -0
- data/public/images/refinery/icons/flags/pt-BR.png +0 -0
- data/public/images/refinery/icons/flags/pt.png +0 -0
- data/public/images/refinery/icons/flags/pw.png +0 -0
- data/public/images/refinery/icons/flags/py.png +0 -0
- data/public/images/refinery/icons/flags/qa.png +0 -0
- data/public/images/refinery/icons/flags/re.png +0 -0
- data/public/images/refinery/icons/flags/ro.png +0 -0
- data/public/images/refinery/icons/flags/rs.png +0 -0
- data/public/images/refinery/icons/flags/ru.png +0 -0
- data/public/images/refinery/icons/flags/rw.png +0 -0
- data/public/images/refinery/icons/flags/sa.png +0 -0
- data/public/images/refinery/icons/flags/sb.png +0 -0
- data/public/images/refinery/icons/flags/sc.png +0 -0
- data/public/images/refinery/icons/flags/scotland.png +0 -0
- data/public/images/refinery/icons/flags/sd.png +0 -0
- data/public/images/refinery/icons/flags/se.png +0 -0
- data/public/images/refinery/icons/flags/sg.png +0 -0
- data/public/images/refinery/icons/flags/sh.png +0 -0
- data/public/images/refinery/icons/flags/si.png +0 -0
- data/public/images/refinery/icons/flags/sj.png +0 -0
- data/public/images/refinery/icons/flags/sk.png +0 -0
- data/public/images/refinery/icons/flags/sl.png +0 -0
- data/public/images/refinery/icons/flags/sm.png +0 -0
- data/public/images/refinery/icons/flags/sn.png +0 -0
- data/public/images/refinery/icons/flags/so.png +0 -0
- data/public/images/refinery/icons/flags/sr.png +0 -0
- data/public/images/refinery/icons/flags/st.png +0 -0
- data/public/images/refinery/icons/flags/sv.png +0 -0
- data/public/images/refinery/icons/flags/sy.png +0 -0
- data/public/images/refinery/icons/flags/sz.png +0 -0
- data/public/images/refinery/icons/flags/tc.png +0 -0
- data/public/images/refinery/icons/flags/td.png +0 -0
- data/public/images/refinery/icons/flags/tf.png +0 -0
- data/public/images/refinery/icons/flags/tg.png +0 -0
- data/public/images/refinery/icons/flags/th.png +0 -0
- data/public/images/refinery/icons/flags/tj.png +0 -0
- data/public/images/refinery/icons/flags/tk.png +0 -0
- data/public/images/refinery/icons/flags/tl.png +0 -0
- data/public/images/refinery/icons/flags/tm.png +0 -0
- data/public/images/refinery/icons/flags/tn.png +0 -0
- data/public/images/refinery/icons/flags/to.png +0 -0
- data/public/images/refinery/icons/flags/tr.png +0 -0
- data/public/images/refinery/icons/flags/tt.png +0 -0
- data/public/images/refinery/icons/flags/tv.png +0 -0
- data/public/images/refinery/icons/flags/tw.png +0 -0
- data/public/images/refinery/icons/flags/tz.png +0 -0
- data/public/images/refinery/icons/flags/ua.png +0 -0
- data/public/images/refinery/icons/flags/ug.png +0 -0
- data/public/images/refinery/icons/flags/um.png +0 -0
- data/public/images/refinery/icons/flags/us.png +0 -0
- data/public/images/refinery/icons/flags/uy.png +0 -0
- data/public/images/refinery/icons/flags/uz.png +0 -0
- data/public/images/refinery/icons/flags/va.png +0 -0
- data/public/images/refinery/icons/flags/vc.png +0 -0
- data/public/images/refinery/icons/flags/ve.png +0 -0
- data/public/images/refinery/icons/flags/vg.png +0 -0
- data/public/images/refinery/icons/flags/vi.png +0 -0
- data/public/images/refinery/icons/flags/vn.png +0 -0
- data/public/images/refinery/icons/flags/vu.png +0 -0
- data/public/images/refinery/icons/flags/wales.png +0 -0
- data/public/images/refinery/icons/flags/wf.png +0 -0
- data/public/images/refinery/icons/flags/ws.png +0 -0
- data/public/images/refinery/icons/flags/ye.png +0 -0
- data/public/images/refinery/icons/flags/yt.png +0 -0
- data/public/images/refinery/icons/flags/za.png +0 -0
- data/public/images/refinery/icons/flags/zm.png +0 -0
- data/public/images/refinery/icons/flags/zw.png +0 -0
- data/public/images/refinery/icons/folder_page_white.png +0 -0
- data/public/images/refinery/icons/img.png +0 -0
- data/public/images/refinery/icons/music.png +0 -0
- data/public/images/refinery/icons/page_white_gear.png +0 -0
- data/public/images/refinery/icons/pdf.png +0 -0
- data/public/images/refinery/icons/ppt.png +0 -0
- data/public/images/refinery/icons/xls.png +0 -0
- data/public/images/refinery/icons/zip.png +0 -0
- data/public/images/refinery/logo-site-bar.png +0 -0
- data/public/images/refinery/nav_inactive_background.png +0 -0
- data/public/images/refinery/orange_button.png +0 -0
- data/public/images/refinery/text_field_background.png +0 -0
- data/public/images/refinery/tooltip-nib.png +0 -0
- data/public/images/wymeditor/skins/refinery/text_indent.png +0 -0
- data/public/images/wymeditor/skins/refinery/text_indent_remove.png +0 -0
- data/public/javascripts/admin.js +6 -8
- data/public/javascripts/i18n-messages.js +2 -0
- data/public/javascripts/jquery-min.js +154 -0
- data/public/javascripts/jquery-ui-custom-min.js +244 -0
- data/public/javascripts/jquery/jquery.corner.js +314 -216
- data/public/javascripts/jquery/jquery.html5-placeholder-shim.js +81 -0
- data/public/javascripts/jquery/jquery.nestedsortables.js +186 -0
- data/public/javascripts/jquery/jquery.textTruncate.js +174 -0
- data/public/javascripts/jquery/jquery.timers.js +138 -0
- data/public/javascripts/refinery/admin.js +352 -153
- data/public/javascripts/refinery/boot_wym.js +81 -46
- data/public/javascripts/refinery/i18n.js +340 -0
- data/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +359 -363
- data/public/javascripts/wymeditor/lang/en.js +46 -46
- data/public/javascripts/wymeditor/lang/nl.js +5 -3
- data/public/javascripts/wymeditor/lang/pt-br.js +3 -2
- data/public/javascripts/wymeditor/lang/sl.js +47 -0
- data/public/javascripts/wymeditor/skins/refinery/skin.js +23 -23
- data/public/robots.txt +1 -0
- data/public/stylesheets/application.css +3 -3
- data/public/stylesheets/formatting.css +3 -3
- data/public/stylesheets/home.css +2 -2
- data/public/stylesheets/ie7.css +1 -0
- data/public/stylesheets/refinery/application.css +4 -2
- data/public/stylesheets/refinery/formatting.css +15 -15
- data/public/stylesheets/refinery/ie.css +20 -0
- data/public/stylesheets/refinery/refinery.css +680 -462
- data/public/stylesheets/refinery/site_bar.css +68 -25
- data/public/stylesheets/refinery/theme.css +14 -14
- data/public/stylesheets/refinery/tooltips.css +28 -32
- data/public/stylesheets/refinery/ui.css +25 -10
- data/public/stylesheets/wymeditor/skins/refinery/skin.css +148 -149
- data/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +67 -63
- data/readme.md +48 -17
- data/script/about +1 -1
- data/script/autospec +6 -0
- data/script/console +1 -1
- data/script/cucumber +10 -0
- data/script/dbconsole +1 -1
- data/script/destroy +1 -1
- data/script/generate +1 -1
- data/script/performance/benchmarker +1 -1
- data/script/performance/profiler +1 -1
- data/script/performance/request +1 -1
- data/script/plugin +1 -1
- data/script/process/inspector +1 -1
- data/script/process/reaper +1 -1
- data/script/process/spawner +1 -1
- data/script/runner +1 -1
- data/script/server +1 -1
- data/script/spec +10 -0
- data/test/fixtures/images.yml +1 -2
- data/test/fixtures/pages.yml +4 -4
- data/test/fixtures/user_plugins.yml +20 -24
- data/test/functional/dashboard_controller_test.rb +2 -1
- data/test/functional/images_controller_test.rb +3 -10
- data/test/unit/image_test.rb +1 -1
- data/test/unit/inquiry_test.rb +6 -6
- data/test/unit/page_test.rb +31 -1
- data/test/unit/refinery_setting_test.rb +1 -1
- data/themes/demolicious/stylesheets/application.css +23 -12
- data/themes/demolicious/stylesheets/formatting.css +3 -3
- data/themes/demolicious/stylesheets/home.css +1 -4
- data/themes/demolicious/views/layouts/application.html.erb +5 -5
- data/themes/demolicious/views/pages/home.html.erb +1 -1
- data/themes/hemingway/stylesheets/application.css +1 -1
- data/themes/hemingway/views/layouts/application.html.erb +1 -0
- data/todo.md +19 -5
- data/vendor/plugins/authentication/app/controllers/admin/users_controller.rb +13 -18
- data/vendor/plugins/authentication/app/controllers/sessions_controller.rb +21 -6
- data/vendor/plugins/authentication/app/controllers/users_controller.rb +57 -49
- data/vendor/plugins/authentication/app/models/role.rb +16 -0
- data/vendor/plugins/authentication/app/models/user.rb +21 -8
- data/vendor/plugins/authentication/app/models/user_mailer.rb +3 -2
- data/vendor/plugins/authentication/app/models/user_session.rb +1 -1
- data/vendor/plugins/authentication/app/views/admin/users/_form.html.erb +29 -10
- data/vendor/plugins/authentication/app/views/admin/users/_user.html.erb +11 -10
- data/vendor/plugins/authentication/app/views/admin/users/index.html.erb +2 -3
- data/vendor/plugins/authentication/app/views/sessions/new.html.erb +15 -18
- data/vendor/plugins/authentication/app/views/users/forgot.html.erb +14 -9
- data/vendor/plugins/authentication/app/views/users/new.html.erb +11 -13
- data/vendor/plugins/authentication/app/views/users/reset.html.erb +14 -9
- data/vendor/plugins/authentication/config/locales/da.yml +71 -0
- data/vendor/plugins/authentication/config/locales/de.yml +75 -0
- data/vendor/plugins/authentication/config/locales/en.yml +75 -0
- data/vendor/plugins/authentication/config/locales/es.yml +79 -0
- data/vendor/plugins/authentication/config/locales/fr.yml +79 -0
- data/vendor/plugins/authentication/config/locales/it.yml +68 -0
- data/vendor/plugins/authentication/config/locales/nb.yml +68 -0
- data/vendor/plugins/authentication/config/locales/nl.yml +83 -0
- data/vendor/plugins/authentication/config/locales/pt-BR.yml +64 -0
- data/vendor/plugins/authentication/config/locales/sl.yml +78 -0
- data/vendor/plugins/authentication/config/routes.rb +4 -5
- data/vendor/plugins/authentication/lib/authenticated_system.rb +5 -1
- data/vendor/plugins/authentication/rails/init.rb +5 -1
- data/vendor/plugins/authentication/{authentication.md → readme.md} +0 -0
- data/vendor/plugins/authentication/test/unit/user_mailer_test.rb +1 -1
- data/vendor/plugins/dashboard/app/controllers/admin/dashboard_controller.rb +17 -7
- data/vendor/plugins/dashboard/app/helpers/admin/dashboard_helper.rb +5 -9
- data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +10 -12
- data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_inquiries.html.erb +12 -0
- data/vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb +34 -11
- data/vendor/plugins/dashboard/config/locales/da.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/de.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/en.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/es.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/fr.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/it.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/nb.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/nl.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/pt-BR.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/sl.yml +22 -0
- data/vendor/plugins/dashboard/config/routes.rb +2 -1
- data/vendor/plugins/dashboard/rails/init.rb +6 -0
- data/vendor/plugins/dashboard/{dashboard.md → readme.md} +0 -0
- data/vendor/plugins/i18n-js/README.rdoc +249 -0
- data/vendor/plugins/i18n-js/Rakefile +23 -0
- data/vendor/plugins/i18n-js/init.rb +1 -0
- data/vendor/plugins/i18n-js/install.rb +7 -0
- data/vendor/plugins/i18n-js/lib/i18n-js.rb +132 -0
- data/vendor/plugins/i18n-js/lib/i18n-js.yml +4 -0
- data/vendor/plugins/i18n-js/lib/i18n.js +339 -0
- data/vendor/plugins/i18n-js/lib/tasks/i18n-js_tasks.rake +16 -0
- data/vendor/plugins/i18n-js/test/i18n-test.html +50 -0
- data/vendor/plugins/i18n-js/test/i18n-test.js +661 -0
- data/vendor/plugins/i18n-js/test/i18n_js_test.rb +168 -0
- data/vendor/plugins/i18n-js/test/jsunittest/jsunittest.js +1017 -0
- data/vendor/plugins/i18n-js/test/jsunittest/unittest.css +54 -0
- data/vendor/plugins/i18n-js/test/resources/custom_path.yml +4 -0
- data/vendor/plugins/i18n-js/test/resources/default.yml +4 -0
- data/vendor/plugins/i18n-js/test/resources/locales.yml +76 -0
- data/vendor/plugins/i18n-js/test/resources/multiple_files.yml +6 -0
- data/vendor/plugins/i18n-js/test/resources/no_scope.yml +3 -0
- data/vendor/plugins/i18n-js/test/resources/simple_scope.yml +4 -0
- data/vendor/plugins/i18n-js/test/test_helper.rb +24 -0
- data/vendor/plugins/i18n/config/locales/ar.yml +121 -0
- data/vendor/plugins/i18n/config/locales/bg.yml +198 -0
- data/vendor/plugins/i18n/config/locales/bn-IN.yml +180 -0
- data/vendor/plugins/i18n/config/locales/bs.yml +114 -0
- data/vendor/plugins/i18n/config/locales/ca-ES.yml +155 -0
- data/vendor/plugins/i18n/config/locales/cz.rb +166 -0
- data/vendor/plugins/i18n/config/locales/da.yml +167 -0
- data/vendor/plugins/i18n/config/locales/de-AT.yml +140 -0
- data/vendor/plugins/i18n/config/locales/de.yml +141 -0
- data/vendor/plugins/i18n/config/locales/dsb.yml +182 -0
- data/vendor/plugins/i18n/config/locales/el.yml +191 -0
- data/vendor/plugins/i18n/config/locales/es-AR.yml +168 -0
- data/vendor/plugins/i18n/config/locales/es-CO.yml +146 -0
- data/vendor/plugins/i18n/config/locales/es-MX.yml +118 -0
- data/vendor/plugins/i18n/config/locales/es.yml +186 -0
- data/vendor/plugins/i18n/config/locales/et.yml +109 -0
- data/vendor/plugins/i18n/config/locales/fa.yml +119 -0
- data/vendor/plugins/i18n/config/locales/fi.yml +154 -0
- data/vendor/plugins/i18n/config/locales/fr-CH.yml +123 -0
- data/vendor/plugins/i18n/config/locales/fr.yml +140 -0
- data/vendor/plugins/i18n/config/locales/fun/en-AU.rb +105 -0
- data/vendor/plugins/i18n/config/locales/fun/gibberish.rb +109 -0
- data/vendor/plugins/i18n/config/locales/fur.yml +141 -0
- data/vendor/plugins/i18n/config/locales/gl-ES.yml +193 -0
- data/vendor/plugins/i18n/config/locales/he.yml +103 -0
- data/vendor/plugins/i18n/config/locales/hr.yml +116 -0
- data/vendor/plugins/i18n/config/locales/hsb.yml +190 -0
- data/vendor/plugins/i18n/config/locales/hu.yml +144 -0
- data/vendor/plugins/i18n/config/locales/id.yml +122 -0
- data/vendor/plugins/i18n/config/locales/is.yml +142 -0
- data/vendor/plugins/i18n/config/locales/it.yml +146 -0
- data/vendor/plugins/i18n/config/locales/ja.yml +139 -0
- data/vendor/plugins/i18n/config/locales/ko.yml +153 -0
- data/vendor/plugins/i18n/config/locales/lo.yml +201 -0
- data/vendor/plugins/i18n/config/locales/lt.yml +141 -0
- data/vendor/plugins/i18n/config/locales/lv.yml +132 -0
- data/vendor/plugins/i18n/config/locales/mk.yml +115 -0
- data/vendor/plugins/i18n/config/locales/nb.yml +103 -0
- data/vendor/plugins/i18n/config/locales/nl.yml +173 -0
- data/vendor/plugins/i18n/config/locales/nn.yml +96 -0
- data/vendor/plugins/i18n/config/locales/pl.yml +127 -0
- data/vendor/plugins/i18n/config/locales/pt-BR.yml +148 -0
- data/vendor/plugins/i18n/config/locales/pt-PT.yml +220 -0
- data/vendor/plugins/i18n/config/locales/rm.yml +134 -0
- data/vendor/plugins/i18n/config/locales/ro.yml +152 -0
- data/vendor/plugins/i18n/config/locales/ru.yml +210 -0
- data/vendor/plugins/i18n/config/locales/sk.yml +139 -0
- data/vendor/plugins/i18n/config/locales/sl.yml +190 -0
- data/vendor/plugins/i18n/config/locales/sr-Latn.yml +116 -0
- data/vendor/plugins/i18n/config/locales/sr.yml +116 -0
- data/vendor/plugins/i18n/config/locales/sv-SE.yml +191 -0
- data/vendor/plugins/i18n/config/locales/sw.yml +123 -0
- data/vendor/plugins/i18n/config/locales/th.rb +222 -0
- data/vendor/plugins/i18n/config/locales/tr.yml +139 -0
- data/vendor/plugins/i18n/config/locales/uk.yml +237 -0
- data/vendor/plugins/i18n/config/locales/vi.yml +198 -0
- data/vendor/plugins/i18n/config/locales/zh-CN.yml +131 -0
- data/vendor/plugins/i18n/config/locales/zh-TW.yml +132 -0
- data/vendor/plugins/i18n/lib/i18n.rb +115 -0
- data/vendor/plugins/i18n/lib/i18n_filter.rb +48 -0
- data/vendor/plugins/i18n/lib/routing_filter/MIT-LICENSE +20 -0
- data/vendor/plugins/i18n/lib/routing_filter/README.markdown +123 -0
- data/vendor/plugins/i18n/lib/routing_filter/VERSION +1 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter.rb +96 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter/base.rb +31 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter/force_extension.rb +57 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter/pagination.rb +33 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter/uuid_token.rb +78 -0
- data/vendor/plugins/i18n/rails/init.rb +4 -0
- data/vendor/plugins/images/app/controllers/admin/images_controller.rb +6 -7
- data/vendor/plugins/images/app/models/image.rb +24 -6
- data/vendor/plugins/images/app/views/admin/images/_existing_image.erb +50 -0
- data/vendor/plugins/images/app/views/admin/images/_form.html.erb +15 -7
- data/vendor/plugins/images/app/views/admin/images/_grid_view.html.erb +5 -5
- data/vendor/plugins/images/app/views/admin/images/_list_view.html.erb +3 -1
- data/vendor/plugins/images/app/views/admin/images/_list_view_image.html.erb +10 -10
- data/vendor/plugins/images/app/views/admin/images/index.html.erb +5 -8
- data/vendor/plugins/images/app/views/admin/images/insert.html.erb +16 -38
- data/vendor/plugins/images/config/locales/da.yml +44 -0
- data/vendor/plugins/images/config/locales/de.yml +45 -0
- data/vendor/plugins/images/config/locales/en.yml +44 -0
- data/vendor/plugins/images/config/locales/es.yml +45 -0
- data/vendor/plugins/images/config/locales/fr.yml +44 -0
- data/vendor/plugins/images/config/locales/it.yml +42 -0
- data/vendor/plugins/images/config/locales/nb.yml +43 -0
- data/vendor/plugins/images/config/locales/nl.yml +44 -0
- data/vendor/plugins/images/config/locales/pt-BR.yml +46 -0
- data/vendor/plugins/images/config/locales/sl.yml +44 -0
- data/vendor/plugins/images/config/routes.rb +1 -1
- data/vendor/plugins/images/lib/tasks/images.rake +6 -6
- data/vendor/plugins/images/rails/init.rb +5 -1
- data/vendor/plugins/images/readme.md +58 -0
- data/vendor/plugins/inquiries/app/controllers/admin/inquiries_controller.rb +16 -7
- data/vendor/plugins/inquiries/app/controllers/admin/inquiry_settings_controller.rb +5 -9
- data/vendor/plugins/inquiries/app/controllers/inquiries_controller.rb +14 -12
- data/vendor/plugins/inquiries/app/models/inquiry.rb +133 -6
- data/vendor/plugins/inquiries/app/models/inquiry_mailer.rb +2 -2
- data/vendor/plugins/inquiries/app/models/inquiry_setting.rb +51 -2
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +16 -8
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_submenu.html.erb +27 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiries/index.html.erb +3 -18
- data/vendor/plugins/inquiries/app/views/admin/inquiries/show.html.erb +23 -12
- data/vendor/plugins/inquiries/app/views/admin/inquiries/spam.html.erb +20 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_confirmation_email_form.html.erb +21 -14
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_inquiry_setting.html.erb +11 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_notification_recipients_form.html.erb +21 -14
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_subject_form.html.erb +9 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/edit.html.erb +2 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +7 -17
- data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +4 -5
- data/vendor/plugins/inquiries/config/locales/da.yml +67 -0
- data/vendor/plugins/inquiries/config/locales/de.yml +71 -0
- data/vendor/plugins/inquiries/config/locales/en.yml +75 -0
- data/vendor/plugins/inquiries/config/locales/es.yml +68 -0
- data/vendor/plugins/inquiries/config/locales/fr.yml +65 -0
- data/vendor/plugins/inquiries/config/locales/it.yml +66 -0
- data/vendor/plugins/inquiries/config/locales/nb.yml +67 -0
- data/vendor/plugins/inquiries/config/locales/nl.yml +71 -0
- data/vendor/plugins/inquiries/config/locales/pt-BR.yml +75 -0
- data/vendor/plugins/inquiries/config/locales/sl.yml +68 -0
- data/vendor/plugins/inquiries/config/routes.rb +4 -3
- data/vendor/plugins/inquiries/rails/init.rb +6 -3
- data/vendor/plugins/inquiries/readme.md +31 -0
- data/vendor/plugins/model_translations/MIT-LICENSE +20 -0
- data/vendor/plugins/model_translations/README.rdoc +90 -0
- data/vendor/plugins/model_translations/Rakefile +23 -0
- data/vendor/plugins/model_translations/init.rb +1 -0
- data/vendor/plugins/model_translations/lib/active_record/model_translations.rb +55 -0
- data/vendor/plugins/model_translations/test/model_translations_test.rb +88 -0
- data/vendor/plugins/model_translations/test/test_helper.rb +3 -0
- data/vendor/plugins/pages/app/controllers/admin/page_dialogs_controller.rb +29 -0
- data/vendor/plugins/pages/app/controllers/admin/page_parts_controller.rb +2 -0
- data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +37 -10
- data/vendor/plugins/pages/app/controllers/pages_controller.rb +24 -2
- data/vendor/plugins/pages/app/models/page.rb +90 -15
- data/vendor/plugins/pages/app/models/page_part.rb +1 -1
- data/vendor/plugins/pages/app/views/admin/page_dialogs/_page_link.html.erb +1 -1
- data/vendor/plugins/pages/app/views/admin/page_dialogs/link_to.html.erb +59 -74
- data/vendor/plugins/pages/app/views/admin/pages/_form.html.erb +14 -39
- data/vendor/plugins/pages/app/views/admin/pages/_form_advanced_options.html.erb +56 -50
- data/vendor/plugins/pages/app/views/admin/pages/_form_advanced_options_seo.html.erb +23 -21
- data/vendor/plugins/pages/app/views/admin/pages/_form_page_parts.html.erb +37 -0
- data/vendor/plugins/pages/app/views/admin/pages/_page.html.erb +10 -11
- data/vendor/plugins/pages/app/views/admin/pages/_page_part_field.html.erb +3 -2
- data/vendor/plugins/pages/app/views/admin/pages/index.html.erb +7 -7
- data/vendor/plugins/pages/app/views/pages/home.html.erb +1 -1
- data/vendor/plugins/pages/config/locales/da.yml +53 -0
- data/vendor/plugins/pages/config/locales/de.yml +53 -0
- data/vendor/plugins/pages/config/locales/en.yml +95 -0
- data/vendor/plugins/pages/config/locales/es.yml +53 -0
- data/vendor/plugins/pages/config/locales/fr.yml +53 -0
- data/vendor/plugins/pages/config/locales/it.yml +53 -0
- data/vendor/plugins/pages/config/locales/nb.yml +53 -0
- data/vendor/plugins/pages/config/locales/nl.yml +54 -0
- data/vendor/plugins/pages/config/locales/pt-BR.yml +61 -0
- data/vendor/plugins/pages/config/locales/sl.yml +96 -0
- data/vendor/plugins/pages/config/routes.rb +2 -2
- data/vendor/plugins/pages/rails/init.rb +5 -1
- data/vendor/plugins/pages/readme.md +156 -0
- data/vendor/plugins/refinery/app/controllers/admin/refinery_core_controller.rb +4 -2
- data/vendor/plugins/refinery/app/controllers/refinery/fast_controller.rb +7 -0
- data/vendor/plugins/refinery/app/views/admin/_head.html.erb +42 -9
- data/vendor/plugins/refinery/app/views/admin/_menu.html.erb +14 -15
- data/vendor/plugins/refinery/app/views/admin/_menu_tab.html.erb +4 -0
- data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +10 -5
- data/vendor/plugins/refinery/app/views/layouts/application.html.erb +3 -3
- data/vendor/plugins/refinery/app/views/shared/_content_page.html.erb +28 -29
- data/vendor/plugins/refinery/app/views/shared/_draft_page_message.html.erb +3 -0
- data/vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb +2 -1
- data/vendor/plugins/refinery/app/views/shared/_head.html.erb +1 -0
- data/vendor/plugins/refinery/app/views/shared/_header.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/_ie6check.html.erb +44 -4
- data/vendor/plugins/refinery/app/views/shared/_language_switcher.html.erb +5 -0
- data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +17 -8
- data/vendor/plugins/refinery/app/views/shared/_menu_branch.html.erb +19 -21
- data/vendor/plugins/refinery/app/views/shared/_message.html.erb +6 -1
- data/vendor/plugins/refinery/app/views/shared/_site_bar.html.erb +38 -15
- data/vendor/plugins/refinery/app/views/shared/admin/_continue_editing.html.erb +1 -2
- data/vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb +58 -14
- data/vendor/plugins/refinery/app/views/shared/admin/_image_picker.html.erb +7 -6
- data/vendor/plugins/refinery/app/views/shared/admin/_make_sortable.html.erb +10 -9
- data/vendor/plugins/refinery/app/views/shared/admin/_resource_picker.html.erb +7 -4
- data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +3 -4
- data/vendor/plugins/refinery/app/views/shared/admin/_sortable_list.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/welcome.html.erb +5 -7
- data/vendor/plugins/refinery/app/views/wymiframe.html.erb +13 -5
- data/vendor/plugins/refinery/config/locales/da.yml +71 -0
- data/vendor/plugins/refinery/config/locales/de.yml +67 -0
- data/vendor/plugins/refinery/config/locales/en.yml +59 -0
- data/vendor/plugins/refinery/config/locales/es.yml +64 -0
- data/vendor/plugins/refinery/config/locales/fr.yml +67 -0
- data/vendor/plugins/refinery/config/locales/it.yml +68 -0
- data/vendor/plugins/refinery/config/locales/nb.yml +64 -0
- data/vendor/plugins/refinery/config/locales/nl.yml +63 -0
- data/vendor/plugins/refinery/config/locales/pt-BR.yml +60 -0
- data/vendor/plugins/refinery/config/locales/sl.yml +61 -0
- data/vendor/plugins/refinery/config/routes.rb +4 -4
- data/vendor/plugins/refinery/crud.md +2 -2
- data/vendor/plugins/refinery/lib/crud.rb +34 -25
- data/vendor/plugins/refinery/lib/generators/refinery/refinery_generator.rb +9 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/locales/en.yml +16 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/locales/nl.yml +16 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/routes.rb +2 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/migration.rb +1 -14
- data/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb +1 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/rails/init.rb +3 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/seed.rb +15 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_form.html.erb +2 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_singular_name.html.erb +10 -11
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/index.html.erb +5 -6
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/show.html.erb +1 -1
- data/vendor/plugins/refinery/lib/refinery.rb +22 -1
- data/vendor/plugins/refinery/lib/refinery/activity.rb +1 -1
- data/vendor/plugins/refinery/lib/refinery/admin_base_controller.rb +56 -10
- data/vendor/plugins/refinery/lib/refinery/application_controller.rb +39 -14
- data/vendor/plugins/refinery/lib/refinery/application_helper.rb +62 -12
- data/vendor/plugins/refinery/lib/refinery/base_presenter.rb +1 -1
- data/vendor/plugins/refinery/lib/refinery/form_helpers.rb +37 -2
- data/vendor/plugins/refinery/lib/refinery/html_truncation_helper.rb +10 -100
- data/vendor/plugins/refinery/lib/refinery/initializer.rb +15 -1
- data/vendor/plugins/refinery/lib/refinery/plugin.rb +26 -14
- data/vendor/plugins/refinery/lib/refinery/plugins.rb +21 -8
- data/vendor/plugins/refinery/lib/tasks/doc.rake +24 -24
- data/vendor/plugins/refinery/lib/tasks/refinery.rake +232 -9
- data/vendor/plugins/refinery/lib/tasks/yard.rake +22 -22
- data/vendor/plugins/refinery/plugins.md +6 -6
- data/vendor/plugins/refinery/rails/init.rb +8 -1
- data/vendor/plugins/refinery_dialogs/app/controllers/admin/dialogs_controller.rb +4 -0
- data/vendor/plugins/refinery_dialogs/app/views/admin/dialogs/show.html.erb +11 -12
- data/vendor/plugins/refinery_dialogs/app/views/layouts/admin_dialog.html.erb +4 -2
- data/vendor/plugins/refinery_dialogs/config/routes.rb +1 -1
- data/vendor/plugins/refinery_dialogs/rails/init.rb +4 -0
- data/vendor/plugins/refinery_settings/app/controllers/admin/refinery_settings_controller.rb +39 -0
- data/vendor/plugins/refinery_settings/app/models/refinery_setting.rb +67 -10
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_form.html.erb +30 -6
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +10 -11
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/edit.html.erb +0 -3
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +13 -4
- data/vendor/plugins/refinery_settings/config/locales/da.yml +49 -0
- data/vendor/plugins/refinery_settings/config/locales/de.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/en.yml +45 -0
- data/vendor/plugins/refinery_settings/config/locales/es.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/fr.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/it.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/nb.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/nl.yml +46 -0
- data/vendor/plugins/refinery_settings/config/locales/pt-BR.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/sl.yml +24 -0
- data/vendor/plugins/refinery_settings/config/routes.rb +1 -1
- data/vendor/plugins/refinery_settings/rails/init.rb +5 -8
- data/vendor/plugins/refinery_settings/{settings.md → readme.md} +0 -0
- data/vendor/plugins/resources/app/controllers/admin/resources_controller.rb +2 -7
- data/vendor/plugins/resources/app/models/resource.rb +8 -3
- data/vendor/plugins/resources/app/views/admin/resources/_existing_resource.html.erb +34 -0
- data/vendor/plugins/resources/app/views/admin/resources/_form.html.erb +15 -7
- data/vendor/plugins/resources/app/views/admin/resources/_resource.html.erb +12 -12
- data/vendor/plugins/resources/app/views/admin/resources/index.html.erb +8 -6
- data/vendor/plugins/resources/app/views/admin/resources/insert.html.erb +4 -40
- data/vendor/plugins/resources/config/locales/da.yml +34 -0
- data/vendor/plugins/resources/config/locales/de.yml +32 -0
- data/vendor/plugins/resources/config/locales/en.yml +32 -0
- data/vendor/plugins/resources/config/locales/es.yml +34 -0
- data/vendor/plugins/resources/config/locales/fr.yml +34 -0
- data/vendor/plugins/resources/config/locales/it.yml +33 -0
- data/vendor/plugins/resources/config/locales/nb.yml +34 -0
- data/vendor/plugins/resources/config/locales/nl.yml +34 -0
- data/vendor/plugins/resources/config/locales/pt-BR.yml +34 -0
- data/vendor/plugins/resources/config/locales/sl.yml +34 -0
- data/vendor/plugins/resources/config/routes.rb +1 -3
- data/vendor/plugins/resources/rails/init.rb +5 -1
- data/vendor/plugins/resources/{resources.md → readme.md} +0 -0
- data/vendor/plugins/themes/lib/theme_server.rb +1 -1
- data/vendor/plugins/themes/rails/init.rb +4 -1
- data/vendor/plugins/themes/readme.md +113 -0
- data/vendor/plugins/{rails_indexes → translate}/MIT-LICENSE +0 -0
- data/vendor/plugins/translate/README +61 -0
- data/vendor/plugins/translate/REFINERY_README +8 -0
- data/vendor/plugins/translate/Rakefile +11 -0
- data/vendor/plugins/translate/init.rb +8 -0
- data/vendor/plugins/translate/lib/translate.rb +13 -0
- data/vendor/plugins/translate/lib/translate/file.rb +35 -0
- data/vendor/plugins/translate/lib/translate/keys.rb +123 -0
- data/vendor/plugins/translate/lib/translate/log.rb +39 -0
- data/vendor/plugins/translate/lib/translate/storage.rb +20 -0
- data/vendor/plugins/translate/tasks/translate.rake +182 -0
- metadata +574 -366
- data/.gems +0 -0
- data/VERSION +0 -1
- data/bin/refinery-override +0 -76
- data/public/images/thickbox/cross.png +0 -0
- data/public/images/thickbox/loadingAnimation.gif +0 -0
- data/public/images/thickbox/macFFBgHack.png +0 -0
- data/public/javascripts/jquery-ui-1.8.min.js +0 -374
- data/vendor/plugins/acts_as_indexed/CHANGELOG +0 -78
- data/vendor/plugins/acts_as_indexed/MIT-LICENSE +0 -20
- data/vendor/plugins/acts_as_indexed/README.rdoc +0 -114
- data/vendor/plugins/acts_as_indexed/Rakefile +0 -35
- data/vendor/plugins/acts_as_indexed/init.rb +0 -2
- data/vendor/plugins/acts_as_indexed/lib/acts_as_indexed.rb +0 -224
- data/vendor/plugins/acts_as_indexed/lib/search_atom.rb +0 -109
- data/vendor/plugins/acts_as_indexed/lib/search_index.rb +0 -329
- data/vendor/plugins/acts_as_indexed/lib/will_paginate_search.rb +0 -29
- data/vendor/plugins/acts_as_indexed/test/abstract_unit.rb +0 -47
- data/vendor/plugins/acts_as_indexed/test/acts_as_indexed_test.rb +0 -102
- data/vendor/plugins/acts_as_indexed/test/database.yml +0 -10
- data/vendor/plugins/acts_as_indexed/test/fixtures/post.rb +0 -5
- data/vendor/plugins/acts_as_indexed/test/fixtures/posts.yml +0 -31
- data/vendor/plugins/acts_as_indexed/test/schema.rb +0 -6
- data/vendor/plugins/authlogic/CHANGELOG.rdoc +0 -345
- data/vendor/plugins/authlogic/LICENSE +0 -20
- data/vendor/plugins/authlogic/README.rdoc +0 -246
- data/vendor/plugins/authlogic/Rakefile +0 -42
- data/vendor/plugins/authlogic/VERSION.yml +0 -5
- data/vendor/plugins/authlogic/authlogic.gemspec +0 -217
- data/vendor/plugins/authlogic/generators/session/session_generator.rb +0 -9
- data/vendor/plugins/authlogic/generators/session/templates/session.rb +0 -2
- data/vendor/plugins/authlogic/init.rb +0 -1
- data/vendor/plugins/authlogic/lib/authlogic.rb +0 -64
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/base.rb +0 -107
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/email.rb +0 -110
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/logged_in_status.rb +0 -60
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/login.rb +0 -141
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/magic_columns.rb +0 -24
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/password.rb +0 -355
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/perishable_token.rb +0 -105
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/persistence_token.rb +0 -68
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/restful_authentication.rb +0 -61
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/session_maintenance.rb +0 -139
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/single_access_token.rb +0 -65
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/validations_scope.rb +0 -32
- data/vendor/plugins/authlogic/lib/authlogic/authenticates_many/association.rb +0 -42
- data/vendor/plugins/authlogic/lib/authlogic/authenticates_many/base.rb +0 -55
- data/vendor/plugins/authlogic/lib/authlogic/controller_adapters/abstract_adapter.rb +0 -67
- data/vendor/plugins/authlogic/lib/authlogic/controller_adapters/merb_adapter.rb +0 -30
- data/vendor/plugins/authlogic/lib/authlogic/controller_adapters/rails_adapter.rb +0 -48
- data/vendor/plugins/authlogic/lib/authlogic/controller_adapters/sinatra_adapter.rb +0 -61
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/aes256.rb +0 -43
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/bcrypt.rb +0 -90
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/md5.rb +0 -34
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/sha1.rb +0 -35
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/sha256.rb +0 -50
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/sha512.rb +0 -50
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/wordpress.rb +0 -43
- data/vendor/plugins/authlogic/lib/authlogic/i18n.rb +0 -83
- data/vendor/plugins/authlogic/lib/authlogic/i18n/translator.rb +0 -15
- data/vendor/plugins/authlogic/lib/authlogic/random.rb +0 -33
- data/vendor/plugins/authlogic/lib/authlogic/regex.rb +0 -25
- data/vendor/plugins/authlogic/lib/authlogic/session/activation.rb +0 -58
- data/vendor/plugins/authlogic/lib/authlogic/session/active_record_trickery.rb +0 -64
- data/vendor/plugins/authlogic/lib/authlogic/session/base.rb +0 -37
- data/vendor/plugins/authlogic/lib/authlogic/session/brute_force_protection.rb +0 -96
- data/vendor/plugins/authlogic/lib/authlogic/session/callbacks.rb +0 -99
- data/vendor/plugins/authlogic/lib/authlogic/session/cookies.rb +0 -130
- data/vendor/plugins/authlogic/lib/authlogic/session/existence.rb +0 -93
- data/vendor/plugins/authlogic/lib/authlogic/session/foundation.rb +0 -63
- data/vendor/plugins/authlogic/lib/authlogic/session/http_auth.rb +0 -58
- data/vendor/plugins/authlogic/lib/authlogic/session/id.rb +0 -41
- data/vendor/plugins/authlogic/lib/authlogic/session/klass.rb +0 -78
- data/vendor/plugins/authlogic/lib/authlogic/session/magic_columns.rb +0 -95
- data/vendor/plugins/authlogic/lib/authlogic/session/magic_states.rb +0 -59
- data/vendor/plugins/authlogic/lib/authlogic/session/params.rb +0 -101
- data/vendor/plugins/authlogic/lib/authlogic/session/password.rb +0 -240
- data/vendor/plugins/authlogic/lib/authlogic/session/perishable_token.rb +0 -18
- data/vendor/plugins/authlogic/lib/authlogic/session/persistence.rb +0 -70
- data/vendor/plugins/authlogic/lib/authlogic/session/priority_record.rb +0 -34
- data/vendor/plugins/authlogic/lib/authlogic/session/scopes.rb +0 -101
- data/vendor/plugins/authlogic/lib/authlogic/session/session.rb +0 -62
- data/vendor/plugins/authlogic/lib/authlogic/session/timeout.rb +0 -82
- data/vendor/plugins/authlogic/lib/authlogic/session/unauthorized_record.rb +0 -50
- data/vendor/plugins/authlogic/lib/authlogic/session/validation.rb +0 -82
- data/vendor/plugins/authlogic/lib/authlogic/test_case.rb +0 -120
- data/vendor/plugins/authlogic/lib/authlogic/test_case/mock_controller.rb +0 -45
- data/vendor/plugins/authlogic/lib/authlogic/test_case/mock_cookie_jar.rb +0 -14
- data/vendor/plugins/authlogic/lib/authlogic/test_case/mock_logger.rb +0 -10
- data/vendor/plugins/authlogic/lib/authlogic/test_case/mock_request.rb +0 -19
- data/vendor/plugins/authlogic/lib/authlogic/test_case/rails_request_adapter.rb +0 -30
- data/vendor/plugins/authlogic/rails/init.rb +0 -1
- data/vendor/plugins/authlogic/shoulda_macros/authlogic.rb +0 -69
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/base_test.rb +0 -18
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/email_test.rb +0 -97
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/logged_in_status_test.rb +0 -36
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/login_test.rb +0 -109
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/magic_columns_test.rb +0 -27
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/password_test.rb +0 -236
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/perishable_token_test.rb +0 -90
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/persistence_token_test.rb +0 -55
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/restful_authentication_test.rb +0 -40
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/session_maintenance_test.rb +0 -84
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/single_access_test.rb +0 -44
- data/vendor/plugins/authlogic/test/authenticates_many_test.rb +0 -16
- data/vendor/plugins/authlogic/test/crypto_provider_test/aes256_test.rb +0 -14
- data/vendor/plugins/authlogic/test/crypto_provider_test/bcrypt_test.rb +0 -14
- data/vendor/plugins/authlogic/test/crypto_provider_test/sha1_test.rb +0 -23
- data/vendor/plugins/authlogic/test/crypto_provider_test/sha256_test.rb +0 -14
- data/vendor/plugins/authlogic/test/crypto_provider_test/sha512_test.rb +0 -14
- data/vendor/plugins/authlogic/test/fixtures/companies.yml +0 -5
- data/vendor/plugins/authlogic/test/fixtures/employees.yml +0 -17
- data/vendor/plugins/authlogic/test/fixtures/projects.yml +0 -3
- data/vendor/plugins/authlogic/test/fixtures/users.yml +0 -24
- data/vendor/plugins/authlogic/test/i18n_test.rb +0 -33
- data/vendor/plugins/authlogic/test/libs/affiliate.rb +0 -7
- data/vendor/plugins/authlogic/test/libs/company.rb +0 -6
- data/vendor/plugins/authlogic/test/libs/employee.rb +0 -7
- data/vendor/plugins/authlogic/test/libs/employee_session.rb +0 -2
- data/vendor/plugins/authlogic/test/libs/ldaper.rb +0 -3
- data/vendor/plugins/authlogic/test/libs/ordered_hash.rb +0 -9
- data/vendor/plugins/authlogic/test/libs/project.rb +0 -3
- data/vendor/plugins/authlogic/test/libs/user.rb +0 -5
- data/vendor/plugins/authlogic/test/libs/user_session.rb +0 -6
- data/vendor/plugins/authlogic/test/random_test.rb +0 -49
- data/vendor/plugins/authlogic/test/session_test/activation_test.rb +0 -43
- data/vendor/plugins/authlogic/test/session_test/active_record_trickery_test.rb +0 -36
- data/vendor/plugins/authlogic/test/session_test/brute_force_protection_test.rb +0 -101
- data/vendor/plugins/authlogic/test/session_test/callbacks_test.rb +0 -6
- data/vendor/plugins/authlogic/test/session_test/cookies_test.rb +0 -112
- data/vendor/plugins/authlogic/test/session_test/credentials_test.rb +0 -0
- data/vendor/plugins/authlogic/test/session_test/existence_test.rb +0 -64
- data/vendor/plugins/authlogic/test/session_test/http_auth_test.rb +0 -28
- data/vendor/plugins/authlogic/test/session_test/id_test.rb +0 -17
- data/vendor/plugins/authlogic/test/session_test/klass_test.rb +0 -40
- data/vendor/plugins/authlogic/test/session_test/magic_columns_test.rb +0 -62
- data/vendor/plugins/authlogic/test/session_test/magic_states_test.rb +0 -60
- data/vendor/plugins/authlogic/test/session_test/params_test.rb +0 -53
- data/vendor/plugins/authlogic/test/session_test/password_test.rb +0 -106
- data/vendor/plugins/authlogic/test/session_test/perishability_test.rb +0 -15
- data/vendor/plugins/authlogic/test/session_test/persistence_test.rb +0 -21
- data/vendor/plugins/authlogic/test/session_test/scopes_test.rb +0 -60
- data/vendor/plugins/authlogic/test/session_test/session_test.rb +0 -59
- data/vendor/plugins/authlogic/test/session_test/timeout_test.rb +0 -52
- data/vendor/plugins/authlogic/test/session_test/unauthorized_record_test.rb +0 -13
- data/vendor/plugins/authlogic/test/session_test/validation_test.rb +0 -23
- data/vendor/plugins/authlogic/test/test_helper.rb +0 -182
- data/vendor/plugins/friendly_id/Changelog.md +0 -243
- data/vendor/plugins/friendly_id/Contributors.md +0 -30
- data/vendor/plugins/friendly_id/Gemfile +0 -2
- data/vendor/plugins/friendly_id/Guide.md +0 -509
- data/vendor/plugins/friendly_id/LICENSE +0 -19
- data/vendor/plugins/friendly_id/README.md +0 -76
- data/vendor/plugins/friendly_id/Rakefile +0 -68
- data/vendor/plugins/friendly_id/extras/README.txt +0 -3
- data/vendor/plugins/friendly_id/extras/bench.rb +0 -59
- data/vendor/plugins/friendly_id/extras/extras.rb +0 -31
- data/vendor/plugins/friendly_id/extras/prof.rb +0 -14
- data/vendor/plugins/friendly_id/extras/template-gem.rb +0 -26
- data/vendor/plugins/friendly_id/extras/template-plugin.rb +0 -28
- data/vendor/plugins/friendly_id/friendly_id.gemspec +0 -40
- data/vendor/plugins/friendly_id/generators/friendly_id/friendly_id_generator.rb +0 -28
- data/vendor/plugins/friendly_id/generators/friendly_id/templates/create_slugs.rb +0 -18
- data/vendor/plugins/friendly_id/lib/friendly_id.rb +0 -67
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2.rb +0 -47
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/configuration.rb +0 -66
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/finders.rb +0 -140
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/simple_model.rb +0 -162
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/slug.rb +0 -111
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/slugged_model.rb +0 -323
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/tasks.rb +0 -66
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/tasks/friendly_id.rake +0 -19
- data/vendor/plugins/friendly_id/lib/friendly_id/configuration.rb +0 -132
- data/vendor/plugins/friendly_id/lib/friendly_id/finders.rb +0 -106
- data/vendor/plugins/friendly_id/lib/friendly_id/slug_string.rb +0 -292
- data/vendor/plugins/friendly_id/lib/friendly_id/slugged.rb +0 -91
- data/vendor/plugins/friendly_id/lib/friendly_id/status.rb +0 -35
- data/vendor/plugins/friendly_id/lib/friendly_id/test.rb +0 -175
- data/vendor/plugins/friendly_id/lib/friendly_id/version.rb +0 -8
- data/vendor/plugins/friendly_id/rails/init.rb +0 -2
- data/vendor/plugins/friendly_id/test/active_record2/basic_slugged_model_test.rb +0 -14
- data/vendor/plugins/friendly_id/test/active_record2/cached_slug_test.rb +0 -61
- data/vendor/plugins/friendly_id/test/active_record2/core.rb +0 -93
- data/vendor/plugins/friendly_id/test/active_record2/custom_normalizer_test.rb +0 -20
- data/vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb +0 -22
- data/vendor/plugins/friendly_id/test/active_record2/deprecated_test.rb +0 -23
- data/vendor/plugins/friendly_id/test/active_record2/scoped_model_test.rb +0 -111
- data/vendor/plugins/friendly_id/test/active_record2/simple_test.rb +0 -59
- data/vendor/plugins/friendly_id/test/active_record2/slug_test.rb +0 -34
- data/vendor/plugins/friendly_id/test/active_record2/slugged.rb +0 -30
- data/vendor/plugins/friendly_id/test/active_record2/slugged_status_test.rb +0 -61
- data/vendor/plugins/friendly_id/test/active_record2/sti_test.rb +0 -22
- data/vendor/plugins/friendly_id/test/active_record2/support/database.mysql.yml +0 -4
- data/vendor/plugins/friendly_id/test/active_record2/support/database.postgres.yml +0 -6
- data/vendor/plugins/friendly_id/test/active_record2/support/database.sqlite3.yml +0 -2
- data/vendor/plugins/friendly_id/test/active_record2/support/models.rb +0 -78
- data/vendor/plugins/friendly_id/test/active_record2/tasks_test.rb +0 -82
- data/vendor/plugins/friendly_id/test/active_record2/test_helper.rb +0 -114
- data/vendor/plugins/friendly_id/test/friendly_id_test.rb +0 -60
- data/vendor/plugins/friendly_id/test/slug_string_test.rb +0 -78
- data/vendor/plugins/friendly_id/test/test_helper.rb +0 -9
- data/vendor/plugins/hpricot/CHANGELOG +0 -88
- data/vendor/plugins/hpricot/COPYING +0 -18
- data/vendor/plugins/hpricot/README +0 -275
- data/vendor/plugins/hpricot/Rakefile +0 -272
- data/vendor/plugins/hpricot/ext/fast_xs/FastXsService.java +0 -1030
- data/vendor/plugins/hpricot/ext/fast_xs/extconf.rb +0 -4
- data/vendor/plugins/hpricot/ext/fast_xs/fast_xs.c +0 -201
- data/vendor/plugins/hpricot/ext/hpricot_scan/HpricotCss.java +0 -831
- data/vendor/plugins/hpricot/ext/hpricot_scan/HpricotScanService.java +0 -2086
- data/vendor/plugins/hpricot/ext/hpricot_scan/MANIFEST +0 -0
- data/vendor/plugins/hpricot/ext/hpricot_scan/extconf.rb +0 -6
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_common.rl +0 -76
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_css.c +0 -3503
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_css.java.rl +0 -155
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_css.rl +0 -115
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_scan.c +0 -6927
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_scan.h +0 -79
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_scan.java.rl +0 -1152
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_scan.rl +0 -788
- data/vendor/plugins/hpricot/extras/mingw-rbconfig.rb +0 -176
- data/vendor/plugins/hpricot/hpricot.gemspec +0 -17
- data/vendor/plugins/hpricot/lib/hpricot.rb +0 -26
- data/vendor/plugins/hpricot/lib/hpricot/blankslate.rb +0 -63
- data/vendor/plugins/hpricot/lib/hpricot/builder.rb +0 -216
- data/vendor/plugins/hpricot/lib/hpricot/elements.rb +0 -510
- data/vendor/plugins/hpricot/lib/hpricot/htmlinfo.rb +0 -691
- data/vendor/plugins/hpricot/lib/hpricot/inspect.rb +0 -103
- data/vendor/plugins/hpricot/lib/hpricot/modules.rb +0 -40
- data/vendor/plugins/hpricot/lib/hpricot/parse.rb +0 -38
- data/vendor/plugins/hpricot/lib/hpricot/tag.rb +0 -219
- data/vendor/plugins/hpricot/lib/hpricot/tags.rb +0 -164
- data/vendor/plugins/hpricot/lib/hpricot/traverse.rb +0 -839
- data/vendor/plugins/hpricot/lib/hpricot/xchar.rb +0 -94
- data/vendor/plugins/hpricot/setup.rb +0 -1585
- data/vendor/plugins/hpricot/test/files/basic.xhtml +0 -17
- data/vendor/plugins/hpricot/test/files/boingboing.html +0 -2266
- data/vendor/plugins/hpricot/test/files/cy0.html +0 -3653
- data/vendor/plugins/hpricot/test/files/immob.html +0 -400
- data/vendor/plugins/hpricot/test/files/pace_application.html +0 -1320
- data/vendor/plugins/hpricot/test/files/tenderlove.html +0 -16
- data/vendor/plugins/hpricot/test/files/uswebgen.html +0 -220
- data/vendor/plugins/hpricot/test/files/utf8.html +0 -1054
- data/vendor/plugins/hpricot/test/files/week9.html +0 -1723
- data/vendor/plugins/hpricot/test/files/why.xml +0 -19
- data/vendor/plugins/hpricot/test/load_files.rb +0 -7
- data/vendor/plugins/hpricot/test/nokogiri-bench.rb +0 -64
- data/vendor/plugins/hpricot/test/test_alter.rb +0 -96
- data/vendor/plugins/hpricot/test/test_builder.rb +0 -37
- data/vendor/plugins/hpricot/test/test_parser.rb +0 -428
- data/vendor/plugins/hpricot/test/test_paths.rb +0 -25
- data/vendor/plugins/hpricot/test/test_preserved.rb +0 -88
- data/vendor/plugins/hpricot/test/test_xml.rb +0 -28
- data/vendor/plugins/images/images.md +0 -53
- data/vendor/plugins/inquiries/inquiries.md +0 -31
- data/vendor/plugins/pages/pages.md +0 -146
- data/vendor/plugins/rails_indexes/README.textile +0 -46
- data/vendor/plugins/rails_indexes/Rakefile +0 -23
- data/vendor/plugins/rails_indexes/lib/indexer.rb +0 -303
- data/vendor/plugins/rails_indexes/tasks/indexer.rake +0 -18
- data/vendor/plugins/rails_indexes/test/fixtures/app/controllers/users_controller.rb +0 -8
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/address.rb +0 -5
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/company.rb +0 -11
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/country.rb +0 -4
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/freelancer.rb +0 -3
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/gift.rb +0 -10
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/god.rb +0 -3
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/user.rb +0 -17
- data/vendor/plugins/rails_indexes/test/fixtures/app/sweepers/user_sweeper.rb +0 -9
- data/vendor/plugins/rails_indexes/test/fixtures/schema.rb +0 -46
- data/vendor/plugins/rails_indexes/test/rails_indexes_test.rb +0 -83
- data/vendor/plugins/rails_indexes/test/test_helper.rb +0 -30
- data/vendor/plugins/refinery/app/views/admin/_footer.html.erb +0 -7
- data/vendor/plugins/refinery/app/views/shared/_submenu.html.erb +0 -5
- data/vendor/plugins/refinery/app/views/shared/_submenu_branch.html.erb +0 -10
- data/vendor/plugins/themes/themes.md +0 -113
- data/vendor/plugins/will_paginate/.manifest +0 -43
- data/vendor/plugins/will_paginate/CHANGELOG.rdoc +0 -139
- data/vendor/plugins/will_paginate/LICENSE +0 -18
- data/vendor/plugins/will_paginate/README.rdoc +0 -107
- data/vendor/plugins/will_paginate/Rakefile +0 -53
- data/vendor/plugins/will_paginate/examples/apple-circle.gif +0 -0
- data/vendor/plugins/will_paginate/examples/index.haml +0 -69
- data/vendor/plugins/will_paginate/examples/index.html +0 -92
- data/vendor/plugins/will_paginate/examples/pagination.css +0 -90
- data/vendor/plugins/will_paginate/examples/pagination.sass +0 -91
- data/vendor/plugins/will_paginate/init.rb +0 -1
- data/vendor/plugins/will_paginate/lib/will_paginate.rb +0 -90
- data/vendor/plugins/will_paginate/lib/will_paginate/array.rb +0 -16
- data/vendor/plugins/will_paginate/lib/will_paginate/collection.rb +0 -146
- data/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb +0 -43
- data/vendor/plugins/will_paginate/lib/will_paginate/finder.rb +0 -264
- data/vendor/plugins/will_paginate/lib/will_paginate/named_scope.rb +0 -170
- data/vendor/plugins/will_paginate/lib/will_paginate/named_scope_patch.rb +0 -37
- data/vendor/plugins/will_paginate/lib/will_paginate/version.rb +0 -9
- data/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb +0 -408
- data/vendor/plugins/will_paginate/test/boot.rb +0 -21
- data/vendor/plugins/will_paginate/test/collection_test.rb +0 -143
- data/vendor/plugins/will_paginate/test/console +0 -8
- data/vendor/plugins/will_paginate/test/database.yml +0 -22
- data/vendor/plugins/will_paginate/test/finder_test.rb +0 -473
- data/vendor/plugins/will_paginate/test/fixtures/admin.rb +0 -3
- data/vendor/plugins/will_paginate/test/fixtures/developer.rb +0 -14
- data/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml +0 -13
- data/vendor/plugins/will_paginate/test/fixtures/project.rb +0 -15
- data/vendor/plugins/will_paginate/test/fixtures/projects.yml +0 -6
- data/vendor/plugins/will_paginate/test/fixtures/replies.yml +0 -29
- data/vendor/plugins/will_paginate/test/fixtures/reply.rb +0 -7
- data/vendor/plugins/will_paginate/test/fixtures/schema.rb +0 -38
- data/vendor/plugins/will_paginate/test/fixtures/topic.rb +0 -10
- data/vendor/plugins/will_paginate/test/fixtures/topics.yml +0 -30
- data/vendor/plugins/will_paginate/test/fixtures/user.rb +0 -2
- data/vendor/plugins/will_paginate/test/fixtures/users.yml +0 -35
- data/vendor/plugins/will_paginate/test/helper.rb +0 -37
- data/vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb +0 -43
- data/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb +0 -75
- data/vendor/plugins/will_paginate/test/lib/load_fixtures.rb +0 -11
- data/vendor/plugins/will_paginate/test/lib/view_test_process.rb +0 -179
- data/vendor/plugins/will_paginate/test/tasks.rake +0 -59
- data/vendor/plugins/will_paginate/test/view_test.rb +0 -373
- data/vendor/plugins/will_paginate/will_paginate.gemspec +0 -19
@@ -0,0 +1,168 @@
|
|
1
|
+
require 'test_helper'
|
2
|
+
|
3
|
+
class I18nJSTest < ActiveSupport::TestCase
|
4
|
+
setup do
|
5
|
+
# Remove temporary directory if already present
|
6
|
+
FileUtils.rm_r(Rails.root) if File.exist?(Rails.root)
|
7
|
+
|
8
|
+
# Create temporary directory to test the files generation
|
9
|
+
%w( config public/javascripts ).each do |path|
|
10
|
+
FileUtils.mkdir_p Rails.root.join(path)
|
11
|
+
end
|
12
|
+
|
13
|
+
# Overwrite defaut locales path to use fixtures
|
14
|
+
I18n.load_path = [File.dirname(__FILE__) + "/resources/locales.yml"]
|
15
|
+
end
|
16
|
+
|
17
|
+
teardown do
|
18
|
+
# Remove temporary directory
|
19
|
+
FileUtils.rm_r(Rails.root)
|
20
|
+
end
|
21
|
+
|
22
|
+
test "copy configuration file" do
|
23
|
+
assert_equal false, File.file?(SimplesIdeias::I18n::CONFIG_FILE)
|
24
|
+
SimplesIdeias::I18n.setup!
|
25
|
+
assert File.file?(SimplesIdeias::I18n::CONFIG_FILE)
|
26
|
+
end
|
27
|
+
|
28
|
+
test "don't overwrite existing configuration file" do
|
29
|
+
File.open(SimplesIdeias::I18n::CONFIG_FILE, "w+") {|f| f << "ORIGINAL"}
|
30
|
+
SimplesIdeias::I18n.setup!
|
31
|
+
|
32
|
+
assert_equal "ORIGINAL", File.read(SimplesIdeias::I18n::CONFIG_FILE)
|
33
|
+
end
|
34
|
+
|
35
|
+
test "copy JavaScript library" do
|
36
|
+
path = Rails.root.join("public/javascripts/i18n.js")
|
37
|
+
|
38
|
+
assert_equal false, File.file?(path)
|
39
|
+
SimplesIdeias::I18n.setup!
|
40
|
+
assert File.file?(path)
|
41
|
+
end
|
42
|
+
|
43
|
+
test "load configuration file" do
|
44
|
+
SimplesIdeias::I18n.setup!
|
45
|
+
|
46
|
+
assert SimplesIdeias::I18n.config?
|
47
|
+
assert_kind_of HashWithIndifferentAccess, SimplesIdeias::I18n.config
|
48
|
+
assert SimplesIdeias::I18n.config.any?
|
49
|
+
end
|
50
|
+
|
51
|
+
test "export messages to default path when configuration file doesn't exist" do
|
52
|
+
SimplesIdeias::I18n.export!
|
53
|
+
assert File.file?(Rails.root.join("public/javascripts/translations.js"))
|
54
|
+
end
|
55
|
+
|
56
|
+
test "export messages using the default configuration file" do
|
57
|
+
set_config "default.yml"
|
58
|
+
SimplesIdeias::I18n.expects(:save).with(translations, "public/javascripts/translations.js")
|
59
|
+
SimplesIdeias::I18n.export!
|
60
|
+
end
|
61
|
+
|
62
|
+
test "export messages using custom output path" do
|
63
|
+
set_config "custom_path.yml"
|
64
|
+
SimplesIdeias::I18n.expects(:save).with(translations, "public/javascripts/translations/all.js")
|
65
|
+
SimplesIdeias::I18n.export!
|
66
|
+
end
|
67
|
+
|
68
|
+
test "set default scope to * when not specified" do
|
69
|
+
set_config "no_scope.yml"
|
70
|
+
SimplesIdeias::I18n.expects(:save).with(translations, "public/javascripts/no_scope.js")
|
71
|
+
SimplesIdeias::I18n.export!
|
72
|
+
end
|
73
|
+
|
74
|
+
test "export to multiple files" do
|
75
|
+
set_config "multiple_files.yml"
|
76
|
+
SimplesIdeias::I18n.export!
|
77
|
+
|
78
|
+
assert File.file?(Rails.root.join("public/javascripts/all.js"))
|
79
|
+
assert File.file?(Rails.root.join("public/javascripts/tudo.js"))
|
80
|
+
end
|
81
|
+
|
82
|
+
test "filtered translations using scope *.date.formats" do
|
83
|
+
result = SimplesIdeias::I18n.filter(translations, "*.date.formats")
|
84
|
+
assert_equal [:formats], result[:en][:date].keys
|
85
|
+
assert_equal [:formats], result[:fr][:date].keys
|
86
|
+
end
|
87
|
+
|
88
|
+
test "filtered translations using scope [*.date.formats, *.number.currency.format]" do
|
89
|
+
result = SimplesIdeias::I18n.scoped_translations(["*.date.formats", "*.number.currency.format"])
|
90
|
+
assert_equal %w[ date number ], result[:en].keys.collect(&:to_s).sort
|
91
|
+
assert_equal %w[ date number ], result[:fr].keys.collect(&:to_s).sort
|
92
|
+
end
|
93
|
+
|
94
|
+
test "filtered translations using multi-star scope" do
|
95
|
+
result = SimplesIdeias::I18n.scoped_translations("*.*.formats")
|
96
|
+
|
97
|
+
assert_equal %w[ date time ], result[:en].keys.collect(&:to_s).sort
|
98
|
+
assert_equal %w[ date time ], result[:fr].keys.collect(&:to_s).sort
|
99
|
+
|
100
|
+
assert_equal [:formats], result[:en][:date].keys
|
101
|
+
assert_equal [:formats], result[:en][:time].keys
|
102
|
+
|
103
|
+
assert_equal [:formats], result[:fr][:date].keys
|
104
|
+
assert_equal [:formats], result[:fr][:time].keys
|
105
|
+
end
|
106
|
+
|
107
|
+
test "filtered translations using alternated stars" do
|
108
|
+
result = SimplesIdeias::I18n.scoped_translations("*.admin.*.title")
|
109
|
+
|
110
|
+
assert_equal %w[ edit show ], result[:en][:admin].keys.collect(&:to_s).sort
|
111
|
+
assert_equal %w[ edit show ], result[:fr][:admin].keys.collect(&:to_s).sort
|
112
|
+
|
113
|
+
assert_equal "Show", result[:en][:admin][:show][:title]
|
114
|
+
assert_equal "Visualiser", result[:fr][:admin][:show][:title]
|
115
|
+
|
116
|
+
assert_equal "Edit", result[:en][:admin][:edit][:title]
|
117
|
+
assert_equal "Editer", result[:fr][:admin][:edit][:title]
|
118
|
+
end
|
119
|
+
|
120
|
+
test "deep merge" do
|
121
|
+
target = {:a => {:b => 1}}
|
122
|
+
result = SimplesIdeias::I18n.deep_merge(target, {:a => {:c => 2}})
|
123
|
+
|
124
|
+
assert_equal result[:a], {:b => 1, :c => 2}
|
125
|
+
end
|
126
|
+
|
127
|
+
test "deep banged merge" do
|
128
|
+
target = {:a => {:b => 1}}
|
129
|
+
SimplesIdeias::I18n.deep_merge!(target, {:a => {:c => 2}})
|
130
|
+
|
131
|
+
assert_equal target[:a], {:b => 1, :c => 2}
|
132
|
+
end
|
133
|
+
|
134
|
+
test "sorted hash" do
|
135
|
+
assert_equal [:c, :a, :b], {:b => 1, :a => 2, :c => 3}.keys
|
136
|
+
assert_equal [:a, :b, :c], SimplesIdeias::I18n.sorted_hash(:b => 1, :a => 2, :c => 3).keys
|
137
|
+
end
|
138
|
+
|
139
|
+
test "sorted multi-levels hash" do
|
140
|
+
hash = {
|
141
|
+
:foo => {:b => 1, :a => 2, :c => 3}
|
142
|
+
}
|
143
|
+
|
144
|
+
assert_equal [:c, :a, :b], hash[:foo].keys
|
145
|
+
assert_equal [:a, :b, :c], SimplesIdeias::I18n.sorted_hash(hash[:foo]).keys
|
146
|
+
end
|
147
|
+
|
148
|
+
test "update javascript library" do
|
149
|
+
FakeWeb.register_uri(:get, "http://github.com/fnando/i18n-js/raw/master/lib/i18n.js", :body => "UPDATED")
|
150
|
+
|
151
|
+
SimplesIdeias::I18n.setup!
|
152
|
+
SimplesIdeias::I18n.update!
|
153
|
+
assert_equal "UPDATED", File.read(SimplesIdeias::I18n::JAVASCRIPT_FILE)
|
154
|
+
end
|
155
|
+
|
156
|
+
private
|
157
|
+
# Set the configuration as the current one
|
158
|
+
def set_config(path)
|
159
|
+
config = HashWithIndifferentAccess.new(YAML.load_file(File.dirname(__FILE__) + "/resources/#{path}"))
|
160
|
+
SimplesIdeias::I18n.expects(:config?).returns(true)
|
161
|
+
SimplesIdeias::I18n.expects(:config).returns(config)
|
162
|
+
end
|
163
|
+
|
164
|
+
# Shortcut to SimplesIdeias::I18n.translations
|
165
|
+
def translations
|
166
|
+
SimplesIdeias::I18n.translations
|
167
|
+
end
|
168
|
+
end
|
@@ -0,0 +1,1017 @@
|
|
1
|
+
/* Jsunittest, version 0.7.3
|
2
|
+
* (c) 2008 Dr Nic Williams
|
3
|
+
*
|
4
|
+
* Jsunittest is freely distributable under
|
5
|
+
* the terms of an MIT-style license.
|
6
|
+
* For details, see the web site: http://jsunittest.rubyforge.org
|
7
|
+
*
|
8
|
+
*--------------------------------------------------------------------------*/
|
9
|
+
|
10
|
+
var JsUnitTest = {
|
11
|
+
Unit: {},
|
12
|
+
inspect: function(object) {
|
13
|
+
try {
|
14
|
+
if (typeof object == "undefined") return 'undefined';
|
15
|
+
if (object === null) return 'null';
|
16
|
+
if (typeof object == "string") {
|
17
|
+
var useDoubleQuotes = arguments[1];
|
18
|
+
var escapedString = this.gsub(object, /[\x00-\x1f\\]/, function(match) {
|
19
|
+
var character = String.specialChar[match[0]];
|
20
|
+
return character ? character : '\\u00' + match[0].charCodeAt().toPaddedString(2, 16);
|
21
|
+
});
|
22
|
+
if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';
|
23
|
+
return "'" + escapedString.replace(/'/g, '\\\'') + "'";
|
24
|
+
};
|
25
|
+
return String(object);
|
26
|
+
} catch (e) {
|
27
|
+
if (e instanceof RangeError) return '...';
|
28
|
+
throw e;
|
29
|
+
}
|
30
|
+
},
|
31
|
+
$: function(element) {
|
32
|
+
if (arguments.length > 1) {
|
33
|
+
for (var i = 0, elements = [], length = arguments.length; i < length; i++)
|
34
|
+
elements.push(this.$(arguments[i]));
|
35
|
+
return elements;
|
36
|
+
}
|
37
|
+
if (typeof element == "string")
|
38
|
+
element = document.getElementById(element);
|
39
|
+
return element;
|
40
|
+
},
|
41
|
+
gsub: function(source, pattern, replacement) {
|
42
|
+
var result = '', match;
|
43
|
+
replacement = arguments.callee.prepareReplacement(replacement);
|
44
|
+
|
45
|
+
while (source.length > 0) {
|
46
|
+
if (match = source.match(pattern)) {
|
47
|
+
result += source.slice(0, match.index);
|
48
|
+
result += JsUnitTest.String.interpret(replacement(match));
|
49
|
+
source = source.slice(match.index + match[0].length);
|
50
|
+
} else {
|
51
|
+
result += source, source = '';
|
52
|
+
}
|
53
|
+
}
|
54
|
+
return result;
|
55
|
+
},
|
56
|
+
scan: function(source, pattern, iterator) {
|
57
|
+
this.gsub(source, pattern, iterator);
|
58
|
+
return String(source);
|
59
|
+
},
|
60
|
+
escapeHTML: function(data) {
|
61
|
+
return data.replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>');
|
62
|
+
},
|
63
|
+
arrayfromargs: function(args) {
|
64
|
+
var myarray = new Array();
|
65
|
+
var i;
|
66
|
+
|
67
|
+
for (i=0;i<args.length;i++)
|
68
|
+
myarray[i] = args[i];
|
69
|
+
|
70
|
+
return myarray;
|
71
|
+
},
|
72
|
+
hashToSortedArray: function(hash) {
|
73
|
+
var results = [];
|
74
|
+
for (key in hash) {
|
75
|
+
results.push([key, hash[key]]);
|
76
|
+
}
|
77
|
+
return results.sort();
|
78
|
+
},
|
79
|
+
flattenArray: function(array) {
|
80
|
+
var results = arguments[1] || [];
|
81
|
+
for (var i=0; i < array.length; i++) {
|
82
|
+
var object = array[i];
|
83
|
+
if (object != null && typeof object == "object" &&
|
84
|
+
'splice' in object && 'join' in object) {
|
85
|
+
this.flattenArray(object, results);
|
86
|
+
} else {
|
87
|
+
results.push(object);
|
88
|
+
}
|
89
|
+
};
|
90
|
+
return results;
|
91
|
+
},
|
92
|
+
selectorMatch: function(expression, element) {
|
93
|
+
var tokens = [];
|
94
|
+
var patterns = {
|
95
|
+
// combinators must be listed first
|
96
|
+
// (and descendant needs to be last combinator)
|
97
|
+
laterSibling: /^\s*~\s*/,
|
98
|
+
child: /^\s*>\s*/,
|
99
|
+
adjacent: /^\s*\+\s*/,
|
100
|
+
descendant: /^\s/,
|
101
|
+
|
102
|
+
// selectors follow
|
103
|
+
tagName: /^\s*(\*|[\w\-]+)(\b|$)?/,
|
104
|
+
id: /^#([\w\-\*]+)(\b|$)/,
|
105
|
+
className: /^\.([\w\-\*]+)(\b|$)/,
|
106
|
+
pseudo:
|
107
|
+
/^:((first|last|nth|nth-last|only)(-child|-of-type)|empty|checked|(en|dis)abled|not)(\((.*?)\))?(\b|$|(?=\s|[:+~>]))/,
|
108
|
+
attrPresence: /^\[((?:[\w]+:)?[\w]+)\]/,
|
109
|
+
attr: /\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$*~|]?=)\s*((['"])([^\4]*?)\4|([^'"][^\]]*?)))?\]/
|
110
|
+
};
|
111
|
+
|
112
|
+
var assertions = {
|
113
|
+
tagName: function(element, matches) {
|
114
|
+
return matches[1].toUpperCase() == element.tagName.toUpperCase();
|
115
|
+
},
|
116
|
+
|
117
|
+
className: function(element, matches) {
|
118
|
+
return Element.hasClassName(element, matches[1]);
|
119
|
+
},
|
120
|
+
|
121
|
+
id: function(element, matches) {
|
122
|
+
return element.id === matches[1];
|
123
|
+
},
|
124
|
+
|
125
|
+
attrPresence: function(element, matches) {
|
126
|
+
return Element.hasAttribute(element, matches[1]);
|
127
|
+
},
|
128
|
+
|
129
|
+
attr: function(element, matches) {
|
130
|
+
var nodeValue = Element.readAttribute(element, matches[1]);
|
131
|
+
return nodeValue && operators[matches[2]](nodeValue, matches[5] || matches[6]);
|
132
|
+
}
|
133
|
+
};
|
134
|
+
var e = this.expression, ps = patterns, as = assertions;
|
135
|
+
var le, p, m;
|
136
|
+
|
137
|
+
while (e && le !== e && (/\S/).test(e)) {
|
138
|
+
le = e;
|
139
|
+
for (var i in ps) {
|
140
|
+
p = ps[i];
|
141
|
+
if (m = e.match(p)) {
|
142
|
+
// use the Selector.assertions methods unless the selector
|
143
|
+
// is too complex.
|
144
|
+
if (as[i]) {
|
145
|
+
tokens.push([i, Object.clone(m)]);
|
146
|
+
e = e.replace(m[0], '');
|
147
|
+
}
|
148
|
+
}
|
149
|
+
}
|
150
|
+
}
|
151
|
+
|
152
|
+
var match = true, name, matches;
|
153
|
+
for (var i = 0, token; token = tokens[i]; i++) {
|
154
|
+
name = token[0], matches = token[1];
|
155
|
+
if (!assertions[name](element, matches)) {
|
156
|
+
match = false; break;
|
157
|
+
}
|
158
|
+
}
|
159
|
+
|
160
|
+
return match;
|
161
|
+
},
|
162
|
+
toQueryParams: function(query, separator) {
|
163
|
+
var query = query || window.location.search;
|
164
|
+
var match = query.replace(/^\s+/, '').replace(/\s+$/, '').match(/([^?#]*)(#.*)?$/);
|
165
|
+
if (!match) return { };
|
166
|
+
|
167
|
+
var hash = {};
|
168
|
+
var parts = match[1].split(separator || '&');
|
169
|
+
for (var i=0; i < parts.length; i++) {
|
170
|
+
var pair = parts[i].split('=');
|
171
|
+
if (pair[0]) {
|
172
|
+
var key = decodeURIComponent(pair.shift());
|
173
|
+
var value = pair.length > 1 ? pair.join('=') : pair[0];
|
174
|
+
if (value != undefined) value = decodeURIComponent(value);
|
175
|
+
|
176
|
+
if (key in hash) {
|
177
|
+
var object = hash[key];
|
178
|
+
var isArray = object != null && typeof object == "object" &&
|
179
|
+
'splice' in object && 'join' in object
|
180
|
+
if (!isArray) hash[key] = [hash[key]];
|
181
|
+
hash[key].push(value);
|
182
|
+
}
|
183
|
+
else hash[key] = value;
|
184
|
+
}
|
185
|
+
};
|
186
|
+
return hash;
|
187
|
+
},
|
188
|
+
|
189
|
+
String: {
|
190
|
+
interpret: function(value) {
|
191
|
+
return value == null ? '' : String(value);
|
192
|
+
}
|
193
|
+
}
|
194
|
+
};
|
195
|
+
|
196
|
+
JsUnitTest.gsub.prepareReplacement = function(replacement) {
|
197
|
+
if (typeof replacement == "function") return replacement;
|
198
|
+
var template = new Template(replacement);
|
199
|
+
return function(match) { return template.evaluate(match) };
|
200
|
+
};
|
201
|
+
|
202
|
+
JsUnitTest.Version = '0.7.3';
|
203
|
+
|
204
|
+
JsUnitTest.Template = function(template, pattern) {
|
205
|
+
this.template = template; //template.toString();
|
206
|
+
this.pattern = pattern || JsUnitTest.Template.Pattern;
|
207
|
+
};
|
208
|
+
|
209
|
+
JsUnitTest.Template.prototype.evaluate = function(object) {
|
210
|
+
if (typeof object.toTemplateReplacements == "function")
|
211
|
+
object = object.toTemplateReplacements();
|
212
|
+
|
213
|
+
return JsUnitTest.gsub(this.template, this.pattern, function(match) {
|
214
|
+
if (object == null) return '';
|
215
|
+
|
216
|
+
var before = match[1] || '';
|
217
|
+
if (before == '\\') return match[2];
|
218
|
+
|
219
|
+
var ctx = object, expr = match[3];
|
220
|
+
var pattern = /^([^.[]+|\[((?:.*?[^\\])?)\])(\.|\[|$)/;
|
221
|
+
match = pattern.exec(expr);
|
222
|
+
if (match == null) return before;
|
223
|
+
|
224
|
+
while (match != null) {
|
225
|
+
var comp = (match[1].indexOf('[]') === 0) ? match[2].gsub('\\\\]', ']') : match[1];
|
226
|
+
ctx = ctx[comp];
|
227
|
+
if (null == ctx || '' == match[3]) break;
|
228
|
+
expr = expr.substring('[' == match[3] ? match[1].length : match[0].length);
|
229
|
+
match = pattern.exec(expr);
|
230
|
+
}
|
231
|
+
|
232
|
+
return before + JsUnitTest.String.interpret(ctx);
|
233
|
+
});
|
234
|
+
}
|
235
|
+
|
236
|
+
JsUnitTest.Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
|
237
|
+
JsUnitTest.Event = {};
|
238
|
+
// written by Dean Edwards, 2005
|
239
|
+
// with input from Tino Zijdel, Matthias Miller, Diego Perini
|
240
|
+
// namespaced by Dr Nic Williams 2008
|
241
|
+
|
242
|
+
// http://dean.edwards.name/weblog/2005/10/add-event/
|
243
|
+
// http://dean.edwards.name/weblog/2005/10/add-event2/
|
244
|
+
JsUnitTest.Event.addEvent = function(element, type, handler) {
|
245
|
+
if (element.addEventListener) {
|
246
|
+
element.addEventListener(type, handler, false);
|
247
|
+
} else {
|
248
|
+
// assign each event handler a unique ID
|
249
|
+
if (!handler.$$guid) handler.$$guid = JsUnitTest.Event.addEvent.guid++;
|
250
|
+
// create a hash table of event types for the element
|
251
|
+
if (!element.events) element.events = {};
|
252
|
+
// create a hash table of event handlers for each element/event pair
|
253
|
+
var handlers = element.events[type];
|
254
|
+
if (!handlers) {
|
255
|
+
handlers = element.events[type] = {};
|
256
|
+
// store the existing event handler (if there is one)
|
257
|
+
if (element["on" + type]) {
|
258
|
+
handlers[0] = element["on" + type];
|
259
|
+
}
|
260
|
+
}
|
261
|
+
// store the event handler in the hash table
|
262
|
+
handlers[handler.$$guid] = handler;
|
263
|
+
// assign a global event handler to do all the work
|
264
|
+
element["on" + type] = this.handleEvent;
|
265
|
+
}
|
266
|
+
};
|
267
|
+
// a counter used to create unique IDs
|
268
|
+
JsUnitTest.Event.addEvent.guid = 1;
|
269
|
+
|
270
|
+
JsUnitTest.Event.removeEvent = function(element, type, handler) {
|
271
|
+
if (element.removeEventListener) {
|
272
|
+
element.removeEventListener(type, handler, false);
|
273
|
+
} else {
|
274
|
+
// delete the event handler from the hash table
|
275
|
+
if (element.events && element.events[type]) {
|
276
|
+
delete element.events[type][handler.$$guid];
|
277
|
+
}
|
278
|
+
}
|
279
|
+
};
|
280
|
+
|
281
|
+
JsUnitTest.Event.handleEvent = function(event) {
|
282
|
+
var returnValue = true;
|
283
|
+
// grab the event object (IE uses a global event object)
|
284
|
+
event = event || JsUnitTest.Event.fixEvent(((this.ownerDocument || this.document || this).parentWindow || window).event);
|
285
|
+
// get a reference to the hash table of event handlers
|
286
|
+
var handlers = this.events[event.type];
|
287
|
+
// execute each event handler
|
288
|
+
for (var i in handlers) {
|
289
|
+
this.$$handleEvent = handlers[i];
|
290
|
+
if (this.$$handleEvent(event) === false) {
|
291
|
+
returnValue = false;
|
292
|
+
}
|
293
|
+
}
|
294
|
+
return returnValue;
|
295
|
+
};
|
296
|
+
|
297
|
+
JsUnitTest.Event.fixEvent = function(event) {
|
298
|
+
// add W3C standard event methods
|
299
|
+
event.preventDefault = this.fixEvent.preventDefault;
|
300
|
+
event.stopPropagation = this.fixEvent.stopPropagation;
|
301
|
+
return event;
|
302
|
+
};
|
303
|
+
JsUnitTest.Event.fixEvent.preventDefault = function() {
|
304
|
+
this.returnValue = false;
|
305
|
+
};
|
306
|
+
JsUnitTest.Event.fixEvent.stopPropagation = function() {
|
307
|
+
this.cancelBubble = true;
|
308
|
+
};
|
309
|
+
|
310
|
+
JsUnitTest.Unit.Logger = function(element) {
|
311
|
+
this.element = JsUnitTest.$(element);
|
312
|
+
if (this.element) this._createLogTable();
|
313
|
+
};
|
314
|
+
|
315
|
+
JsUnitTest.Unit.Logger.prototype.start = function(testName) {
|
316
|
+
if (!this.element) return;
|
317
|
+
var tbody = this.element.getElementsByTagName('tbody')[0];
|
318
|
+
|
319
|
+
var tr = document.createElement('tr');
|
320
|
+
var td;
|
321
|
+
|
322
|
+
//testname
|
323
|
+
td = document.createElement('td');
|
324
|
+
td.appendChild(document.createTextNode(testName));
|
325
|
+
tr.appendChild(td)
|
326
|
+
|
327
|
+
tr.appendChild(document.createElement('td'));//status
|
328
|
+
tr.appendChild(document.createElement('td'));//message
|
329
|
+
|
330
|
+
tbody.appendChild(tr);
|
331
|
+
};
|
332
|
+
|
333
|
+
JsUnitTest.Unit.Logger.prototype.setStatus = function(status) {
|
334
|
+
var logline = this.getLastLogLine();
|
335
|
+
logline.className = status;
|
336
|
+
var statusCell = logline.getElementsByTagName('td')[1];
|
337
|
+
statusCell.appendChild(document.createTextNode(status));
|
338
|
+
};
|
339
|
+
|
340
|
+
JsUnitTest.Unit.Logger.prototype.finish = function(status, summary) {
|
341
|
+
if (!this.element) return;
|
342
|
+
this.setStatus(status);
|
343
|
+
this.message(summary);
|
344
|
+
};
|
345
|
+
|
346
|
+
JsUnitTest.Unit.Logger.prototype.message = function(message) {
|
347
|
+
if (!this.element) return;
|
348
|
+
var cell = this.getMessageCell();
|
349
|
+
|
350
|
+
// cell.appendChild(document.createTextNode(this._toHTML(message)));
|
351
|
+
cell.innerHTML = this._toHTML(message);
|
352
|
+
};
|
353
|
+
|
354
|
+
JsUnitTest.Unit.Logger.prototype.summary = function(summary) {
|
355
|
+
if (!this.element) return;
|
356
|
+
var div = this.element.getElementsByTagName('div')[0];
|
357
|
+
div.innerHTML = this._toHTML(summary);
|
358
|
+
};
|
359
|
+
|
360
|
+
JsUnitTest.Unit.Logger.prototype.getLastLogLine = function() {
|
361
|
+
var tbody = this.element.getElementsByTagName('tbody')[0];
|
362
|
+
var loglines = tbody.getElementsByTagName('tr');
|
363
|
+
return loglines[loglines.length - 1];
|
364
|
+
};
|
365
|
+
|
366
|
+
JsUnitTest.Unit.Logger.prototype.getMessageCell = function() {
|
367
|
+
var logline = this.getLastLogLine();
|
368
|
+
return logline.getElementsByTagName('td')[2];
|
369
|
+
};
|
370
|
+
|
371
|
+
JsUnitTest.Unit.Logger.prototype._createLogTable = function() {
|
372
|
+
var html = '<div class="logsummary">running...</div>' +
|
373
|
+
'<table class="logtable">' +
|
374
|
+
'<thead><tr><th>Status</th><th>Test</th><th>Message</th></tr></thead>' +
|
375
|
+
'<tbody class="loglines"></tbody>' +
|
376
|
+
'</table>';
|
377
|
+
this.element.innerHTML = html;
|
378
|
+
};
|
379
|
+
|
380
|
+
JsUnitTest.Unit.Logger.prototype.appendActionButtons = function(actions) {
|
381
|
+
// actions = $H(actions);
|
382
|
+
// if (!actions.any()) return;
|
383
|
+
// var div = new Element("div", {className: 'action_buttons'});
|
384
|
+
// actions.inject(div, function(container, action) {
|
385
|
+
// var button = new Element("input").setValue(action.key).observe("click", action.value);
|
386
|
+
// button.type = "button";
|
387
|
+
// return container.insert(button);
|
388
|
+
// });
|
389
|
+
// this.getMessageCell().insert(div);
|
390
|
+
};
|
391
|
+
|
392
|
+
JsUnitTest.Unit.Logger.prototype._toHTML = function(txt) {
|
393
|
+
return JsUnitTest.escapeHTML(txt).replace(/\n/g,"<br/>");
|
394
|
+
};
|
395
|
+
JsUnitTest.Unit.MessageTemplate = function(string) {
|
396
|
+
var parts = [];
|
397
|
+
var str = JsUnitTest.scan((string || ''), /(?=[^\\])\?|(?:\\\?|[^\?])+/, function(part) {
|
398
|
+
parts.push(part[0]);
|
399
|
+
});
|
400
|
+
this.parts = parts;
|
401
|
+
};
|
402
|
+
|
403
|
+
JsUnitTest.Unit.MessageTemplate.prototype.evaluate = function(params) {
|
404
|
+
var results = [];
|
405
|
+
for (var i=0; i < this.parts.length; i++) {
|
406
|
+
var part = this.parts[i];
|
407
|
+
var result = (part == '?') ? JsUnitTest.inspect(params.shift()) : part.replace(/\\\?/, '?');
|
408
|
+
results.push(result);
|
409
|
+
};
|
410
|
+
return results.join('');
|
411
|
+
};
|
412
|
+
// A generic function for performming AJAX requests
|
413
|
+
// It takes one argument, which is an object that contains a set of options
|
414
|
+
// All of which are outline in the comments, below
|
415
|
+
// From John Resig's book Pro JavaScript Techniques
|
416
|
+
// published by Apress, 2006-8
|
417
|
+
JsUnitTest.ajax = function( options ) {
|
418
|
+
|
419
|
+
// Load the options object with defaults, if no
|
420
|
+
// values were provided by the user
|
421
|
+
options = {
|
422
|
+
// The type of HTTP Request
|
423
|
+
type: options.type || "POST",
|
424
|
+
|
425
|
+
// The URL the request will be made to
|
426
|
+
url: options.url || "",
|
427
|
+
|
428
|
+
// How long to wait before considering the request to be a timeout
|
429
|
+
timeout: options.timeout || 5000,
|
430
|
+
|
431
|
+
// Functions to call when the request fails, succeeds,
|
432
|
+
// or completes (either fail or succeed)
|
433
|
+
onComplete: options.onComplete || function(){},
|
434
|
+
onError: options.onError || function(){},
|
435
|
+
onSuccess: options.onSuccess || function(){},
|
436
|
+
|
437
|
+
// The data type that'll be returned from the server
|
438
|
+
// the default is simply to determine what data was returned from the
|
439
|
+
// and act accordingly.
|
440
|
+
data: options.data || ""
|
441
|
+
};
|
442
|
+
|
443
|
+
// Create the request object
|
444
|
+
var xml = window.ActiveXObject ? new ActiveXObject('Microsoft.XMLHTTP') : new XMLHttpRequest();
|
445
|
+
|
446
|
+
// Open the asynchronous POST request
|
447
|
+
xml.open(options.type, options.url, true);
|
448
|
+
|
449
|
+
// We're going to wait for a request for 5 seconds, before giving up
|
450
|
+
var timeoutLength = 5000;
|
451
|
+
|
452
|
+
// Keep track of when the request has been succesfully completed
|
453
|
+
var requestDone = false;
|
454
|
+
|
455
|
+
// Initalize a callback which will fire 5 seconds from now, cancelling
|
456
|
+
// the request (if it has not already occurred).
|
457
|
+
setTimeout(function(){
|
458
|
+
requestDone = true;
|
459
|
+
}, timeoutLength);
|
460
|
+
|
461
|
+
// Watch for when the state of the document gets updated
|
462
|
+
xml.onreadystatechange = function(){
|
463
|
+
// Wait until the data is fully loaded,
|
464
|
+
// and make sure that the request hasn't already timed out
|
465
|
+
if ( xml.readyState == 4 && !requestDone ) {
|
466
|
+
|
467
|
+
// Check to see if the request was successful
|
468
|
+
if ( httpSuccess( xml ) ) {
|
469
|
+
|
470
|
+
// Execute the success callback with the data returned from the server
|
471
|
+
options.onSuccess( httpData( xml, options.type ) );
|
472
|
+
|
473
|
+
// Otherwise, an error occurred, so execute the error callback
|
474
|
+
} else {
|
475
|
+
options.onError();
|
476
|
+
}
|
477
|
+
|
478
|
+
// Call the completion callback
|
479
|
+
options.onComplete();
|
480
|
+
|
481
|
+
// Clean up after ourselves, to avoid memory leaks
|
482
|
+
xml = null;
|
483
|
+
}
|
484
|
+
};
|
485
|
+
|
486
|
+
// Establish the connection to the server
|
487
|
+
xml.send(null);
|
488
|
+
|
489
|
+
// Determine the success of the HTTP response
|
490
|
+
function httpSuccess(r) {
|
491
|
+
try {
|
492
|
+
// If no server status is provided, and we're actually
|
493
|
+
// requesting a local file, then it was successful
|
494
|
+
return !r.status && location.protocol == "file:" ||
|
495
|
+
|
496
|
+
// Any status in the 200 range is good
|
497
|
+
( r.status >= 200 && r.status < 300 ) ||
|
498
|
+
|
499
|
+
// Successful if the document has not been modified
|
500
|
+
r.status == 304 ||
|
501
|
+
|
502
|
+
// Safari returns an empty status if the file has not been modified
|
503
|
+
navigator.userAgent.indexOf("Safari") >= 0 && typeof r.status == "undefined";
|
504
|
+
} catch(e){}
|
505
|
+
|
506
|
+
// If checking the status failed, then assume that the request failed too
|
507
|
+
return false;
|
508
|
+
}
|
509
|
+
|
510
|
+
// Extract the correct data from the HTTP response
|
511
|
+
function httpData(r,type) {
|
512
|
+
// Get the content-type header
|
513
|
+
var ct = r.getResponseHeader("content-type");
|
514
|
+
|
515
|
+
// If no default type was provided, determine if some
|
516
|
+
// form of XML was returned from the server
|
517
|
+
var data = !type && ct && ct.indexOf("xml") >= 0;
|
518
|
+
|
519
|
+
// Get the XML Document object if XML was returned from
|
520
|
+
// the server, otherwise return the text contents returned by the server
|
521
|
+
data = type == "xml" || data ? r.responseXML : r.responseText;
|
522
|
+
|
523
|
+
// If the specified type is "script", execute the returned text
|
524
|
+
// response as if it was JavaScript
|
525
|
+
if ( type == "script" )
|
526
|
+
eval.call( window, data );
|
527
|
+
|
528
|
+
// Return the response data (either an XML Document or a text string)
|
529
|
+
return data;
|
530
|
+
}
|
531
|
+
|
532
|
+
};
|
533
|
+
JsUnitTest.Unit.Assertions = {
|
534
|
+
buildMessage: function(message, template) {
|
535
|
+
var args = JsUnitTest.arrayfromargs(arguments).slice(2);
|
536
|
+
return (message ? message + '\n' : '') +
|
537
|
+
new JsUnitTest.Unit.MessageTemplate(template).evaluate(args);
|
538
|
+
},
|
539
|
+
|
540
|
+
flunk: function(message) {
|
541
|
+
this.assertBlock(message || 'Flunked', function() { return false });
|
542
|
+
},
|
543
|
+
|
544
|
+
assertBlock: function(message, block) {
|
545
|
+
try {
|
546
|
+
block.call(this) ? this.pass() : this.fail(message);
|
547
|
+
} catch(e) { this.error(e) }
|
548
|
+
},
|
549
|
+
|
550
|
+
assert: function(expression, message) {
|
551
|
+
message = this.buildMessage(message || 'assert', 'got <?>', expression);
|
552
|
+
this.assertBlock(message, function() { return expression });
|
553
|
+
},
|
554
|
+
|
555
|
+
assertEqual: function(expected, actual, message) {
|
556
|
+
message = this.buildMessage(message || 'assertEqual', 'expected <?>, actual: <?>', expected, actual);
|
557
|
+
this.assertBlock(message, function() { return expected == actual });
|
558
|
+
},
|
559
|
+
|
560
|
+
assertNotEqual: function(expected, actual, message) {
|
561
|
+
message = this.buildMessage(message || 'assertNotEqual', 'expected <?>, actual: <?>', expected, actual);
|
562
|
+
this.assertBlock(message, function() { return expected != actual });
|
563
|
+
},
|
564
|
+
|
565
|
+
assertEnumEqual: function(expected, actual, message) {
|
566
|
+
message = this.buildMessage(message || 'assertEnumEqual', 'expected <?>, actual: <?>', expected, actual);
|
567
|
+
var expected_array = JsUnitTest.flattenArray(expected);
|
568
|
+
var actual_array = JsUnitTest.flattenArray(actual);
|
569
|
+
this.assertBlock(message, function() {
|
570
|
+
if (expected_array.length == actual_array.length) {
|
571
|
+
for (var i=0; i < expected_array.length; i++) {
|
572
|
+
if (expected_array[i] != actual_array[i]) return false;
|
573
|
+
};
|
574
|
+
return true;
|
575
|
+
}
|
576
|
+
return false;
|
577
|
+
});
|
578
|
+
},
|
579
|
+
|
580
|
+
assertEnumNotEqual: function(expected, actual, message) {
|
581
|
+
message = this.buildMessage(message || 'assertEnumNotEqual', '<?> was the same as <?>', expected, actual);
|
582
|
+
var expected_array = JsUnitTest.flattenArray(expected);
|
583
|
+
var actual_array = JsUnitTest.flattenArray(actual);
|
584
|
+
this.assertBlock(message, function() {
|
585
|
+
if (expected_array.length == actual_array.length) {
|
586
|
+
for (var i=0; i < expected_array.length; i++) {
|
587
|
+
if (expected_array[i] != actual_array[i]) return true;
|
588
|
+
};
|
589
|
+
return false;
|
590
|
+
}
|
591
|
+
return true;
|
592
|
+
});
|
593
|
+
},
|
594
|
+
|
595
|
+
assertHashEqual: function(expected, actual, message) {
|
596
|
+
message = this.buildMessage(message || 'assertHashEqual', 'expected <?>, actual: <?>', expected, actual);
|
597
|
+
var expected_array = JsUnitTest.flattenArray(JsUnitTest.hashToSortedArray(expected));
|
598
|
+
var actual_array = JsUnitTest.flattenArray(JsUnitTest.hashToSortedArray(actual));
|
599
|
+
var block = function() {
|
600
|
+
if (expected_array.length == actual_array.length) {
|
601
|
+
for (var i=0; i < expected_array.length; i++) {
|
602
|
+
if (expected_array[i] != actual_array[i]) return false;
|
603
|
+
};
|
604
|
+
return true;
|
605
|
+
}
|
606
|
+
return false;
|
607
|
+
};
|
608
|
+
this.assertBlock(message, block);
|
609
|
+
},
|
610
|
+
|
611
|
+
assertHashNotEqual: function(expected, actual, message) {
|
612
|
+
message = this.buildMessage(message || 'assertHashNotEqual', '<?> was the same as <?>', expected, actual);
|
613
|
+
var expected_array = JsUnitTest.flattenArray(JsUnitTest.hashToSortedArray(expected));
|
614
|
+
var actual_array = JsUnitTest.flattenArray(JsUnitTest.hashToSortedArray(actual));
|
615
|
+
// from now we recursively zip & compare nested arrays
|
616
|
+
var block = function() {
|
617
|
+
if (expected_array.length == actual_array.length) {
|
618
|
+
for (var i=0; i < expected_array.length; i++) {
|
619
|
+
if (expected_array[i] != actual_array[i]) return true;
|
620
|
+
};
|
621
|
+
return false;
|
622
|
+
}
|
623
|
+
return true;
|
624
|
+
};
|
625
|
+
this.assertBlock(message, block);
|
626
|
+
},
|
627
|
+
|
628
|
+
assertIdentical: function(expected, actual, message) {
|
629
|
+
message = this.buildMessage(message || 'assertIdentical', 'expected <?>, actual: <?>', expected, actual);
|
630
|
+
this.assertBlock(message, function() { return expected === actual });
|
631
|
+
},
|
632
|
+
|
633
|
+
assertNotIdentical: function(expected, actual, message) {
|
634
|
+
message = this.buildMessage(message || 'assertNotIdentical', 'expected <?>, actual: <?>', expected, actual);
|
635
|
+
this.assertBlock(message, function() { return expected !== actual });
|
636
|
+
},
|
637
|
+
|
638
|
+
assertNull: function(obj, message) {
|
639
|
+
message = this.buildMessage(message || 'assertNull', 'got <?>', obj);
|
640
|
+
this.assertBlock(message, function() { return obj === null });
|
641
|
+
},
|
642
|
+
|
643
|
+
assertNotNull: function(obj, message) {
|
644
|
+
message = this.buildMessage(message || 'assertNotNull', 'got <?>', obj);
|
645
|
+
this.assertBlock(message, function() { return obj !== null });
|
646
|
+
},
|
647
|
+
|
648
|
+
assertUndefined: function(obj, message) {
|
649
|
+
message = this.buildMessage(message || 'assertUndefined', 'got <?>', obj);
|
650
|
+
this.assertBlock(message, function() { return typeof obj == "undefined" });
|
651
|
+
},
|
652
|
+
|
653
|
+
assertNotUndefined: function(obj, message) {
|
654
|
+
message = this.buildMessage(message || 'assertNotUndefined', 'got <?>', obj);
|
655
|
+
this.assertBlock(message, function() { return typeof obj != "undefined" });
|
656
|
+
},
|
657
|
+
|
658
|
+
assertNullOrUndefined: function(obj, message) {
|
659
|
+
message = this.buildMessage(message || 'assertNullOrUndefined', 'got <?>', obj);
|
660
|
+
this.assertBlock(message, function() { return obj == null });
|
661
|
+
},
|
662
|
+
|
663
|
+
assertNotNullOrUndefined: function(obj, message) {
|
664
|
+
message = this.buildMessage(message || 'assertNotNullOrUndefined', 'got <?>', obj);
|
665
|
+
this.assertBlock(message, function() { return obj != null });
|
666
|
+
},
|
667
|
+
|
668
|
+
assertMatch: function(expected, actual, message) {
|
669
|
+
message = this.buildMessage(message || 'assertMatch', 'regex <?> did not match <?>', expected, actual);
|
670
|
+
this.assertBlock(message, function() { return new RegExp(expected).exec(actual) });
|
671
|
+
},
|
672
|
+
|
673
|
+
assertNoMatch: function(expected, actual, message) {
|
674
|
+
message = this.buildMessage(message || 'assertNoMatch', 'regex <?> matched <?>', expected, actual);
|
675
|
+
this.assertBlock(message, function() { return !(new RegExp(expected).exec(actual)) });
|
676
|
+
},
|
677
|
+
|
678
|
+
assertHasClass: function(element, klass, message) {
|
679
|
+
element = JsUnitTest.$(element);
|
680
|
+
message = this.buildMessage(message || 'assertHasClass', '? doesn\'t have class <?>.', element, klass);
|
681
|
+
this.assertBlock(message, function() {
|
682
|
+
var elementClassName = element.className;
|
683
|
+
return (elementClassName.length > 0 && (elementClassName == klass ||
|
684
|
+
new RegExp("(^|\\s)" + klass + "(\\s|$)").test(elementClassName)));
|
685
|
+
// return !!element.className.match(new RegExp(klass))
|
686
|
+
});
|
687
|
+
},
|
688
|
+
|
689
|
+
assertNotHasClass: function(element, klass, message) {
|
690
|
+
element = JsUnitTest.$(element);
|
691
|
+
message = this.buildMessage(message || 'assertNotHasClass', '? does have class <?>.', element, klass);
|
692
|
+
this.assertBlock(message, function() {
|
693
|
+
var elementClassName = element.className;
|
694
|
+
return !(elementClassName.length > 0 && (elementClassName == klass ||
|
695
|
+
new RegExp("(^|\\s)" + klass + "(\\s|$)").test(elementClassName)));
|
696
|
+
});
|
697
|
+
},
|
698
|
+
|
699
|
+
assertHidden: function(element, message) {
|
700
|
+
element = JsUnitTest.$(element);
|
701
|
+
message = this.buildMessage(message || 'assertHidden', '? isn\'t hidden.', element);
|
702
|
+
this.assertBlock(message, function() { return !element.style.display || element.style.display == 'none' });
|
703
|
+
},
|
704
|
+
|
705
|
+
assertInstanceOf: function(expected, actual, message) {
|
706
|
+
message = this.buildMessage(message || 'assertInstanceOf', '<?> was not an instance of the expected type', actual);
|
707
|
+
this.assertBlock(message, function() { return actual instanceof expected });
|
708
|
+
},
|
709
|
+
|
710
|
+
assertNotInstanceOf: function(expected, actual, message) {
|
711
|
+
message = this.buildMessage(message || 'assertNotInstanceOf', '<?> was an instance of the expected type', actual);
|
712
|
+
this.assertBlock(message, function() { return !(actual instanceof expected) });
|
713
|
+
},
|
714
|
+
|
715
|
+
assertRespondsTo: function(method, obj, message) {
|
716
|
+
message = this.buildMessage(message || 'assertRespondsTo', 'object doesn\'t respond to <?>', method);
|
717
|
+
this.assertBlock(message, function() { return (method in obj && typeof obj[method] == 'function') });
|
718
|
+
},
|
719
|
+
|
720
|
+
assertRaise: function(exceptionName, method, message) {
|
721
|
+
message = this.buildMessage(message || 'assertRaise', '<?> exception expected but none was raised', exceptionName);
|
722
|
+
var block = function() {
|
723
|
+
try {
|
724
|
+
method();
|
725
|
+
return false;
|
726
|
+
} catch(e) {
|
727
|
+
if (e.name == exceptionName) return true;
|
728
|
+
else throw e;
|
729
|
+
}
|
730
|
+
};
|
731
|
+
this.assertBlock(message, block);
|
732
|
+
},
|
733
|
+
|
734
|
+
assertNothingRaised: function(method, message) {
|
735
|
+
try {
|
736
|
+
method();
|
737
|
+
this.assert(true, "Expected nothing to be thrown");
|
738
|
+
} catch(e) {
|
739
|
+
message = this.buildMessage(message || 'assertNothingRaised', '<?> was thrown when nothing was expected.', e);
|
740
|
+
this.flunk(message);
|
741
|
+
}
|
742
|
+
},
|
743
|
+
|
744
|
+
_isVisible: function(element) {
|
745
|
+
element = JsUnitTest.$(element);
|
746
|
+
if(!element.parentNode) return true;
|
747
|
+
this.assertNotNull(element);
|
748
|
+
if(element.style && (element.style.display == 'none'))
|
749
|
+
return false;
|
750
|
+
|
751
|
+
return arguments.callee.call(this, element.parentNode);
|
752
|
+
},
|
753
|
+
|
754
|
+
assertVisible: function(element, message) {
|
755
|
+
message = this.buildMessage(message, '? was not visible.', element);
|
756
|
+
this.assertBlock(message, function() { return this._isVisible(element) });
|
757
|
+
},
|
758
|
+
|
759
|
+
assertNotVisible: function(element, message) {
|
760
|
+
message = this.buildMessage(message, '? was not hidden and didn\'t have a hidden parent either.', element);
|
761
|
+
this.assertBlock(message, function() { return !this._isVisible(element) });
|
762
|
+
},
|
763
|
+
|
764
|
+
assertElementsMatch: function() {
|
765
|
+
var pass = true, expressions = JsUnitTest.arrayfromargs(arguments);
|
766
|
+
var elements = expressions.shift();
|
767
|
+
if (elements.length != expressions.length) {
|
768
|
+
message = this.buildMessage('assertElementsMatch', 'size mismatch: ? elements, ? expressions (?).', elements.length, expressions.length, expressions);
|
769
|
+
this.flunk(message);
|
770
|
+
pass = false;
|
771
|
+
}
|
772
|
+
for (var i=0; i < expressions.length; i++) {
|
773
|
+
var expression = expressions[i];
|
774
|
+
var element = JsUnitTest.$(elements[i]);
|
775
|
+
if (JsUnitTest.selectorMatch(expression, element)) {
|
776
|
+
pass = true;
|
777
|
+
break;
|
778
|
+
}
|
779
|
+
message = this.buildMessage('assertElementsMatch', 'In index <?>: expected <?> but got ?', index, expression, element);
|
780
|
+
this.flunk(message);
|
781
|
+
pass = false;
|
782
|
+
};
|
783
|
+
this.assert(pass, "Expected all elements to match.");
|
784
|
+
},
|
785
|
+
|
786
|
+
assertElementMatches: function(element, expression, message) {
|
787
|
+
this.assertElementsMatch([element], expression);
|
788
|
+
}
|
789
|
+
};
|
790
|
+
JsUnitTest.Unit.Runner = function(testcases) {
|
791
|
+
var argumentOptions = arguments[1] || {};
|
792
|
+
var options = this.options = {};
|
793
|
+
options.testLog = ('testLog' in argumentOptions) ? argumentOptions.testLog : 'testlog';
|
794
|
+
options.resultsURL = this.queryParams.resultsURL;
|
795
|
+
options.testLog = JsUnitTest.$(options.testLog);
|
796
|
+
|
797
|
+
this.tests = this.getTests(testcases);
|
798
|
+
this.currentTest = 0;
|
799
|
+
this.logger = new JsUnitTest.Unit.Logger(options.testLog);
|
800
|
+
|
801
|
+
var self = this;
|
802
|
+
JsUnitTest.Event.addEvent(window, "load", function() {
|
803
|
+
setTimeout(function() {
|
804
|
+
self.runTests();
|
805
|
+
}, 0.1);
|
806
|
+
});
|
807
|
+
};
|
808
|
+
|
809
|
+
JsUnitTest.Unit.Runner.prototype.queryParams = JsUnitTest.toQueryParams();
|
810
|
+
|
811
|
+
JsUnitTest.Unit.Runner.prototype.portNumber = function() {
|
812
|
+
if (window.location.search.length > 0) {
|
813
|
+
var matches = window.location.search.match(/\:(\d{3,5})\//);
|
814
|
+
if (matches) {
|
815
|
+
return parseInt(matches[1]);
|
816
|
+
}
|
817
|
+
}
|
818
|
+
return null;
|
819
|
+
};
|
820
|
+
|
821
|
+
JsUnitTest.Unit.Runner.prototype.getTests = function(testcases) {
|
822
|
+
var tests = [], options = this.options;
|
823
|
+
if (this.queryParams.tests) tests = this.queryParams.tests.split(',');
|
824
|
+
else if (options.tests) tests = options.tests;
|
825
|
+
else if (options.test) tests = [option.test];
|
826
|
+
else {
|
827
|
+
for (testname in testcases) {
|
828
|
+
if (testname.match(/^test/)) tests.push(testname);
|
829
|
+
}
|
830
|
+
}
|
831
|
+
var results = [];
|
832
|
+
for (var i=0; i < tests.length; i++) {
|
833
|
+
var test = tests[i];
|
834
|
+
if (testcases[test])
|
835
|
+
results.push(
|
836
|
+
new JsUnitTest.Unit.Testcase(test, testcases[test], testcases.setup, testcases.teardown)
|
837
|
+
);
|
838
|
+
};
|
839
|
+
return results;
|
840
|
+
};
|
841
|
+
|
842
|
+
JsUnitTest.Unit.Runner.prototype.getResult = function() {
|
843
|
+
var results = {
|
844
|
+
tests: this.tests.length,
|
845
|
+
assertions: 0,
|
846
|
+
failures: 0,
|
847
|
+
errors: 0,
|
848
|
+
warnings: 0
|
849
|
+
};
|
850
|
+
|
851
|
+
for (var i=0; i < this.tests.length; i++) {
|
852
|
+
var test = this.tests[i];
|
853
|
+
results.assertions += test.assertions;
|
854
|
+
results.failures += test.failures;
|
855
|
+
results.errors += test.errors;
|
856
|
+
results.warnings += test.warnings;
|
857
|
+
};
|
858
|
+
return results;
|
859
|
+
};
|
860
|
+
|
861
|
+
JsUnitTest.Unit.Runner.prototype.postResults = function() {
|
862
|
+
if (this.options.resultsURL) {
|
863
|
+
// new Ajax.Request(this.options.resultsURL,
|
864
|
+
// { method: 'get', parameters: this.getResult(), asynchronous: false });
|
865
|
+
var results = this.getResult();
|
866
|
+
var url = this.options.resultsURL + "?";
|
867
|
+
url += "tests="+ this.tests.length + "&";
|
868
|
+
url += "assertions="+ results.assertions + "&";
|
869
|
+
url += "warnings=" + results.warnings + "&";
|
870
|
+
url += "failures=" + results.failures + "&";
|
871
|
+
url += "errors=" + results.errors;
|
872
|
+
JsUnitTest.ajax({
|
873
|
+
url: url,
|
874
|
+
type: 'GET'
|
875
|
+
})
|
876
|
+
}
|
877
|
+
};
|
878
|
+
|
879
|
+
JsUnitTest.Unit.Runner.prototype.runTests = function() {
|
880
|
+
var test = this.tests[this.currentTest], actions;
|
881
|
+
|
882
|
+
if (!test) return this.finish();
|
883
|
+
if (!test.isWaiting) this.logger.start(test.name);
|
884
|
+
test.run();
|
885
|
+
var self = this;
|
886
|
+
if(test.isWaiting) {
|
887
|
+
this.logger.message("Waiting for " + test.timeToWait + "ms");
|
888
|
+
// setTimeout(this.runTests.bind(this), test.timeToWait || 1000);
|
889
|
+
setTimeout(function() {
|
890
|
+
self.runTests();
|
891
|
+
}, test.timeToWait || 1000);
|
892
|
+
return;
|
893
|
+
}
|
894
|
+
|
895
|
+
this.logger.finish(test.status(), test.summary());
|
896
|
+
if (actions = test.actions) this.logger.appendActionButtons(actions);
|
897
|
+
this.currentTest++;
|
898
|
+
// tail recursive, hopefully the browser will skip the stackframe
|
899
|
+
this.runTests();
|
900
|
+
};
|
901
|
+
|
902
|
+
JsUnitTest.Unit.Runner.prototype.finish = function() {
|
903
|
+
this.postResults();
|
904
|
+
this.logger.summary(this.summary());
|
905
|
+
};
|
906
|
+
|
907
|
+
JsUnitTest.Unit.Runner.prototype.summary = function() {
|
908
|
+
return new JsUnitTest.Template('#{tests} tests, #{assertions} assertions, #{failures} failures, #{errors} errors, #{warnings} warnings').evaluate(this.getResult());
|
909
|
+
};
|
910
|
+
JsUnitTest.Unit.Testcase = function(name, test, setup, teardown) {
|
911
|
+
this.name = name;
|
912
|
+
this.test = test || function() {};
|
913
|
+
this.setup = setup || function() {};
|
914
|
+
this.teardown = teardown || function() {};
|
915
|
+
this.messages = [];
|
916
|
+
this.actions = {};
|
917
|
+
};
|
918
|
+
// import JsUnitTest.Unit.Assertions
|
919
|
+
|
920
|
+
for (method in JsUnitTest.Unit.Assertions) {
|
921
|
+
JsUnitTest.Unit.Testcase.prototype[method] = JsUnitTest.Unit.Assertions[method];
|
922
|
+
}
|
923
|
+
|
924
|
+
JsUnitTest.Unit.Testcase.prototype.isWaiting = false;
|
925
|
+
JsUnitTest.Unit.Testcase.prototype.timeToWait = 1000;
|
926
|
+
JsUnitTest.Unit.Testcase.prototype.assertions = 0;
|
927
|
+
JsUnitTest.Unit.Testcase.prototype.failures = 0;
|
928
|
+
JsUnitTest.Unit.Testcase.prototype.errors = 0;
|
929
|
+
JsUnitTest.Unit.Testcase.prototype.warnings = 0;
|
930
|
+
JsUnitTest.Unit.Testcase.prototype.isRunningFromRake = window.location.port;
|
931
|
+
|
932
|
+
// JsUnitTest.Unit.Testcase.prototype.isRunningFromRake = window.location.port == 4711;
|
933
|
+
|
934
|
+
JsUnitTest.Unit.Testcase.prototype.wait = function(time, nextPart) {
|
935
|
+
this.isWaiting = true;
|
936
|
+
this.test = nextPart;
|
937
|
+
this.timeToWait = time;
|
938
|
+
};
|
939
|
+
|
940
|
+
JsUnitTest.Unit.Testcase.prototype.run = function(rethrow) {
|
941
|
+
try {
|
942
|
+
try {
|
943
|
+
if (!this.isWaiting) this.setup();
|
944
|
+
this.isWaiting = false;
|
945
|
+
this.test();
|
946
|
+
} finally {
|
947
|
+
if(!this.isWaiting) {
|
948
|
+
this.teardown();
|
949
|
+
}
|
950
|
+
}
|
951
|
+
}
|
952
|
+
catch(e) {
|
953
|
+
if (rethrow) throw e;
|
954
|
+
this.error(e, this);
|
955
|
+
}
|
956
|
+
};
|
957
|
+
|
958
|
+
JsUnitTest.Unit.Testcase.prototype.summary = function() {
|
959
|
+
var msg = '#{assertions} assertions, #{failures} failures, #{errors} errors, #{warnings} warnings\n';
|
960
|
+
return new JsUnitTest.Template(msg).evaluate(this) +
|
961
|
+
this.messages.join("\n");
|
962
|
+
};
|
963
|
+
|
964
|
+
JsUnitTest.Unit.Testcase.prototype.pass = function() {
|
965
|
+
this.assertions++;
|
966
|
+
};
|
967
|
+
|
968
|
+
JsUnitTest.Unit.Testcase.prototype.fail = function(message) {
|
969
|
+
this.failures++;
|
970
|
+
var line = "";
|
971
|
+
try {
|
972
|
+
throw new Error("stack");
|
973
|
+
} catch(e){
|
974
|
+
line = (/\.html:(\d+)/.exec(e.stack || '') || ['',''])[1];
|
975
|
+
}
|
976
|
+
this.messages.push("Failure: " + message + (line ? " Line #" + line : ""));
|
977
|
+
};
|
978
|
+
|
979
|
+
JsUnitTest.Unit.Testcase.prototype.warning = function(message) {
|
980
|
+
this.warnings++;
|
981
|
+
var line = "";
|
982
|
+
try {
|
983
|
+
throw new Error("stack");
|
984
|
+
} catch(e){
|
985
|
+
line = (/\.html:(\d+)/.exec(e.stack || '') || ['',''])[1];
|
986
|
+
}
|
987
|
+
this.messages.push("Warning: " + message + (line ? " Line #" + line : ""));
|
988
|
+
};
|
989
|
+
JsUnitTest.Unit.Testcase.prototype.warn = JsUnitTest.Unit.Testcase.prototype.warning;
|
990
|
+
|
991
|
+
JsUnitTest.Unit.Testcase.prototype.info = function(message) {
|
992
|
+
this.messages.push("Info: " + message);
|
993
|
+
};
|
994
|
+
|
995
|
+
JsUnitTest.Unit.Testcase.prototype.error = function(error, test) {
|
996
|
+
this.errors++;
|
997
|
+
this.actions['retry with throw'] = function() { test.run(true) };
|
998
|
+
this.messages.push(error.name + ": "+ error.message + "(" + JsUnitTest.inspect(error) + ")");
|
999
|
+
};
|
1000
|
+
|
1001
|
+
JsUnitTest.Unit.Testcase.prototype.status = function() {
|
1002
|
+
if (this.failures > 0) return 'failed';
|
1003
|
+
if (this.errors > 0) return 'error';
|
1004
|
+
if (this.warnings > 0) return 'warning';
|
1005
|
+
return 'passed';
|
1006
|
+
};
|
1007
|
+
|
1008
|
+
JsUnitTest.Unit.Testcase.prototype.benchmark = function(operation, iterations) {
|
1009
|
+
var startAt = new Date();
|
1010
|
+
(iterations || 1).times(operation);
|
1011
|
+
var timeTaken = ((new Date())-startAt);
|
1012
|
+
this.info((arguments[2] || 'Operation') + ' finished ' +
|
1013
|
+
iterations + ' iterations in ' + (timeTaken/1000)+'s' );
|
1014
|
+
return timeTaken;
|
1015
|
+
};
|
1016
|
+
|
1017
|
+
Test = JsUnitTest
|