http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/cgi/KeywordsExpr.py Mercurial Repository: p/roundup/code: roundup/cgi/KeywordsExpr.py history 2023-03-18T14:16:31-04:00 flake8 fixes: whitespace, remove unused imports http://hg.code.sf.net:8000/p/roundup/code/#changeset-07ce4e4110f587bf6a878f9c15a9cb22537969ed John Rouillard rouilj@ieee.org 2023-03-18T14:16:31-04:00 2023-03-18T14:16:31-04:00
changeset 07ce4e4110f5
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description flake8 fixes: whitespace, remove unused imports
files
- issue2550648 - keyword boolean search multiple issues http://hg.code.sf.net:8000/p/roundup/code/#changeset-99d344aa825d19f78089810c22f38403f5c2c67a John Rouillard rouilj@ieee.org 2021-05-19T20:41:58-04:00 2021-05-19T20:41:58-04:00
changeset 99d344aa825d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description - issue2550648 - keyword boolean search multiple issues

Fix issue where saving the keyword boolean search would remove the
link to open the editor.

Note that re-opening the editor starts with a blank operation. It does
not inherit the existing expression.
files
flake8 whitepace fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-3b0f423ec980f636d4913ab2322f7a36e0edc13a John Rouillard rouilj@ieee.org 2020-01-11T16:34:19-05:00 2020-01-11T16:34:19-05:00
changeset 3b0f423ec980
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description flake8 whitepace fixes.
files
More invalid escape sequence fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-7d276bb8b46d45ce0188084cf86444388c73af9a John Rouillard rouilj@ieee.org 2019-06-12T21:32:46-04:00 2019-06-12T21:32:46-04:00
changeset 7d276bb8b46d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description More invalid escape sequence fixes.
files
Add nonce to embedded script references. http://hg.code.sf.net:8000/p/roundup/code/#changeset-17b213eab274878a2ad7a695b52f5830f40e3396 John Rouillard rouilj@ieee.org 2017-03-23T21:08:30-04:00 2017-03-23T21:08:30-04:00
changeset 17b213eab274
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add nonce to embedded script references.

This should allow these scripts to execute with a nonce-.... content
security policy (csp). However there is still a lot of inline
javascript that a web developer needs to look at and rewrite the
inline javascript (onsubmit, onclick ..) to be applied by a nonce
authorized javascript library that adds event listeners.

Ref: https://csp.withgoogle.com/docs/adopting-csp.html#refactor-inline-event-handlers-and-javascript-uris
files
issue2550648 - partial fix for problem in this issue. Ezio Melotti http://hg.code.sf.net:8000/p/roundup/code/#changeset-0142b4fb5a2d9e19a57e7906478ff2da37559b1b John Rouillard rouilj@ieee.org 2016-07-08T19:31:02-04:00 2016-07-08T19:31:02-04:00
changeset 0142b4fb5a2d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2550648 - partial fix for problem in this issue. Ezio Melotti
reported that the expression editor allowed the user to generate an
expression using retired values. To align the expression editor with
the simple dropdown search item, retired values are now removed from
the expression editor.

Do we really want this though? Supposed a keyword is retired and I
want to search for an issue with that retired keyword? Do we have a
best policy document that says to remove retired keywords from all
places it could possibly be used? It could be argued that the simple
search dropdown is wrong and should allow selecting retired values.
files
Adding missing files from last commit (of 2010-11-08T11:21:02)... http://hg.code.sf.net:8000/p/roundup/code/#changeset-e46b15b0bc25cbad212f9b7ffc128164a3aee46b Bernhard Reiter Bernhard.Reiter@intevation.de 2010-11-09T15:06:14+00:00 2010-11-09T15:06:14+00:00
changeset e46b15b0bc25
branch
bookmark
tag
user Bernhard Reiter <Bernhard.Reiter@intevation.de>
description Adding missing files from last commit (of 2010-11-08T11:21:02)...

...for fixing expressing filters for multilinkgs, see issue2550648.
files