Commit Graph

  • abe473ffd6 count blank header as null Shish 2017-08-24 10:17:39 +01:00
  • 473c0f0bcb explicitly mark some block types as ignored when calculating 404ness Shish 2017-08-24 10:17:24 +01:00
  • 35bd51e513 use 'count()' + result->get_one() to count images, rather than 'select *' + result->rowcount()... Shish 2017-08-23 00:42:19 +01:00
  • d875ab66a1 60 second post-list cache Shish 2017-08-22 01:05:18 +01:00
  • 5a6728209a improve cache logging Shish 2017-08-22 01:04:33 +01:00
  • fe5b7cc760 Merge pull request #626 from im-mi/bookmarklet-fix Shish 2017-08-11 21:37:08 +01:00
  • 08f1475007 Fixed bookmarklets on imageboards running gelbooru im-mi 2017-07-29 22:50:43 -04:00
  • 3c3529a4cc don't respond to autocomplete requests for blank string Shish 2017-07-20 23:29:17 +01:00
  • 8fcf721045 use image link for video Shish 2017-07-20 23:28:55 +01:00
  • 2f083f7608 more useful memcached error messages Shish 2017-06-08 09:37:38 +01:00
  • 94ec37029a stub more mb_ functions Shish 2017-06-08 09:37:21 +01:00
  • d105644d1b use php sorting for alphabetic tag list, as utf8 sort ignores punctuation Shish 2017-06-08 09:36:59 +01:00
  • 9f4caaddea remove some unused variables Shish 2017-06-01 20:44:26 +01:00
  • 53c6f6df30 bulk thumb regen Shish 2017-06-01 20:44:17 +01:00
  • 2666d83579 fix URL for video fallback flash player Shish 2017-06-01 20:44:02 +01:00
  • 2f557326df die if caching modules are missing, don't silently fall back to NoCache Shish 2017-05-30 02:13:11 +01:00
  • 4e5af70093 re-stub mb_strlen (see #615) Shish 2017-05-29 11:09:28 +01:00
  • 843d7fae24 merge Shish 2017-05-29 10:19:55 +01:00
  • 8828fdfd05 log SQL query times in DEBUG_SQL mode Shish 2017-05-29 10:19:11 +01:00
  • 51e165aecf Add separate memcached cache Shish 2017-05-29 10:18:11 +01:00
  • 684efedcfd Log what URL query caused invalid search queries Shish 2017-05-29 10:16:32 +01:00
  • 8440826f50 Merge pull request #616 from jgen/develop Shish 2017-05-15 13:02:36 +01:00
  • fc7d96b530 Another location where $tags should be an array instead of a string. jgen 2017-05-14 22:18:44 -07:00
  • 511216f4e8 Merge pull request #614 from jgen/develop Shish 2017-05-14 23:12:49 +01:00
  • cf5aacaddf Use empty array instead of array with empty string. (Thanks Shish!) jgen 2017-05-14 14:00:20 -07:00
  • 3ffb2da91c More checking to ensure tags is an array. jgen 2017-05-13 23:18:47 -07:00
  • 7ebe301ffd Check if already an array before exploding. jgen 2017-05-13 18:01:31 -07:00
  • dfc536807c Merge pull request #613 from jgen/develop Jeff 2017-05-13 17:49:17 -07:00
  • f492c6c2c3 Ensure that the Image object tag_array and the metadata array tags are always arrays. jgen 2017-05-12 00:57:50 -07:00
  • c0e87ae2ae Fix issue with archive handler if no add_status method. jgen 2017-05-11 23:43:10 -07:00
  • 3183ef59b3 Merge pull request #611 from thomas-hori/develop Jeff 2017-05-11 23:23:17 -07:00
  • d1306cfb2d Move Tag::explode call into add_image call so that $result is unaffected. Thomas Hori 2017-04-26 14:08:06 +01:00
  • 1625bd68e3 Fix error upon bulk add. Thomas Hori 2017-04-25 17:48:34 +01:00
  • d608b68387 Merge pull request #610 from Zimmedon/develop Shish 2017-04-23 10:33:12 -07:00
  • f934baa207 bulk_add_csv: Run Tag::explode() on the tags before passing them to handlers John Brooks 2017-04-23 02:17:49 +00:00
  • dc3508560a Merge pull request #609 from jgen/develop Jeff 2017-03-29 21:42:54 -07:00
  • 8ef13db69c bump develop Shish 2017-03-27 18:15:16 +01:00
  • 807d44d644 Version bump v2.6.0 Shish 2017-03-27 18:14:11 +01:00
  • 6345db174b Merge pull request #608 from shish/develop Shish 2017-03-27 18:13:13 +01:00
  • 827cae6221 Merge branch 'develop' of https://github.com/shish/shimmie2 into develop Jeff 2017-03-25 01:08:23 -07:00
  • 015c7d6728 Merge pull request #607 from im-mi/gelbooru-bookmarklet-fix Jeff 2017-03-25 01:07:10 -07:00
  • 8ff24eb1c6 Revert "Bump the version number" Jeff 2017-03-24 23:21:48 -07:00
  • 495776cac1 Fixed bookmarklet when logged in on imageboards running gelbooru im-mi 2017-03-17 02:12:47 -04:00
  • 277d80c4df Bump the version number jgen 2017-03-23 00:35:18 -07:00
  • 997f321741 Merge pull request #605 from DakuTree/develop Jeff 2017-03-22 23:54:10 -07:00
  • acba60e7aa remove extra newline Daku 2017-03-18 00:49:08 +00:00
  • 2b62cc8171 loading SVG via <img> instead of <object> to stop inline JS execution Daku 2017-03-18 00:13:16 +00:00
  • e2272e7786 linting Daku 2017-03-17 23:56:26 +00:00
  • cd7352ad9b only need to disable these on PHP5.3 and lower Daku 2017-03-17 23:12:54 +00:00
  • ce5bb30113 Merge pull request #604 from jgen/scrutinizer-fixes Shish 2017-03-15 09:42:15 +00:00
  • 204ea1d239 And more linting. jgen 2017-03-12 17:13:32 -07:00
  • 9a68d7ac98 Merge pull request #2 from jgen/scrutinizer-patch-1 Jeff 2017-03-12 16:47:42 -07:00
  • 1caef6d633 Scrutinizer Auto-Fixes Scrutinizer Auto-Fixer 2017-03-12 23:45:38 +00:00
  • b053be5d88 More linting. jgen 2017-03-12 14:53:49 -07:00
  • a5a89dc08d mb_strlen and mb_internal_encoding have been in core PHP since version 4.0.6 mb_strtolower has been in core PHP since version 4.3.0 jgen 2017-03-12 14:43:19 -07:00
  • 7bd581b530 Scrutinizer commets. jgen 2017-03-12 14:29:35 -07:00
  • 44bead8b92 Merge pull request #603 from jgen/develop Shish 2017-03-12 16:13:02 +00:00
  • 7968f336fd Merge pull request #601 from DakuTree/develop Shish 2017-03-12 16:12:01 +00:00
  • df6a91540c Merge pull request #602 from jgen/merge-from-master Shish 2017-03-12 16:09:35 +00:00
  • ec4111430d More linting. jgen 2017-03-12 00:29:10 -08:00
  • 8de816d7dd Some more linting via PHPDoc comments. jgen 2017-03-12 00:18:26 -08:00
  • fb3cc1832f Use triple equals, because PHP. jgen 2017-03-11 23:19:37 -08:00
  • 2691a6bbdc Change PHP version check to use a configuration constant, rather than a hardcoded version in the code. (As it seems this hardcoded version number is easy to forget about, and then it doesn't actually get updated..) jgen 2017-03-11 18:34:36 -08:00
  • ebab9eddeb Merge branch 'master' into merge-from-master jgen 2017-03-11 00:52:16 -08:00
  • f9d0c83d5b .audio > .audio_image (.audio is used for modernizr) Daku 2017-03-10 19:18:35 +00:00
  • 6fc3d51014 use HTML5 audio player, jsmediatags lib, default volume for audio/video Daku 2017-03-10 19:12:01 +00:00
  • e07556c62d make sure video isn't bigger than container + linting Daku 2017-03-10 18:20:03 +00:00
  • 12d73c28a8 remove getID3 lib Daku 2017-03-10 18:16:56 +00:00
  • 84e86c4930 use mime_content_type instead of getID3 + use proper MP4 mimetype Daku 2017-03-10 17:05:15 +00:00
  • 256d09a3ec use multiline statements rather than multiple if statements Daku 2017-03-10 16:22:04 +00:00
  • 68d9ec50c3 specify composer phpunit Daku 2017-03-10 16:21:07 +00:00
  • 10863d4c4b import imageboard to avoid warnings Shish 2017-03-10 16:15:31 +00:00
  • c208a3715c mark static functions as static Shish 2017-03-10 16:14:56 +00:00
  • 07d57f20e8 this is no longer needed Daku 2017-03-10 16:10:48 +00:00
  • 6006530b3d password_compat is not required on PHP 5.5+ Daku 2017-03-10 16:05:18 +00:00
  • 915acda6c7 update PHP-Akismet to PHP7 Compatable version Daku 2017-03-10 15:56:09 +00:00
  • 810ad041b7 update composer.lock Daku 2017-03-10 15:55:09 +00:00
  • df38c7978c remove composer dependency on composer-asset-plugin & use asset-packagist instead This works the exact same, but without the requirement of a globally installed plugin This _may_ require a "composer global remove composer-asset-plugin remove" to work correctly. Daku 2017-03-10 15:49:58 +00:00
  • 55ee93fd27 Merge pull request #600 from jgen/develop Shish 2017-03-10 11:11:38 +00:00
  • ab9dc0c511 Move phpunit to require-dev in composer.json jgen 2017-03-10 00:28:47 -08:00
  • 9e7787de0c From Scrutinizer: The case 'r' would never be reached due to the default appearing before it. jgen 2017-03-09 22:55:32 -08:00
  • d62304cf70 more linting jgen 2017-03-09 22:28:48 -08:00
  • d0b0c7f93d More linting with PHPDoc comments jgen 2017-03-09 21:58:14 -08:00
  • bd0310a699 Merge branch 'develop' of https://github.com/jgen/shimmie2 into develop jgen 2017-03-09 21:23:05 -08:00
  • 8e7c6ee44e Merge pull request #1 from jgen/scrutinizer-patch-1 Jeff 2017-03-09 20:43:19 -08:00
  • fef219c853 Add explicit phpunit dependency back jgen 2017-03-09 10:32:00 -08:00
  • 9cf325d195 Try global namespace jgen 2017-03-09 01:31:41 -08:00
  • 9a906d4ecf Scrutinizer Auto-Fixes Scrutinizer Auto-Fixer 2017-03-09 09:27:52 +00:00
  • c1e115e075 Test removing explict phpunit dependency from composer jgen 2017-03-09 01:22:45 -08:00
  • ab27e2d2a5 Bump PHP version up to 5.6 jgen 2017-03-09 01:12:27 -08:00
  • 9b7627dede PHP versions 5.5 is EOL now. jgen 2017-03-09 01:09:34 -08:00
  • f21648b46d Add phpunit to composer dependencies & update composer jgen 2017-03-09 00:54:48 -08:00
  • 20455aa2fb Test using PHP 7.1 on Travis as well jgen 2017-03-09 00:13:11 -08:00
  • ede2fcf4eb More linting and fixing jgen 2017-03-08 23:52:31 -08:00
  • fc0945354d Merge remote-tracking branch 'shish/develop' into develop jgen 2017-03-08 23:05:52 -08:00
  • 17307820e8 Add some PHPdoc comments as suggested by Scrutinizier jgen 2017-03-08 23:02:26 -08:00
  • 72de620b42 Merge pull request #598 from jgen/develop Shish 2017-03-08 10:30:54 +00:00
  • c379420a1f #597: Fix for XSS issue in chatbox extension. jgen 2017-03-08 01:14:11 -08:00
  • fefc922070 Create LICENSE.txt Shish 2016-11-27 20:28:16 +00:00
  • 4ed28e2db7 Merge branch 'im-mi-tag-tables' into develop Shish 2016-10-10 14:20:10 +01:00