Marcin Kurczewski
76edbfeddb
Moved tag controller to routes
2014-11-21 15:49:53 +01:00
Marcin Kurczewski
9de6e7e739
Moved post notes controller to routes
2014-11-21 12:54:33 +01:00
Marcin Kurczewski
d8a4e1ec4e
Moved post controller to routes
2014-11-21 12:45:47 +01:00
Marcin Kurczewski
193d1c5f7a
Moved post content controller to routes
2014-11-21 11:27:51 +01:00
Marcin Kurczewski
7ff961fc21
Moved history controller to routes
2014-11-21 10:33:15 +01:00
Marcin Kurczewski
a11436aa8c
Added more tests to route repository test
2014-11-21 10:30:53 +01:00
Marcin Kurczewski
a3b02adb7f
Moved global param controller to routes
2014-11-21 10:30:52 +01:00
Marcin Kurczewski
40b16f586b
Fixed RouteRepositoryTest using real DB
2014-11-21 10:30:51 +01:00
Marcin Kurczewski
602d7a1f45
Split favorites controller to routes
2014-11-21 10:23:50 +01:00
Marcin Kurczewski
333c538f1e
Split comment controller to routes
2014-11-21 10:23:49 +01:00
Marcin Kurczewski
7c182f57a0
Added support for arguments in new Routes
2014-11-21 10:23:49 +01:00
Marcin Kurczewski
2a7ca79b2d
Added Route layer proof of concept
2014-11-21 10:23:49 +01:00
Marcin Kurczewski
9e894bc41c
Fixed ControllerRepositoryTest using real DB
2014-11-21 10:21:26 +01:00
Marcin Kurczewski
cdd2726f30
Improved MySQL integration
2014-11-21 10:20:04 +01:00
Marcin Kurczewski
029f0f00a4
Improved test database upgrade script
2014-11-21 10:03:08 +01:00
Marcin Kurczewski
c6fe7a4320
Changed downloading YouTube posts in backend
...
Trying to download YouTube posts by visiting backend directly results in
a redirect to YouTube instead of showing an ugly error.
2014-11-19 19:47:54 +01:00
Marcin Kurczewski
8bd4ae27c2
Fixed bad message when serving non-existing files
2014-11-19 19:47:54 +01:00
Marcin Kurczewski
2a215ef51b
Removed download link for YouTube posts
2014-11-19 19:47:50 +01:00
Marcin Kurczewski
6473ed74d3
Fixed post note removal didn't generate snapshot
2014-11-19 19:40:06 +01:00
Marcin Kurczewski
44a4184eb8
Changed snapshot merging to work for deletions
...
Creating and deleting stuff will remove history snapshots if it occurs
within five minute gap. This is to prevent spamming history with
tag names that are introduced by an accident and removed shortly after.
2014-11-19 19:37:10 +01:00
Marcin Kurczewski
847f248829
Added snapshot compression
2014-11-19 10:22:59 +01:00
Marcin Kurczewski
a0133ea632
Added snapshot merging
2014-11-18 21:22:46 +01:00
Marcin Kurczewski
0b15ca1b05
Fixed current search not showing arrow
2014-11-18 16:06:12 +01:00
Marcin Kurczewski
2996f27671
Fixed scoremin and scoremax
2014-11-17 23:04:23 +01:00
Marcin Kurczewski
6a751ed0b2
Fixed user list presenter disrespecting privileges
...
If user had no right to view user accounts, the list presenter ignored
that and linked to pages that shown privilege errors. Now it shows the
links only if user has right to view user accounts.
2014-11-17 22:16:30 +01:00
Marcin Kurczewski
97482fb38e
Changed post note edit form position to fixed
2014-11-16 10:49:53 +01:00
Marcin Kurczewski
8e06881a3e
Added post note previews
2014-11-16 10:41:20 +01:00
Marcin Kurczewski
4e28ccb4dc
Added draggability to post note edit form
2014-11-16 10:41:20 +01:00
Marcin Kurczewski
fb4b31bd37
Fixed post note being shown on top of edit form
2014-11-16 09:42:54 +01:00
Marcin Kurczewski
e223847e8e
Fixed post note z-index
2014-11-13 20:17:34 +01:00
Marcin Kurczewski
2856b67018
Added client-side warning about too large files
2014-11-12 21:55:48 +01:00
Marcin Kurczewski
13e622f9e7
Fixed race condition in entity preparation
2014-11-11 19:24:05 +01:00
Marcin Kurczewski
399a648ed8
Whaaat another bugfix
...
This is getting stupid
2014-11-11 18:17:53 +01:00
Marcin Kurczewski
1a6aa914b6
Improved history appearance
2014-11-11 16:19:30 +01:00
Marcin Kurczewski
40d1276c36
Fixed generating empty difference snapshots
2014-11-11 15:21:45 +01:00
Marcin Kurczewski
2f12ec0a5e
Improved style
2014-11-11 14:27:36 +01:00
Marcin Kurczewski
584d06a7f1
Fixed saving JPEGs with Imagick destroyed resource
2014-11-11 14:19:46 +01:00
Marcin Kurczewski
b4050b7b1d
Fixed bad JS assignment
2014-11-11 14:19:17 +01:00
Marcin Kurczewski
f773e6c66d
Removed unused variable
2014-11-11 14:14:11 +01:00
Marcin Kurczewski
f7eb76a9d4
Removed TODO
2014-11-11 14:12:32 +01:00
Marcin Kurczewski
2e83a90e98
Improved blockquote appearance
2014-11-10 22:34:05 +01:00
Marcin Kurczewski
507cb52a73
Fixed strike-through in Markdown
2014-11-10 22:29:07 +01:00
Marcin Kurczewski
cc6b7e41bc
Fixed generating thumbnails of GIF images
2014-11-10 20:45:10 +01:00
Marcin Kurczewski
a2ff2d25ae
Removed browser autocomplete from account settings
2014-11-10 20:25:07 +01:00
Marcin Kurczewski
2a833d53ea
Fixed critical bug in frontend routing
...
I have no idea how this could ever work.
2014-11-10 20:20:40 +01:00
Marcin Kurczewski
4489277df8
Fixed bad SQL when looking for multiple uploaders
2014-11-10 20:04:38 +01:00
Marcin Kurczewski
b7e2c28780
Added helluva search aliases
2014-11-10 19:47:04 +01:00
Marcin Kurczewski
77983d8e20
Changed and/or to &&/||
2014-11-10 19:14:58 +01:00
Marcin Kurczewski
ed833bf7b1
Added tags with 0 usages to autocomplete
2014-11-10 19:04:40 +01:00
Marcin Kurczewski
8920cd277f
Updated TODO
2014-11-10 18:46:11 +01:00