5efe1ddb36Merge pull request #444 from shish/check_handler_exists
Daku
2014-08-26 13:47:32 +01:00
fc4bd27529simplify user_can_edit_user -- many nested if/else's to one if
Shish
2014-08-24 20:43:12 +01:00
9c71f59061[anchor] bbcode tag, to make linking to parts of a page easier
Shish
2014-08-24 16:55:00 +01:00
50d40c1c81give IndexTheme:display_page some sub-functions to make them easier to customise
Shish
2014-08-24 16:29:32 +01:00
f873d2304dCheck event handler exists before calling it, in case the cache is out of date. Fixes#442
Shish
2014-08-24 11:33:05 +01:00
d6eb3892e2Merge pull request #435 from geosohh/master
Shish
2014-08-02 17:48:21 +01:00
b1d634a8deMerge pull request #434 from DakuTree/patch-tagfix
Shish
2014-08-02 17:47:14 +01:00
3185af3280Remove tags from images using mass_tagger
Geosohh
2014-07-29 19:11:29 -03:00
3d2c55a9d5Fixed mass_tagger bug when selecting images with similar ids
Geosohh
2014-07-29 18:02:50 -03:00
14f682da75avoid errors if tag exceeds limit + flash message showing the problem tag
Daku
2014-06-20 00:39:29 +01:00
b89dd52b47bumped the tag char limit to 255 there wasn't really much reason to have this so low, and this puts it to the same limit as other booru software
Daku
2014-06-19 23:14:11 +01:00
9069b0c1fbMerge pull request #429 from DakuTree/patch-misc
Shish
2014-06-09 21:05:19 +01:00
d067545969Merge pull request #432 from DakuTree/patch-sqlfix
Shish
2014-06-09 20:59:11 +01:00
d9d4137735Merge pull request #2 from DakuTree/patch-sqlfix
Matthew Barbour
2014-06-09 12:55:15 -05:00
92f3ba480aMerge pull request #1 from shish/develop
Matthew Barbour
2014-06-09 12:52:50 -05:00
196e4d5300Merge pull request #433 from muhkuh2005/master
Shish
2014-06-09 16:32:34 +01:00
3468480864Added check to initialize tags, when only categorized tags are available for image
Pascal 'muhkuh2005' Borkenhagen
2014-06-09 14:07:24 +00:00
5bd7369d7cMerge pull request #427 from shish/bcrypt
Daku
2014-06-05 18:00:19 +01:00
72fbafc271fixes negative tags not working if they don't exist fixes#431
Daku
2014-06-04 00:52:01 +01:00
24f2741a50rating_to_name no longer exists was removed in commit eadf1d9e87419a3f570cc9e7e77082358a9af0db
Daku
2014-06-01 21:56:33 +01:00
90232b0a4crename "index" to "pool index" to help differentiate between the two index links
Daku
2014-05-31 18:20:57 +01:00
183a2c7ae6docs + added pool:lastcreated metatag which uses the ID of the last pool created by the user
Daku
2014-05-30 16:04:12 +01:00
df6b9245ecoptional setting to set pool order with the pool metatag example: pool:10:3 (pool #10 with order 3)
Daku
2014-05-08 20:32:02 +01:00
77769d2c17allow setting of image_order via add_post()
Daku
2014-05-30 15:21:32 +01:00
bca4fdffa5make sure pool nav & manage pool show when needed
Daku
2014-05-30 14:41:03 +01:00
6a14360e7aoption to use autoincrementing pool order when post is added rather than having everything default to 0 order
Daku
2014-05-30 13:12:34 +01:00
1dc668ca41main.php shouldn't be generating HTML..
Daku
2014-05-30 11:55:53 +01:00
f228a8eb4fpools css should be in it's own folder, not the themes
Daku
2014-05-30 00:23:12 +01:00
1dada97adcprev link for pools
Daku
2014-05-30 00:22:04 +01:00
77607e0c02keep aspect ratio when created video thumbnail
Daku
2014-05-23 23:28:56 +01:00
aa0cf27e7eadd theme name to cached css/js filename to avoid loading cached files of old theme after theme change
Daku
2014-04-05 11:10:24 +01:00
e259b8cd5abcrypt had bugs before 5.3.7
Shish
2014-05-24 10:51:09 +01:00
a3f9e12ea0octal for permissions
Shish
2014-05-24 10:18:44 +01:00
1b655704f3Merge remote branch 'yaoifox/patch-1' into develop
Shish
2014-05-24 10:18:10 +01:00
d5c5cfd428Merge pull request #426 from DakuTree/patch-notesfix
Shish
2014-05-24 10:12:58 +01:00
eb51a9b639migrate to bcrypt for password storage
Shish
2014-05-24 00:28:57 +01:00
36713803e3Merge pull request #418 from jgen/develop
Daku
2014-05-23 23:24:32 +01:00
ae0a4725a0avoid loading imgnotes until image is fully loaded
Daku
2014-05-23 21:46:13 +01:00
3d11df44a9fix various bugs with notes ext
Daku
2014-04-12 00:26:34 +01:00
8d75968ab0Merge pull request #425 from DakuTree/patch-headerfix
Shish
2014-05-20 07:48:12 +01:00
64e2565236check for lowercase header if camelcase header doesn't exist fixes#423
Daku
2014-05-19 07:32:16 +01:00
349d7bfa4dcurl --silent now
YaoiFox
2014-05-07 07:10:23 +02:00
95ba85ee43This 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.
jgen
2014-04-26 05:32:15 -04:00
4e9e5ca2beFixing/adding/cleaning up the PHP Doc comments.
jgen
2014-04-26 05:01:49 -04:00
a8dd045586Combine these if statements into one to reduce the cyclomatic complexity.
jgen
2014-04-26 03:56:06 -04:00
42407116a8Removing this file.
jgen
2014-04-26 03:33:20 -04:00
013222e4eeCode Removal: PHP has had JSON support directly baked into the language since 5.2.0 - there is no need to rely on an external library from 2006 for json support.
jgen
2014-04-26 03:31:02 -04:00
efb5038b20This file no longer exists.
jgen
2014-04-26 03:15:44 -04:00
298344048cMake these functions public to prevent scrutinizer from complaining.
jgen
2014-04-26 00:27:16 -04:00
e6b1d514d1Some more type hinting via the comments.
jgen
2014-04-25 23:22:34 -04:00
24371d8c34Fix the PHP Doc comments.
jgen
2014-04-25 23:19:18 -04:00