Commit Graph

  • 8831f63200 $config['debug']: Show time initializing Tinyboard (before $debug was created) Michael Foster 2013-08-29 08:30:21 +10:00
  • 3fbd051737 Record time started (in milliseconds) at the very beginning of inc/functions.php, even when $config['debug'] is disabled (because we can't tell, yet). Gets a more accurate time for page generation. Michael Foster 2013-08-29 08:25:15 +10:00
  • cadde12090 Record time started (in milliseconds) at the very beginning of inc/functions.php, even when $config['debug'] is disabled (because we can't tell, yet). Gets a more accurate time for page generation. Michael Foster 2013-08-29 08:25:15 +10:00
  • aa27a22f7c wtf? duplicate code Michael Foster 2013-08-29 08:17:32 +10:00
  • 2f7a6cdc64 wtf? duplicate code Michael Foster 2013-08-29 08:17:32 +10:00
  • 09027cd8ae Better cache debugging: Show hit/miss, etc. Michael Foster 2013-08-29 08:07:27 +10:00
  • e9a44b4cda Better cache debugging: Show hit/miss, etc. Michael Foster 2013-08-29 08:07:27 +10:00
  • 3b5561d1a4 Bugfix: Circlepuller is a dumbass and broke many mod actions, don't merge his commits without testing them ctrlcctrlv 2013-08-28 21:31:10 +00:00
  • bdc15d2869 Bugfix: Circlepuller is a dumbass and broke many mod actions, don't merge his commits without testing them ctrlcctrlv 2013-08-28 21:31:10 +00:00
  • e34c0f4b65 Bugfix: Circlepuller is a dumbass and broke many mod actions, don't merge his commits without testing them ctrlcctrlv 2013-08-28 21:31:10 +00:00
  • 545f469f3c Bugfix: Circlepuller is a dumbass and broke many mod actions, don't merge his commits without testing them ctrlcctrlv 2013-08-28 21:31:10 +00:00
  • 8503e65858 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard czaks 2013-08-28 12:41:36 -04:00
  • 3a8f106e85 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard czaks 2013-08-28 12:41:36 -04:00
  • 7a4e481333 Huge bugfix: Old tracked cites where not being purged correctly. Recommend query: "TRUNCATE TABLE cites;" to start over Michael Foster 2013-08-28 22:30:56 +10:00
  • 9f3dfc2448 Huge bugfix: Old tracked cites where not being purged correctly. Recommend query: "TRUNCATE TABLE cites;" to start over Michael Foster 2013-08-28 22:30:56 +10:00
  • c31e374a71 Allow Unix sockets for database connection Michael Foster 2013-08-28 20:09:30 +10:00
  • 19b7f4734f Allow Unix sockets for database connection Michael Foster 2013-08-28 20:09:30 +10:00
  • 10d59e949a Performance: Add expires index to antispm table to make purging old hashes a little quicker Michael Foster 2013-08-28 18:39:45 +10:00
  • 1dd2641dd3 Performance: Add expires index to antispm table to make purging old hashes a little quicker Michael Foster 2013-08-28 18:39:45 +10:00
  • f8f375ec30 Sitemap theme: Minimum time between generating, and only generate on post-thread and post-delete Michael Foster 2013-08-28 18:30:01 +10:00
  • 80a24ea74a Sitemap theme: Minimum time between generating, and only generate on post-thread and post-delete Michael Foster 2013-08-28 18:30:01 +10:00
  • 5aaa6887f6 Add ip index to post tables for faster ?/IP/ (and flood detection, etc.) Michael Foster 2013-08-28 18:02:28 +10:00
  • e7d3738659 Add ip index to post tables for faster ?/IP/ (and flood detection, etc.) Michael Foster 2013-08-28 18:02:28 +10:00
  • fcb88b16cd Bugfix: Corrupt images were not getting removed from /tmp (convert, gm, and gifsicle) Michael Foster 2013-08-28 17:20:29 +10:00
  • ef7930f94e Bugfix: Corrupt images were not getting removed from /tmp (convert, gm, and gifsicle) Michael Foster 2013-08-28 17:20:29 +10:00
  • dc8b1948dd Performance: Only purge old antispam hashes once per request (at most) Michael Foster 2013-08-28 17:08:56 +10:00
  • f2bd33e345 Performance: Only purge old antispam hashes once per request (at most) Michael Foster 2013-08-28 17:08:56 +10:00
  • a7ac3339de DNS(): Cache NXDOMAIN Michael Foster 2013-08-28 17:00:41 +10:00
  • dab10e4889 DNS(): Cache NXDOMAIN Michael Foster 2013-08-28 17:00:41 +10:00
  • 753b67aa71 Hopefully fix spam filter problems caused by noko 50 (thanks to savetheinternet) ctrlcctrlv 2013-08-27 23:44:59 +00:00
  • 3cde9031f3 Hopefully fix spam filter problems caused by noko 50 (thanks to savetheinternet) ctrlcctrlv 2013-08-27 23:44:59 +00:00
  • 6ce78cb1a4 Bugfix: post editing: should be $board here, not $board['uri'] Michael Foster 2013-08-27 17:27:17 +10:00
  • f09c31e3f2 Bugfix: post editing: should be $board here, not $board['uri'] Michael Foster 2013-08-27 17:27:17 +10:00
  • b96314ef23 notsuba.css from tagechan gtx 2013-08-27 12:50:32 +10:00
  • e2ddcae74a notsuba.css from tagechan gtx 2013-08-27 12:50:32 +10:00
  • 5003a692b4 exiftool: Use -overwrite_original. Important bugfix; old images were never being deleted when using exiftool (instead kept as *_original in /tmp) Michael Foster 2013-08-27 08:55:03 +10:00
  • 4be1c5d52d exiftool: Use -overwrite_original. Important bugfix; old images were never being deleted when using exiftool (instead kept as *_original in /tmp) Michael Foster 2013-08-27 08:55:03 +10:00
  • 319cd2520f Upload by URL: still use fatal_error_handler() on shutdown Michael Foster 2013-08-27 08:13:23 +10:00
  • b7c5ef175c Upload by URL: still use fatal_error_handler() on shutdown Michael Foster 2013-08-27 08:13:23 +10:00
  • 00a1841cbc Regenerate themes after editing a post Dan Saunders 2013-08-26 00:36:41 -04:00
  • b563623a41 Regenerate themes after editing a post Dan Saunders 2013-08-26 00:36:41 -04:00
  • 08bb2894bc Rebuild themes when a post or file is deleted... Dan Saunders 2013-08-25 23:50:29 -04:00
  • 82ab6098db Rebuild themes when a post or file is deleted... Dan Saunders 2013-08-25 23:50:29 -04:00
  • bb06593ef5 Added post-delete handling on themes that should use it. Dan Saunders 2013-08-25 23:26:41 -04:00
  • 5fc304773b Added post-delete handling on themes that should use it. Dan Saunders 2013-08-25 23:26:41 -04:00
  • 09388f6588 Added a post-delete action for themes Dan Saunders 2013-08-25 23:23:02 -04:00
  • c5e490637e Added a post-delete action for themes Dan Saunders 2013-08-25 23:23:02 -04:00
  • cdeccbb9ba Uploading files via URL: fix for URL parameters (eg. image.png?id=343543) Michael Foster 2013-08-26 12:13:40 +10:00
  • ec32d56fa2 Uploading files via URL: fix for URL parameters (eg. image.png?id=343543) Michael Foster 2013-08-26 12:13:40 +10:00
  • 97a56a7ec1 Fix try_smarter with deletePost ctrlcctrlv 2013-08-22 17:08:26 +00:00
  • 8fbfec5147 Fix try_smarter with deletePost ctrlcctrlv 2013-08-22 17:08:26 +00:00
  • c7a1ee3121 Bug: deleting posts doesn't rebuld index ctrlcctrlv 2013-08-22 16:51:28 +00:00
  • 212524751b Bug: deleting posts doesn't rebuld index ctrlcctrlv 2013-08-22 16:51:28 +00:00
  • 5cc7bd860f Add cache and gm to pre-installation test. Don't die when we can't write to templates/cache. Michael Foster 2013-08-22 03:35:57 +10:00
  • f514439793 Add cache and gm to pre-installation test. Don't die when we can't write to templates/cache. Michael Foster 2013-08-22 03:35:57 +10:00
  • a65c4f2c1f permissions fix Michael Foster 2013-08-21 23:03:38 +10:00
  • 829cc64091 permissions fix Michael Foster 2013-08-21 23:03:38 +10:00
  • ec3eecd2e5 dark_roach.css: move images to stylesheets/img Michael Foster 2013-08-21 22:58:15 +10:00
  • 54af02f1e7 dark_roach.css: move images to stylesheets/img Michael Foster 2013-08-21 22:58:15 +10:00
  • d92b138762 Accidentally merged noko50 stuff Michael Foster 2013-08-21 22:53:48 +10:00
  • 1a1a18e125 Accidentally merged noko50 stuff Michael Foster 2013-08-21 22:53:48 +10:00
  • c04e8056a0 fix background on dark_roach after a bad merge Czterooki 2013-08-19 10:22:41 -04:00
  • deadbab7d0 fix background on dark_roach after a bad merge Czterooki 2013-08-19 10:22:41 -04:00
  • 11fa73e4d1 automatically initialize $config['api'] Michael Foster 2013-08-21 22:44:23 +10:00
  • aff82c7829 automatically initialize $config['api'] Michael Foster 2013-08-21 22:44:23 +10:00
  • a83715dcb0 single quotation marks please Michael Foster 2013-08-21 22:43:35 +10:00
  • 45b806f43f single quotation marks please Michael Foster 2013-08-21 22:43:35 +10:00
  • b01a402d23 4chan-compatible api: better config.php comments Michael Foster 2013-08-21 22:41:42 +10:00
  • 0783c7f794 4chan-compatible api: better config.php comments Michael Foster 2013-08-21 22:41:42 +10:00
  • cbfafeea36 merge fail Michael Foster 2013-08-21 22:36:48 +10:00
  • 21a089a05f merge fail Michael Foster 2013-08-21 22:36:48 +10:00
  • 9d77a4cc4c Only add country to JSON if flag fits country code regex ctrlcctrlv 2013-08-20 22:11:32 +00:00
  • 994634a953 Only add country to JSON if flag fits country code regex ctrlcctrlv 2013-08-20 22:11:32 +00:00
  • ed142a5e5d ;_; ctrlcctrlv 2013-08-20 21:35:16 +00:00
  • 9d21d0665d ;_; ctrlcctrlv 2013-08-20 21:35:16 +00:00
  • ddd34347f8 Make file/thumb dimensons actually work (thanks sti) ctrlcctrlv 2013-08-20 21:31:46 +00:00
  • 90fbc294a7 Make file/thumb dimensons actually work (thanks sti) ctrlcctrlv 2013-08-20 21:31:46 +00:00
  • 618d979ec4 Country flags in API if they are enabled ctrlcctrlv 2013-08-20 18:52:12 +00:00
  • d96b57bd47 Country flags in API if they are enabled ctrlcctrlv 2013-08-20 18:52:12 +00:00
  • ecda099dfb Custom fields in API, read config.php for info. Non-4chan compatible fields removed. ctrlcctrlv 2013-08-20 18:17:05 +00:00
  • e241500a0b Custom fields in API, read config.php for info. Non-4chan compatible fields removed. ctrlcctrlv 2013-08-20 18:17:05 +00:00
  • 01e906b1d3 Make it possible to disable API, disable it by default ctrlcctrlv 2013-08-20 16:53:05 +00:00
  • 34c8348ed3 Make it possible to disable API, disable it by default ctrlcctrlv 2013-08-20 16:53:05 +00:00
  • 0cb54b15dc Add support for 4chan-compatible json API. K 2013-07-02 19:52:29 +02:00
  • 1d3ef3a28b Add support for 4chan-compatible json API. K 2013-07-02 19:52:29 +02:00
  • 54a8c72121 Huge bug with deleting boards: $tmp_board unused; sometimes it would delete the wrong board's directory Michael Foster 2013-08-21 21:34:18 +10:00
  • 88dccc7f84 Huge bug with deleting boards: $tmp_board unused; sometimes it would delete the wrong board's directory Michael Foster 2013-08-21 21:34:18 +10:00
  • 72beacc1da allow moving threads with non-image uploads Michael Foster 2013-08-21 20:54:46 +10:00
  • ee19d2b68f allow moving threads with non-image uploads Michael Foster 2013-08-21 20:54:46 +10:00
  • 3dfe13be3c Update readme czaks 2013-08-20 21:58:44 -04:00
  • a505a65b09 Update readme czaks 2013-08-20 21:58:44 -04:00
  • e0bdd4198d fix background on dark_roach after a bad merge Czterooki 2013-08-19 10:22:41 -04:00
  • df48024a0b fix background on dark_roach after a bad merge Czterooki 2013-08-19 10:22:41 -04:00
  • de035f4a7e Merge branch 'master' of https://github.com/savetheinternet/Tinyboard czaks 2013-08-20 18:22:37 -04:00
  • c167e38252 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard czaks 2013-08-20 18:22:37 -04:00
  • f909fd190a Merge branch 'master' of https://github.com/ctrlcctrlv/Tinyboard czaks 2013-08-20 18:19:06 -04:00
  • 246033c05f Merge branch 'master' of https://github.com/ctrlcctrlv/Tinyboard czaks 2013-08-20 18:19:06 -04:00
  • 07bf8914e6 Only add country to JSON if flag fits country code regex ctrlcctrlv 2013-08-20 22:11:32 +00:00
  • 9767ad91f4 Only add country to JSON if flag fits country code regex ctrlcctrlv 2013-08-20 22:11:32 +00:00
  • c617603179 ;_; ctrlcctrlv 2013-08-20 21:35:16 +00:00