view website/www/code.txt @ 4878:f6e76a03b502

HTML* classes for cgi are now all new-style Add regression test for old behaviour: Lookup of a value of a HTMLProperty was possibly via getitem -- for old-style classes this worked because __getattr__ returned the __getitem__ of a newly created HTMLItem object, this does no longer work for new-style classes as these look up special method only on the class not the instance.
author Ralf Schlatterbeck <rsc@runtux.com>
date Sat, 29 Mar 2014 10:52:20 +0100
parents b77ef61a844e
children 98344ba5e157
line wrap: on
line source

Code
====

Changelog
----------

The changelog is available as `CHANGES.txt in the SCM repository <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_.

Browse
------

`Browse the repository <https://sourceforge.net/p/roundup/code/>`_.

Read-only Access
----------------

Read-only repository access is provided through ::

  hg clone http://hg.code.sf.net/p/roundup/code roundup-code

The URL for the webinterface works, too, but you will see messages about
redirects to the URL shown here.

Read-write Access
-----------------

The read/write access uses your SourceForge.net ssh password or ssh key
to authorize your access. (See `SF's site documentation on Mercurial access
<https://sourceforge.net/p/forge/documentation/Mercurial/>`_) ::

  hg clone ssh://USERNAME@hg.code.sf.net/p/roundup/code roundup-code

Of course a roundup developer must have granted
you write access first - ask for it on the roundup-devel list.

Roundup Issue Tracker: http://roundup-tracker.org/