[aur-dev] [PATCH] Add TODO list to AUR repo
Adds a list of stuff that needs doing in the AUR without any major investigation Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com> --- TODO | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..d670ae3 --- /dev/null +++ b/TODO @@ -0,0 +1,20 @@ +TODO + +Here's a list of things that currently need doing in the AUR which aren't bugs +that need investigation, they just need some time to fix. Don't forget to remove +anything from this list that gets fixed if you can and feel free to add to it. + +Todo List +--------- +* HTML basically needs a complete rewrite, rife with broken html +* Use mod_rewrite for urls, allows for nicer looking urls and no more + deciphering of those insane variables +* Rename those insane variables (the url variables on the search page), + probably make them more verbose and actually relate to what they are +* Set up redirects for useless pages (like the "you've done action to X" + package pages), FS#10674, FS#3542 +* Add support for the license field in tupkg scripts, FS#8138 +* Add confirmation for TUs deleting packages, FS#6515 +* Ownership of packages should turn notify on (adopt, create, etc.), FS#10480 +* Bad hyphens in RSS feed, FS#10706 +* Add "package download counters", for tarballs and PKGBUILDs, FS#7780, FS#3094 -- 1.5.5.3
On Mon, Jul 28, 2008 at 10:12 PM, Callan Barrett <wizzomafizzo@gmail.com> wrote:
Adds a list of stuff that needs doing in the AUR without any major investigation
Pushed to testing. I've pushed a version with some more stuff on the list but this was more to see what people thought of the idea of a todo list. I'm assuming it's fine. ;) -- Callan Barrett
participants (1)
-
Callan Barrett