Marcin Kurczewski
f4d0230166
Refactor to tag autocompletion
2014-03-10 01:15:47 +01:00
Marcin Kurczewski
4879ba94b0
Fixed problem with keyboard shortcuts on Flash
...
Previous attempt - f226c3eb0c
.
Approach introduced in this commit is theoretically much better, but it still
might not be perfect.
2014-03-05 22:40:50 +01:00
Marcin Kurczewski
ddbecdb16f
Fixed problems with multiple event handlers
...
Whenever DOM update event handlers were executed, jQuery bindings were appended
instead of being replaced. It resulted in funny scenarios like starting to show
multiple confirmation dialogs when trying to delete a post, after
adding/removing it from favorites.
2014-02-20 21:32:07 +01:00
Marcin Kurczewski
b86aaf90a3
Fixed and simplified tag autocompletion
2014-02-18 21:26:54 +01:00
Marcin Kurczewski
4469767d8f
Removed console.log
2014-02-18 21:14:52 +01:00
Marcin Kurczewski
e7a0fdae26
Fixed exit confirmation message on Chrome
2014-02-16 20:10:38 +01:00
Marcin Kurczewski
e36498f709
Layout resizing tweaks
2014-02-16 15:16:17 +01:00
Marcin Kurczewski
d170e3b526
Closed #68
2014-02-01 11:23:59 +01:00
Marcin Kurczewski
1fcced20f1
Misc CSS tweaks
2014-01-06 19:25:27 +01:00
Marcin Kurczewski
01c54d4d83
Optimalization: simplified selectors
...
Squash
2013-11-30 14:23:46 +01:00
Marcin Kurczewski
518311ff61
Optimalization: some JS tweaks
...
- Removed redundant function
- Using .preventDefault instead of return calls in some places
2013-11-30 01:10:48 +01:00
Marcin Kurczewski
4648b6afca
Tag autocomplete aligned to right only in top nav
2013-11-27 17:44:52 +01:00
Marcin Kurczewski
7820417188
Layout: fixed autocomplete box position
2013-11-25 22:23:48 +01:00
Marcin Kurczewski
aa37ee66ff
Various JS optimizations
2013-11-25 22:23:48 +01:00
Marcin Kurczewski
20022ea4ab
Next/prev links are bound to latest search query
2013-11-25 22:23:45 +01:00
Marcin Kurczewski
7fccbd5e02
JS: more robust error handling
...
Also, the upload form cannot be resent during processing
2013-11-23 15:39:19 +01:00
Marcin Kurczewski
0bbeb4604f
Introducing tag list sort styles
...
Also, increased margin in /users
2013-11-23 13:54:13 +01:00
Marcin Kurczewski
b2fdbb914e
Fixed appearance on mobile
2013-11-19 20:20:16 +01:00
Marcin Kurczewski
4166200dbc
Post view actions don't reload the page anymore
2013-11-17 14:24:35 +01:00
Marcin Kurczewski
6582b395d2
Added [P] hotkey for selecting first post on page
2013-11-16 22:02:18 +01:00
Marcin Kurczewski
45e9d32f58
Fixes to bugs introduced in 76a60ed
2013-11-16 21:14:27 +01:00
Marcin Kurczewski
09b5a38c95
Fixed issue with masstag in endless scrolling mode
2013-11-05 09:17:44 +01:00
Marcin Kurczewski
bc43883339
Closed #54 - added mass tag
...
- Moved tag forms to separate files
- Tag forms got tag autocompletion
2013-10-29 23:00:21 +01:00
Marcin Kurczewski
f119ab724a
Paginator: A/D hotkeys disabled in endless mode
2013-10-28 13:01:49 +01:00
Marcin Kurczewski
9e6716021a
Models: enhanced entities filtering
2013-10-28 11:24:11 +01:00
Marcin Kurczewski
24f5024db3
Fixed tag autocompletion
...
It yielded too many results in some cases.
2013-10-27 23:14:48 +01:00
Marcin Kurczewski
bddf04ea78
Hotkeys should no longer get in the way
2013-10-26 12:39:15 +02:00
Marcin Kurczewski
0eb1ef4fff
Added hotkey for next/prev page
2013-10-25 17:14:26 +02:00
Marcin Kurczewski
c662d52d62
Closed #34
...
Introducing keyboard shortcut.
Every page:
[Q] - focus search
[W] - scroll up
[S] - scroll down
Post:
[A] - next post
[D] - previous post
[E] - edit post
Also, when clicking on post edit, browser is scrolled to the form.
2013-10-25 15:41:09 +02:00
Marcin Kurczewski
823888b0c1
Universal check for form submission
2013-10-22 00:17:36 +02:00
Marcin Kurczewski
83355f3789
A bit more reasonable autocomplete (II)
2013-10-21 15:10:25 +02:00
Marcin Kurczewski
9f5bdc3da0
A bit more reasonable autocomplete
2013-10-21 15:09:52 +02:00
Marcin Kurczewski
0f72ef3963
Closed #48
2013-10-21 14:48:28 +02:00
Marcin Kurczewski
ff3e4bc287
Closed #47
2013-10-21 14:24:34 +02:00
Marcin Kurczewski
bc24b7d2cf
Fixed problems with Android keyboards
...
Users were completely unable to type anything.
2013-10-20 18:55:33 +02:00
Marcin Kurczewski
e15910b637
Closed #41
2013-10-19 22:56:56 +02:00
Marcin Kurczewski
ee050cfd01
Worked on #8
...
Also:
- changed URL schema for posts from /posts/action/id to /posts/id/action
- moved XXXController::locateXXX methods to Model_XXX::locate
2013-10-17 22:57:32 +02:00
Marcin Kurczewski
17013e8fe5
Closed #1 ; closed #2 ; closed #4 ; closed #27
2013-10-15 13:14:48 +02:00
Marcin Kurczewski
23fc89c30c
User safety settings
2013-10-14 00:25:40 +02:00
Marcin Kurczewski
35e097d0ce
Fixed JS order, removed misplaced debug
2013-10-09 21:31:38 +02:00
Marcin Kurczewski
d019351fd9
Upload form acts with more grace
2013-10-09 00:58:49 +02:00