summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow integration (mergeTo) branch to be changed in edit ticketJames Moger2014-03-052-1/+34
* Localize the ticket activity tab field name changesJames Moger2014-03-051-1/+5
* Restart the response on the empty page if the repository has no commitsJames Moger2014-03-051-1/+2
* Externalize some additional stringsJames Moger2014-03-053-8/+8
* Prevent <nil> from being stored as a milestoneJames Moger2014-03-051-1/+1
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-043-3/+16
* Simplified propose instructions for an existing ticketJames Moger2014-03-041-2/+2
* Process bugtraq configuration in markup document renderingJames Moger2014-03-046-8/+12
* Ticket tracker with patchset contributionsJames Moger2014-03-0319-20/+4171
* Eliminate Gravatar profile linking and improve apiJames Moger2014-03-033-88/+1
* Eliminate problematic HEAD links from the blob, blame, and tree pagesJames Moger2014-03-036-13/+3
* Fix layouts on edit pages to properly use Bootstrap rows and spansJames Moger2014-03-033-8/+25
* CSS tweakJames Moger2014-03-034-4/+4
* Fix compare page exception when a submodule changes (issue-375)James Moger2014-03-031-0/+1
* Add the No Docs page if there are no root documentsJames Moger2014-03-013-1/+63
* Redirect to log page is the blobpage references a commit we can't findJames Moger2014-03-011-2/+1
* Improve logging granularity of raw page missing commit, object, or blobJames Moger2014-02-281-13/+21
* Improve raw page failure to find specified fileJames Moger2014-02-281-0/+28
* Fix regression in blame page due to issue-2, pr-125James Moger2014-02-282-2/+5
* Select default/configured gc period in create/edit repository pageJames Moger2014-02-211-0/+4
* Strip file extension from document indexJames Moger2014-02-211-2/+2
* Show "Displayname (username)" in palettes for edit team and repository pagesAlfred Schmid2014-02-192-12/+54
* Translation esES updatedmrbytes2014-02-101-4/+4
* Fix NPE in cookie change detection on loginJames Moger2014-02-031-1/+1
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-282-0/+23
* Merge pull request #135 from kxyfyh/branch_fixbugJames Moger2014-01-142-2/+2
|\
| * 修正读取默认文件语言识别Ting2014-01-142-2/+2
* | Fixed compile failure and updated translated empty repo pagesJames Moger2014-01-146-1/+16
* | Updating the Dutch translation fileMartijn2014-01-131-8/+12
* | Improving empty repo pageMartijn2014-01-132-2/+7
* | Changing hardcoded `gitblit` origin into `origin`.Martijn2014-01-131-1/+1
|/
* Allow overriding the page title in a page subclassJames Moger2013-12-301-3/+7