rr-
0ea40ce6d0
Fixed CSS of lists in comment contents
2015-12-29 12:02:36 +01:00
rr-
e2bc5d3415
Added feature_count to search terms
2015-12-29 11:57:25 +01:00
rr-
5df5a78df5
Improved Markdown parsing of permalinks
2015-12-29 11:53:38 +01:00
rr-
13d01dee27
Changed youtube videos to 16:9
2015-12-27 17:05:48 +01:00
rr-
9fd34f06aa
Limited post note width
2015-12-24 21:00:31 +01:00
rr-
92631df9a4
Fixed notes disappearing off the screen
2015-12-24 20:59:39 +01:00
rr-
e623513e3d
Fixed SQL column ambiguity in filter parsing
2015-12-17 22:52:21 +01:00
rr-
7e2e90ad3f
Removed hack for GIF preloading
...
It was effectively destroying caching.
2015-12-13 23:57:25 +01:00
rr-
7645c012a5
Added "upload:" alias as requested by John Doe
2015-12-13 21:48:53 +01:00
rr-
ecb3901bbe
Fixed tests
2015-11-25 11:39:45 +01:00
rr-
ee09a09833
Fixed lazy loading users and posts for Favorite
2015-11-25 11:35:18 +01:00
rr-
13d77dd14a
Fixed whitespace
2015-11-25 09:48:03 +01:00
rr-
b8f90dbd95
Fixed stats cron job
2015-11-25 08:13:25 +01:00
rr-
5305bb68a4
Simplified search parsing
...
Reduced execution flow dependencies and made all search parsers share
the basic code rather than implementing everything all over again in
each parser through awkward protected functions.
2015-11-25 01:25:43 +01:00
rr-
5aa75a4150
Fixed sorting users by registration time
2015-11-25 01:06:19 +01:00
rr-
b3c5212c84
Added ability to search tags by usage count
2015-11-24 21:57:14 +01:00
rr-
96195f0efc
Added ability to search tags by creation/edit time
2015-11-24 21:57:14 +01:00
rr-
d769eaed61
Added ability to search posts by edit dates
2015-11-24 21:41:08 +01:00
rr-
2df43201ba
Added order:edit_time support for tag list
2015-11-24 18:23:47 +01:00
rr-
40e869b848
Added support to search for posts by creation time
2015-11-24 18:14:11 +01:00
rr-
b7456463eb
Commonized naming of "creation time" property
...
Rather than having "creation time", "upload time", "registration time"
etc. I think it is better to have a single "creation time"
entity-agnostic property (like the one Tags had thus far).
2015-11-24 18:14:11 +01:00
rr-
d49f76c9f1
Added ability to sort posts by feature count
2015-11-24 18:14:11 +01:00
rr-
645573a272
Changed global comment list sort to creation time
...
Before this change, it was using edit time, which resulted in bumping
old posts every time a comment was edited. Users reported this behavior
as awkward and unintuitive, so I've changed it.
2015-11-24 18:14:11 +01:00
rr-
f5aed19bf3
Added verbosity to image conversion errors
2015-11-23 11:35:09 +01:00
rr-
28bba097c3
Added ffmpeg support in Flash thumbnails creation
2015-11-01 11:02:50 +01:00
rr-
105a564c7d
Fixed problem with %-encoded URIs
2015-09-30 20:03:32 +02:00
rr-
15739ac7cc
Fixed adding ghost post notes after removing some
2015-09-16 07:43:18 +02:00
rr-
0edbd9bf40
Fixed editing new post notes duplicating them
2015-09-16 07:40:07 +02:00
rr-
a31d5849fc
Improved connection error reporting
2015-09-09 22:32:18 +02:00
rr-
180252cc64
Removed masking of image extensions' exceptions
2015-09-06 22:57:53 +02:00
rr-
48bb4fc803
Added option to set image manipulation extension
2015-09-06 22:57:28 +02:00
rr-
58768acc1c
Increased control over tag categories
2015-08-05 18:08:02 +02:00
rr-
42f37d8fee
Further improved text of some error messages
2015-08-05 17:19:10 +02:00
rr-
ec5ff5f230
Increased margin for error messages
2015-08-05 16:57:33 +02:00
rr-
7350b89a33
Fixed mass tag
...
Regression from b3def7f
.
2015-08-04 21:34:59 +02:00
rr-
91f33c9e08
Fixed pager not showing in recent edits
...
Regression from b3def7f
.
2015-08-04 19:52:47 +02:00
rr-
6b933132a5
Added helpful messages for invalid search orders
2015-08-04 19:47:18 +02:00
rr-
8c87a93774
Added support for note count based post searches
2015-08-04 19:31:57 +02:00
rr-
7ca582186b
Fixed redirection after tag editing
...
Regression from b3def7f
.
2015-08-04 19:22:03 +02:00
rr-
465a61ff4a
Improved API for post editing
2015-08-03 19:27:25 +02:00
rr-
1ad5d7475c
Enabled restricted users to delete own accounts
2015-08-03 19:23:11 +02:00
rr-
ebd25cd9a9
Fixed removing users always logging out
2015-08-03 19:23:11 +02:00
rr-
b3def7fc21
Improved API responses
2015-08-03 19:23:11 +02:00
rr-
5a537ba168
Fixed "original width" fit on Webkit
2015-07-29 19:39:10 +02:00
rr-
b4db90bcdc
Hidden most edit controls by default
...
This reduces form size in half, which should improve editing experience.
2015-07-19 19:32:09 +02:00
rr-
c6a17d33af
Fixed fit modes not appearing in sidebar
2015-07-19 19:32:09 +02:00
rr-
37eabe1556
Improved post view on small layout
...
- post notes no longer disappear
- post image is larger
- sidebar stacks into columns
- things from sidebar are centered
2015-07-19 19:32:08 +02:00
rr-
1969f0e3fa
Improved label naming in browsing settings
2015-07-19 19:32:06 +02:00
rr-
c0a474ed82
Added new fit mode for both dimensions
2015-07-19 19:00:53 +02:00
rr-
6380043a9a
Added option to upscale small posts
2015-07-19 19:00:45 +02:00