@@ -42,7 +42,8 @@ Features:
4242 otherwise they will clash with the "hidden" input elements generated by
4343 indexargs_form itself.
4444
45- For example:
45+ For example::
46+
4647 <tal:block replace="structure python:request.indexargs_form(
4748 sort=0,group=0,filter=0,columns=0,
4849 exclude=['type','status','assignedto'])"/>
@@ -82,9 +83,9 @@ Features:
8283 quiet=True/False option for all property types. When quiet=True
8384 changes to the property will not be displayed in the::
8485
85- confirmation banner (shown in green) when a change is made
86- property change section of change note (nosy emails)
87- web history display for an item.
86+ * confirmation banner (shown in green) when a change is made
87+ * property change section of change note (nosy emails)
88+ * web history display for an item.
8889
8990 Note that this may confuse users if used on a property that is
9091 meant to be changed by a user. It is most useful on administrative
@@ -94,9 +95,9 @@ Features:
9495
9596 http://psf.upfronthosting.co.za/roundup/meta/issue249
9697
97- Support for setting quiet when calling the class specifiers::
98+ Support for setting quiet when calling the class specifiers.
99+ E.G. prop=String(quiet=True) rather than::
98100
99- E.G. prop=String(quiet=True) rather than::
100101 prop=String()
101102 prop.quiet=True
102103
@@ -106,7 +107,7 @@ Features:
106107 changed while implementing fix for issue2550864. Filtering of
107108 quiet properties pushed down to the hyperdb.py::Class::history
108109 function. This fixes a small bug in the implementation that caused
109- a limiting the templating history call to display fewer than the
110+ a limiting the templating history call to display fewer than
110111 the requested number of items if some were quiet.)
111112- issue2550767: Add newitemcopy.py detector to notify users of new
112113 items. Added to detectors directory and a README.txt generated to
@@ -140,7 +141,7 @@ Features:
140141 Change to classic tracker template to provide a check box (checked
141142 by default) that keeps the user on the "Add new keyword" page after
142143 submitting a new keyword. Usually after submission, you will see the
143- the page for the new keyword to allow you to change the name of the
144+ page for the new keyword to allow you to change the name of the
144145 keyword. (John Rouillard)
145146- issue2550757 - internal restructuring to allow admin.py to be tested
146147 more easily. W. Trevor King (wking)/ John Rouillard.
@@ -293,7 +294,7 @@ Fixed:
293294 pagesize is not propigated to the prev link. This patch fixes that.
294295 Patch provided by John Kristensen. (Applied, light testing by John
295296 Rouillard.)
296- - issue2550850 anypy/email_ .py uses BSPACE which is not defined in python 2.7
297+ - issue2550850 anypy/email\_ .py uses BSPACE which is not defined in python 2.7
297298 Supplied a definition for BSPACE since it seems to not be defined
298299 anywhere. Reported by Dennis Boone. (John Rouillard)
299300- Validate properties specified for sorting and grouping in index
@@ -390,7 +391,7 @@ Fixed:
390391 db/text-index: already locked. Put in a retry loop that will attempt
391392 to get the lock. Total delay approx 4.5 seconds. (John Rouillard)
392393- issue2550727: db.newid is broken with sqlite. Added proper transaction
393- lock around the sql code to get a new id. The the locking
394+ lock around the sql code to get a new id. The locking
394395 that pysqlite attempts had to be defeated because it is broken.
395396 Had to explicitly manage transactions with BEGIN IMMEDIATE and call
396397 sql_commit. Note that this reduces performance in return for accuracy.
@@ -533,7 +534,7 @@ To give Roundup a try, just download (see below), unpack and run::
533534 python demo.py
534535
535536Release info and download page:
536- http://pypi.python. org/pypi /roundup
537+ http://pypi.org/project /roundup
537538Source and documentation is available at the website:
538539 http://roundup-tracker.org/
539540Mailing lists - the place to ask questions:
@@ -566,11 +567,11 @@ though an install script is provided.
566567
567568It comes with five issue tracker templates
568569
569- * a classic bug/feature tracker
570- * a minimal skeleton;
571- * a more extensive devel tracker for bug/features etc.
572- * a responsive version of the devel tracker
573- * a jinja2 based template based on devel
570+ * a classic bug/feature tracker
571+ * a minimal skeleton;
572+ * a more extensive devel tracker for bug/features etc.
573+ * a responsive version of the devel tracker
574+ * a jinja2 based template based on devel
574575
575576and four database back-ends (anydbm, sqlite, mysql and postgresql).
576577
0 commit comments