Changesets can be listed by changeset number.
The Git repository is here.
Changeset 122
Updated views to be aware of Hub access restrictions.
- Comitted by: adh
- Date: Sunday October 29 09:19:43 2006 (over 18 years ago)
Affected files:
- rool/rails/collaboa/trunk/app/views/tickets/comment.rhtml (diff)
- rool/rails/collaboa/trunk/app/views/tickets/new.rhtml (diff)
rool/rails/collaboa/trunk/app/views/tickets/comment.rhtml:
prev. | current | |
<%= form_tag({ :action => 'comment', :id => @ticket.id }, :multipart => true) %> | ||
<fieldset> | ||
<legend>Add comment and/or change ticket properties</legend> | ||
75 | | |
76 | | |
75 | <label class="first"> | |
76 | Name/Email: | |
77 | <% if hubssolib_privileged? -%> | |
78 | <input id="change_author" name="change[author]" size="30" type="text" value="<%= h(@change.author) %>"> | |
79 | <% else -%> | |
80 | <input id="change_author" name="change[author]" size="30" type="hidden" value="<%= h(@change.author) %>"> | |
81 | <br /><b><%= h(@change.author) %></b><br style="margin-bottom: 10px" /> | |
82 | <% end -%> | |
83 | </label> | |
<br /> | ||
<label>Attachment: |
rool/rails/collaboa/trunk/app/views/tickets/new.rhtml:
prev. | current | |
<fieldset> | ||
<legend>Create a new ticket</legend> | ||
17 | | |
18 | | |
17 | <label class="first"> | |
18 | Name or Email: | |
19 | <% if hubssolib_privileged? -%> | |
20 | <input id="ticket_author" name="ticket[author]" size="30" type="text" value="<%= h(@ticket.author) %>"> | |
21 | <% else -%> | |
22 | <input id="ticket_author" name="ticket[author]" size="30" type="hidden" value="<%= h(@ticket.author) %>"> | |
23 | <br /><b><%= h(@ticket.author) %></b><br style="margin-bottom: 10px" /> | |
24 | <% end -%> | |
25 | </label> | |
<br /> | ||
<label>Summary: |