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
@@ -1,41 +0,0 @@
|
|
1
|
-
module Authlogic
|
2
|
-
module Session
|
3
|
-
# Allows you to separate sessions with an id, ultimately letting you create multiple sessions for the same user.
|
4
|
-
module Id
|
5
|
-
def self.included(klass)
|
6
|
-
klass.class_eval do
|
7
|
-
attr_writer :id
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
# Setting the id if it is passed in the credentials.
|
12
|
-
def credentials=(value)
|
13
|
-
super
|
14
|
-
values = value.is_a?(Array) ? value : [value]
|
15
|
-
self.id = values.last if values.last.is_a?(Symbol)
|
16
|
-
end
|
17
|
-
|
18
|
-
# Allows you to set a unique identifier for your session, so that you can have more than 1 session at a time.
|
19
|
-
# A good example when this might be needed is when you want to have a normal user session and a "secure" user session.
|
20
|
-
# The secure user session would be created only when they want to modify their billing information, or other sensitive
|
21
|
-
# information. Similar to me.com. This requires 2 user sessions. Just use an id for the "secure" session and you should be good.
|
22
|
-
#
|
23
|
-
# You can set the id during initialization (see initialize for more information), or as an attribute:
|
24
|
-
#
|
25
|
-
# session.id = :my_id
|
26
|
-
#
|
27
|
-
# Just be sure and set your id before you save your session.
|
28
|
-
#
|
29
|
-
# Lastly, to retrieve your session with the id check out the find class method.
|
30
|
-
def id
|
31
|
-
@id
|
32
|
-
end
|
33
|
-
|
34
|
-
private
|
35
|
-
# Used for things like cookie_key, session_key, etc.
|
36
|
-
def build_key(last_part)
|
37
|
-
[id, super].compact.join("_")
|
38
|
-
end
|
39
|
-
end
|
40
|
-
end
|
41
|
-
end
|
@@ -1,78 +0,0 @@
|
|
1
|
-
module Authlogic
|
2
|
-
module Session
|
3
|
-
# Handles authenticating via a traditional username and password.
|
4
|
-
module Klass
|
5
|
-
def self.included(klass)
|
6
|
-
klass.class_eval do
|
7
|
-
extend Config
|
8
|
-
include InstanceMethods
|
9
|
-
|
10
|
-
class << self
|
11
|
-
attr_accessor :configured_klass_methods
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
module Config
|
17
|
-
# Lets you change which model to use for authentication.
|
18
|
-
#
|
19
|
-
# * <tt>Default:</tt> inferred from the class name. UserSession would automatically try User
|
20
|
-
# * <tt>Accepts:</tt> an ActiveRecord class
|
21
|
-
def authenticate_with(klass)
|
22
|
-
@klass_name = klass.name
|
23
|
-
@klass = klass
|
24
|
-
end
|
25
|
-
alias_method :authenticate_with=, :authenticate_with
|
26
|
-
|
27
|
-
# The name of the class that this session is authenticating with. For example, the UserSession class will
|
28
|
-
# authenticate with the User class unless you specify otherwise in your configuration. See authenticate_with
|
29
|
-
# for information on how to change this value.
|
30
|
-
def klass
|
31
|
-
@klass ||=
|
32
|
-
if klass_name
|
33
|
-
klass_name.constantize
|
34
|
-
else
|
35
|
-
nil
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
# Same as klass, just returns a string instead of the actual constant.
|
40
|
-
def klass_name
|
41
|
-
@klass_name ||= guessed_klass_name
|
42
|
-
end
|
43
|
-
|
44
|
-
# The string of the model name class guessed from the actual session class name.
|
45
|
-
def guessed_klass_name
|
46
|
-
guessed_name = name.scan(/(.*)Session/)[0]
|
47
|
-
guessed_name[0] if guessed_name
|
48
|
-
end
|
49
|
-
end
|
50
|
-
|
51
|
-
module InstanceMethods
|
52
|
-
# Creating an alias method for the "record" method based on the klass name, so that we can do:
|
53
|
-
#
|
54
|
-
# session.user
|
55
|
-
#
|
56
|
-
# instead of:
|
57
|
-
#
|
58
|
-
# session.record
|
59
|
-
def initialize(*args)
|
60
|
-
if !self.class.configured_klass_methods
|
61
|
-
self.class.send(:alias_method, klass_name.demodulize.underscore.to_sym, :record)
|
62
|
-
self.class.configured_klass_methods = true
|
63
|
-
end
|
64
|
-
super
|
65
|
-
end
|
66
|
-
|
67
|
-
private
|
68
|
-
def klass
|
69
|
-
self.class.klass
|
70
|
-
end
|
71
|
-
|
72
|
-
def klass_name
|
73
|
-
self.class.klass_name
|
74
|
-
end
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
78
|
-
end
|
@@ -1,95 +0,0 @@
|
|
1
|
-
module Authlogic
|
2
|
-
module Session
|
3
|
-
# Just like ActiveRecord has "magic" columns, such as: created_at and updated_at. Authlogic has its own "magic" columns too:
|
4
|
-
#
|
5
|
-
# Column name Description
|
6
|
-
# login_count Increased every time an explicit login is made. This will *NOT* increase if logging in by a session, cookie, or basic http auth
|
7
|
-
# failed_login_count This increases for each consecutive failed login. See Authlogic::Session::BruteForceProtection and the consecutive_failed_logins_limit config option for more details.
|
8
|
-
# last_request_at Updates every time the user logs in, either by explicitly logging in, or logging in by cookie, session, or http auth
|
9
|
-
# current_login_at Updates with the current time when an explicit login is made.
|
10
|
-
# last_login_at Updates with the value of current_login_at before it is reset.
|
11
|
-
# current_login_ip Updates with the request remote_ip when an explicit login is made.
|
12
|
-
# last_login_ip Updates with the value of current_login_ip before it is reset.
|
13
|
-
module MagicColumns
|
14
|
-
def self.included(klass)
|
15
|
-
klass.class_eval do
|
16
|
-
extend Config
|
17
|
-
include InstanceMethods
|
18
|
-
after_persisting :set_last_request_at, :if => :set_last_request_at?
|
19
|
-
validate :increase_failed_login_count
|
20
|
-
before_save :update_info
|
21
|
-
before_save :set_last_request_at, :if => :set_last_request_at?
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
# Configuration for the magic columns feature.
|
26
|
-
module Config
|
27
|
-
# Every time a session is found the last_request_at field for that record is updatd with the current time, if that field exists.
|
28
|
-
# If you want to limit how frequent that field is updated specify the threshold here. For example, if your user is making a
|
29
|
-
# request every 5 seconds, and you feel this is too frequent, and feel a minute is a good threashold. Set this to 1.minute.
|
30
|
-
# Once a minute has passed in between requests the field will be updated.
|
31
|
-
#
|
32
|
-
# * <tt>Default:</tt> 0
|
33
|
-
# * <tt>Accepts:</tt> integer representing time in seconds
|
34
|
-
def last_request_at_threshold(value = nil)
|
35
|
-
rw_config(:last_request_at_threshold, value, 0)
|
36
|
-
end
|
37
|
-
alias_method :last_request_at_threshold=, :last_request_at_threshold
|
38
|
-
end
|
39
|
-
|
40
|
-
# The methods available for an Authlogic::Session::Base object that make up the magic columns feature.
|
41
|
-
module InstanceMethods
|
42
|
-
private
|
43
|
-
def increase_failed_login_count
|
44
|
-
if invalid_password? && attempted_record.respond_to?(:failed_login_count)
|
45
|
-
attempted_record.failed_login_count ||= 0
|
46
|
-
attempted_record.failed_login_count += 1
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
|
-
def update_info
|
51
|
-
record.login_count = (record.login_count.blank? ? 1 : record.login_count + 1) if record.respond_to?(:login_count)
|
52
|
-
record.failed_login_count = 0 if record.respond_to?(:failed_login_count)
|
53
|
-
|
54
|
-
if record.respond_to?(:current_login_at)
|
55
|
-
record.last_login_at = record.current_login_at if record.respond_to?(:last_login_at)
|
56
|
-
record.current_login_at = klass.default_timezone == :utc ? Time.now.utc : Time.now
|
57
|
-
end
|
58
|
-
|
59
|
-
if record.respond_to?(:current_login_ip)
|
60
|
-
record.last_login_ip = record.current_login_ip if record.respond_to?(:last_login_ip)
|
61
|
-
record.current_login_ip = controller.request.remote_ip
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
# This method lets authlogic know whether it should allow the last_request_at field to be updated
|
66
|
-
# with the current time (Time.now). One thing to note here is that it also checks for the existence of a
|
67
|
-
# last_request_update_allowed? method in your controller. This allows you to control this method pragmatically
|
68
|
-
# in your controller.
|
69
|
-
#
|
70
|
-
# For example, what if you had a javascript function that polled the server updating how much time is left in their
|
71
|
-
# session before it times out. Obviously you would want to ignore this request, because then the user would never time out.
|
72
|
-
# So you can do something like this in your controller:
|
73
|
-
#
|
74
|
-
# def last_request_update_allowed?
|
75
|
-
# action_name =! "update_session_time_left"
|
76
|
-
# end
|
77
|
-
#
|
78
|
-
# You can do whatever you want with that method.
|
79
|
-
def set_last_request_at? # :doc:
|
80
|
-
return false if !record || !klass.column_names.include?("last_request_at")
|
81
|
-
return controller.last_request_update_allowed? if controller.responds_to_last_request_update_allowed?
|
82
|
-
record.last_request_at.blank? || last_request_at_threshold.to_i.seconds.ago >= record.last_request_at
|
83
|
-
end
|
84
|
-
|
85
|
-
def set_last_request_at
|
86
|
-
record.last_request_at = klass.default_timezone == :utc ? Time.now.utc : Time.now
|
87
|
-
end
|
88
|
-
|
89
|
-
def last_request_at_threshold
|
90
|
-
self.class.last_request_at_threshold
|
91
|
-
end
|
92
|
-
end
|
93
|
-
end
|
94
|
-
end
|
95
|
-
end
|
@@ -1,59 +0,0 @@
|
|
1
|
-
module Authlogic
|
2
|
-
module Session
|
3
|
-
# Authlogic tries to check the state of the record before creating the session. If your record responds to the following methods and any of them return false, validation will fail:
|
4
|
-
#
|
5
|
-
# Method name Description
|
6
|
-
# active? Is the record marked as active?
|
7
|
-
# approved? Has the record been approved?
|
8
|
-
# confirmed? Has the record been conirmed?
|
9
|
-
#
|
10
|
-
# Authlogic does nothing to define these methods for you, its up to you to define what they mean. If your object responds to these methods Authlogic will use them, otherwise they are ignored.
|
11
|
-
#
|
12
|
-
# What's neat about this is that these are checked upon any type of login. When logging in explicitly, by cookie, session, or basic http auth.
|
13
|
-
# So if you mark a user inactive in the middle of their session they wont be logged back in next time they refresh the page. Giving you complete control.
|
14
|
-
#
|
15
|
-
# Need Authlogic to check your own "state"? No problem, check out the hooks section below. Add in a before_validation to do your own checking. The sky is the limit.
|
16
|
-
module MagicStates
|
17
|
-
def self.included(klass)
|
18
|
-
klass.class_eval do
|
19
|
-
extend Config
|
20
|
-
include InstanceMethods
|
21
|
-
validate :validate_magic_states, :unless => :disable_magic_states?
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
# Configuration for the magic states feature.
|
26
|
-
module Config
|
27
|
-
# Set this to true if you want to disable the checking of active?, approved?, and confirmed? on your record. This is more or less of a
|
28
|
-
# convenience feature, since 99% of the time if those methods exist and return false you will not want the user logging in. You could
|
29
|
-
# easily accomplish this same thing with a before_validation method or other callbacks.
|
30
|
-
#
|
31
|
-
# * <tt>Default:</tt> false
|
32
|
-
# * <tt>Accepts:</tt> Boolean
|
33
|
-
def disable_magic_states(value = nil)
|
34
|
-
rw_config(:disable_magic_states, value, false)
|
35
|
-
end
|
36
|
-
alias_method :disable_magic_states=, :disable_magic_states
|
37
|
-
end
|
38
|
-
|
39
|
-
# The methods available for an Authlogic::Session::Base object that make up the magic states feature.
|
40
|
-
module InstanceMethods
|
41
|
-
private
|
42
|
-
def disable_magic_states?
|
43
|
-
self.class.disable_magic_states == true
|
44
|
-
end
|
45
|
-
|
46
|
-
def validate_magic_states
|
47
|
-
return true if attempted_record.nil?
|
48
|
-
[:active, :approved, :confirmed].each do |required_status|
|
49
|
-
if attempted_record.respond_to?("#{required_status}?") && !attempted_record.send("#{required_status}?")
|
50
|
-
errors.add(:base, I18n.t("error_messages.not_#{required_status}", :default => "Your account is not #{required_status}"))
|
51
|
-
return false
|
52
|
-
end
|
53
|
-
end
|
54
|
-
true
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
@@ -1,101 +0,0 @@
|
|
1
|
-
module Authlogic
|
2
|
-
module Session
|
3
|
-
# This module is responsible for authenticating the user via params, which ultimately allows the user to log in using a URL like the following:
|
4
|
-
#
|
5
|
-
# https://www.domain.com?user_credentials=4LiXF7FiGUppIPubBPey
|
6
|
-
#
|
7
|
-
# Notice the token in the URL, this is a single access token. A single access token is used for single access only, it is not persisted. Meaning the user
|
8
|
-
# provides it, Authlogic grants them access, and that's it. If they want access again they need to provide the token again. Authlogic will
|
9
|
-
# *NEVER* try to persist the session after authenticating through this method.
|
10
|
-
#
|
11
|
-
# For added security, this token is *ONLY* allowed for RSS and ATOM requests. You can change this with the configuration. You can also define if
|
12
|
-
# it is allowed dynamically by defining a single_access_allowed? method in your controller. For example:
|
13
|
-
#
|
14
|
-
# class UsersController < ApplicationController
|
15
|
-
# private
|
16
|
-
# def single_access_allowed?
|
17
|
-
# action_name == "index"
|
18
|
-
# end
|
19
|
-
#
|
20
|
-
# Also, by default, this token is permanent. Meaning if the user changes their password, this token will remain the same. It will only change
|
21
|
-
# when it is explicitly reset.
|
22
|
-
#
|
23
|
-
# You can modify all of this behavior with the Config sub module.
|
24
|
-
module Params
|
25
|
-
def self.included(klass)
|
26
|
-
klass.class_eval do
|
27
|
-
extend Config
|
28
|
-
include InstanceMethods
|
29
|
-
attr_accessor :single_access
|
30
|
-
persist :persist_by_params
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
# Configuration for the params / single access feature.
|
35
|
-
module Config
|
36
|
-
# Works exactly like cookie_key, but for params. So a user can login via params just like a cookie or a session. Your URL would look like:
|
37
|
-
#
|
38
|
-
# http://www.domain.com?user_credentials=my_single_access_key
|
39
|
-
#
|
40
|
-
# You can change the "user_credentials" key above with this configuration option. Keep in mind, just like cookie_key, if you supply an id
|
41
|
-
# the id will be appended to the front. Check out cookie_key for more details. Also checkout the "Single Access / Private Feeds Access" section in the README.
|
42
|
-
#
|
43
|
-
# * <tt>Default:</tt> cookie_key
|
44
|
-
# * <tt>Accepts:</tt> String
|
45
|
-
def params_key(value = nil)
|
46
|
-
rw_config(:params_key, value, cookie_key)
|
47
|
-
end
|
48
|
-
alias_method :params_key=, :params_key
|
49
|
-
|
50
|
-
# Authentication is allowed via a single access token, but maybe this is something you don't want for your application as a whole. Maybe this is
|
51
|
-
# something you only want for specific request types. Specify a list of allowed request types and single access authentication will only be
|
52
|
-
# allowed for the ones you specify.
|
53
|
-
#
|
54
|
-
# * <tt>Default:</tt> ["application/rss+xml", "application/atom+xml"]
|
55
|
-
# * <tt>Accepts:</tt> String of a request type, or :all or :any to allow single access authentication for any and all request types
|
56
|
-
def single_access_allowed_request_types(value = nil)
|
57
|
-
rw_config(:single_access_allowed_request_types, value, ["application/rss+xml", "application/atom+xml"])
|
58
|
-
end
|
59
|
-
alias_method :single_access_allowed_request_types=, :single_access_allowed_request_types
|
60
|
-
end
|
61
|
-
|
62
|
-
# The methods available for an Authlogic::Session::Base object that make up the params / single access feature.
|
63
|
-
module InstanceMethods
|
64
|
-
private
|
65
|
-
def persist_by_params
|
66
|
-
return false if !params_enabled?
|
67
|
-
self.unauthorized_record = search_for_record("find_by_single_access_token", params_credentials)
|
68
|
-
self.single_access = valid?
|
69
|
-
end
|
70
|
-
|
71
|
-
def params_enabled?
|
72
|
-
return false if !params_credentials || !klass.column_names.include?("single_access_token")
|
73
|
-
return controller.single_access_allowed? if controller.responds_to_single_access_allowed?
|
74
|
-
|
75
|
-
case single_access_allowed_request_types
|
76
|
-
when Array
|
77
|
-
single_access_allowed_request_types.include?(controller.request_content_type) || single_access_allowed_request_types.include?(:all)
|
78
|
-
else
|
79
|
-
[:all, :any].include?(single_access_allowed_request_types)
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
|
-
def params_key
|
84
|
-
build_key(self.class.params_key)
|
85
|
-
end
|
86
|
-
|
87
|
-
def single_access?
|
88
|
-
single_access == true
|
89
|
-
end
|
90
|
-
|
91
|
-
def single_access_allowed_request_types
|
92
|
-
self.class.single_access_allowed_request_types
|
93
|
-
end
|
94
|
-
|
95
|
-
def params_credentials
|
96
|
-
controller.params[params_key]
|
97
|
-
end
|
98
|
-
end
|
99
|
-
end
|
100
|
-
end
|
101
|
-
end
|
@@ -1,240 +0,0 @@
|
|
1
|
-
module Authlogic
|
2
|
-
module Session
|
3
|
-
# Handles authenticating via a traditional username and password.
|
4
|
-
module Password
|
5
|
-
def self.included(klass)
|
6
|
-
klass.class_eval do
|
7
|
-
extend Config
|
8
|
-
include InstanceMethods
|
9
|
-
validate :validate_by_password, :if => :authenticating_with_password?
|
10
|
-
|
11
|
-
class << self
|
12
|
-
attr_accessor :configured_password_methods
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
# Password configuration
|
18
|
-
module Config
|
19
|
-
# Authlogic tries to validate the credentials passed to it. One part of validation is actually finding the user and
|
20
|
-
# making sure it exists. What method it uses the do this is up to you.
|
21
|
-
#
|
22
|
-
# Let's say you have a UserSession that is authenticating a User. By default UserSession will call User.find_by_login(login).
|
23
|
-
# You can change what method UserSession calls by specifying it here. Then in your User model you can make that method do
|
24
|
-
# anything you want, giving you complete control of how users are found by the UserSession.
|
25
|
-
#
|
26
|
-
# Let's take an example: You want to allow users to login by username or email. Set this to the name of the class method
|
27
|
-
# that does this in the User model. Let's call it "find_by_username_or_email"
|
28
|
-
#
|
29
|
-
# class User < ActiveRecord::Base
|
30
|
-
# def self.find_by_username_or_email(login)
|
31
|
-
# find_by_username(login) || find_by_email(login)
|
32
|
-
# end
|
33
|
-
# end
|
34
|
-
#
|
35
|
-
# Now just specify the name of this method for this configuration option and you are all set. You can do anything you
|
36
|
-
# want here. Maybe you allow users to have multiple logins and you want to search a has_many relationship, etc. The sky is the limit.
|
37
|
-
#
|
38
|
-
# * <tt>Default:</tt> "find_by_smart_case_login_field"
|
39
|
-
# * <tt>Accepts:</tt> Symbol or String
|
40
|
-
def find_by_login_method(value = nil)
|
41
|
-
rw_config(:find_by_login_method, value, "find_by_smart_case_login_field")
|
42
|
-
end
|
43
|
-
alias_method :find_by_login_method=, :find_by_login_method
|
44
|
-
|
45
|
-
# The text used to identify credentials (username/password) combination when a bad login attempt occurs.
|
46
|
-
# When you show error messages for a bad login, it's considered good security practice to hide which field
|
47
|
-
# the user has entered incorrectly (the login field or the password field). For a full explanation, see
|
48
|
-
# http://www.gnucitizen.org/blog/username-enumeration-vulnerabilities/
|
49
|
-
#
|
50
|
-
# Example of use:
|
51
|
-
#
|
52
|
-
# class UserSession < Authlogic::Session::Base
|
53
|
-
# generalize_credentials_error_messages true
|
54
|
-
# end
|
55
|
-
#
|
56
|
-
# This would make the error message for bad logins and bad passwords look identical:
|
57
|
-
#
|
58
|
-
# Login/Password combination is not valid
|
59
|
-
#
|
60
|
-
# Alternatively you may use a custom message:
|
61
|
-
#
|
62
|
-
# class UserSession < AuthLogic::Session::Base
|
63
|
-
# generalize_credentials_error_messages "Your login information is invalid"
|
64
|
-
# end
|
65
|
-
#
|
66
|
-
# This will instead show your custom error message when the UserSession is invalid.
|
67
|
-
#
|
68
|
-
# The downside to enabling this is that is can be too vague for a user that has a hard time remembering
|
69
|
-
# their username and password combinations. It also disables the ability to to highlight the field
|
70
|
-
# with the error when you use form_for.
|
71
|
-
#
|
72
|
-
# If you are developing an app where security is an extreme priority (such as a financial application),
|
73
|
-
# then you should enable this. Otherwise, leaving this off is fine.
|
74
|
-
#
|
75
|
-
# * <tt>Default</tt> false
|
76
|
-
# * <tt>Accepts:</tt> Boolean
|
77
|
-
def generalize_credentials_error_messages(value = nil)
|
78
|
-
rw_config(:generalize_credentials_error_messages, value, false)
|
79
|
-
end
|
80
|
-
alias_method :generalize_credentials_error_messages=, :generalize_credentials_error_messages
|
81
|
-
|
82
|
-
# The name of the method you want Authlogic to create for storing the login / username. Keep in mind this is just for your
|
83
|
-
# Authlogic::Session, if you want it can be something completely different than the field in your model. So if you wanted people to
|
84
|
-
# login with a field called "login" and then find users by email this is compeltely doable. See the find_by_login_method configuration
|
85
|
-
# option for more details.
|
86
|
-
#
|
87
|
-
# * <tt>Default:</tt> klass.login_field || klass.email_field
|
88
|
-
# * <tt>Accepts:</tt> Symbol or String
|
89
|
-
def login_field(value = nil)
|
90
|
-
rw_config(:login_field, value, klass.login_field || klass.email_field)
|
91
|
-
end
|
92
|
-
alias_method :login_field=, :login_field
|
93
|
-
|
94
|
-
# Works exactly like login_field, but for the password instead. Returns :password if a login_field exists.
|
95
|
-
#
|
96
|
-
# * <tt>Default:</tt> :password
|
97
|
-
# * <tt>Accepts:</tt> Symbol or String
|
98
|
-
def password_field(value = nil)
|
99
|
-
rw_config(:password_field, value, login_field && :password)
|
100
|
-
end
|
101
|
-
alias_method :password_field=, :password_field
|
102
|
-
|
103
|
-
# The name of the method in your model used to verify the password. This should be an instance method. It should also
|
104
|
-
# be prepared to accept a raw password and a crytped password.
|
105
|
-
#
|
106
|
-
# * <tt>Default:</tt> "valid_password?"
|
107
|
-
# * <tt>Accepts:</tt> Symbol or String
|
108
|
-
def verify_password_method(value = nil)
|
109
|
-
rw_config(:verify_password_method, value, "valid_password?")
|
110
|
-
end
|
111
|
-
alias_method :verify_password_method=, :verify_password_method
|
112
|
-
end
|
113
|
-
|
114
|
-
# Password related instance methods
|
115
|
-
module InstanceMethods
|
116
|
-
def initialize(*args)
|
117
|
-
if !self.class.configured_password_methods
|
118
|
-
if login_field
|
119
|
-
self.class.send(:attr_writer, login_field) if !respond_to?("#{login_field}=")
|
120
|
-
self.class.send(:attr_reader, login_field) if !respond_to?(login_field)
|
121
|
-
end
|
122
|
-
|
123
|
-
if password_field
|
124
|
-
self.class.send(:attr_writer, password_field) if !respond_to?("#{password_field}=")
|
125
|
-
self.class.send(:define_method, password_field) {} if !respond_to?(password_field)
|
126
|
-
|
127
|
-
self.class.class_eval <<-"end_eval", __FILE__, __LINE__
|
128
|
-
private
|
129
|
-
# The password should not be accessible publicly. This way forms using form_for don't fill the password with the
|
130
|
-
# attempted password. To prevent this we just create this method that is private.
|
131
|
-
def protected_#{password_field}
|
132
|
-
@#{password_field}
|
133
|
-
end
|
134
|
-
end_eval
|
135
|
-
end
|
136
|
-
|
137
|
-
self.class.configured_password_methods = true
|
138
|
-
end
|
139
|
-
|
140
|
-
super
|
141
|
-
end
|
142
|
-
|
143
|
-
# Returns the login_field / password_field credentials combination in hash form.
|
144
|
-
def credentials
|
145
|
-
if authenticating_with_password?
|
146
|
-
details = {}
|
147
|
-
details[login_field.to_sym] = send(login_field)
|
148
|
-
details[password_field.to_sym] = "<protected>"
|
149
|
-
details
|
150
|
-
else
|
151
|
-
super
|
152
|
-
end
|
153
|
-
end
|
154
|
-
|
155
|
-
# Accepts the login_field / password_field credentials combination in hash form.
|
156
|
-
def credentials=(value)
|
157
|
-
super
|
158
|
-
values = value.is_a?(Array) ? value : [value]
|
159
|
-
if values.first.is_a?(Hash)
|
160
|
-
values.first.with_indifferent_access.slice(login_field, password_field).each do |field, value|
|
161
|
-
next if value.blank?
|
162
|
-
send("#{field}=", value)
|
163
|
-
end
|
164
|
-
end
|
165
|
-
end
|
166
|
-
|
167
|
-
def invalid_password?
|
168
|
-
invalid_password == true
|
169
|
-
end
|
170
|
-
|
171
|
-
private
|
172
|
-
def authenticating_with_password?
|
173
|
-
login_field && (!send(login_field).nil? || !send("protected_#{password_field}").nil?)
|
174
|
-
end
|
175
|
-
|
176
|
-
def validate_by_password
|
177
|
-
self.invalid_password = false
|
178
|
-
|
179
|
-
errors.add(login_field, I18n.t('error_messages.login_blank', :default => "cannot be blank")) if send(login_field).blank?
|
180
|
-
errors.add(password_field, I18n.t('error_messages.password_blank', :default => "cannot be blank")) if send("protected_#{password_field}").blank?
|
181
|
-
return if errors.count > 0
|
182
|
-
|
183
|
-
self.attempted_record = search_for_record(find_by_login_method, send(login_field))
|
184
|
-
if attempted_record.blank?
|
185
|
-
generalize_credentials_error_messages? ?
|
186
|
-
add_general_credentials_error :
|
187
|
-
errors.add(login_field, I18n.t('error_messages.login_not_found', :default => "is not valid"))
|
188
|
-
return
|
189
|
-
end
|
190
|
-
|
191
|
-
if !attempted_record.send(verify_password_method, send("protected_#{password_field}"))
|
192
|
-
self.invalid_password = true
|
193
|
-
generalize_credentials_error_messages? ?
|
194
|
-
add_general_credentials_error :
|
195
|
-
errors.add(password_field, I18n.t('error_messages.password_invalid', :default => "is not valid"))
|
196
|
-
return
|
197
|
-
end
|
198
|
-
end
|
199
|
-
|
200
|
-
def invalid_password
|
201
|
-
@invalid_password
|
202
|
-
end
|
203
|
-
|
204
|
-
def invalid_password=(value)
|
205
|
-
@invalid_password = value
|
206
|
-
end
|
207
|
-
|
208
|
-
def find_by_login_method
|
209
|
-
self.class.find_by_login_method
|
210
|
-
end
|
211
|
-
|
212
|
-
def login_field
|
213
|
-
self.class.login_field
|
214
|
-
end
|
215
|
-
|
216
|
-
def add_general_credentials_error
|
217
|
-
error_message =
|
218
|
-
if self.class.generalize_credentials_error_messages.is_a? String
|
219
|
-
self.class.generalize_credentials_error_messages
|
220
|
-
else
|
221
|
-
"#{login_field.to_s.humanize}/Password combination is not valid"
|
222
|
-
end
|
223
|
-
errors.add(:base, I18n.t('error_messages.general_credentials_error', :default => error_message))
|
224
|
-
end
|
225
|
-
|
226
|
-
def generalize_credentials_error_messages?
|
227
|
-
self.class.generalize_credentials_error_messages
|
228
|
-
end
|
229
|
-
|
230
|
-
def password_field
|
231
|
-
self.class.password_field
|
232
|
-
end
|
233
|
-
|
234
|
-
def verify_password_method
|
235
|
-
self.class.verify_password_method
|
236
|
-
end
|
237
|
-
end
|
238
|
-
end
|
239
|
-
end
|
240
|
-
end
|