[allura:tickets] #8150 Bulk edit change comment not shown as meta

2017-04-03 Thread huzaifafaruqui
:** Mon Apr 03, 2017 09:49 PM UTC by huzaifafaruqui **Last Updated:** Mon Apr 03, 2017 09:49 PM UTC **Owner:** nobody **Attachments:** - [Screenshot from 2017-04-03 18-19-27.png](https://forge-allura.apache.org/p/allura/tickets/8150/attachment/Screenshot%20from%202017-04-03%2018-19-27.png) (19.9

[allura:tickets] #8150 Bulk edit change comment not shown as meta

2017-04-03 Thread huzaifafaruqui
--- ** [tickets:#8150] Bulk edit change comment not shown as meta** **Status:** in-progress **Milestone:** unreleased **Labels:** bitesize **Created:** Mon Apr 03, 2017 09:49 PM UTC by huzaifafaruqui **Last Updated:** Mon Apr 03, 2017 09:49 PM UTC **Owner:** nobody **Attachments

[allura:tickets] #8149 Bulk Delete for tickets

2017-03-31 Thread huzaifafaruqui
We can have the option for deletion in mass edit itself. To do that, in `ForgeTracker/forgetracker/templates/tracker_widgets/mass_edit_form.html` we can add another entry for 'Delete' field just like 'Private' field with just boolean values. Similarly, in `model/ticket.py`, class `Globals`,

[allura:tickets] Ticket 6091 discussion

2017-03-21 Thread huzaifafaruqui
What are the ramifications of making User an Artifact? I think making Artifact will allow us to easily search users and tag users in comment --- ** [tickets:#6091] Search for users** **Status:** open **Milestone:** unreleased **Labels:** gsoc2013ideas **Created:** Thu Apr 11, 2013 06:35 PM

[allura:tickets] Re: #7958 Clean up old project-level permission management page

2017-03-16 Thread huzaifafaruqui
The above mentioned solution and the corresponding merge request[#186] failed as the subproject uses /permissions page and forcing it to use /groups URL doesn't work. See this [commit](https://forge-allura.apache.org/p/allura/git/ci/5ad0b0ef8968cff3a5ea9c1aef8fffaa130bde70/) --- **

[allura:tickets] Re: #8059 Ticket search's dropdown filter choices should not show options from deleted tickets

2017-03-15 Thread huzaifafaruqui
In class `Ticket`, I can add a class method ~~~ @classmethod def not_deleted_query(cls,search_query): """Update search query to not include deleted tickets search_query - query in solr syntax """ return search_query + ' && deleted: False' ~~~ Then, in

[allura:tickets] #8059 Ticket search's dropdown filter choices should not show options from deleted tickets

2017-03-14 Thread huzaifafaruqui
Under class `Globals` in model/ticket.py , I can add another property: ` @property def not_closed_deleted_query(self): return self.not_closed_query+' && deleted:False' ` & In tracker_main.py , in class RootController , method index(), I replace `c.app.globals.not_closed_query` with

[allura:tickets] #7958 Clean up old project-level permission management page

2017-03-10 Thread huzaifafaruqui
Removing project_permissions.html page had no effect on "groups" URL, which uses project_groups.html template. --- ** [tickets:#7958] Clean up old project-level permission management page** **Status:** open **Milestone:** unreleased **Labels:** cleanup subproject **Created:** Mon Aug 10,

[allura:tickets] #7958 Clean up old project-level permission management page

2017-03-07 Thread huzaifafaruqui
I checked, the permissions page still exists. I think the following files/code need to be deleted : 1.Allura/allura/ext/admin/templates/project_permissions.html In ext/admin_main.py: In class ProjectAdminController 2. self.permissions = PermissionsController() This piece of

[allura:tickets] #7811 Coloring of long lines in diffs stops too early

2017-03-05 Thread huzaifafaruqui
coloring of diff can be made dynamic based on length but I am not sure if this looks good. Attachments: - [Screenshot from 2017-03-05 22-35-14.png](https://forge-allura.apache.org/p/allura/tickets/_discuss/thread/14dab7f9/cad1/attachment/Screenshot%20from%202017-03-05%2022-35-14.png) (8.0