<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/theme-a/rss.css"?>
<!-- This is an rss feed, it is not supposed to be viewed with a browser but with a rss reader -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>[feedback20] Last feedback entries tagged with Implemented</title>
    <description>Last feedback entries tagged with Implemented</description>
    <language>en</language>
    <ttl>40</ttl>
    <link>http://feedback.phpmyvisites.net/</link>
    <pubDate>Tue, 14 Aug 2007 14:27:45 GMT</pubDate>
    <lastBuildDate>Tue, 14 Aug 2007 14:27:45 GMT</lastBuildDate>
    <item>
      <title>"Encapsulate all database operations in a class" by Maxime</title>
      <description>&lt;p&gt;After having a look at the code, I think it would be better if all database operations were stored in a class.&lt;/p&gt;

&lt;p&gt;The class Db exists, but, outside this class, there are calls to mysql_* functions. This is a problem for porting phpMyVisites to other DBMS.&lt;/p&gt;

&lt;p&gt;I may help doing this if you want.&lt;/p&gt;

&lt;p&gt;p.s : I could not find any matching category for this post, so I put it here.&lt;/p&gt;</description>
      <author>Maxime</author>
      <guid>http://feedback.phpmyvisites.net/feedbacks/4527-encapsulate-all-database-operations-in-a-class</guid>
      <link>http://feedback.phpmyvisites.net/feedbacks/4527-encapsulate-all-database-operations-in-a-class</link>
      <pubDate>Tue, 14 Aug 2007 14:27:45 GMT</pubDate>
    </item>
    <item>
      <title>"Choose what king of graph we want" by laurent</title>
      <description>&lt;p&gt;bars and pies aren't always the best way to represent.
&lt;br /&gt;For each stats it would be good to have an icon that let you swith to anoter kind of view (like in google analytics)&lt;/p&gt;</description>
      <author>laurent</author>
      <guid>http://feedback.phpmyvisites.net/feedbacks/4487-choose-what-king-of-graph-we-want</guid>
      <link>http://feedback.phpmyvisites.net/feedbacks/4487-choose-what-king-of-graph-we-want</link>
      <pubDate>Tue, 07 Aug 2007 14:00:13 GMT</pubDate>
    </item>
    <item>
      <title>"Hooks for plugins" by marc pasteur</title>
      <description>&lt;p&gt;hi,&lt;/p&gt;

&lt;p&gt;it would be nice to implements a &amp;quot;hook system&amp;quot; to allow plugin's developper to put an action before/after some standard action.
&lt;br /&gt;An example :&lt;/p&gt;

&lt;p&gt;    in phpmyvisites.php :
&lt;br /&gt;          hook_before_new_visit($visitDatas);
&lt;br /&gt;          ... code to record new visit
&lt;br /&gt;          hook_after_new_visit($visitDatas);
&lt;br /&gt;          
&lt;br /&gt;    in my_plugin.php
&lt;br /&gt;        register_hook_for(&amp;quot;after_new_visit&amp;quot;, &amp;quot;my_plugin_new_visit&amp;quot;);
&lt;br /&gt;        
&lt;br /&gt;        
&lt;br /&gt;        function my_plugin_new_visit($datas){
&lt;br /&gt;          ... what i want to do with the datas
&lt;br /&gt;        }
&lt;br /&gt;        
&lt;br /&gt;So we can implement plugins without changing file phpmyvisites.php    
&lt;/p&gt;</description>
      <author>marc pasteur</author>
      <guid>http://feedback.phpmyvisites.net/feedbacks/4206-hooks-for-plugins</guid>
      <link>http://feedback.phpmyvisites.net/feedbacks/4206-hooks-for-plugins</link>
      <pubDate>Tue, 03 Jul 2007 11:59:56 GMT</pubDate>
    </item>
    <item>
      <title>"Tagclouds for user's keywords" by eric</title>
      <description>&lt;p&gt;In report : &amp;quot;affluent&amp;quot; / keywords
&lt;br /&gt;table with &amp;quot;keywords&amp;quot; and &amp;quot;numbers&amp;quot; can be represented as a Tagclouds ... (like in del.icio.us, Flickr, ...)&lt;/p&gt;

&lt;p&gt;It also could becomes a tiny reports displayed online, on any webpage ...&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
      <author>eric</author>
      <guid>http://feedback.phpmyvisites.net/feedbacks/3610-tagclouds-of-user-s-keywords</guid>
      <link>http://feedback.phpmyvisites.net/feedbacks/3610-tagclouds-of-user-s-keywords</link>
      <pubDate>Sun, 27 May 2007 16:16:26 GMT</pubDate>
    </item>
    <item>
      <title>"Search or filter on specific words" by moku</title>
      <description>&lt;p&gt;It would be very usefull to have a keyword filter.&lt;/p&gt;

&lt;p&gt;Frequently I want to check if a specific referer has drained users to my sites, but currently I have to check one after another, clicking on Next. Not really a quick way to do it...&lt;/p&gt;

&lt;p&gt;Maybe not only for referers but also for keywords.&lt;/p&gt;</description>
      <author>moku</author>
      <guid>http://feedback.phpmyvisites.net/feedbacks/3125-search-or-filter-on-specific-words</guid>
      <link>http://feedback.phpmyvisites.net/feedbacks/3125-search-or-filter-on-specific-words</link>
      <pubDate>Thu, 19 Apr 2007 07:24:46 GMT</pubDate>
    </item>
    <item>
      <title>"Open authentication process" by DeMZed</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Actually, PHPMV2 authenticate while useing login/password stored in a table.&lt;/p&gt;

&lt;p&gt;What about opening authentication process, in order to use another authentication method (LDAP, ...).&lt;/p&gt;

&lt;p&gt;It would permit to do also some specific stuff like integrating PHPMV2's authentication into another process, for example integrating it in the back end of the primary web application (SSO like).&lt;/p&gt;

&lt;p&gt;In my case, i've installed a CMS, and i'd like to use the same authentication in my CMS than in PHPMV2, in order to let PHPMV2 directly accessible into my CMS back en ; the thread talking about this here : &lt;a rel="nofollow" href="http://www.phpmyvisites.net/forums/index.php/t/3852/0/."&gt;http://www.phpmyvisites.net/forums/index.php/t/3852/0/.&lt;/a&gt; Please note this solution does NOT pretends to be a well done hack, but just a rapid and dirty solution...&lt;/p&gt;

&lt;p&gt;Thanks for your comments ;)&lt;/p&gt;</description>
      <author>DeMZed</author>
      <guid>http://feedback.phpmyvisites.net/feedbacks/2844-open-authentication-process</guid>
      <link>http://feedback.phpmyvisites.net/feedbacks/2844-open-authentication-process</link>
      <pubDate>Thu, 12 Apr 2007 11:58:21 GMT</pubDate>
    </item>
    <item>
      <title>"Heatmap : where the users click" by malko</title>
      <description>&lt;p&gt;It would be complementary and interesting to have some click heatmap as done here &lt;a rel="nofollow" href="http://www.labsmedia.com/clickheat/"&gt;http://www.labsmedia.com/clickheat/&lt;/a&gt;
&lt;br /&gt;perhaps by including this work in phpMyVisites or doing something similar.&lt;/p&gt;</description>
      <author>malko</author>
      <guid>http://feedback.phpmyvisites.net/feedbacks/2652-heatmap-where-the-users-click</guid>
      <link>http://feedback.phpmyvisites.net/feedbacks/2652-heatmap-where-the-users-click</link>
      <pubDate>Fri, 30 Mar 2007 12:40:35 GMT</pubDate>
    </item>
    <item>
      <title>"Extract Keyword list" by geniosity</title>
      <description>&lt;p&gt;I think a way to extract a keyword list would be GREAT! Possibly being able to select columns, and export to csv, with such columns as:&lt;/p&gt;

&lt;p&gt;Keyword/phrase
&lt;br /&gt;Referrer (SE)
&lt;br /&gt;# of referrals&lt;/p&gt;

&lt;p&gt;Oh, and being able to do this by date range as well.&lt;/p&gt;</description>
      <author>geniosity</author>
      <guid>http://feedback.phpmyvisites.net/feedbacks/2637-extract-keyword-list</guid>
      <link>http://feedback.phpmyvisites.net/feedbacks/2637-extract-keyword-list</link>
      <pubDate>Thu, 29 Mar 2007 21:03:54 GMT</pubDate>
    </item>
  </channel>
</rss>
