Marcin Kurczewski
c117e0d2a6
Added custom checkboxes and radioboxes
2014-08-09 23:28:36 +02:00
Marcin Kurczewski
1b99f17557
Fixed typo in CSS
2014-08-09 20:53:09 +02:00
Marcin Kurczewski
a4f04352a4
Improved permalink appearance
2014-08-09 20:49:37 +02:00
Marcin Kurczewski
9b9ba9c33c
Added flash size constraining
2014-08-09 19:53:51 +02:00
Marcin Kurczewski
abbaa35188
Done some code cleanup
2014-08-09 19:52:48 +02:00
Marcin Kurczewski
68c34a9f93
Added permalink field to post view
2014-08-09 15:08:59 +02:00
Marcin Kurczewski
a9a5bea1c7
Changed last search query tracking to server-side
...
Recent changes to last search query handling still haven't fixed all
possible routes, so I've simplified the whole thing at expense of clean
URLs.
2014-08-09 12:15:03 +02:00
Marcin Kurczewski
1ea7c187ab
Added new tabs support for next/prev post
2014-08-08 21:39:48 +02:00
Marcin Kurczewski
fc569df34e
Improved next/prev post behavior
2014-08-08 20:27:47 +02:00
Marcin Kurczewski
f78d09b424
Removed global Javascript variables
2014-08-08 20:13:50 +02:00
Marcin Kurczewski
42d814656a
Added protection against unsupported URLs
2014-08-03 23:43:51 +02:00
Marcin Kurczewski
26fcfa1bd9
Improved support for small screens in upload form
2014-08-03 23:43:36 +02:00
Marcin Kurczewski
aca551038f
Improved input alignment in forms
2014-08-03 23:42:24 +02:00
Marcin Kurczewski
729ed6f6a8
Added setting optimal height to thumbnails
2014-07-30 08:53:38 +02:00
Marcin Kurczewski
85f6926300
Improved margins in debug messages
2014-07-28 18:15:09 +02:00
Marcin Kurczewski
a2c8ceecc4
Changed post upload form
2014-07-28 18:15:09 +02:00
Marcin Kurczewski
6eac6afbeb
Improved safety buttons apperanace
2014-07-27 23:26:46 +02:00
Marcin Kurczewski
aa20251ee5
Improved aligning post lists to their containers
2014-07-27 19:33:20 +02:00
Marcin Kurczewski
6543dcc8f9
Fixed thumbnails in upload
2014-06-20 21:29:52 +02:00
Marcin Kurczewski
6cacb90eef
Added maxlength attribute to post source
2014-06-20 18:44:08 +02:00
Marcin Kurczewski
3b5839031e
Added opt-in thumbnail proxying in upload
...
Rationale: some services thought that images linked from /posts/upload
are hotlinked. This is because they were receiving referrer set to a
host that is unknown for them. By using proxying, referrer is blank,
which increases thumbnail coverage at the expense of increased
server-side traffic.
2014-06-20 18:03:13 +02:00
Marcin Kurczewski
da9765c352
Fixed youtube thumbnails
...
API v2 got deprecated in March and v3 requires signup. Hotlinking like a
boss.
2014-06-20 17:04:42 +02:00
Marcin Kurczewski
8a2e6948bc
Fixed links in related tags view
2014-06-13 11:46:18 +02:00
Marcin Kurczewski
c2e3c8dd23
Fixed consecutive post editing
...
Editing post twice in a row resulted in warning about concurrent
editing.
2014-06-10 10:56:33 +02:00
Marcin Kurczewski
4d13a83047
Fixed tags post count placement in sidebar
2014-05-30 08:46:12 +02:00
Marcin Kurczewski
ed98f772a4
Improved users alignment in user list
2014-05-23 09:08:04 +02:00
Marcin Kurczewski
8e6fbf3c9d
Fixed event confirmation in jQuery
2014-05-23 08:45:45 +02:00
Marcin Kurczewski
e3617434e6
Added AJAX wrappers to a few forms
2014-05-20 23:12:24 +02:00
Marcin Kurczewski
fee19c61bc
Added support for custom avatars
2014-05-20 23:00:25 +02:00
Marcin Kurczewski
65e909d053
Refactored form rendering
2014-05-20 23:00:24 +02:00
Marcin Kurczewski
0947858ffc
Removed text wrap from log
2014-05-20 23:00:24 +02:00
Marcin Kurczewski
3e426844a8
Fixed vertical text alignment of buttons
2014-05-18 23:22:50 +02:00
Marcin Kurczewski
b185b098d0
Fixed upload filename align; changed form controls
2014-05-18 21:59:56 +02:00
Marcin Kurczewski
fc07bb590a
Fixed long tag names appearance in post view
2014-05-18 21:59:56 +02:00
Marcin Kurczewski
9e756e28e4
Continued work on documentation
2014-05-18 21:59:56 +02:00
Marcin Kurczewski
634d0061d4
Added API documentation prototype
2014-05-18 21:59:56 +02:00
Marcin Kurczewski
5f246d7a51
Improved support for no Javascript
2014-05-18 21:32:47 +02:00
Marcin Kurczewski
2a6f047c28
Removed ?json in favor of X-Ajax
2014-05-18 21:32:47 +02:00
Marcin Kurczewski
d082d74716
Added information about memory usage to footer
2014-05-14 19:38:42 +02:00
Marcin Kurczewski
0e6ed74682
Fixed post safety user settings
2014-05-12 15:15:50 +02:00
Marcin Kurczewski
458aac971d
Removed trash HTML
2014-05-05 17:47:30 +02:00
Marcin Kurczewski
6ae4cea8bb
Moved post upload to API
2014-05-03 19:26:00 +02:00
Marcin Kurczewski
162b131435
Moved tag toggling to API
2014-05-03 19:25:59 +02:00
Marcin Kurczewski
aeb73e2a5c
Renamed IndexController class and methods
2014-05-03 19:25:59 +02:00
Marcin Kurczewski
feec48ed83
AJAX doesn't rely on StatusHelper
...
Since the purpose that StatusHelper was mainly created for no longer
holds, it was simplified to Messenger. It is now is used to transport
simple messages to views and still transports info whether the message
is about success or failure.
2014-05-01 23:34:44 +02:00
Marcin Kurczewski
a312f02fdc
Background in inputs set to white
2014-04-27 16:01:50 +02:00
Marcin Kurczewski
da1f5d8ab2
Split long lines in views
2014-04-27 16:01:50 +02:00
Marcin Kurczewski
4847448a26
Little fixes for small layouts
2014-04-20 11:39:26 +02:00
Marcin Kurczewski
d3e135ea15
Enhanced support for new video posts ( closed #75 )
2014-04-09 14:19:51 +02:00
Marcin Kurczewski
02be024bc4
Fixed #74
2014-04-08 17:06:00 +02:00