summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixes sort, page building and search functions on "my tickets" page.Hybris952014-05-011-11/+19
* | Advanced "my tickets" page. Using filters and search.Hybris952014-05-012-35/+452
* | Now only shows the "my tickets" button in the navbar if you are connected.Hybris952014-05-012-8/+15
* | Revisions demonstrating the direction I'd like this to goJames Moger2014-05-012-102/+180
* | Added back the "my tickets" button in the navbar.Hybris952014-05-011-1/+1
* | Added git stylesheets to MyTickets.Hybris952014-05-012-119/+87
* | Ajout du nom du repository sur la page "MyTickets".BUISSON Christian2014-05-012-39/+55
* | Deactivate the navbar button for My Tickets (until it is finalized).BUISSON Christian2014-05-011-1/+1
* | First Step in My TicketsBUISSON Christian2014-05-013-0/+179
* | Show open milestone progress and change milestones list layoutJames Moger2014-05-012-20/+101
* | Overdue labeling, notify changed tickets controlJames Moger2014-05-015-8/+41
* | Use ajax buttons in the New|Edit Milestone pagesJames Moger2014-05-012-30/+33
* | Allow milestone deletion within the edit milestone pageJames Moger2014-05-013-21/+44
* | Create and update milestone pages with rename supportJames Moger2014-05-016-2/+388
|/
* Switch to ajax New|Edit Ticket page submission to handle empty titlesJames Moger2014-05-012-149/+165
* [findbugs] Add null check when testing if a user is disabled in SessionPageJames Moger2014-04-171-2/+2
* [findbugs] Remove dead code in UserPageJames Moger2014-04-171-7/+0
* [findbugs] Remove unnecessary null check in RepositoryPageJames Moger2014-04-171-1/+1
* [findbugs] Add null checks to the page parameters in ProjectPageJames Moger2014-04-171-2/+4
* [findbugs] Create temporary ticket after setting up the response page in Edit...James Moger2014-04-171-0/+3
* Fix skip summary metrics regression since introducing flotr2Ting2014-04-161-12/+14
* Improve milestone listing and include closed milestonesJames Moger2014-04-152-6/+29
* Do not show patchset details on closed ticketsJames Moger2014-04-152-11/+17
* Fix diffstat display for tickets with pending submodule changesJames Moger2014-04-141-1/+1
* Improve ticket propose instructions based on primary repository urlJames Moger2014-04-101-13/+14
* Switch to self-hosted flotr2 graphs from Google Chartstryan2014-04-098-135/+140
* Redirect on canceling edit repository to Summary PageJames Moger2014-04-071-1/+5
* Redirect to Summary page after editing a repositoryJames Moger2014-04-071-1/+5
* Fix repository mailing list editing which prevented field resetJames Moger2014-03-271-2/+6
* Fix incorrect ticket branch ref in ticket page changed paths listJames Moger2014-03-161-1/+1
* Fix ticket page IOBE when Gitblit is not serving repositoriesJames Moger2014-03-121-3/+9
* Add closed status for milestones and abandoned status for ticketsJames Moger2014-03-112-1/+4
* Clarify ticket fetch instructionsJames Moger2014-03-101-5/+5
* Adjust propose instructions to "checkout -b ticket/{id} origin/{branch}"James Moger2014-03-101-1/+1
* Mirrors and read-only repositories must disable review functionJames Moger2014-03-091-1/+1
* Allow configuring the default integration branch for a repositoryJames Moger2014-03-085-20/+32
* Disable vote & watch links if repository is not accepting ticket updatesJames Moger2014-03-081-2/+2
* Fix integration branch in propose instructionsJames Moger2014-03-081-1/+5
* Allow selection of integration branch in new ticket pageJames Moger2014-03-084-57/+95
* Fix NPE in bugtraq processorJames Moger2014-03-071-0/+4
* Display an explanation in ticket page if the user can't propose commitsJames Moger2014-03-072-2/+32
* Conditionally hide the propose patchset instructionsJames Moger2014-03-071-9/+16
* Fix NPE in the Edit Ticket pageJames Moger2014-03-071-2/+3
* DocumentationJames Moger2014-03-061-1/+1
* Documentation and clarify git workflowsJames Moger2014-03-062-10/+6
* Add setting to hide the navbar for those embedding GitblitJames Moger2014-03-051-0/+3
* Centralized ticket editing permission controlsJames Moger2014-03-053-84/+78
* Delegate closed ticket changes to the Edit Ticket pageJames Moger2014-03-052-138/+160
* Allow unregistered milestone selection on edit ticket pageJames Moger2014-03-051-0/+7
* Allow changing status from edit ticket pageJames Moger2014-03-053-1/+27