Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare 1.4.0 releasev1.4.0 | James Moger | 2014-03-09 | 2 | -10/+10 |
| | |||||
* | Documentation | James Moger | 2014-03-09 | 1 | -2/+8 |
| | |||||
* | Merge pull request #160 from Mrbytes/master | James Moger | 2014-03-09 | 1 | -1/+2 |
|\ | | | | | Updated esES translation; last string | ||||
| * | Updated esES translation; last string | mrbytes | 2014-03-09 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #159 from kwoot/nl-update | James Moger | 2014-03-09 | 1 | -0/+1 |
|\ | | | | | dutch translation of string | ||||
| * | dutch translation of string | Jeroen Baten | 2014-03-09 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #158 from yin8086/ChineseTrans | James Moger | 2014-03-09 | 1 | -1/+2 |
|\ \ | | | | | | | add a Chinese translate string | ||||
| * | | add a Chinese translate string | Stardrad Yin | 2014-03-09 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #157 from ds5apn/master | James Moger | 2014-03-09 | 1 | -22/+23 |
|\ \ | |/ |/| | Added Korean translation gb.mergeToDescription and improved some strings | ||||
| * | Added Korean translation gb.mergeToDescription and improved some strings | Dongsu, KIM | 2014-03-09 | 1 | -22/+23 |
|/ | |||||
* | Listen for git daemon and fanout clients on all intefaces, by default | James Moger | 2014-03-08 | 1 | -2/+2 |
| | |||||
* | Allow configuring the default integration branch for a repository | James Moger | 2014-03-08 | 9 | -21/+59 |
| | |||||
* | Merge pull request #156 from Mrbytes/master | James Moger | 2014-03-08 | 1 | -1/+7 |
|\ | | | | | Updated esES translation | ||||
| * | Merge branch 'master' of https://github.com/gitblit/gitblit | mrbytes | 2014-03-08 | 14 | -137/+216 |
| |\ | |||||
| * | | Updated esES translation | mrbytes | 2014-03-08 | 1 | -1/+7 |
| | | | |||||
* | | | Disable vote & watch links if repository is not accepting ticket updates | James Moger | 2014-03-08 | 1 | -2/+2 |
| | | | |||||
* | | | Documentation | James Moger | 2014-03-08 | 2 | -4/+4 |
| |/ |/| | |||||
* | | Prevent Lucene queries from starting with a conjunction | James Moger | 2014-03-08 | 1 | -0/+6 |
| | | |||||
* | | Fix integration branch in propose instructions | James Moger | 2014-03-08 | 1 | -1/+5 |
| | | |||||
* | | Allow selection of integration branch in new ticket page | James Moger | 2014-03-08 | 5 | -60/+104 |
| | | |||||
* | | Move Gitblit branches to refs/meta/gitblit | James Moger | 2014-03-08 | 8 | -76/+101 |
|/ | |||||
* | Merge pull request #154 from kwoot/nl-update | James Moger | 2014-03-08 | 2 | -17/+23 |
|\ | | | | | dutch translations. | ||||
| * | dutch translations. | Jeroen Baten | 2014-03-08 | 2 | -17/+23 |
| | | | | | | | | why the original shows up, I have no idea | ||||
* | | Merge pull request #153 from yin8086/ChineseTrans | James Moger | 2014-03-08 | 1 | -1/+7 |
|\ \ | | | | | | | add Chinese strings | ||||
| * | | add Chinese strings | Stardrad Yin | 2014-03-08 | 1 | -1/+7 |
| |/ | |||||
* | | Merge pull request #152 from ds5apn/master | James Moger | 2014-03-08 | 1 | -11/+31 |
|\ \ | |/ |/| | Added new strings to Korean translations | ||||
| * | added another string to Korean translations | Dongsu, KIM | 2014-03-08 | 1 | -11/+31 |
|/ | |||||
* | Replaced uploading to GoogleCode with uploading to Bintray on release | James Moger | 2014-03-07 | 1 | -68/+37 |
| | |||||
* | Fix 'head' vs 'HEAD' commit resolution | James Moger | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Fix NPE in bugtraq processor | James Moger | 2014-03-07 | 1 | -0/+4 |
| | |||||
* | Display an explanation in ticket page if the user can't propose commits | James Moger | 2014-03-07 | 3 | -3/+39 |
| | |||||
* | Conditionally hide the propose patchset instructions | James Moger | 2014-03-07 | 1 | -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 page | James Moger | 2014-03-07 | 1 | -2/+3 |
| | |||||
* | Documentation | James Moger | 2014-03-07 | 3 | -2/+9 |
| | |||||
* | Do not send ticket emails to disabled users | James Moger | 2014-03-07 | 1 | -2/+2 |
| | |||||
* | Remove garbage from a bad squash & cherry-pick | James Moger | 2014-03-07 | 2 | -6/+0 |
| | |||||
* | Merge pull request #151 from yin8086/ChineseTrans | James Moger | 2014-03-06 | 1 | -8/+8 |
|\ | | | | | fix some Chinese translations due to some special characters. | ||||
| * | fix some Chinese translations due to some special characters. | Stardrad Yin | 2014-03-07 | 1 | -8/+8 |
|/ | |||||
* | Documentation | James Moger | 2014-03-06 | 2 | -7/+9 |
| | |||||
* | Do not use @Inject on the ticket service constructors | James Moger | 2014-03-06 | 5 | -13/+35 |
| | |||||
* | Exclude title, body, and status fields from initial proposal email | James Moger | 2014-03-06 | 1 | -0/+3 |
| | |||||
* | Documentation | James Moger | 2014-03-06 | 1 | -0/+1 |
| | |||||
* | Documentation and clarify git workflows | James Moger | 2014-03-06 | 5 | -35/+58 |
| | |||||
* | Allow resolve for proposal workflows | James Moger | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | Update contributors list | James Moger | 2014-03-06 | 1 | -0/+8 |
| | |||||
* | Fixed bug in merge: improper use of force and failing on FORCED result | James Moger | 2014-03-06 | 1 | -5/+5 |
| | |||||
* | Updated the Dutch translation for 1.4.0 | Jeroen Baten | 2014-03-06 | 4 | -503/+723 |
| | |||||
* | Merged #22 "Tie mirroring, pushing, and the BranchTicketService together" | James Moger | 2014-03-06 | 14 | -15/+387 |
|\ | |||||
| * | Document ticket replication, mirroring, and advanced administration | James Moger | 2014-03-06 | 2 | -1/+138 |
| | | |||||
| * | Improve the GO reindex-tickets shell scripts | James Moger | 2014-03-06 | 2 | -4/+22 |
| | |