Commit Graph

3163 Commits

Author SHA1 Message Date
czaks
0354b9a5e3 finally fix i18n strings in config.php 2014-02-23 18:49:04 +01:00
czaks
63b9c4db5f local-time.js now supports custom time formats. idea by copypaste 2014-02-23 17:58:16 +01:00
czaks
2a546e5b2d bundle strftime library by Sami Samhuri https://github.com/samsonjs/strftime 2014-02-23 17:34:09 +01:00
ccd0
ed10ad44e3 update to Tinyboard v0.9.6-dev-22 2014-02-22 17:27:05 -08:00
ccd0
88c5b1f6cf make Javascript work for videos added by autoupdate 2014-02-22 10:05:07 -08:00
czaks
7283c4caee fix pngs better 2014-02-22 15:54:46 +01:00
czaks
e09268d611 mistakenly included boardlink into the main branch 2014-02-22 15:48:38 +01:00
czaks
3a6d576e6b Merge branch 'master' of github.com:vichan-devel/Tinyboard 2014-02-22 15:48:06 +01:00
czaks
c0d3a23574 actually fix png posting for some images not fully supported by gm/imagemagick 2014-02-22 15:47:29 +01:00
czaks
e251118d96 generate an English javascript on non-English forums 2014-02-21 11:22:37 +01:00
root
a720540e84 more flags 2014-02-21 10:15:24 +01:00
root
e59e9d64a6 Added Serbia flag (rs.png) 2014-02-21 10:15:13 +01:00
Tunay Uyar
f7feb28522 Turkish locale 2014-02-20 23:55:26 +01:00
czaks
5a66fdddc2 installer: update to font-awesome 3.0 or 4.0 it was 2014-02-20 10:37:15 +01:00
czaks
bcb47a1d33 geoip: compatibility fix; this allows to have both versions of geoip loaded 2014-02-19 00:01:40 +01:00
Jano Slota
9dad842c24 Moved the external geoip files to inc/lib/geoip and made the geoip code a bit prettier 2014-02-18 23:50:01 +01:00
Jano Slota
ada45312a4 Use the added GeoIPv6 instead of the PHP plugin. Quite messy. 2014-02-18 23:49:07 +01:00
czaks
cbf44d4d75 cleanup: don't trigger rebuild code; fail silently (boardlink race fix; I will test it a bit) 2014-02-18 20:42:19 +01:00
czaks
fd1fe4a85b Merge branch 'master' of github.com:vichan-devel/Tinyboard 2014-02-17 18:03:52 +01:00
Jano Slota
73c82ff6dd Updated jQuery to 2.1.0, deprecating IE>9 support, jQuery UI to 1.10.4, minified lots of images 2014-02-17 18:02:51 +01:00
czaks
ede30d5eed png resizing: depending on error messages with pngs is flawy 2014-02-10 23:44:20 +01:00
Michael
1988dd84a0 Merge pull request #164 from undido/master
Security exploit patched information leak
2014-02-07 22:28:41 +11:00
undido
bfc966e312 Security exploit patched information leak 2014-02-07 04:32:27 -04:00
czaks
ebcbd8ebba tag for vichan-devel-4.4.94 2014-02-02 18:02:36 +01:00
czaks
d4698a82d1 SECURITY: post data were sent to file post.txt 2014-02-02 17:42:39 +01:00
czaks
8d3c7796ed tag for vichan-devel-4.4.93 2014-02-01 23:53:06 +01:00
czaks
5c9c095e84 okay, that dready css rule refered to this... 2014-02-01 21:53:46 +01:00
czaks
fc178c2724 stats.php: fix typo 2014-01-31 23:39:50 +01:00
czaks
57ae4e1e9b stats.php: update 2014-01-31 23:39:04 +01:00
czaks
c29f1a3db7 add a basic stats CLI util 2014-01-31 23:38:29 +01:00
czaks
87677f7ed4 SECURITY: disallow execution of cli scripts from webserver context 2014-01-31 23:37:55 +01:00
czaks
858db1ccf9 Revert "wpaint.js: prevent submission on color change"
This reverts commit 3a97ff1a7e.
2014-01-31 18:21:31 +01:00
czaks
18c7ef2a5d Revert "wpaint.js: actually fix that"
This reverts commit b564269692.
2014-01-31 18:21:14 +01:00
czaks
a41a2bfd5e Revert "wpaint.js: actually actually fix that"
This reverts commit 81ee819e5a.
2014-01-31 18:21:05 +01:00
czaks
81ee819e5a wpaint.js: actually actually fix that 2014-01-31 18:18:42 +01:00
czaks
b564269692 wpaint.js: actually fix that 2014-01-31 18:15:35 +01:00
czaks
3a97ff1a7e wpaint.js: prevent submission on color change 2014-01-31 18:12:08 +01:00
czaks
780fa67fe8 wpaint.js: fix js exception; vichan-devel#20 2014-01-31 09:55:54 +01:00
czaks
966776d338 fix css for oekaki; vichan-devel#20 2014-01-31 09:50:43 +01:00
czaks
1a9e4eaef6 full, working wPaint oekaki implementation; fixes vichan-devel#20 2014-01-31 09:39:39 +01:00
czaks
e4c3bba0f5 bundle jquery-ui stylesheets; vichan-devel#20 2014-01-31 09:32:58 +01:00
czaks
c39c745451 style.css: i don't know what it does, but it conflicts with watch.js. breakages may occur and i will fix whatever i'll get 2014-01-30 23:43:16 +01:00
czaks
9fa9734765 ajax.js: remove old oekaki cruft; vichan-devel#20 2014-01-29 23:32:22 +01:00
czaks
0aa76587ce ajax.js: add ajax_before_post event to be fired before posting (passing formData to be modified); vichan-devel#20 2014-01-29 23:31:39 +01:00
czaks
72b3220f72 wpaint.js: add default settings; vichan-devel#20 2014-01-29 23:04:29 +01:00
czaks
ff9b684f7e remove old oekaki; see vichan-devel#20 2014-01-29 22:59:29 +01:00
czaks
4636f5b6ef fix watch.js on nonstandard paths; fixes vichan-devel#38
this commit also adds a modRoot js variable that makes proper
modlinks. also fixed in watch.js
2014-01-29 22:53:31 +01:00
czaks
31584986e4 wpaint.js: second iteration; not ready yet; vichan-devel#20 2014-01-29 22:05:59 +01:00
czaks
764d15a7b6 wpaint.js: start the plugin with documentation ( vichan-devel#20 ) 2014-01-29 21:30:48 +01:00
czaks
3b85485290 include wPaint submodule, references bug vichan-devel#20 2014-01-29 21:05:50 +01:00