<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/sandbox/mmgilbe, branch master</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>Changed recursive include limiting from just a fixed number of includes</title>
<updated>2005-01-22T16:51:24+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-01-22T16:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=22712ff3b674301d90b4130c7cf82811f577d9e8'/>
<id>22712ff3b674301d90b4130c7cf82811f577d9e8</id>
<content type='text'>
to limiting an included page to once per parsing.

MMG


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2945 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to limiting an included page to once per parsing.

MMG


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2945 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>debug print taken out.</title>
<updated>2005-01-16T22:46:24+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-01-16T22:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=8ad32746d103e0e6194bf68585e2dcf2d3b54b25'/>
<id>8ad32746d103e0e6194bf68585e2dcf2d3b54b25</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2940 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2940 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a security error where through the rst parser any file readable by the webserver could be accessed. This fix is pretty ugly but I don't know of a better way.</title>
<updated>2005-01-16T22:44:36+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-01-16T22:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=13b2db7f4fa1e7ea730ecb3ee0764108f59fed0d'/>
<id>13b2db7f4fa1e7ea730ecb3ee0764108f59fed0d</id>
<content type='text'>
The docutils classes FileInput and FileOutput are overwritten with dummy versions.

All docutils imports are scanned and have a dummy open and urllib2 added. All docutils imports also get a custom __import__ function so that any dynmically imported modules also get dummy open and urllib2.

Added feature that counts the number of imports for a document stops importing after 20. 20 seemed like a reasonable guess. I really have no idea how many to make this.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2939 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docutils classes FileInput and FileOutput are overwritten with dummy versions.

All docutils imports are scanned and have a dummy open and urllib2 added. All docutils imports also get a custom __import__ function so that any dynmically imported modules also get dummy open and urllib2.

Added feature that counts the number of imports for a document stops importing after 20. 20 seemed like a reasonable guess. I really have no idea how many to make this.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2939 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Added comments for new include and macro directives.</title>
<updated>2005-01-12T06:35:59+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-01-12T06:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=7fa4a9011c5ed51ad281328a852f8f125c18db78'/>
<id>7fa4a9011c5ed51ad281328a852f8f125c18db78</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2932 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2932 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed macro support. Returns a reference node with the MoinMoin macro text. This is then handled by the unknown reference resolver code in the parser.</title>
<updated>2005-01-11T08:16:29+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-01-11T08:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=29d25759b098598df756d5ce2ef5213a3f4d5691'/>
<id>29d25759b098598df756d5ce2ef5213a3f4d5691</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2931 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2931 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync up with changes made by Alexander Schremmer.</title>
<updated>2005-01-11T06:56:08+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-01-11T06:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=f8852f6d5d64781f3a7a4290481164418b8d6c70'/>
<id>f8852f6d5d64781f3a7a4290481164418b8d6c70</id>
<content type='text'>
Removed un-needed imports.
Added ftp support for the image directive (so that an ftp image isn't tried to be converted into inline).

Added first pass at adding include support and added a Macro directive.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2930 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed un-needed imports.
Added ftp support for the image directive (so that an ftp image isn't tried to be converted into inline).

Added first pass at adding include support and added a Macro directive.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2930 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for the include directive and first crack at adding macros.</title>
<updated>2005-01-11T06:18:30+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-01-11T06:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=052361701b2f41a0ec44715baff0166041cb4c19'/>
<id>052361701b2f41a0ec44715baff0166041cb4c19</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2929 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2929 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Another patch from Ollie Rutherfurd. Added docinfo elements from publish_parts.</title>
<updated>2004-12-28T18:53:33+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-12-28T18:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=19db93f9b630ef8473df66c0aa47f698df898207'/>
<id>19db93f9b630ef8473df66c0aa47f698df898207</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2916 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2916 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Added patch from Ollie Rutherfurd to assume inline if the uri doesn't start with file, http, or https. This allows regular docutils image syntax instead of having to add the MoinMoin extra "inline".</title>
<updated>2004-12-28T18:26:09+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-12-28T18:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=140a51a76919d72931a4f49d46229d9f62125389'/>
<id>140a51a76919d72931a4f49d46229d9f62125389</id>
<content type='text'>
Also changed to using newinstancemethod for the functors. I think this is the way it should be working.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2915 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changed to using newinstancemethod for the functors. I think this is the way it should be working.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2915 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Tested briefly with MoinMoin 1.3. Fixed a problem with the write ordering that was changed with 1.3 (see comment on function process_wiki_text).</title>
<updated>2004-12-09T06:12:42+00:00</updated>
<author>
<name>mmgilbe</name>
<email>mmgilbe@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-12-09T06:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=772954acf6d93b47fc3987a98af41f2b32595e98'/>
<id>772954acf6d93b47fc3987a98af41f2b32595e98</id>
<content type='text'>
Still needs more 1.3 testing, but that means I have to figure out how to install the new version.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2885 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still needs more 1.3 testing, but that means I have to figure out how to install the new version.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2885 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
