Modify ↓
Opened 11 years ago
Closed 10 years ago
#12369 closed enhancement (fixed)
Refactoring and redesign
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | CodeReviewerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Rob Guttman | Trac Release: |
Description
This is a general ticket for capturing refactoring and redesign changes that are needed for the plugin.
Attachments (0)
Change History (13)
comment:1 Changed 11 years ago by
comment:5 Changed 10 years ago by
Any hints on why it is necessary to look for the form token in the cookie?: codereviewerplugin/1.0/coderev/web_ui.py@14611:113-126#L113.
From what I can see, even in Trac 0.12 the form token should be retrieved from the cookie by the call to req.form_token:
comment:13 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
The plugin has reached a stable state from what I've seen. I'll create tickets for specific issues such as the table redesign.
Note: See
TracTickets for help on using
tickets.



In 14605: