Michael Foster
00833eeafd
js/ajax.js: post with ajax
10 years ago
Michael Foster
9d770f456f
show-thread event
10 years ago
Michael Foster
94ac200d57
fix pm_snippet bug
10 years ago
Michael Foster
3b63cad71f
$config['always_regenerate_markup']
10 years ago
Michael Foster
abfdd38e59
Unicode bi-directional text: Finally a working fix
10 years ago
Michael Foster
c8fcba9439
disregard
10 years ago
Michael Foster
d2fdeead64
bidi_cleanup: Just replace with HTML5's <bdi> (for now, at least). The old code was hardly working, and had issued with older PHP versions.
10 years ago
Michael Foster
e5103b543a
fix aspect ratio displaying
10 years ago
Michael Foster
aaeac9de3c
forgot this here
10 years ago
Michael Foster
57e69268ef
This wasn't usd anywhere.
10 years ago
Michael Foster
b666886416
A few modifications:
1. Finally, clean up some of the crappy code in inc/display.php; no more extreme clutter. new Thread() and new Post() take an array as the first parameter now.
2. Poster country flags. Currently requires the "geoip" extension.
3. Give post images a classname. This was also long-overdue.
10 years ago
Michael Foster
169c68e862
use single quotes
10 years ago
ctrlcctrlv
6e74f2a1a6
accidentally spaces
10 years ago
ctrlcctrlv
ed04525994
Spoil files moderator action
10 years ago
Michael Foster
4bce3d7584
Clean: Make boardlist bracket wrapping optional
10 years ago
ctrlcctrlv
7d1acd4a05
Make boardlist bracket wrapping optional
10 years ago
Michael Foster
ac4306555b
Fix for instances with old GraphicsMagick or ImageMagick versions (no -auto-orient).
10 years ago
Michael Foster
056a6001ac
Erorr handling update
10 years ago
Michael Foster
1d37e81ade
Better error handling/displaying with $config['debug'] and $config['verbose_errors']
10 years ago
Michael Foster
4fce9b63ae
Major config.php cleanup and a few minor misc fixes.
10 years ago
czaks
9769e1f964
i18n even more strings in inc/display.php
10 years ago
czaks
b9769d0cea
i18n strings in inc/display.php
10 years ago
Michael Foster
81da2fea04
Undo 7e0cec for now. Will restore later once I resolve issues
10 years ago
Marcin Łabanowski
7e0cec3d9d
Facilitate styling of subboard listings
11 years ago
Michael Foster
42cba53887
Allow Unicode in board URIs.
10 years ago
Michael Foster
30dc892786
Only store video URLs in database, instead of the generated player HTML.
10 years ago
Macil Tech
82e3592703
Argh, just remove all RTL and LTR control codes in bidi_cleanup.
If the name and subject fields both start with RLO characters, then the
subject would be after the name with the old bidi_cleanup.
10 years ago
Macil Tech
b6fc7ca89d
Fix broken entity removal in post truncation.
11 years ago
Macil Tech
1d4fced75a
pm_snippet() should probably use mb_substr if it's using mb_strlen.
11 years ago
Macil Tech
a92bb182d9
Fix display issues with RTL control characters in post names, subjects, and filenames.
11 years ago
Michael Save
85710249b7
Raw HTML editing
11 years ago
Michael Save
b693779d0d
Hopefully a final fix for caching thread previews. This feature was previous disabled because of a bug/confliction.
11 years ago
Michael Save
7a68fc9525
Copyright and license update for 2013.
11 years ago
Macil Tech
7eef94e04e
Fix transforming links to mod links in OP posts.
Similar regexes are called for threads and posts, but they differed
needlessly, and the thread regex would drop anything between the `<a`
and `href="` parts. This makes them both the same and functional.
11 years ago
Macil Tech
9007640e88
Don't do anything if a mod link is middle-clicked.
This lets Chrome users open mod actions in a new tab by middle-clicking,
as Chrome still calls the onclick event when middle-clicking unlike
Firefox.
11 years ago
Macil Tech
b63d94838d
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.
11 years ago
Macil Tech
948dfe8555
Don't truncate inside an HTML comment!
11 years ago
Macil Tech
46f50248f0
Don't require closing tag for tags that don't need it.
11 years ago
Michael Save
209f061eed
Bugfix: [sticky]
11 years ago
Michael Save
db14f9ce15
Bugfix: [F]
11 years ago
Michael Save
913010cff5
minor consistency cleanup
11 years ago
Michael Save
6229b82a43
CSRF protection
11 years ago
Michael Save
51675e7a9b
code cleanup
12 years ago
Michael Save
c9423a2c34
large cleanup
12 years ago
Michael Save
033491f84f
increase character limit on board URI, title and subtitle
12 years ago
Michael Save
1e88a003cf
Split [D+] (delete all posts by IP address) into global and non-global commands
12 years ago
Michael Save
3f1c279ce3
experimental post editing (for mods)
12 years ago
Michael Save
ae76ddb079
Fixed issue #34 : "HTML entities can be cut in half when truncating posts"
12 years ago
Michael Save
c7d72306ed
XSS in login form
12 years ago
Michael Save
c519bd66f5
horrible bug in the "post too long. click here to view the full text" truncating
12 years ago