Custom Query (2152 matches)
Results (1162 - 1164 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1004 | fixed | Group creation instructions missing | zephod | dread |
Description |
Need instructions on the group page to tell people they need to login to create a group. Someone must have deleted this. |
|||
#1006 | fixed | Deprecate stable branch | kindly | rgrp |
Description |
Now that we have release branches we should deprecate the stable branch (ie. make sure it is no longer a head and then do --close-branch and merge into default one last time). Cost: 10m (giving high priority because of low cost) (Assigning to dread as he has been managing the stable branch). |
|||
#1008 | fixed | eval() of user display name in template head | rgrp | pudo |
Description |
We're currently setting the user preferences links via a javascript snippet that also evals the name. This should be removed as we're not displaying the user name any longer. We should also have page fragment caching in Genshi, which is not currently implmented. cf. http://api.rubyonrails.org/classes/ActionController/Caching/Fragments.html |