Marcin Kurczewski
b86aaf90a3
Fixed and simplified tag autocompletion
2014-02-18 21:26:54 +01:00
Marcin Kurczewski
43a33e579d
Tweaks to unit converter
2014-02-18 18:35:58 +01:00
Marcin Kurczewski
2bad17ebdb
Fixed extension in saved posts
2014-02-18 18:35:58 +01:00
Marcin Kurczewski
1352aba438
Fixed saving post original file name to DB
2014-02-18 18:35:58 +01:00
Marcin Kurczewski
eee6421775
Post editing: quasi-popup in place of sliding unit
2014-02-18 18:35:55 +01:00
Marcin Kurczewski
65c6caa13c
Freshened up sidebar
2014-02-18 16:41:36 +01:00
Marcin Kurczewski
532fe9f7e6
Added pagination to tag list
2014-02-16 20:10:38 +01:00
Marcin Kurczewski
18bfd6605d
Searching: more robust entity counting
2014-02-16 20:10:38 +01:00
Marcin Kurczewski
0c5fc7e03f
Fixed useless arguments
2014-02-16 20:10:38 +01:00
Marcin Kurczewski
3e99a6336c
Form CSS overhaul
2014-02-16 20:10:34 +01:00
Marcin Kurczewski
4a69084a8b
Upload no longer uses tabs
2014-02-16 20:00:26 +01:00
Marcin Kurczewski
7a5d97e153
Dates changed to relative form (except logs)
2014-02-16 15:16:20 +01:00
Marcin Kurczewski
620d1204f7
Changed footer appearance
2014-02-16 12:33:52 +01:00
Marcin Kurczewski
27c780602c
Better looking user list
2014-02-16 12:33:52 +01:00
Marcin Kurczewski
83a966f1af
Added tab wrappers
2014-02-16 12:33:48 +01:00
Marcin Kurczewski
8161bc9c88
Version upgrade (0.6.1)
2014-02-13 09:39:09 +01:00
Marcin Kurczewski
c99596d12b
Added last login date to users
2014-02-13 09:10:24 +01:00
Marcin Kurczewski
b22e74c0e9
Closed #72
2014-02-05 08:35:24 +01:00
Marcin Kurczewski
6a407fc87a
Fixed #73
2014-02-05 08:22:26 +01:00
Marcin Kurczewski
91b0432067
Fixed css
...
CSS for comments wasn't included in post-view.phtml. This manifested when user
posted a comment thruogh it (AJAX requests don't append CSS from AJAXed pages,
so added it in parent view).
2014-02-02 22:45:41 +01:00
Marcin Kurczewski
f01f55cc8b
Fixed #71
2014-02-02 22:44:13 +01:00
Marcin Kurczewski
0b55dfad04
Markdown: restored ATX headers
...
See be3b39bf42
.
It works again, but it requires putting a space after hash.
2014-02-02 19:23:52 +01:00
Marcin Kurczewski
35cdc0cf3a
Refactored scripts and stylesheets
...
Styles, scripts and page titles are no longer set from controllers level.
Changed because it was breaking MVC pattern and led to spaghetti code.
Also, optimized JS/CSS inclusions a bit.
2014-02-01 11:24:03 +01:00
Marcin Kurczewski
d170e3b526
Closed #68
2014-02-01 11:23:59 +01:00
Marcin Kurczewski
ac1997d4d0
Refactored search case sensitivity support
2014-02-01 09:54:46 +01:00
Marcin Kurczewski
d085ffe39a
Closed #70
2014-02-01 09:51:37 +01:00
Marcin Kurczewski
d01a087b30
Cosmetic changes
2014-01-27 09:21:52 +01:00
Marcin Kurczewski
36e2e5827c
Closed #69
2014-01-27 09:17:36 +01:00
Marcin Kurczewski
752cbbd016
Fixed undefined method
2014-01-26 13:35:47 +01:00
Marcin Kurczewski
a869c1da1e
Slightly changed comment edit log message
2014-01-25 16:44:37 +01:00
Marcin Kurczewski
100303173e
Added comment editing support
...
In other news, editing a post doesn't reload page anymore
(yay for editing tags for Youtube posts)
2014-01-25 16:39:09 +01:00
Marcin Kurczewski
fd9433a2e3
Edit tokens moved to model
2014-01-25 15:09:20 +01:00
Marcin Kurczewski
be3b39bf42
Markdown: disabled atx-style header support
...
Rationale - collision with tag syntax: if #tag was first word in given line,
the line was treated like header.
2014-01-25 14:09:56 +01:00
Marcin Kurczewski
15486b6e9a
Fixed problems with block-level spoilers
...
Block-level spoilers (= inside <h1>, <li> etc.) were left unparsed.
2014-01-14 23:20:47 +01:00
Marcin Kurczewski
1fcced20f1
Misc CSS tweaks
2014-01-06 19:25:27 +01:00
Marcin Kurczewski
56622b8e9d
Last comments respect safety choice
2014-01-04 12:55:59 +01:00
Marcin Kurczewski
4a9cc4b3bc
Fixed invalid SQL in some circumstances
2014-01-04 12:55:03 +01:00
Marcin Kurczewski
b1fb329fc7
Fixed silly bug
...
Statistics for each user in user list showed comment count instead of post
count.
2013-12-23 16:43:12 +01:00
Marcin Kurczewski
306c6478b4
Micro optimalizations
...
Saved 0.015s on various things, mostly thanks to new chibi-core caching
2013-12-23 10:10:03 +01:00
Marcin Kurczewski
8cfc2aeb2a
Fixes for MySQL driver
2013-12-18 17:49:22 +01:00
Marcin Kurczewski
9a9220ab24
Version upgrade (0.6.0)
2013-12-18 17:38:22 +01:00
Marcin Kurczewski
6905ad047d
Fixed changing access rank
2013-12-18 16:11:20 +01:00
Marcin Kurczewski
5607cfc353
Models rewrite; removed RedBeanPHP; misc changes
...
Pages load 1.5-2x faster
Exception trace in JSON is now represented as an array
Fixed pagination of default favorites page in user pages
Fixed thumbnail size validation for non-square thumbnails
2013-12-18 15:17:49 +01:00
Marcin Kurczewski
8c0c5269c4
Fixed 404 pages
2013-12-16 23:38:31 +01:00
Marcin Kurczewski
95961fe7d5
Added tag sorting here and there
...
- Title attribute in post thumbnail
- Page title in post view
- Footer in featured post
2013-12-14 16:55:07 +01:00
Marcin Kurczewski
1c6b10f966
Fixed 1px bug
2013-12-14 16:49:43 +01:00
Marcin Kurczewski
5b25250209
Optimalizations
2013-12-14 14:50:30 +01:00
Marcin Kurczewski
c7c5cde2b6
Fixed removing from favorites
2013-12-14 12:51:11 +01:00
Marcin Kurczewski
5d45d6da2c
Support for MySQL
2013-12-14 12:51:08 +01:00
Marcin Kurczewski
31bc799518
Markdown: fixes related to <pre> blocks
2013-12-08 12:12:45 +01:00