808e477f34Admins can configure the browser Image Expiration now. Also renamed the config option for jQuery image delete.
green-ponies (jgen)
2011-09-05 14:47:30 -04:00
d05344d5e3Image resize is working now! (uses the GD library only for now) Moved resize into contrib folder.
green-ponies (jgen)
2011-09-04 11:17:14 -04:00
ad850ad0d6Fixed a small typo.
green-ponies (jgen)
2011-09-04 10:30:20 -04:00
14bfa8b323Working on Image Resize feature.
green-ponies (jgen)
2011-09-03 23:13:41 -04:00
100dd6438eAdded more comments and changed others for better doxygen support.
green-ponies (jgen)
2011-09-03 19:34:46 -04:00
9c8da62ba0This function needs the global $config.
green-ponies (jgen)
2011-09-03 17:01:27 -04:00
e6e9aced1cThis function doesn't need the global $user now.
green-ponies (jgen)
2011-09-03 16:48:33 -04:00
309a2f497fonly admins should replace images (possibly people should be allowed to replace their own too? I'm erring on the side of caution for now though)
Shish
2011-09-01 00:36:38 +01:00
c44ed439f8Extra checking for the user being an admin before allowing image replacement. Also removed some duplicated code for efficiency.
green-ponies (jgen)
2011-08-30 13:57:14 -04:00
17999cade8Image Replace feature working, just needs more testing.
green-ponies (jgen)
2011-08-25 21:35:59 -04:00
3a4aea45d5Small addition for giving forms unique IDs. Mainly so that javascript has something to hook onto.
green-ponies (jgen)
2011-08-12 21:56:48 -04:00
6c3e91e01cchanged script tags to include language
green-ponies (jgen)
2011-08-12 21:40:51 -04:00
3aeb288b29remove quotes from convert.exe in some cases
v2.3.3
Shish
2011-08-08 13:01:35 +01:00
4f864c6a80remove quotes from convert.exe in some cases
Shish
2011-08-08 13:01:35 +01:00
3692b7c75epdo syntax for blotter
Shish
2011-07-28 12:16:28 +01:00
69701c671cpdo syntax for blotter
Shish
2011-07-28 12:16:28 +01:00
98e170cd86Fixed Nice URL test for servers not running on port 80. HTTP_HOST will contain the full host name used to access the site, including the optional port number. However, on some misconfigured servers, HTTP_HOST will not be defined, in which case the script will attempt to reconstruct the host name from SERVER_NAME, and if necessary, SERVER_PORT.
Justin Brewer
2011-07-27 22:38:02 -05:00
01400a10ectype->engine for mysql 5.5
Shish
2011-07-14 10:12:39 +01:00
9d9a960d1btype->engine for mysql 5.5
Shish
2011-07-14 10:12:39 +01:00
a5f3a36fa4fix for mySQL>5.1 - should remain compatible with versions prior to 5.12011-05-12 12:32:34 -07:00
7118e5fe40button to remove all votes by user
Shish
2011-03-28 22:31:45 +01:00
cb1f49e7f6new DB code slipped into the old version >_<
v2.3.2
Shish
2011-03-24 17:52:15 +00:00
1abb96159bPDO returns 'false' for no rows, but various parts of the code expect it to return 'null'; for now, emulate the old behaviour
Shish
2011-03-24 14:27:11 +00:00
ae17700a30half support for caching giant tag maps
Shish
2011-03-23 13:21:14 +00:00
e92813bfeeno need for auth for extenal submit
Shish
2011-03-12 18:08:36 +00:00
9db12f54f9opengraph metadata on images
Shish
2011-03-07 23:57:56 +00:00
32e70e22d1make CommentList::get_hash static, for calling from other places
Shish
2011-03-06 12:44:38 +00:00
eda0d66bacmake CommentList::get_hash static, for calling from other places
Shish
2011-03-06 12:44:38 +00:00
fb65286863Critical change to deltree, it seems Windows version of PHP does not consider symlinks to be links when checked with is_link().
Diftraku
2011-03-06 03:17:40 +02:00
3d66c7ce41"Fix'd" the execute query to pass args array without binding, assuming the first value is at index 0 and the query uses questionmarks.
Diftraku
2011-03-05 03:11:29 +02:00
065102016aGit ignore for artists extension
Diftraku
2011-03-05 02:44:27 +02:00
d6acd31028Quick fix to danbooru theme
Diftraku
2011-03-05 02:43:34 +02:00
cc4b8d7d83Added blocks and bookmarks to .gitignore, removed dupe notes
Diftraku
2011-03-03 17:18:51 +02:00
b685c84209Because Windows... shitty OS is shitty. Added a Windows-only fix to the extension symlink and deltree. Windows will nag about file info not found on relative paths with symlink (php bug?). Also, when deleting a symlink on Windows, it needs to be rmdir'd, no unlink'd (kept throwing permission denied for unlink).
Diftraku
2011-03-03 11:40:34 +02:00
93e2110056Because Windows... shitty OS is shitty. Added a Windows-only fix to the extension symlink and deltree. Windows will nag about file info not found on relative paths with symlink (php bug?). Also, when deleting a symlink on Windows, it needs to be rmdir'd, no unlink'd (kept throwing permission denied for unlink).
Diftraku
2011-03-03 11:40:34 +02:00
9a1e8dc4b1trim spaces at the start too
Shish
2011-03-02 17:11:06 +00:00
467eed75d1'list of tags applied to this image' should not be limited like 'related tags' is
Shish
2011-03-02 11:53:38 +00:00