1457 Commits (0c682f5cc33637882ee3c76f294a476b1bd0e3fb)
 

Author SHA1 Message Date
Michael Save 8afaba9a81 show-mentions.js 12 years ago
Michael Save 741e30e22f post-hover.js: Fixed bug on index pages 12 years ago
Michael Save d38801fc4e auto-reload.js: poll every 5 seconds, not 500 ms 12 years ago
Michael Save 21a1152ebe custom event for new posts, so auto-reload.js etc will work with forced-anon.js and post-hover.js 12 years ago
Michael Save 8208d7151b Close board before writing modlog entry. 12 years ago
Michael Save ab1db9dd8a s/thread/threat 12 years ago
Michael Save c136d44894 Better upload handling (don't move file before handling it) 12 years ago
Michael Save fb5fc04599 Small DNSBL fix 12 years ago
Michael Save 1a3a363c7d Enable tor.dnsbl.sectoor.de by default. 12 years ago
Michael Save 35a1e05787 Proper DNSBL implementation. Very sexy. 12 years ago
Michael Save 0c8941fc5b benchmark.php: Benchmark thumbnailing methods 12 years ago
Michael Save b561066a4c convert: Suppress warnings when trying to delete temporary file. 12 years ago
Michael Save 7d39384581 Don't forget new lines on error. 12 years ago
Marcin Łabanowski ff172eb418 utf-8 charset is called "utf8" in mysqlese 12 years ago
Michael Save c6478b378f convert: Don't rely on PHP GD to get the image dimensions; use `identify`. 12 years ago
Michael Save fe7182404f Better thumbnailing with `convert`. 12 years ago
Michael Save e6337640c8 Defaults: $config['mod']['skip_per_board'] changed to false 12 years ago
Michael Save 75efb21035 permissions bug 12 years ago
Michael Save 6ab3ec5da9 convert: chmod(664) after moving temporary image 12 years ago
Michael Save b82e3a814a Thumbnail the first frame only. 12 years ago
Michael Save 6db45d4c3d $config['thumb_method'] 12 years ago
Michael Save 290b2b2dea $config['thumb_method'] 12 years ago
Michael Save c36d654a08 Clip post to page borders. 12 years ago
Michael Save de5e7e27ec Don't clone replies we can already see. That will break stuff. 12 years ago
Michael Save 443c79047b post-hover.js: Fix position on AJAX. 12 years ago
Michael Save 4c3486bec9 Thumbnailing alternative: `convert` (command line ImageMagick instead of PHP bindings) 12 years ago
Michael Save d531487bad Animated thumbnails fix 12 years ago
Michael Save bf7fd32c21 start_hover() causing weird positing issues when using AJAX method 12 years ago
Michael Save a2ac54e01e Check if post is below viewable region. 12 years ago
Michael Save ce25db62ea css bug 12 years ago
Michael Save 134146e32c Allow post-hover.js to work /without/ forced-anon.js... 12 years ago
Michael Save e34de4e09d Allow post-hover.js to work with forced-anon.js 12 years ago
Michael Save 68e873315a Ensure no double-fetching of posts. 12 years ago
Michael Save 50624ba5ce Use AJAX to fetch posts that aren't on the current page. 12 years ago
Michael Save ccf17c3d6f quick-post-controls.js: clone input element or Tinyboard will consider everyone a bot when posting 12 years ago
Michael Save 34fc25f716 clip to top 12 years ago
Michael Save 1d7381554d Don't show post when it's already in view. Highlight it instead. 12 years ago
Michael Save a573960229 show actual posts instead of highlighting them 12 years ago
Michael Save f48d338ce0 $('div.post.reply:last') is too specific; use $('div.post:last') or else it won't include the OP 12 years ago
Michael Save 53f4bf6136 quick-posts-controls.js: Fill in password automatically. 12 years ago
Michael Save 6b42c71c79 rebuild.php command line switches (--quiet, --board, etc.) 12 years ago
Michael Save 224c776307 pass command line arguments to http client 12 years ago
Michael Save af7b5b5d78 better scroll events 12 years ago
Marcin Łabanowski 438f749463 templates/post_thread.html localization 12 years ago
Marcin Łabanowski eb121c5d3a mod.php error localization 12 years ago
Marcin Łabanowski 847c0c351a make the errors translatable; updated locale list 12 years ago
Marcin Łabanowski b33c4404fb utf-8 charset for themes 12 years ago
Marcin Łabanowski 368f165e59 update polish translation 12 years ago
Michael Save ae848ef666 use border-right-color for firefox 12 years ago
Michael Save f3d784de51 Fixed bug redeclaring gettext functions. Edit KusabaX config before including it. 12 years ago