1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-04 20:08:02 +01:00
Commit Graph

1337 Commits

Author SHA1 Message Date
czaks
64014ec1b0 gallery-view: preloading images, webm support 2015-04-23 09:21:38 +02:00
czaks
e7ba769611 gallery-view: support key events (up/down/left/right) 2015-04-23 08:46:34 +02:00
czaks
53197a8e4c gallery-view.js: initial commit 2015-04-23 07:53:56 +02:00
8chan
0753a450a3 Fix menu brokenness if user post deletion disabled 2015-04-21 07:07:51 -07:00
8chan
8aa8babd6e Fix expand-too-long error with new <p> markup 2015-04-21 07:07:34 -07:00
Fredrick Brennan
b8ea838f93 Merge pull request #477 from 8n-tech/master
Multiple boardlist enhancements.
2015-04-20 21:12:31 -04:00
8n-tech
3de0e897be Multiple boardlist enhancements.
#467 - Reduced and modified columns.
#467 - Styling changes across all supported stylesheets.
#467 - PPH now reflects last hour's posts count and has average in title.
#467 - Removed precision, except for boards that have between 0~1 posts.
#467 - Fixed issue where inline board tags pointed to the HTML file, rendering them nonfunctional for noJS users.
Misc - Fixed quote color in certain stylesheets.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-21 11:08:47 +10:00
Fredrick Brennan
89e16bc0da Merge pull request #476 from 8n-tech/master
Removed dead file, fixed dio_ reliance for Windows, Infinite scroll
2015-04-20 20:44:03 -04:00
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
topkek
4c384f83fc Append updater to thread-links 2015-04-20 15:19:05 +01:00
8chan
5ce34400a1 Remove old stuff from quick-post-controls 2015-04-20 04:20:32 -07:00
8chan
d2168fbe56 Fix post deletion 2015-04-20 04:20:17 -07:00
Fredrick Brennan
b6f0c28234 Merge pull request #472 from 8n-tech/master
Board directory, board search, script escapes.
2015-04-20 00:44:58 -04:00
8n-tech
2edebbf438 Board directory, board search, script escapes.
#467 - Now escapes HTML in the title.
#467 - hashChange is now captured and assumed to be a tag. Comma dillimitation turns into multiple tags.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-20 14:41:28 +10:00
8chan
7fbb51bdd9 Fix thread stats not appearing 2015-04-19 07:39:03 -07:00
8n-tech
32061668a3 #456 #458 - Completed language support on boards list.
#461 - "Post a reply" button JS added.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-19 13:10:13 +10:00
8n-tech
95e92c40a8 Bug fixes.
- board-search.php Fixed an issue with tag weight where all tags have an equal prominance
- inc/functions.php Fixed an issue where board stats were incorrectly assuming all recent activity was in the last hour.
- js/board-directory.js JS will now repopulate the tag list.
- Improved handling of the load more button.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-16 19:41:52 +10:00
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