czaks
c8913f41a7
compact-boardlist.js: initial commit
10 years ago
czaks
13dbde96f4
fix ajax.js errors workings
10 years ago
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
ctrlcctrlv
affad5594e
Fix compatibility with php<5.4, sorry anachronos ;_;
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
czaks
946c49ac5a
boardlist work part 1: boardname in subtitle; work to make js restyling feasible
10 years ago
ctrlcctrlv
979e5754a5
Better error handling
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
fallenPineapple
12ee85beaf
Adds "noko50" (View Last 50 Posts) pages. (Broken Reply)
10 years ago
czaks
890718f89f
i18n work on ctrlcctrlv's additions
10 years ago
czaks
98fa92f684
Fix boardlist bracketing issue
10 years ago
ctrlcctrlv
ddbe562f9c
Optionally allow the moving of single replies
10 years ago
ctrlcctrlv
2b6fa9342b
accidentally spaces
10 years ago
ctrlcctrlv
a59c2e8369
Spoil files moderator action
10 years ago
ctrlcctrlv
3aa1305dab
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
3b03e18d68
i18n even more strings in inc/display.php
10 years ago
czaks
b9769d0cea
i18n strings in inc/display.php
10 years ago
czaks
a1e105a470
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