-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
27 lines (24 loc) · 1 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Bugs and new features:
----------------------
See https://bugs.debian.org/tracker.debian.org for almost everything.
Refactoring:
------------
* Create a generic task downloading data from an URL and transforming it
into action items.
* Handle octicons through a template tag which ensures we have proper
fallback for screen readers and text-mode (non CSS-aware) browsers.
cf #753800
* Template tag for bootstrap pagination widget.
Misc possible enhancements:
---------------------------
* Add a subscriber count on each package page (and put
subscription-related actions in the same panel).
* Paul Wise's input: https://lists.debian.org/debian-qa/2014/07/msg00092.html
* Re-enable a smarter clickjacking protection: only activate it when the
page is rendered for a logged in user and allow callers to pass a
"anonymous=1" parameter that will force render the web page as if
the user was not authenticated. This requires writing a dedicated
Middleware.
Bootstrap 4 port
----------------
* replace panel by card