Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Add and document REINDEX_TICKETS rpc request type | James Moger | 2014-03-06 | 4 | -2/+48 |
| | | |||||
| * | Revise push/mirror tickets branch triggering | James Moger | 2014-03-06 | 6 | -31/+147 |
| | | |||||
| * | Fire an event on received ticket branch updates to trigger reindex | James Moger | 2014-03-05 | 4 | -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/ChineseTrans | James Moger | 2014-03-06 | 1 | -98/+105 |
|\ \ | | | | | | | Add and fix Chinese translations | ||||
| * | | Add Chinese translations for new strings, and fix translations based on ↵ | Stardrad Yin | 2014-03-06 | 1 | -98/+105 |
| |/ | | | | | | | online page views of dev.gitblit.com | ||||
* | | Merge pull request #149 from ds5apn/master | James Moger | 2014-03-06 | 1 | -27/+27 |
|\ \ | |/ |/| | fixed some Korean translations | ||||
| * | correct some translations | Dongsu, KIM | 2014-03-06 | 1 | -27/+27 |
| | | |||||
* | | Update to JGit 3.3.0 | James Moger | 2014-03-05 | 4 | -64/+64 |
| | | |||||
* | | Merge pull request #147 from Mrbytes/master | James Moger | 2014-03-05 | 1 | -6/+161 |
|\ \ | | | | | | | Translation esES updated | ||||
| * | | Translation esES updated | mrbytes | 2014-03-05 | 1 | -6/+161 |
|/ / | | | | | | | | | | | - Ready for the 1.4.0 release plus a few Fixes Signed-off-by: mrbytes <eguervos@msn.com> | ||||
* | | Add setting to hide the navbar for those embedding Gitblit | James Moger | 2014-03-05 | 4 | -0/+20 |
| | | |||||
* | | Centralized ticket editing permission controls | James Moger | 2014-03-05 | 4 | -87/+92 |
| | | |||||
* | | Delegate closed ticket changes to the Edit Ticket page | James Moger | 2014-03-05 | 2 | -138/+160 |
| | | |||||
* | | Allow unregistered milestone selection on edit ticket page | James Moger | 2014-03-05 | 1 | -0/+7 |
| | | |||||
* | | Allow changing status from edit ticket page | James Moger | 2014-03-05 | 3 | -1/+27 |
| | | |||||
* | | New proposal notifications should include the patchset details | James Moger | 2014-03-05 | 1 | -47/+42 |
| | | |||||
* | | Allow integration (mergeTo) branch to be changed in edit ticket | James Moger | 2014-03-05 | 2 | -1/+34 |
| | | |||||
* | | Localize the ticket activity tab field name changes | James Moger | 2014-03-05 | 2 | -2/+13 |
| | | |||||
* | | Merge pull request #145 from yin8086/ChineseTrans | James Moger | 2014-03-05 | 1 | -1/+8 |
|\ \ | | | | | | | Fix Chinese translate strings | ||||
| * | | Fix Chinese translate strings | Stardrad Yin | 2014-03-05 | 1 | -1/+8 |
| | | | |||||
* | | | Merge pull request #144 from ds5apn/master | James Moger | 2014-03-05 | 1 | -482/+629 |
|\ \ \ | |/ / |/| / | |/ | Update Korean Translation for Gitblit 1.4.0 | ||||
| * | Update Korean Translation for Gitblit 1.4.0 | Dongsu, KIM | 2014-03-05 | 1 | -482/+629 |
| | | |||||
* | | Restart the response on the empty page if the repository has no commits | James Moger | 2014-03-05 | 1 | -1/+2 |
| | | |||||
* | | Remove Dagger injector from the servlet context instead of nulling it | James Moger | 2014-03-05 | 1 | -1/+1 |
| | | |||||
* | | Externalize some additional strings | James Moger | 2014-03-05 | 4 | -9/+14 |
| | | |||||
* | | Prevent <nil> from being stored as a milestone | James Moger | 2014-03-05 | 1 | -1/+1 |
| | | |||||
* | | Implement user "disabled" flag as an alternative to deleting the account | James Moger | 2014-03-04 | 13 | -17/+138 |
| | | |||||
* | | Simplified propose instructions for an existing ticket | James Moger | 2014-03-04 | 1 | -2/+2 |
| | | |||||
* | | Process bugtraq configuration in markup document rendering | James Moger | 2014-03-04 | 9 | -17/+41 |
| | | |||||
* | | Documentation | James Moger | 2014-03-04 | 5 | -43/+59 |
| | | |||||
* | | Update site structure | James Moger | 2014-03-04 | 1 | -0/+6 |
| | |