Code

Add config-option "nosy" to messages_to_author setting in [nosy] section
[roundup.git] / roundup / cgi / templating.py
2011-09-30 schlatterbeckAllow to turn off translation of generated html options...
2011-07-15 schlatterbeckAllow HTMLRequest.batch to filter on other permissions...
2011-04-14 schlatterbeckSecond patch from issue2550688 -- with some changes:
2011-04-14 stefanAllow default value declaration in DB schema.
2010-11-08 berMultilinks can be filtered by combining elements with...
2010-11-04 stefanMake HTMLProperty report actual classname in repr().
2010-10-19 schlatterbeck- Add explicit "Search" permissions, see Security Fix...
2010-09-10 richardmake sort more robust
2010-08-12 richardimprove handling of '>' when URLs are converted...
2010-07-24 richardallow trackers to override the classes used to render...
2010-07-12 richardmake URL detection a little smarter about brackets...
2010-07-01 richardfix potential XSS hole
2010-02-19 richardundo regression in 1.4.12: Multilink edit fields lose...
2010-02-01 richardAllow value to be specified to multilink form element...
2010-01-30 richardfix typo
2010-01-29 richardDisplay 'today' in the account user's timezone, thanks...
2010-01-29 richardfixes to make registration work again
2010-01-29 richardadd web access check all over templating
2009-12-15 schlatterbeckClean up all the places where role processing occurs...
2009-11-28 richardissue2550549: Some bugs issue classifiers were causing...
2009-11-24 stefanDo not create bogus non-anonymous objects.
2009-10-09 stefanFix race condition.
2009-10-09 stefanProvide ability to specify arbitrary HTML attributes.
2009-08-10 richarddon't show entire history by default (fixes bugs.debian...
2009-06-30 stefanFix issue2550553.
2009-03-17 richardhandle bogus pagination values (issue 2550530)
2009-03-16 richardfix bug introduced into CVS export and view (issue...
2009-03-12 stefanServe the correct ReST part in String.rst().
2009-03-12 richardfix missed hole in the CSV editing - could still view...
2009-03-12 richardPlug a number of security holes:
2009-02-20 stefanRobustify (Multi)linkHTMLProperty.plain.
2009-02-20 stefanFix context for query form to be a class.
2009-02-19 stefanFix issue2550512
2009-02-19 stefanFix designator regular expression in HTMLDatabase.__get...
2009-02-19 stefanProvide a a "no selection" option; cleanup.
2009-02-19 stefanExtend "additional" parameter to work with (multi)links.
2009-02-19 stefanQuote ampersands in URLs.
2009-02-19 stefanHandle transitive properties.
2009-02-16 stefanAllow 'no value' to be selected in LinkHTMLProperty...
2009-02-16 stefanFix height calculation for Multilink.menu()
2009-02-16 stefanMake cgi.templating more fault-tolerant towards invalid...
2009-02-12 stefanFix issue2550500
2009-02-06 stefansvn repository setup
2004-04-12 richardbetter check for anonymous viewing of user items (sf...
2004-04-05 richard- added a favicon
2004-03-31 richardhandle Boolean values in history HTML display
2004-03-29 richarddb/userN wasn't returning HTMLUser
2004-03-27 richardfixes and release announcement
2004-03-26 richardAdded DEFAULT_TIMEZONE.
2004-03-26 richard- queries on a per-user basis, and public queries ...
2004-03-25 wc2so1In the classes method of HTMLDatabase, the variable...
2004-03-25 richardfix Link HTML field()
2004-03-25 richardBoolean HTML templating was broken
2004-03-24 richardsigh.. not python2.3 yet
2004-03-24 richardMySQL migration of old backend database to new, typed...
2004-03-18 richardhandle bad multilink input at item creation time better...
2004-02-27 richardnicer invalid property error in HTML templating
2004-02-25 richardforward-port of fix from maint-0-6
2004-02-23 richardmissed one
2004-02-23 richardfixed bug in args to new DateHTMLProperty in the local...
2004-02-19 richardfix permission handling around rego
2004-02-16 richarddon't insert spaces into designators, it just confuses...
2004-02-14 jlgijsbersSimple version of collision detection, with tests and...
2004-02-13 richardforward-porting of fixed edit action / parsePropsFromFo...
2004-02-11 richarddocumentation cleanup
2004-02-11 richardif you're going to enforce class-level permissions...
2004-01-20 richardimplement built-in permission checks for rendered field...
2003-12-14 richardgive access to the input() method all over the place
2003-12-06 richardApplied Stefan Seefeld's html4/xhtml patch with some...
2003-11-21 jlgijsbersInvert date substraction to put activity in the past...
2003-11-20 jlgijsbers- Always sort MultilinkHTMLProperty in the correct...
2003-11-13 richardallow negative items, helping construct forms
2003-11-12 richardfixed ZRoundup - mostly changes to classic template
2003-10-24 jlgijsbersAnonymous user can no longer edit or view itself. This...
2003-10-20 jlgijsbersReplace '&' with '&' in the URLs generated by class...
2003-10-02 jlgijsbersFirst steps towards HTML4.01 Strict validation.
2003-08-28 richardvarious cosmetic fixes
2003-08-28 richardset the content type on page templates (can have XML...
2003-08-28 richardpython2.3 CSV support, also missing thankyou in index...
2003-08-17 richardadd action attribute to issue.item form action tag
2003-08-12 richardbatch the (list) listings at 500 entries per page ...
2003-07-28 richardfixed generic template discovery
2003-07-01 anthonybaxterremove ; - quoted <> get picked up
2003-07-01 anthonybaxterexpand list of chars considered in an email address...
2003-06-24 richardfix HTML file detection (hence history xref linking...
2003-06-24 richardattempt to fix query editing
2003-05-09 richardsort HTMLClass.properties results by name (sf feature...
2003-05-09 richardA couple of form value handling changes:
2003-04-17 richardmoving templates around
2003-03-26 richardmore flexibility in classhelp link labelling (sf featur...
2003-03-26 richardoops
2003-03-26 richardadded an additional argument to help_window to allow...
2003-03-23 richard*** empty log message ***
2003-03-15 richardbasic numeric support for NumberHTMLProperty
2003-03-13 richardadd access to real db through HTML db
2003-03-12 richardfix for odd Multilink journalling
2003-02-26 richardBetter form name mangling, doesn't confuse other things...
2003-02-25 richard- registration is now a two-step process, with confirma...
2003-02-23 kedderIf no hours info is provided to Date constructors it...
2003-02-19 richardbetter handling of format param
next