811 Commits

Author SHA1 Message Date
e41740db7a Updated robots.txt 2014-10-09 17:23:33 +02:00
f2dd8cecb4 Fixed mcrypt_encode using key with invalid size 2014-10-08 17:14:44 +02:00
330f5c344c Fixed thumbnail generating
Migrating to PHP5.6 revealed that thumbnail generating used relative
paths instead of absolute paths.
2014-10-08 13:43:34 +02:00
9c26087b46 Added hotkeys for selecting posts in upload form 2014-08-27 18:57:49 +02:00
37ff4705a6 Changed post permalink handling 2014-08-23 20:36:54 +02:00
46e47f6f39 Optimized overhead a tiny bit 2014-08-23 15:35:22 +02:00
29384a4b91 Upgraded to newest chibi-core 2014-08-23 14:13:09 +02:00
a6a7aedea2 Fixed comment textarea on narrow screens 2014-08-15 11:17:12 +02:00
1375818d94 Fixed narrow screen on Android stock browser 2014-08-15 11:16:28 +02:00
4f68ee6097 Added support for imgsize:X 2014-08-15 11:07:30 +02:00
6014609a78 Added support for filesizemin:X and filesizemax:X 2014-08-15 11:07:30 +02:00
b1ba30adcb Added support for date:today and date:yesterday 2014-08-15 11:07:25 +02:00
e93c447758 Added date validation in post search queries 2014-08-15 10:22:03 +02:00
a6f71d73c8 Improved HTML structure of check- and radioboxes 2014-08-09 23:28:36 +02:00
c117e0d2a6 Added custom checkboxes and radioboxes 2014-08-09 23:28:36 +02:00
f93b6cf94b Made upload form use generic form field renderers 2014-08-09 21:46:02 +02:00
1b99f17557 Fixed typo in CSS 2014-08-09 20:53:09 +02:00
a4f04352a4 Improved permalink appearance 2014-08-09 20:49:37 +02:00
40e774cce9 Reorganized code to reduce comments 2014-08-09 20:35:31 +02:00
9b9ba9c33c Added flash size constraining 2014-08-09 19:53:51 +02:00
abbaa35188 Done some code cleanup 2014-08-09 19:52:48 +02:00
68c34a9f93 Added permalink field to post view 2014-08-09 15:08:59 +02:00
f52e97e08a Fixed problems with persistent search parser cache 2014-08-09 12:36:53 +02:00
d45a590531 Added exit status codes to test runner 2014-08-09 12:25:30 +02:00
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
1ea7c187ab Added new tabs support for next/prev post 2014-08-08 21:39:48 +02:00
fc569df34e Improved next/prev post behavior 2014-08-08 20:27:47 +02:00
f78d09b424 Removed global Javascript variables 2014-08-08 20:13:50 +02:00
b97726f6ff Changed behavior of post list tabs
Before: each one linked to separate page that contained "static" search.
After: each one links to generic search that is aware of current search.

Example: if you searched for "snow" and clicked "upvoted", you would see
all upvoted posts ever regardless of what you just searched for. After
this change, you will see upvoted posts that have tag "snow". Now, if
you go back to "all posts", you will see again all posts tagged with
"snow" with or without the upvotes. Similarly if you click favorites,
favmin:1 will be appended to your search. In order to totally reset your
search, click "browse".

Additionally, typing favmin:1 and scoremin:1 manually now selects proper
tab.  Previously tabs were marked only if you clicked the tab.

Unfortunately, all of this had to happen at expense of URLs like
/upvoted and /random - now everything is represented with plain /posts/.
2014-08-04 22:15:10 +02:00
ea5a07b509 Fixed thumbnails for non-image uploads 2014-08-03 23:43:51 +02:00
42d814656a Added protection against unsupported URLs 2014-08-03 23:43:51 +02:00
26fcfa1bd9 Improved support for small screens in upload form 2014-08-03 23:43:36 +02:00
aca551038f Improved input alignment in forms 2014-08-03 23:42:24 +02:00
2ccb7f3534 Moved "upload anonymously" checkbox below "source" 2014-08-03 22:27:36 +02:00
0d9f39d645 Fixed being able to add post relation to itself 2014-08-03 22:06:13 +02:00
9e29441c68 Added sorting by tag usage dates to tag list 2014-07-31 11:53:19 +02:00
c1f8a5e632 Upgraded chibi-sql 2014-07-31 11:52:43 +02:00
729ed6f6a8 Added setting optimal height to thumbnails 2014-07-30 08:53:38 +02:00
85f6926300 Improved margins in debug messages 2014-07-28 18:15:09 +02:00
8ad607f64f Updated jQuery to 2.1.1 2014-07-28 18:15:09 +02:00
a2c8ceecc4 Changed post upload form 2014-07-28 18:15:09 +02:00
6eac6afbeb Improved safety buttons apperanace 2014-07-27 23:26:46 +02:00
aa20251ee5 Improved aligning post lists to their containers 2014-07-27 19:33:20 +02:00
c7f077d89a Fixed thumbnails for deleted Youtube videos 2014-07-25 23:15:36 +02:00
e2f6440e18 Fixed logging of tag removal in mass tag 2014-07-17 08:51:36 +02:00
f885acb5f2 Added gzip compression to TTF fonts 2014-07-04 08:22:48 +02:00
eb2b74fdd4 Added simple antispam protection to registration 2014-07-04 08:10:49 +02:00
6543dcc8f9 Fixed thumbnails in upload 2014-06-20 21:29:52 +02:00
6cacb90eef Added maxlength attribute to post source 2014-06-20 18:44:08 +02:00
fe451af7be Added cache to upload thumbnails proxy 2014-06-20 18:31:59 +02:00