Michael Save
|
f9ca74d763
|
use "!" delimiter to make things easier
|
11 years ago |
Michael Save
|
9649550463
|
start on mod interface rewrite
|
11 years ago |
Michael Save
|
51675e7a9b
|
code cleanup
|
11 years ago |
Michael Save
|
da52307c67
|
Added notice about mod.php being a clusterfuck; needs to be rewritten
|
11 years ago |
Michael Save
|
fd133d573a
|
fixed modlog
|
11 years ago |
Michael Save
|
711e818ad6
|
fixed modlog
|
11 years ago |
Michael Save
|
95709e7588
|
Removed `board`.`id`. Use the board URI/name at the key instead.
|
11 years ago |
Michael Save
|
c39c54c2c2
|
invalid $query
|
11 years ago |
Michael Save
|
a564a95ab4
|
Improved Tinyboard anti-bot/spam filter. See large comment in inc/config.php for details.
|
11 years ago |
Michael Save
|
dd0f421015
|
better anti-bot check
|
11 years ago |
Michael Save
|
96ffd9eb3b
|
rrdtool theme to work with v0.9.6
|
11 years ago |
Michael Save
|
34be0531ab
|
bugfix: fatal error when rebuilding
|
11 years ago |
Michael Save
|
c9423a2c34
|
large cleanup
|
11 years ago |
Michael Save
|
88092e4f9e
|
Bugfix: some tracked post citations were not being purged upon thread deletion
|
11 years ago |
Michael Save
|
c0968639c4
|
last commit broke some markup syntax
|
11 years ago |
Michael Save
|
4dcdca997e
|
simpler markup regular expressions
|
11 years ago |
Michael Save
|
4db78899e4
|
updated links to new documentation wiki
|
11 years ago |
Michael Save
|
818da9f283
|
Better custom flood filters: http://tinyboard.org/docs/?p=Config/Flood_filters
|
11 years ago |
Michael Save
|
1b5f2b08f4
|
moved $OP to $post['op']. post() now has one argument instead of two.
|
11 years ago |
Michael Save
|
abd65b0c8a
|
small cleanup
|
11 years ago |
Michael Save
|
6c3a52aaec
|
AUTO_INCREMENT for `boards` should start at 1, not 2
|
11 years ago |
Michael Save
|
033491f84f
|
increase character limit on board URI, title and subtitle
|
11 years ago |
Michael Save
|
874b8cbf00
|
inc/contrib -> inc/lib
|
11 years ago |
Michael Save
|
69c9a9dd45
|
bugfix: PHP notices when uploading a non-image file
|
11 years ago |
Michael Save
|
2273ae5645
|
bans should not affect mod.php
|
11 years ago |
Michael Save
|
8ba120b6f4
|
rebuild shadowed thread after moving
|
11 years ago |
Michael Save
|
a38831a1ef
|
using HTTP/1.1, not HTTP/1.0 for PURGE
|
11 years ago |
Michael Save
|
8cfc5460d3
|
New event: post-after
|
11 years ago |
Michael Save
|
d834e09b09
|
smartphone-spoiler.js: Blackberry support
|
11 years ago |
Michael Save
|
9677da2d95
|
small bug fix with thread moving
|
11 years ago |
Michael Save
|
8b1dbe502e
|
When moving threads, correct >>XX links.
|
11 years ago |
Michael Save
|
c2437737b4
|
smartphone-spoiler.js: Opera Mini support
|
11 years ago |
Michael Save
|
af3ec3f8c7
|
expand.js: inline thread expanding
|
11 years ago |
Michael Save
|
fe8cafb6ea
|
small stylesheet change
|
11 years ago |
Michael Save
|
b3ae75ed14
|
smartphone-spoiler.js: don't use jQuery
|
11 years ago |
Michael Save
|
f444fa3b6e
|
onready() instead of onload()
|
11 years ago |
Michael Save
|
ad657916a0
|
Javascript cleanup
|
11 years ago |
Michael Save
|
d9b2b3f7a1
|
inline-expanding.js
|
11 years ago |
Michael Save
|
2dda55da1c
|
onload() function to handle multiple functions
|
11 years ago |
Michael Save
|
c0876c4e86
|
local-time.js: don't use jQuery
|
11 years ago |
Michael Save
|
2faaacd0f2
|
Update links in Javascript comments
|
11 years ago |
Michael Save
|
2f7902293f
|
"Javascript" section in config.php
|
11 years ago |
Michael Save
|
4039930074
|
Merge scripts from Tinyboard-Tools
|
11 years ago |
Michael Save
|
fef9a3ca82
|
Merge branch 'master' of github.com:savetheinternet/Tinyboard-Tools into tools
Conflicts:
README.md
|
11 years ago |
Alyssa Rowan
|
52443d3da9
|
Fixed bug with report clearing
|
11 years ago |
Michael Save
|
2df1ebd88c
|
smartphone-spoiler.js
|
11 years ago |
Michael Save
|
1e88a003cf
|
Split [D+] (delete all posts by IP address) into global and non-global commands
|
11 years ago |
Michael
|
8756a19496
|
Merge pull request #1 from Circlepuller/master
Added my stylesheets
|
11 years ago |
Circlepuller
|
cbc00d7c5f
|
Added AwsumChan's stylesheets
|
11 years ago |
Michael Save
|
4c6faeb7a2
|
Convert $post to an object before passing it to event(). This way it can be modified by event handlers before entering the database. See http://tinyboard.org/docs/events.html#examples
|
11 years ago |