1. c3e3129 Updated README with new URL by John Chambers · 6 years ago trunk
  2. 1a45aa1 Update Vagrant and Salt files to include new bloodhound vm by John Chambers · 6 years ago
  3. 93a33a7 towards fixing vagrant development with salt by Gary Martin · 7 years ago
  4. b2af57f Adding the Batch Create Tickets feature wiki macro to BH by merging the finalized changes on bep_0011_batch_create_tickets feature branch [1598681]:[1786358] into trunk by Dammina · 7 years ago
  5. eceb177 Merging changes from the trunk. by Dammina · 7 years ago bep_0011_batch_create_tickets
  6. 46f4cb0 0.9.0dev: Tidy up `setup.py` and remove `distutils` support by Ryan Ollos · 7 years ago
  7. f39a747 0.9.0dev: Fix incorrect version comparison by Ryan Ollos · 7 years ago
  8. 06a3545 0.9.0dev: Remove `tag_svn_revision` from `setup.cfg` by Ryan Ollos · 7 years ago
  9. 9f23516 add product information to the tabular view by Dammina · 8 years ago
  10. 63f86c3 modified styling for macro generated tables by Dammina · 8 years ago
  11. da35f23 formatted js code by Dammina · 8 years ago
  12. 700f171 Sync the bep_0011_batch_create_tickets branch with ^/trunk. by Dammina · 8 years ago
  13. ca7d078 restructure the jquery code snippets related to BatchCreateTickets and CreatedTickets wiki macros by Dammina · 8 years ago
  14. bc8a19b stabilizing the batch create tickets macro. Fixed issue in js resource loading. by Dammina · 8 years ago
  15. cf95ade #813: Adjusting relations permissions so TICKET_VIEW sufficient to view. by Gary Martin · 9 years ago
  16. 732f564 0.9dev: Freeze Pygments at version 1.6. by Ryan Ollos · 9 years ago
  17. d576fc6 adding a vagrant + salt dev setup by Gary Martin · 9 years ago
  18. 8ccf7b3 0.9dev: Indentation fixes. by Ryan Ollos · 9 years ago
  19. 1f0803c add the project name ane environments directory to installation process by Thimal Kempitiya · 9 years ago
  20. d930982 0.9dev: Fixed location of `activate.bat` on Windows. by Ryan Ollos · 9 years ago
  21. 3b27a56 0.9dev: Bumped package version numbers. by Ryan Ollos · 9 years ago
  22. 7f11849 0.8dev: Finalize release notes for 0.8. by Ryan Ollos · 9 years ago
  23. aafbf0c adding a new setup.py for the installer - towards #809 by Gary Martin · 10 years ago
  24. f6f3d84 reorganising installer code into a package, adding a new wrapping bloodhound_setup script - towards #809 by Gary Martin · 10 years ago
  25. 02b1b03 removed the dependencies to trac/ticket midule. by Dammina · 10 years ago
  26. 0fbeb02 Added `.gitignore` to `.rat-ignore`. by Ryan Ollos · 10 years ago
  27. 1b8ae5b looks like .gitignore files can be commented so just adding the standard license header to it by Gary Martin · 10 years ago
  28. b82d637 Fixed some errors in documentation. Initial work on adding unit tests. by Dammina · 10 years ago
  29. 014a96a updated the documentation by Dammina · 10 years ago
  30. d9b65f4 0.8dev: Added unit tests to bloodhound_theme (1 test so far). by Ryan Ollos · 10 years ago
  31. 059e9e9 Changed the feature to a wiki macro by Dammina · 10 years ago
  32. 11bc544 0.8dev: Part of [1616400]. Refs #795. by Ryan Ollos · 10 years ago
  33. 3e33557 0.8dev: Removed debug statements. by Ryan Ollos · 10 years ago
  34. 031557f 0.8dev: Correctly set `environment_factory` and `request_factory` on multiproduct upgrade. Refs #795. by Ryan Ollos · 10 years ago
  35. 8aa146b 0.8dev: Use fully-qualified name for `request_factory` and `environment_factory`. Refs #795. by Ryan Ollos · 10 years ago
  36. 5d03793 Modified several components of the feature. by Dammina · 10 years ago
  37. 09eb45e The new functionality provides the users the freedom to change the number of tickets at any moment. by Dammina · 10 years ago
  38. 42afd1a clearing the lru_cache close to the beginning of a request to limit impact of caching errors in multi process/threaded web serving - towards #613 by Gary Martin · 10 years ago
  39. b1f360d modified the GUI and formatted the code into PEP 8 standards. by Dammina · 10 years ago
  40. c3d1f46 adding unit test for checking that adding milestones in one thread is reflected in other threads - possibly related to #613 by Gary Martin · 10 years ago
  41. 6709564 Fix translation of main page Create ticket by SaintGermain · 10 years ago
  42. dde48ba Fix translation problem in account manager by SaintGermain · 10 years ago
  43. b5c337f Add missing translation to catalog and update french translations by SaintGermain · 10 years ago
  44. 9c39522 Details of the created tickets appear in a ticket table by Dammina · 10 years ago
  45. 9d4230b User interaction capability added to the component by Dammina · 10 years ago
  46. 7e8daae IPermissionRequestorMethods implemented by Dammina · 10 years ago
  47. c1b1187 limit the feature only to specific pages by Dammina · 10 years ago
  48. e54dab7 removed the changes in the existing templates. Implement the ITemplateStreamFilter methods instead. by Dammina · 10 years ago
  49. 1f3251f Extended the Quick Create Ticket plugin to create multiple tickets at once by Dammina · 10 years ago
  50. fa96e75 Updated format by Dammina · 10 years ago
  51. 455544c bh_empty_table modified by dammina · 10 years ago
  52. 375efa0 template for rendering an empty table to enter batch of data to create tickets. (bh_empty_table.html) by dammina · 10 years ago
  53. b73c6b0 #618 QCT, update select field values when switching product. by Antony · 10 years ago
  54. a54b32c Creating a branch for the GSoC batch create tickets project by dammina · 10 years ago
  55. b857741 0.8dev: PEP-0008 changes and fixed missing `id` tag. by Ryan Ollos · 10 years ago
  56. 02a18f9 0.8dev: Fixed unbound local variable errors when exception is raised. Refs #800. by Ryan Ollos · 10 years ago
  57. 189a3f3 0.8dev: Added Whoosh version to //SystemInfo// table. Refs #794. by Ryan Ollos · 10 years ago
  58. 97f5288 0.8dev: Fixed missing import. PEP-0008 changes. by Ryan Ollos · 10 years ago
  59. f9c5695 0.8dev: Removed imports that are not needed after r1566160. Refs #741. Some additional PEP-0008 changes. by Ryan Ollos · 10 years ago
  60. 90071f3 0.8dev: Removed //Trac// and //setuptools// from package installation requirements. by Ryan Ollos · 10 years ago
  61. 14d346a 0.8dev: Added Boostrap styling to the //Edit Product// page. Refs #570. by Ryan Ollos · 10 years ago
  62. ec9b4c7 0.8dev: Added MySQL support to install script. Refs #787. by Ryan Ollos · 10 years ago
  63. 9e69a36 0.8dev: Fixed documentation for `BlockerValidator`. by Ryan Ollos · 10 years ago
  64. a6fb601 0.8dev: Use the standard message extractors rather than the JS message extractors. Refs #694. by Ryan Ollos · 10 years ago
  65. 8b2f05b 0.8dev: PEP-0008 changes and proper markup for a translatable string. by Ryan Ollos · 10 years ago
  66. 92fab49 0.8dev: Fixed error in rename in r1578595. by Ryan Ollos · 10 years ago
  67. b060239 0.8dev: Copied `product_edit.html` to `bh_product_edit.html`. The later will be modified for Bootstrap markup. by Ryan Ollos · 10 years ago
  68. c8bbba1 0.8dev: Updated release notes to account for recent change and clarification on a defect. by Ryan Ollos · 10 years ago
  69. 5d412c0 0.8dev: Added Bootstrap styling to Roadmap template. Refs #789. by Ryan Ollos · 10 years ago
  70. 607d6b7 0.8dev: Hide heading if there are no items. by Ryan Ollos · 10 years ago
  71. ecd3c64 0.8dev: Refactored template. by Ryan Ollos · 10 years ago
  72. a261c26 0.8dev: Added a margin around the //Create new report// button. by Ryan Ollos · 10 years ago
  73. d2e2c22 0.8dev: Removed unneeded `span`. by Ryan Ollos · 10 years ago
  74. 2821159 0.8dev: Follow-on to [1557980]. Avoid printing messy traceback from failed imports. by Ryan Ollos · 10 years ago
  75. 313cc01 0.8dev: Clarification on Whoosh upgrade and fixed typo. by Ryan Ollos · 10 years ago
  76. 6fa05b6 Refactor bhrelations tests. by Anže Starič · 10 years ago
  77. 2f4ec03 Refactor OneToManyValidator. by Anže Starič · 10 years ago
  78. bbe2423 0.8dev: It was not possible to create multiple //is a parent of// relations. Refs #775. by Ryan Ollos · 10 years ago
  79. 0930923 0.8dev: Moved `ValidationError` to the top of the module, per the convention in Trac. by Ryan Ollos · 10 years ago
  80. cbaed80 0.8dev: Updated release notes for Release 8. by Ryan Ollos · 10 years ago
  81. 235df5c 0.8dev: Removed print statement from 1574195. by Ryan Ollos · 10 years ago
  82. 0ff38fa 0.8dev: Part of r1567417. Refs #754. by Ryan Ollos · 10 years ago
  83. 01c9ff9 0.8dev: When attempting to add a product, preserve form data when a warning is raised. Refs #661. by Ryan Ollos · 10 years ago
  84. d92b94f #727 Disable "More fields" link instead of hiding when no product selected. by Antony · 10 years ago
  85. b549dc5 0.8dev: Make exception message in `OneToManyValidator` translatable and use markup to emphasize text. Refs #776, by Ryan Ollos · 10 years ago
  86. 272d3f0 0.8dev: Validation that checked for open child tickets had reversed logic. Refs #746. by Ryan Ollos · 10 years ago
  87. 78ae893 Test for search index rebuild with documents without product. Refs: #773 by Anže Starič · 10 years ago
  88. d8da8db Use get to access product in search documents. Refs: #773 by Anže Starič · 10 years ago
  89. 500a8c2 0.8dev: Do not crash if product names or invalid prefix set in product column. Refs #709. by Ryan Ollos · 10 years ago
  90. 4a7708b 0.8dev: Fixed regression in r1570616: the product at scope is no longer the default selection. Refs #727. by Ryan Ollos · 10 years ago
  91. 875b928 0.8dev: Reformat file to fix style and indentation. by Ryan Ollos · 10 years ago
  92. 646fcab 0.8dev: Use column name for determining the MAX value when updating the sequence. Refs #708. by Ryan Ollos · 10 years ago
  93. a6df148 0.8dev: Package tests can be executed using `__init__` in the module path. by Ryan Ollos · 10 years ago
  94. f346603 Use get to access product in search documents. Refs: #773 by Anže Starič · 10 years ago
  95. bc9a178 0.8dev: Removed unused imports. by Ryan Ollos · 10 years ago
  96. 4445699 0.8dev: Fix for help not being output when `trac-admin` commands are called at product scope with incorrect arguments. Refs #757. by Ryan Ollos · 10 years ago
  97. dc40864 0.8dev: Added tests for output of help when `trac-admin` is called at product-scope with improper arguments. Refs #756. by Ryan Ollos · 10 years ago
  98. fda8788 0.8dev: Fix for help commands at product scope not being output. Refs #757. by Ryan Ollos · 10 years ago
  99. 9a4ab3e 0.8dev: Added tests for help command at product scope. Refs #757. by Ryan Ollos · 10 years ago
  100. a2a55ad 0.8dev: Removed `_execute` method from `ProductTracAdminTestCase`. Refs #768. by Ryan Ollos · 10 years ago