summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve logging of received patchset commandJames Moger2014-03-121-0/+2
|
* Fix ticket page IOBE when Gitblit is not serving repositoriesJames Moger2014-03-121-3/+9
|
* Tweak the receive pack push permission check to be a methodJames Moger2014-03-121-1/+27
|
* Exclude ticket branches when forking a canonical repositoryJames Moger2014-03-111-2/+32
|
* Add closed status for milestones and abandoned status for ticketsJames Moger2014-03-113-5/+10
|
* Workaround pegdown bug and improve relative image path processingJames Moger2014-03-112-4/+69
|
* Clarify ticket fetch instructionsJames Moger2014-03-102-7/+7
|
* Adjust propose instructions to "checkout -b ticket/{id} origin/{branch}"James Moger2014-03-101-1/+1
|
* Repository owners were not CCd on ticket emailsJames Moger2014-03-101-1/+13
|
* Mirrors and read-only repositories must disable review functionJames Moger2014-03-091-1/+1
|
* Fixed incorrect ticket fetch instructions in email notificationsJames Moger2014-03-092-2/+3
|
* Updated esES translation; last stringmrbytes2014-03-091-1/+2
|
* Merge pull request #159 from kwoot/nl-updateJames Moger2014-03-091-0/+1
|\ | | | | dutch translation of string
| * dutch translation of stringJeroen Baten2014-03-091-0/+1
| |
* | Merge pull request #158 from yin8086/ChineseTransJames Moger2014-03-091-1/+2
|\ \ | | | | | | add a Chinese translate string
| * | add a Chinese translate stringStardrad Yin2014-03-091-1/+2
| |/
* / Added Korean translation gb.mergeToDescription and improved some stringsDongsu, KIM2014-03-091-22/+23
|/
* Allow configuring the default integration branch for a repositoryJames Moger2014-03-089-21/+59
|
* Merge pull request #156 from Mrbytes/masterJames Moger2014-03-081-1/+7
|\ | | | | Updated esES translation
| * Merge branch 'master' of https://github.com/gitblit/gitblitmrbytes2014-03-0811-130/+208
| |\
| * | Updated esES translationmrbytes2014-03-081-1/+7
| | |
* | | Disable vote & watch links if repository is not accepting ticket updatesJames Moger2014-03-081-2/+2
| | |
* | | DocumentationJames Moger2014-03-081-3/+3
| |/ |/|
* | Prevent Lucene queries from starting with a conjunctionJames Moger2014-03-081-0/+6
| |
* | Fix integration branch in propose instructionsJames Moger2014-03-081-1/+5
| |
* | Allow selection of integration branch in new ticket pageJames Moger2014-03-085-60/+104
| |
* | Move Gitblit branches to refs/meta/gitblitJames Moger2014-03-085-69/+93
|/
* Merge pull request #154 from kwoot/nl-updateJames Moger2014-03-082-17/+23
|\ | | | | dutch translations.
| * dutch translations.Jeroen Baten2014-03-082-17/+23
| | | | | | | | why the original shows up, I have no idea
* | Merge pull request #153 from yin8086/ChineseTransJames Moger2014-03-081-1/+7
|\ \ | | | | | | add Chinese strings
| * | add Chinese stringsStardrad Yin2014-03-081-1/+7
| |/
* / added another string to Korean translationsDongsu, KIM2014-03-081-11/+31
|/
* Fix 'head' vs 'HEAD' commit resolutionJames Moger2014-03-071-1/+1
|
* 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-073-3/+39
|
* Conditionally hide the propose patchset instructionsJames Moger2014-03-071-9/+16
| | | | | | | | There are a few scenarios where a ticket without a patchset should not display propose instructions. 1. the ticket is resolved 2. the repository is configured to reject new patchsets or is read-only 3. the server is configured to reject new patchsets
* Fix NPE in the Edit Ticket pageJames Moger2014-03-071-2/+3
|
* DocumentationJames Moger2014-03-071-2/+1
|
* Do not send ticket emails to disabled usersJames Moger2014-03-071-2/+2
|
* fix some Chinese translations due to some special characters.Stardrad Yin2014-03-071-8/+8
|
* DocumentationJames Moger2014-03-061-1/+1
|
* Do not use @Inject on the ticket service constructorsJames Moger2014-03-065-13/+35
|
* Exclude title, body, and status fields from initial proposal emailJames Moger2014-03-061-0/+3
|
* Documentation and clarify git workflowsJames Moger2014-03-063-14/+10
|
* Allow resolve for proposal workflowsJames Moger2014-03-061-1/+1
|
* Fixed bug in merge: improper use of force and failing on FORCED resultJames Moger2014-03-061-5/+5
|
* Updated the Dutch translation for 1.4.0Jeroen Baten2014-03-061-503/+664
|
* Merged #22 "Tie mirroring, pushing, and the BranchTicketService together"James Moger2014-03-069-10/+225
|\
| * Add and document REINDEX_TICKETS rpc request typeJames Moger2014-03-063-2/+46
| |
| * Revise push/mirror tickets branch triggeringJames Moger2014-03-066-31/+147
| |