Commit Graph

  • 32061668a3 #456 #458 - Completed language support on boards list. #461 - "Post a reply" button JS added. 8n-tech 2015-04-19 13:10:13 +10:00
  • 99be39433e Merge pull request #459 from Doctor-von-Piglet/master Fredrick Brennan 2015-04-18 20:35:18 -04:00
  • 7257642906 #461 - Added "Post a Reply" button to the thread index page. 8n-tech 2015-04-18 04:39:50 +10:00
  • fdce50adf9 #456 Added CSS styling for mobile view of boardlist. 8n-tech 2015-04-17 04:03:01 +10:00
  • 62380bfbde #458 - Issue Added RTL support for Arabic writers. 8n-tech 2015-04-17 04:02:11 +10:00
  • 80c312b7e3 Issue #460 - No linkbanks to the index or frontpage 8n-tech 2015-04-16 20:55:04 +10:00
  • 95e92c40a8 Bug fixes. 8n-tech 2015-04-16 19:41:52 +10:00
  • 9eb8452793 Made the range for board range now inclusive. i.e. 1-50 instead of 0-50. 101-200 instead of 100-200. 8n-tech 2015-04-16 07:08:30 +10:00
  • 497e554f49 "Load more" button and functionality. 8n-tech 2015-04-16 07:02:17 +10:00
  • ec90c96459 - board-search.php Now properly calculates tag weight. - boards.php Passes $search parameters into Twig. - js/board-reictory.js Stores last search parameters and handles tag click events. - Twig now passes old search parameters into the search form. - Tags now link in such a way that they will preserve form data and other tags when clicked in a browser without JavaScript. 8n-tech 2015-04-16 05:46:48 +10:00
  • cde464b6bf replaced location.origin Doctor-von-Piglet 2015-04-15 12:03:42 -07:00
  • 67bab31510 - Reworked tag weight. 8n-tech 2015-04-16 00:35:36 +10:00
  • 0347bf772d - board-search.php Improved result limiting. - boards.php Passes omit information - js/board-directory.js Improved code organization. - js/board-directory.js Added NSFW icon. - js/board-directory.js Added basic locale handling. - js/board-directory.js Disabled submit button until JS is bound. 8n-tech 2015-04-15 22:02:11 +10:00
  • f09def2712 Main change with this commit is adding board-directory.js which is to handle JS enabled searching. 8n-tech 2015-04-15 05:06:49 +10:00
  • ecfe072a4f - IMPORTANT: Now EXPLICITLY defines $post['time'] as PHP time() instead of relying on database NOW(). - Increased memory management in all of my recent work. - board-search.php Fetches activity from board_stats and now includes timestamp as a search option. - boards.php Correctly fetches board activity and formats numbers. - inc/functions.php Completely reworked activity fetching. - inc/functions Wrote updateStatisticsForPost() which streams new posts in statistics. - post.php Writes into updateStatisticsForPost() for streaming new posts. - Added styling for tags (in progress work). - tools/migrate_board_stats.php Now correcty defines author_ip_count. 8n-tech 2015-04-15 01:01:32 +10:00
  • 316e681bbd New CLI tool for upgrade: tools/migrate_board_stats.php - Adds new coumn to boards for easy-access post total storage. - Migrates the AUTO_INCREMENT number to the posts_total column for every board. This ensures accurate post count measurement. - Adds board_stats table for recording histric data. - Retroactively records all boards into board_stats. 8n-tech 2015-04-14 05:36:38 +10:00
  • 6d1eb9961d - board-search.php can now act as an include as well as a direct request. - boards.php completely rewritten to work with new board-search.php. Functions (sort-of) without JavaScript. - inc/functions.php fetchBoardActivity() now pulls total board counts with a more reliable and faster method. - inc/functions.php fetchBoardActivity() & fetchBoardTags() now expect db prefixes. - stylesheets/stylesheet.css now handles title search bar. - boards-tags.html completely thrown out for flat tag list styling. - boards-search.html added for the new page layout. - boards-table.html added for the <tbody> contents. 8n-tech 2015-04-14 01:40:45 +10:00
  • 0ceb814ab3 - Added board-search.php with improved board directory searching. - Added new functions to functions.php for fetching board meta. - Added new styling for non-index page 12-col layouts. - Modified templating for board directories. - Moved CSS from the index page to CSS files. 8n-tech 2015-04-13 14:24:55 +10:00
  • 4060bf10ed update copyright years & vichan website czaks 2015-04-12 03:17:12 +02:00
  • 1b16e97f67 [code] fix regexps czaks 2015-04-12 03:08:40 +02:00
  • 197d5f236f [code] tag support czaks 2015-04-12 00:32:58 +02:00
  • 4131a6e563 watch.js: slow down a little bit, let`s see how it works out czaks 2015-04-11 23:12:13 +02:00
  • cb700e6a72 live index should refresh every 20s czaks 2015-04-11 23:03:45 +02:00
  • 00ad1ecf15 smart_build: fix one possible performance problem czaks 2015-04-11 21:41:22 +02:00
  • bdda1613a6 thread-stats.js: final vichan fix, should work now czaks 2015-04-10 23:43:07 +02:00
  • 2d68972dd7 thread-stats style: add margins czaks 2015-04-10 23:21:22 +02:00
  • f86be0f44d thread-stats: best viewed inline czaks 2015-04-10 23:17:19 +02:00
  • c4569b2ea5 thread-stats.js: code typo :^) czaks 2015-04-10 23:13:52 +02:00
  • 0d0b2fcd7e thread-stats.js: vichan fixes czaks 2015-04-10 23:11:59 +02:00
  • c4fc827332 some style fixes 8chan 2015-03-11 18:22:22 -07:00
  • 4b782d6163 Fix thread stats so post count hover works on the OP's id. Forkless 2014-11-22 19:41:23 -06:00
  • cf91daee7c No need to display pruned in two places...especially if server times out / errors 8chan 2014-11-21 23:33:42 -08:00
  • fdc14c699c Fix color incase page is missed and then found again. Forkless 2014-11-17 03:06:56 -06:00
  • 1aa8f6251d Have to load onready 8chan 2014-11-12 01:19:02 -08:00
  • 8d45128030 Some code cleanup on thread stats. ForklessAnon 2014-11-01 04:29:21 -05:00
  • fae2e33c87 Added script for appending thread statistics to the bottom of a thread. ForklessAnon 2014-11-01 04:00:45 -05:00
  • f2848f2242 Update GeoIP database 8chan 2015-03-28 19:37:57 -07:00
  • ee7c624517 Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com> 8n-tech 2015-04-09 20:11:48 +10:00
  • 46cd77e813 Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 8n-tech 2015-04-09 10:22:24 +10:00
  • d00b9633c0 Merge pull request #455 from ninjadoge24/patch-1 Marcin Łabanowski 2015-04-08 18:32:37 +02:00
  • d0e240acb7 Remove redundant check for existence of board ninjadoge24 2015-04-08 21:49:03 +05:30
  • 652018f674 own-board.js: initial release czaks 2015-04-07 20:54:43 +02:00
  • 2be56352a1 Merge https://github.com/ctrlcctrlv/infinity 8chan 2015-04-06 20:12:42 -07:00
  • bd128bf465 This clean feature is too SQL intensive. Only check clean if in mod.php 8chan 2015-04-06 20:12:37 -07:00
  • 64e3f488d6 Merge pull request #453 from czaks/smart-build Fredrick Brennan 2015-04-07 11:01:23 +08:00
  • 0658a2b19a fix banned.php; thanks stigma czaks 2015-04-07 02:29:38 +02:00
  • be80df21f0 8chan/smart-build: 404.php should global $config? php is weird czaks 2015-04-07 01:48:03 +02:00
  • 51b93e643d 8chan/smart-build: includable 404.php czaks 2015-04-07 01:44:55 +02:00
  • ac693427f8 infinity/smart-build: needless code duplication, fixed now czaks 2015-04-07 00:20:07 +02:00
  • e3a8308e00 infinity/smart-build: fix order of loading czaks 2015-04-07 00:04:55 +02:00
  • ef8ef2c0b4 infinity/smart-build: rebuild config cache when flags are modified czaks 2015-04-06 23:58:23 +02:00
  • 8a6a20bd9c infinity/smart-build: fix context czaks 2015-04-06 23:54:00 +02:00
  • 1670da07cb infinity/smart-build: move a require to instance-functions czaks 2015-04-06 22:55:52 +02:00
  • ab74235a4b fs cache backend: silence the error czaks 2015-04-06 22:51:02 +02:00
  • 11dfc8bbdc fs cache backend: silence the error czaks 2015-04-06 22:51:02 +02:00
  • be88d026bd infinity/smart-build: typo czaks 2015-04-06 22:47:46 +02:00
  • 92e4314a62 infinity/smart-build: lol nano czaks 2015-04-06 22:44:48 +02:00
  • a123d8b2ee infinity/smart-build: do it other way around (esthetics) czaks 2015-04-06 22:42:15 +02:00
  • ca92457e88 infinity/smart-build: rearrange the config files for cache_config czaks 2015-04-06 22:37:47 +02:00
  • 798121060c infinity/smart-build: missing slugify patchset fix czaks 2015-04-06 22:18:05 +02:00
  • be4bf70278 infinity/smart-build: don`t include gettext php lib if a shared object is loaded: adaptation of vichan-devel/cbbebc czaks 2015-04-06 20:00:18 +02:00
  • 9ca7dae9c9 infinity/smart-build: clean cache on rebuilding the boards czaks 2015-04-06 19:50:50 +02:00
  • d67313f9fa groups were not defined czaks 2015-04-05 20:25:57 +02:00
  • 0969d1b538 cache_config: fix debug notice czaks 2015-04-05 20:04:27 +02:00
  • 18e5de9a1f cache_config preliminary release czaks 2015-04-05 18:48:53 +02:00
  • 9907ae29b8 rearrange config processing a bit czaks 2015-02-27 21:16:03 +01:00
  • c1045de87f infinity/smart_build: disable slugify for now czaks 2015-04-06 19:28:00 +02:00
  • 8da7ec3bde try_smarter: fix two bugs. 1. uncovered by the second, during a bump only the page the thread was on and first page were rebuild, despite threads rearranging their positions on the remaining pages. happening always. 2. during smart build, the page wasn`t ordered to be rebuilt czaks 2015-04-06 18:59:33 +02:00
  • 7c78dad6d8 smart_build.php: nginx – cache 404 replies for 120s czaks 2015-04-06 18:42:23 +02:00
  • 5c5751647d update gitignore czaks 2015-04-05 18:46:45 +02:00
  • 093b1b605b cache.php: fs cache czaks 2015-04-05 17:13:55 +02:00
  • 372e3fc3fc uncache themes on settings change czaks 2015-04-05 16:59:04 +02:00
  • 3368ca1141 optimization: locale caching, so we don`t have to reparse instance-config every single time czaks 2015-04-05 16:52:35 +02:00
  • 099ea5bbbf add tmp subdirectory (a filesystem used for further optimizations) czaks 2015-04-05 16:45:51 +02:00
  • 0e84743f7a optimization: get rid of one more sql query related to installed themes czaks 2015-04-05 16:38:16 +02:00
  • c67520d8b1 ukko: small optimization: move js creation to install time czaks 2015-04-05 16:20:59 +02:00
  • da75891dd8 made the define_groups function play nice on hhvm Jayme Brereton 2015-04-05 20:14:58 +09:30
  • 3b9e174173 sitemap theme for smart_build czaks 2015-04-03 05:57:39 +02:00
  • 36b1714e42 themes can use smart_build now czaks 2015-04-02 20:54:28 +02:00
  • 402dd58a4b smart_build.php: a small fix to catalog handling czaks 2015-04-02 20:53:50 +02:00
  • 0c3c982d7a smart_build.php: add a protection for +50; maybe we don`t need to rebuild after all? czaks 2015-04-02 20:43:06 +02:00
  • 076bd22586 smart_build.php: additional fixes czaks 2015-04-02 20:35:17 +02:00
  • 7581fc3094 smart_build.php: optimizations, guards, also a functionality to correct slugs Marcin Łabanowski 2015-04-02 20:27:10 +02:00
  • 4244f2cad3 smart_build.php: misc fixes czaks 2015-04-01 18:46:48 +02:00
  • 66638348dc smart_build: buildThread czaks 2015-04-01 18:43:48 +02:00
  • d14594ce63 functions.php fix: after_open_board support; so that we may disable smart_build immediately after open_board czaks 2015-04-01 18:13:32 +02:00
  • 97e0380d65 smart_build for buildIndex czaks 2015-04-01 18:11:08 +02:00
  • 1e5fb18f37 smart_build.php: initial release czaks 2015-04-01 17:50:59 +02:00
  • 854b9689b3 fix one of the previous commits: fix api_global czaks 2015-04-01 17:30:06 +02:00
  • b2f6c4c956 smart build: define configuration variables czaks 2015-04-01 17:16:30 +02:00
  • 3f381ee569 add a global_api variable for buildIndex czaks 2015-04-01 17:07:24 +02:00
  • 453ecfdc6b unlink a .gz version of a file if it exists czaks 2015-04-01 16:56:17 +02:00
  • 08fd6ae474 dont rebuild a page, when not needed, even if it doesnt exist czaks 2015-04-01 16:53:28 +02:00
  • 094f60d34d try_smarter: fix two bugs. 1. uncovered by the second, during a bump only the page the thread was on and first page were rebuild, despite threads rearranging their positions on the remaining pages. happening always. 2. during smart build, the page wasn`t ordered to be rebuilt czaks 2015-04-06 18:59:33 +02:00
  • 64a0b486f2 smart_build.php: nginx – cache 404 replies for 120s czaks 2015-04-06 18:42:23 +02:00
  • 8fcb9195c8 Merge pull request #137 from lewdchan/master Marcin Łabanowski 2015-04-05 20:51:51 +02:00
  • c50635c700 Merge branch 'master' of github.com:vichan-devel/Tinyboard czaks 2015-04-05 20:37:40 +02:00
  • 9831b582fa groups were not defined czaks 2015-04-05 20:25:57 +02:00
  • 6fd4eb2add fix a locale issue czaks 2015-04-05 20:23:57 +02:00
  • f053450edf cache_config: fix debug notice czaks 2015-04-05 20:04:27 +02:00