f973fcc9fabasic autocomplete support for metatags
Daku
2016-06-19 10:07:56 +01:00
03240220d4make sure to get proper tag value + use selected tag if possible
Daku
2016-06-19 09:49:55 +01:00
ce10831137this shouldn't be indented under matrix..
Daku
2016-06-19 05:25:40 +01:00
862a84677fadd 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
Daku
2016-03-07 01:37:53 +00:00
c0601640bfonly show link if extension actually has documentation
Daku
2016-03-06 23:41:46 +00:00
5ae10473e3closing tag is unneeded
Daku
2016-06-19 05:01:13 +01:00
d73b6275ebleftover gif from old lib
Daku
2016-05-20 05:39:14 +01:00
861862a3e1password compat lib is now autoloaded with composer
Daku
2016-05-20 05:39:01 +01:00
4c9bddd496modernizr lib sadly this can't installed via composer since we'd end up getting a bunch of functions that will never be used
Daku
2016-05-20 05:29:52 +01:00
78c2731a12move 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
Daku
2016-05-20 05:24:31 +01:00
543600dc0emake sure main css/js files are always loaded after libs
Daku
2016-05-20 05:01:59 +01:00
acfed13634<font> is deprecated
Daku
2016-05-19 17:49:35 +01:00
d42a792e8bsafe_mode was removed in php 5.4
Daku
2016-05-19 17:17:04 +01:00
7eca12b495replace remove_trailing_slash with a simple rtrim
Daku
2016-05-19 17:14:06 +01:00
f28e78b6f0show install error if vendor folder does not exist this should help deter non-dev users from installing shimmie from the master/dev branches
Daku
2016-05-19 17:11:03 +01:00
b161bbcf1buse a container div for padding + handle_db_errors function
Daku
2016-05-19 16:29:55 +01:00
d17de45965don't use < or > to avoid showing broken comment if PHP isn't loaded
Daku
2016-05-19 16:07:20 +01:00
394acce635use base64 favicon to avoid being cached it's also unlike that ./favicon.ico will even exist yet during a new install
Daku
2016-05-19 15:45:14 +01:00
5c3236c0efinstaller css is only used once, so let's just inline it instead
Daku
2016-05-19 15:40:44 +01:00
f6e1da349badded composer setup instructions this assumes that all new releases will already have all vendor files downloaded
Daku
2016-05-19 15:15:02 +01:00
3ebf78e252make sure lib/vendor folder is cleared on composer update this stops old libs from still being cached by mistake
Daku
2016-05-18 14:50:38 +01:00
9e7c318df0notes ext code cleanup initial prep to fix & take the ext out of beta
Daku
2016-05-18 14:36:50 +01:00
b9893cbbda$_POST["tags"] isn't always set
Daku
2016-05-17 17:15:29 +01:00
caed53de6ajQuery.cookie is deprecated so use js-cookie instead (+ composer), some js tweaking too
Daku
2016-06-18 06:27:32 +01:00
951323abcfdefault handle_video thumbgen to ffmpeg if ffmpeg in path & is_executable
Daku
2016-05-14 23:39:45 +01:00
b0daab8766move from Jaris > MediaElement for <video> fallback + use composer also made it so the video element is no longer bigger than parent div
Daku
2016-05-14 23:14:29 +01:00
dd105e174eimages aren't always jpg, so don't force jpg all the handle_* exts use this as well, which can cause issues
Daku
2016-05-14 22:56:08 +01:00
57fb4e0a34grab tablesorter lib with composer
Daku
2016-05-12 21:03:39 +01:00
5f4ba46463forgot to remove this
Daku
2016-05-12 15:41:14 +01:00
a2d9d14b6fthere isn't any reason to grab both versions of the js lib
Daku
2016-05-12 15:41:05 +01:00
7b82ec3a00grab jQuery.timeago lib with composer
Daku
2016-05-12 15:40:33 +01:00
516488a625load akismet via composer note: we should probably be using a more recent library for this, but there doesn't seem to be any general ones..
Daku
2016-05-12 15:25:30 +01:00
895df8c22bload flexihash via composer
Daku
2016-05-11 23:27:42 +01:00
d00d0ee4bbasset-plugin doesn't need to be required as it is installed globally instead
Daku
2016-05-11 22:57:07 +01:00
ef898394f0autocomplete has moved to ext
Daku
2016-05-11 22:16:28 +01:00