53a7e23b64various autocomplete tweaks * made limit for /api/internal/tag_list/complete optional (as this breaks the autocomplete on dbs with lots of tags) * removed delay + minChars = 1 again (due to above change) * first autocomplete tag is selected by default * tab now works as a select button * autocompleted tags will now be followed by a space (so the next tag can be instantly autocompleted)
Daku
2014-02-28 02:03:41 +00:00
e78ddc69f3fix strict standard errors
Daku
2014-02-25 21:51:52 +00:00
34e90c1cfcupdated date/links in footer
Daku
2014-02-25 17:40:07 +00:00
63a71c239cMerge pull request #381 from jgen/master
Shish
2014-02-25 00:17:02 +00:00
df29537e74use default minchars again the tag list only returns a max of 10 results, and is only called once per autocomplete, making it harder to autocomplete longer tags
Daku
2014-02-24 20:07:05 +00:00
d675827173order[=|:]random_#### metatag possible replacement for random_list ext?
Daku
2014-02-24 19:54:15 +00:00
320a92289bhave query use EXISTS rather than IN preferably we would have a table with image tag counts, but this works for now
Daku
2014-02-24 01:50:31 +00:00
790cb0d7a9[.+]tags metatag for tag_categories This is nowhere as near as fast as I'd like. Need to find a better query.
Daku
2014-01-16 08:31:34 +00:00
58c5746e9bspeed: use isset rather than identical
Daku
2014-02-23 22:32:15 +00:00
bdb3255116speed: lowercase ext on image insert avoids having to lowercase every build_thumb_html call most extensions tend to match against their lowercase versions anyway
Daku
2014-02-23 22:27:52 +00:00
cebc197fbaMerge branch 'develop' of git://github.com/shish/shimmie2
jgen
2014-02-23 03:11:09 -05:00
55603a0acbYay, the Travis tests are working now! Let's increase the number of PHP versions to test with.
jgen
2014-02-23 03:07:19 -05:00
6f59de4d45Prevent an internal server error occurring when mincount is less than 1.
jgen
2014-02-23 02:51:33 -05:00
38b494125cPostgres requires you to include the GROUP BY column in the SELECT columns. Should be okay since we don't care about other columns though.
jgen
2014-02-23 02:15:19 -05:00
e2fa6d316eRealpath isn't used anymore.
jgen
2014-02-22 23:36:08 -05:00
cf35bf82a8Postgres doesn't support the DATETIME field.
jgen
2014-02-22 23:30:58 -05:00
9892d1f7fdPostgreSQL does not support INDEX() inside the CREATE TABLE method. You must create the index as a separate query. Fortunately MySQL also support this way of doing things as well.
jgen
2014-02-22 23:02:11 -05:00
5effee4812Remove these indexes as we are creating them manually.
jgen
2014-02-22 22:13:26 -05:00
72ea1acf1dForgot to remove the comma
jgen
2014-02-22 22:06:33 -05:00
1c6b306ac6Fixing the installer to work with Postgres.
jgen
2014-02-22 22:04:14 -05:00
668de39626Remove the debugging.
jgen
2014-02-22 19:45:53 -05:00
6da5f27447Make sure we install the php5 postgres drivers.
jgen
2014-02-22 19:44:50 -05:00
8bbaf85114Need to figure out why the Post data differs from what is specified on the command line.
jgen
2014-02-22 19:10:18 -05:00