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

2013-11-04 Thread rjollos
Author: rjollos Date: Tue Nov 5 07:39:31 2013 New Revision: 1538891 URL: http://svn.apache.org/r1538891 Log: 0.8dev: Don't try to add duplicate ticket relation when the `Ticket.duplicate` attribute is not present. Refs #710. The `ITicketManipulator` interface isn't called when batch

svn commit: r1537391 - in /bloodhound/trunk/bloodhound_multiproduct/tests: env.py model.py upgrade.py

2013-10-31 Thread rjollos
Author: rjollos Date: Thu Oct 31 07:15:42 2013 New Revision: 1537391 URL: http://svn.apache.org/r1537391 Log: 0.8dev: Remove unnecessary `env_path` variable (path is stored at `env.path`). Use consistent naming for temp dirs. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/env.py

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

2013-10-30 Thread rjollos
Author: rjollos Date: Thu Oct 31 06:44:58 2013 New Revision: 1537388 URL: http://svn.apache.org/r1537388 Log: 0.8dev: Put log file in environment directory when running tests. Fixes #662. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/env.py Modified: bloodhound/trunk

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

2013-10-29 Thread rjollos
Author: rjollos Date: Wed Oct 30 06:15:45 2013 New Revision: 1536977 URL: http://svn.apache.org/r1536977 Log: 0.8dev: Normalize indentation. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

svn commit: r1536969 - in /bloodhound/trunk: bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html bloodhound_relations/bhrelations/templates/relations_manage.html

2013-10-29 Thread rjollos
Author: rjollos Date: Wed Oct 30 05:43:50 2013 New Revision: 1536969 URL: http://svn.apache.org/r1536969 Log: 0.8dev: On relations widget and manage relations page, show the ticket shortname followed by the ticket summary. Refs #690. Modified: bloodhound/trunk/bloodhound_dashboard

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

2013-10-29 Thread rjollos
Author: rjollos Date: Wed Oct 30 05:27:50 2013 New Revision: 1536966 URL: http://svn.apache.org/r1536966 Log: 0.8dev: Exclude functional test cases when executing `python setup.py test` or `python -m tests.__init__`. Refs #624. Initial patch by Olemis Lang. Modified: bloodhound/trunk

svn commit: r1536964 - in /bloodhound/trunk/bloodhound_multiproduct/tests: __init__.py core.py env.py hooks.py mimeview/__init__.py mimeview/pygments.py model.py upgrade.py upgrade_postgres.py

2013-10-29 Thread rjollos
Author: rjollos Date: Wed Oct 30 04:42:33 2013 New Revision: 1536964 URL: http://svn.apache.org/r1536964 Log: 0.8dev: Isolate import of `unittest2` module to a single location. The comparision `sys.version < (2, 7)` in `tests.core` was incorrect (the correct comparision is `sys.version_i

svn commit: r1536232 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html

2013-10-27 Thread rjollos
Author: rjollos Date: Mon Oct 28 00:53:49 2013 New Revision: 1536232 URL: http://svn.apache.org/r1536232 Log: 0.8dev: Relations widget: add ticket `type`, `status` and `resolution` (if closed) to the ticket summary. Refs #690. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard

svn commit: r1534486 - in /bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/css: ./ browser.css

2013-10-21 Thread rjollos
Author: rjollos Date: Tue Oct 22 04:06:13 2013 New Revision: 1534486 URL: http://svn.apache.org/r1534486 Log: 0.8dev: Added `browser.css`, copied from Trac with minor modifications. Refs #584. Patch by Olemis Lang. Added: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/css/ bloodhound

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

2013-10-15 Thread rjollos
Author: rjollos Date: Wed Oct 16 05:17:11 2013 New Revision: 1532641 URL: http://svn.apache.org/r1532641 Log: 0.8dev: Fixed regression in r1522789 which resulted in active mainnav item not being highlighted. Refs #693. `req.chrome` should be manipulated in `post_process_request` rather than

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

2013-10-02 Thread rjollos
Author: rjollos Date: Wed Oct 2 07:03:03 2013 New Revision: 1528323 URL: http://svn.apache.org/r1528323 Log: 0.8dev: Prevent internal error rendering an error page and `mainnav` is not in `req.chrome['nav']`. Refs #667. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/theme.py

svn commit: r1527447 - in /bloodhound/trunk: bloodhound_multiproduct/tests/functional/ trac/trac/tests/functional/

2013-09-29 Thread rjollos
Author: rjollos Date: Mon Sep 30 05:31:52 2013 New Revision: 1527447 URL: http://svn.apache.org/r1527447 Log: 0.8dev: Added Bloodhound infrastructure to run functional test cases, and test modules for prefs and ticket. Refs #387. Patch by Olemis Lang. Added: bloodhound/trunk

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

2013-09-29 Thread rjollos
Author: rjollos Date: Mon Sep 30 05:31:04 2013 New Revision: 1527446 URL: http://svn.apache.org/r1527446 Log: 0.8dev: Added attribute `apply_bhwiki_upgrades` to control when Bloodhound wiki upgrades are applied. This will allow the upgrades to be skipped when running the functional tests. Refs

svn commit: r1527442 - in /bloodhound/trunk: bloodhound_multiproduct/multiproduct/hooks.py bloodhound_theme/bhtheme/templates/bh_product_list.html bloodhound_theme/bhtheme/theme.py

2013-09-29 Thread rjollos
Author: rjollos Date: Mon Sep 30 05:00:03 2013 New Revision: 1527442 URL: http://svn.apache.org/r1527442 Log: 0.8dev: Added an //Edit// link to the prooduct list page. Refs #669. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/hooks.py bloodhound

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

2013-09-29 Thread rjollos
Author: rjollos Date: Mon Sep 30 04:59:47 2013 New Revision: 1527441 URL: http://svn.apache.org/r1527441 Log: 0.8dev: Added missing marker in comment section. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Modified: bloodhound/trunk/bloodhound_theme

svn commit: r1527439 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_perms.html

2013-09-29 Thread rjollos
Author: rjollos Date: Mon Sep 30 04:08:25 2013 New Revision: 1527439 URL: http://svn.apache.org/r1527439 Log: 0.8dev: In permission admin panel, grey out actions which are no longer defined. Refs #666, trac:#10752. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates

svn commit: r1527437 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_perms.html

2013-09-29 Thread rjollos
Author: rjollos Date: Mon Sep 30 04:00:27 2013 New Revision: 1527437 URL: http://svn.apache.org/r1527437 Log: 0.8dev: PEP-0008 whitespace changes. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_perms.html Modified: bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1527436 - in /bloodhound/trunk/bloodhound_theme/bhtheme/templates: bh_ticket.html bh_wiki_edit_form.html

2013-09-29 Thread rjollos
Author: rjollos Date: Mon Sep 30 03:37:27 2013 New Revision: 1527436 URL: http://svn.apache.org/r1527436 Log: 0.8dev: Added `trac-target-new` class to //Preferences// links. Refs #677. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html bloodhound/trunk

svn commit: r1526635 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html

2013-09-26 Thread rjollos
Author: rjollos Date: Thu Sep 26 18:11:59 2013 New Revision: 1526635 URL: http://svn.apache.org/r1526635 Log: 0.8dev: Escape substitution of `$USER` in template. Fixes #673. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html Modified

svn commit: r1525324 - /bloodhound/trunk/bloodhound_search/bhsearch/tests/__init__.py

2013-09-21 Thread rjollos
Author: rjollos Date: Sun Sep 22 06:21:14 2013 New Revision: 1525324 URL: http://svn.apache.org/r1525324 Log: 0.8dev: tests in `security` module need to be executed after the other tests since a multiproduct upgrade is done. Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests

svn commit: r1525325 - in /bloodhound/trunk/bloodhound_search/bhsearch/tests: search_resources/base.py search_resources/ticket_search.py security.py

2013-09-21 Thread rjollos
Author: rjollos Date: Sun Sep 22 06:21:50 2013 New Revision: 1525325 URL: http://svn.apache.org/r1525325 Log: 0.8dev: PEP-0008 whitespace changes. Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests/search_resources/base.py bloodhound/trunk/bloodhound_search/bhsearch/tests

svn commit: r1525323 - /bloodhound/trunk/bloodhound_search/bhsearch/tests/web_ui.py

2013-09-21 Thread rjollos
Author: rjollos Date: Sun Sep 22 06:17:12 2013 New Revision: 1525323 URL: http://svn.apache.org/r1525323 Log: 0.8dev: `test_product_ticket_href` in `bhsearch.tests.web_ui.WebUiTestCaseWithWhoosh` was failing because `MockProductEnvironment` didn't have the methods `abs_href` and `resolve

svn commit: r1525321 - /bloodhound/trunk/bloodhound_search/bhsearch/tests/web_ui.py

2013-09-21 Thread rjollos
Author: rjollos Date: Sun Sep 22 06:03:32 2013 New Revision: 1525321 URL: http://svn.apache.org/r1525321 Log: 0.8dev: PEP-0008 whitespace changes. Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests/web_ui.py Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests/web_ui.py URL

svn commit: r1524899 - /bloodhound/trunk/bloodhound_search/bhsearch/tests/security.py

2013-09-19 Thread rjollos
Author: rjollos Date: Fri Sep 20 04:21:25 2013 New Revision: 1524899 URL: http://svn.apache.org/r1524899 Log: 08.dev: First argument to the assert method is the expected value, per convention. Made some PEP-0008 whitespace changes. Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests

svn commit: r1524640 - /bloodhound/trunk/bloodhound_search/bhsearch/tests/security.py

2013-09-19 Thread rjollos
Author: rjollos Date: Thu Sep 19 07:19:08 2013 New Revision: 1524640 URL: http://svn.apache.org/r1524640 Log: Renamed class to end with `TestCase`, per convention. Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests/security.py Modified: bloodhound/trunk/bloodhound_search/bhsearch

svn commit: r1524639 - /bloodhound/trunk/bloodhound_search/bhsearch/tests/security.py

2013-09-19 Thread rjollos
Author: rjollos Date: Thu Sep 19 07:16:43 2013 New Revision: 1524639 URL: http://svn.apache.org/r1524639 Log: `AuthzSecurityTestCase` was not being executed since it was added in [1493719]. Conditionally make the test suite if `ConfigObj` is installed. Modified: bloodhound/trunk

svn commit: r1524638 - /bloodhound/trunk/bloodhound_search/bhsearch/tests/search_resources/__init__.py

2013-09-19 Thread rjollos
Author: rjollos Date: Thu Sep 19 07:15:10 2013 New Revision: 1524638 URL: http://svn.apache.org/r1524638 Log: Entire `search_resources` test module can be executed by `python ./bhsearch/tests/search_resources/__init__.py`. Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests

svn commit: r1524626 - in /bloodhound/trunk: bloodhound_multiproduct/multiproduct/config.py bloodhound_search/bhsearch/tests/base.py

2013-09-18 Thread rjollos
Author: rjollos Date: Thu Sep 19 05:48:49 2013 New Revision: 1524626 URL: http://svn.apache.org/r1524626 Log: 0.8dev: Replaced instances of `has_key` with `in` operator. Related to trac:#11306. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/config.py bloodhound/trunk

svn commit: r1523913 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py

2013-09-16 Thread rjollos
Author: rjollos Date: Tue Sep 17 06:01:35 2013 New Revision: 1523913 URL: http://svn.apache.org/r1523913 Log: 0.8dev: Add `TitleIndex` and `RecentChanges` pages when product is created. Refs #575. Patch by Olemis Lang. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py

svn commit: r1523898 - in /bloodhound/trunk: bloodhound_dashboard/bhdashboard/widgets/templates/widget_media_list.html bloodhound_theme/bhtheme/templates/bh_product_list.html bloodhound_theme/bhtheme/

2013-09-16 Thread rjollos
Author: rjollos Date: Tue Sep 17 05:34:51 2013 New Revision: 1523898 URL: http://svn.apache.org/r1523898 Log: 0.8dev: Show a media list on the Products list page. Refs #562. Patch by Olemis Lang. Added: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_list.html Modified

svn commit: r1523884 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_media_list.html

2013-09-16 Thread rjollos
Author: rjollos Date: Tue Sep 17 04:50:37 2013 New Revision: 1523884 URL: http://svn.apache.org/r1523884 Log: 0.8dev: Introduce in dashboard generic template widget_media_list.html for items list. Refs #562. Patch by Olemis Lang. Added: bloodhound/trunk/bloodhound_dashboard/bhdashboard

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

2013-09-13 Thread rjollos
Author: rjollos Date: Fri Sep 13 07:39:07 2013 New Revision: 1522803 URL: http://svn.apache.org/r1522803 Log: 0.8dev: Part of [1522763]. Refs #562. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/web_ui.py Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct

svn commit: r1522789 - in /bloodhound/trunk: bloodhound_theme/bhtheme/templates/bloodhound_theme.html bloodhound_theme/bhtheme/theme.py installer/bloodhound_setup.py

2013-09-13 Thread rjollos
Author: rjollos Date: Fri Sep 13 06:35:13 2013 New Revision: 1522789 URL: http://svn.apache.org/r1522789 Log: 0.8dev: "Admin" entry is moved from the mainnav to metanav prior to template rendering. Refs #636. Modified: bloodhound/trunk/bloodhound_theme/bhtheme

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

2013-09-13 Thread rjollos
Author: rjollos Date: Fri Sep 13 06:31:55 2013 New Revision: 1522787 URL: http://svn.apache.org/r1522787 Log: 0.8dev: PEP-0008 whitespace changes. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/query.py Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct

svn commit: r1522763 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/templates/product_list.html

2013-09-13 Thread rjollos
Author: rjollos Date: Fri Sep 13 02:26:38 2013 New Revision: 1522763 URL: http://svn.apache.org/r1522763 Log: 0.8dev: Product list items point have correct `href` on deployments with non-default `base_url` mappings. Refs #562. Patch by Olemis Lang. Modified: bloodhound/trunk

svn commit: r1522757 - /bloodhound/trunk/.gitignore

2013-09-12 Thread rjollos
Author: rjollos Date: Fri Sep 13 01:23:07 2013 New Revision: 1522757 URL: http://svn.apache.org/r1522757 Log: 0.8dev: Ignore artifacts of applying patch. Modified: bloodhound/trunk/.gitignore Modified: bloodhound/trunk/.gitignore URL: http://svn.apache.org/viewvc/bloodhound/trunk

svn commit: r1522759 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/model.py

2013-09-12 Thread rjollos
Author: rjollos Date: Fri Sep 13 01:23:42 2013 New Revision: 1522759 URL: http://svn.apache.org/r1522759 Log: 0.8dev: PEP-0008 whitespace cleanup. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/model.py Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct

svn commit: r1519301 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html

2013-09-01 Thread rjollos
Author: rjollos Date: Sun Sep 1 18:10:16 2013 New Revision: 1519301 URL: http://svn.apache.org/r1519301 Log: 0.8dev: Show report id next to title on confirm delete page. This mirrors a change made to Trac in [trac 12005]. Refs #11176. Modified: bloodhound/trunk/bloodhound_theme/bhtheme

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

2013-08-27 Thread rjollos
Author: rjollos Date: Tue Aug 27 22:02:56 2013 New Revision: 1518010 URL: http://svn.apache.org/r1518010 Log: 0.8dev: Translatable message was generating a `gettext` error. Refs #639. Patch by Olemis.msg = _("Missing ticket field '%(field)s'.", field='product')

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

2013-08-26 Thread rjollos
Author: rjollos Date: Tue Aug 27 02:22:40 2013 New Revision: 1517740 URL: http://svn.apache.org/r1517740 Log: 0.8dev: Log warning or add warning message to page when the `product` field is missing from the ticket template's `data` dictionary. Refs #639. Patch by Olemis. Mod

svn commit: r1517739 - in /bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets: product.py templates/widget_product.html

2013-08-26 Thread rjollos
Author: rjollos Date: Tue Aug 27 02:03:36 2013 New Revision: 1517739 URL: http://svn.apache.org/r1517739 Log: 0.8dev: URLs in product widget were incorrect in product URL with subdomains. Refs #552. The query links from the product widget now exclude closed tickets and provide a more useful

svn commit: r1517736 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/product.py

2013-08-26 Thread rjollos
Author: rjollos Date: Tue Aug 27 01:07:34 2013 New Revision: 1517736 URL: http://svn.apache.org/r1517736 Log: 0.8dev: The "... more" link in the product widget did not point to the dashboard. Fixes #649. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/

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

2013-08-26 Thread rjollos
Author: rjollos Date: Tue Aug 27 01:04:07 2013 New Revision: 1517735 URL: http://svn.apache.org/r1517735 Log: 0.8dev: Reporter and timestamp in comment feed were not correct. Fixes #643. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/theme.py Modified: bloodhound/trunk/bloodhound_theme

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

2013-08-26 Thread rjollos
Author: rjollos Date: Tue Aug 27 00:58:52 2013 New Revision: 1517734 URL: http://svn.apache.org/r1517734 Log: 0.8dev: Prevent ticket summary field from collapsing when empty. Fixes #645. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Modified: bloodhound/trunk

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

2013-08-26 Thread rjollos
Author: rjollos Date: Mon Aug 26 08:54:13 2013 New Revision: 1517466 URL: http://svn.apache.org/r1517466 Log: 0.8dev: Applied workaround to hide the datepicker `div` at the bottom of the page. Refs #648. The workaround can be removed after upgrading to jQuery UI 1.9. Modified: bloodhound

svn commit: r1517450 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/product.py

2013-08-26 Thread rjollos
Author: rjollos Date: Mon Aug 26 07:57:13 2013 New Revision: 1517450 URL: http://svn.apache.org/r1517450 Log: 0.8dev: PEP-0008 whitespace changes. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/product.py Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard

svn commit: r2791 - in /release/bloodhound: apache-bloodhound-0.6.tar.gz apache-bloodhound-0.6.tar.gz.asc apache-bloodhound-0.6.tar.gz.md5

2013-08-23 Thread rjollos
Author: rjollos Date: Fri Aug 23 20:13:50 2013 New Revision: 2791 Log: Removed old release. Removed: release/bloodhound/apache-bloodhound-0.6.tar.gz release/bloodhound/apache-bloodhound-0.6.tar.gz.asc release/bloodhound/apache-bloodhound-0.6.tar.gz.md5

svn commit: r1517012 - /bloodhound/site/index.html

2013-08-23 Thread rjollos
Author: rjollos Date: Fri Aug 23 20:08:56 2013 New Revision: 1517012 URL: http://svn.apache.org/r1517012 Log: Release 0.7 Modified: bloodhound/site/index.html Modified: bloodhound/site/index.html URL: http://svn.apache.org/viewvc/bloodhound/site/index.html?rev=1517012&r1=1517011&r2

svn commit: r1516778 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/config.py

2013-08-23 Thread rjollos
Author: rjollos Date: Fri Aug 23 09:26:18 2013 New Revision: 1516778 URL: http://svn.apache.org/r1516778 Log: PEP-0008 whitespace cleanup while reviewing code. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/config.py Modified: bloodhound/trunk/bloodhound_multiproduct

svn commit: r2773 - in /release/bloodhound: apache-bloodhound-0.7.tar.gz apache-bloodhound-0.7.tar.gz.asc apache-bloodhound-0.7.tar.gz.md5

2013-08-22 Thread rjollos
Author: rjollos Date: Thu Aug 22 19:50:04 2013 New Revision: 2773 Log: Releasing Bloodhound 0.7 Added: release/bloodhound/apache-bloodhound-0.7.tar.gz (with props) release/bloodhound/apache-bloodhound-0.7.tar.gz.asc release/bloodhound/apache-bloodhound-0.7.tar.gz.md5 Added

svn commit: r1515319 - in /bloodhound/trunk: bloodhound_dashboard/setup.py bloodhound_multiproduct/setup.py bloodhound_relations/setup.py bloodhound_search/setup.py bloodhound_theme/setup.py

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 08:43:06 2013 New Revision: 1515319 URL: http://svn.apache.org/r1515319 Log: Bumped package version numbers for the next release. Modified: bloodhound/trunk/bloodhound_dashboard/setup.py bloodhound/trunk/bloodhound_multiproduct/setup.py bloodhound

svn commit: r1515318 - /bloodhound/tags/0.7/

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 08:40:16 2013 New Revision: 1515318 URL: http://svn.apache.org/r1515318 Log: Tagging release 0.7 Added: bloodhound/tags/0.7/ (props changed) - copied from r1515317, bloodhound/branches/0.7/ Propchange: bloodhound/tags/0.7

svn commit: r2750 - in /dev/bloodhound: apache-bloodhound-0.7.tar.gz apache-bloodhound-0.7.tar.gz.asc apache-bloodhound-0.7.tar.gz.md5

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 08:38:40 2013 New Revision: 2750 Log: Adding 0.7 artifacts to the Bloodhound dist/dev aread for release votes. Added: dev/bloodhound/apache-bloodhound-0.7.tar.gz (with props) dev/bloodhound/apache-bloodhound-0.7.tar.gz.asc dev/bloodhound/apache

svn commit: r2749 - in /dev/bloodhound: apache-bloodhound-0.6.tar.gz apache-bloodhound-0.6.tar.gz.asc apache-bloodhound-0.6.tar.gz.md5

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 08:35:32 2013 New Revision: 2749 Log: Removing artifacts from previous release. Removed: dev/bloodhound/apache-bloodhound-0.6.tar.gz dev/bloodhound/apache-bloodhound-0.6.tar.gz.asc dev/bloodhound/apache-bloodhound-0.6.tar.gz.md5

svn commit: r1515314 - in /bloodhound/branches/0.7: bloodhound_dashboard/setup.cfg bloodhound_multiproduct/setup.cfg bloodhound_relations/setup.cfg bloodhound_search/setup.cfg bloodhound_theme/setup.c

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 08:24:11 2013 New Revision: 1515314 URL: http://svn.apache.org/r1515314 Log: 0.7-stable: Set package version info for 0.7 release. Modified: bloodhound/branches/0.7/bloodhound_dashboard/setup.cfg bloodhound/branches/0.7/bloodhound_multiproduct/setup.cfg

svn commit: r1515311 - /bloodhound/branches/0.7/

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 08:16:28 2013 New Revision: 1515311 URL: http://svn.apache.org/r1515311 Log: Branching for Release 7. Added: bloodhound/branches/0.7/ (props changed) - copied from r1515310, bloodhound/trunk/ Propchange: bloodhound/branches/0.7

svn commit: r1515310 - /bloodhound/trunk/RELEASE_NOTES

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 08:13:10 2013 New Revision: 1515310 URL: http://svn.apache.org/r1515310 Log: Updated release notes for Release 7. Modified: bloodhound/trunk/RELEASE_NOTES Modified: bloodhound/trunk/RELEASE_NOTES URL: http://svn.apache.org/viewvc/bloodhound/trunk

svn commit: r1515309 - /bloodhound/trunk/RELEASE_NOTES

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 08:11:03 2013 New Revision: 1515309 URL: http://svn.apache.org/r1515309 Log: Updated release notes for Release 7. Modified: bloodhound/trunk/RELEASE_NOTES Modified: bloodhound/trunk/RELEASE_NOTES URL: http://svn.apache.org/viewvc/bloodhound/trunk

svn commit: r1515299 - in /bloodhound/trunk: bloodhound_relations/bhrelations/api.py installer/bloodhound_setup.py

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 07:38:33 2013 New Revision: 1515299 URL: http://svn.apache.org/r1515299 Log: Fix for bloodhound relations configuration not being set on upgrade from a pre-0.6.0 version. Refs #630. Default `bhrelations` configuration is now specified through the option default

svn commit: r1515291 - in /bloodhound/trunk/installer: requirements-dev.txt requirements.txt

2013-08-19 Thread rjollos
Author: rjollos Date: Mon Aug 19 07:06:11 2013 New Revision: 1515291 URL: http://svn.apache.org/r1515291 Log: Specify version of pytz in requirements file to avoid problems with pip >= 1.4, which doesn't install pre-release versions by default. The versioning scheme for pytz is ident

svn commit: r1514232 - /bloodhound/trunk/

2013-08-15 Thread rjollos
Author: rjollos Date: Thu Aug 15 11:00:02 2013 New Revision: 1514232 URL: http://svn.apache.org/r1514232 Log: Set `svn:auto-props` on trunk directory. Modified: bloodhound/trunk/ (props changed) Propchange: bloodhound/trunk

svn commit: r1514197 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/admin.py

2013-08-15 Thread rjollos
Author: rjollos Date: Thu Aug 15 08:23:29 2013 New Revision: 1514197 URL: http://svn.apache.org/r1514197 Log: Replace `TracGuideToc` with `UserGuideToc` on bh wiki upgrade. Refs #555. A regression introduced in [1496686], which fixed unintended replacement of `TracIni` macro markup, also broke

svn commit: r1514179 - /bloodhound/trunk/.gitignore

2013-08-14 Thread rjollos
Author: rjollos Date: Thu Aug 15 06:43:37 2013 New Revision: 1514179 URL: http://svn.apache.org/r1514179 Log: Add a `.gitignore` file. Added: bloodhound/trunk/.gitignore Added: bloodhound/trunk/.gitignore URL: http://svn.apache.org/viewvc/bloodhound/trunk/.gitignore?rev=1514179&view=

svn commit: r2736 - in /release/bloodhound: apache-bloodhound-0.5.3.tar.gz apache-bloodhound-0.5.3.tar.gz.asc apache-bloodhound-0.5.3.tar.gz.md5

2013-08-14 Thread rjollos
Author: rjollos Date: Thu Aug 15 06:20:24 2013 New Revision: 2736 Log: Removed 0.5.3 release. Removed: release/bloodhound/apache-bloodhound-0.5.3.tar.gz release/bloodhound/apache-bloodhound-0.5.3.tar.gz.asc release/bloodhound/apache-bloodhound-0.5.3.tar.gz.md5

svn commit: r1513332 - in /bloodhound/trunk/bloodhound_relations/bhrelations: templates/manage.html templates/relations_manage.html web_ui.py

2013-08-12 Thread rjollos
Author: rjollos Date: Tue Aug 13 03:48:27 2013 New Revision: 1513332 URL: http://svn.apache.org/r1513332 Log: Renamed `bhrelations` `manage.html` template so that it is more likely to be unique when plugins are installed. Added: bloodhound/trunk/bloodhound_relations/bhrelations/templates

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

2013-08-12 Thread rjollos
Author: rjollos Date: Mon Aug 12 18:20:19 2013 New Revision: 1513214 URL: http://svn.apache.org/r1513214 Log: `multiproduct.batch` was not defined as an entry point for the `bloodhound_multiproduct` plugin, so it was being discovered as a single-file plugin. Refs #596. This is similar to the

svn commit: r1513032 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css templates/bh_wiki_view.html

2013-08-11 Thread rjollos
Author: rjollos Date: Mon Aug 12 03:12:10 2013 New Revision: 1513032 URL: http://svn.apache.org/r1513032 Log: Add padding around `trac-content`, such as wiki page content. The padding is 19px, which is the same as the Bootstrap `well` class. Refs #306. Thanks to James (mudri) for the patch

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

2013-08-11 Thread rjollos
Author: rjollos Date: Sun Aug 11 21:38:48 2013 New Revision: 1513009 URL: http://svn.apache.org/r1513009 Log: Added license header to file committed in [1511771]. Refs #596. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/batch.py Modified: bloodhound/trunk

svn commit: r1512540 - in /bloodhound/trunk/bloodhound_dashboard/bhdashboard/layouts/templates: bs_btnbar_full.html bs_grid_full.html

2013-08-09 Thread rjollos
Author: rjollos Date: Sat Aug 10 00:25:03 2013 New Revision: 1512540 URL: http://svn.apache.org/r1512540 Log: Consistent styling for help link labels. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/layouts/templates/bs_btnbar_full.html bloodhound/trunk/bloodhound_dashboard

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

2013-08-09 Thread rjollos
Author: rjollos Date: Fri Aug 9 21:44:59 2013 New Revision: 1512505 URL: http://svn.apache.org/r1512505 Log: Hide the //Modify Ticket// and //Manage Relations// buttons when viewing a version of the ticket page. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

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

2013-08-09 Thread rjollos
Author: rjollos Date: Fri Aug 9 20:09:53 2013 New Revision: 1512473 URL: http://svn.apache.org/r1512473 Log: Moved `#content` to the outermost div on the template. Refs #217, #271. This puts `bh_ticket.html` in line with other templates in Trac and Bloodhound, and results in the ticket comment

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

2013-08-08 Thread rjollos
Author: rjollos Date: Fri Aug 9 02:29:12 2013 New Revision: 1512127 URL: http://svn.apache.org/r1512127 Log: Monospace font for textarea inputs. Refs #271. Patch by James (mudri). Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Modified: bloodhound/trunk

svn commit: r1512122 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/hooks.py

2013-08-08 Thread rjollos
Author: rjollos Date: Fri Aug 9 01:25:55 2013 New Revision: 1512122 URL: http://svn.apache.org/r1512122 Log: Ensure `SCRIPT_NAME` var is set. Refs #594. Patch by Olemis. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/hooks.py Modified: bloodhound/trunk

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

2013-08-08 Thread rjollos
Author: rjollos Date: Fri Aug 9 01:09:04 2013 New Revision: 1512120 URL: http://svn.apache.org/r1512120 Log: Make rendered ticket version less prominent. Refs #621. This is a follow-on to [1511585,1511586]. Suggested by Olemis. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates

svn commit: r1511640 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/env.py tests/env.py

2013-08-08 Thread rjollos
Author: rjollos Date: Thu Aug 8 09:13:49 2013 New Revision: 1511640 URL: http://svn.apache.org/r1511640 Log: `multiproduct.env.ProductEnvironment`: Refactoring - Access path value in SplitResult object by attribute (available since Python 2.5) rather than index, to improve code clarity. Added

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

2013-08-08 Thread rjollos
Author: rjollos Date: Thu Aug 8 09:02:33 2013 New Revision: 1511628 URL: http://svn.apache.org/r1511628 Log: `multiproduct.env.ProductEnvironment`: Add unit test for `path` attribute laziness. Refs #595. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/env.py Modified: bloodhound

svn commit: r1511625 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/env.py tests/env.py

2013-08-08 Thread rjollos
Author: rjollos Date: Thu Aug 8 08:57:46 2013 New Revision: 1511625 URL: http://svn.apache.org/r1511625 Log: `multiproduct.env.ProductEnvironment`: Removed private `_abs_href` attribute, made unnecessary by use of `lazy` decorator. Refs #595. Modified: bloodhound/trunk

svn commit: r1511622 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/env.py tests/env.py

2013-08-08 Thread rjollos
Author: rjollos Date: Thu Aug 8 08:52:38 2013 New Revision: 1511622 URL: http://svn.apache.org/r1511622 Log: `multiproduct.env.ProductEnvironment`: Removed private `_href` variable, made unnecessary by use of `lazy` decorator. Refs #595. Modified: bloodhound/trunk/bloodhound_multiproduct

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

2013-08-08 Thread rjollos
Author: rjollos Date: Thu Aug 8 07:53:11 2013 New Revision: 1511609 URL: http://svn.apache.org/r1511609 Log: Whitespace cleanup. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/env.py Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/env.py URL: http

svn commit: r1511592 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_view.html

2013-08-07 Thread rjollos
Author: rjollos Date: Thu Aug 8 06:27:36 2013 New Revision: 1511592 URL: http://svn.apache.org/r1511592 Log: Removed unused "milestone owner" code from the milestone view template. The "milestone owner" code can be re-added if //owner// is added ot the milestone model

svn commit: r1511588 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_change.html

2013-08-07 Thread rjollos
Author: rjollos Date: Thu Aug 8 05:49:39 2013 New Revision: 1511588 URL: http://svn.apache.org/r1511588 Log: Leading whitespace was being appended to the text in the ticket commend edit box. Fixes #625. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_change.html

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

2013-08-07 Thread rjollos
Author: rjollos Date: Thu Aug 8 05:43:57 2013 New Revision: 1511586 URL: http://svn.apache.org/r1511586 Log: Fixed syntax error in [1511585]. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates

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

2013-08-07 Thread rjollos
Author: rjollos Date: Thu Aug 8 05:19:36 2013 New Revision: 1511585 URL: http://svn.apache.org/r1511585 Log: Show ticket version in the title heading. Refs #621. Patch by Olemis. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Modified: bloodhound/trunk

svn commit: r1511241 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_plugins.html

2013-08-07 Thread rjollos
Author: rjollos Date: Wed Aug 7 10:36:34 2013 New Revision: 1511241 URL: http://svn.apache.org/r1511241 Log: !PluginAdmin page: Format wiki markup in the component and module summaries. Refs #590. Patch by Olemis. Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates

svn commit: r1510975 - in /bloodhound/trunk/installer: requirements-dev.txt requirements.txt

2013-08-06 Thread rjollos
Author: rjollos Date: Tue Aug 6 14:40:08 2013 New Revision: 1510975 URL: http://svn.apache.org/r1510975 Log: Freeze versions of Genshi and Babel in requirements. Later versions of Genshi and Babel have problems that will be fixed in Trac 1.0.2. Modified: bloodhound/trunk/installer

svn commit: r1508449 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/ticket.py

2013-07-30 Thread rjollos
Author: rjollos Date: Tue Jul 30 14:00:03 2013 New Revision: 1508449 URL: http://svn.apache.org/r1508449 Log: Fix for components with unicode characters preventing rendering of the milestone view. Fixes #616. The milestone view shows a list of components, and the milestone view would not

svn commit: r1505871 - in /bloodhound/trunk: bloodhound_dashboard/bhdashboard/widgets/templates/ bloodhound_multiproduct/multiproduct/ bloodhound_theme/bhtheme/templates/ trac/trac/ticket/

2013-07-22 Thread rjollos
Author: rjollos Date: Tue Jul 23 00:53:51 2013 New Revision: 1505871 URL: http://svn.apache.org/r1505871 Log: Reverse merge [1505863]. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_grid.html bloodhound/trunk/bloodhound_multiproduct/multiproduct

svn commit: r1504381 - in /bloodhound/branches/0.6: ./ bloodhound_multiproduct/multiproduct/env.py bloodhound_multiproduct/tests/env.py

2013-07-18 Thread rjollos
Author: rjollos Date: Thu Jul 18 07:31:10 2013 New Revision: 1504381 URL: http://svn.apache.org/r1504381 Log: Merged [1504226] and [1504317] from trunk to 0.6 branch. Modified: bloodhound/branches/0.6/ (props changed) bloodhound/branches/0.6/bloodhound_multiproduct/multiproduct/env.py

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

2013-07-17 Thread rjollos
Author: rjollos Date: Wed Jul 17 23:08:24 2013 New Revision: 1504317 URL: http://svn.apache.org/r1504317 Log: Fix duplicated test case name. Refs #592. Improved test case documentation. Thanks to Olemis for spotting issue with test case name duplication. Modified: bloodhound/trunk

svn commit: r1504226 - in /bloodhound/trunk/bloodhound_multiproduct: multiproduct/env.py tests/env.py

2013-07-17 Thread rjollos
Author: rjollos Date: Wed Jul 17 18:29:56 2013 New Revision: 1504226 URL: http://svn.apache.org/r1504226 Log: Global and product !TracLinks did not resolve correctly for certain configurations. Refs #592. The `[multiproduct] product_base_url` setting was being ignored when `[trac] base_url

svn commit: r1503938 - /bloodhound/trunk/bloodhound_multiproduct/tests/hooks.py

2013-07-16 Thread rjollos
Author: rjollos Date: Tue Jul 16 23:02:37 2013 New Revision: 1503938 URL: http://svn.apache.org/r1503938 Log: Added additional unit tests for `ProductizedHref`. Refs #579. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/hooks.py Modified: bloodhound/trunk/bloodhound_multiproduct

svn commit: r1503579 - /bloodhound/site/index.html

2013-07-16 Thread rjollos
Author: rjollos Date: Tue Jul 16 07:22:53 2013 New Revision: 1503579 URL: http://svn.apache.org/r1503579 Log: Bloodhound 0.6 released. Modified: bloodhound/site/index.html Modified: bloodhound/site/index.html URL: http://svn.apache.org/viewvc/bloodhound/site/index.html?rev=1503579&am

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

2013-07-15 Thread rjollos
Author: rjollos Date: Tue Jul 16 06:36:36 2013 New Revision: 1503571 URL: http://svn.apache.org/r1503571 Log: !BloodhoundRelations `web_ui` module now returns an empty list since there are no static resource directories. Refs #519. Modified: bloodhound/trunk/bloodhound_relations/bhrelations

svn commit: r1503569 - /bloodhound/trunk/bloodhound_multiproduct/tests/web_ui.py

2013-07-15 Thread rjollos
Author: rjollos Date: Tue Jul 16 06:28:39 2013 New Revision: 1503569 URL: http://svn.apache.org/r1503569 Log: Fixed unit test failure after [1495037]. Refs #561. Check for existence of warning message and combined two test cases that were both checking for behavior when a product doesn't

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

2013-07-15 Thread rjollos
Author: rjollos Date: Tue Jul 16 06:24:18 2013 New Revision: 1503568 URL: http://svn.apache.org/r1503568 Log: Allow multiproduct tests to be executed by running `python ./tests/__init__.y`. Modified: bloodhound/trunk/bloodhound_multiproduct/tests/__init__.py Modified: bloodhound/trunk

svn commit: r1503560 - in /bloodhound/trunk/bloodhound_search/bhsearch/tests: ./ search_resources/

2013-07-15 Thread rjollos
Author: rjollos Date: Tue Jul 16 05:26:56 2013 New Revision: 1503560 URL: http://svn.apache.org/r1503560 Log: Move import of unittest or unittest2 to package initialization module to simplify code following [1502759] and [1476926]. Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests

svn commit: r1503558 - /bloodhound/trunk/bloodhound_search/bhsearch/tests/base.py

2013-07-15 Thread rjollos
Author: rjollos Date: Tue Jul 16 04:58:41 2013 New Revision: 1503558 URL: http://svn.apache.org/r1503558 Log: Fix unit test failures that seem to be caused by enforcement of permissions after r1493719. Refs #559. Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests/base.py Modified

svn commit: r1503479 - in /bloodhound/trunk: bloodhound_dashboard/setup.py bloodhound_relations/setup.py bloodhound_search/setup.py

2013-07-15 Thread rjollos
Author: rjollos Date: Mon Jul 15 21:19:06 2013 New Revision: 1503479 URL: http://svn.apache.org/r1503479 Log: Remove from `setup.py` compatibility code for older versions of Python that aren't supported. Modified: bloodhound/trunk/bloodhound_dashboard/setup.py bloodhound/

svn commit: r1503456 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/hooks.py

2013-07-15 Thread rjollos
Author: rjollos Date: Mon Jul 15 20:25:48 2013 New Revision: 1503456 URL: http://svn.apache.org/r1503456 Log: Fix for `ProductizedHref` throwing an exception when a dictionary is the first argument. Refs #579. Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/hooks.py

svn commit: r1503454 - /bloodhound/trunk/bloodhound_multiproduct/tests/hooks.py

2013-07-15 Thread rjollos
Author: rjollos Date: Mon Jul 15 20:24:35 2013 New Revision: 1503454 URL: http://svn.apache.org/r1503454 Log: Added a failing test case for `ProductizedHref` contract violation. Refs #579. Added: bloodhound/trunk/bloodhound_multiproduct/tests/hooks.py Added: bloodhound/trunk

<    1   2   3   4   5   >