Revision 1187
Added by Jean-Philippe Lang over 17 years ago
trunk/config/environment.rb | ||
---|---|---|
48 | 48 |
:port => 25, |
49 | 49 |
:domain => "somenet.foo", |
50 | 50 |
:authentication => :login, |
51 |
:user_name => "redmine", |
|
51 |
:user_name => "redmine@somenet.foo",
|
|
52 | 52 |
:password => "redmine", |
53 | 53 |
} |
54 | 54 |
|
trunk/lib/redmine/menu_manager.rb | ||
---|---|---|
15 | 15 |
# along with this program; if not, write to the Free Software |
16 | 16 |
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | 17 | |
18 |
require 'gloc' |
|
19 | ||
18 | 20 |
module Redmine |
19 | 21 |
module MenuManager |
20 | 22 |
module MenuController |
Also available in: Unified diff
Fixes #780: Redmine fails to start with a const_missing error on Redmine::MenuManager::MenuItem::GLoc (occurs when a Redmine plugin is loaded before GLoc).