213 Commits

Author SHA1 Message Date
Trevor Slocum
5c0f55681c Add ImageMagic support to thumbnail process 2015-06-25 00:49:25 -07:00
Trevor Slocum
9b41846002 Typos and minor cleanup 2015-06-25 00:10:12 -07:00
Trevor Slocum
8d5986ee83 Fix MySQLi database mode 2014-11-07 17:05:29 -08:00
Trevor Slocum
a22a497ce4 Type-match when comparing against admin/mod passwords 2014-11-07 17:02:17 -08:00
Trevor Slocum
0f096074c3 Add CAPTCHA to features list 2014-11-06 03:36:50 -08:00
Trevor Slocum
e2d433ff16 Add TINYIB_CAPTCHA 2014-11-06 03:34:19 -08:00
Trevor Slocum
16a87d6dc2 Remember password used when posting 2014-10-27 17:31:41 -07:00
Trevor Slocum
884802259b Add TINYIB_NOFILEOK for file-less new threads 2014-10-27 17:06:52 -07:00
Trevor Slocum
7a23dd2e88 Reformat settings file 2014-10-27 16:55:58 -07:00
Trevor Slocum
1b2c60de4d Add missing stickied/moderated indexes to creation SQL 2014-10-17 16:37:52 -07:00
Trevor Slocum
2f54b75570 Add TINYIB_REQMOD setting, allowing moderation to be required for new posts 2014-10-16 18:12:52 -07:00
Trevor Slocum
4559c24236 Add one-click post quoting (closes #13) 2014-08-22 23:10:10 -07:00
Trevor Slocum
0b4b8986b9 Potentially fix lingering caching bug 2014-08-03 13:57:10 -07:00
Trevor Slocum
cfe4ca8b6b Minor thumbnail function tweaks 2014-08-03 13:43:33 -07:00
Rizlation
4a65c03ee7 Update functions.php
Changed createThumbnail() to support transparent PNG thumbnails.
2014-07-26 15:52:06 -05:00
Trevor Slocum
866bbfaa7f Add PDO database mode and fix an HTML page caching issue. Closes #11. Code contributed by @mozai - thanks! 2014-07-26 03:22:53 -07:00
Trevor Slocum
784a8dfdd4 Add database migration tool (flatfile -> mysql) 2014-07-20 12:12:00 -07:00
Trevor Slocum
4041a57559 Add optional SWF support, make picture support optional, add text board mode 2014-07-05 12:27:18 -07:00
Trevor Slocum
96f14e2ead Add MySQLi driver. Resolves #10 2014-06-28 01:45:56 -07:00
Trevor Slocum
90a878f8ee Add optional WebA and WebM support 2014-06-24 12:51:22 -07:00
Trevor Slocum
280eeab57e MAX_FILE_SIZE hidden input improvements 2013-07-30 21:32:55 -07:00
Trevor Slocum
b8d86e8612 Tweak styling of rules and post messages 2013-06-06 22:39:36 -07:00
Trevor Slocum
58d378fe46 Add TINYIB_MAXWOP and TINYIB_MAXHOP which specify thumbnail sizes only for new threads 2013-05-14 20:42:56 -07:00
Trevor Slocum
ff9942f7b8 Add library check for MySQL and SQLite 2013-04-15 20:30:41 -07:00
Trevor Slocum
4074a288ff Fix return statement 2013-04-15 19:56:24 -07:00
Trevor Slocum
f1edbc8c9b Fix return statement 2013-04-15 19:55:35 -07:00
Trevor Slocum
88d4b441c2 Add TINYIB_MAXREPLIES - Maximum replies before a thread stops getting bumped 2013-04-15 19:50:52 -07:00
Trevor Slocum
4af3a83c51 Add missing global 2013-04-15 19:03:37 -07:00
Trevor Slocum
a5a93dd639 Add ability to update via Git from the management panel (Administrators only) 2013-04-15 18:53:16 -07:00
Trevor Slocum
cb16ad0bd4 Fix reply order on index pages 2013-01-16 17:39:45 -08:00
Trevor Slocum
90da48c558 Upgrade flatfile library to 2009-10-25 2013-01-16 17:35:41 -08:00
Marcos Vives Del Sol
aade2e720e Customizable amount of threads per page. Fixed a bug, too. 2013-01-13 14:40:34 +01:00
Marcos Vives Del Sol
67578b5b60 Faster index generation and customizable amount of replies in preview 2013-01-13 11:47:36 +01:00
Trevor Slocum
c38a4b2e84 Fix strict warning 2012-12-28 00:09:20 -08:00
Trevor Slocum
671bfe68a5 Minor changes to management panel 2012-12-27 23:14:41 -08:00
Trevor Slocum
914d65c4bb syntax bug fix 2011-09-07 18:47:10 -07:00
Trevor Slocum
fd87a2e6c1 minor code cleanup 2011-09-05 23:53:37 -07:00
Trevor Slocum
26410cd6ba Numerous feature additions and code re-writes 2011-08-07 00:24:39 -07:00
efari
4be078ff86 fixed a wrong url
by using false, the url in the post number (in manage post mode) will point to the correct file
2011-01-26 08:01:11 -08:00
tslocum
4d14cb7434 Minor code cleanup 2011-01-21 20:53:37 -08:00
tslocum
b9c02d466e Changed the modpost form a bit 2011-01-07 17:54:03 -08:00
tslocum
730ddf47db Better looking error page 2011-01-07 17:36:00 -08:00
tslocum
29d2d6ab96 minor code cleanup 2011-01-07 01:50:03 -08:00
tslocum
be532e13b0 Post linking using >>#### and some minor fixes 2011-01-07 00:56:59 -08:00
tslocum
239a12cefe code clean up 2010-12-31 15:24:55 -08:00
tslocum
3becc47176 MySQL fix 2010-12-08 12:50:24 -08:00
tslocum
8e5124812f SQLite support 2010-12-04 00:45:29 -08:00
tslocum
18432ee93a Moving code from imgboard.php to functions.php 2010-12-03 02:31:51 -08:00
tslocum
f0540cd221 Moving settings to constants rather than variables 2010-12-03 02:11:14 -08:00
tslocum
9b999c3d2c Updating footer link 2010-11-29 17:11:01 -08:00