Commit graph

1529 commits

Author SHA1 Message Date
Zach Hall
d3c921e8f3 Blotter Extension 2010-02-18 14:05:34 +00:00
Shish
161a2d1757 postgres is true too 2010-02-17 15:09:00 +00:00
Shish
9c26f9efb4 image locking 2010-02-17 14:16:20 +00:00
Shish
6c85ed3ba0 paginated logs 2010-02-12 17:22:19 +00:00
Shish
5d0c9d3fa3 ipban: delete the cache after changing the data 2010-02-11 11:12:27 +00:00
Shish
f7f411e1f6 regex for homepage links, hopefully less brokenness than the hand written parser 2010-02-11 11:07:57 +00:00
Shish
9b98e6c90a Use Image::count_images() rather than SQL, to take advantage of advanced features and caching 2010-02-11 11:06:30 +00:00
Shish
c31faa3936 fortmatted report text 2010-02-11 10:50:50 +00:00
Shish
2b21471441 the final bit? 2010-02-09 10:08:08 +00:00
Shish
a214856481 post/view?search -> post/view#search for better caching 2010-02-09 10:06:21 +00:00
Shish
5f88ba906f post/view?search -> post/view#search for better caching 2010-02-09 10:05:57 +00:00
Shish
0d95bcb0b3 take next/prev from hash rather than query 2010-02-09 10:04:20 +00:00
Shish
320877f80b URI based hash, for nginx compatability 2010-02-09 07:42:21 +00:00
Shish
b33aa49f00 a technical explanation of build_accurate_search_querylet 2010-02-09 02:07:19 +00:00
Shish
36dac77e5d link to tag changes 2010-02-03 23:55:01 +00:00
Shish
c22f28072f correct some seemingly innocent behaviour, and thus fix a corner case in another extension 2010-02-03 23:54:43 +00:00
Shish
937a430a50 only optimise this case for regular tags 2010-02-03 22:03:46 +00:00
Shish
ca8fc63bf2 comment IDs to link to 2010-02-03 16:01:00 +00:00
Shish
e3fc8cf782 reset anon IDs on the comment/list too 2010-02-03 15:22:54 +00:00
Shish
8b93b0644c postgres barfs if you try to compare a string to an inet_addr 2010-02-03 14:29:55 +00:00
Shish
5e4f387983 searchable event log 2010-02-03 13:57:39 +00:00
Shish
3b2941a5bc if the search is for one tag, then 'count(tag)' (expensive function) = 'tag.count' (index lookup) 2010-02-02 18:19:55 +00:00
Shish
e96e350ccb ID's anons 2010-02-02 18:15:05 +00:00
Shish
74693f9d9f make apc not warn 2010-02-02 18:14:31 +00:00
Shish
387e13f9f0 activate caches if cache_dsn is set 2010-02-02 17:34:45 +00:00
Shish
892214a0c7 APC cache mechanism, faster than memcache? 2010-02-02 17:12:40 +00:00
Shish
a295c210a2 limit/offset incompatability blah 2010-02-02 13:15:24 +00:00
Shish
43486ab5fa make IP bans work better 2010-02-02 11:52:39 +00:00
Shish
16738093e4 make ip_bans work without mysql specific code 2010-02-02 11:52:30 +00:00
Shish
a28a3ffcb9 case-insensitive search 2010-02-02 11:52:24 +00:00
Shish
efac91598c SCORE_STRNORM = lowercase-if-necessary-for-comparison 2010-02-02 02:13:45 +00:00
Shish
8733249a80 no ha 2010-02-02 01:56:00 +00:00
Shish
b34dc57f9e this uses the warehouse too 2010-02-02 01:55:18 +00:00
Shish
0d81fb0538 more warehouse_path use 2010-02-02 01:06:54 +00:00
Shish
e779a880ca link to image in the event log 2010-02-02 00:56:58 +00:00
Shish
898f1e1f73 typo 2010-02-02 00:56:28 +00:00
Shish
155f3cf9e8 lowercase match for pgsql 2010-02-02 00:45:15 +00:00
Shish
f7f3057278 some only have concat, some only have pipes... 2010-02-02 00:43:10 +00:00
Shish
05150706cc wtf git 2010-02-02 00:34:44 +00:00
Shish
6a75857b72 more ignores 2010-02-01 23:47:30 +00:00
Shish
4df08e9477 more sanity checks 2010-02-01 23:30:37 +00:00
Shish
acadaa29ec pgsql fails at db->Insert_ID() 2010-02-01 23:18:10 +00:00
Shish
1d9af46e5f link to user's profile from the event log 2010-02-01 23:10:42 +00:00
Shish
2f9642dc89 log the right variable 2010-02-01 18:34:07 +00:00
Shish
b292bc7a6c postgres requires separate 'offset' aside from 'limit' 2010-02-01 16:19:38 +00:00
Shish
b0bec98243 database-neutral table creation 2010-02-01 16:18:31 +00:00
Shish
9ca5fcd51a MemCache is already used... 2010-02-01 16:17:12 +00:00
Shish
69001a375c no concat in postgres, use pipes 2010-02-01 16:15:53 +00:00
Shish
ad83c7634c 'PRAGMA foreign_keys' is SQLite-specific 2010-02-01 16:13:24 +00:00
Shish
9d40eda409 make memcaching work for pages, and log if DEBUG is set 2010-02-01 16:11:26 +00:00