91d609a4c6
Make back button go to page bookmarklet was executed on
2016-08-16 11:29:26 -04:00
b10144492a
Added supported video file extensions to bookmarklet
2016-08-16 11:28:16 -04:00
9ba6e3f7db
Remove trailing variables from image address
2016-08-16 11:27:22 -04:00
8f974fba73
Fixed uploading scaled images from Gelbooru when logged in
2016-08-16 11:26:32 -04:00
b24977e110
Fixed tag corruption bug
...
If there was no newline at the end of the input, then the last tag would get corrupted.
2016-08-16 11:25:04 -04:00
89dffd569a
and mass tagger
2016-07-30 23:41:42 +01:00
26b2cd5c16
derp
2016-07-30 23:06:42 +01:00
bed04a1230
assert that metadata['tags'] is an array
2016-07-30 23:02:14 +01:00
ffce1a4683
more hinting
2016-07-30 22:54:42 +01:00
b81e8a2db8
also explode tags on transload input
2016-07-30 22:45:44 +01:00
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
8c8106c6a9
fix index var access
2016-07-03 11:48:08 +01:00
bb35421b05
Load AutoComplete before Home, so that the headers show up
2016-06-26 18:57:53 +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
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
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
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
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
4bd9ee1c7f
fix autocomplete search not looking correct on home page
2016-06-18 12:25:39 +01:00
6b6e4f04b6
html_headers should be properly sorted
2016-06-18 12:25:22 +01:00
2a747c8f2b
move home css to style.css
2016-06-18 12:10:37 +01:00
559a4c7e40
move autocomplete js to script.js so it's cached
2016-06-18 11:58:41 +01:00
c59995c807
search button can sometimes be on same line as input
2016-06-18 11:47:04 +01:00
b6e181efb1
excess whitespace
2016-06-18 11:24:18 +01:00
a9e3ef26be
space should always create new tag
2016-06-18 08:06:59 +01:00
1db62901be
disallow spaces in tags
2016-06-18 07:41:59 +01:00
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
9e7c318df0
notes ext code cleanup
...
initial prep to fix & take the ext out of beta
2016-06-18 06:27:44 +01:00
b9893cbbda
$_POST["tags"] isn't always set
2016-06-18 06:27:41 +01:00