Daku
|
598df41b1d
|
set default in display, not build to avoid errors
|
2015-04-18 10:42:08 +01:00 |
|
Daku
|
be18140944
|
added option to hide random link on paginator (only post/list should show now)
|
2015-04-18 10:41:32 +01:00 |
|
Daku
|
05cfbde372
|
.tables only works with the SQLite3 CLI program
http://www.sqlite.org/faq.html#q7
|
2015-04-18 10:39:48 +01:00 |
|
Daku
|
b81d457bf7
|
DEBUG_SQL isn't defined during install, use quotes to avoid errors
|
2015-04-18 10:38:39 +01:00 |
|
Shish
|
55c3fd8f38
|
show PHP version (particularly useful when debugging php vs hhvm)
|
2015-04-18 10:31:24 +01:00 |
|
Shish
|
1703cd9caa
|
bump
|
2015-03-13 09:49:25 +00:00 |
|
Shish
|
f5c4321322
|
bump
|
2015-03-13 09:48:54 +00:00 |
|
jgen
|
3511711008
|
Should be consistent about using the int_escape method.
|
2015-03-12 23:12:06 -07:00 |
|
jgen
|
8e3fc1da9f
|
Change generated links to be aware of HTTPS.
|
2015-02-02 00:13:05 -08:00 |
|
Shish
|
eae385f4c0
|
bump
|
2015-01-24 17:11:25 +00:00 |
|
Shish
|
cbbc0bab26
|
version bump
|
2015-01-24 17:10:23 +00:00 |
|
Shish
|
edde7848b8
|
add mp3 to thumbless filetypes, see #454
|
2015-01-24 16:44:27 +00:00 |
|
Shish
|
217559dc22
|
set statement_timeout for postgres
|
2014-12-31 13:16:00 +00:00 |
|
Shish
|
caa2691bb9
|
Merge pull request #468 from jgen/develop
Allow Shimmie to work with older versions of FFmpeg
|
2014-12-17 13:44:25 +00:00 |
|
Shish
|
7bcf2fc29e
|
Merge pull request #465 from shish/min_space_config
Turn MIN_FREE_SPACE into a userspace config option
|
2014-12-17 13:41:55 +00:00 |
|
Shish
|
c0279565f4
|
Merge pull request #462 from shish/bypass_comment_checks
Allow admins to bypass comment checks (rate limit etc)
|
2014-12-17 13:40:06 +00:00 |
|
jgen
|
95b94bd115
|
Some minor linting.
|
2014-12-14 16:06:31 -08:00 |
|
Shish
|
40734ef711
|
turn MIN_FREE_SPACE into a userspace config option
|
2014-12-07 13:54:47 +00:00 |
|
Shish
|
9abcadffb6
|
throw Ex() -> throw new Ex();
|
2014-12-07 13:20:36 +00:00 |
|
Shish
|
316f7ff858
|
Give a better error if User::class has been screwed up somehow
|
2014-12-07 03:44:17 +00:00 |
|
Shish
|
88f1df9ca6
|
HIPHOP is no longer supported (it's HHVM now, and HHVM supports PDO params anyway)
|
2014-12-07 01:10:12 +00:00 |
|
Shish
|
5ab8f9e5e2
|
log sets and deletes in CACHE_DEBUG mode
|
2014-12-06 23:50:56 +00:00 |
|
Shish
|
4d6e6ade1c
|
version bump
|
2014-12-06 23:48:03 +00:00 |
|
Shish
|
b3931dd403
|
version bump
|
2014-12-06 23:47:17 +00:00 |
|
Shish
|
010b0620df
|
add a user flag for bypassing comment checks
|
2014-11-30 13:52:29 +00:00 |
|
Shish
|
c0dfd9adc0
|
a little extra consistency in cache variable names
|
2014-11-26 13:09:49 +00:00 |
|
Shish
|
4721d666cd
|
log time spent waiting for database queries
|
2014-11-26 13:09:22 +00:00 |
|
Shish
|
1c60942730
|
log hit/miss when DEBUG_CACHE is on
|
2014-11-26 13:07:30 +00:00 |
|
Shish
|
dfba656355
|
die more explicitly when memcache is missing (PHP is terrible)
|
2014-11-24 02:21:45 +00:00 |
|
Shish
|
f873d2304d
|
Check event handler exists before calling it, in case the cache is out of date. Fixes #442
|
2014-08-24 11:33:05 +01:00 |
|
Daku
|
14f682da75
|
avoid errors if tag exceeds limit + flash message showing the problem tag
|
2014-06-20 00:39:29 +01:00 |
|
Shish
|
9069b0c1fb
|
Merge pull request #429 from DakuTree/patch-misc
Pool updates + other misc tweaks.
|
2014-06-09 21:05:19 +01:00 |
|
Shish
|
d067545969
|
Merge pull request #432 from DakuTree/patch-sqlfix
Fix for #431 - Fix negative tags not working if they don't exist.
|
2014-06-09 20:59:11 +01:00 |
|
Daku
|
5bd7369d7c
|
Merge pull request #427 from shish/bcrypt
Use bcrypt for password storage
|
2014-06-05 18:00:19 +01:00 |
|
Daku
|
72fbafc271
|
fixes negative tags not working if they don't exist
fixes #431
|
2014-06-04 00:52:01 +01:00 |
|
Daku
|
77607e0c02
|
keep aspect ratio when created video thumbnail
|
2014-05-29 18:40:17 +01:00 |
|
Daku
|
aa0cf27e7e
|
add theme name to cached css/js filename to avoid loading cached files of old theme after theme change
|
2014-05-29 18:37:49 +01:00 |
|
Shish
|
e259b8cd5a
|
bcrypt had bugs before 5.3.7
|
2014-05-24 10:51:09 +01:00 |
|
Shish
|
1b655704f3
|
Merge remote branch 'yaoifox/patch-1' into develop
|
2014-05-24 10:18:10 +01:00 |
|
Shish
|
eb51a9b639
|
migrate to bcrypt for password storage
|
2014-05-24 09:47:42 +01:00 |
|
Daku
|
36713803e3
|
Merge pull request #418 from jgen/develop
Even more linting and cleaning!
|
2014-05-23 23:24:32 +01:00 |
|
Daku
|
64e2565236
|
check for lowercase header if camelcase header doesn't exist
fixes #423
|
2014-05-19 07:32:16 +01:00 |
|
jgen
|
a58bdbdc62
|
More PHP Doc comments.
|
2014-04-29 17:45:13 -04:00 |
|
jgen
|
317028a63b
|
More PHP Doc comments.
|
2014-04-29 01:33:03 -04:00 |
|
jgen
|
3b1513f791
|
Adding some more PHP Doc comments.
|
2014-04-28 20:37:31 -04:00 |
|
jgen
|
c682ccef69
|
Adding more PHP Doc comments to the config classes.
|
2014-04-28 20:12:31 -04:00 |
|
jgen
|
eb18790dc9
|
More comments.
|
2014-04-28 19:50:01 -04:00 |
|
jgen
|
86612bb1ff
|
Adding more PHP Doc comments.
|
2014-04-28 17:36:11 -04:00 |
|
jgen
|
e37c5cb9d0
|
More linting!
|
2014-04-28 02:23:45 -04:00 |
|
jgen
|
8a2eb4b121
|
Fixing more PHP Doc related issues.
|
2014-04-27 19:29:36 -04:00 |
|