- Status Planned
- Percent Complete
- Task Type TODO
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 1.0 devel (github master)
- Due in Version 1.1 devel
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Flyspray - The bug killer!
Opened by Psychokiller1888 - 14.03.2015
Last edited by peterdd - 11.02.2016
Opened by Psychokiller1888 - 14.03.2015
Last edited by peterdd - 11.02.2016
FS#1973 - url rewrite
Well, it needs a cleanup, per example:
fixed now http://127.0.0.1/flyspray/task/3?project=1
That should be something like:
http://127.0.0.1/flyspray/project1/tasks/3(project id not needed, Flyspray knows it from task data)
The actual one is actually half a rewrite and half a GET version
ID | Project | Summary | Priority | Severity | Assigned To | Progress | |
---|---|---|---|---|---|---|---|
1963 | Flyspray - The bug killer! | Very Low | Low | Psychokiller1888 |
127.0.0.1/flyspraydev/3 currently shows task 3, no project param needed.
127.0.0.1/flyspraydev/task/3 is the current 'official' 'nice url', shows task 3 too.
The project param is not needed here and would make the url not bookmarkable because a task can be moved to another project.
Some work is now done on Github, think it is ok for FS1.0