Marcin Kurczewski
7046553a45
Fixed CSS problems with Chrome and Firefox
2013-12-01 15:15:01 +01:00
Marcin Kurczewski
e93c3588f9
Fix to tabs in upload
2013-11-30 16:42:47 +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
5e58488f3e
Optimalization: simplified tabs structure
2013-11-30 00:05:03 +01:00
Marcin Kurczewski
e4b4c5d273
Optimalization: added stuff to .htaccess
2013-11-29 23:58:06 +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
f226c3eb0c
Fixed hotkeys conflicting with Flash on Chrome
2013-11-25 22:23:48 +01:00
Marcin Kurczewski
505fe1bac3
Mass tag: fixed concurrent tag toggling
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
7e56fce470
Sending comment hides preview
2013-11-23 15:39:19 +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
ecc72e52e6
Added margin for alerts
2013-11-23 15:39:19 +01:00
Marcin Kurczewski
c1e763316a
Fav and comments are shown only if there are any
2013-11-23 15:39:13 +01:00
Marcin Kurczewski
6e9a18c0ae
Paginator: introducing "..." pseudo-pages
...
If delta between pages in paginator is greater than 2, it adds "..." inbetween.
If delta is equal to 2, it adds missing page link instead.
Examples:
1,4,5 gets converted to 1,...,4,5
1,3,4 gets converted to 1,2,3,4
2013-11-23 13:54:13 +01:00
Marcin Kurczewski
467f0c6b93
Slightly better tabs
2013-11-23 13:54:13 +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
007e797d3a
Faster tag list
2013-11-23 13:54:09 +01:00
Marcin Kurczewski
d636fe1c0a
Fixed hover 1px border bug
2013-11-22 00:26:05 +01:00
Marcin Kurczewski
fb5e851a13
Closed #66
2013-11-21 22:44:28 +01:00
Marcin Kurczewski
b2fdbb914e
Fixed appearance on mobile
2013-11-19 20:20:16 +01:00
Marcin Kurczewski
9ab961985d
Refactor to logging
...
- Centralized use of TextHelper::repr..() instead of hardcoded markdown
- Centralized processing of highlighting instead of hardcoded markdown
- Highlighted items are marked with color, not just bold
2013-11-17 23:46:31 +01:00
Marcin Kurczewski
da63c0fd19
Closed #61
2013-11-17 14:53:17 +01:00
Marcin Kurczewski
4166200dbc
Post view actions don't reload the page anymore
2013-11-17 14:24:35 +01:00
Marcin Kurczewski
4e64431a96
Changes to infobar in post thumbnails
2013-11-16 22:40:19 +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
039d56c260
Further work on #62
...
Added ability to resend activation mail
2013-11-16 18:57:08 +01:00
Marcin Kurczewski
76a60ed5d7
Refactoring of error/success messages
2013-11-16 18:44:40 +01:00
Marcin Kurczewski
5e30253789
Closed #58
2013-11-13 19:42:22 +01:00
Marcin Kurczewski
6fadc612fd
Changed feature image style
2013-11-10 12:23:59 +01:00
Marcin Kurczewski
7b014f036b
Fixes to mass-tag
2013-11-06 00:51:16 +01:00
Marcin Kurczewski
09b5a38c95
Fixed issue with masstag in endless scrolling mode
2013-11-05 09:17:44 +01:00
Marcin Kurczewski
f7a0b7b440
Focused tab is marked with different color
2013-11-01 15:41:56 +01:00
Marcin Kurczewski
b3f15dc049
Header becomes less bloated in favor of tabs
2013-11-01 12:58:54 +01:00
Marcin Kurczewski
be919603e3
Tag list gets tabbed interface
2013-11-01 12:58:48 +01:00
Marcin Kurczewski
f32c045349
Upload: increased thumbnail size to 150x150px
2013-11-01 10:38:32 +01:00
Marcin Kurczewski
bd05123cfc
Post view: safety marked with color
2013-10-31 14:02:22 +01:00
Marcin Kurczewski
1714e9e665
Added support for post relations
2013-10-30 20:20:01 +01:00
Marcin Kurczewski
b7084d61ae
Closed #51 - anonymous uploads; simplified JS
2013-10-30 16:51:22 +01:00
Marcin Kurczewski
96d994eeea
CSS enhancements for focused elements
2013-10-29 23:01:02 +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
cf1b5837a7
Reduced thumbnail size (PNG->JPG)
2013-10-29 09:27:02 +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
2f8d43cb4b
Post edit link: focus the form on click
2013-10-27 22:47:20 +01:00
Marcin Kurczewski
3f3024d6ac
Added avatars for unknown users
2013-10-27 20:46:10 +01:00