From a026a7488e7401f6cb21fdff2d7f3e99c57caa59 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 29 Jul 2017 16:23:24 -0700 Subject: [PATCH] Update the to do list. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d66501c..68f1a46 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,9 @@ If you are interested in helping, please raise an issue before making any pull r - Add a `Photo.merge` to combine duplicate entries. - Generate thumbnails for vector files. - Allow photos to have nonstandard, orderby-able properties like "release year". How? -- Make the FFmpeg path configurable. Some kind of global config? Or part of the database config file? +- Make the FFmpeg path configurable. Some kind of global config? Or part of the database config file? It's not like every photodb needs a separate one. - Improve the appearance of album page. Too many section headers and the "Create album" interface should allow giving a title immediately. +- When users have '%' or '#', etc. in their username, it is difficult to access their /user/ URL. I would prefer to fix it without simply blacklisting those characters. ### Changelog