Geosohh
3185af3280
Remove tags from images using mass_tagger
...
Using negative tags removes them from the selected images.
2014-07-29 19:11:29 -03:00
Geosohh
3d2c55a9d5
Fixed mass_tagger bug when selecting images with similar ids
...
The mass_tagger extension behaves incorrectly if the id of an image is
the same as the ending of the id of another image.
Example:
Select image 143: var string == "143:"
Select image 113: var string == "143:113:"
Select image 43: var string == "1113:"
So either the wrong image will be tagged, or it will cause an error if
that image doesn't exist.
2014-07-29 18:02:50 -03:00
Shish
196e4d5300
Merge pull request #433 from muhkuh2005/master
...
Added check to initialize tags, when only categorized tags are available...
2014-06-09 16:32:34 +01:00
Pascal 'muhkuh2005' Borkenhagen
3468480864
Added check to initialize tags, when only categorized tags are available for image
2014-06-09 14:07:24 +00:00
Jeff Genovy
07cd38d34c
Merge pull request #415 from jgen/master
...
Bump the version number.
2014-04-27 15:46:35 -04:00
jgen
a703bb9854
Bump the version number.
2014-04-27 15:45:22 -04:00
Shish
e9d8ae7f5b
Merge pull request #413 from jgen/linting
...
Lots o' Linting
2014-04-26 12:00:35 +01:00
jgen
95ba85ee43
This js file relies on functions defined in 'shimmie.js' which is all globed together when rendering a page. Adding an ignore line to scrutinizer to prevent false-positives.
2014-04-26 05:32:15 -04:00
jgen
4e9e5ca2be
Fixing/adding/cleaning up the PHP Doc comments.
2014-04-26 05:01:49 -04:00
jgen
a8dd045586
Combine these if statements into one to reduce the cyclomatic complexity.
2014-04-26 03:56:06 -04:00
jgen
efb5038b20
This file no longer exists.
2014-04-26 03:15:44 -04:00
jgen
298344048c
Make these functions public to prevent scrutinizer from complaining.
2014-04-26 00:27:16 -04:00
jgen
e6b1d514d1
Some more type hinting via the comments.
2014-04-25 23:22:34 -04:00
jgen
24371d8c34
Fix the PHP Doc comments.
2014-04-25 23:19:18 -04:00
jgen
1ca3865a1c
Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )
2014-04-25 22:54:51 -04:00
jgen
8f60467848
This code doesn't seem to actually be used by anything at all.
2014-04-25 22:33:57 -04:00
jgen
5f2be45f68
Fix the PHPDoc comments on these.
2014-04-25 21:42:52 -04:00
jgen
3e899710d7
Stop scrutinizer from complaining here.
2014-04-25 17:40:42 -04:00
jgen
c85630198f
These variables where never defined depending on the execution path.
2014-04-25 17:40:14 -04:00
jgen
6f685ca227
Use the method from core/util to parse the bool from the DB instead.
2014-04-25 17:39:46 -04:00
jgen
3a1197256a
Need to pull in the global $page variable for this method.
2014-04-25 17:39:06 -04:00
jgen
1e15c5e47a
Explicitly declare this class variable
2014-04-25 17:38:25 -04:00
jgen
bcd3f991de
Removing the closing PHP "?>" tag as per style guidelines.
2014-04-25 17:34:20 -04:00
jgen
b4e6c0b743
Explicitly check if we can actually find the image by Id.
2014-04-25 16:08:00 -04:00
jgen
5b5fd955b7
New exception type.
2014-04-25 16:07:30 -04:00
jgen
9acf6c7f19
Rename these class functions to prevent warnings from scrutinizer.
2014-04-25 15:57:23 -04:00
jgen
141ec53236
Rename these class functions to prevent warnings from scrutinizer.
2014-04-25 15:55:31 -04:00
jgen
478eb3a4cc
Linting: Check for null return value, and throw an exception if null.
2014-04-25 15:39:00 -04:00
jgen
7ef68b15f9
Fix indentation.
2014-04-25 15:38:15 -04:00
jgen
6724f2b75a
Make these functions public to prevent scrutinizer from complaining.
2014-04-25 14:17:44 -04:00
jgen
dcadfc395a
Move this code back down.
2014-04-25 14:14:22 -04:00
jgen
a7faefc5e0
Spelling.
2014-04-24 22:35:01 -04:00
jgen
b241390fa4
Removing the closing PHP "?>" tag as per style guidelines.
2014-04-24 22:34:45 -04:00
jgen
50686ac61e
More linting, fix PHPDoc style.
2014-04-24 22:29:29 -04:00
jgen
daee99c1bc
Removing the closing PHP "?>" tag as per style guidelines.
2014-04-24 22:28:53 -04:00
jgen
860af25550
Need to pull in the global $user variable.
2014-04-24 22:22:45 -04:00
jgen
4ec5a7ce52
Removing the closing PHP "?>" tag as per style guidelines.
2014-04-24 22:22:16 -04:00
jgen
780d5f8709
More linting. Explicitly declare these class variables, as well as comment out dead code.
2014-04-24 22:13:00 -04:00
jgen
6e4ae229ef
Explicitly declare this class variable
2014-04-24 19:13:41 -04:00
jgen
b3077d5bcd
Removing the closing PHP "?>" tag as per style guidelines.
2014-04-24 19:13:20 -04:00
jgen
2706f72ce4
Update and fix the PHPDoc comments.
2014-04-24 19:08:23 -04:00
jgen
4cc31df737
Update the comments to PHPDoc style guidelines.
2014-04-24 19:02:43 -04:00
jgen
ab3f9850e4
Removing the closing PHP "?>" tag as per style guidelines.
2014-04-24 19:01:47 -04:00
jgen
286e75bef0
Scrutinizer complains that these functions aren't defined, yet they really are.
2014-04-24 18:45:54 -04:00
jgen
709366b70c
Explicitly declare these class variables.
2014-04-24 18:44:46 -04:00
jgen
7b90331f02
Add missing semi-colon.
2014-04-24 16:56:04 -04:00
jgen
993aacaea5
Update comment to reflect that a bug has been filed with PHP-analyzer.
2014-04-24 16:55:34 -04:00
jgen
c4dcba1e91
Explicitly check for the existence of these properties before attempting to use them.
2014-04-24 05:37:26 -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