Commit graph

2174 commits

Author SHA1 Message Date
Shish
4da56c12db missed a var 2012-01-31 12:16:34 +00:00
Shish
c2689ba519 set remote addr in postgres connection 2012-01-31 12:16:19 +00:00
Shish
8192f278d5 different sql for different databases :( 2012-01-31 12:15:25 +00:00
Shish Moom
62e34c9b7c Merge pull request #103 from green-ponies/master
Fix for installer failing
2012-01-31 01:53:52 -08:00
green-ponies (jgen)
5a63ad05b5 Fix for installer failing with new DSN define. 2012-01-31 00:35:20 -05:00
Shish
07aac04d44 Merge branch 'master' of github.com:shish/shimmie2 2012-01-30 05:01:08 +00:00
Shish
55447d1aa8 toggle for sql debugging 2012-01-30 05:00:21 +00:00
Shish
8623ab2917 _count_execs actually works nicely for PDO, if called... 2012-01-30 04:56:08 +00:00
Shish
f6567d17d5 Merge branch 'master' of github.com:shish/shimmie2 2012-01-30 03:49:52 +00:00
Shish
444fdb1f04 tag history -> simpleext 2012-01-30 03:46:38 +00:00
Shish
0ea3ff5af3 wordfilter -> simpleext 2012-01-30 03:39:00 +00:00
Shish
18d6fa317c adminpage -> simpleext 2012-01-30 03:22:41 +00:00
Shish
47bfbd7102 downtime -> simpleext 2012-01-30 02:24:22 +00:00
Shish
39e8e8b733 downtime -> simpleext 2012-01-30 02:24:17 +00:00
Shish
7af442855d this isn't so necessary with latest upstream changes 2012-01-30 02:18:16 +00:00
Shish
112fb0841d named placeholders for numeric score 2012-01-30 02:03:15 +00:00
Shish
3d582dc0d9 protip: don't break everything 2012-01-27 19:08:17 +00:00
Shish
38937ebb94 Merge branch 'master' of github.com:shish/shimmie2 2012-01-27 18:53:50 +00:00
Shish
66a5bc2d9e compile event listener table 2012-01-27 18:53:59 +00:00
Shish
ff9e4192ce Merge branch 'master' of github.com:shish/shimmie2 2012-01-27 18:21:09 +00:00
Shish
c664e8d872 missing a bit 2012-01-27 18:17:55 +00:00
Shish
6e64857936 wibble towards being totally SimpleExtension based, as that's easier to programatically optimise 2012-01-27 18:16:46 +00:00
Shish
c1aa6f4fbb how did this ever work o_O 2012-01-27 17:29:59 +00:00
Shish
21904794ea Upload to simpleext 2012-01-27 17:12:08 +00:00
Shish
7aeb0ec097 tag list needs no manual adding 2012-01-27 17:06:29 +00:00
Shish
cb1b45e4ad code formatting consistency 2012-01-27 17:05:02 +00:00
Shish
2d49d9b103 use the right inheritance 2012-01-27 17:02:36 +00:00
Shish
f5eadb9011 Tag List to simpleext 2012-01-27 17:02:08 +00:00
Shish
5c2140a028 Tag Editor to simpleext 2012-01-27 16:58:48 +00:00
Shish
eedfc5e6b4 sys info to simpleext 2012-01-27 16:52:12 +00:00
Shish
ee40a9aad3 merge 2012-01-27 16:49:35 +00:00
Shish
7a5f87572c an image already knows what its own details are, it doesn't need to be passed them... 2012-01-27 16:27:02 +00:00
Shish
50bc229ad7 only rollback the database if there is a database connection 2012-01-27 12:24:48 +00:00
Shish
f3014e4e1e less regex 2012-01-27 12:24:38 +00:00
Shish
583b0b5eb4 sort IP bans into (specific addresses, networks) and check each list individually in an optimised way; 20x speedup /o/ 2012-01-27 11:05:18 +00:00
Shish
93c2aa2084 only show IP list to admin and self-user, and don't show anon's list 2012-01-27 10:17:44 +00:00
Shish
c837239326 stop including config.php by hand 2012-01-26 18:19:28 +00:00
Shish
ad9dcfe926 make sure s is set 2012-01-26 18:03:04 +00:00
Shish
96b8253b38 term can be empty to start with >_< 2012-01-26 17:56:48 +00:00
Shish
ae56e591e9 sometimes, there is no token :O 2012-01-26 17:36:22 +00:00
Shish
70fc4b5a54 Currently SCore is pretty behind-the-scenes 2012-01-26 17:32:30 +00:00
Shish
2fd204f8c0 note how to change system-level settings 2012-01-26 17:32:12 +00:00
Shish
f1d4fc700e persist connections 2012-01-26 17:24:56 +00:00
Shish
85af28c0b5 return after error, don't handle the bad data 2012-01-26 17:16:57 +00:00
Shish
4530efc1e0 minus on its own was being turned into 'negative null-tag', which confused things 2012-01-26 17:16:06 +00:00
Shish
717024d464 explicit no-cache stops varnish from caching 2012-01-26 16:53:59 +00:00
Shish
52bbb36af4 shm_user breaks varnish cache 2012-01-26 16:51:24 +00:00
Shish
c46f03bf8f convert mysql functions + direct query building -> sql standards + paramaters 2012-01-26 16:20:26 +00:00
Shish
ab9b4e9123 limit x,y isn't standard SQL; use limit x offset y 2012-01-26 16:06:45 +00:00
Shish
c30cb55504 log to 'resize' rather than 'core-image' 2012-01-26 16:03:10 +00:00