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
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
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
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
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
9e7c318df0
notes ext code cleanup
...
initial prep to fix & take the ext out of beta
2016-06-18 06:27:44 +01:00
Daku
b9893cbbda
$_POST["tags"] isn't always set
2016-06-18 06:27:41 +01:00
Daku
caed53de6a
jQuery.cookie is deprecated so use js-cookie instead (+ composer), some js tweaking too
...
Conflicts:
ext/blotter/script.js
ext/handle_pixel/script.js
ext/index/script.js
ext/pools/script.js
lib/shimmie.js
2016-06-18 06:27:32 +01:00
Daku
951323abcf
default handle_video thumbgen to ffmpeg if ffmpeg in path & is_executable
2016-06-18 06:20:52 +01:00
Daku
b0daab8766
move from Jaris > MediaElement for <video> fallback + use composer
...
also made it so the video element is no longer bigger than parent div
2016-06-18 06:20:49 +01:00
Daku
ba6ab8fb16
move S3.lib to ext folder
...
toggleable exts should really keep any libs they use in their own dir
2016-06-18 06:17:15 +01:00
Daku
d5a58916f7
get recaptcha lib with composer + fixes #498
2016-06-18 06:17:07 +01:00
Daku
57fb4e0a34
grab tablesorter lib with composer
2016-06-18 06:17:04 +01:00
Daku
516488a625
load 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..
2016-06-18 06:16:31 +01:00
Daku
f17812c64b
working autocomplete
2016-06-18 06:16:21 +01:00
Daku
1bfec55690
tag lib for autocomplete
...
--not added autocomplete yet
2016-06-18 06:16:17 +01:00
Daku
a7021e190e
Merge pull request #554 from shish/js-cookie-update
...
migrate to a non-deprecated (and dependency-free) cookie library
2016-06-18 03:34:12 +01:00
Shish
7dce8da850
caching for autocomplete
2016-06-18 01:19:34 +01:00
Shish
79648b04d2
Merge branch 'develop' of https://github.com/shish/shimmie2 into develop
2016-06-18 01:18:29 +01:00
Shish
7bc9a73357
migrate to a non-deprecated (and dependency-free) cookie library
2016-06-18 00:00:02 +01:00
Shish
dda634b068
Merge branch 'develop' of https://github.com/shish/shimmie2 into develop
2016-06-17 23:42:20 +01:00
Shish
76c2815b2b
unit test bettering
2016-06-17 23:42:12 +01:00
Shish
57fa354842
fnmatch has a string length limit :|
2016-06-17 22:51:30 +01:00
Shish
190d8bd7d7
log api stats seperately
2016-06-17 22:48:28 +01:00
HungryFeline
94ba42fc70
Set ffmpeg's "overwrite output files" switch (-y)
...
Regenerate thumbnail doesn't work since the output file already exists and ffmpeg expects the user to decide wether to replace the file or not. With the -y switch set, ffmpeg does so without asking.
https://ffmpeg.org/ffmpeg.html#Main-options
2016-06-16 16:40:51 +02:00
Shish
3d05c2896a
expand test cases
2016-06-07 01:56:05 +01:00
Shish
c41c9d680f
search tests
2016-06-06 22:42:40 +01:00
Shish
43eed32958
Merge pull request #551 from shish/contact-link
...
Have contact_link support http: and mailto:
2016-06-06 12:37:27 +01:00
Shish
aeeaabb22e
allow both http: and mailto: contact links
2016-06-06 12:12:25 +01:00
Shish
8326ef631f
Merge pull request #546 from DakuTree/fix-relationships
...
Fix relationships ext checking for TRUE/FALSE instead of Y/N
2016-05-22 18:11:57 +01:00
Daku
44876a58d9
we should be using bool_escape instead...
2016-05-22 16:17:31 +01:00
Shish
3e57f725d3
update ban message
2016-05-22 16:12:43 +01:00
Daku
a3296e18ae
create index for has_children
2016-05-11 14:49:22 +01:00
Daku
32dbdccd00
has_children uses Y/N, not TRUE/FALSE
2016-05-10 21:15:50 +01:00
Matthew Barbour
898bcfae94
Fixes for bulk add results
2016-03-21 18:14:48 -05:00