This website requires JavaScript.
64bc410484
Small comment change
Michael Foster
2013-07-31 04:02:40 -04:00
daca11113e
image identification: add imgops.com button
Marcin Łabanowski and Michael Foster
2012-12-28 19:08:25 +01:00
7c8bbe8527
Implement image identification buttons using regex.info/exif, google images and tineye
Marcin Łabanowski and Michael Foster
2012-12-23 04:38:20 +01:00
b7d884ef45
recaptcha: fix for https
czaks and Michael Foster
2013-07-16 13:18:55 -04:00
1ffabe2b93
fix header.html merge
Michael Foster
2013-07-31 03:55:55 -04:00
a9f3f44c5f
refactored head away from templates
asiekierka and Michael Foster
2013-01-06 09:41:00 +01:00
18516ff828
Rename $config['url_ads'] to $config['link_prefix']
Michael Foster
2013-07-31 03:43:01 -04:00
51efd817c8
Update inc/config.php
szalej and Michael Foster
2013-01-16 11:32:15 +01:00
3ef2c05bb2
url_ads: fix it not working
Marcin Łabanowski and Michael Foster
2013-01-16 19:49:26 +01:00
5bf53cb581
Update inc/functions.php
szalej and Michael Foster
2013-01-16 11:34:31 +01:00
220609999a
Update inc/functions.php
szalej and Michael Foster
2013-01-16 10:50:20 +01:00
44d3b12cef
Embedding: added vocaroo support
asiekierka and Michael Foster
2013-01-05 13:45:21 +01:00
573f86ccae
Tiny code clean-up
Michael Foster
2013-07-31 03:35:07 -04:00
73cb2bdf2c
convert+gifsicle: fix previous commit
Marcin Łabanowski and Michael Foster
2012-12-24 05:42:53 +01:00
b7e725bf3e
Support for resizing gifs using gifsicle with resizing the rest using ImageMagick
Marcin Łabanowski and Michael Foster
2012-12-24 05:34:06 +01:00
f9cdf31ede
Fix animated .gif conversion when $config['thumb_ext'] == ''
Marcin Łabanowski and Michael Foster
2012-12-22 20:16:31 +01:00
ee23ec1e24
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-31 03:18:11 -04:00
a2d8e4cf3e
Previous commit comment fix
Michael Foster
2013-07-31 03:13:51 -04:00
37d769646b
Markup/quote fix for multibyte
Michael Foster
2013-07-31 03:12:06 -04:00
90b82b1a06
Disable autocomplete
Michael Foster
2013-07-31 02:38:40 -04:00
96bcf5dd1e
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-31 02:30:44 -04:00
b22bcdecf9
Fix last commit: purge() issue
Michael Foster
2013-07-31 02:19:58 -04:00
42cba53887
Allow Unicode in board URIs.
Michael Foster
2013-07-31 02:08:55 -04:00
3bee1ba4fd
Issue #61
Michael Foster
2013-07-31 00:39:00 -04:00
42d29657a4
README update
Michael Foster
2013-07-31 00:29:49 -04:00
bb2868896c
Ability to hide IP addresses from mod log
Michael Foster
2013-07-31 00:04:57 -04:00
889945f50c
Hide "flags" section in posting form if user doesn't have permission to do anything special
Michael Foster
2013-07-30 23:36:46 -04:00
343397d561
?/IP/: Don't show posts for board user doesn't have access to
Michael Foster
2013-07-30 23:30:49 -04:00
fbc78f7632
Fix last commit (mysql_version() doesn't work if connection is not yet established)
Michael Foster
2013-07-30 22:13:05 -04:00
8efab06616
Upgrade to utf8mb4 charset for MySQL server versions above 5.5.3. Keep support for older versions. Fix charsets for multiple columns and tables.
Michael Foster
2013-07-30 22:08:56 -04:00
91bb3182da
⌘+click should open image in new tab
Michael Foster
2013-07-30 19:07:28 -04:00
461084d400
MySQL's utf8 charset only supports up to 3-byte symbols. Insterting four byte symbols (U+010000 to U+10FFFF) can be done maliciously to break HTML mark-up. The ideal solution was to convert to MySQL's utf8mb4 charset, but then we would lose support for MySQL < 5.5.3. In this fix, incompatible characters are encoded as HTML numeric character references (eg. #65536 ) and just stripped from body_nommarkup.
Michael Foster
2013-07-30 16:41:10 -04:00
793042ee6c
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-29 23:17:37 -04:00
54714595f7
js/inline-expanding.js: Allow to work with auto-reload.js, etc. (jQuery is still optional)
czaks and Michael Foster
2013-07-27 02:19:58 -04:00
1759ac2ea3
Post search: Search other fields too
Michael Foster
2013-07-29 20:20:07 -04:00
9a27feca01
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-29 18:16:24 -04:00
d44b4f19a8
See last commit
Michael Foster
2013-07-29 16:31:36 -04:00
e0bc0a622d
Post serach results: link to posts with ?/
Michael Foster
2013-07-29 16:26:32 -04:00
4257191acd
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-29 16:26:10 -04:00
c8e93f04d2
Update search results template
Michael Foster
2013-07-29 16:24:11 -04:00
58306bdc63
Search posts
Michael Foster
2013-07-29 16:18:06 -04:00
c0e0a5db7d
Error in news template
Michael Foster
2013-07-29 13:14:21 -04:00
5bab041814
Make font-awesome enabled by default
Michael Foster
2013-07-29 12:27:10 -04:00
d11e9d752e
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-28 20:48:51 -04:00
bd8bd3c02e
Fix for last commit
Michael Foster
2013-07-28 20:46:00 -04:00
57c8e4ee7c
Strip combining characters from Unicode strings (eg. Zalgo)
Michael Foster
2013-07-28 20:33:26 -04:00
cea7881749
categories theme: i18n some strings
czaks and Michael Foster
2013-07-27 01:43:09 -04:00
98187303d7
categories theme: fix title displaying twice, put boardlist there instead
czaks and Michael Foster
2013-07-27 01:38:03 -04:00
26b6dfb126
dark.css stylesheet fixes
czaks
2013-07-27 02:34:15 -04:00
4ffbbe7a23
Tag for vichan-devel-4.0.5-gold after bugfix
czaks
2013-07-27 02:21:08 -04:00
07ea457aa5
inline-expanding.js: missed preventing default action; shouldn't open new window when unwanted anymore
czaks
2013-07-27 02:19:58 -04:00
7af28a6e14
Tag as vichan-devel-4.0.4-gold
czaks
2013-07-27 02:06:50 -04:00
396492aad6
Update Polish locale
czaks
2013-07-27 02:01:42 -04:00
065a6f97c8
localise time values
czaks
2013-07-27 01:50:38 -04:00
b31487b53d
categories theme: i18n some strings
czaks
2013-07-27 01:43:09 -04:00
e2b1034f09
categories theme: fix title displaying twice, put boardlist there instead
czaks
2013-07-27 01:38:03 -04:00
3f2ea6b936
i18n some strings in inc/config.php
czaks
2013-07-27 01:33:21 -04:00
ae99c6dd0d
i18n one more string in inc/functions.php
czaks
2013-07-27 01:21:30 -04:00
1157864612
banned.php: remove polish strings; html5; needs further work
czaks
2013-07-27 01:19:30 -04:00
3e5234e54e
toggle-images.js: javascript i18n
czaks
2013-07-27 01:16:12 -04:00
d09ef22154
hide-images.js: javascript i18n
czaks
2013-07-27 01:12:22 -04:00
880cf25366
fix merge
czaks
2013-07-27 01:08:26 -04:00
64a66db613
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-27 01:04:36 -04:00
e3cb427fee
ukko: fix javascript interoperation
czaks
2013-07-27 00:57:12 -04:00
1c33285c81
hide-threads.js: further fixes and customisations, mainly due to unexpanding previously not working here, but working on another boards (4chon, etc.)
czaks and Michael Foster
2013-07-26 15:31:20 -04:00
4b50f1475e
hide-threads.js: fix previous commit
czaks and Michael Foster
2013-07-26 14:57:08 -04:00
c51dc146e2
hide-threads.js: show post hider even in posts without an image
czaks and Michael Foster
2013-07-26 14:27:38 -04:00
d82cd9b7bd
expand.js: fix post order when new posts appear between loading index and expanding
czaks and Michael Foster
2013-07-26 22:39:00 -04:00
6bf217941a
expand.js: fix a weird bug - thread expand not always worked due to post being loaded in DOM, but not put in a right place in a thread, or so, so check if it has been loaded in a thread instead of if it exists in DOM
czaks and Michael Foster
2013-07-26 22:34:06 -04:00
c0a45ba123
Allow hide-images.js, toggle-images.js and inline-expanding.js to work together
Michael Foster
2013-07-27 00:14:43 -04:00
35f8730f40
ukko: fix top boardlist losing its fixed status
czaks
2013-07-27 00:13:54 -04:00
e5bdf63692
expand.js: fix post order when new posts appear between loading index and expanding
czaks
2013-07-26 22:39:00 -04:00
a28b5fc3a1
expand.js: fix a weird bug - thread expand not always worked due to post being loaded in DOM, but not put in a right place in a thread, or so, so check if it has been loaded in a thread instead of if it exists in DOM
czaks
2013-07-26 22:34:06 -04:00
a11c8981fe
js/hide-images.js: Hide individual images
Michael Foster
2013-07-26 19:55:28 -04:00
baa6793516
toggle-images.js (this was written last year, but I never pushed it to git)
Michael Foster
2013-07-26 19:39:11 -04:00
595a165fa3
install.sql mistake
Michael Foster
2013-07-26 18:22:48 -04:00
1a43b87315
hide-threads.js: further fixes and customisations, mainly due to unexpanding previously not working here, but working on another boards (4chon, etc.)
czaks
2013-07-26 15:31:20 -04:00
95c50ae778
hide-threads.js: fix previous commit
czaks
2013-07-26 14:57:08 -04:00
c217069f2b
hide-threads.js: show post hider even in posts without an image
czaks
2013-07-26 14:27:38 -04:00
5108bd1bf7
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-26 13:47:53 -04:00
37d5846e4e
Fix markup overlapping. Issue #124
Michael Foster
2013-07-26 11:01:13 -04:00
114e34eea5
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-24 16:24:20 -04:00
33a1c00bd5
%length% in public ban messages
Michael Foster
2013-07-24 11:30:01 -04:00
6c2c18514e
Small mistake with last commit
Michael Foster
2013-07-24 11:17:09 -04:00
31f657e550
Long overdue: Salted password hashes
Michael Foster
2013-07-24 11:15:55 -04:00
4e609da2b7
fix merge
czaks
2013-07-23 10:34:23 -04:00
1aa522e138
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-23 10:25:33 -04:00
46edec0f2d
Bug with last commit
Michael Foster
2013-07-23 09:46:29 -04:00
1132a4ce79
Option to use font-awesome for sticky/lock icons, etc.
Michael Foster
2013-07-23 09:38:42 -04:00
c562149458
Bugfix: "[]" showing for mods when hiding threads
Michael Foster
2013-07-23 09:20:37 -04:00
ab0c5ee481
Option to make stylesheet selections board-specific
Michael Foster
2013-07-23 01:35:56 -04:00
88c1205e42
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
czaks
2013-07-22 23:33:02 -04:00
6bc309697e
hide-threads.js: fix working with ukko
czaks
2013-07-22 23:29:24 -04:00
f0aee74523
catalog: fix previous commit
czaks and Michael Foster
2013-07-18 16:16:43 -04:00
329c81bbd3
catalog: translation fix
czaks and Michael Foster
2013-07-18 16:13:48 -04:00
acea5a3ccc
youtube.js: make it work with thread expand etc.
czaks and Michael Foster
2013-07-20 18:25:58 -04:00
96f3363a8b
youtube.js: better working in https environments
czaks and Michael Foster
2013-07-20 18:12:45 -04:00
bdffdcb1c3
youtube.js: made it actually work, also a fix in usage
czaks and Michael Foster
2013-07-20 18:11:25 -04:00
e2806cfcaf
youtube.js: fix previous commit
czaks and Michael Foster
2013-07-20 18:01:46 -04:00
51bd267764
youtube.js: prevent default action of opening new window
czaks and Michael Foster
2013-07-20 17:50:52 -04:00