Marcin Kurczewski
cb53572a2d
Added tag history section to tag presenter
2014-11-07 14:04:22 +01:00
Marcin Kurczewski
e64fb9bfad
Added tag snapshots to backend
2014-11-07 14:03:30 +01:00
Marcin Kurczewski
7a5fb406b0
Fixed post list appearance in tag presenter
2014-11-07 13:55:44 +01:00
Marcin Kurczewski
d8fd3b3c44
Added buttons for toggling safety to post list
2014-11-07 13:26:07 +01:00
Marcin Kurczewski
f9528f8183
Switched to subqueries from manual fetching
2014-11-06 20:00:52 +01:00
Marcin Kurczewski
a55bd7686c
Improved performance of comment searching
2014-11-06 19:52:40 +01:00
Marcin Kurczewski
4578f7a7a4
Fixed searching for favs and comments
2014-11-06 19:50:07 +01:00
Marcin Kurczewski
d3fb910249
Fixed errors in mass tag being silenced
2014-11-04 19:32:33 +01:00
Marcin Kurczewski
ec2fe23f7e
Fixed showing "siblings" text even if theren't any
2014-11-04 19:32:32 +01:00
Marcin Kurczewski
005d857cfb
Added manual tag removal
2014-11-04 19:32:32 +01:00
Marcin Kurczewski
78ccff843c
Removed tag autodeletion
2014-11-04 19:32:32 +01:00
Marcin Kurczewski
248d20ede5
Fixed A/D in pager not respecting result boundary
2014-11-04 19:00:47 +01:00
Marcin Kurczewski
26d4686795
Fixed new search kept page number
2014-11-04 18:58:35 +01:00
Marcin Kurczewski
253cac4cc1
Fixed deleting tags that are marked as banned
2014-11-03 21:14:45 +01:00
Marcin Kurczewski
d07745a6cd
Fixed double reload when editing tags
2014-11-03 20:54:30 +01:00
Marcin Kurczewski
8f56018140
Added banned tag input prevention
2014-11-03 20:48:23 +01:00
Marcin Kurczewski
752af358df
Fixed some promises not handling errors
2014-11-03 20:42:10 +01:00
Marcin Kurczewski
e57de564d9
Fixed tag refreshing
2014-11-03 20:28:26 +01:00
Marcin Kurczewski
3d7967e7c1
Added redirection to proper URL after tag renaming
2014-11-03 13:16:02 +01:00
Marcin Kurczewski
150d585860
Added tag list refreshing on tag edits
...
Result: suggestions etc. gets updated without the need to refresh the
page
2014-11-03 13:16:02 +01:00
Marcin Kurczewski
703cc4724a
Fixed backend crash on tag editing
2014-11-03 13:15:55 +01:00
Marcin Kurczewski
ff66ec2416
Added wrapping of too long URLs in post upload
2014-11-03 12:17:54 +01:00
Marcin Kurczewski
a0c407e39d
Fixed handling too long sources in pasted URLs
2014-11-03 12:06:53 +01:00
Marcin Kurczewski
6219446f3e
Fixed next/prev post
2014-11-03 11:58:28 +01:00
Marcin Kurczewski
3ec506f8c2
Improved style of blockquotes
2014-11-03 10:25:59 +01:00
Marcin Kurczewski
065c8f8891
Fixed bad check in keyboard.js
2014-10-31 23:27:41 +01:00
Marcin Kurczewski
7406f76a5a
Fixed post featuring
2014-10-31 23:22:20 +01:00
Marcin Kurczewski
8f1080717c
Fixed Alt+D triggering mousetrap D callbacks
2014-10-27 22:50:07 +01:00
Marcin Kurczewski
111cbff281
Fixed keyboard behavior in flash posts
2014-10-26 22:51:48 +01:00
Marcin Kurczewski
edfaeefb37
Fixed post note edit form position for big posts
2014-10-26 22:08:54 +01:00
Marcin Kurczewski
42039ddf26
Changed post notes to work with %-based coords
2014-10-26 22:08:54 +01:00
Marcin Kurczewski
03ce73b1a5
Fixed post notes drag boundaries
2014-10-26 11:45:30 +01:00
Marcin Kurczewski
c4489a14b8
Improved image posts scaling
2014-10-26 11:19:39 +01:00
Marcin Kurczewski
57d6d76386
Updated TODO
2014-10-26 11:19:39 +01:00
Marcin Kurczewski
31c4584e94
Added post note information to post snapshots
2014-10-26 11:18:59 +01:00
Marcin Kurczewski
e4424d5191
Added support for nested snapshot elements
2014-10-26 11:18:59 +01:00
Marcin Kurczewski
189aaeadb7
Fixed undeclared variable in HomePresenter
2014-10-26 11:18:59 +01:00
Marcin Kurczewski
50608074c6
Added post note editing to frontend
2014-10-26 11:18:59 +01:00
Marcin Kurczewski
e983e72013
Fixed file dropper triggering form submit
2014-10-26 01:42:23 +02:00
Marcin Kurczewski
fd0e698413
Fixed file dropper appearance
2014-10-26 01:42:23 +02:00
Marcin Kurczewski
eefdfd7834
Fixed post snapshots being non-deterministic
2014-10-26 01:42:23 +02:00
Marcin Kurczewski
a9d8383f7d
Extracted post history services
2014-10-26 01:42:23 +02:00
Marcin Kurczewski
6efca63310
Fixed typo in post feature confirmation prompt
2014-10-26 01:42:23 +02:00
Marcin Kurczewski
f169bef0eb
Added note CRUD to backend
2014-10-26 01:42:23 +02:00
Marcin Kurczewski
5124733ee6
Fixed NetworkingService not using MimeHelper
2014-10-25 23:59:08 +02:00
Marcin Kurczewski
6ebd1e56ee
Removed fileinfo dependency
...
Recent changes in thumbnail generators revealed that finfo module cannot
be relied on - I found a GIF file that started with usual "GIF87a", and
yet finfo reported its mime type to be "application/octet-stream".
This change removes reliance on finfo module and implements detecting
common file types supported by szurubooru in manual fashion. This might,
of course, introduce some bugs that weren't present when using finfo.
However, this change was made exactly because of such bug - while
previously such edge cases were impossible to fix, now they can be
dealt with accordingly in our own code.
Also from what I saw on the Internet, getting fileinfo to work on
Windows is a lot of trouble, so this change is welcome from that angle,
too.
2014-10-25 23:59:07 +02:00
Marcin Kurczewski
83ca1fcfb4
Changed notes to be rendered only in image posts
2014-10-25 23:59:07 +02:00
Marcin Kurczewski
22d7ab8732
Added post note dragging and resizing in frontend
2014-10-25 20:44:40 +02:00
Marcin Kurczewski
d0270824f1
Changed thumbnail script to use newest posts first
2014-10-25 20:43:25 +02:00
Marcin Kurczewski
8bae666275
Improved error messages in ImageConverter
2014-10-25 18:49:03 +02:00