Michael
e19b283c7e
Merge pull request #91 from Macil/truncfixes
...
Post Truncation fixes
2013-01-18 17:14:45 -08:00
Macil Tech
5c2b26d2d3
Do truncation by actual character count.
...
Using substr can cut a multi-byte character in half.
Also, if a long post with many multi-byte characters was reported, then
the mod interface would temporarily extend the body_truncate_char
setting to be sure to cover all of the *characters* in the report, but
this function would interpret body_truncate_char as a number of *bytes*,
so sometimes the end of the report's appended html would be cut off.
2013-01-18 18:26:25 -06:00
Macil Tech
263ecfe5ce
Don't truncate inside an HTML comment!
2013-01-18 18:26:25 -06:00
Macil Tech
36af0af624
Don't require closing tag for tags that don't need it.
2013-01-18 18:26:25 -06:00
Michael
83feb4ce94
Merge pull request #81 from Appe/patch-1
...
Updated Youtube embed code.
2012-12-01 06:40:21 -08:00
Michael Save
347df3ad9e
Merge branch 'master' of github.com:savetheinternet/Tinyboard
2012-11-19 10:28:47 +11:00
Michael Save
91a4832fd6
Added new events: lock and load-config
2012-11-19 10:28:23 +11:00
Appe
bb7b907428
Updated Youtube embed code.
2012-11-08 23:58:05 +02:00
Michael
94d16dfcc5
Merge pull request #80 from Thermionix/patch-1
...
added favicon to recent.html template
2012-10-08 07:13:02 -07:00
Thermionix
86ec0b5c86
added favicon to recent.html template
2012-10-04 11:55:30 +10:00
Michael Save
3347cfb4fb
Bugfix: [sticky]
2012-09-30 22:56:09 +10:00
Michael Save
61101dd1f4
Something is broken. Removed that for now.
2012-09-28 04:53:07 +10:00
Michael Save
9edc856c92
Quick fix relating to last commit
2012-09-28 04:50:25 +10:00
Michael Save
1a02cfbc6a
Bugfix: Caching complications with thread preview
2012-09-28 04:46:20 +10:00
Michael Save
bb5fc5545b
Bugfix: [F]
2012-09-28 04:00:13 +10:00
Michael Save
bd35aea0f7
Bugfix: B&D "invalid security token" error
2012-09-28 03:54:32 +10:00
Michael Save
10597c49c0
/sup/ board removed
2012-08-28 17:26:15 +10:00
Michael Save
f30147dc74
missing newline
2012-08-28 17:23:10 +10:00
Michael Save
8e3ef4ebfe
bugfix: security token forgotten for ban form in view_ip.html
2012-08-28 02:24:29 +10:00
Michael Save
493e34165f
minor design change
2012-08-28 01:47:26 +10:00
Michael Save
e996601cdd
p.body changed to div.body
2012-08-27 23:01:08 +10:00
Michael Save
75777640d0
Use div.body instead of p.body; issue #73
2012-08-27 22:32:04 +10:00
Michael Save
f0eb692fc2
pagination bug for user logs
2012-08-27 22:15:58 +10:00
Michael Save
9df5d0423e
user logs
2012-08-27 22:13:47 +10:00
Michael Save
69b3c28a5d
minor consistency cleanup
2012-08-27 21:50:15 +10:00
Michael Save
ca64d468ec
properly tie auth cookies to private salt
2012-08-27 21:45:05 +10:00
Michael Save
6625d1d43c
fix "unbuffered queries" bug (issue #75 )
2012-08-27 21:37:21 +10:00
Michael Save
ab70068de2
CSRF protection
2012-08-27 15:19:05 +10:00
Michael Save
a875fce0cc
Fix for issue #69
2012-08-27 03:06:21 +10:00
Michael Save
0498b8fbc0
use UNSIGNED for id
columns
2012-08-27 02:52:31 +10:00
Michael Save
266a9ea53f
Merge branch 'master' of git://github.com/Yousha/Tinyboard into yousha
2012-08-27 02:40:50 +10:00
Yousha
65361136e5
Added UNSIGNED to ID fields.
2012-08-30 20:06:44 +04:30
Yousha
f587565386
Improved.
2012-08-30 20:05:27 +04:30
Yousha
ab5c110dfe
Updated.
2012-08-30 20:05:17 +04:30
Michael Save
f30319d4d9
Merge branch 'master' of github.com:savetheinternet/Tinyboard
2012-08-27 02:30:47 +10:00
Michael Save
861b3d1d4a
Removed old mod.php.
2012-08-27 02:30:05 +10:00
Michael Save
c0760892b5
Merge branch 'mod-rewrite'
...
Conflicts:
inc/lib/Twig/Extensions/Extension/Tinyboard.php
install.php
mod.php
stylesheets/style.css
templates/index.html
templates/page.html
templates/thread.html
2012-08-27 02:28:04 +10:00
Michael Save
fa24147525
Temporary bugfix for incorrectly escaped email field
2012-08-27 02:18:31 +10:00
Michael
d9babad581
Merge pull request #68 from Macil/mcfix
...
Antibot make_confusing fix
2012-08-25 20:27:16 -07:00
Macil Tech
d5524206a2
Antibot make_confusing fix
2012-08-25 07:52:37 -06:00
Michael Save
69d9abc8f7
themes
2012-08-13 00:18:13 +10:00
Michael
4f83915413
Merge pull request #62 from stal888/h
...
Remove the double-quote (") from characters used for random inputs
2012-07-30 00:19:35 -07:00
Sebastian Stal
bb94980f32
Remove the double-quote (") from characters used for random inputs
2012-07-29 15:59:42 -07:00
thegentoo
7bc48cca52
Changed heading markup (changed \s* to [ |\t]*) to fix an issue with it eating line breaks
2012-07-13 10:58:42 +02:00
thegentoo
830de70088
Removed display:block; from span.heading
2012-07-13 10:58:35 +02:00
thegentoo
cca1c558ab
Added 1px spacing to spoiler tags (fixes issue with some characters clipping out of the spoiler).
2012-07-13 10:58:19 +02:00
Michael
d03a666873
Merge pull request #54 from stal888/derp
...
Share an antibot hash set across index pages
2012-07-13 01:27:04 -07:00
Michael
c8f8263cd5
Merge pull request #56 from thegentoo/master
...
Heading format fix
2012-07-13 01:26:24 -07:00
thegentoo
63f4e7a572
Merge pull request #1 from thegentoo/patch-1
...
Added 1px spacing to spoiler tags
2012-07-11 13:33:54 -07:00
thegentoo
92232acd49
Changed heading markup (changed \s* to [ |\t]*) to fix an issue with it eating line breaks
2012-07-11 17:11:08 -03:00