enhancement
avatar javigomez
javigomez
9 Oct 2014

Hi all,

The next week on the 17th we will have the next Pizza Bugs and Fun: http://developer.joomla.org/pbf.html

For that occasion we have created the label "PBF14" in Github: https://github.com/joomla/joomla-cms/labels/PBF14. The idea is to create under that label a short list of Joomla CMS issues that we would like to see solved by the people who will participate in the PBF'14.

This label can be seen already in issues.joomla.org witch is great:

screen shot 2014-10-09 at 22 52 16

However, right now we are not able to filter by this label. Would it be feasible to create a filter for labels in issues.joomla.org on time for the PBF?

thanks very much ^_^

avatar javigomez javigomez - open - 9 Oct 2014
avatar brianteeman
brianteeman - comment - 9 Oct 2014

Why not create a category. Its no problem to add multiple categories to an
issue and the filters already exist
On 9 Oct 2014 21:53, "javier gomez" notifications@github.com wrote:

Hi all,

The next week on the 17th we will have the next Pizza Bugs and Fun:
http://developer.joomla.org/pbf.html

For that occasion we have created the label "PBF14" in Github:
https://github.com/joomla/joomla-cms/labels/PBF14. The idea is to create
under that label a short list of Joomla CMS issues that we would like to
see solved by the people who will participate in the PBF'14.

This label can be seen already in issues.joomla.org witch is great:

[image: screen shot 2014-10-09 at 22 52 16]
https://cloud.githubusercontent.com/assets/1375475/4583877/e111ba2c-4ff5-11e4-8c9a-fc9ee0cd923d.png

However, right now we are not able to filter by this label. Would it be
feasible to create a filter for labels in issues.joomla.org on time for
the PBF?

thanks very much ^_^


Reply to this email directly or view it on GitHub
#523.

avatar nicksavov
nicksavov - comment - 9 Oct 2014

A category wouldn't work for github. There's no automated integration between the two.

avatar mbabker
mbabker - comment - 9 Oct 2014

In theory, this should be an easy solution since we already have all the data. I might be able to tackle it this weekend if nobody else beats me to it.

avatar brianteeman
brianteeman - comment - 9 Oct 2014

Why should that matter Nick we want people to use i.j.o as the point of
truth.
On 9 Oct 2014 22:21, "Michael Babker" notifications@github.com wrote:

In theory, this should be an easy solution since we already have all the
data. I might be able to tackle it this weekend if nobody else beats me to
it.


Reply to this email directly or view it on GitHub
#523 (comment).

avatar nicksavov
nicksavov - comment - 9 Oct 2014

I'd like people to use whatever they'd like, that way they're more likely to contribute. For example, github has notifications in its web UI, as well as email notifications (which you used to reply to this issue). That lowers the barrier to contribution.

In short, I'd lean toward issues.joomla.org, but I'd like to make it so that people can contribute from any venue that's convenient for them.

avatar mbabker
mbabker - comment - 9 Oct 2014

@brianteeman - There are a couple of things we can filter on using labels that can't be filtered against otherwise, either through GitHub's native search or the tools we have available today in this app. For example, we can't filter on target branch for a PR, so searching on those labels is rather convenient if you're searching solely for 2.5 related pull requests.

avatar brianteeman
brianteeman - comment - 9 Oct 2014

I know but for the purpose of a PBF we should really be using our own tools
or there was little point in creating them
On 9 Oct 2014 22:46, "Michael Babker" notifications@github.com wrote:

@brianteeman https://github.com/brianteeman - There are a couple of
things we can filter on using labels that can't be filtered against
otherwise, either through GitHub's native search or the tools we have
available today in this app. For example, we can't filter on target branch
for a PR, so searching on those labels is rather convenient if you're
searching solely for 2.5 related pull requests, for example.


Reply to this email directly or view it on GitHub
#523 (comment).

avatar mbabker
mbabker - comment - 9 Oct 2014

For this particular case, I see it as integrating a GitHub feature into our app to give folks less reason to not use it.

avatar nicksavov
nicksavov - comment - 9 Oct 2014

Cool, I'm focusing all the documentation for PBF on JIssues and com_patchtester

avatar b2z b2z - change - 10 Oct 2014
Labels Added: enhancement
avatar elkuku elkuku - close - 13 Oct 2014
avatar elkuku elkuku - close - 13 Oct 2014
avatar elkuku elkuku - change - 13 Oct 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-10-13 13:44:32
avatar javigomez
javigomez - comment - 14 Oct 2014

Would it be possible to pass the label and other filter parameters via get too? so I could send a link like:

http://issues.joomla.org/?filter-label=PFB14

avatar javigomez javigomez - reopen - 14 Oct 2014
avatar javigomez javigomez - reopen - 14 Oct 2014
avatar javigomez javigomez - change - 14 Oct 2014
Status Closed New
avatar mbabker
mbabker - comment - 14 Oct 2014

Because everything is referenced by ID with the label filter, the best I can give you is http://issues.joomla.org/?label=38 which is the ID corresponding to the PBF14 label. We don't have processing on labels to create URL friendly aliases for this type of use case but could be something we do later on if it was desired.

avatar brianteeman
brianteeman - comment - 14 Oct 2014

htaccess rule?

On 14 October 2014 13:25, Michael Babker notifications@github.com wrote:

Because everything is referenced by ID with the label filter, the best I
can give you is http://issues.joomla.org/?label=38 which is the ID
corresponding to the PBF14 label. We don't have processing on labels to
create URL friendly aliases for this type of use case but could be
something we do later on if it was desired.


Reply to this email directly or view it on GitHub
#523 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar mbabker
mbabker - comment - 14 Oct 2014

Categories have URL friendly aliases in the database to map to, and the filter states allow you to filter with those aliases or the category ID in theory. http://issues.joomla.org/?category=postgres and http://issues.joomla.org/?category=2 should return the same data set, but it looks like there's a bug in that if conditional.

Even with an htaccess rule, we just don't have code right now to lookup single labels by any reference value. With a new database column and model class with a couple of simple methods to lookup by the passed in value, it's good to go.

avatar elkuku
elkuku - comment - 14 Oct 2014

Maybe a "Permalink" button that contains the currently selected filter(s)?

avatar nicksavov
nicksavov - comment - 14 Oct 2014

http://issues.joomla.org/?label=38 works for me :) Thanks!

avatar mbabker mbabker - close - 25 Dec 2014
avatar mbabker mbabker - close - 25 Dec 2014
avatar mbabker mbabker - change - 25 Dec 2014
Status New Closed
Closed_Date 2014-10-13 13:44:32 2014-12-25 01:26:13

Add a Comment

Login with GitHub to post a comment