chat.freenode.net #tryton log beginning Thu Oct 22 12:00:01 AM CEST 2020 | ||
-!- mariomop(~quassel@201.213.126.41) has joined #tryton | 22:30 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 23:22 | |
-!- srgdts_(~srgdts@unaffiliated/srgdts) has joined #tryton | 01:02 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 02:45 | |
-!- mrichez(~Maxime@2a02:a03f:c2e8:f900:ed77:85ea:af2b:ba6e) has joined #tryton | 04:58 | |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 05:17 | |
-!- Timitos(~kpreisler@2001:a61:4a4:e501:762b:62ff:fe84:ed7e) has joined #tryton | 05:59 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 06:58 | |
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton | 08:10 | |
cedk | Is someone has an idea how we could prevent users to report duplicate issues ? | 09:19 |
---|---|---|
cedk | For some users it is almost 1 issue over 2 that are duplicates | 09:20 |
cedk | they clearly do not do their homework as a simple search using the main word of their report stop directly the issue | 09:20 |
cedk | I think we need a kind of banishment | 09:21 |
-!- rpit(~rpit@p200300c88f309100748b1eff5bf2d1d7.dip0.t-ipconnect.de) has joined #tryton | 09:33 | |
pokoli | cedk: the problem is that if we ban we may miss some no duplicated issues | 09:59 |
pokoli | cedk: discuss had a duplicate topic sugesstion dropdown, maybe we can do the same on roundup | 10:00 |
cedk | pokoli: I already mark them as duplicate but what is annoying is that it keeps happening and mainly from always the same users | 10:06 |
pokoli | Yes, I know who are you talking about | 10:08 |
pokoli | I do not know how to fix their behaviour. | 10:09 |
pokoli | For me it's a mather of not putting enought interest to ease other people's work | 10:09 |
springwurm | Probable its possible to use the title of the newly created Issue and check whether there are any similar Issues and then display a message. | 10:21 |
cedk | springwurm: it will be worst to have false positive | 10:22 |
cedk | for me we can not automate that but we need a way to force bad user to behave correctly | 10:26 |
-!- mariomop(~quassel@201.213.126.41) has joined #tryton | 10:40 | |
pokoli | cedk: it is possible to temporary ban an user? | 10:48 |
pokoli | cedk: we may have the rule to ban users from reporting new issues if they had been reporting duplicaated issues | 10:49 |
pokoli | Not sure if this will work, but it may be some kind of punishment to make them concious of they errors | 10:49 |
cedk | there is only a retirement feature by default | 10:51 |
cedk | but I guess it should be doable to add a ban date and have a detector to check it | 10:51 |
Timitos | is it possible to use genshi directives in the email templates? i tried it but i did not succeed yet | 10:56 |
pokoli | Timitos: which error did you have? | 10:58 |
Timitos | pokoli: no error just not the result. my directives seem to be treated as simple text | 10:58 |
pokoli | Timitos: There is an example on the test suite: https://hg.tryton.org/trytond/file/662ae82c0f5e/trytond/tests/test_ir.py#l190 | 10:59 |
Timitos | pokoli: i try to use conditional sections like this: https://pythonhosted.org/Genshi/text-templates.html | 11:01 |
Timitos | i just found out that Tryton is expecting Legacy Text Template Syntax: https://pythonhosted.org/Genshi/text-templates.html#legacy-text-template-syntax | 11:04 |
Timitos | cedk: why is the Legacy Text Template Syntax used but not the new one? | 11:05 |
cedk | because Genshi is not clear about its legacy | 11:27 |
cedk | we just use TextTemplate which seems to be an alias to OldTextTemplate | 11:27 |
Timitos | so we should switch from TextTemplate to NewTextTemplate i think | 11:28 |
cedk | why? | 11:28 |
Timitos | to use the new syntax | 11:29 |
cedk | why? | 11:29 |
Timitos | because they write: "If you are using the old syntax, it is strongly recommended to migrate to the new syntax." | 11:30 |
Timitos | its a new feature. it is easy now to switch the syntax. later it would be more difficult | 11:30 |
cedk | they have the same feature and I find personally the new one bad as it requires to put \ at the end of every directive to remove its line | 11:31 |
cedk | TextMarkup is used since 5.é | 11:32 |
cedk | TextMarkup is used since 5.2 | 11:32 |
cedk | it is supposed to be the new since 2007 | 11:34 |
cedk | I do not think the old will be gone anytime soon | 11:34 |
cedk | for me we must use the standard TextTemplate | 11:35 |
cedk | the day it is changed, it will not be difficult to write a converter | 11:36 |
cedk | but feel free to write it now so we can change for the next release | 11:37 |
cedk | Here is for the record: https://bugs.tryton.org/issue9751 | 11:57 |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 12:10 | |
-!- mariomop(~quassel@201.213.126.41) has joined #tryton | 12:51 | |
-!- mariomop(~quassel@201.213.126.41) has joined #tryton | 12:56 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 13:16 | |
semarie | how we complete "compoments" on bugs.t.o with the new version ? | 14:55 |
semarie | I have no popup, neither autocompletion. I had to set the right value without hints... | 14:57 |
cedk | semarie: yes it is the module names | 15:00 |
cedk | semarie: indeed it was a known issue but upgrade to 2.0.0 and using jinja2 was more important | 17:30 |
cedk | it will be great if someone could make a proposal to have a kind of auto-completion for these fields | 17:31 |
semarie | cedk: couldn't a <datalist/> be used ? https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist or https://www.w3schools.com/tags/tag_datalist.asp | 17:56 |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 19:24 | |
-!- thaneor(~ldlc6@r167-61-65-149.dialup.adsl.anteldata.net.uy) has joined #tryton | 19:27 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!