Commit graph

28 commits

Author SHA1 Message Date
Alexander Yakovlev 5fd04c155e project says GPLv3, so license file should be v3 2018-12-06 20:57:05 +07:00
Alexander Yakovlev 449c928ea7 exec bit and readmes 2018-12-06 20:07:21 +07:00
yamachan 78e1e460c0 fixed a bug 2016-09-04 21:54:11 +09:00
yamachan 5ad1e061c2 v0.1.8 2016-09-04 21:04:13 +09:00
yamachan 86f5797387 fix bug 2016-08-30 19:32:40 +09:00
yamachan b5614febd2 change permission 2016-08-30 19:21:44 +09:00
yamachan fe21115ecb change permission 2016-08-30 19:18:08 +09:00
yamachan 78e5771b04 extra file. 2016-08-30 19:12:47 +09:00
yamachan 4f54463af3 Merge pull request #23 from piwikjapan/cve-2006-7243
Cve 2006 7243
2016-08-30 18:56:38 +09:00
yamachan 52b6465387 v0.1.6
- security update
- rename clickheat.php to clickheat_config.php (Windows mixes up ClickHeat.php with clickheat.php
2016-08-30 18:53:05 +09:00
yamachan d32b5083ea v0.1.6
- security update
- rename clickheat.php to clickheat_config.php (Windows mixes up ClickHeat.php with clickheat.php
2016-08-30 18:49:21 +09:00
piwikjapan b3f16a486a Merge pull request #22 from pirate/revert-21-patch-1
thank you!!
2016-07-22 15:03:52 +09:00
Nick Sweeting 291bcec32c Revert "Make click event handlers run asynchronously to prevent blocking UI" 2016-05-27 10:58:10 -07:00
piwikjapan 3b11c6d053 Merge pull request #21 from pirate/patch-1
Make click event handlers run asynchronously to prevent blocking UI
2016-05-27 15:07:13 +09:00
Nick Sweeting 5951c65770 Make click event handlers run asynchronously to prevent blocking UI 2016-05-19 14:21:54 -07:00
piwikjapan f87a957ee8 Merge pull request #6 from stvn1911/patch-1
Update click.php
Thanks.
2015-05-30 10:43:37 +09:00
Steven Günther 22b9fbcdb0 Update click.php
/* Logging the click
$f = fopen($clickheatConf['logPath'].$final.'/'.date('Y-m-d').'.log', 'a');
if (!is_resource($f))
*/
/* Logging the Click without the PHP Warning Spam when a new page is indexed in Clickheat */
if (!($f = @fopen($clickheatConf['logPath'].$final.'/'.date('Y-m-d').'.log', 'a')))
2015-05-29 15:09:57 +02:00
YAMAMOTO Takashi 7cf2db9759 to add logic to distribute .htaccess.
Automatic publish system (?) at marketplace doesn't understand .htaccess and marketplace doesn't distribute .htaccess...
2015-04-28 00:37:13 +09:00
YAMAMOTO Takashi 76772544d6 to add .htaccess 2015-04-27 22:49:22 +09:00
YAMAMOTO Takashi 7b74449c2d To modify faq. 2015-04-25 23:35:17 +09:00
YAMAMOTO Takashi 0cc00d0acd to append faq 2015-04-23 23:06:35 +09:00
YAMAMOTO Takashi aed200f6d2 to fix typo 2015-04-23 10:52:53 +09:00
YAMAMOTO Takashi 74a78c5fbe to fix plugin.json 2015-04-23 10:39:16 +09:00
YAMAMOTO Takashi 503f1b4506 Version 0.1.0 2015-04-23 10:26:11 +09:00
YAMAMOTO Takashi e9a745f35f rewrite README.me to explain 2015-04-22 23:44:13 +09:00
YAMAMOTO Takashi 930b109ed1 Canged version 2015-04-19 14:41:01 +09:00
YAMAMOTO Takashi c7ee69e3e7 First release 2015-04-19 14:38:49 +09:00
piwikjapan f3b42e636e Initial commit 2015-04-19 10:07:38 +09:00