Hi I don't have access to the new bug system, so here is a patch to fix
a bug in the roles edit form, basically the table header and the table
body ended up getting out of sync due to one being sorted and the other
not, its a one liner fix as shown below.
*** ../../svnengines/user_engine/app/views/role/_form.rhtml
2006-03-27 16:45:59.000000000 -0800
--- vendor/plugins/user_engine/app/views/role/_form.rhtml
2006-03-28 17:59:50.733427091 -0800
***************
*** 15,21 ****
<table id="role_permission_table">
<thead><tr>
! <% @all_actions.each_key do |controller_name|
controller_id = controller_name.gsub("/", "_")
#perms_id = controller_id + "_perms"
%>
--- 15,21 ----
<table id="role_permission_table">
<thead><tr>
! <% @all_actions.keys.sort.each do |controller_name|
controller_id = controller_name.gsub("/", "_")
#perms_id = controller_id + "_perms"
%>
on 2006-03-29 04:05
on 2006-03-29 10:15
Can you describe the problem you had accessing the Collaboa site? - james On 3/29/06, Jim Morris <morris@wolfman.com> wrote: > *** 15,21 **** > > http://lists.rails-engines.org/listinfo.cgi/engine... > -- * J * ~
on 2006-03-29 10:17
James Adam wrote: > Can you describe the problem you had accessing the Collaboa site? > > - james > > On 3/29/06, Jim Morris <morris@wolfman.com> wrote: >> *** 15,21 **** >> >> http://lists.rails-engines.org/listinfo.cgi/engine... >> > > > -- > * J * > ~ For some reason I was unable to reach it last night, I can try again, but I also haven't registered there yet.
on 2006-03-29 10:30
James Adam wrote: > Can you describe the problem you had accessing the Collaboa site? > > - james > > On 3/29/06, Jim Morris <morris@wolfman.com> wrote: >> *** 15,21 **** >> >> http://lists.rails-engines.org/listinfo.cgi/engine... >> > > > -- > * J * > ~ I still cannot access this site https://dev.rails-engines.org/ I get an "unable to connect error". That is the link from the http://rails-engines.org/bugs page. However I do seem to be able to get to the create new ticket link, so I'll do that.
on 2006-03-29 10:35
That was a mistype on the wiki page (which I just corrected) - it's only HTTP, not HTTPS. Cheers! - james On 3/29/06, Jim Morris <morris@wolfman.com> wrote: > > > I'll do that. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > engine-developers mailing list > engine-developers@lists.rails-engines.org > http://lists.rails-engines.org/listinfo.cgi/engine... > -- * J * ~
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.