Commit graph

4024 commits

Author SHA1 Message Date
Daku
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
Daku
c0601640bf only show link if extension actually has documentation 2016-06-19 05:04:59 +01:00
Daku
5ae10473e3 closing tag is unneeded 2016-06-19 05:01:13 +01:00
Daku
6486a4757f js scrutinizer fixes 2016-06-19 05:00:09 +01:00
Daku
b75638cace get_last_insert_id requires param for pgsql support 2016-06-19 04:57:14 +01:00
Daku
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
Daku
d4793db6a5 improve instructions 2016-06-19 04:55:32 +01:00
Daku
b70e24acde github apparently auto-numbers rows and ignores ours 2016-06-19 04:51:48 +01:00
Daku
311dd91a09 disable travis logs since they don't work 2016-06-19 04:45:33 +01:00
Daku
43f108d095 SQLite is currently experimental, move it to allowed failures 2016-06-19 04:26:43 +01:00
Daku
90cbd9fff8 Merge pull request #557 from shish/composer-lock
add composer.lock for scrutinizer-ci
2016-06-19 04:11:03 +01:00
Shish
730c2659ae add composer.lock for scrutinizer-ci 2016-06-18 19:43:04 +01:00
Shish
4577ff70ef more linty bits 2016-06-18 19:26:56 +01:00
Shish
cfd3a9d248 lint fixes 2016-06-18 19:00:56 +01:00
Shish
24973ada17 don't run linter on ext/*/lib/* 2016-06-18 19:00:53 +01:00
Shish
0fd96fcdae remove incomplete and unmaintained bookmarks ext, see #532 2016-06-18 18:26:11 +01:00
Shish
06ee5347c7 https support for gravatars 2016-06-18 15:56:24 +01:00
Shish
0ff6da6d3c Merge #555 2016-06-18 15:16:47 +01:00
Shish
15076f4981 Merge branch 'composer-new' of git://github.com/DakuTree/shimmie2 into DakuTree-composer-new 2016-06-18 15:16:10 +01:00
Daku
b5d56214cd fix case-insensitive autocomplete on postgres 2016-06-18 14:45:21 +01:00
Shish
20d0edb332 Merge pull request #556 from shish/html-headers
fix and use get_all_html_headers()
2016-06-18 14:05:44 +01:00
Daku
5d5b1d7059 this should be set to $res 2016-06-18 14:03:37 +01:00
Daku
56e5348470 autocomplete caching
see 7dce8da850
2016-06-18 13:20:07 +01:00
Daku
2546621c59 sort autocomplete by score + show score 2016-06-18 13:20:04 +01:00
Shish
cfc1268354 update non-layout.class.php uses of html_headers too 2016-06-18 12:49:46 +01:00
Shish
b76ee95c76 fix and use get_all_html_headers() 2016-06-18 12:25:54 +01:00
Daku
4bd9ee1c7f fix autocomplete search not looking correct on home page 2016-06-18 12:25:39 +01:00
Daku
6b6e4f04b6 html_headers should be properly sorted 2016-06-18 12:25:22 +01:00
Daku
2a747c8f2b move home css to style.css 2016-06-18 12:10:37 +01:00
Daku
559a4c7e40 move autocomplete js to script.js so it's cached 2016-06-18 11:58:41 +01:00
Daku
c59995c807 search button can sometimes be on same line as input 2016-06-18 11:47:04 +01:00
Daku
b6e181efb1 excess whitespace 2016-06-18 11:24:18 +01:00
Shish
029e6def94 remove excess whitespace 2016-06-18 11:21:54 +01:00
Daku
a9e3ef26be space should always create new tag 2016-06-18 08:06:59 +01:00
Daku
1db62901be disallow spaces in tags 2016-06-18 07:41:59 +01:00
Daku
09aaf72e5a vendor/swf should have a .gitkeep 2016-06-18 06:46:00 +01:00
Daku
7f4e96240b throw error if vendor/ doesn't exist 2016-06-18 06:42:52 +01:00
Daku
9ed1079942 asset-plugin needs to be installed.. 2016-06-18 06:29:06 +01:00
Daku
f3d56f5810 fix README 2016-06-18 06:29:04 +01:00
Daku
7673769621 composer install + moving some stuff about 2016-06-18 06:29:02 +01:00
Daku
4aa6278a58 indent 2016-06-18 06:29:00 +01:00
Daku
4e163a3027 check against 7.0 rather than nightly (since 7.0 is out now) 2016-06-18 06:28:58 +01:00
Daku
60dd9eeb90 temp solution to avoid removing modernizr lib 2016-06-18 06:28:53 +01:00
Daku
d73b6275eb leftover gif from old lib 2016-06-18 06:28:52 +01:00
Daku
861862a3e1 password compat lib is now autoloaded with composer 2016-06-18 06:28:48 +01:00
Daku
4c9bddd496 modernizr lib
sadly this can't installed via composer since we'd end up getting a bunch of functions that will never be used
2016-06-18 06:28:46 +01:00
Daku
78c2731a12 move notes libs to ext folder, fix a few bugs
it would be nice to take this out of beta, but it still has major issues with image resizing / unable to edit or delete notes
2016-06-18 06:28:33 +01:00
Daku
543600dc0e make sure main css/js files are always loaded after libs 2016-06-18 06:28:31 +01:00
Daku
acfed13634 <font> is deprecated 2016-06-18 06:28:28 +01:00
Daku
d42a792e8b safe_mode was removed in php 5.4 2016-06-18 06:28:25 +01:00