Commit Graph

113 Commits

Author SHA1 Message Date
czaks
7ec728ffb0 add a go to top link thread view; fixes #82 2014-09-21 02:52:20 +02:00
czaks
e5c48282c4 apply new branding for vichan-devel 2014-04-17 17:11:32 +02:00
czaks
e08bc5d54d Merge branch 'master' of https://github.com/savetheinternet/Tinyboard 2014-04-12 20:52:42 +02:00
Michael Reiley
677e428a4d Update copyright years. 2014-04-12 11:12:42 -07:00
czaks
cdb988c6d4 rename banner class to board_image in order to evade some adblock rules 2014-01-06 16:38:48 +01:00
czaks
56742a5f9a i prefer for the top ads to be over the boardlist 2014-01-06 03:28:37 +01:00
ctrlcctrlv
acb4c47a9f Allow for HTML in the board subtitle
Conflicts:
	inc/config.php
2013-08-11 21:08:19 +10:00
ctrlcctrlv
d4a1ae3595 Advertisements 2013-08-08 21:57:52 +00:00
ctrlcctrlv
b8921508fe Allow for HTML in the board subtitle 2013-08-08 18:58:44 +00:00
czaks
a0855cdcf5 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/config.php
	inc/functions.php
	templates/generic_page.html
	templates/index.html
2013-08-03 19:05:25 -04:00
Michael Foster
4fce9b63ae Major config.php cleanup and a few minor misc fixes. 2013-08-02 20:52:58 -04:00
czaks
b35ea55763 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	templates/thread.html
2013-07-31 19:25:04 -04:00
czaks
6317a70152 header abstraction: abstracted also in thread.html
Conflicts:
	templates/page.html
	templates/thread.html
2013-07-31 17:14:10 -04:00
czaks
55c7146d88 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/config.php
	inc/display.php
	inc/functions.php
	inc/image.php
	js/expand.js
	js/hide-threads.js
	js/local-time.js
	js/smartphone-spoiler.js
	templates/header.html
	templates/index.html
	templates/main.js
	templates/page.html
	templates/post_reply.html
	templates/post_thread.html
	templates/thread.html
2013-07-31 14:54:20 -04:00
Michael Foster
123a72d7de Convert to UNIX line endings 2013-07-31 04:28:26 -04:00
Michael Foster
46edec0f2d Bug with last commit 2013-07-23 09:46:29 -04:00
Michael Foster
1132a4ce79 Option to use font-awesome for sticky/lock icons, etc. 2013-07-23 09:38:42 -04:00
czaks
7bdb96a16b Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
	templates/index.html
	templates/thread.html
2013-07-16 13:02:13 -04:00
Michael Foster
29b10c88db Outputting thread subject in header/title (issue #122) 2013-07-16 02:48:20 -04:00
czaks
3bcf88e842 JS Api: added an active_page variable to make it easier to denote the context from javascript 2013-06-24 08:23:09 -04:00
czaks
ba424698e0 header abstraction: abstracted also in thread.html 2013-06-15 00:22:13 -04:00
Marcin Łabanowski
18ca523b18 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard 2013-01-21 13:17:13 +01:00
Michael Save
7a68fc9525 Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00
asiekierka
5556990b94 add config root to JS side 2012-12-24 18:21:21 +01:00
Marcin Łabanowski
9d8ec70d64 attention bar: move before post form 2012-12-24 03:52:32 +01:00
Marcin Łabanowski
2833268887 attention bar: fixed after translation 2012-12-24 03:43:48 +01:00
asiekierka
81e0f55b00 pasek atencji dodany do templates 2012-12-23 18:10:18 +01:00
Michael Save
a610458720 a lot more improvements 2012-05-06 01:33:10 +10:00
Michael Save
9649550463 start on mod interface rewrite 2012-04-13 02:11:41 +10:00
Michael Save
af3ec3f8c7 expand.js: inline thread expanding 2012-03-31 21:32:09 +11:00
Michael Save
fe8cafb6ea small stylesheet change 2012-03-31 21:01:55 +11:00
Michael Save
f444fa3b6e onready() instead of onload() 2012-03-31 19:37:31 +11:00
Michael Save
14a2f97323 Moved $config['local_time'] to Tinyboard-Tools (local-time.js) 2012-03-15 16:16:54 +11:00
Michael Save
2a760de289 Multiple changes.
Added $config['minify_js'] to compress Javascript with minify
Added $config['additional_javascript_compile'] to put all Javascript files/addons into one file.
Moved delete/report post controls to a shared template.
Ability to have different Javascript files between boards.
2012-03-14 21:48:31 +11:00
Michael Save
1c46f2ba40 config[additional_javascript]: custom javascript files to include 2012-03-14 00:08:03 +11:00
Michael Save
78901785fd change times to local timezone before page render 2012-02-20 02:32:53 +11:00
Michael Save
b891a3f230 use lowercase doctype in templates 2012-02-14 20:17:49 +11:00
Michael Save
715d2b59a0 removed invalid rel="directory" 2012-01-09 14:25:11 +11:00
Michael Save
b6d2049132 missing whitespace before report/delete buttons when minify_html is on 2012-01-07 15:58:11 +11:00
Michael Save
1311bc977c 2012 update 2012-01-06 10:07:31 +11:00
Savetheinternet
e7eb4e856d customizable footer text in config 2011-12-24 00:51:24 +11:00
Savetheinternet
5df15bb904 More finnish translations 2011-11-23 23:47:54 +11:00
Savetheinternet
cc8d465297 Move posting forms in index.html and thread.html to a new template file: post_form.html 2011-11-23 21:18:06 +11:00
Savetheinternet
6f36006e2a Larger textarea for posts 2011-11-22 15:17:38 +11:00
Savetheinternet
bb054c8486 Large textarea for posts 2011-11-22 15:05:22 +11:00
Savetheinternet
f25365dec5 Added nojavascript option in template files; made use of it in install.php. Pre-compiled default main.js no longer distributed with Tinyboard. 2011-11-19 00:06:51 +11:00
Savetheinternet
27dde88e15 Added config option to automatically remove unnecessary whitespace when compiling HTML files from templates 2011-11-16 16:01:02 +11:00
Savetheinternet
a48572119e Added rel="directory" to "return" links 2011-11-16 07:40:03 +11:00
Savetheinternet
ff730c861b Started on internationalization (i18n) 2011-10-11 21:49:14 +11:00
Michael D. Reiley
a88f89a4aa Footer version string pulled from .installed 2011-10-10 03:40:31 -07:00