Commit Graph

  • 4ad1ce13b1 Include non-compiled javascript in page.html too. Macil Tech 2013-06-11 10:18:41 -05:00
  • fa9c2a0fd1 mod.php: Don't freak out if extra dummy query parameters are added. (Such as for cache-avoidance.) Macil Tech 2013-03-03 00:41:00 +08:00
  • b6fc7ca89d Fix broken entity removal in post truncation. Macil Tech 2013-03-18 03:14:30 +08:00
  • be1e55b9d6 Fix result page after installing theme getting doubled up. Macil Tech 2013-03-01 05:56:44 +08:00
  • 6fd6b92fe8 Fix openBoard and boardTitle functions using same caching keys. Macil Tech 2013-03-01 07:12:17 +08:00
  • 1d4fced75a pm_snippet() should probably use mb_substr if it's using mb_strlen. Macil Tech 2013-03-01 08:42:38 +08:00
  • 2fe79f6a61 Output times in UTC. Macil Tech 2013-03-10 21:09:48 +08:00
  • a92bb182d9 Fix display issues with RTL control characters in post names, subjects, and filenames. Macil Tech 2013-04-02 17:28:04 +08:00
  • 3bcc87caf2 Fix PM count caching. Macil Tech 2013-03-27 22:09:39 +08:00
  • 2df2b8ba4d Merge pull request #109 from undido/banlistpatch Michael 2013-06-17 09:54:29 -07:00
  • 81b3eec4e0 Merge pull request #104 from undido/patch-1 Michael 2013-06-17 09:52:29 -07:00
  • 9f00d86f1a Brazilian Portuguese translation for Tinyboard 55ch 2013-06-15 07:07:16 -04:00
  • 1d76164e29 javascripts: fixed interactions (BEWARE, inline-expanding.js now requires jquery! fix your configs) czaks 2013-06-15 01:39:39 -04:00
  • 9b3eb9c2ca stylesheets: add photon.css by Turanga czaks 2013-06-15 01:36:30 -04:00
  • ef66fd62b4 inline-expanding.js: don't set max height czaks 2013-06-15 00:37:12 -04:00
  • ba424698e0 header abstraction: abstracted also in thread.html czaks 2013-06-15 00:22:13 -04:00
  • e53481f93e Merge branch 'master' of https://github.com/savetheinternet/Tinyboard czaks 2013-06-15 00:08:11 -04:00
  • 8b952fe97f overboard: missed templates/index.html czaks 2013-06-15 00:04:08 -04:00
  • b85fc7d102 generic boardlist for overboard czaks 2013-06-14 23:57:04 -04:00
  • a2c215d5d0 Merge pull request #110 from lanc33/master Michael 2013-06-13 11:11:08 -07:00
  • 0e490407e1 Fixes #59 by making quick-reply.js agnostic to the value of $config['button_reply']. lanc33 2013-05-29 19:16:37 -03:00
  • 9c29cec659 Moved ukko to a proper location czaks 2013-05-26 18:03:20 -04:00
  • 9b83264735 Here we go Riku Rouvila 2013-01-02 19:40:30 +02:00
  • 258083e5cb Merge branch 'master' of https://github.com/savetheinternet/Tinyboard czaks 2013-05-26 17:53:00 -04:00
  • 4c45689528 vichan specific fix to facilitate using "." and "+" in boardnames czaks 2013-05-26 17:52:33 -04:00
  • 83401b3a68 update config.php config for unban limit undido 2013-04-16 19:14:51 -03:00
  • b4ff535128 update to pages.php minor exploit undido 2013-04-16 19:09:58 -03:00
  • b9140f3c07 Merge pull request #106 from ctrlcctrlv/master Michael 2013-03-21 08:53:36 -07:00
  • bb54605eb7 Fix per-board name not being used Fredrick 2013-03-20 07:46:48 -04:00
  • 41ee55a1b2 Update auto-reload.js undido 2013-03-20 00:56:59 -03:00
  • 31a21a5957 Merge pull request #102 from ctrlcctrlv/master Michael 2013-03-17 04:13:13 -07:00
  • 53f710060d Fix truncation issue by no longer using HTML entities for Unicode characters Fredrick 2013-03-17 07:00:55 -04:00
  • 64ae123739 Mod log in ?/IP (ie. ban history) Michael Save 2013-03-16 18:27:24 +11:00
  • 1816218c64 Fix: Critical security vulnerability Michael Save 2013-03-15 00:40:02 +11:00
  • 2051018ba1 ... Michael Save 2013-01-30 05:07:09 +11:00
  • 5661e32b1c Instead of showing $config['error']['malformed'] on corrupt session, just go straight to the login form Michael Save 2013-01-30 04:45:38 +11:00
  • b4efebae55 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard Marcin Łabanowski 2013-01-29 14:31:35 +01:00
  • 45f9b51ad8 Merge branch 'master' of github.com:savetheinternet/Tinyboard Michael Save 2013-01-29 22:17:46 +11:00
  • 774e27caf5 Use === operator in authentication. Michael Save 2013-01-29 22:13:35 +11:00
  • e5bf2a91fc Don't always redirect to dashboard on login Michael Save 2013-01-29 22:11:33 +11:00
  • cac9b86824 [EDIT] mistake while merging Marcin Łabanowski 2013-01-28 14:28:26 +01:00
  • d1bd4e1f7b Merge branch 'master' of https://github.com/savetheinternet/Tinyboard Marcin Łabanowski 2013-01-28 13:29:21 +01:00
  • fd33e9eba1 Merge pull request #96 from Macil/redis Michael 2013-01-27 21:32:28 -08:00
  • f07e1564ae Merge pull request #97 from Macil/indexstuff Michael 2013-01-27 21:32:01 -08:00
  • 879f20ec72 Reworked index() slightly to make caching simpler and only use one key. Macil Tech 2013-01-27 21:27:47 -06:00
  • 1ad71b33e2 More use of mod log Michael Save 2013-01-27 19:02:47 +11:00
  • bf792ae7b7 toggle-locked-threads.js: Don't hide thread if accessed directly (only on index) Michael Save 2013-01-27 19:01:31 +11:00
  • b85b4a5a75 Added more debug links to dashboard Michael Save 2013-01-27 18:44:53 +11:00
  • e6b9bad788 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard Marcin Łabanowski 2013-01-26 15:08:48 +01:00
  • 9b7b1c996f Revert "[EDIT] restore previous behaviour (editing of html, not bbcode)" Marcin Łabanowski 2013-01-26 15:03:31 +01:00
  • db1b50cfc3 Escape result in ?/debug/sql Michael Save 2013-01-26 00:00:39 +11:00
  • cadf276891 New debug page: ?/debug/sql Michael Save 2013-01-25 23:57:51 +11:00
  • 9a2c33736a New debug page: ?/debug/sql Michael Save 2013-01-25 23:56:55 +11:00
  • 764d718f84 ?/debug/recent Michael Save 2013-01-25 22:23:26 +11:00
  • d5a994537b New debug mod page: ?/debug/recent (recent posts across all boards) Michael Save 2013-01-25 22:18:03 +11:00
  • 060be53797 Show "most recent" in anti-spam debug page Michael Save 2013-01-24 19:25:07 +11:00
  • 85710249b7 Raw HTML editing Michael Save 2013-01-24 19:16:25 +11:00
  • 55d752073d [EDIT] restore previous behaviour (editing of html, not bbcode) Marcin Łabanowski 2013-01-23 19:06:13 +01:00
  • fabba73ce4 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into HEAD Marcin Łabanowski 2013-01-23 18:58:38 +01:00
  • e087e9afae Revert "[EDIT] added dummy page" Marcin Łabanowski 2013-01-23 18:57:02 +01:00
  • 85578b7105 Bugfix: Anti-bot check not allowing posting from second page Michael Save 2013-01-24 04:56:06 +11:00
  • 635cd5a7d9 Revert "[EDIT] added dummy form" Marcin Łabanowski 2013-01-23 18:54:48 +01:00
  • b04a05494a Revert "[EDIT] basic edit support" Marcin Łabanowski 2013-01-23 18:54:41 +01:00
  • bceb314ce6 Major fixes and clean-up for edit form Michael Save 2013-01-24 04:16:09 +11:00
  • c7c5a65a1f [EDIT] basic edit support asiekierka 2013-01-08 07:52:13 +01:00
  • 64e06dfcf3 [EDIT] added dummy form asiekierka 2013-01-08 04:35:22 +01:00
  • 684b7f8492 [EDIT] added dummy page asiekierka 2013-01-08 04:31:09 +01:00
  • b086e47cfc Em dash and en dash mix-up. Issue #88 Michael Save 2013-01-24 03:37:15 +11:00
  • a44e0571bc Automatically rotate and mirror images based on EXIF orientation (only compatiable with "convert" option selected at the moment) Michael Save 2013-01-24 03:24:38 +11:00
  • 25268f3876 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard Marcin Łabanowski 2013-01-23 17:19:31 +01:00
  • cd81ae8ea5 No point using JSON as Cache class already supports objects Michael Save 2013-01-23 13:42:14 +11:00
  • 970b6e8376 Add Redis caching support. Macil Tech 2012-12-02 19:00:58 -07:00
  • edb9999a7d I'm dumb Michael Save 2013-01-23 12:48:23 +11:00
  • b693779d0d Hopefully a final fix for caching thread previews. This feature was previous disabled because of a bug/confliction. Michael Save 2013-01-23 12:43:46 +11:00
  • 18ca523b18 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard Marcin Łabanowski 2013-01-21 13:17:13 +01:00
  • 7a68fc9525 Copyright and license update for 2013. Michael Save 2013-01-20 21:23:46 +11:00
  • 8185b85be7 style cccxd 2013-01-19 21:22:40 +01:00
  • b968a6a1f9 Merge pull request #11 from cccxd/patch-4 Marcin Łabanowski 2013-01-19 07:29:43 -08:00
  • 00bd6b7596 Merge pull request #9 from cccxd/patch-2 Marcin Łabanowski 2013-01-19 07:29:25 -08:00
  • 82fb733906 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard Marcin Łabanowski 2013-01-19 16:23:02 +01:00
  • 27ee4d320c Upgrade script for new kew Michael Save 2013-01-19 18:49:00 +11:00
  • 7b02357e23 Merge branch 'newkey' of https://github.com/Macil/Tinyboard Michael Save 2013-01-19 18:47:01 +11:00
  • 5c4421b4fd Merge pull request #95 from Macil/nosubject Michael 2013-01-18 23:44:44 -08:00
  • 0da1c18a7f Add field_disable_subject and field_disable_reply_subject config options. Macil Tech 2012-08-30 04:07:23 -06:00
  • f01813d95b Remove now redundant single-column thread key from posts_* tables. Macil Tech 2013-01-19 01:20:55 -06:00
  • accc3992f3 Merge pull request #93 from Macil/image_reject_repost_in_thread Michael 2013-01-18 23:03:16 -08:00
  • 6aac2472e6 Merge pull request #92 from Macil/fixes Michael 2013-01-18 23:02:24 -08:00
  • 3a9ed90c58 Incorrect parameter type. Macil Tech 2012-11-28 20:08:53 -07:00
  • 7eef94e04e Fix transforming links to mod links in OP posts. Macil Tech 2012-11-02 22:29:11 -06:00
  • 90ada24ddc Insert into posts table using named columns. Macil Tech 2012-10-09 19:57:01 -06:00
  • 5628f78970 Made deleting posts by IP more efficient. Macil Tech 2012-09-04 00:21:04 -06:00
  • 0092fc62ab Extend timelimit when rebuilding from mod interface. Macil Tech 2012-07-24 11:51:59 -06:00
  • 67ab3760ba Removed redundant code in image processing. Macil Tech 2012-07-19 00:16:50 -06:00
  • f2d3e45fd3 Handle posts without filenames. Macil Tech 2012-07-13 11:03:22 -06:00
  • 322b902c8a Fix incorrect log message when bumplocking and stickying threads. Macil Tech 2012-07-12 07:43:43 -06:00
  • fda99305ae Global missing from mod_logout Macil Tech 2013-01-18 23:16:42 -06:00
  • 9007640e88 Don't do anything if a mod link is middle-clicked. Macil Tech 2013-01-16 16:32:24 -06:00
  • 91e8547b04 Add image_reject_repost_in_thread option Macil Tech 2012-11-14 13:33:27 -07:00
  • b1c1a25c26 Add (thread, id) multi-column key to optimize rebuilding index pages. Macil Tech 2012-10-29 22:10:58 -06:00
  • 00bd5e8d20 Remove buildThread() call from mod_deletefile because deleteFile() already calls it. Macil Tech 2013-01-18 23:13:08 -06:00