[Trac] Re: How to change fields layout in Trac-1.4

2019-12-03 Thread Mo
Am Montag, 2. Dezember 2019 19:24:24 UTC+1 schrieb Mo:
>
>
>
> There is no way to achieve a consistent layout. If the ticket view is as 
> expected, then the editor is wrong and vice versa.
> Even if I add an empty dummy field, the number of columns/rows is always 
> different in viewer and editor.
> Would it be possible to add some more field types like "placeholder" or 
> "linebreak"?
>

 After getting GroupTicketFieldsPlugin working I think I can solve lot of 
the stuff with that.
Creating such a group and adding fields to it I have a linebreak and fixed 
layout inside the group as expected.

There are just some minor things that I'm going to address as tickets to 
the GroupTicketFieldsPlugin:
https://trac-hacks.org/ticket/13704
https://trac-hacks.org/ticket/10469
https://trac-hacks.org/ticket/13705

Then what is also not possible currently with the Trac-1.4 core, is placing 
custom fields in front of core fields. Like the "Project" fields from 
SimpleMultiProjectPlugin, that cannot be set as first field. This would be 
important because it filters the list of Versions and Components.

Best regards,
- Mo

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/14dffb9d-dbdf-4086-b042-c06f66d895fe%40googlegroups.com.


[Trac] Re: How to change fields layout in Trac-1.4

2019-12-02 Thread Mo


Am Mittwoch, 27. November 2019 14:18:54 UTC+1 schrieb Mo:
>
> Which possibilities offer changing the fields layout?
>
>
There is no way to achieve a consistent layout. If the ticket view is as 
expected, then the editor is wrong and vice versa.
Even if I add an empty dummy field, the number of columns/rows is always 
different in viewer and editor.
Would it be possible to add some more field types like "placeholder" or 
"linebreak"?

After TracTicketFieldsLayoutPlugin has gone, there is no way for 
customizing the field layout anymore.
Also the found GroupTicketFieldsPlugin seems to be broken by 
https://trac-hacks.org/ticket/13703

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/e634308e-ed51-4ade-9873-6b60847ce6c6%40googlegroups.com.


[Trac] Re: How to change fields layout in Trac-1.4

2019-11-27 Thread Mo
Which possibilities offer changing the fields layout?

Using [ticket-custom] and '.order =' it is not possible to place 
custom fields first and core fields later. It is not possible to change the 
core fields order at all.
For instance using the TracSimpleMultiProject I like to have the "*Project*" 
field on first position as this is restricting the content of later fields 
like *Component* and *Version*.

Then the layout is different for the ticket view and the ticket editor:

*view*:
reporter owner
priority milestone
component version
severity keywords
cc project 
...

*editor*:
summary
reporter
description
  type  priority
  milestone compontent
  version   severity
  keywords  cc
  project   duedate


-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/ea3e1cdd-3cb7-491e-ae8b-61e8be452c47%40googlegroups.com.