920 Commits (ee23ec1e24bb2a0cec24af011012e95652ce85a9)

Author SHA1 Message Date
Michael Foster a2d8e4cf3e Previous commit comment fix 11 years ago
Michael Foster 37d769646b Markup/quote fix for multibyte 11 years ago
Michael Foster b22bcdecf9 Fix last commit: purge() issue 11 years ago
Michael Foster 42cba53887 Allow Unicode in board URIs. 11 years ago
Michael Foster bb2868896c Ability to hide IP addresses from mod log 11 years ago
Michael Foster 343397d561 ?/IP/: Don't show posts for board user doesn't have access to 11 years ago
Michael Foster 8efab06616 Upgrade to utf8mb4 charset for MySQL server versions above 5.5.3. Keep support for older versions. Fix charsets for multiple columns and tables. 11 years ago
Michael Foster 461084d400 MySQL'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. 11 years ago
Michael Foster 1759ac2ea3 Post search: Search other fields too 11 years ago
Michael Foster 58306bdc63 Search posts 11 years ago
Michael Foster 5bab041814 Make font-awesome enabled by default 11 years ago
Michael Foster bd8bd3c02e Fix for last commit 11 years ago
Michael Foster 57c8e4ee7c Strip combining characters from Unicode strings (eg. Zalgo) 11 years ago
czaks 396492aad6 Update Polish locale 11 years ago
czaks 065a6f97c8 localise time values 11 years ago
czaks 3f2ea6b936 i18n some strings in inc/config.php 11 years ago
czaks ae99c6dd0d i18n one more string in inc/functions.php 11 years ago
Michael Foster 37d5846e4e Fix markup overlapping. Issue #124 11 years ago
Michael Foster 33a1c00bd5 %length% in public ban messages 11 years ago
Michael Foster 31f657e550 Long overdue: Salted password hashes 11 years ago
Michael Foster 1132a4ce79 Option to use font-awesome for sticky/lock icons, etc. 11 years ago
Michael Foster ab0c5ee481 Option to make stylesheet selections board-specific 11 years ago
Michael Foster 6ba8f3f7de Add custom links to dashboard 11 years ago
Michael Foster ed8fe6c27a Option to check public ban message by default 11 years ago
Michael Foster 308f557fd5 Option to automatically strip EXIF metadata from JPEGs 11 years ago
czaks 97a22e57c1 Remove imgcaptcha, this code is unused in any of our forks and needs work to get here back. 11 years ago
czaks 8772c31ce1 post search: missed default config 11 years ago
czaks 17952d173c Update Polish translation 11 years ago
Michael Foster 67cbc2b1aa Fix permissions with search 11 years ago
Michael Foster b776e0a7f0 Search update 11 years ago
Michael Foster e62b83e79c Bring back search (searching posts not implemented yet) 11 years ago
Michael Foster 30dc892786 Only store video URLs in database, instead of the generated player HTML. 11 years ago
czaks f04566f6d3 locale: update polish translation 11 years ago
Michael Foster e4bd9a6886 Themes edit: Split "post" into two seperate actions: "post" (replies) and "post-thread". And add a $board variable. 11 years ago
Michael Foster ce9431ba34 Update filters to work with new ban table 11 years ago
Michael Foster aadb57f2a2 More ban stuff: Show whether or not user has "seen" a ban yet in the ban list and on IP address pages. Purge useless expired ban records. 11 years ago
Michael Foster c8f30550af $config['require_ban_view']: Force users to view the "You are banned" page at least once before letting a ban disappear naturally. 11 years ago
Michael Foster 29b10c88db Outputting thread subject in header/title (issue #122) 11 years ago
Michael Foster 7302fc57a8 Automatically dismiss all reports regarding a thread after it is locked. 11 years ago
Michael Foster 2144d43f2b Fix issue #24 11 years ago
Michael Foster 23b27d8057 Add clean() to mod_move function 11 years ago
Michael Foster 77e4d926d9 Add "write" (files written to) to debug section 11 years ago
Macil Tech 82e3592703 Argh, just remove all RTL and LTR control codes in bidi_cleanup. 11 years ago
czaks 8de00e5ba9 Update Polish translation; javascript l10n 11 years ago
czaks 21f6799617 js i18n: finish implementation with addition of the compiled locale strings file to additional javascripts 11 years ago
K 74a470bf4e Add support for 4chan-compatible json API. 11 years ago
Macil Tech 3eda5b0543 Adds image_hard_limit and reply_hard_limit options. 11 years ago
Macil Tech 765e64ee38 m and n dash fix 11 years ago
Macil Tech b078222ede Fix "Undefined index: sticky" and "locked" errors on new thread creation. 11 years ago
Macil Tech b6fc7ca89d Fix broken entity removal in post truncation. 11 years ago