Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added SparkleShare invite url panel | James Moger | 2013-05-02 | 6 | -3/+112 |
| | | | | | This will probably be merged into a refined, single multi-protocol url panel. | ||||
* | Improved the repository url panel and show git daemon url, appropriately | James Moger | 2013-05-02 | 10 | -17/+255 |
| | | | | | This will probably be refined some more to merge the http/https and git urls into a single url panel. | ||||
* | Make WicketUtils return the component for more fluid usage | James Moger | 2013-05-02 | 1 | -8/+16 |
| | |||||
* | Improve Gerrit change ref rendering (issue-206) | James Moger | 2013-04-23 | 1 | -0/+6 |
| | |||||
* | Fixed (again?!) regression with repositories page message | James Moger | 2013-04-16 | 1 | -6/+4 |
| | |||||
* | Load prettify's lang-*.js extentions. | Kensuke Matsuzaki | 2013-04-16 | 33 | -65/+181 |
| | |||||
* | Translate massages to Japanase | Kensuke Matsuzaki | 2013-04-15 | 1 | -24/+157 |
| | |||||
* | Merge branch 'force-locale' of https://github.com/ljader/gitblit | James Moger | 2013-04-08 | 1 | -1/+10 |
|\ | |||||
| * | Overwrite created session locale with forced one | Lukasz Jader | 2013-04-07 | 1 | -1/+10 |
| | | |||||
* | | Translate rest of new messages | Lukasz Jader | 2013-04-07 | 1 | -6/+99 |
| | | |||||
* | | Translate some new messages | Lukasz Jader | 2013-04-06 | 1 | -2/+37 |
| | | |||||
* | | Alter polish translation for 'branch' phrase | Lukasz Jader | 2013-04-06 | 1 | -13/+13 |
|/ | |||||
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 3 | -4/+5 |
| | |||||
* | Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtags | James Moger | 2013-04-01 | 3 | -1/+5 |
| | |||||
* | Improve blame page error checking | James Moger | 2013-03-29 | 2 | -0/+31 |
| | |||||
* | Support username substitution in web.otherUrls (issue 213) | James Moger | 2013-03-29 | 3 | -3/+8 |
| | |||||
* | Add more error checking to blob page | James Moger | 2013-03-29 | 3 | -3/+24 |
| | |||||
* | Enforce security on raw blob page (issue 198) | James Moger | 2013-03-29 | 3 | -38/+86 |
| | |||||
* | Disable view and blame links for deleted blobs (issue 216) | James Moger | 2013-03-29 | 1 | -2/+4 |
| | |||||
* | Fixed incorrect icon file name for .doc files (issue 200) | James Moger | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Fixed internal error on folder history links (issue 192) | James Moger | 2013-03-28 | 1 | -3/+3 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 186 | -0/+20072 |
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. |