nedroden / DraiWiki

Open source wiki software.
https://draiwiki.robertmonden.com
Apache License 2.0
11 stars 1 forks source link

Image uploading #90

Open nedroden opened 7 years ago

nedroden commented 7 years ago

This will require an additional section in the management panel. That way admins can easily manage uploaded images.

nedroden commented 7 years ago

The management section will probably take a little more time (since I haven't figured out the best way to implement CRUD functionality in tables yet. Sure, adding links isn't that hard, but it needs to look nice.), but implementing image uploading functionality is not that difficult, so I'd love to get that done tomorrow or the day after that.

nedroden commented 7 years ago

Apologies for the delay. Image uploading is done, but we can't close this issue yet, because two image uploading-related sections are still missing:

nedroden commented 7 years ago

A quick update on this: the management panel now has a page where all uploads are listed, but for now it's just a list.

For the public resources viewer we'll require search functionality. It's possible to turn it into a feature-rich gallery, but let's keep things simple for now since that would take time.