Code

- issue2550728: remove buggy parentheses in TAL/DummyEngine.py.
[roundup.git] / roundup / cgi /
2011-09-26 ber- issue2550728: remove buggy parentheses in TAL/DummyEn...
2011-09-03 berissue2550678: Allow pagesize=-1 which returns all results.
2011-08-11 berissue2550715: IndexError when requesting non-existing...
2011-07-15 schlatterbeckAllow HTMLRequest.batch to filter on other permissions...
2011-07-15 schlatterbeckFix issue2550691 where a Unix From-Header was sometimes...
2011-07-15 schlatterbeck- Fix StringIO issue2550713: io.StringIO in newer versi...
2011-04-15 schlatterbeckAdd new config-option 'password_pbkdf2_default_rounds...
2011-04-14 schlatterbeckAdd new config-option 'migrate_passwords' in section...
2011-04-14 schlatterbeckSecond patch from issue2550688 -- with some changes:
2011-04-14 stefanAllow default value declaration in DB schema.
2010-11-09 berAdding missing files from last commit (r4575) for fixin...
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-09-10 richardfixed registration, issue2550665 (thanks Timo Paulssen)
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-10 richardfix actions check for < Python2.6
2010-07-01 richardfix potential XSS hole
2010-04-08 schlatterbeck- fix case where action isn't present in form, e.g...
2010-03-20 richardHandle multiple @action values from broken trackers
2010-02-26 richardmore modernisation
2010-02-19 richardundo regression in 1.4.12: Multilink edit fields lose...
2010-02-02 richardFix thread safety with stdin in roundup-server
2010-02-01 richardAllow value to be specified to multilink form element...
2010-01-30 richardfix non-instant rego
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
2010-01-29 richardallow Anonymous users to log in, and register (assuming...
2010-01-29 richardFix "Web Access" permission check to allow serving...
2009-12-21 schlatterbeckProper handling of 'Create' permissions in both mail...
2009-12-15 schlatterbeckClean up all the places where role processing occurs...
2009-12-14 schlatterbeckFix linking of an existing item to a newly created...
2009-12-11 richardFix WSGI response code (thanks Peter Pöml)
2009-12-02 richardGeneric class editor may now restore retired items...
2009-12-01 schlatterbeckHandle OPTIONS http request method in wsgi handler...
2009-11-30 schlatterbeckFix traceback on .../msgN/ url, this requests the file...
2009-11-28 richardissue2550549: Some bugs issue classifiers were causing...
2009-11-24 stefanDo not create bogus non-anonymous objects.
2009-10-09 schlatterbeckcorrections for python2.3 compatibility:
2009-10-09 stefanFix race condition.
2009-10-09 stefanProvide ability to specify arbitrary HTML attributes.
2009-10-09 stefanImprove login failure response.
2009-10-09 stefanImprove error reporting.
2009-10-09 stefanRobustify web interface.
2009-08-10 richardremove use of string exception
2009-08-10 richarddon't show entire history by default (fixes bugs.debian...
2009-07-19 stefanMove db.commit() call from handle_xmlrpc() to individua...
2009-07-14 stefanCache tracker instances.
2009-07-14 stefanReopen session with database.
2009-06-30 stefanFix issue2550553.
2009-06-30 stefanFix issue2550552.
2009-06-17 stefanRemove obsolete security check workaround.
2009-06-17 stefanMake sure user has edit permission on all properties...
2009-03-21 richardfix the fix for ensuring POST
2009-03-17 richardhandle bogus pagination values (issue 2550530)
2009-03-17 richardbug introduced in the migration to the email package...
2009-03-16 richardfix bug introduced into CVS export and view (issue...
2009-03-13 stefanAddress issue2550528.
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-27 stefan* Add support for actions to XMLRPC interface.
2009-02-25 stefan* Refactor XMLRPC interface.
2009-02-24 stefanFix issue2550517
2009-02-22 stefanUniformly use """...""" instead of '''...''' for comments.
2009-02-22 stefanAdd support for resuming (file) downloads.
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-19 stefanUse canonical sort order for multilinks.
2009-02-19 stefanDo not try to create empty nodes with a negative ID.
2009-02-17 stefanSupport the use of sendfile() for file transfer, if...
2009-02-17 stefanFix typo in last checkin.
2009-02-17 stefanOnly feed back traceback to web users if config.WEB_DEB...
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-16 stefanRobustify SearchAction.fakeFilterVars
2009-02-12 stefanFix issue2550500
2009-02-12 stefanfix issue2550502
2009-02-09 stefanCatch missing page template errors.
2009-02-06 stefansvn repository setup
2004-04-12 richardbetter check for anonymous viewing of user items (sf...
2004-04-05 richardbe paranoid about TRACKER_WEB
2004-04-05 richard- added a favicon
2004-03-31 richardhandle Boolean values in history HTML display
2004-03-31 richardOTK generation was busted (thanks Stuart D. Gathman)
2004-03-30 richardfixed CSV export and CGI actions returning results
2004-03-30 richardfixed MultiMapping
2004-03-29 richardCSV export was busted
next