jgen
7fd655fc4e
Added conditional message for IE users to download plugin from Google for webm.
2014-04-18 18:47:14 -04:00
jgen
b5d005710c
Fix indentation (spaces -> tabs)
2014-04-18 02:10:10 -04:00
jgen
2f380f5d59
Video thumbs are working for webm files now.
2014-04-18 02:06:12 -04:00
jgen
273d386d22
Working on thumbnail support for video files.
2014-04-18 01:37:27 -04:00
Shish
6c9a4a3b86
A start on video thumbnailing; see #400
...
Almost certainly not working yet; not tested, just committing so that
other people have something to work with and we aren't duplicating
effort
2014-04-10 08:15:00 +01:00
Shish
f72bfbb050
fix indentation
2014-04-06 20:47:01 +01: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
4351dc53c5
make sure all existing exts are converted to lowercase
2014-03-08 15:27:39 +00:00
Daku
258fda188e
use different selector rather than hardcoding url
2014-03-08 15:20:50 +00:00
Daku
ddb6d32e29
fix fourm errors under postgresql
2014-03-02 21:59:19 +00:00
Daku
87065d08f6
use elseif
2014-03-02 21:58:45 +00:00
Daku
524ead8344
PostgreSQL doesn't return trimmed results for CHAR columns, so use VARCHAR instead
2014-03-02 21:07:25 +00:00
Daku
a863072bfb
DATETIME > SCORE_DATETIME
...
fixes #354
2014-03-02 18:50:46 +00:00
Daku
53a7e23b64
various 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)
2014-02-28 02:03:41 +00:00
Daku
d675827173
order[=|:]random_#### metatag
...
possible replacement for random_list ext?
2014-02-24 19:54:15 +00:00
Daku
320a92289b
have query use EXISTS rather than IN
...
preferably we would have a table with image tag counts, but this works for now
2014-02-24 01:50:31 +00:00
Daku
790cb0d7a9
[.+]tags metatag for tag_categories
...
This is nowhere as near as fast as I'd like. Need to find a better query.
2014-02-24 01:40:35 +00:00
Daku
bdb3255116
speed: lowercase ext on image insert
...
avoids having to lowercase every build_thumb_html call
most extensions tend to match against their lowercase versions anyway
2014-02-23 22:27:52 +00:00
jgen
cebc197fba
Merge branch 'develop' of git://github.com/shish/shimmie2
2014-02-23 03:11:09 -05:00
jgen
6f59de4d45
Prevent an internal server error occurring when mincount is less than 1.
2014-02-23 02:51:33 -05:00
jgen
2b4ffb1e60
Argh.
2014-02-23 02:18:45 -05:00
jgen
38b494125c
Postgres requires you to include the GROUP BY column in the SELECT columns. Should be okay since we don't care about other columns though.
2014-02-23 02:15:19 -05:00
jgen
cf35bf82a8
Postgres doesn't support the DATETIME field.
2014-02-22 23:30:58 -05:00
jgen
e30520a5ef
Fixing typo.
2014-02-22 23:23:23 -05:00
jgen
9892d1f7fd
PostgreSQL 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.
2014-02-22 23:02:11 -05:00
jgen
3d1217a1be
Trim trailing blank space.
2014-02-22 15:36:52 -05:00
jgen
96358f0bc0
Nevermind, it doesn't work.
2014-02-22 15:33:55 -05:00
jgen
2d0edde2b2
We can check that admin users see the "Add" button though.
2014-02-22 15:25:25 -05:00
jgen
d6f0213a9f
Commenting out the alias tests due to consistent failing on TravisCI.
2014-02-22 15:19:06 -05:00
jgen
6efe56eddf
Well, lets try this.
2014-02-22 03:10:59 -05:00
jgen
b229e114c2
Dump all the post data on failure.
2014-02-22 03:06:09 -05:00
jgen
f1aed15f32
die doesn't support commas
2014-02-22 02:59:17 -05:00
jgen
cbfc0580f6
Temporary for debugging.
2014-02-22 02:35:56 -05:00
jgen
ba0aef4f30
The Database class should really throw an error here. This will likely break the existing tests.
2014-02-22 00:40:14 -05:00
jgen
bbfba90ad4
Merge pull request #380 from DakuTree/patch-3
...
Misc tweaks/fixes 2 (fixes #349 )
2014-02-21 13:40:52 -05:00
jgen
f4f94e6273
Merge pull request #379 from DakuTree/patch-2
...
Misc tweaks/fixes (fixes/closes issue 17 & 323)
2014-02-21 13:40:15 -05:00
jgen
e8cba99111
Merge pull request #378 from DakuTree/patch
...
Post Relationships ext + TagTermParseEvent
2014-02-21 13:32:33 -05:00
jgen
9255c861f7
Cleaning up.
2014-02-19 20:50:00 -05:00
jgen
f3c379b8db
Rename the file.
2014-02-19 18:36:38 -05:00
jgen
eea4d34978
We can actually push the trim functions to when we create the define, less overhead.
2014-02-19 18:17:26 -05:00
jgen
141be8768f
Better detection of running on the command line.
2014-02-19 18:10:40 -05:00
jgen
5a49bb59e4
Check that regular users can't add aliases.
2014-02-19 17:03:35 -05:00
jgen
1a7cbc9b2a
Check the actual http response code.
2014-02-19 16:40:28 -05:00
jgen
f1a516ef18
Extra debugging when Alias fails.
2014-02-19 16:24:47 -05:00
jgen
bdbb280064
Fixing the alias test cases.
2014-02-19 04:27:29 -05:00
jgen
55f07d0cfd
Fix the tag_edit tests.
2014-02-19 04:15:00 -05:00
jgen
8b0ac0e9c1
The location of the webserver should be configurable in the travis file.
2014-02-19 03:29:12 -05:00