Michael Foster
|
d59e74f394
|
Major config.php cleanup and a few minor misc fixes.
|
2013-08-02 20:52:58 -04:00 |
|
czaks
|
6ed8e8752e
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
|
2013-08-02 00:09:07 -04:00 |
|
Michael Foster
|
01494dccce
|
Installer: Nicer pre-installation test
|
2013-08-02 00:08:37 -04:00 |
|
czaks
|
d1a5e9d2cf
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
stylesheets/dark.css
stylesheets/futaba+vichan.css
stylesheets/miku.css
stylesheets/stripes.css
stylesheets/testorange.css
stylesheets/wasabi.css
|
2013-08-01 23:43:20 -04:00 |
|
Michael Foster
|
d71f49c801
|
Don't redraw image again after correcting image orientation; Correct image orientation with convert+gifsicle too
|
2013-08-01 21:28:16 -04:00 |
|
Michael Foster
|
695d50be8c
|
Simple file editor replacement for ?/config (optional). Issue #127
|
2013-08-01 17:18:10 -04:00 |
|
Michael Foster
|
48c5fb4615
|
Continue upgrading Twig
|
2013-08-01 15:55:28 -04:00 |
|
Michael Foster
|
538e88b7bd
|
Web config editor: Use a <select> for JANITOR/MOD/ADMIN permissions
|
2013-08-01 15:20:25 -04:00 |
|
Michael Foster
|
47823b5071
|
Upgrade Twig library
|
2013-08-01 15:20:12 -04:00 |
|
Michael Foster
|
ce1e206797
|
convert+gifscale didn't respect $config['thumb_keep_animation_frames']
|
2013-08-01 04:24:34 -04:00 |
|
Michael Foster
|
cf373037bd
|
Forgot "global $config" here
|
2013-08-01 03:51:50 -04:00 |
|
czaks
|
3421e2aa46
|
Compile Polish locale
|
2013-08-01 03:22:58 -04:00 |
|
Jakub Skrzypnik
|
ace5866b9c
|
Correcting polish locale a bit
|
2013-08-01 03:22:48 -04:00 |
|
Jakub Skrzypnik
|
a58a2bf989
|
Correcting polish locale a bit
|
2013-08-01 03:22:39 -04:00 |
|
czaks
|
6257406a7b
|
Compile Polish locale
|
2013-08-01 02:52:35 -04:00 |
|
Jakub Skrzypnik
|
fe0c7d2161
|
Correcting polish locale a bit
|
2013-08-01 08:49:14 +02:00 |
|
Jakub Skrzypnik
|
afa3b15c8a
|
Correcting polish locale a bit
|
2013-08-01 08:46:24 +02:00 |
|
czaks
|
483de4fa25
|
Update Polish locale
|
2013-08-01 02:39:54 -04:00 |
|
czaks
|
cbb845c592
|
i18n even more strings in inc/display.php
|
2013-08-01 02:39:41 -04:00 |
|
czaks
|
ff4f37b213
|
Update Polish locale
|
2013-08-01 02:06:34 -04:00 |
|
czaks
|
35686e023a
|
i18n even more strings in inc/display.php
|
2013-08-01 01:56:04 -04:00 |
|
czaks
|
39f490bc5f
|
i18n strings in inc/display.php
|
2013-08-01 01:53:13 -04:00 |
|
czaks
|
803417adb6
|
the prefix work: fix it to be dependent on a board_regex config value
|
2013-08-01 01:53:07 -04:00 |
|
czaks
|
db2e447024
|
i18n strings in inc/display.php
|
2013-08-01 01:47:15 -04:00 |
|
czaks
|
04a85da980
|
the prefix work: fix it to be dependent on a board_regex config value
|
2013-08-01 01:43:33 -04:00 |
|
czaks
|
79394cac2c
|
fix previous commit; markup is called via reference
|
2013-08-01 01:09:54 -04:00 |
|
czaks
|
e2fd06ed10
|
markup modifiers: there was a plan for adding markup to ban reasons, but assignment was missing; escape markup there too
|
2013-08-01 01:09:21 -04:00 |
|
czaks
|
985778ec5b
|
removed a relict from older post hider
|
2013-08-01 01:04:19 -04:00 |
|
czaks
|
926b2c31ed
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
|
2013-08-01 00:47:33 -04:00 |
|
Michael Foster
|
d379224e3f
|
Add optional database table prefix (issue #118; see issue comments for details)
|
2013-07-31 22:14:26 -04:00 |
|
czaks
|
a902bf6cba
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
|
2013-07-31 21:36:54 -04:00 |
|
czaks
|
4d8c7f67cd
|
markup modifiers: make it even harder to escape
|
2013-07-31 21:27:50 -04:00 |
|
czaks
|
70dbed72b1
|
fix post editing for tinyboard markup
|
2013-07-31 21:26:55 -04:00 |
|
Michael Foster
|
e740f45ed1
|
Bugfix: HTML injection in post editing (introduces and fixes yet another bug)
|
2013-07-31 21:24:17 -04:00 |
|
czaks
|
164d0e6e3b
|
Revert "markup modifiers: make it even harder to escape"
This reverts commit d7ea47a91f63382f7a4e002086e415550e342a11.
|
2013-07-31 21:22:57 -04:00 |
|
czaks
|
07f8aa8c4c
|
Revert "facilitate using markup modifiers multiple times; make raw html not consume the whole post"
This reverts commit e7dd0bbc4a4a17a4f7e5f6750b48ee3c0946c40e.
|
2013-07-31 21:22:32 -04:00 |
|
czaks
|
ef9ede073f
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
inc/functions.php
|
2013-07-31 21:03:13 -04:00 |
|
Michael Foster
|
d30d94960c
|
Allow public ban messages on raw HTML posts
|
2013-07-31 21:02:26 -04:00 |
|
Michael Foster
|
286524ca46
|
Newline before <tinyboard ban message>
|
2013-07-31 20:54:20 -04:00 |
|
Michael Foster
|
da5048a0e4
|
SQL cleanup
|
2013-07-31 20:51:43 -04:00 |
|
czaks
|
644f1d90cb
|
fix previous commit; markup is called via reference
|
2013-07-31 20:41:56 -04:00 |
|
czaks
|
08e7192377
|
markup modifiers: there was a plan for adding markup to ban reasons, but assignment was missing; escape markup there too
|
2013-07-31 20:33:27 -04:00 |
|
czaks
|
99427246e1
|
markup modifiers: make it even harder to escape
|
2013-07-31 20:13:19 -04:00 |
|
czaks
|
ada248ce4a
|
facilitate using markup modifiers multiple times; make raw html not consume the whole post
|
2013-07-31 20:11:11 -04:00 |
|
czaks
|
2c7fa51012
|
fix post editing for tinyboard markup
|
2013-07-31 19:50:25 -04:00 |
|
czaks
|
0eaf52583f
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
templates/thread.html
|
2013-07-31 19:25:04 -04:00 |
|
Michael Foster
|
2b74f8b37d
|
Markup modifiers: raw HTML
|
2013-07-31 19:18:55 -04:00 |
|
Michael Foster
|
be11041471
|
Markup modifiers. Fix issue #66 (public ban message lost when rebuilding post body)
|
2013-07-31 18:59:54 -04:00 |
|
Michael Foster
|
89285fd7c3
|
Fix issue #72
|
2013-07-31 18:29:09 -04:00 |
|
czaks
|
2c8bd71a9a
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
|
2013-07-31 17:05:53 -04:00 |
|