Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement FORK RPC request type | manisha | 2014-05-08 | 4 | -351/+418 |
| | |||||
* | Fix class loading failure when there are no STARTED plugins | James Moger | 2014-05-07 | 2 | -12/+12 |
| | |||||
* | Consolidate open tickets page parameters | James Moger | 2014-05-07 | 5 | -23/+28 |
| | |||||
* | Merge branch 'ticket/54' into develop | James Moger | 2014-05-07 | 4 | -0/+33 |
|\ | |||||
| * | Ensure the repository model ref list is refreshed on ref creation or deletion | James Moger | 2014-05-07 | 4 | -0/+33 |
| | | |||||
* | | Merge branch 'ticket/62' into develop | James Moger | 2014-05-07 | 1 | -12/+19 |
|\| | |||||
| * | Fix case-sensitivity error in determining fork network | James Moger | 2014-05-07 | 1 | -12/+19 |
| | | |||||
* | | Merge branch 'ticket/63' into develop | James Moger | 2014-05-07 | 3 | -1/+17 |
|\| | |||||
| * | Fix transport determination for SSH urls on port 22 | James Moger | 2014-05-07 | 1 | -1/+6 |
| | | |||||
| * | Allowed all transports for TortoiseGit and changed the project description | pbe | 2014-05-05 | 1 | -2/+1 |
| | | |||||
| * | Added TortoiseGit to the clientapps | pbe | 2014-05-05 | 2 | -0/+12 |
| | | |||||
* | | Create ticket/N branch on pt start N | James Moger | 2014-05-05 | 1 | -0/+13 |
| | | |||||
* | | Prune deleted branches on fetch | James Moger | 2014-05-05 | 1 | -3/+3 |
| | | |||||
* | | Switch to -u from deprecated --set-upstream | James Moger | 2014-05-05 | 2 | -2/+2 |
| | | |||||
* | | Allow plugins to extend the top navbar and repository navbar | James Moger | 2014-05-05 | 19 | -226/+725 |
| | | | | | | | | | | This change also ties the plugin manager into the Wicket framework and allows plugins to contribute and mount new pages which are linked by the top navbar and repository navbar extensions. | ||||
* | | Integrate admin menu into user menu and add user menu extension | James Moger | 2014-05-05 | 11 | -645/+832 |
| | | |||||
* | | Overhaul menu item classes and add AdminMenuExtension point | James Moger | 2014-05-05 | 12 | -196/+434 |
| | | |||||
* | | Allow filter extensions to define init parameters in IStoredSettings | James Moger | 2014-05-05 | 2 | -2/+83 |
| | | |||||
* | | Add http request filter extension point | David Ostrovsky | 2014-05-05 | 10 | -13/+153 |
| | | | | | | | | | | To allow for integration of 3rd party server monitoring solutions, Gitblit needs to expose an extension point for collecting http data. | ||||
* | | Add raw links to branches | James Moger | 2014-05-05 | 4 | -5/+25 |
| | | |||||
* | | Replace RawPage with RawServlet | James Moger | 2014-05-05 | 17 | -66/+76 |
| | | |||||
* | | Refine branch and pages servlets | James Moger | 2014-05-04 | 2 | -15/+58 |
| | | |||||
* | | Stream directly from repo instead of loading into ram and streaming | James Moger | 2014-05-04 | 1 | -4/+43 |
| | | |||||
* | | Split pages servlet into a raw branch servlet and a gh-pages servlet | James Moger | 2014-05-04 | 6 | -382/+583 |
| | | |||||
* | | Change My Tickets repository link to the repository tickets page | James Moger | 2014-05-02 | 2 | -5/+8 |
| | | |||||
* | | Implementation of a ticket mgration tool | James Moger | 2014-05-02 | 9 | -29/+531 |
| | | |||||
* | | Fix open milestone progress display | James Moger | 2014-05-02 | 2 | -2/+2 |
| | | |||||
* | | Refactored common code out of My Tickets and Tickets | James Moger | 2014-05-01 | 17 | -932/+733 |
| | | |||||
* | | Layout adjustments for responsive scaling | James Moger | 2014-05-01 | 1 | -9/+10 |
| | | |||||
* | | Reverted changes to ticket services | James Moger | 2014-05-01 | 2 | -78/+49 |
| | | |||||
* | | Revert "Implementation of the getTickets capability of recovering all ↵ | James Moger | 2014-05-01 | 3 | -124/+84 |
| | | | | | | | | | | | | tickets from a nullable RepositoryModel" This reverts commit 1e6158bbc38a9012053c3bf8bfd16e113d8f5d29. | ||||
* | | Refine localized strings | James Moger | 2014-05-01 | 5 | -8/+8 |
| | | |||||
* | | Added the "you are responsible of" filter in "my tickets" page. | Hybris95 | 2014-05-01 | 4 | -1/+13 |
| | | |||||
* | | Revise My Tickets layout and styling | James Moger | 2014-05-01 | 3 | -150/+290 |
| | | |||||
* | | Improve generated Lucene query to only show relevant My Tickets results | James Moger | 2014-05-01 | 1 | -30/+37 |
| | | |||||
* | | Do not display My Tickets link if ticket service is not ready | James Moger | 2014-05-01 | 1 | -4/+3 |
| | | |||||
* | | Fixes sort, page building and search functions on "my tickets" page. | Hybris95 | 2014-05-01 | 1 | -11/+19 |
| | | |||||
* | | Advanced "my tickets" page. Using filters and search. | Hybris95 | 2014-05-01 | 2 | -35/+452 |
| | | |||||
* | | Now only shows the "my tickets" button in the navbar if you are connected. | Hybris95 | 2014-05-01 | 2 | -8/+15 |
| | | | | | | | | Redirects to the main page if you try going on "/mytickets" when not connected (or if you disconnect while being on "/mytickets"). | ||||
* | | Revisions demonstrating the direction I'd like this to go | James Moger | 2014-05-01 | 2 | -102/+180 |
| | | |||||
* | | Added back the "my tickets" button in the navbar. | Hybris95 | 2014-05-01 | 1 | -1/+1 |
| | | |||||
* | | Added git stylesheets to MyTickets. | Hybris95 | 2014-05-01 | 3 | -119/+135 |
| | | | | | | | | Added links to Repositories containing the tickets. | ||||
* | | Implementation of the getTickets capability of recovering all tickets from a ↵ | Hybris95 | 2014-05-01 | 3 | -84/+124 |
| | | | | | | | | nullable RepositoryModel | ||||
* | | Ajout du nom du repository sur la page "MyTickets". | BUISSON Christian | 2014-05-01 | 2 | -39/+55 |
| | | |||||
* | | Deactivate the navbar button for My Tickets (until it is finalized). | BUISSON Christian | 2014-05-01 | 1 | -1/+1 |
| | | |||||
* | | First Step in My Tickets | BUISSON Christian | 2014-05-01 | 8 | -50/+262 |
| | | |||||
* | | Show open milestone progress and change milestones list layout | James Moger | 2014-05-01 | 3 | -21/+104 |
| | | |||||
* | | Overdue labeling, notify changed tickets control | James Moger | 2014-05-01 | 8 | -19/+82 |
| | | |||||
* | | Use ajax buttons in the New|Edit Milestone pages | James Moger | 2014-05-01 | 2 | -30/+33 |
| | | |||||
* | | Allow milestone deletion within the edit milestone page | James Moger | 2014-05-01 | 5 | -22/+62 |
| | |