summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Hron <jaroslav.hron@mff.cuni.cz>2013-04-12 14:35:19 +0200
committerJaroslav Hron <jaroslav.hron@mff.cuni.cz>2013-04-12 14:35:19 +0200
commit81399812c7bb31a9df5a7b7dac34facd2db3deb2 (patch)
tree6cfc5796e3224d0af79411887eda56b056e31c7e /www-apps/redmine/files/no_ldap-2.3.0.patch
parentepub2pdf (diff)
downloadjxh-81399812c7bb31a9df5a7b7dac34facd2db3deb2.tar.gz
jxh-81399812c7bb31a9df5a7b7dac34facd2db3deb2.tar.bz2
jxh-81399812c7bb31a9df5a7b7dac34facd2db3deb2.zip
new redmine from mva
Diffstat (limited to 'www-apps/redmine/files/no_ldap-2.3.0.patch')
-rw-r--r--www-apps/redmine/files/no_ldap-2.3.0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-apps/redmine/files/no_ldap-2.3.0.patch b/www-apps/redmine/files/no_ldap-2.3.0.patch
new file mode 100644
index 0000000..ad654be
--- /dev/null
+++ b/www-apps/redmine/files/no_ldap-2.3.0.patch
@@ -0,0 +1,11 @@
+--- lib/redmine.rb.old 2013-02-03 19:09:11.267220350 +0400
++++ lib/redmine.rb 2013-02-03 19:09:17.992220522 +0400
+@@ -186,8 +186,6 @@
+ :html => {:class => 'custom_fields'}
+ menu.push :enumerations, {:controller => 'enumerations'}
+ menu.push :settings, {:controller => 'settings'}
+- menu.push :ldap_authentication, {:controller => 'auth_sources', :action => 'index'},
+- :html => {:class => 'server_authentication'}
+ menu.push :plugins, {:controller => 'admin', :action => 'plugins'}, :last => true
+ menu.push :info, {:controller => 'admin', :action => 'info'}, :caption => :label_information_plural, :last => true
+ end