Modify ↓
Opened 10 years ago
Closed 10 years ago
#11976 closed defect (fixed)
Fixing flaws of LogViewerPage
Reported by: | Franz | Owned by: | Franz |
---|---|---|---|
Priority: | normal | Component: | LogWatcherPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
There are some small flaws in LogViewerPage:
- when input element "Tail" is empty use "0" (complete log)
- when clicking on label of checkbox, check checkbox (Trac default behavior), e.g.
- at label "RegExp"
- at "not" in label "Lines ( X not) including"
- only allow a reasonable range for previous and following lines; a reasonable would be range from 0 to 10
- when entering a value less than 0, use 0
- when entering a value greater than 10, use 10
Attachments (0)
Change History (3)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
another small flaw (follow-up of #11974):