Commit graph

224 commits

Author SHA1 Message Date
Peter Molnar
3168ca3892 memcached unix socket, first draft 2013-11-07 21:11:12 +00:00
Peter Molnar
3013c1ed7a Merge branches 'master' and 'mcachesock' into mcachesock 2013-11-07 20:53:32 +00:00
Peter Molnar
dc7e4f3f4e version 1.2.2 2013-11-07 10:12:30 +00:00
Peter Molnar
3f175aab95 fix 404 header status 2013-11-07 10:06:49 +00:00
Peter Molnar
7b2d91b025 instant 404 for 404 pages 2013-11-07 09:27:47 +00:00
Harold Kyle
9d5b24e2b0 Update configuration to avoid checking for URLs with query strings. These are never cached. 2013-09-24 23:54:33 -04:00
Peter Molnar
bdbf99255a bugfix: Call to undefined function get_blog_option 2013-07-23 11:26:17 +01:00
Peter Molnar
c867483087 bugfix: Call to undefined function get_blog_option() 2013-07-22 09:17:58 +01:00
Peter Molnar
06e2d111d0 releasing 1.2 2013-07-17 10:38:15 +01:00
Peter Molnar
381687b8bf removed sync protocols; added server ip to HTML debug comment 2013-06-28 10:24:52 +01:00
Peter Molnar
50e13c227e Merge branch 'dev' of github.com:petermolnar/wp-ffpc into dev 2013-06-25 17:27:56 +01:00
Peter Molnar
8bc33102a9 comments and cleanup 2013-06-25 17:27:48 +01:00
Peter Molnar
879425e38e notice eliminating 2013-06-25 17:27:23 +01:00
Peter Molnar
a853c5f0cb prefix lost during key scheme changes... no wonder cache was not working 2013-06-25 16:23:40 +00:00
Peter Molnar
5b5bf7fbdc replaced wp-cron adding/removing method, 1.2 beta2 2013-06-24 10:18:49 +01:00
Peter Molnar
0997e19245 1.2 beta: error messages added globally 2013-06-19 11:14:52 +01:00
Peter Molnar
2aa0f33fbe messed up a var name in backed; added warning eliminator array check 2013-06-18 18:17:52 +01:00
Peter Molnar
c040f976be 1.2 feature freeze - 1.2 alpha; tests to come 2013-06-18 09:57:31 +00:00
Peter Molnar
6df781f630 help menu; error messages arrays 2013-06-17 15:55:25 +00:00
Peter Molnar
98d48e5c68 changing wp-common submodule url to https based 2013-06-17 17:00:54 +02:00
Peter Molnar
cdd4f4e6c6 added PHPSESSID cookie to uri key possibilities 2013-06-17 14:22:46 +01:00
Peter Molnar
23ee5f0109 key scheme change added 2013-06-17 12:28:49 +01:00
Peter Molnar
0c368e2bb9 precache cron; utilities, etc 2013-06-07 17:56:56 +01:00
Peter Molnar
8ec2ebf569 common -> wp-common 2013-05-30 16:35:11 +01:00
Peter Molnar
56b7fe8414 .gitmodules 2013-05-30 16:34:16 +01:00
Peter Molnar
808359418a replacing common modules link with http version 2013-05-01 14:28:35 +01:00
Peter Molnar
8404516038 replacing common files with submodule 2013-05-01 14:26:46 +01:00
Peter Molnar
baa5fbc9c3 Merge branch 'cookies' of https://github.com/haroldkyle/wp-ffpc into dev 2013-04-28 10:36:36 +01:00
cadeyrn
3b3269fc54 Merge branch 'master' of github.com:petermolnar/wp-ffpc into HEAD
git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@703374 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-04-25 09:40:01 +00:00
Peter Molnar
1aa01ea217 v 1.1.1 2013-04-25 10:38:43 +01:00
Peter Molnar
0cbe1017a9 log typo && Memcache status bugfix 2013-04-25 10:35:11 +01:00
cadeyrn
5311bfe4c0 Merge branch 'master' of github.com:petermolnar/wp-ffpc into HEAD
git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@702793 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-04-24 11:52:47 +00:00
cadeyrn
9a75b95284 readme.txt conflict resolved
git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@702792 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-04-24 11:51:28 +00:00
Peter Molnar
90f5d4947f date & unix time added to HTML comment validation 2013-04-24 12:39:21 +01:00
Peter Molnar
d1b52a61f5 finalizing version 1.1 2013-04-24 12:31:11 +01:00
Peter Molnar
3cc3cc0b9f Update wp-ffpc-class.php
missing ()
2013-04-22 10:57:18 +02:00
Peter Molnar
345447c5bd Merge pull request #4 from haroldkyle/master
Minor fixes to keep down the log notices
2013-04-22 01:55:52 -07:00
Harold Kyle
e0d573426d cookie exclusions set in admin 2013-04-19 16:42:09 -04:00
Harold Kyle
306462d145 trying to roll back cookie changes 2013-04-19 16:32:51 -04:00
Peter Molnar
2cb41589c7 added openlog functions 2013-04-18 16:10:40 +01:00
Harold Kyle
b1eb73dae4 exclude caching for requests with cookie name(s) starting with a certain string 2013-04-09 15:40:03 -04:00
Harold Kyle
d64f49958f fixed grouping of if statement for $_GET of self::key_precache_disabled 2013-04-09 13:19:02 -04:00
Harold Kyle
c3329aa4d1 fixed undefined index notices 2013-04-09 00:32:07 -04:00
Harold Kyle
156611cb47 has_cap numeric user levels have been deprecated since 2.0, changed to manage_options 2013-04-09 00:31:27 -04:00
Peter Molnar
6b10505d7c Merge branch 'master' of github.com:petermolnar/wp-ffpc 2013-04-04 11:16:15 +01:00
Peter Molnar
34eba29c78 added full nginx example 2013-04-04 11:15:47 +01:00
Peter Molnar
6c994ad10a Merge pull request #3 from haroldkyle/master
Admin labels
2013-04-02 10:16:06 -07:00
Harold Kyle
9e488772a3 modified labels in admin section 2013-04-01 01:05:26 -04:00
Peter Molnar
b324631392 fix array indexes 2013-03-31 22:22:02 +01:00
Peter Molnar
8612a6a17f Merge pull request #2 from haroldkyle/master
Delay loading actions for publishing until Wordpress init
2013-03-31 11:43:42 -07:00