svn commit: r1573857 - /bloodhound/trunk/bloodhound_relations/bhrelations/validation.py

2014-03-03 Thread rjollos
Author: rjollos Date: Tue Mar 4 05:25:43 2014 New Revision: 1573857 URL: http://svn.apache.org/r1573857 Log: 0.8dev: Make exception message in `OneToManyValidator` translatable and use markup to emphasize text. Refs #776, Modified: bloodhound/trunk/bloodhound_relations/bhrelations

svn commit: r1573853 - in /bloodhound/trunk/bloodhound_relations/bhrelations: api.py tests/api.py

2014-03-03 Thread rjollos
Author: rjollos Date: Tue Mar 4 05:17:01 2014 New Revision: 1573853 URL: http://svn.apache.org/r1573853 Log: 0.8dev: Validation that checked for open child tickets had reversed logic. Refs #746. The validation now checks whether the source ticket //is a parent of// any open tickets. Modified

svn commit: r1573476 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/query.py

2014-03-02 Thread rjollos
Author: rjollos Date: Mon Mar 3 07:58:49 2014 New Revision: 1573476 URL: http://svn.apache.org/r1573476 Log: 0.8dev: Do not crash if product names or invalid prefix set in product column. Refs #709. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct

svn commit: r1573459 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css templates/bloodhound_theme.html theme.py

2014-03-02 Thread rjollos
Author: rjollos Date: Mon Mar 3 07:07:53 2014 New Revision: 1573459 URL: http://svn.apache.org/r1573459 Log: 0.8dev: Fixed regression in r1570616: the product at scope is no longer the default selection. Refs #727. The code in `theme.py` was also refactored to simplify preparation of the

svn commit: r1573456 - /bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/js/theme.js

2014-03-02 Thread rjollos
Author: rjollos Date: Mon Mar 3 06:30:20 2014 New Revision: 1573456 URL: http://svn.apache.org/r1573456 Log: 0.8dev: Reformat file to fix style and indentation. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/js/theme.js Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs

svn commit: r1573440 - /bloodhound/trunk/trac/trac/db/postgres_backend.py

2014-03-02 Thread rjollos
Author: rjollos Date: Mon Mar 3 04:28:51 2014 New Revision: 1573440 URL: http://svn.apache.org/r1573440 Log: 0.8dev: Use column name for determining the MAX value when updating the sequence. Refs #708. Patch by Olemis Lang. This change will be reverted when trac:#11512 is merged. Modified

svn commit: r1573278 - in /bloodhound/trunk/bloodhound_multiproduct/tests: admin/__init__.py db/__init__.py mimeview/__init__.py ticket/__init__.py versioncontrol/__init__.py web/__init__.py wiki/__in

2014-03-02 Thread rjollos
Author: rjollos Date: Sun Mar 2 10:31:18 2014 New Revision: 1573278 URL: http://svn.apache.org/r1573278 Log: 0.8dev: Package tests can be executed using `__init__` in the module path. For example: $ PYTHONPATH=. python -m tests.wiki.__init__ Modified: bloodhound/trunk

svn commit: r1572392 - /bloodhound/trunk/bloodhound_multiproduct/tests/admin/console.py

2014-02-26 Thread rjollos
Author: rjollos Date: Thu Feb 27 01:53:35 2014 New Revision: 1572392 URL: http://svn.apache.org/r1572392 Log: 0.8dev: Removed unused imports. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/admin/console.py Modified: bloodhound/trunk/bloodhound_multiproduct/tests/admin/console.py

svn commit: r1572376 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/product_admin.py

2014-02-26 Thread rjollos
Author: rjollos Date: Thu Feb 27 01:23:14 2014 New Revision: 1572376 URL: http://svn.apache.org/r1572376 Log: 0.8dev: Fix for help not being output when `trac-admin` commands are called at product scope with incorrect arguments. Refs #757. Patch by Olemis Lang. Modified: bloodhound/trunk

svn commit: r1572374 - in /bloodhound/trunk/bloodhound_multiproduct/tests/admin: console-tests.txt console.py

2014-02-26 Thread rjollos
Author: rjollos Date: Thu Feb 27 01:20:23 2014 New Revision: 1572374 URL: http://svn.apache.org/r1572374 Log: 0.8dev: Added tests for output of help when `trac-admin` is called at product-scope with improper arguments. Refs #756. Modified: bloodhound/trunk/bloodhound_multiproduct/tests

svn commit: r1572373 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/product_admin.py

2014-02-26 Thread rjollos
Author: rjollos Date: Thu Feb 27 01:15:23 2014 New Revision: 1572373 URL: http://svn.apache.org/r1572373 Log: 0.8dev: Fix for help commands at product scope not being output. Refs #757. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/product_admin.py

svn commit: r1572372 - in /bloodhound/trunk/bloodhound_multiproduct/tests/admin: console-tests.txt console.py

2014-02-26 Thread rjollos
Author: rjollos Date: Thu Feb 27 01:14:18 2014 New Revision: 1572372 URL: http://svn.apache.org/r1572372 Log: 0.8dev: Added tests for help command at product scope. Refs #757. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/admin/console-tests.txt bloodhound/trunk

svn commit: r1571498 - /bloodhound/trunk/bloodhound_multiproduct/tests/admin/console.py

2014-02-24 Thread rjollos
Author: rjollos Date: Tue Feb 25 00:16:54 2014 New Revision: 1571498 URL: http://svn.apache.org/r1571498 Log: 0.8dev: Removed `_execute` method from `ProductTracAdminTestCase`. Refs #768. The base class method will be called instead. Modified: bloodhound/trunk/bloodhound_multiproduct/tests

svn commit: r1571341 - in /bloodhound/trunk/bloodhound_dashboard/bhdashboard/locale: es/LC_MESSAGES/bhdashboard.po fr/LC_MESSAGES/bhdashboard.po messages.pot

2014-02-24 Thread rjollos
Author: rjollos Date: Mon Feb 24 16:33:54 2014 New Revision: 1571341 URL: http://svn.apache.org/r1571341 Log: 0.8dev: Files that should have been included in r1571311. Refs #694. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/locale/es/LC_MESSAGES/bhdashboard.po bloodhound

svn commit: r1571328 - /bloodhound/trunk/bloodhound_multiproduct/tests/admin/console.py

2014-02-24 Thread rjollos
Author: rjollos Date: Mon Feb 24 16:10:52 2014 New Revision: 1571328 URL: http://svn.apache.org/r1571328 Log: 0.8dev: PEP-0008 changes. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/admin/console.py Modified: bloodhound/trunk/bloodhound_multiproduct/tests/admin/console.py URL

svn commit: r1571320 - /bloodhound/trunk/bloodhound_multiproduct/tests/env.py

2014-02-24 Thread rjollos
Author: rjollos Date: Mon Feb 24 15:30:06 2014 New Revision: 1571320 URL: http://svn.apache.org/r1571320 Log: 0.8dev: Fix for //Trac environment needs to be upgraded// error message when running !TracAdmin tests. Refs #756, #757. Patch by Olemis Lang. Modified: bloodhound/trunk

svn commit: r1571311 - in /bloodhound/trunk: bloodhound_multiproduct/multiproduct/locale/ bloodhound_multiproduct/multiproduct/locale/es/LC_MESSAGES/ bloodhound_multiproduct/multiproduct/locale/fr/LC_

2014-02-24 Thread rjollos
Author: rjollos Date: Mon Feb 24 15:06:27 2014 New Revision: 1571311 URL: http://svn.apache.org/r1571311 Log: 0.8dev: Added license headers to l10n files. Refs #694, #763. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/locale/es/LC_MESSAGES/multiproduct.po bloodhound

svn commit: r1570462 - in /bloodhound/trunk: bloodhound_dashboard/setup.cfg bloodhound_multiproduct/setup.cfg bloodhound_relations/setup.cfg bloodhound_search/setup.cfg bloodhound_theme/setup.cfg

2014-02-20 Thread rjollos
Author: rjollos Date: Fri Feb 21 06:14:36 2014 New Revision: 1570462 URL: http://svn.apache.org/r1570462 Log: 0.8dev: Set copyright holder for the catalogs. Modified: bloodhound/trunk/bloodhound_dashboard/setup.cfg bloodhound/trunk/bloodhound_multiproduct/setup.cfg bloodhound/trunk

svn commit: r1570461 [2/2] - in /bloodhound/trunk: bloodhound_dashboard/ bloodhound_dashboard/bhdashboard/ bloodhound_dashboard/bhdashboard/layouts/ bloodhound_dashboard/bhdashboard/util/ bloodhound_d

2014-02-20 Thread rjollos
Modified: bloodhound/trunk/bloodhound_theme/setup.cfg URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/setup.cfg?rev=1570461&r1=1570460&r2=1570461&view=diff == --- bloodhound/trunk/bloodhound_theme/setup

svn commit: r1570459 [2/2] - in /bloodhound/trunk: bloodhound_dashboard/ bloodhound_dashboard/bhdashboard/ bloodhound_dashboard/bhdashboard/layouts/ bloodhound_dashboard/bhdashboard/util/ bloodhound_d

2014-02-20 Thread rjollos
Modified: bloodhound/trunk/bloodhound_theme/setup.cfg URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/setup.cfg?rev=1570459&r1=1570458&r2=1570459&view=diff == --- bloodhound/trunk/bloodhound_theme/setup

svn commit: r1570440 - in /bloodhound/trunk/bloodhound_theme/bhtheme/templates: bh_ticket.html bh_ticket_actions.html

2014-02-20 Thread rjollos
Author: rjollos Date: Fri Feb 21 04:16:40 2014 New Revision: 1570440 URL: http://svn.apache.org/r1570440 Log: 0.8dev: Moved !JavaScript code that adds the duplicate ticket ID from `bh_ticket.html` to `bh_ticket_actions.html`. This will allow the functionality to be reused in the batch

svn commit: r1570414 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/batch.py

2014-02-20 Thread rjollos
Author: rjollos Date: Fri Feb 21 02:00:48 2014 New Revision: 1570414 URL: http://svn.apache.org/r1570414 Log: 0.8dev: PEP-0008 whitespace changes. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/batch.py Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct

svn commit: r1570412 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css templates/bh_ticket.html templates/bh_ticket_actions.html

2014-02-20 Thread rjollos
Author: rjollos Date: Fri Feb 21 01:27:40 2014 New Revision: 1570412 URL: http://svn.apache.org/r1570412 Log: 0.8dev: Change the help tips to icons in the Ticket action form. Refs #710. Previously this change was implemented on the ticket form using !Javascript. It is not implemented on the

svn commit: r1570407 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

2014-02-20 Thread rjollos
Author: rjollos Date: Fri Feb 21 01:05:39 2014 New Revision: 1570407 URL: http://svn.apache.org/r1570407 Log: 0.8dev: Removed unused variable and spurious line break. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Modified: bloodhound/trunk/bloodhound_theme

svn commit: r1570152 - in /bloodhound/trunk: bloodhound_dashboard/bhdashboard/widgets/templates/ bloodhound_relations/bhrelations/ bloodhound_relations/bhrelations/templates/ bloodhound_relations/bhre

2014-02-20 Thread rjollos
Author: rjollos Date: Thu Feb 20 11:35:42 2014 New Revision: 1570152 URL: http://svn.apache.org/r1570152 Log: 0.8dev: Intraproduct ticket relation would result in an error when rendering the resource links because the proper envirionment was not being used. Refs #750. Patch by Anze. Modified

svn commit: r1570127 - /bloodhound/trunk/bloodhound_relations/bhrelations/tests/web_ui.py

2014-02-20 Thread rjollos
Author: rjollos Date: Thu Feb 20 10:03:41 2014 New Revision: 1570127 URL: http://svn.apache.org/r1570127 Log: 0.8dev: PEP-0008 changes. Modified: bloodhound/trunk/bloodhound_relations/bhrelations/tests/web_ui.py Modified: bloodhound/trunk/bloodhound_relations/bhrelations/tests/web_ui.py URL

svn commit: r1568199 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/__init__.py

2014-02-13 Thread rjollos
Author: rjollos Date: Fri Feb 14 04:52:43 2014 New Revision: 1568199 URL: http://svn.apache.org/r1568199 Log: 0.8dev: Fixed import issue introduced in [1568197]. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/__init__.py Modified: bloodhound/trunk/bloodhound_multiproduct

svn commit: r1568198 - /bloodhound/trunk/bloodhound_dashboard/void/

2014-02-13 Thread rjollos
Author: rjollos Date: Fri Feb 14 04:23:32 2014 New Revision: 1568198 URL: http://svn.apache.org/r1568198 Log: 0.8dev: Removed empty directory in `bloodhound_dashboard`. Removed: bloodhound/trunk/bloodhound_dashboard/void/

svn commit: r1568197 - in /bloodhound/trunk: bloodhound_dashboard/bhdashboard/templates/ bloodhound_multiproduct/ bloodhound_multiproduct/multiproduct/ bloodhound_multiproduct/multiproduct/templates/

2014-02-13 Thread rjollos
Author: rjollos Date: Fri Feb 14 04:21:59 2014 New Revision: 1568197 URL: http://svn.apache.org/r1568197 Log: 0.8dev: Normalized license headers. Prevent rendering license headers in templates. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/templates/bh_model_view.html

svn commit: r1568172 - in /bloodhound/trunk/trac/trac: ticket/query.py util/introspection.py util/tests/introspection.py

2014-02-13 Thread rjollos
Author: rjollos Date: Fri Feb 14 00:09:21 2014 New Revision: 1568172 URL: http://svn.apache.org/r1568172 Log: 0.8dev: Reverse merge [1301696]. Equivalent changes will be implemented in `multiproduct.ticket.web_ui:ProductQueryModule`. Removed: bloodhound/trunk/trac/trac/util/introspection.py

svn commit: r1567988 - /bloodhound/branches/trac-1.0-stable-integration/

2014-02-13 Thread rjollos
Author: rjollos Date: Thu Feb 13 17:57:01 2014 New Revision: 1567988 URL: http://svn.apache.org/r1567988 Log: Created branch for integrating changes from Trac 1.0-stable. Refs #660. Added: bloodhound/branches/trac-1.0-stable-integration/ (props changed) - copied from r1567987

svn commit: r1567849 [17/17] - in /bloodhound/vendor/trac: 1.0-stable/ current/ current/contrib/ current/contrib/cgi-bin/ current/contrib/workflow/ current/doc/ current/doc/utils/ current/sample-plugi

2014-02-12 Thread rjollos
Modified: bloodhound/vendor/trac/current/tracopt/versioncontrol/svn/tests/svn_fs.py URL: http://svn.apache.org/viewvc/bloodhound/vendor/trac/current/tracopt/versioncontrol/svn/tests/svn_fs.py?rev=1567849&r1=1567848&r2=1567849&view=diff =

svn commit: r1567798 - in /bloodhound/vendor/trac/1.0-stable: ./ .tx/ contrib/ contrib/cgi-bin/ contrib/rpm/ contrib/workflow/ doc/ doc/api/ doc/dev/ doc/images/ doc/utils/ sample-plugins/ sample-plug

2014-02-12 Thread rjollos
Author: rjollos Date: Wed Feb 12 23:24:56 2014 New Revision: 1567798 URL: http://svn.apache.org/r1567798 Log: Code drop of trac 1.0-stable at r12502. [This commit notification would consist of 143 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1567795 - in /bloodhound/trunk/trac: contrib/ doc/utils/ sample-plugins/ sample-plugins/permissions/ trac/ trac/db/ trac/db/tests/ trac/search/ trac/tests/ trac/tests/functional/ trac/tic

2014-02-12 Thread rjollos
Author: rjollos Date: Wed Feb 12 23:17:59 2014 New Revision: 1567795 URL: http://svn.apache.org/r1567795 Log: 0.8dev: Reverse merge [1566948] in `trac` directory. Equivalent changes were made in the Trac core and we want to avoid merge conflicts. Modified: bloodhound/trunk/trac/contrib

svn commit: r1567428 - /bloodhound/trunk/bloodhound_multiproduct/tests/resource.py

2014-02-11 Thread rjollos
Author: rjollos Date: Tue Feb 11 22:41:51 2014 New Revision: 1567428 URL: http://svn.apache.org/r1567428 Log: 0.8dev: PEP-0008 whitespace changes, and removed commented-out code. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/resource.py Modified: bloodhound/trunk

svn commit: r1567417 - /bloodhound/trunk/bloodhound_multiproduct/tests/resource.py

2014-02-11 Thread rjollos
Author: rjollos Date: Tue Feb 11 22:16:40 2014 New Revision: 1567417 URL: http://svn.apache.org/r1567417 Log: 0.8dev: Fix unresolved reference in trac.resource:ResourceSystem.get_known_neighborhoods. Fixes #754. Patch by Olemis. Modified: bloodhound/trunk/bloodhound_multiproduct/tests

svn commit: r1567297 - /bloodhound/trunk/bloodhound_multiproduct/tests/env.py

2014-02-11 Thread rjollos
Author: rjollos Date: Tue Feb 11 18:58:51 2014 New Revision: 1567297 URL: http://svn.apache.org/r1567297 Log: 0.8dev: Follow-on to [1562687]. Fixed failing test cases due to change in environment directory name. Refs #539. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/env.py

svn commit: r1567247 - in /bloodhound/trunk: bloodhound_multiproduct/multiproduct/ bloodhound_multiproduct/multiproduct/ticket/ bloodhound_multiproduct/tests/ bloodhound_multiproduct/tests/versioncont

2014-02-11 Thread rjollos
Author: rjollos Date: Tue Feb 11 18:10:50 2014 New Revision: 1567247 URL: http://svn.apache.org/r1567247 Log: 0.8dev: PEP-0008 changes - ordered imports, removed unused imports, removed unused local variable. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py

svn commit: r1566993 - /bloodhound/trunk/trac/trac/resource.py

2014-02-10 Thread rjollos
Author: rjollos Date: Tue Feb 11 06:48:55 2014 New Revision: 1566993 URL: http://svn.apache.org/r1566993 Log: 0.8dev: Instantiate environment's `ResourceSystem` if neighborhood is not found. Refs #751. Patch by Olemis Lang. Modified: bloodhound/trunk/trac/trac/resource.py Mod

svn commit: r1566987 - /bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

2014-02-10 Thread rjollos
Author: rjollos Date: Tue Feb 11 05:59:00 2014 New Revision: 1566987 URL: http://svn.apache.org/r1566987 Log: 0.8dev: Copied styles from `trac.css` for proper formatting of lists. Refs #743. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

svn commit: r1566948 [4/4] - in /bloodhound/trunk: bloodhound_dashboard/ bloodhound_dashboard/bhdashboard/ bloodhound_dashboard/bhdashboard/layouts/ bloodhound_dashboard/bhdashboard/tests/ bloodhound_

2014-02-10 Thread rjollos
Modified: bloodhound/trunk/trac/contrib/sourceforge2trac.py URL: http://svn.apache.org/viewvc/bloodhound/trunk/trac/contrib/sourceforge2trac.py?rev=1566948&r1=1566947&r2=1566948&view=diff == --- bloodhound/trunk/trac/contr

svn commit: r1565131 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/default-pages/WikiStart

2014-02-06 Thread rjollos
Author: rjollos Date: Thu Feb 6 09:25:38 2014 New Revision: 1565131 URL: http://svn.apache.org/r1565131 Log: 0.8dev: Remove "incubating" from the WikiStart page. Thanks to Olemis for spotting this. Refs #752. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/def

svn commit: r1563594 - in /bloodhound/trunk/bloodhound_dashboard/bhdashboard/tests/widgets: __init__.py timeline.py

2014-02-02 Thread rjollos
Author: rjollos Date: Sun Feb 2 12:03:04 2014 New Revision: 1563594 URL: http://svn.apache.org/r1563594 Log: 0.8dev: Make a test suite and allow modules to be executed. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/tests/widgets/__init__.py bloodhound/trunk

svn commit: r1563593 - in /bloodhound/trunk/bloodhound_dashboard: bhdashboard/tests/__init__.py bhdashboard/tests/test_report.py bhdashboard/tests/test_webui.py bhdashboard/tests/widgets/__init__.py b

2014-02-02 Thread rjollos
Author: rjollos Date: Sun Feb 2 12:02:20 2014 New Revision: 1563593 URL: http://svn.apache.org/r1563593 Log: 0.8dev: PEP-0008 changes. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/tests/__init__.py bloodhound/trunk/bloodhound_dashboard/bhdashboard/tests/test_report.py

svn commit: r1562687 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/config.py multiproduct/env.py multiproduct/hooks.py tests/config.py tests/env.py

2014-01-29 Thread rjollos
Author: rjollos Date: Thu Jan 30 03:46:39 2014 New Revision: 1562687 URL: http://svn.apache.org/r1562687 Log: 0.8dev: Changes to the product configuration will take effect immediately. Refs #539. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct

svn commit: r1562686 - /bloodhound/trunk/trac/trac/test.py

2014-01-29 Thread rjollos
Author: rjollos Date: Thu Jan 30 03:46:14 2014 New Revision: 1562686 URL: http://svn.apache.org/r1562686 Log: 0.8dev: Fixed unbound variable from [trac 10180]. Refs #539, trac:#9536. This change was applied to Trac in [trac 12285] and the changeset may be reverted when Trac 1.0-stable or Trac

svn commit: r1561589 - /bloodhound/trunk/bloodhound_theme/bhtheme/theme.py

2014-01-26 Thread rjollos
Author: rjollos Date: Mon Jan 27 06:19:06 2014 New Revision: 1561589 URL: http://svn.apache.org/r1561589 Log: 0.8dev: Only display products in the QCT dialog for which the user has `TICKET_CREATE` permission. Refs #388. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/theme.py Modified

svn commit: r1561588 - /bloodhound/trunk/bloodhound_theme/bhtheme/theme.py

2014-01-26 Thread rjollos
Author: rjollos Date: Mon Jan 27 06:18:30 2014 New Revision: 1561588 URL: http://svn.apache.org/r1561588 Log: 0.8dev: //Missing ticket field// warning was being added to the `fake_request`, therefore it would never be displayed. Refs #388. Modified: bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1560613 - /bloodhound/trunk/bloodhound_relations/bhrelations/tests/api.py

2014-01-23 Thread rjollos
Author: rjollos Date: Thu Jan 23 09:06:16 2014 New Revision: 1560613 URL: http://svn.apache.org/r1560613 Log: 0.8dev: Fixed error in unit test revealed by [1560601]. Refs #742. The parent ticket should not have status //closed// since the //resolve// action is being invoked on it. This error

svn commit: r1560610 - /bloodhound/trunk/bloodhound_relations/bhrelations/api.py

2014-01-23 Thread rjollos
Author: rjollos Date: Thu Jan 23 08:55:09 2014 New Revision: 1560610 URL: http://svn.apache.org/r1560610 Log: 0.8dev: Fixed missing space in warning sentence. Modified: bloodhound/trunk/bloodhound_relations/bhrelations/api.py Modified: bloodhound/trunk/bloodhound_relations/bhrelations

svn commit: r1560601 - in /bloodhound/trunk: bloodhound_relations/bhrelations/api.py bloodhound_theme/bhtheme/templates/bh_ticket.html

2014-01-22 Thread rjollos
Author: rjollos Date: Thu Jan 23 07:08:51 2014 New Revision: 1560601 URL: http://svn.apache.org/r1560601 Log: 0.8dev: //resolve as duplicate// now works correctly for any action with the `set_resolution` operation. Refs #742. Previously, the //Duplicate ID// input would not be displayed for any

svn commit: r1560599 - /bloodhound/trunk/bloodhound_relations/bhrelations/api.py

2014-01-22 Thread rjollos
Author: rjollos Date: Thu Jan 23 07:03:26 2014 New Revision: 1560599 URL: http://svn.apache.org/r1560599 Log: 0.8dev: Part of [1560598]. Refs #742. Modified: bloodhound/trunk/bloodhound_relations/bhrelations/api.py Modified: bloodhound/trunk/bloodhound_relations/bhrelations/api.py URL

svn commit: r1560598 - /bloodhound/trunk/bloodhound_relations/bhrelations/api.py

2014-01-22 Thread rjollos
Author: rjollos Date: Thu Jan 23 07:00:33 2014 New Revision: 1560598 URL: http://svn.apache.org/r1560598 Log: 0.8dev: //resolve as duplicate// now works correctly for any action with the `set_resolution` operation. Refs #742. Previously, the //Duplicate ID// input would not be displayed for any

svn commit: r1560582 - in /bloodhound/trunk: bloodhound_multiproduct/multiproduct/ bloodhound_multiproduct/tests/ bloodhound_relations/bhrelations/ bloodhound_relations/bhrelations/tests/ bloodhound_s

2014-01-22 Thread rjollos
Author: rjollos Date: Thu Jan 23 03:47:17 2014 New Revision: 1560582 URL: http://svn.apache.org/r1560582 Log: 0.8dev: Utilize database API for handling exceptions. This resolves issues reported by Saint Germain when `python-pysqlite2` is installed in the environment. Modified: bloodhound

svn commit: r1560571 - in /bloodhound/trunk/bloodhound_theme/bhtheme/templates: bh_changeset.html bh_diff_form.html bh_roadmap.html

2014-01-22 Thread rjollos
Author: rjollos Date: Thu Jan 23 01:52:03 2014 New Revision: 1560571 URL: http://svn.apache.org/r1560571 Log: 0.8dev: Reverse merge incorrect commit [1560568]. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1560569 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

2014-01-22 Thread rjollos
Author: rjollos Date: Thu Jan 23 01:46:25 2014 New Revision: 1560569 URL: http://svn.apache.org/r1560569 Log: 0.8dev: When at global scope, use the `[ticket] default product` as the default value. Refs #304. Before this change, the product select would be set to the empty value and the

svn commit: r1560568 - in /bloodhound/trunk/bloodhound_theme/bhtheme/templates: bh_changeset.html bh_diff_form.html bh_roadmap.html

2014-01-22 Thread rjollos
Author: rjollos Date: Thu Jan 23 01:45:54 2014 New Revision: 1560568 URL: http://svn.apache.org/r1560568 Log: Show better error message when bloodhound_setup is run in an environment with no Trac installed. git-svn-id: https://svn.apache.org/repos/asf/bloodhound/trunk@1557980 13f79535-47bb

svn commit: r1558108 - in /bloodhound/trunk/bloodhound_theme/bhtheme/templates: bh_changeset.html bh_diff_form.html bh_roadmap.html

2014-01-14 Thread rjollos
Author: rjollos Date: Tue Jan 14 16:51:21 2014 New Revision: 1558108 URL: http://svn.apache.org/r1558108 Log: 0.8dev: Added license headers to recently added files. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1557944 - in /bloodhound/trunk/bloodhound_multiproduct/tests/functional: __init__.py admin.py

2014-01-13 Thread rjollos
Author: rjollos Date: Tue Jan 14 06:20:13 2014 New Revision: 1557944 URL: http://svn.apache.org/r1557944 Log: 0.8dev: Added functional tests for renaming product from admin page and console. Refs #671. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/functional/__init__.py

svn commit: r1557942 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_list.html

2014-01-13 Thread rjollos
Author: rjollos Date: Tue Jan 14 05:41:57 2014 New Revision: 1557942 URL: http://svn.apache.org/r1557942 Log: 0.8dev: Change that should have been included in [1557928]. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_list.html Modified: bloodhound/trunk

svn commit: r1557928 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/templates/product_list.html tests/functional/__init__.py tests/functional/admin.py

2014-01-13 Thread rjollos
Author: rjollos Date: Tue Jan 14 04:21:29 2014 New Revision: 1557928 URL: http://svn.apache.org/r1557928 Log: 0.8dev: * Added `id` to button on produt list page. * `MultiproductFunctionalMixin.create_product` adds a random description if none is specified. Modified: bloodhound/trunk

svn commit: r1557635 - /bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py

2014-01-12 Thread rjollos
Author: rjollos Date: Mon Jan 13 00:22:26 2014 New Revision: 1557635 URL: http://svn.apache.org/r1557635 Log: 0.8dev: Uncomment test case that is no longer failing. Refs #671. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py Modified: bloodhound/trunk

svn commit: r1557634 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/model.py

2014-01-12 Thread rjollos
Author: rjollos Date: Mon Jan 13 00:13:30 2014 New Revision: 1557634 URL: http://svn.apache.org/r1557634 Log: 0.8dev: Missing change from [1556758]. Refs #671. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/model.py Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard

svn commit: r1557631 - /bloodhound/trunk/bloodhound_multiproduct/tests/functional/__init__.py

2014-01-12 Thread rjollos
Author: rjollos Date: Sun Jan 12 23:47:29 2014 New Revision: 1557631 URL: http://svn.apache.org/r1557631 Log: 0.8dev: Let functional tester cache per-product ticket count. Refs #671, #695. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/functional/__init__.py

svn commit: r1556758 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/product_admin.py multiproduct/web_ui.py tests/functional/__init__.py tests/functional/admin.py tests/functional/produc

2014-01-09 Thread rjollos
Author: rjollos Date: Thu Jan 9 08:15:19 2014 New Revision: 1556758 URL: http://svn.apache.org/r1556758 Log: 0.8dev: Use the authenticated user as the author of the change when renaming a product. Refs #671. Initial patch and functional test case from Olemis. Modified: bloodhound/trunk

svn commit: r1556742 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html

2014-01-08 Thread rjollos
Author: rjollos Date: Thu Jan 9 06:57:47 2014 New Revision: 1556742 URL: http://svn.apache.org/r1556742 Log: 0.8dev: In [1554007], a change to the !BloodhoundTheme template for the admin product view was omitted. Refs #722. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates

svn commit: r1554007 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/product_admin.py multiproduct/templates/admin_products.html tests/functional/admin.py

2013-12-29 Thread rjollos
Author: rjollos Date: Sun Dec 29 09:21:48 2013 New Revision: 1554007 URL: http://svn.apache.org/r1554007 Log: 0.8dev: Added a Clear Default button for the products table on the Manage Products page. Refs #722.Add a Clear Default button for the products table on the Manage Products page

svn commit: r1554006 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/web_ui.py

2013-12-29 Thread rjollos
Author: rjollos Date: Sun Dec 29 08:55:48 2013 New Revision: 1554006 URL: http://svn.apache.org/r1554006 Log: 0.8dev: Redirect from `/newticket` to `//newticket`. Refs #304. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/web_ui.py Modified: bloodhound/trunk

svn commit: r1554000 - /bloodhound/trunk/trac/trac/ticket/model.py

2013-12-28 Thread rjollos
Author: rjollos Date: Sun Dec 29 07:57:42 2013 New Revision: 1554000 URL: http://svn.apache.org/r1554000 Log: 0.8dev: Do not populate tickets with negative IDs. Refs #668. Patch by Olemis. Modified: bloodhound/trunk/trac/trac/ticket/model.py Modified: bloodhound/trunk/trac/trac/ticket

svn commit: r1553998 - in /bloodhound/trunk: bloodhound_multiproduct/multiproduct/api.py bloodhound_theme/bhtheme/templates/bloodhound_theme.html bloodhound_theme/bhtheme/theme.py trac/trac/ticket/api

2013-12-28 Thread rjollos
Author: rjollos Date: Sun Dec 29 07:52:41 2013 New Revision: 1553998 URL: http://svn.apache.org/r1553998 Log: 0.8dev: When at global scope, use the `[ticket] default product` as the default value. Refs #304. Before this change, the product select would be set to the empty value and the

svn commit: r1551811 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_form.html

2013-12-17 Thread rjollos
Author: rjollos Date: Wed Dec 18 02:31:10 2013 New Revision: 1551811 URL: http://svn.apache.org/r1551811 Log: 0.8dev: Added Bootstrap styling to the diff form. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_form.html Modified: bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1551782 - in /bloodhound/trunk/bloodhound_theme/bhtheme: templates/bh_diff_form.html theme.py

2013-12-17 Thread rjollos
Author: rjollos Date: Wed Dec 18 00:44:46 2013 New Revision: 1551782 URL: http://svn.apache.org/r1551782 Log: 0.8dev: Copied `diff_form.html` to `bh_diff_form.html` and added entry to template map. Added: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_form.html (with props

svn commit: r1551779 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/web_ui.py

2013-12-17 Thread rjollos
Author: rjollos Date: Wed Dec 18 00:30:58 2013 New Revision: 1551779 URL: http://svn.apache.org/r1551779 Log: 0.8dev: Allow requests to the `AnyDiffModule` at global scope. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/web_ui.py Modified: bloodhound/trunk

svn commit: r1551551 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_view.html

2013-12-17 Thread rjollos
Author: rjollos Date: Tue Dec 17 14:32:02 2013 New Revision: 1551551 URL: http://svn.apache.org/r1551551 Log: 0.8dev: Removed duplicate linking of `diff.css` stylesheet in `bh_diff_view.html`, as was done for `diff.html` in [trac 12337]. Refs trac:#11406. Modified: bloodhound/trunk

svn commit: r1551372 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html

2013-12-16 Thread rjollos
Author: rjollos Date: Mon Dec 16 22:03:59 2013 New Revision: 1551372 URL: http://svn.apache.org/r1551372 Log: 0.8dev: Add some basic layout to the changeset page. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html Modified: bloodhound/trunk/bloodhound_theme

svn commit: r1551371 - in /bloodhound/trunk/bloodhound_theme/bhtheme: templates/bh_changeset.html theme.py

2013-12-16 Thread rjollos
Author: rjollos Date: Mon Dec 16 22:03:29 2013 New Revision: 1551371 URL: http://svn.apache.org/r1551371 Log: 0.8dev: Copied `changeset.html` to `bh_changeset.html`, and added it to the template map. Added: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html (with props

svn commit: r1549765 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css htdocs/js/theme.js templates/bloodhound_theme.html

2013-12-09 Thread rjollos
Author: rjollos Date: Tue Dec 10 06:26:28 2013 New Revision: 1549765 URL: http://svn.apache.org/r1549765 Log: 0.8dev: Show the last created ticket in the QCT form. Refs #696. Based on a mock-up by jdreimann. Patch by olemis with minor modifications. Modified: bloodhound/trunk

svn commit: r1545950 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html

2013-11-26 Thread rjollos
Author: rjollos Date: Wed Nov 27 07:21:58 2013 New Revision: 1545950 URL: http://svn.apache.org/r1545950 Log: 0.8dev: Integrate change from [trac 12268]. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html Modified: bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1545949 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html

2013-11-26 Thread rjollos
Author: rjollos Date: Wed Nov 27 07:19:52 2013 New Revision: 1545949 URL: http://svn.apache.org/r1545949 Log: 0.8dev: Copied `roadmap.html` to `bh_roadmap.html`. Added: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html (with props) Added: bloodhound/trunk

svn commit: r1545687 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/env.py

2013-11-26 Thread rjollos
Author: rjollos Date: Tue Nov 26 15:36:19 2013 New Revision: 1545687 URL: http://svn.apache.org/r1545687 Log: 0.8dev: Changed log level of "Inheriting parent logger" message. This will prevent echoing the message to the shell when running the trac-admin commands with the log le

svn commit: r1545220 - /bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

2013-11-25 Thread rjollos
Author: rjollos Date: Mon Nov 25 11:03:26 2013 New Revision: 1545220 URL: http://svn.apache.org/r1545220 Log: 0.8dev: Restore border around the //Age// column. The `browser.css` stylesheet from Trac removes the border from the `td` in the age column. This doesn't affect the border display

svn commit: r1545216 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_browser.html

2013-11-25 Thread rjollos
Author: rjollos Date: Mon Nov 25 10:51:11 2013 New Revision: 1545216 URL: http://svn.apache.org/r1545216 Log: 0.8dev: Added zebra striping to repository browser table. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_browser.html Modified: bloodhound/trunk/bloodhound_theme

svn commit: r1542473 - in /bloodhound/trunk/bloodhound_multiproduct/tests/functional: __init__.py admin.py

2013-11-16 Thread rjollos
Author: rjollos Date: Sat Nov 16 08:01:26 2013 New Revision: 1542473 URL: http://svn.apache.org/r1542473 Log: 0.8dev: Added a functional test for rendering forbidden pages. Refs #667. Added: bloodhound/trunk/bloodhound_multiproduct/tests/functional/admin.py (with props) Modified

svn commit: r1542167 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/api.py tests/functional/__init__.py tests/functional/product.py

2013-11-14 Thread rjollos
Author: rjollos Date: Fri Nov 15 04:11:03 2013 New Revision: 1542167 URL: http://svn.apache.org/r1542167 Log: 0.8dev: Populate new products with InterTrac and InterWiki pages. Refs #598. Patch by Olemis Lang. Added: bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py

svn commit: r1542165 - /bloodhound/trunk/bloodhound_multiproduct/tests/functional/prefs.py

2013-11-14 Thread rjollos
Author: rjollos Date: Fri Nov 15 03:54:37 2013 New Revision: 1542165 URL: http://svn.apache.org/r1542165 Log: 0.8dev: After `RegressionTestRev5785`, the user remained logged out, so any functional tests executed after it would fail if they expected a logged-in user. Since !AccountManagerPlugin

svn commit: r1542121 - /bloodhound/trunk/bloodhound_multiproduct/tests/functional/__init__.py

2013-11-14 Thread rjollos
Author: rjollos Date: Thu Nov 14 23:40:33 2013 New Revision: 1542121 URL: http://svn.apache.org/r1542121 Log: 0.8dev: Modified regex that was causing functional test execution to hang. Refs #387. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/functional/__init__.py Modified

svn commit: r1542087 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/templates/product_list.html tests/functional/__init__.py tests/functional/prefs.py tests/functional/ticket.py

2013-11-14 Thread rjollos
Author: rjollos Date: Thu Nov 14 21:18:19 2013 New Revision: 1542087 URL: http://svn.apache.org/r1542087 Log: 0.8dev: Rewrite Trac's functional test cases against multiproduct environment. Refs #387. Patches by Olemis Lang. Modified: bloodhound/trunk/bloodhound_multiproduct/multipr

svn commit: r1542070 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_attach_file_form.html

2013-11-14 Thread rjollos
Author: rjollos Date: Thu Nov 14 20:50:52 2013 New Revision: 1542070 URL: http://svn.apache.org/r1542070 Log: 0.8dev: Restore value to button so that Trac functional tests don't fail. Refs #387. The tests failure because there is an assertion on the URL, which contains the value of the b

svn commit: r1541760 - /bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

2013-11-13 Thread rjollos
Author: rjollos Date: Wed Nov 13 23:38:43 2013 New Revision: 1541760 URL: http://svn.apache.org/r1541760 Log: 0.8dev: Hide the bullets on the list of attachments for the non-compact form. Refs trac:#11142. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Modified

svn commit: r1541756 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html

2013-11-13 Thread rjollos
Author: rjollos Date: Wed Nov 13 23:07:55 2013 New Revision: 1541756 URL: http://svn.apache.org/r1541756 Log: 0.8dev: Apply [trac 12245] to the `bh_query.html` !BloodhoundTheme template. Refs #712. The //Batch Modify// section is hidden when there are no tickets in the query results. Modified

svn commit: r1541752 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_attachment.html

2013-11-13 Thread rjollos
Author: rjollos Date: Wed Nov 13 22:54:10 2013 New Revision: 1541752 URL: http://svn.apache.org/r1541752 Log: 0.8dev: On the Attachment view page, wrap the //Delete attachment// button with a `btn-toolbar`, so that we have a nice margin. Modified: bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1541418 - /bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

2013-11-13 Thread rjollos
Author: rjollos Date: Wed Nov 13 08:13:30 2013 New Revision: 1541418 URL: http://svn.apache.org/r1541418 Log: 0.8dev: Removed borders from fieldset-enclosed tables on Query page. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Modified: bloodhound/trunk

svn commit: r1541414 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html

2013-11-12 Thread rjollos
Author: rjollos Date: Wed Nov 13 07:58:03 2013 New Revision: 1541414 URL: http://svn.apache.org/r1541414 Log: 0.8dev: Hide the enclosing well when the user doesn't have permission to batch modify. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html Mod

svn commit: r1541411 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html

2013-11-12 Thread rjollos
Author: rjollos Date: Wed Nov 13 07:53:33 2013 New Revision: 1541411 URL: http://svn.apache.org/r1541411 Log: 0.8dev: Right-align the //Update// button on the Query page so that it is more visible. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html Modified

svn commit: r1539124 - /bloodhound/trunk/bloodhound_relations/bhrelations/model.py

2013-11-05 Thread rjollos
Author: rjollos Date: Tue Nov 5 20:40:16 2013 New Revision: 1539124 URL: http://svn.apache.org/r1539124 Log: 0.8dev: PEP8 whitespace changes Modified: bloodhound/trunk/bloodhound_relations/bhrelations/model.py Modified: bloodhound/trunk/bloodhound_relations/bhrelations/model.py URL: http

svn commit: r1539120 - /bloodhound/trunk/installer/bloodhound_setup.py

2013-11-05 Thread rjollos
Author: rjollos Date: Tue Nov 5 20:24:15 2013 New Revision: 1539120 URL: http://svn.apache.org/r1539120 Log: 0.8dev: Trap return code 2 from `TracAdmin.do_initenv`. Modified: bloodhound/trunk/installer/bloodhound_setup.py Modified: bloodhound/trunk/installer/bloodhound_setup.py URL: http

svn commit: r1539101 - /bloodhound/trunk/bloodhound_multiproduct/tests/__init__.py

2013-11-05 Thread rjollos
Author: rjollos Date: Tue Nov 5 19:06:24 2013 New Revision: 1539101 URL: http://svn.apache.org/r1539101 Log: 0.8dev: Log import errors when discovering test packages. Refs #707. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/__init__.py Modified: bloodhound

svn commit: r1539084 - /bloodhound/trunk/bloodhound_multiproduct/tests/env.py

2013-11-05 Thread rjollos
Author: rjollos Date: Tue Nov 5 17:48:00 2013 New Revision: 1539084 URL: http://svn.apache.org/r1539084 Log: 0.8dev: Fixed regression in r1536964. Refs #706. `_AssertRaisesContext` can't be imported from `unittest.case` in Python 2.6. Patch by Olemis Lang. Modified: bloodhound/

svn commit: r1539077 - /bloodhound/trunk/bloodhound_multiproduct/setup.py

2013-11-05 Thread rjollos
Author: rjollos Date: Tue Nov 5 17:28:38 2013 New Revision: 1539077 URL: http://svn.apache.org/r1539077 Log: 0.8dev: Added `sqlparse` to install requirements. Modified: bloodhound/trunk/bloodhound_multiproduct/setup.py Modified: bloodhound/trunk/bloodhound_multiproduct/setup.py URL: http

svn commit: r1538892 - /bloodhound/trunk/bloodhound_relations/bhrelations/api.py

2013-11-04 Thread rjollos
Author: rjollos Date: Tue Nov 5 07:45:25 2013 New Revision: 1538892 URL: http://svn.apache.org/r1538892 Log: 0.8dev: Minor code formatting change (non-functional change). Modified: bloodhound/trunk/bloodhound_relations/bhrelations/api.py Modified: bloodhound/trunk/bloodhound_relations

<    1   2   3   4   5   >