<feed xmlns='http://www.w3.org/2005/Atom'>
<title>liberty/plugins/format.bbcode.php, branch master</title>
<subtitle>Bitweaver liberty package repository
</subtitle>
<id>https://git.rdm1.uk/liberty/.git/atom?h=master</id>
<link rel='self' href='https://git.rdm1.uk/liberty/.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/'/>
<updated>2026-05-14T08:54:15Z</updated>
<entry>
<title>php-cs-fixer tidies to php8.5 standards</title>
<updated>2026-05-14T08:54:15Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-14T08:54:15Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=7e4af642c93da5af9889211cff169c901e35d6b8'/>
<id>urn:sha1:7e4af642c93da5af9889211cff169c901e35d6b8</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Tweeks to get bbcode plugin clean for plugins page</title>
<updated>2025-09-05T19:47:24Z</updated>
<author>
<name>lsces</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2025-09-05T19:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=d3a2ec4686b9408af7c55b048f5a8c4f5ac37424'/>
<id>urn:sha1:d3a2ec4686b9408af7c55b048f5a8c4f5ac37424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plugin changes to cover namespace and style changes for PHP8.4</title>
<updated>2025-08-27T14:18:16Z</updated>
<author>
<name>lsces</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2025-08-27T14:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=2986e32b3c805ed3fd6ad012e01a58c0fd3bb25e'/>
<id>urn:sha1:2986e32b3c805ed3fd6ad012e01a58c0fd3bb25e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Strip down CVS keywords.</title>
<updated>2010-06-09T16:12:47Z</updated>
<author>
<name>cvs2git</name>
<email>cvs2git@bitweaver.org</email>
</author>
<published>2010-06-09T16:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=b3a742c9cfd5347d13386f69ed0116ea35c8e9c1'/>
<id>urn:sha1:b3a742c9cfd5347d13386f69ed0116ea35c8e9c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract wikilink handling and move it to a filter. this removes the need for every parser to call the tikiwiki parser and storing / expunging / renaming links. this will now be handled transparently for all format plugins</title>
<updated>2007-07-23T20:12:38Z</updated>
<author>
<name>Max Kremmel</name>
<email>xing@synapse.plus.com</email>
</author>
<published>2007-07-23T20:12:38Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=71fe0d2812ecf67a74875211638919a83e281ab5'/>
<id>urn:sha1:71fe0d2812ecf67a74875211638919a83e281ab5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert pear include changes from 1.11 - xing - the commit left HTML_BBCodeParser completely undefined, and broke the parser. were there other changes?</title>
<updated>2007-07-15T01:04:12Z</updated>
<author>
<name>Christian Fowler</name>
<email>spider@viovio.com</email>
</author>
<published>2007-07-15T01:04:12Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=f21d12c855be3117654ad32a269075e0878a7ee1'/>
<id>urn:sha1:f21d12c855be3117654ad32a269075e0878a7ee1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>large update to how data plugins are parsed. data plugin parsing is not done by the format handlers anymore but by LibertyContent::parseData. this simplifies code in the format handlers somewhat and give better global control over plugin parsing. data parsed by plugins is now also excluded from parser and filter - this reduces load and allows plugins to do more stuff without having to deal with stuff that might happen in the parsers. hence, &lt;\!--~np~--&gt; type escaping is not required anymore in the plugins.</title>
<updated>2007-07-13T17:28:35Z</updated>
<author>
<name>Max Kremmel</name>
<email>xing@synapse.plus.com</email>
</author>
<published>2007-07-13T17:28:35Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=43bddc341499d073cc622bb46f37e0b688ad18f4'/>
<id>urn:sha1:43bddc341499d073cc622bb46f37e0b688ad18f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix pear bbcode inclusion</title>
<updated>2007-07-11T15:25:03Z</updated>
<author>
<name>Max Kremmel</name>
<email>xing@synapse.plus.com</email>
</author>
<published>2007-07-11T15:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=aa6de0bd4fc00d695e4c6b91efd95e6d8c851410'/>
<id>urn:sha1:aa6de0bd4fc00d695e4c6b91efd95e6d8c851410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert maketoc into a post parser filter - maketoc will now work on any format plugin</title>
<updated>2007-06-09T14:20:39Z</updated>
<author>
<name>Max Kremmel</name>
<email>xing@synapse.plus.com</email>
</author>
<published>2007-06-09T14:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=e445cadab331d09db1464b053ee78d6254865cf1'/>
<id>urn:sha1:e445cadab331d09db1464b053ee78d6254865cf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate HTMLPurifier into liberty.</title>
<updated>2007-05-17T14:14:31Z</updated>
<author>
<name>Nick Palmer</name>
<email>nick@sluggardy.net</email>
</author>
<published>2007-05-17T14:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/liberty/.git/commit/?id=43ca21cfbdb6a9419b6fc1ade9523f4c81bc58e8'/>
<id>urn:sha1:43ca21cfbdb6a9419b6fc1ade9523f4c81bc58e8</id>
<content type='text'>
</content>
</entry>
</feed>
