1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-05 04:18:03 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
8n-tech
c240c96ea8 Javascript ammendments, dio_ on Windows.
#475 - Fixed both issues.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-21 01:39:44 +10:00
Fredrick Brennan
afa2bba3c7 Add some missing i18n tags 2015-03-20 16:09:21 +08:00
marktaiwan
b073dc74a8 post-filter.js: prevent extra space characters
prevent extra spaces in comment caused by joining strings with leading
or trailing space.
2015-03-16 22:36:26 +08:00
8chan
7005a2d473 Fix filter for users with emoji in thier names 2015-03-09 02:32:02 -07:00
marktaiwan
193e1f95b0 Bugfix: convert it to string 2015-03-06 20:04:35 +08:00
marktaiwan
331b471bea post-filter.js catalog support
Removes hidden threads from catalog page
Shift click on catalog to hide thread
Improved word matching for simple comment and subject filter.
2015-03-06 16:15:49 +08:00
marktaiwan
e826eb95e6 minor options template adjustment 2015-02-26 02:39:34 +08:00
marktaiwan
7d615bb038 post-filter.js restructure
- Changed how filters are stored. Have included code to migrate from
previous version
- Added support for 'subject' and 'comment' in the options panel
- Added regex support in the options panel
2015-02-26 00:05:43 +08:00
marktaiwan
793bc3590c Changed 'hide post' button behavior 2015-02-24 16:30:51 +08:00
marktaiwan
d6aa5c0fe5 Split post menu into own function 2015-02-24 16:04:00 +08:00
8chan
2b987b2198 Add one click [-]/[+] to post-filter.js 2015-02-20 17:16:29 -08:00
8chan
7364e85351 Fix many features for Internet Explorer 9 and 10
Please don't use "dataset" in scripts anymore, it doesn't work in IE9 or 10. Instead use $.data
2015-02-20 01:51:06 -08:00
marktaiwan
d4bc803f4b fix menu UI for Firefox 2015-02-18 14:47:43 +08:00
marktaiwan
09fe78342a reset thread timer on new filter 2015-02-18 14:04:09 +08:00
marktaiwan
071f9af660 Clear empty thread/board from filter list 2015-02-18 14:03:06 +08:00
marktaiwan
6455fca5bd post-filter
Adds a dropdown menu to each post that allows for filtering by:
- post
- post and all replies to it
- poster ID
- poster ID and all replies to it
- name
- tripcode

In the options panel, adds a new tab for adding/removing name and
tripcode filters.
2015-02-17 14:40:04 +08:00