summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|/
* Listen for git daemon and fanout clients on all intefaces, by defaultJames Moger2014-03-081-2/+2
|
* 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-0813-137/+215
| |\
| * | 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-082-4/+4
| |/ |/|
* | 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-087-76/+100
|/
* 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-073-2/+9
|
* 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-062-7/+9
|
* 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-065-35/+58
|
* 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-062-503/+717
|
* Merged #22 "Tie mirroring, pushing, and the BranchTicketService together"James Moger2014-03-0613-14/+384
|\
| * Document ticket replication, mirroring, and advanced administrationJames Moger2014-03-061-0/+135
| |
| * Improve the GO reindex-tickets shell scriptsJames Moger2014-03-062-4/+22
| |
| * Add and document REINDEX_TICKETS rpc request typeJames Moger2014-03-064-2/+48
| |
| * Revise push/mirror tickets branch triggeringJames Moger2014-03-066-31/+147
| |
| * Fire an event on received ticket branch updates to trigger reindexJames Moger2014-03-054-5/+60
| | | | | | | | | | | | | | | | It would be useful to be able to push a complete repository with a refs/gitblit/tickets branch and have Gitblit index all those tickets. Additionally, it would be nice for the mirroring service to recognize an incoming update to this ref and fire an event that can be processed by the BranchTicketService, if so configured, to reindex the tickets.
* | Merge pull request #148 from yin8086/ChineseTransJames Moger2014-03-061-98/+105
|\ \ | | | | | | Add and fix Chinese translations
| * | Add Chinese translations for new strings, and fix translations based on ↵Stardrad Yin2014-03-061-98/+105
| |/ | | | | | | online page views of dev.gitblit.com
* | Merge pull request #149 from ds5apn/masterJames Moger2014-03-061-27/+27
|\ \ | |/ |/| fixed some Korean translations
| * correct some translationsDongsu, KIM2014-03-061-27/+27
| |
* | Translation esES updatedmrbytes2014-03-051-6/+161
| | | | | | | | | | | | - Ready for the 1.4.0 release plus a few Fixes Signed-off-by: mrbytes <eguervos@msn.com>