You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further Compatibility fixes for Redmine 1.1/backward compatibility
1) Allow the csrf_meta_tag() in popup.erb to fail gracefully, since
version skew in the Rails installation on some Debian platforms causes
this operation to fail (complaining about a missing String#html_safe).
2) Also in popup.erb, if helper function "javascript_heads" not
defined (it isn't in Redmine 1.1), simply use "javascript_include_tag"
to get javascript included.
0 commit comments