<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/database/__init__.py, branch feature/drop-runner-priviliges</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/database/__init__.py?h=feature%2Fdrop-runner-priviliges</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/database/__init__.py?h=feature%2Fdrop-runner-priviliges'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2009-10-10T15:18:56Z</updated>
<entry>
<title>database/model reorganization.  Model classes go in mailman.model.  Stock</title>
<updated>2009-10-10T15:18:56Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-10-10T15:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=857b8cbc8acd8caec21311de9c41357a79039e8c'/>
<id>urn:sha1:857b8cbc8acd8caec21311de9c41357a79039e8c</id>
<content type='text'>
database support goes in mailman.database.  Move stuff out of
mailman/database/__init__.py.
</content>
</entry>
<entry>
<title>Convert bin/inject to bin/mailman inject</title>
<updated>2009-09-19T20:51:15Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-09-19T20:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a5456442682ff20c4b0d3a9d166d5fa9bf06a7de'/>
<id>urn:sha1:a5456442682ff20c4b0d3a9d166d5fa9bf06a7de</id>
<content type='text'>
Expose the database store on .store instead of ._store

A few other cleanups.
</content>
</entry>
<entry>
<title>As before, replace config.db.requests and config.db.pendings with utilities.</title>
<updated>2009-08-27T02:44:22Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-08-27T02:44:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ca84b1a8852a86464184586441c3d0fd66c879b1'/>
<id>urn:sha1:ca84b1a8852a86464184586441c3d0fd66c879b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the message_store instance on the database with an IMessageStore</title>
<updated>2009-08-27T02:29:20Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-08-27T02:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f14553a78083909b31e37a7454258e9ad367e0ae'/>
<id>urn:sha1:f14553a78083909b31e37a7454258e9ad367e0ae</id>
<content type='text'>
utility.
</content>
</entry>
<entry>
<title>Remove the user_manager attribute from config.db and expose it as an</title>
<updated>2009-08-26T14:51:52Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-08-26T14:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=9612486f46d88d2221349d12de9d61abb7bab39f'/>
<id>urn:sha1:9612486f46d88d2221349d12de9d61abb7bab39f</id>
<content type='text'>
IUserManager utility.
</content>
</entry>
<entry>
<title>Instead of using an adapter, use a utility to get the mailing list manager.</title>
<updated>2009-08-26T06:27:37Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-08-26T06:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=9ad8c1e5524bc9479fd356757016ec160f392dd7'/>
<id>urn:sha1:9ad8c1e5524bc9479fd356757016ec160f392dd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Updated NEWS.txt for 3.0a3.</title>
<updated>2009-08-21T20:11:50Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-08-21T20:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=da566eb047608ed2e65c71dd25979f01c825c843'/>
<id>urn:sha1:da566eb047608ed2e65c71dd25979f01c825c843</id>
<content type='text'>
* Use the IListManager() adapter instead of hanging the list manager off of
  config.db.  This makes the code somewhat cleaner.
</content>
</entry>
<entry>
<title>'mailman info' command.</title>
<updated>2009-08-12T04:31:37Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-08-12T04:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=7b18faa190894408254deb02901cd9bdcd5c70e3'/>
<id>urn:sha1:7b18faa190894408254deb02901cd9bdcd5c70e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Storm 0.15's new GenerationalCache.</title>
<updated>2009-08-08T04:45:21Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-08-08T04:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c4a053b184f16156cafd984b01c055d70414c4b6'/>
<id>urn:sha1:c4a053b184f16156cafd984b01c055d70414c4b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>De-u-literal-ify our doctests.</title>
<updated>2009-07-17T05:16:27Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-07-17T05:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=422a6757e6aafbd12c220aa8dfdc33f8c377718c'/>
<id>urn:sha1:422a6757e6aafbd12c220aa8dfdc33f8c377718c</id>
<content type='text'>
</content>
</entry>
</feed>
