search for: get_help_sect

Displaying 5 results from an estimated 5 matches for "get_help_sect".

2010 Jul 05
1
[PATCH] gettext initiation problem Thanks to Thibault Deloffre <tdeloffre@linagora.com>
...xt_rails' class ApplicationController < ActionController::Base # FIXME: once all controller classes include this, remove here include ApplicationService -# init_gettext "ovirt" + init_gettext "ovirt" layout :choose_layout before_filter :is_logged_in, :get_help_section -- 1.7.0.1
2010 Mar 31
1
[PATCH] Upgrading the server to work with Rails 2.3.4.
...@ -25,7 +25,7 @@ class ApplicationController < ActionController::Base # FIXME: once all controller classes include this, remove here include ApplicationService - init_gettext "ovirt" +# init_gettext "ovirt" layout :choose_layout before_filter :is_logged_in, :get_help_section diff --git a/src/config/environment.rb b/src/config/environment.rb index 913b9f9..9c1a9fa 100644 --- a/src/config/environment.rb +++ b/src/config/environment.rb @@ -20,7 +20,7 @@ # Be sure to restart your web server when you modify this file. # Specifies gem version of Rails to use when vend...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...r classes 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 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...llowing is to facilitate transition to service layer - before_filter :tmp_pre_update, :only => [:edit, :update, :destroy] - before_filter :pre_show, :only => [:show] - before_filter :tmp_authorize_admin, :only => [:new, :edit, :create, :update, :destroy] before_filter :is_logged_in, :get_help_section # General error handlers, must be in order from least specific @@ -83,39 +70,6 @@ class ApplicationController < ActionController::Base protected # permissions checking - def pre_new - end - def pre_edit - end - - # FIXME: remove these when service layer transition is complet...
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