1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-12 07:41:12 +01:00
Commit Graph

1320 Commits

Author SHA1 Message Date
8n-tech
497e554f49 "Load more" button and functionality.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-16 07:02:17 +10:00
8n-tech
ec90c96459 - board-search.php Now properly calculates tag weight.
- boards.php Passes $search parameters into Twig.
- js/board-reictory.js Stores last search parameters and handles tag click events.
- Twig now passes old search parameters into the search form.
- Tags now link in such a way that they will preserve form data and other tags when clicked in a browser without JavaScript.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-16 05:46:48 +10:00
8n-tech
0347bf772d - board-search.php Improved result limiting.
- boards.php Passes omit information
- js/board-directory.js Improved code organization.
- js/board-directory.js Added NSFW icon.
- js/board-directory.js Added basic locale handling.
- js/board-directory.js Disabled submit button until JS is bound.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-15 22:02:11 +10:00
8n-tech
f09def2712 Main change with this commit is adding board-directory.js which is to handle JS enabled searching.
Highly incomplete. Barely functional. Just lays groundwork.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-15 05:06:49 +10:00
8chan
cd8abc3461 Merge https://github.com/ctrlcctrlv/infinity 2015-03-29 22:36:34 +00:00
8chan
013ea195da Fix "double dorito" bug (post filter runs twice)
Note: This broke post-hover when expand-too-long is used. It's necessary to either come up with an event other than new_post for this (perhaps change_post), or have post-hover.js and other safe scripts expose a method that can be called here. I think the new event is a better idea though.
2015-03-29 15:33:50 -07:00
Fredrick Brennan
3b2ad6f4bf Merge pull request #439 from marktaiwan/post-form
file selector: correct typo, click event target
2015-03-30 06:25:03 +08:00
Fredrick Brennan
cbb93f8778 Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 2015-03-27 19:41:15 +08:00
Fredrick Brennan
3ee32993d7 Fix off-center <h1> on pages with no boardlist 2015-03-27 18:48:46 +08:00
8chan
adf086de6e Attempted performance fix for scroll in auto-reload 2015-03-25 21:03:55 -07:00
marktaiwan
7035c8932a file selector: correct typo, click event target 2015-03-22 22:15:43 +08:00
Fredrick Brennan
0e63c5041a Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 2015-03-22 14:39:21 +08:00
Fredrick Brennan
80f63caa8c Update to my wPaint fork 2015-03-22 14:38:56 +08:00
Fredrick Brennan
afa2bba3c7 Add some missing i18n tags 2015-03-20 16:09:21 +08:00
marktaiwan
2d0fdb5ece fix file selector element reference
fix thumbnail image not applying to main form with quick reply open
2015-03-20 12:48:32 +08:00
8chan
e357e8b72c ayylmao @marktaiwan 2015-03-19 20:34:54 -07:00
8chan
3e648e617f Merge https://github.com/ctrlcctrlv/infinity 2015-03-19 20:24:25 -07:00
8chan
e26cfbb889 Make scroll event faster in auto-reload.js 2015-03-19 20:23:54 -07:00
8chan
f82ad879f0 Make file selector work, add to config 2015-03-19 20:22:17 -07:00
marktaiwan
8fe4c70223 Adds keyboard focus to file selector 2015-03-20 09:02:53 +08:00
marktaiwan
7f1ebb2595 Keep quick-reply and main form in sync
Use object-url instead of data-url due to shorter length
2015-03-19 21:08:18 +08:00
Fredrick Brennan
57f07d2044 Merge pull request #434 from zixaphir/master
Prevent images from hovering off-page
2015-03-19 12:31:05 +08:00
Fredrick Brennan
e7777a91bb Merge pull request #430 from marktaiwan/post-filter
post-filter.js: prevent extra space characters
2015-03-19 12:30:49 +08:00
Fredrick Brennan
5c976ea689 Merge pull request #428 from marktaiwan/post-form
Feature: drag and drop file selector
2015-03-19 12:29:58 +08:00
Zixaphir
371f7f61f3 Fix trailing comma 2015-03-18 20:50:41 -07:00
Zixaphir
27ec5caf35 Prevent images from hovering off-page
This entirely affects the "imageHoverFollowCursor" option.
2015-03-18 20:48:02 -07:00
marktaiwan
50857d76c5 initialize file selector soon as it's loaded 2015-03-18 21:43:20 +08:00
marktaiwan
6e35f12e3a Fallback for browsers that disables javascript 2015-03-18 18:44:47 +08:00
Fredrick Brennan
f7e9fd787b Fix Yotsuba B incorrectly showing as default in [Options]->themes 2015-03-18 17:00:21 +08:00
Ringstaart
176053da69 Replace capital X by clearly superior ASCII ×
There's no reason to use a malformed letter when an ASCII character of a proper cross is available. This is an important issue, and I care about it very much.
2015-03-17 10:22:35 +01: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
Fredrick Brennan
554da7f6a7 Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 2015-03-16 16:32:50 +08:00
Fredrick Brennan
b85e1f2f0b Make it so board owners can force flags
For country flags, a "?" will now show if the flag is unknown (for example, if the user is using Tor or just has an IP that is not in the GeoIP database)

For board owner-defined flags, "None" option disappears and posting is impossible without choosing a valid flag.

This commit is for /fringe/.
2015-03-16 16:31:01 +08:00
marktaiwan
ca7207c5dd Run on index and thread
Clear file queue after upload success

corrected fallback detection
2015-03-16 03:16:15 +08:00
marktaiwan
6e054239e7 initial commit file-selector.js 2015-03-15 22:18:58 +08:00
8chan
bbf43d4587 Actually commit code tags 2015-03-15 05:08:07 -07:00
Fredrick Brennan
86d99b332b Make js/options/favs.js actually usable
I pretty much had to rework this completely to get it into a usable state

Reference ctrlcctrlv/infinity#424
2015-03-15 19:56:28 +08:00
Fredrick Brennan
51510f09ce Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 2015-03-15 17:41:44 +08:00
Fredrick Brennan
aee9cd8455 Better organize auto-update options 2015-03-15 17:40:27 +08:00
Fredrick Brennan
16d1149541 Merge pull request #424 from yrrah2/patch-4
Create fav.js
2015-03-15 11:26:32 +08:00
8chan
d26e5e516c Hopefully fix regression in multi-image.js 2015-03-14 00:04:22 -07:00
8chan
647c0618ce Fix Notification.requestPermission on first run 2015-03-14 00:03:54 -07:00
Fredrick Brennan
8aad0dea98 Desktop notifications in auto-reload.js 2015-03-13 19:18:56 +08:00
Fredrick Brennan
6186be4837 Rewrite report system due to flooding 2015-03-13 12:45:57 +08:00
Fredrick Brennan
ba34a81f38 Attempt to stop screen flashes with stylechooser 2015-03-12 15:44:33 +08:00
8chan
e4e25d86e3 Oops, bug when lS undefined 2015-03-12 00:35:08 -07:00
Fredrick Brennan
5f1042db9d New stylesheet system 2015-03-12 14:58:49 +08:00
Fredrick Brennan
3ac306b6ea Fix AJAX bug, wasn't triggering if called immediately from QR 2015-03-12 12:19:30 +08:00
8chan
bebd364a59 some style fixes 2015-03-11 18:22:22 -07:00
8chan
4602fa3117 Fix some bugs with new post form 3 2015-03-11 16:16:35 -07:00