[GRASS-dev] Trac custom fields: Platform

(Moved to extra email for visibility)

On Sun, Feb 2, 2014 at 9:53 PM, GRASS GIS <trac@osgeo.org> wrote:

#2037: ...

...

Replying to [comment:3 martinl]:
> Replying to [comment:2 wenzeslaus]:
>
> > ''To Trac admin: Please create `Platform` value for `MS Windows 8`.''
>
> strangely I cannot find 'Platforms' in `Administration` -> `Ticket system`. (?)

Done, it is set in

/var/www/trac/grass/conf/trac.ini

... as documented in
http://wiki.osgeo.org/wiki/Trac_Instances#Custom_fields

Posted here to find it back next time :slight_smile:

Markus

[...]

Done, it is set in

/var/www/trac/grass/conf/trac.ini

... as documented in
http://wiki.osgeo.org/wiki/Trac_Instances#Custom_fields

Posted here to find it back next time :slight_smile:

thanks Markus. Martin

Hello all,
I would like to propose to merge all MS Windows platforms into one.
Rationale - most of MS Windows problems are specific to more than one
version. Issues concerning only single version are minority vs the
rest (hint - some of issues are marked as single platform specific
because lack of testing on different configurations for other Windows
versions).
Also - there is a single MacOS platform and single Linux platform to
account everything from Debian on i386 to Gentoo on SPARC.
Specific Windows versions can be keyworded thus allowing to mark all
affected versions not only one selected as "platform".

In a hope of discussion and change,
Maris.

2014-02-02 23:29 GMT+02:00 Martin Landa <landa.martin@gmail.com>:

[...]

Done, it is set in

/var/www/trac/grass/conf/trac.ini

... as documented in
http://wiki.osgeo.org/wiki/Trac_Instances#Custom_fields

Posted here to find it back next time :slight_smile:

thanks Markus. Martin
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

On Mon, Feb 17, 2014 at 7:09 AM, Maris Nartiss <maris.gis@gmail.com> wrote:

Hello all,
I would like to propose to merge all MS Windows platforms into one.
Rationale - most of MS Windows problems are specific to more than one
version. Issues concerning only single version are minority vs the
rest (hint - some of issues are marked as single platform specific
because lack of testing on different configurations for other Windows
versions).
Also - there is a single MacOS platform and single Linux platform to
account everything from Debian on i386 to Gentoo on SPARC.
Specific Windows versions can be keyworded thus allowing to mark all
affected versions not only one selected as "platform".

In a hope of discussion and change,
Maris.

+1

Anna

2014-02-02 23:29 GMT+02:00 Martin Landa <landa.martin@gmail.com>:
> [...]
>
>>> Done, it is set in
>>>
>>> /var/www/trac/grass/conf/trac.ini
>>
>> ... as documented in
>> http://wiki.osgeo.org/wiki/Trac_Instances#Custom_fields
>>
>> Posted here to find it back next time :slight_smile:
>
> thanks Markus. Martin
> _______________________________________________
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Maris wrote:

I would like to propose to merge all MS Windows platforms into one.

I agree it has always been awkward, but can the trac DB handle the merge without losing information or making us have to reassign all tickets to the new joint platform by hand?

is there any reason to do a search for e.g. XP but not Windows 8? (native wingrass is all XP+ so none that I know of)

regards,

Hamish

On Mon, Feb 17, 2014 at 8:42 PM, Hamish <hamish_b@yahoo.com> wrote:

Maris wrote:

I would like to propose to merge all MS Windows platforms into one.

I agree it has always been awkward, but can the trac DB handle the merge without losing information or making us have to reassign all tickets to the new joint platform by hand?

I found something perhaps related:
http://trac.edgewall.org/ticket/4223

is there any reason to do a search for e.g. XP but not Windows 8? (native wingrass is all XP+ so none that I know of)

I think that could always be search anyway.

I am also for the merge of Windows* into one Platform.

Markus

As Trac backend is SQL based, I would guess that some SQL black magic
with UPDATE SET WHERE could solve the re-platforming of existing
tickets.

Maris.

2014-02-17 21:42 GMT+02:00 Hamish <hamish_b@yahoo.com>:

I agree it has always been awkward, but can the trac DB handle the merge without losing information or making us have to reassign all tickets to the new joint platform by hand?

Hamish