Shish
Shish
> does this mean Unit is being used to serve the media file if Nice URLs are enabled, while PHP is used while Nice URLs are disabled That is correct...
Come to think of it I wonder if there's any reason to upscale ever - I can imagine it being useful to have a minimum thumbnail size eg so that...
> Second commit orders SQL requests by id instead of date, since date is not necessarily unique Could these use `ORDER BY date DESC, id DESC` so that date takes...
Thinking about it a little, I think the two approaches are different enough to warrant having two github issues for discussions, as there's no reason we can't actually do both...
> Does shimmie currently force us to rewrite every single function that returns html from extensions and base pages? Sort-of -- the plan was that the HTML generated by Extensions...
Also: search by username, and maybe timestamp?
Agreed with those three items in pretty much that order - UI text being most important and easiest to change, database tables being least important and most difficult (renaming a...
Sounds like a good plan :) Also a 4th thing that should also be done carefully - updating URLs, to avoid breaking people's bookmarks. Perhaps this won't be a problem...
There's currently no way of doing that, and I can't think of a nice way to make that work :( Leaving open as a feature request in case somebody can...
A brain dump of thoughts in no particular order: In general, there are a lot of places which assume files uploaded to the gallery will either be fully public or...