Commit Graph

4298 Commits

Author SHA1 Message Date
7be951b271 Convert tags from user-supplied string to array once, on input
This results in a fuckton of refactoring and code cancelling out
other code -- we no longer have a whole bunch of places trying
to support string params and array params, and doing their own
esaping and unescaping, never being quite sure if the data they've
been passed is escaped or not.

Also adds a bunch of type hinting, since we can now know what
data we're dealing with better.
2016-07-30 22:11:49 +01:00
bc3e482247 more image report display options 2016-07-30 15:04:34 +01:00
b533a43428 Merge branch 'develop' of https://github.com/shish/shimmie2 into develop 2016-07-11 13:01:05 +01:00
c14a36079c add option to force a specific base url 2016-07-11 13:00:54 +01:00
b6ad316d20 linting 2016-07-03 12:07:54 +01:00
68d58a6f11 Merge branch 'develop' of https://github.com/shish/shimmie2 into develop 2016-07-03 11:48:16 +01:00
8c8106c6a9 fix index var access 2016-07-03 11:48:08 +01:00
17696f842c tiny readme tweak 2016-06-27 20:49:07 +01:00
bb35421b05 Load AutoComplete before Home, so that the headers show up 2016-06-26 18:57:53 +01:00
d2eb248538 extra cookie updates 2016-06-20 00:24:50 +01:00
cb73a0caa0 let's stop being php5.2 compatible 2016-06-19 23:23:34 +01:00
6febdec7b5 more explicit variable types 2016-06-19 23:05:57 +01:00
f8b7909426 ExtensionInfo isn't private 2016-06-19 22:15:46 +01:00
333c74ba35 typo 2016-06-19 17:48:10 +01:00
dc10a18086 lots of minor doc tweaks, type hints, etc 2016-06-19 17:41:40 +01:00
edd3e49a2f mark wildcard test incomplete on pgsql / sqlite 2016-06-19 14:06:26 +01:00
68f69dc1fe Merge pull request #559 from shish/re-fix-wildcards
re-fix wildcards for mysql
2016-06-19 14:00:00 +01:00
6d47eb1d91 Merge pull request #558 from DakuTree/cleanup
Few small fixes/changes
2016-06-19 13:59:31 +01:00
d185fd354b fix wildcard search for mysql 2016-06-19 12:14:44 +01:00
e0d3d53479 stub mb_ functions 2016-06-19 12:12:48 +01:00
a8d9f8ce5b make sure prev/next links aren't clipped outside the box 2016-06-19 11:56:41 +01:00
f973fcc9fa basic autocomplete support for metatags 2016-06-19 10:07:56 +01:00
03240220d4 make sure to get proper tag value + use selected tag if possible 2016-06-19 09:49:55 +01:00
ce10831137 this shouldn't be indented under matrix.. 2016-06-19 05:25:40 +01:00
862a84677f add docs column, showing what extensions have documentation
previously it made every ext name into a link to /ext_doc, regardless if it had docs or not
2016-06-19 05:05:12 +01:00
c0601640bf only show link if extension actually has documentation 2016-06-19 05:04:59 +01:00
5ae10473e3 closing tag is unneeded 2016-06-19 05:01:13 +01:00
6486a4757f js scrutinizer fixes 2016-06-19 05:00:09 +01:00
b75638cace get_last_insert_id requires param for pgsql support 2016-06-19 04:57:14 +01:00
66226b5ccf include code quality, code coverage imgs in readme
would be nice if this changed depending on the branch..
2016-06-19 04:56:27 +01:00
d4793db6a5 improve instructions 2016-06-19 04:55:32 +01:00
b70e24acde github apparently auto-numbers rows and ignores ours 2016-06-19 04:51:48 +01:00
311dd91a09 disable travis logs since they don't work 2016-06-19 04:45:33 +01:00
43f108d095 SQLite is currently experimental, move it to allowed failures 2016-06-19 04:26:43 +01:00
90cbd9fff8 Merge pull request #557 from shish/composer-lock
add composer.lock for scrutinizer-ci
2016-06-19 04:11:03 +01:00
730c2659ae add composer.lock for scrutinizer-ci 2016-06-18 19:43:04 +01:00
4577ff70ef more linty bits 2016-06-18 19:26:56 +01:00
cfd3a9d248 lint fixes 2016-06-18 19:00:56 +01:00
24973ada17 don't run linter on ext/*/lib/* 2016-06-18 19:00:53 +01:00
0fd96fcdae remove incomplete and unmaintained bookmarks ext, see #532 2016-06-18 18:26:11 +01:00
06ee5347c7 https support for gravatars 2016-06-18 15:56:24 +01:00
0ff6da6d3c Merge #555 2016-06-18 15:16:47 +01:00
15076f4981 Merge branch 'composer-new' of git://github.com/DakuTree/shimmie2 into DakuTree-composer-new 2016-06-18 15:16:10 +01:00
b5d56214cd fix case-insensitive autocomplete on postgres 2016-06-18 14:45:21 +01:00
20d0edb332 Merge pull request #556 from shish/html-headers
fix and use get_all_html_headers()
2016-06-18 14:05:44 +01:00
5d5b1d7059 this should be set to $res 2016-06-18 14:03:37 +01:00
56e5348470 autocomplete caching
see 7dce8da850
2016-06-18 13:20:07 +01:00
2546621c59 sort autocomplete by score + show score 2016-06-18 13:20:04 +01:00
cfc1268354 update non-layout.class.php uses of html_headers too 2016-06-18 12:49:46 +01:00
b76ee95c76 fix and use get_all_html_headers() 2016-06-18 12:25:54 +01:00