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
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
Daku
9235025165
fix integrity constraint violations when mass-editting an image that already contains the new tag
2016-01-24 09:56:47 +00:00
Daku
6d1c7c414b
mysql < 5.6 has terrible subquery optimization, using EXISTS / JOIN fixes this
2015-12-04 11:38:44 +00:00
Shish
ac9dc1b8d8
Merge pull request #523 from DakuTree/patch-tagevent
...
Move tag sanitization, alias resolving & tag parsing from set_tags > TagSetEvent
2015-10-26 19:22:08 +00:00
William Crandell
b7114a142e
Hotfix for better block id character filtering
2015-10-26 09:20:09 -04:00
Daniel Oaks
144ac6bd89
Fix the notes extension to work properly on dbs other than MySQL
2015-10-15 19:31:39 +10:00
Shish
3aed2abec7
don't complain if one image in a bulk revert doesn't exist
2015-10-12 19:17:16 +01:00
Daku
de761c11d7
speed: don't check tag for metatag if doesn't contain : or =
2015-10-08 19:20:40 +01:00
Daku
43d0a297b8
move metatag parsing to after set_tags is sent, rather than before
2015-10-08 18:58:52 +01:00
Daku
6ff80ab2c8
move tag sanitization, alias checking & tag parsing to TagSetEvent
2015-10-08 18:22:20 +01:00
Daku
23b9d7d8da
improved metatag regex
2015-10-08 18:03:45 +01:00
Shish
d30665d274
more deduping
2015-09-27 21:09:27 +01:00
Shish
1ac88e8923
more comments
2015-09-27 12:38:48 +01:00
Shish
80f5a016c2
or else
2015-09-27 11:01:59 +01:00
Shish
cdcd762a52
more comments
2015-09-27 02:17:44 +01:00
Shish
78c44c7067
more tidying shimmie api and user page
2015-09-27 02:00:02 +01:00
Shish
793bc3614b
loooooooads of artists refactoring and tidying
2015-09-27 01:03:58 +01:00