Commit Graph

767 Commits

Author SHA1 Message Date
desudesutalk
9fcebde134 Update thread.html
Removed duplicate for "return" and "go to top" links. Also removed the `<div class=pages></div>` from bottom bar - should help mobile users.
2015-09-26 17:31:56 +03:00
Michael Walker
6335ff308b Add zine theme 2015-09-12 21:29:33 +01:00
Michael Walker
43e366ca3b Add tips and more board-specific rules 2015-09-12 21:26:01 +01:00
Michael Walker
a4bd58e956 Change donate page 2015-09-12 21:25:06 +01:00
Michael Walker
166ba2a0a2 Merge remote-tracking branch 'vichan/master' 2015-09-12 21:03:54 +01:00
Michael Walker
05c569e656 Merge pull request #17 from mgrabovsky/ukko-catalog
Add catalog for ukko
2015-09-09 23:51:00 +01:00
Leo Bärring
2f0bfbc9aa make the catalog show the board name in the title
Currently: Having tabs open for /foo/ /bar/ and /baz/ catalogs, tabs would be listed as [Catalog] [Catalog] [Catalog] - confusing.
With the change: The tabs would now show [Catalog (/foo/)] [Catalog (/bar/)] [Catalog (/baz/)] - less confusing.
2015-09-07 21:19:31 +02:00
kalyx
25c3ca1899 Merge pull request #22 from mgrabovsky/theme/semirand
Semirandom theme
2015-09-04 13:35:38 -05:00
kellerwhy
d4dcfc6321 Make mod/recent_posts.html respect $config['dir']['res']
So certain links don't keep linking to /board/res/postnumber despite any changes to $config['dir']['res'] e.g. changing res/ to thread/
2015-08-10 23:16:23 -04:00
27chan
e6c1623a42 Add extension mp4 2015-08-10 22:09:26 -03:00
Jason Puglisi
90e4208473 Added [Return] and [Go to bottom] to thread page above posts 2015-08-08 13:45:02 -04:00
Matěj Grabovský
7c6eef81c5 Add a semirandom theme
This theme displays random threads intermixed with recently bumped ones.
The number of each is configurable.
2015-07-03 16:13:16 +02:00
selcal
0662f3e35b Prevents small background images in /walls from repeating
Quick additions to the inline styles of <html> and <body> so the background-image doesn't spew all over the place in lainchan radio.
2015-06-21 20:25:43 -04:00
Michael Walker
edde68f97d Disable dynamic resizing of config textbox 2015-06-17 23:10:22 +01:00
Matěj Grabovský
1c641eb46b Add catalog for Ukko 2015-06-05 23:15:54 +02:00
Simon McFarlane
4b40f69a4e Merge remote-tracking branch 'upstream/master' into vichan-merge 2015-05-29 01:34:53 -07:00
Simon McFarlane
98d5367f5d Update radio page for new container 2015-05-17 07:04:38 +02:00
Simon McFarlane
e174aa9ba7 Update rules 2015-05-17 07:04:13 +02:00
Michael Walker
61d9dacdfb When banning/deleting a post, return to the thread, not the board index (unless deleting the OP) 2015-05-10 13:22:53 +01:00
Michael Walker
4184fdec6e Pass the thread ID when banning/deleting 2015-05-10 02:56:48 +01:00
Michael Walker
9ae357facb Explicitly build post mod delete links 2015-05-10 02:37:47 +01:00
czaks
2d9214ac63 version check should point at engine.vichan.net and not tinyboard.org actually 2015-04-23 08:18:36 +02:00
czaks
271dcb7a65 fileboard: fix possible XSS (mainly applicable to 8chan) 2015-04-23 03:45:08 +02:00
Marcin Łabanowski
4014682882 fileboard support 2015-04-22 06:06:34 +02:00
czaks
4060bf10ed update copyright years & vichan website 2015-04-12 03:18:51 +02:00
czaks
1f9e36868e ukko: small optimization: move js creation to install time 2015-04-05 16:20:59 +02:00
czaks
e273111340 sitemap theme for smart_build 2015-04-03 05:57:39 +02:00
czaks
61d2729a40 themes can use smart_build now 2015-04-02 20:54:28 +02:00
czaks
e9e5ceaf90 main.js vs new file uploader 2015-04-01 19:37:06 +02:00
Matěj Grabovský
3e53a9e4e6 Bring mixitup.js back
Turns out it's essential for sorting
2015-03-31 08:14:55 +02:00
czaks
960053af75 catalog: fix for embed youtube on https 2015-03-31 07:48:03 +02:00
czaks
745bdc2b6c password is text nao, fuck you chrome 2015-03-31 07:01:51 +02:00
czaks
765dea599b trivial fixes to file-selector.js 2015-03-31 06:50:05 +02:00
8chan
f26256f55a Make file selector work, add to config
Conflicts:
	inc/instance-config.php
	templates/post_form.html
2015-03-31 05:59:54 +02:00
marktaiwan
6e84a25f9a Adds keyboard focus to file selector 2015-03-31 05:57:45 +02:00
marktaiwan
0005f11098 initialize file selector soon as it's loaded
Conflicts:
	templates/post_form.html
2015-03-31 05:57:22 +02:00
marktaiwan
3bd7f94861 Fallback for browsers that disables javascript
Conflicts:
	stylesheets/style.css
	templates/post_form.html
2015-03-31 05:54:07 +02:00
Marcin Łabanowski
8eb3d709f7 Merge pull request #129 from JasonPuglisi/active-content-fix
Fixed and re-enabled active content stat for recent theme
2015-03-28 05:22:02 +01:00
Matěj Grabovský
37c5e4f860 Make catalog look OK even with JS disabled
For some reason, threads in the catalog were laid out by a jQuery plug-in. This is
now removed and the layout is created purely by handcrafted CSS code.
2015-03-27 22:37:42 +01:00
Matěj Grabovský
20ce6999d2 Wrap controls on the catalog page in a div 2015-03-26 21:43:26 +01:00
Matěj Grabovský
282584e035 A bit more consistent formatting in catalog template 2015-03-26 21:42:12 +01:00
czaks
11c020be9b Merge branch 'master' of github.com:vichan-devel/Tinyboard
Conflicts:
	templates/post/image_identification.html
2015-03-23 00:35:48 +01:00
czaks
81afc17b67 image identification: url encode 2015-03-23 00:35:13 +01:00
Jason Puglisi
034b288a13 Fixed to work with multiple images 2015-03-20 09:47:40 -04:00
Jason Puglisi
1283e51ca5 Fixed and re-enabled active content stat for recent theme 2015-03-19 21:49:57 -04:00
Jason Puglisi
d6e91ec62f Added space after Google image search link 2015-03-19 19:35:28 -04:00
czaks
4aa1d387f8 ... 2015-03-10 13:34:02 +01:00
czaks
7d92a05bd8 ... 2015-03-10 13:23:40 +01:00
czaks
bdb6001f3f support for slugified links; may introduce a few bugs 2015-03-10 12:48:59 +01:00
Simon McFarlane
219a3c4910 Update template permissions 2015-02-14 06:14:27 +01:00