Marcin Kurczewski
970b9bf06d
Simplified util/misc.js requires
2014-12-20 10:30:10 +01:00
Marcin Kurczewski
e5f2e293f0
Bumped version to 0.9.2
2014-12-14 21:00:38 +01:00
Marcin Kurczewski
43334b33e1
Fixed suggestions not hiding in the upload
2014-12-14 20:49:42 +01:00
Marcin Kurczewski
839e97b1e2
Fixed history for posts uploaded anonymously
...
Until now posts uploaded anonymously were not so anonymous - the author
was clearly visible in post history (and tag history if the upload has
led to creation of any new tags). Both of these are fixed now.
2014-12-14 09:30:22 +01:00
Marcin Kurczewski
8a33b9581d
Tweaked font size for <small/> tag
2014-12-07 13:43:15 +01:00
Marcin Kurczewski
7067d8e13d
Added support for [small]text[/small]
2014-12-07 13:43:04 +01:00
Marcin Kurczewski
5769034223
Fixed tag input behavior for initial text
2014-11-30 20:30:06 +01:00
Marcin Kurczewski
c0a5c800e0
Fixed autocomplete staying even after hiding input
2014-11-30 13:05:31 +01:00
Marcin Kurczewski
b70231bd7e
Changed used tags in autocomplete to be grayed-out
2014-11-30 12:49:48 +01:00
Marcin Kurczewski
bc757dd883
Fixed reused implied tags marked as duplicates
2014-11-30 12:49:48 +01:00
Marcin Kurczewski
924592675c
Fixed tag suggestions for implied tags
2014-11-30 12:40:22 +01:00
Marcin Kurczewski
a3aea27a13
Fixed tag edits not triggering tag list updates
2014-11-30 12:40:22 +01:00
Marcin Kurczewski
3c54671aeb
Widened post edit form
2014-11-30 11:58:39 +01:00
Marcin Kurczewski
d8df51f0c0
Moved suggestions before siblings
2014-11-30 11:55:24 +01:00
Marcin Kurczewski
b693a5f4b3
Added tag siblings suggestion synchronization
2014-11-30 11:54:38 +01:00
Marcin Kurczewski
303f91e15c
Refactored tag suggestions
2014-11-30 11:45:49 +01:00
Marcin Kurczewski
c350c47195
Added showing tag suggestions on click
2014-11-30 11:31:40 +01:00
Marcin Kurczewski
24ce67b4ff
Added auto completion to tag list presenter
2014-11-30 00:22:50 +01:00
Marcin Kurczewski
06d7c19556
Added POST to tag merging API
2014-11-28 23:18:26 +01:00
Marcin Kurczewski
728d1d65de
Fixed mass tag
2014-11-28 23:18:23 +01:00
Marcin Kurczewski
4b27b8a85d
Fixed updating user settings
2014-11-28 23:18:14 +01:00
Marcin Kurczewski
bfe31d87a1
Fixed history presenter
2014-11-27 18:22:48 +01:00
Marcin Kurczewski
2fd371b10a
Added absolute timestamp hints where necessary
2014-11-27 10:34:45 +01:00
Marcin Kurczewski
f1647a5f7b
Fixed precision loss in post disk space usage
2014-11-22 18:08:34 +01:00
Marcin Kurczewski
cd688b25a3
Fixed example tag usages not showing up
2014-11-22 17:54:37 +01:00
Marcin Kurczewski
a7c6e9f043
Fixed putting "null" in post sources
2014-11-22 17:49:35 +01:00
Marcin Kurczewski
997c2a10ec
Renamed SearchServices directory to Search
2014-11-22 14:56:30 +01:00
Marcin Kurczewski
95cf0ca37b
Moved Controllers/ViewProxies to ViewProxies
2014-11-22 14:53:40 +01:00
Marcin Kurczewski
116522498d
Removed obsolete method in InputReader
2014-11-22 14:47:25 +01:00
Marcin Kurczewski
01a84ee4e2
Changed account settings editing
...
Account settings editing no longer encapsulates file content in base64.
2014-11-22 14:45:48 +01:00
Marcin Kurczewski
2458935fdf
Changed post editing
...
Post editing no longer encapsulates file content in base64.
2014-11-22 14:45:45 +01:00
Marcin Kurczewski
f2b1e3bedb
Changed post uploads
...
Post uploads no longer encapsulates file content in base64.
This means dramatic speed up for sending on local networks.
2014-11-22 14:37:00 +01:00
Marcin Kurczewski
77c51d9a8a
Added support for FormData in JS API facade
2014-11-22 14:31:53 +01:00
Marcin Kurczewski
d8d65ed24c
Changed PUT requests to POST
...
HTTP spec disallows multipart/form-data requests using PUT method.
2014-11-22 14:30:29 +01:00
Marcin Kurczewski
58d3129548
Removed dangling console.log
2014-11-22 14:04:40 +01:00
Marcin Kurczewski
0b032e7f94
Merge branch 'api'
2014-11-22 13:10:24 +01:00
Marcin Kurczewski
4e6fe634e1
Fixed post list disregarding viewPosts privilege
2014-11-22 13:10:00 +01:00
Marcin Kurczewski
b14f02810e
Fixed everyone could view every post
2014-11-22 13:00:36 +01:00
Marcin Kurczewski
796c2d1b1f
Fixed everyone could feature posts
2014-11-22 12:58:02 +01:00
Marcin Kurczewski
40197d6c39
Fixed everyone could delete posts
2014-11-22 12:57:52 +01:00
Marcin Kurczewski
736c0a66ff
Fixed comments disregarding viewUsers privilege
2014-11-22 12:56:44 +01:00
Marcin Kurczewski
48230a64ad
Simplified routing
2014-11-22 12:44:45 +01:00
Marcin Kurczewski
da6b37b14c
Merge branch 'master' into api
2014-11-21 22:34:04 +01:00
Marcin Kurczewski
4b4ccf365a
Fixed entity IDs being strings
...
This coincidentally fixes editing newly added comments.
2014-11-21 22:32:10 +01:00
Marcin Kurczewski
2b0a4d1f76
Removed AJAX external caching
...
jQuery's caching caused problems in some scenarios, for example with
scoring/faving posts.
2014-11-21 22:24:06 +01:00
Marcin Kurczewski
2d1b5308f3
Removed unneeded dependencies
2014-11-21 22:16:56 +01:00
Marcin Kurczewski
8fb1b87ae5
Fixed post editing
2014-11-21 22:16:56 +01:00
Marcin Kurczewski
9621810332
Fixed syntax error
2014-11-21 22:16:56 +01:00
Marcin Kurczewski
bd33b09f7b
Fixed private methods
2014-11-21 22:16:31 +01:00
Marcin Kurczewski
3245c75187
Removed controller layer
2014-11-21 22:16:31 +01:00