b22bcdecf9Fix last commit: purge() issue
Michael Foster
2013-07-31 02:19:58 -04:00
42cba53887Allow Unicode in board URIs.
Michael Foster
2013-07-31 02:08:55 -04:00
3bee1ba4fdIssue #61
Michael Foster
2013-07-31 00:39:00 -04:00
42d29657a4README update
Michael Foster
2013-07-31 00:29:49 -04:00
bb2868896cAbility to hide IP addresses from mod log
Michael Foster
2013-07-31 00:04:57 -04:00
889945f50cHide "flags" section in posting form if user doesn't have permission to do anything special
Michael Foster
2013-07-30 23:36:46 -04:00
343397d561?/IP/: Don't show posts for board user doesn't have access to
Michael Foster
2013-07-30 23:30:49 -04:00
fbc78f7632Fix last commit (mysql_version() doesn't work if connection is not yet established)
Michael Foster
2013-07-30 22:13:05 -04:00
8efab06616Upgrade to utf8mb4 charset for MySQL server versions above 5.5.3. Keep support for older versions. Fix charsets for multiple columns and tables.
Michael Foster
2013-07-30 22:08:56 -04:00
91bb3182da⌘+click should open image in new tab
Michael Foster
2013-07-30 19:07:28 -04:00
461084d400MySQL's utf8 charset only supports up to 3-byte symbols. Insterting four byte symbols (U+010000 to U+10FFFF) can be done maliciously to break HTML mark-up. The ideal solution was to convert to MySQL's utf8mb4 charset, but then we would lose support for MySQL < 5.5.3. In this fix, incompatible characters are encoded as HTML numeric character references (eg. #65536) and just stripped from body_nommarkup.
Michael Foster
2013-07-30 16:41:10 -04:00
1c33285c81hide-threads.js: further fixes and customisations, mainly due to unexpanding previously not working here, but working on another boards (4chon, etc.)
czaks
2013-07-26 15:31:20 -04:00
c51dc146e2hide-threads.js: show post hider even in posts without an image
czaks
2013-07-26 14:27:38 -04:00
d82cd9b7bdexpand.js: fix post order when new posts appear between loading index and expanding
czaks
2013-07-26 22:39:00 -04:00
6bf217941aexpand.js: fix a weird bug - thread expand not always worked due to post being loaded in DOM, but not put in a right place in a thread, or so, so check if it has been loaded in a thread instead of if it exists in DOM
czaks
2013-07-26 22:34:06 -04:00
c0a45ba123Allow hide-images.js, toggle-images.js and inline-expanding.js to work together
Michael Foster
2013-07-27 00:14:43 -04:00
35f8730f40ukko: fix top boardlist losing its fixed status
czaks
2013-07-27 00:13:54 -04:00
e5bdf63692expand.js: fix post order when new posts appear between loading index and expanding
czaks
2013-07-26 22:39:00 -04:00
a28b5fc3a1expand.js: fix a weird bug - thread expand not always worked due to post being loaded in DOM, but not put in a right place in a thread, or so, so check if it has been loaded in a thread instead of if it exists in DOM
czaks
2013-07-26 22:34:06 -04:00
a11c8981fejs/hide-images.js: Hide individual images
Michael Foster
2013-07-26 19:55:28 -04:00
baa6793516toggle-images.js (this was written last year, but I never pushed it to git)
Michael Foster
2013-07-26 19:39:11 -04:00
595a165fa3install.sql mistake
Michael Foster
2013-07-26 18:22:48 -04:00
1a43b87315hide-threads.js: further fixes and customisations, mainly due to unexpanding previously not working here, but working on another boards (4chon, etc.)
czaks
2013-07-26 15:31:20 -04:00