Changelog for
python-roundup-1.5.1-2.106.noarch.rpm :
* Thu Mar 03 2016 michaelAATTstroeder.com- Update to version 1.5.1 + Please read CHANGES.txt in package documentation; too many changes
* Sun Nov 24 2013 p.drouandAATTgmail.com- Update to version 1.5.0 + Please read CHANGES.txt in package documentation; too many changes- Remove duplicate files with fdupes
* Thu Jan 24 2013 p.drouandAATTgmail.com- Update to version 1.4.21:
* Features:- issue2550782: Added a new irker detector to send notifications on IRC when an issue is created or messages are added. (Ezio Melotti)- Beta version of responsive templates using devel schema and Twitter Bootstrap for styling (Pradip Caulagi)- pywin32 is not longer required to run on Windows (anatoly techtonik)- Rewritten portalocker.py logic in ctypes for Windows (anatoly techtonik)- Add an interface to register clearCache callbacks in roundupdb. Sometimes complicated computations may require an application cache. This application can now register a callback to clear the application cache, because roundup knows better when to clear it (usually when a transaction ends, either with rollback or with commit). The interface for this is currently considered experimental. The current interface is registerClearCacheCallback(self, method, param) where method is called with param as the only parameter. (Ralf Schlatterbeck)- Add a script to remove file-spam from a tracker, see scripts/spam-remover. (Ralf Schlatterbeck)
* Fixed:- issue2550765: Don\'t show links in calendar that will fail. Found and fixed by Cedric Krier. (Bernhard)- issue2550765: use
in the _generic.calendar.html to prevent robots to follow all the links in the calendar. (Ezio Melotti)- \"BaseException.with_traceback\" is not available on Python 2, so use \"raise E, V, T\" instead of \"raise E(V).with_traceback(T)\". This change was originally introduced in 74476eaac38a. (Ezio Melotti)- issue2550759: Trailing punctuation is no longer included when URLs are converted to links. (Ezio Melotti)- issue2550574: Restore sample detectors removed in roundup 1.4.9 (Thomas Arendsen Hein)- Prevent AttributeError when removing all roles of a user (Thomas Arendsen Hein)- issue2550762 Minor Documentation fix in doc/developers.txt, thanks to W. Trevor King. (Bernhard Reiter)- issue2550766: Minor formatting issues in the docs for date properties, thanks John Kristensen. (Bernhard Reiter)- issue2550738: Fixes for various documentation typoes, thanks Nathan Russell. (John Kristensen)- issue2550756: Fix `oder\' typo in mailer.Mailer.bounce_message docstring, thanks W. Trevor King (John Kristensen)- Fix basic authentication: instatiating the login action would fail if the user is not set. We now first set the user to anonymous and then try basic authentication if enabled. (Ralf Schlatterbeck)- Fix xmlrpc permissions for lookup method: Allow if the key attribute is either searchable or viewable, don\'t check id attribute (Ralf Schlatterbeck)- Fix installation documentation (section Prerequisites) to require at least python 2.5, thanks to John P. Rouillard for discovering this. (committed by Ralf Schlatterbeck)- Fix version_check.py to require at least python 2.5 (anatoly techtonik)- Fixing the download button re-activating the cheeseshop plugin in the sphinx config. Thanks to Richard for the hint. (Bernhard Reiter)- issue2550783 devel template\'s schema.py permissions referenced the organization property for the user, but the property is called organisation. Thanks to Pradip Caulagi. (committed by John Rouillard)- issue2550749 - the xmlrpc interface is invoked on content type and not url path. Sending any text/xml data to roundup results in invoking the xml-rpc interface, but a REST or other interface could also consume xml data and do something different. So require the use of \'http(s)://.../xmlrpc\' uri to trigger the xmlrpc interface. (John Rouillard)- issue2550774: Remove generating documentation with rst2html, and update the README.txt with how to create the html docs using sphinx, thanks Kai Storbeck (John Kristensen)- issue2550774: Include doc/conf.py in the release tarball, so people can build their own documentation in html, thanks Kai Storbeck (John Kristensen)- issue2550774: Update website/www/Makefile to symlink COPYING.txt so \"make\" works again, thanks Kai Storbeck (John Kristensen)- issue2550760: Several improvements to the manpages thanks Kai Storbeck & Bastian Kleineidam (John Kristensen)- Use find_lang macro and fix shebang warning error
* Fri Sep 23 2011 saschpeAATTsuse.de- Update to version 1.4.19: - Xapian indexing improved: Slightly faster and slightly smaller database. Closes issue2550687. Thanks to Olly Betts for the patch. - PostgreSQL backend minor improvement: database creation less likely to fail for PostgreSQL versions >= 8.1 as the table \"postgres\" is used by default. Closes issue2550543. Thanks to Kai Storbeck for the patch. - Allow HTMLRequest.batch to filter on other permissions than \"View\" (e.g. on the new \"Search\" permission\") by adding a \"permission\" parameter. Thanks to Eli Collins for the patch. Closes issue2550699. - Installation: Fixed an issue that prevented to use EasyInstall and a Python egg. Thanks to Satchidanand Haridas for the patch and John Kristensen for testing it. - The PostgreSQL backend quotes database names now for CREATE and DROP, enabling more exotic tracker names. Closes issue2550497. Thanks to Sebastian Harl for providing the patch. - Updated the url to point to www.roundup-tracker.org in two places in the docs. - Do not depend on a CPython implementation detail anymore to make Roundup more compatible with other Python implementations like PyPy. Closes issue2550707. Thanks to Christof Meerwald. - Yet another fix to the mail gateway, messages got
*all
* files of an issue, not just the new ones. Thanks to Rafal Bisingier for reporting and proposing a fix. The regression test was updated. - Fix version numbers in upgrade documentation, the file-unlink defect was in 1.4.17 not 1.4.16. Thanks to Rafal Bisingier. - Fix encoded email header parsing if multiple encoded and non-encoded parts are present. RFC2047 specifies that spacing is removed only between encoded parts, we always removed the space. Note that this bug was present before mail gateway refactoring :-) Thanks for thorough testing of mail gateway code by Rafal Bisingier. - The \"Retire\" permission was not being registered. - Fix StringIO issue2550713: io.StringIO in newer versions of python returns unicode strings and expects a unicode string in the constructor. Unfortunately csv doesn\'t handle unicode (yet). So we need to use a BytesIO which gets the utf-8 string from the web-interface. Compatibility for old versions by using StringIO.StringIO for emulating a io.BytesIO also works. Thanks to Cedric Krier for reporting. Closes issue2550713. Added a regression test for EditCSVAction - Fix issue2550691 where a Unix From-Header was sometimes inserted in outgoing emails, thanks to Joseph Myers for the patch.
* Tue Dec 22 2009 poemlAATTcmdline.net- update to 1.4.11 Fixes a number bugs and closes a potential security hole. ALL tracker maintainers MUST read the upgrading documentation to make sure the hole is fixed in their tracker. - Generic class editor may now restore retired items (thanks Ralf Hemmecke) - Fix security hole allowing user permission escalation (thanks Ralf Schlatterbeck) - More SSL fixes. SSL wants the underlying socket non-blocking. So we don\'t call socket.setdefaulttimeout in case of SSL. This apparently never raises a WantReadError from SSL. This also fixes a case where a WantReadError is raised and apparently the bytes already read are dropped (seems the WantReadError is really an error, not just an indication to retry). - Correct initial- and end-handshakes for SSL - Update FAQ to mention infinite redirects with pathological settings of the tracker->web variable. Closes issue2537286, thanks to \"stuidge\" for reporting. - Fix some format errors in italian translation file - Some bugs issue classifiers were causing database lookup errors - Fix security-problem: If user hasn\'t permission on a message (notably files and content properties) and is on the nosy list, the content was sent via email. We now check that user has permission on the message content and files properties. Thanks to Intevation for funding this fix. - Fix traceback on .../msgN/ url, this requests the file content and for apache mod_wsgi produced a traceback because the mime type is None for messages, fixes issue2550586, thanks to Thomas Arendsen Hein for reporting and to Intevation for funding the fix. - Handle OPTIONS http request method in wsgi handler, fixes issue2550587. Thanks to Thomas Arendsen Hein for reporting and to Intevation for funding the fix. - Add documentation for migrating to the Register permission and fix mailgw to use Register permission, fixes issue2550599 - Fix styling of calendar to make it more usable, fixes issue2550608 - Fix typo in email section of user guide, fixes issue2550607 - Fix WSGI response code (thanks Peter Pöml) - Fix linking of an existing item to a newly created item, e.g. edit action in web template is name=\"issue-1AATTlinkAATTmsg\" value=\"msg1\" would trigger a traceback about an unbound variable. Add new regression test for this case. May be related to (now closed) issue1177477. Thanks to Intevation for funding the fix. - Clean up all the places where role processing occurs. This is now in a central place in hyperdb.Class and is used consistently throughout. This also means now a template can override the way role processing occurs (e.g. for elaborate permission schemes). Thanks to intevation for funding the change. - Fix issue2550606 (german translation bug) \"an hour\" is only used in the context \"in an hour\" or \"an hour ago\" which translates to german \"in einer Stunde\" or \"vor einer Stunde\". So \"an hour\" is translated \"einer Stunde\" (which sounds wrong at first). Also note that date.py already has a comment saying \"XXX this is internationally broken\" -- but at least there\'s a workaround for german :-) Thanks to Chris (radioking) for reporting
* Wed Oct 21 2009 poemlAATTcmdline.net- update to 1.4.10 This version of Roundup fixes some bugs: • Minor update of doc/developers.txt to point to the new resources on www.roundup-tracker.org (Bernhard Reiter) • Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein) (issue 2550589) • Indexers behaviour made more consistent regarding length of indexed words and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584) • fixed typos in the installation instructions (thanks Thomas Arendsen Hein) (issue 2550573) • New config option csv_field_size: Pythons csv module (which is used for export/import) has a new field size limit starting with python2.5. We now issue a warning during export if the limit is too small and use the csv_field_size configuration during import to set the limit for the csv module. • Small fix for CGI-handling of XMLRPC requests for python2.4, this worked only for 2.5 and beyond due to a change in the xmlrpc interface in python • Document filter method of xmlrpc interface • Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL If you\'re upgrading from an older version of Roundup you must follow the \"Software Upgrade\" guidelines given in the maintenance documentation.
* Mon Aug 10 2009 poemlAATTsuse.de- updated to 1.4.9 • fixed action taken in response to invalid GET request • fixed classic tracker template to submit POST requests when appropriate • fix problems with french and german locale files (issue 2550546) • Run each message of the mail-gateway in a separate transaction, see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500 • fix problem with bounce-message if incoming mail has insufficient privilege, e.g., user not existing (issue 2550534) • fix construction of individual messages to nosy recipents with attachments (issue 2550568) • re-order sqlite imports to handle multiple installed versions (issue 2550570) • don\'t show entire history by default (fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540629) • remove use of string exception If you\'re upgrading from an older version of Roundup you must follow the \"Software Upgrade\" guidelines given in the maintenance documentation.
* Wed Jul 08 2009 poemlAATTsuse.de- updated to 1.4.8 2009-03-18 1.4.8 (r4209) Fixes: - bug introduced into hyperdb filter (issue 2550505) - bug introduced into CVS export and view (issue 2550529) - bugs introduced in the migration to the email package (issue 2550531) - handle bogus pagination values (issue 2550530) - fix TLS handling with some SMTP servers (issues 2484879 and 1912923) 2009-03-13 1.4.7 (r4202) Features: - Provide a \"no selection\" option in web interface selection widgets - Debug logging now uses the logging module rather than print - Allow CGI frontend to serve XMLRPC requests. - Added XMLRPC actions, as well as bridging CGI actions to XMLRPC actions. - Optimized large file serving via mod_python / sendfile(). - Support resuming downloads for (large) files. Fixes: - a number of security issues were discovered by Daniel Diniz - EditCSV and ExportCSV altered to include permission checks - HTTP POST required on actions which alter data - HTML file uploads served as application/octet-stream - Handle Unauthorised in file serving correctly - New item action reject creation of new users - Item retirement was not being controlled - Roundup is now compatible with Python 2.6 - Improved French and German translations - Improve consistency of item sorting in HTML interface - Various other small bug fixes, robustification and optimisation- man pages are now installed into the right location- python-roundup.changes file added (to be edited with \'osc vc\')
* Thu Mar 12 2009 dannoritzerAATTweb.de- intial package