From 401409357238183702c1628a02ccef6cf0394d72 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 17 Sep 2014 17:59:46 -0700 Subject: implement permission roles - the backend should be done except for maybe a couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone. --- doc/to_do_code.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/to_do_code.bb') diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb index 91997a284..0005b4be3 100644 --- a/doc/to_do_code.bb +++ b/doc/to_do_code.bb @@ -4,6 +4,8 @@ We need much more than this, but here are areas where developers can help. Pleas [li]Documentation - see Red Documentation Project To-Do List[/li] +[li]Include TOS link in registration/verification email[/li] + [li]Finish the anti-spam bayesian engine[/li] [li]If DAV folders exist, add an option to the Settings page to set a default folder for attachment uploads.[/li] @@ -38,8 +40,22 @@ We need much more than this, but here are areas where developers can help. Pleas [li]Uploads - integrate #^[url=https://github.com/blueimp/jQuery-File-Upload]https://github.com/blueimp/jQuery-File-Upload[/url][/li] +[li]Import/export - include items, events, things, etc.[/li] + +[li]Import channel from Diaspora/Friendica[/li] + +[li]MediaGoblin photo "crosspost" connector[/li] + +[li]Create management page/UI for extensible profile fields[/li] + +[li]Create interface to include/exclude and re-order standard profile fields[/li] + +[li]Provide a mechanism to share page design elements in posts (just like apps)[/li] + [li]App taxonomy[/li] +[li]Customisable App collection pages[/li] + [li]replace the tinymce visual editor and/or make the visual editor pluggable and responsive to different output formats. We probably want library/bbedit for bbcode. This needs a fair bit of work to catch up with our "enhanced bbcode", but start with images, links, bold and highlight and work from there.[/li] [li]Photos module - turn photos into normal conversations and fix tagging[/li] -- cgit v1.2.3 From 71672083450a8d5923c1839a1c766033203b3771 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 17 Sep 2014 22:30:25 -0700 Subject: forgot this one... --- doc/to_do_code.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/to_do_code.bb') diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb index 0005b4be3..fe213baf3 100644 --- a/doc/to_do_code.bb +++ b/doc/to_do_code.bb @@ -14,6 +14,8 @@ We need much more than this, but here are areas where developers can help. Pleas [li]implement oembed provider interface[/li] +[li]refactor the oembed client interface so that we can safely sandbox remote content[/li] + [li]implement openid server interface[/li] [li]Write more webpage layouts[/li] -- cgit v1.2.3