| Commit message (Expand) | Author | Age | Files | Lines |
* | Final documenation of 1.0.0 releasev1.0.0 | James Moger | 2012-07-14 | 1 | -2/+2 |
* | Changes to commit page for responsive layout | James Moger | 2012-07-13 | 7 | -11/+11 |
* | Fixed broken Lucene blob delete | James Moger | 2012-07-12 | 1 | -14/+38 |
* | Revert "Update to JCommander 1.27" | James Moger | 2012-07-11 | 1 | -4/+4 |
* | Update to Groovy 1.8.6 | James Moger | 2012-07-11 | 1 | -2/+2 |
* | Update to JCommander 1.27 | James Moger | 2012-07-11 | 1 | -4/+4 |
* | Update to Gson 1.7.2 | James Moger | 2012-07-11 | 1 | -4/+4 |
* | Update to Lucene 3.6.0 | James Moger | 2012-07-11 | 1 | -6/+6 |
* | Update to slf4j 1.6.6 and log4j 1.2.17 | James Moger | 2012-07-11 | 1 | -11/+11 |
* | Update to JGit 2.0.0 | James Moger | 2012-07-11 | 6 | -11/+25 |
* | Show email addresses on users panel | James Moger | 2012-07-11 | 2 | -1/+12 |
* | Forgot to commit UserModel with cookie field | James Moger | 2012-07-11 | 1 | -0/+1 |
* | Tweak to repositories panel in responsive mode | James Moger | 2012-07-11 | 1 | -7/+9 |
* | Mount the /users page | James Moger | 2012-07-11 | 1 | -0/+2 |
* | Show user displayName in footer | James Moger | 2012-07-11 | 1 | -1/+1 |
* | Fixed bug in ConfigUserService when user has nothing other than an account name | James Moger | 2012-07-11 | 2 | -0/+8 |
* | Persist cookies in ConfigUserService. Update LDAPUserService to generate coo... | James Moger | 2012-07-11 | 7 | -25/+44 |
* | Fix for line number identification bug in LuceneExecutor (issue 105) | James Moger | 2012-07-11 | 1 | -4/+8 |
* | Adjust repository search to handle foo.git and foo/bar.git (issue 104) | James Moger | 2012-07-10 | 1 | -3/+8 |
* | Prohibit trailing slashes in repository names (issue 104) | James Moger | 2012-07-10 | 2 | -0/+6 |
* | Final CSS/layout tweaks for responsive UI (issue 101) | James Moger | 2012-07-10 | 10 | -31/+33 |
* | CSS tweaks | James Moger | 2012-07-10 | 2 | -2/+2 |
* | Added Polish translation | Lukasz Jader | 2012-06-30 | 1 | -0/+312 |
* | Added setting to control Groovy Grape folder (issue 91) | James Moger | 2012-06-18 | 1 | -1/+6 |
* | GitBlitWebApp_es.properties: updated translation | mrbytes | 2012-06-17 | 1 | -8/+8 |
* | Added Spanish variants of welcome.mkd, login.mkd and EmptyRepositoryPage | James Moger | 2012-06-15 | 1 | -0/+47 |
* | Added "today" to translation file. Updated Japanese translation. | James Moger | 2012-06-15 | 3 | -1/+36 |
* | Fixed bug in Gravatar Profile page | James Moger | 2012-06-15 | 1 | -5/+2 |
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 27 | -68/+157 |
* | Externalized some more strings. Updated Spanish translation from eguervos. | James Moger | 2012-06-15 | 10 | -26/+113 |
* | Update Lucene index version (issue 97) | James Moger | 2012-06-15 | 1 | -1/+1 |
* | Fixed bug where Manager could not update unreferenced setting (issue 85) | James Moger | 2012-06-15 | 1 | -2/+6 |
* | Configurable robots.txt (issue 99) | James Moger | 2012-06-15 | 1 | -0/+68 |
* | Updated to Bootstrap 2.0.4. Responsive layout by default. | James Moger | 2012-06-08 | 25 | -80/+116 |
* | Updated Git logos | James Moger | 2012-06-08 | 2 | -3/+3 |
* | Try multiple encodings when working with string blobs (issue 97) | James Moger | 2012-06-07 | 9 | -21/+81 |
* | Expose JGit's runtime configuration settings (issue 93) | James Moger | 2012-06-06 | 3 | -1/+145 |
* | Possible fix for federation branch mirroring issue (issue 86) | James Moger | 2012-06-06 | 2 | -20/+87 |
* | Implemented default access restriction (issue 88) | James Moger | 2012-06-06 | 5 | -2/+19 |
* | Fixed anonymous clone for 'Authenticated Push' repository (issue 96) | James Moger | 2012-06-06 | 5 | -7/+19 |
* | Updated Japanese translation | James Moger | 2012-06-06 | 1 | -63/+63 |
* | Added contributed Spanish translation | James Moger | 2012-06-06 | 1 | -0/+279 |
* | Revisions to custom fields | James Moger | 2012-05-10 | 6 | -33/+64 |
* | Adjustments to custom fields in Manager | James Moger | 2012-05-10 | 4 | -23/+72 |
* | Changed constants and fixed nullpointer in update repository | James Moger | 2012-05-10 | 2 | -28/+38 |
* | Merge pull request #16 from jcrygier/custom_properties | James Moger | 2012-05-09 | 8 | -5/+123 |
|\ |
|
| * | Change layout to BoxLayout (assuming window won't be resized) | John Crygier | 2012-05-07 | 2 | -497/+9 |
| * | Add custom fields to the manager | John Crygier | 2012-05-07 | 3 | -2/+541 |
| * | Make the variables / messages more consistant | John Crygier | 2012-05-07 | 6 | -24/+24 |
| * | Web UI done for Custom Fields. Changed variable names to be consistent with ... | John Crygier | 2012-05-04 | 5 | -7/+57 |