First of all thanks a lot for the great work. I'm using Serendipity every day and I'm delighted with it.
I have a small suggestion : after uploading a file from admin, it would be useful that we get back to the same form to add another file. I generally have several files to upload at the same time and I found it's a bit long to click after each file on the left menu button "add media" to do it again.
I did a very ugly patch in my installation to do that, but may I suggest the developper team to think about it ?
My patch is just inserting this line at line 277 of inlude/admin/images.inc.php (before the closing of brace):
Code: Select all
echo "<META HTTP-EQUIV='Refresh' CONTENT='0;URL=serendipity_admin.php?serendipity[adminModule]=media&serendipity[adminAction]=addSelect'>";
Fab
[/code]