diaspora/app/helpers
Steven Hancock e1607baff4 jquery_include_tag helper
Implement the jquery_include_tag helper, which is used in several
views but was not implemented in the code. This helper attempts to
load jQuery from the Google CDN (matching the version of the vendored
jquery.js in jquery-rails), falling back to the vendored copy if the
google CDN fails. The helper also loads jquery_ujs.js from jquery-rails.

A jquery_cdn setting is added to application.yml to enable or disable
serving jQuery from the Google CDN (for those podmins who would rather
not use Google's services).

Update app/views/application.html.haml to use the jquery_include_tag
helper since it was the only view that was including the vendored
copy of jquery directly with jquery_include_tag.
2012-03-27 18:07:44 -07:00
..
application_helper.rb jquery_include_tag helper 2012-03-27 18:07:44 -07:00
aspect_global_helper.rb remove unused files/methods 2012-01-11 02:26:12 -08:00
aspects_helper.rb ms iz rendering nothing for hcard and webfinger if account is closed, not showing aspect dropdown if the user account is closed 2011-12-08 16:32:18 -08:00
contacts_helper.rb MS DG; move images to assets 2012-03-27 18:07:22 -07:00
error_messages_helper.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
getting_started_helper.rb remove unused files/methods 2012-01-11 02:26:12 -08:00
interim_stream_hackiness_helper.rb Mention the person who invited a user on first message 2011-10-31 22:16:58 -05:00
invitation_codes_helper.rb make the invite flow not look totally terrible 2012-03-19 19:47:46 -07:00
language_helper.rb refactor locale initialization and selection a bit 2012-03-21 19:25:47 +01:00
layout_helper.rb MS DG; move images to assets 2012-03-27 18:07:22 -07:00
markdownify_helper.rb disable superscripts on server-side markdownify, since they are disabled client-side too 2012-02-26 22:30:54 +01:00
mobile_helper.rb check for current user on tag pages 2011-10-03 19:42:19 -07:00
notifications_helper.rb MS DG down to four failures 2012-03-21 13:50:24 -07:00
notifier_helper.rb fix untranslatable stuff from the invite refactor 2012-03-17 13:52:46 +01:00
o_embed_helper.rb Fix #2488 soundcloud embedding 2011-12-19 09:50:39 +01:00
people_helper.rb more progress 2012-03-27 18:07:22 -07:00
posts_helper.rb do not call pphotos on a non StatusMessage in the page title helper either 2012-01-13 22:46:31 +01:00
publics_helper.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
publisher_helper.rb move public option into aspect dropdown in publisher 2011-10-17 15:04:35 -07:00
services_helper.rb Some optimizations to ServicesController#finder. Apparently setting an association on an unsaved record to an empty array hits the database. 2011-08-13 09:40:31 -07:00
sessions_helper.rb always remember me on the mobile. make previous helpers shorter 2011-10-02 09:30:05 -07:00
stream_helper.rb change routes to properly reflect page names (activity/stream). 2012-02-14 11:16:41 -08:00
tags_helper.rb Fix tags_helper, add specs 2012-01-29 11:46:51 -08:00
users_helper.rb add hovercards back to mentions, reorganized some helpers, made getting started view mobile accessible 2011-08-09 16:54:24 -07:00