Daku
|
61acb24875
|
fixes #547 -> multi-tag searches not working with wildcard when wildcard matches more than 1 tag
is there a better way to do this?
|
2016-05-22 18:35:37 +01:00 |
|
Daku
|
3b171ffc5a
|
fix single tag wildcard searches returning duplicate results if image has more than one match
|
2016-05-22 17:58:09 +01:00 |
|
Daku
|
6d1c7c414b
|
mysql < 5.6 has terrible subquery optimization, using EXISTS / JOIN fixes this
|
2015-12-04 11:38:44 +00:00 |
|
Daku
|
600011219f
|
update docs
|
2015-10-08 19:25:38 +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
|
b11041898b
|
Tag::explode instead of explode
this fixes the off chance that an empty tag could be passed
|
2015-10-08 18:28:00 +01:00 |
|
Daku
|
744989a983
|
Tag::explode should now remove duplicate tags
|
2015-10-08 18:25:03 +01:00 |
|
Daku
|
6ff80ab2c8
|
move tag sanitization, alias checking & tag parsing to TagSetEvent
|
2015-10-08 18:22:20 +01:00 |
|
Shish
|
d30665d274
|
more deduping
|
2015-09-27 21:09:27 +01:00 |
|
Shish
|
cdcd762a52
|
more comments
|
2015-09-27 02:17:44 +01:00 |
|
Shish
|
ec484c1144
|
more phpunit-ing
|
2015-09-20 20:04:13 +01:00 |
|
Shish
|
35a4f385b3
|
phpstorm tidying
|
2015-09-12 11:43:28 +01:00 |
|
Daku
|
ef6a7289bb
|
if alias is negative and has multiple tags, make sure each tag becomes negative
|
2015-08-12 06:11:21 +01:00 |
|
Shish
|
18490ed488
|
more global removal
|
2015-08-02 20:39:41 +01:00 |
|
Shish
|
e2b6f2c2dd
|
global management
|
2015-08-02 19:41:06 +01:00 |
|
Shish
|
e5e7f891e2
|
scrutinizer suggestions
|
2015-07-21 01:20:53 +01:00 |
|
Shish
|
9508bec8d3
|
whyyyyy
|
2015-07-21 01:00:13 +01:00 |
|
Shish
|
7064e9ffcd
|
merge
|
2015-07-20 23:49:33 +01:00 |
|
Shish
|
f3c9f57e62
|
Merge pull request #491 from shish/more_https
More https
|
2015-07-20 23:28:21 +01:00 |
|
Shish
|
2b6f3b7266
|
better asserting
|
2015-07-19 19:04:35 +01:00 |
|
Shish
|
88fead6ba6
|
connect to search accelerator for 2-100x speedup on heavy queries
|
2015-07-12 22:12:05 +01:00 |
|
Shish
|
8d2b97b72f
|
more https support, and dedupe get_image/thumb_link
|
2015-06-01 11:09:19 +01:00 |
|
Shish
|
2aea79ac35
|
merge common parts of handle_archive and bulk_add
|
2015-05-24 16:08:46 +01:00 |
|
Shish
|
1779f97cac
|
strip RTL from tags
|
2015-04-26 15:32:04 +01:00 |
|
Daku
|
14f682da75
|
avoid errors if tag exceeds limit + flash message showing the problem tag
|
2014-06-20 00:39:29 +01:00 |
|
Daku
|
72fbafc271
|
fixes negative tags not working if they don't exist
fixes #431
|
2014-06-04 00:52:01 +01:00 |
|
jgen
|
a58bdbdc62
|
More PHP Doc comments.
|
2014-04-29 17:45:13 -04:00 |
|
jgen
|
317028a63b
|
More PHP Doc comments.
|
2014-04-29 01:33:03 -04:00 |
|
jgen
|
e37c5cb9d0
|
More linting!
|
2014-04-28 02:23:45 -04:00 |
|
jgen
|
03b3cdcbd2
|
Updating/Fixing/Adding more comments with the PHP Doc style.
|
2014-04-27 18:59:01 -04:00 |
|
jgen
|
4f51e942be
|
Updating/Fixing/Adding more comments with the PHP Doc style.
|
2014-04-27 15:33:57 -04:00 |
|
jgen
|
4e9e5ca2be
|
Fixing/adding/cleaning up the PHP Doc comments.
|
2014-04-26 05:01:49 -04:00 |
|
jgen
|
e6b1d514d1
|
Some more type hinting via the comments.
|
2014-04-25 23:22:34 -04:00 |
|
jgen
|
2706f72ce4
|
Update and fix the PHPDoc comments.
|
2014-04-24 19:08:23 -04:00 |
|
jgen
|
ab3f9850e4
|
Removing the closing PHP "?>" tag as per style guidelines.
|
2014-04-24 19:01:47 -04:00 |
|
jgen
|
7e41194b7f
|
Shish you are too clever for scrutinizer-ci.
|
2014-04-24 05:29:02 -04:00 |
|
jgen
|
ce524e8729
|
This variable does exist, it is actually pulled from the database. Making it explicit for the linter.
|
2014-04-24 05:25:12 -04:00 |
|
jgen
|
67c087c30f
|
From stack-overflow: The 'var' keyword is for declaring class variables in PHP4. It works in PHP5 but can raise an E_STRICT warning in from version 5.0.0 up to version 5.1.2, as it has been deprecated.
Changing to public as that is really what these variables are anyways.
|
2014-04-24 04:30:58 -04:00 |
|
jgen
|
dbe30ad37d
|
Rename variable to make it more clear.
|
2014-04-24 01:36:30 -04:00 |
|
Shish
|
c8aa3327a1
|
A bunch of small changes from scrutinizer-ci; some tidying, some actual bug fixes
|
2014-03-30 13:26:48 +01:00 |
|
Shish
|
db5aa56300
|
remove a bunch of dead code
|
2014-03-29 11:44:34 +00:00 |
|
Shish
|
7b68d8ebfd
|
use new-style constructors everywhere
|
2014-03-22 09:00:59 +00:00 |
|
Shish
|
da29912646
|
tidy up a bunch of lint errors
|
2014-03-17 22:05:37 +00:00 |
|
Daku
|
d675827173
|
order[=|:]random_#### metatag
possible replacement for random_list ext?
|
2014-02-24 19:54:15 +00:00 |
|
jgen
|
cebc197fba
|
Merge branch 'develop' of git://github.com/shish/shimmie2
|
2014-02-23 03:11:09 -05:00 |
|
jgen
|
7eb2bd9112
|
Trimming trailing blank space.
|
2014-02-22 15:42:09 -05:00 |
|
Daku
|
b7778b54c9
|
add TagTermParseEvent for parsing tags during tagging
|
2014-02-01 09:36:10 +00:00 |
|
Daku
|
c07dc2e0ab
|
use resolve_aliases rather than resolve_alias
|
2014-01-16 03:28:23 +00:00 |
|
Daku
|
152f5fbf26
|
add config option for default order
|
2014-01-13 08:19:11 +00:00 |
|
Daku
|
2c2f27ca64
|
add order metatag
not too happy with how this works...but it does work
|
2014-01-13 08:19:11 +00:00 |
|