<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel">
    <title>gmane.comp.php.phplist.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/833"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/832"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/831"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/830"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/829"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/828"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/827"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/826"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/825"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/824"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/823"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/822"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/821"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/820"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/819"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/818"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/817"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/816"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/815"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.phplist.devel/814"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/833">
    <title>Re: [phpList-developers] Subscribers plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/833</link>
    <description>&lt;pre&gt;
Looks good. I've added three minor issues I found in the issue tracker.

Another interesting one is something I worked on today.

If you set
define('USE_MINIFIED_ASSETS', true);

(when you have the latest SVN or GIT)

It will use minified CSS and JS. But not only that, as is customary, it
will place all JS at the end of the page.

This means that in-page jQuery stops working, because at that stage
jQuery is not defined yet. It'll give a JS error "$ not found" or something.

In order to get around that, do the following.

Where you write your JS references instead of doing "print '&amp;lt;script
...&amp;lt;/script&amp;gt;';"
put it in $GLOBALS['pagefooter']['unique-reference']

and it will be output at the end of the page, and the JS will continue
to work. It'll be useful to use the plugin name in the unique reference,
to avoid overwriting those of other plugins.

I was amazed at how faster the pages loaded and rendered.

I'll try to write this up in the docs (after I write about the plugin
life cycle :-)


On 10/05/13 14:30, Du&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-05-11T02:37:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/832">
    <title>[phpList-developers]  Subscribers plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/832</link>
    <description>&lt;pre&gt;I have converted my Users plugin for phplist 2.10.x to a new Subscribers 
plugin for 2.11.9 and later.

The plugin provides three pages, which are added to the Subscribers menu:

* subscriber attributes - shows each subscriber with attributes, and 
confirmed and blacklisted status
* subscriber history - shows history events: all, since a start date or 
those containing specific text
* subscriptions - lists the number of subscriptions and unsubscriptions 
for each month with a chart showing the data graphically

The plugin is on GitHub - 
https://github.com/bramley/phplist-plugin-subscribers and can be 
installed through the Plugins page in phplist.

Duncan Cameron

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download you&lt;/pre&gt;</description>
    <dc:creator>Duncan Cameron</dc:creator>
    <dc:date>2013-05-10T17:30:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/831">
    <title>[phpList-developers] new dev version 2.11.9</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/831</link>
    <description>&lt;pre&gt;
Three issues were found (thanks prt) in 2.11.8 which justified rolling
out a new development version.

1. click tracking stopped working
2. the editor didn't load when phpList wasn't installed in "lists".
3. a security issue was found by HTTPCS

Anyone running 2.11.X is advised to upgrade to 2.11.9

Michiel

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-29T17:31:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/830">
    <title>Re: [phpList-developers] new dev version, 2.11.8</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/830</link>
    <description>&lt;pre&gt;
Yes, the table structure is remembered in the session, so if you upgrade
after having logged in, instead of before, you will get SQL errors.
Might be something to look at.

On 27/04/13 10:17, Duncan Cameron wrote:

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-28T16:55:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/829">
    <title>Re: [phpList-developers] new dev version, 2.11.8</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/829</link>
    <description>&lt;pre&gt;Closing and re-opening the browser made it recognise an empty database.

Possibly session or cookie related as I had previously had been using 
another local phplist with the SVN trunk version.


------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
phpList-developers mailing list
phpList-developers&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phplist-developers

&lt;/pre&gt;</description>
    <dc:creator>Duncan Cameron</dc:creator>
    <dc:date>2013-04-27T13:17:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/828">
    <title>Re: [phpList-developers] new dev version, 2.11.8</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/828</link>
    <description>&lt;pre&gt;Just tried to do a clean install of 2.11.8 and it didn't recognise that 
it was a new installation. Going to /lists/admin, the login page was 
displayed with a number of the same sql error message:

Database error 1146 while doing query Table 
'phplist2.11.8.phplist_config' doesn't exist

On previous releases phplist detects that the database is empty and then 
initialises it.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
phpList-developers mailing list
phpList-developers&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phplist-developers

&lt;/pre&gt;</description>
    <dc:creator>Duncan Cameron</dc:creator>
    <dc:date>2013-04-27T12:00:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/827">
    <title>[phpList-developers] coding standards</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/827</link>
    <description>&lt;pre&gt;
I recently discovered the PHP FIG: http://www.php-fig.org/

I think it makes sense to adopt their guidelines, so I will update the
resources wiki to reflect this.

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-25T21:34:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/826">
    <title>[phpList-developers] new dev version, 2.11.8</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/826</link>
    <description>&lt;pre&gt;
I've uploaded version 2.11.8
https://sourceforge.net/projects/phplist/files/phplist-development/2.11.8/

I think it's getting close to a stable version 3.0RC1 but it would be
great if people can play with it.

It should be fairly stable, so if you are running a 2.11 version then
you should definitely upgrade to this one.

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-25T21:13:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/825">
    <title>[phpList-developers] phpList on Github</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/825</link>
    <description>&lt;pre&gt;
The phpList source is now on Github. For the moment, I'm mixing SVN and
GIT, to see how it goes. It's likely that at some point the duality will
go. Depends a bit on the workflow.

https://github.com/michield/phplist

I will write some docs on how to run it from git-master. For now, the
externals are not there, so it will look rather funny with the new code
on the old orange design.

In order to get everything together, you'd need to fetch the externals
which are:

lists/texts/
lists/admin/lan
lists/admin/help
lists/admin/info
lists/admin/ui/dressprow

I made the conversion with svn2git, which means that the first commit on
Nov 21, 2003 is there:
https://github.com/michield/phplist/commits/master?page=60

phpList has now gone through CVS via SVN to Git. :-)

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-25T15:28:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/824">
    <title>Re: [phpList-developers] plugin naming</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/824</link>
    <description>&lt;pre&gt;
I would push local changes, then rename remotely and then re-checkout
the repo.

On 22/04/13 11:12, Duncan Cameron wrote:

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-22T14:19:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/823">
    <title>Re: [phpList-developers] plugin naming</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/823</link>
    <description>&lt;pre&gt;For consistency I would want my local repository to use the same naming 
convention.

Should the renaming be done on my local repository first, then rename 
the GitHub repository, amend the URL of the remote repository, and push 
the local repository?


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis &amp;amp; visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
phpList-developers mailing list
phpList-developers&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phplist-developers

&lt;/pre&gt;</description>
    <dc:creator>Duncan Cameron</dc:creator>
    <dc:date>2013-04-22T14:12:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/822">
    <title>[phpList-developers] plugin naming</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/822</link>
    <description>&lt;pre&gt;
I think the way Dokuwiki names it's plugin projects on Github is quite
nice and we should copy it. They call all plugins
"dokuwiki-plugin-[project]". So, in line with that, I've renamed the
fckphplist project. https://github.com/phpartisan/phplist-plugin-fckeditor

This is just the project name on Github. As we don't have many plugins
yet, this is the time to set up a naming convention for the future. It
has a bit of an impact, as you need to re-checkout the project.

On github, go to your project and click settings to rename it.


&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-22T12:16:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/821">
    <title>Re: [phpList-developers] Error after clean install</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/821</link>
    <description>&lt;pre&gt;Got it!
I used the db dump here
and the solution was to add  " $table_prefix = "phplist_";" to configdev.php


2013/4/17 tarekdj &amp;lt;tarekdj&amp;lt; at &amp;gt;gmail.com&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>tarekdj</dc:creator>
    <dc:date>2013-04-17T15:51:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/820">
    <title>[phpList-developers] Error after clean install</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/820</link>
    <description>&lt;pre&gt;Hi all,
After following this instructions:
http://resources.phplist.com/develop/start#local_setup
I got this error :

"Database error 1146 while doing query select lan,translation from i18n
where original = "language-name" and lan not in
("nl","de","en","es","fr","pl","pt_BR","zh_TW","zh_CN","vi","ar","da","el","es_AR","fa","fi","hu","it","ja","nl_BE","ru","sl","sv")
Table 'phplistdb.i18n' doesn't exist"

Any Idea? Thanks.




&lt;/pre&gt;</description>
    <dc:creator>tarekdj</dc:creator>
    <dc:date>2013-04-17T15:45:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/819">
    <title>Re: [phpList-developers] CKEditor plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/819</link>
    <description>&lt;pre&gt;
That's great. I'll try it out and will put my findings in the Github
issues system.

On 12/04/13 04:11, Duncan Cameron wrote:

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-15T12:35:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/818">
    <title>[phpList-developers] CKEditor plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/818</link>
    <description>&lt;pre&gt;I have created a plugin to provide the CKEditor with the KCFinder file 
manager to upload and manage images.

The plugin is on GitHub - https://github.com/bramley/phplist-ckeditorplugin

It includes the latest versions of both packages - CKEditor, release 
4.1, and KCFinder 2.51, so that only a single install is needed. The 
paths to the packages are configurable so that each can be upgraded.

The plugin has been developed and tested against the SVN trunk version, 
which provides a plugin hook for an editor, so doesn't work with 2.11.7 
or earlier development releases.

The phplist SVN trunk version can be checked-out from 
http://sourceforge.net/p/phplist/code/HEAD/tree/

Duncan Cameron


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis &amp;amp;&lt;/pre&gt;</description>
    <dc:creator>Duncan Cameron</dc:creator>
    <dc:date>2013-04-12T07:11:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/817">
    <title>[phpList-developers] travis ci</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/817</link>
    <description>&lt;pre&gt;
I just discovered http://travis-ci.org

Seems an interesting CI service, integrated with Github. Might be a good
alternative to Jenkins?

Anyone with experience with it, and thoughts?

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-05T14:43:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/816">
    <title>Re: [phpList-developers] travis ci</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/816</link>
    <description>&lt;pre&gt;I have little to no experience in continuous integration, so no thoughts
from me yet.


2013/4/5 Michiel Dethmers &amp;lt;michiel&amp;lt; at &amp;gt;phplist.com&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>Sander weyens</dc:creator>
    <dc:date>2013-04-05T14:52:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/815">
    <title>Re: [phpList-developers] phplist plugins</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/815</link>
    <description>&lt;pre&gt;
Hi Duncan

A few comments on the statistics plugin (mostly cosmetic)

1. I think it would be good to call it "advanced statistics" or
something. It gives much more than the default and also download etc.
2. Some of the pages in the plugin are actually better versions of the
standard pages. What would be nice is to have a mechanism in which the
plugin pages simply replace the standard ones. That way plugins can
automatically override built-in functionality and expand on it. Or
alternatively we can pull the plugin code into the core code.

On 01/04/13 13:10, Michiel Dethmers wrote:

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-03T20:03:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/814">
    <title>Re: [phpList-developers] phplist plugins</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/814</link>
    <description>&lt;pre&gt;
That's great! They installed and loaded very easily with the new plugin
install system. It might be useful to write a page about it on the
resources wiki, like this: http://resources.phplist.com/plugins/start

If you check the source of one of the other plugin pages, you'll notice
the syntax to use for the page.

Sorry, I haven't been able to release the new 2.11.8 yet, but also with
your help we managed to get loads of issues resolved, which is great.
Now it's Easter, but I'll try to finish the 2.11.8 soon, so we can work
towards 3.0.RC1

Michie



On 29/03/13 11:36, Duncan Cameron wrote:

&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-04-01T16:10:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.phplist.devel/813">
    <title>Re: [phpList-developers] phplist hosted</title>
    <link>http://permalink.gmane.org/gmane.comp.php.phplist.devel/813</link>
    <description>&lt;pre&gt;
On 28/03/13 13:45, Dan Foley wrote:
I'm not sure when what got blocked, but normal posts won't be blocked. I
do think mailman blocked some messages that were too large, because they
were replies to the digest. Not sure it is necessary to read this list
on a digest though :-)

Well, interesting. Why would you be concerned about that? As long as
there is an open source version that is great, why would you care about
the hosted version? But have you tried 2.11.7, and helped out debugging
it? The more people can help out with that the sooner the hosted version
is stable for download.

In reality, the codebase for hosted is the same. As it goes, it was a
little ahead of download (unstable version) and now it is a little
behind. It will probably continue like that. Also, on Hosted I block and
disable quite a lot of functionality, which is available on Download. If
you are using your own server and IP addresses, I care less about what
you send with it, then if you do it with my IP addresses.

So, as much as Hosted&lt;/pre&gt;</description>
    <dc:creator>Michiel Dethmers</dc:creator>
    <dc:date>2013-03-28T19:29:13</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.php.phplist.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.php.phplist.devel</link>
  </textinput>
</rdf:RDF>
