search for: help_sect

Displaying 4 results from an estimated 4 matches for "help_sect".

2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...asses include this, remove here - include ApplicationService - - # Pick a unique cookie name to distinguish our session data from others' - session :session_key => '_ovirt_session_id' - init_gettext "ovirt" - layout :choose_layout - - before_filter :is_logged_in, :get_help_section - - # General error handlers, must be in order from least specific - # to most specific - rescue_from Exception, :with => :handle_general_error - rescue_from PermissionError, :with => :handle_perm_error - rescue_from ActionError, :with => :handle_action_error - rescue_from Partial...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server
2009 May 27
1
[PATCH server] UI tweaks for cloud
...> + <h1><a href="#">The name of our project goes here</a></h1> <!-- Header stuff! --> <div id="login-box"> Hi, <%= @user %> @@ -21,8 +23,9 @@ {:controller => 'help', :action => @help_section, :anchor => @anchor}, :id=>"help-link", :popup => true, :title => "Help" %> </div> - <div id="nav"> - <ul class="toolbar"> + </div> + <div id="navcontainer">...
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...n-box"> + Hi, <%= @user %> + | <%= link_to 'Log out', { :controller => "/login", :action => "logout"}%> + <%= link_to image_tag("Help_16.png"), + {:controller => 'help', :action => @help_section, :anchor => @anchor}, + :id=>"help-link", :popup => true, :title => "Help" %> + </div> + <div id="nav"> + <ul class="toolbar"> + <li> + <%= + link_...