| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds a 'Create and continue' button on project form. | Jean-Philippe Lang | 2011-07-21 | 1 | -0/+7 |
* | Fixes assertions (#8836). | Jean-Philippe Lang | 2011-07-20 | 1 | -2/+2 |
* | Fixed: additional workflow transitions not available when set to both author ... | Jean-Philippe Lang | 2011-07-20 | 1 | -4/+4 |
* | Validate custom field regexp (#8865). | Jean-Philippe Lang | 2011-07-20 | 1 | -2/+11 |
* | Removed a few assertions. | Jean-Philippe Lang | 2011-07-18 | 1 | -24/+0 |
* | REST API for reading attachments (#7671). | Jean-Philippe Lang | 2011-07-18 | 3 | -2/+108 |
* | More accurate date validation. | Jean-Philippe Lang | 2011-07-11 | 1 | -0/+8 |
* | Validate date filters values. | Jean-Philippe Lang | 2011-07-11 | 1 | -0/+16 |
* | scm: git: add functional test of destroying invalid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-11 | 1 | -0/+27 |
* | scm: git: add functional test of destroying valid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-11 | 1 | -0/+12 |
* | scm: git: add instance variable @project at functional test. | Toshi MARUYAMA | 2011-07-11 | 1 | -2/+3 |
* | scm: mercurial: add functional test of destroying invalid repository (#8777, ... | Toshi MARUYAMA | 2011-07-11 | 1 | -0/+27 |
* | scm: mercurial: add functional test of destroying valid repository (#8777, #6... | Toshi MARUYAMA | 2011-07-11 | 1 | -0/+12 |
* | scm: mercurial: add instance variable @project at functional test. | Toshi MARUYAMA | 2011-07-11 | 1 | -1/+2 |
* | scm: cvs: add functional test of destroying invalid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+28 |
* | scm: cvs: add functional test of destroying valid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+12 |
* | scm: filesystem: add functional test of destroying invalid repository (#6713,... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+21 |
* | scm: filesystem: add functional test of destroying valid repository (#6713, #... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+9 |
* | scm: filesystem: add instance variable @project at functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -1/+2 |
* | scm: bazaar: add functional test of destroying invalid repository (#6713, #47... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+26 |
* | scm: bazaar: add functional test of destroying valid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+12 |
* | scm: darcs: add functional test of destroying invalid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+27 |
* | scm: darcs: add functional test of destroying valid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+12 |
* | scm: darcs: code clean up functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -2/+4 |
* | scm: subversion: code clean up functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -6/+3 |
* | Keep invalid values and add validation error message. | Jean-Philippe Lang | 2011-07-10 | 1 | -1/+0 |
* | Reject non numeric values for numeric fields. | Jean-Philippe Lang | 2011-07-10 | 1 | -0/+9 |
* | Fixes filters on float values. | Jean-Philippe Lang | 2011-07-10 | 1 | -6/+23 |
* | Adds date based filters (#4729) and date range filter (#6954). | Jean-Philippe Lang | 2011-07-10 | 1 | -0/+28 |
* | scm: subversion: add functional test of destroying invalid repository (#8458,... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+26 |
* | scm: subversion: add functional test of destroying valid repository (#8458, #... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+14 |
* | scm: mercurial: add missing "assert" changesets size at functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -6/+6 |
* | scm: git: add missing "assert" changesets and entries size at functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -6/+6 |
* | scm: cvs: add missing "assert" changesets size at functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -1/+1 |
* | Adds "between" operator for numeric filters (#6180). | Jean-Philippe Lang | 2011-07-10 | 2 | -0/+19 |
* | Fixes "less than", "greater than" filters on custom fields with postgres (#61... | Jean-Philippe Lang | 2011-07-09 | 1 | -0/+23 |
* | Adds issue id link in the issue creation flash message (#3033). | Jean-Philippe Lang | 2011-07-09 | 1 | -7/+10 |
* | Fixed: Wiki annotated page does not display author of version 1 (#8449). | Jean-Philippe Lang | 2011-07-09 | 1 | -7/+17 |
* | Fixed: search options get lost after clicking on a specific result type (#7501). | Jean-Philippe Lang | 2011-07-09 | 1 | -6/+21 |
* | Fixed: Setting issue attributes from mail should be case-insensitive (#8759). | Jean-Philippe Lang | 2011-07-09 | 2 | -4/+4 |
* | scm: git: add unit adapter test of annotate invalid revision (#8767). | Toshi MARUYAMA | 2011-07-08 | 1 | -0/+5 |
* | scm: git: add unit adapter test of annotate invalid path (#8767). | Toshi MARUYAMA | 2011-07-08 | 1 | -0/+4 |
* | scm: git: add unit adapter test of diff invalid revision (#8767). | Toshi MARUYAMA | 2011-07-08 | 1 | -0/+6 |
* | scm: git: add unit adapter test of diff invalid path (#8767). | Toshi MARUYAMA | 2011-07-08 | 1 | -0/+4 |
* | scm: git: add unit adapter test of cat invalid revision (#8767). | Toshi MARUYAMA | 2011-07-08 | 1 | -0/+5 |
* | scm: git: add unit adapter test of cat invalid path (#8767). | Toshi MARUYAMA | 2011-07-08 | 1 | -0/+4 |
* | Makes custom queries available through the REST API (#5737). | Jean-Philippe Lang | 2011-07-06 | 3 | -0/+68 |
* | Fixes version url. | Jean-Philippe Lang | 2011-07-06 | 3 | -5/+5 |
* | Makes relations resource shallow (#7366). | Jean-Philippe Lang | 2011-07-05 | 3 | -15/+12 |
* | Makes versions resource shallow (#7403). | Jean-Philippe Lang | 2011-07-05 | 2 | -15/+15 |