summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add recursion depth control for repository search (issue 103)James Moger2012-08-016-10/+26
|
* Fixed Lucene unit testsJames Moger2012-08-013-6/+11
|
* DocumentationJames Moger2012-07-271-0/+1
|
* Fixes to relative path determination for symlinks (issue 116)James Moger2012-07-271-1/+15
|
* Real raw page for text, images, and binaries (issue 6, issue 114)James Moger2012-07-255-78/+131
|
* Properly decode blobs on reindex (issue 112)James Moger2012-07-232-2/+4
|
* Added shell script equivalents to the cmd versions to generate the keystoreKonstantinos Kostarellis2012-07-182-0/+12
|
* Fixed LdapUserService if account has null email address (issue 110)James Moger2012-07-172-2/+18
|
* Add polish variants of welcome.mkd, login.mkd and EmptyRepositoryPageLukasz Jader2012-07-143-0/+53
|
* Fix some typos in polish translationLukasz Jader2012-07-141-8/+8
|
* Reset build identifiers for the next releaseJames Moger2012-07-141-2/+2
|
* Final documenation of 1.0.0 releasev1.0.0James Moger2012-07-143-10/+23
|
* Bundle JDOM with API buildJames Moger2012-07-141-0/+3
|
* Exclude UnboundID classes from Manager and Federation Client buildsJames Moger2012-07-141-0/+2
|
* Changes to commit page for responsive layoutJames Moger2012-07-138-14/+17
|
* Fixed broken Lucene blob deleteJames Moger2012-07-125-18/+61
|
* DocumentationJames Moger2012-07-111-1/+0
|
* Revert "Update to JCommander 1.27"James Moger2012-07-112-5/+5
| | | | This reverts commit 479aabd5b8ae6984b8bf4095065c1a1f00ecc71b.
* DocumentationJames Moger2012-07-118-16/+44
|
* Update to Groovy 1.8.6James Moger2012-07-112-3/+3
|
* Update to JCommander 1.27James Moger2012-07-112-5/+5
|
* Update to Gson 1.7.2James Moger2012-07-112-5/+5
|
* Update to Lucene 3.6.0James Moger2012-07-112-9/+9
|
* Update to slf4j 1.6.6 and log4j 1.2.17James Moger2012-07-112-14/+14
|
* Update to JGit 2.0.0James Moger2012-07-117-13/+27
|
* Fixes and adjustments to test suiteJames Moger2012-07-115-9/+10
|
* Show email addresses on users panelJames Moger2012-07-112-1/+12
|
* Forgot to commit UserModel with cookie fieldJames Moger2012-07-111-0/+1
|
* Tweak to repositories panel in responsive modeJames Moger2012-07-112-8/+16
|
* Mount the /users pageJames Moger2012-07-111-0/+2
|
* Show user displayName in footerJames Moger2012-07-111-1/+1
|
* Fixed bug in ConfigUserService when user has nothing other than an account nameJames Moger2012-07-112-0/+8
|
* Persist cookies in ConfigUserService. Update LDAPUserService to generate ↵James Moger2012-07-117-25/+44
| | | | cookies.
* Fix for line number identification bug in LuceneExecutor (issue 105)James Moger2012-07-112-4/+9
|
* Adjust repository search to handle foo.git and foo/bar.git (issue 104)James Moger2012-07-103-4/+10
|
* Prohibit trailing slashes in repository names (issue 104)James Moger2012-07-102-0/+6
|
* Final CSS/layout tweaks for responsive UI (issue 101)James Moger2012-07-1011-33/+35
|
* CSS tweaksJames Moger2012-07-103-5/+6
|
* Updated Apache Commons Daemon to 1.0.10James Moger2012-07-105-0/+1
|
* Updated docsJames Moger2012-07-021-0/+1
|
* Added Polish translationLukasz Jader2012-06-301-0/+312
|
* Added setting to control Groovy Grape folder (issue 91)James Moger2012-06-184-1/+36
|
* Merge pull request #19 from Mrbytes/masterJames Moger2012-06-181-8/+8
|\ | | | | GitBlitWebApp_es.properties: updated translation
| * GitBlitWebApp_es.properties: updated translationmrbytes2012-06-171-8/+8
|/
* Added Spanish variants of welcome.mkd, login.mkd and EmptyRepositoryPageJames Moger2012-06-153-0/+53
|
* Added "today" to translation file. Updated Japanese translation.James Moger2012-06-153-1/+36
|
* Fixed bug in Gravatar Profile pageJames Moger2012-06-151-5/+2
|
* Revised TimeUtils for localizationJames Moger2012-06-1528-105/+196
| | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes.
* Externalized some more strings. Updated Spanish translation from eguervos.James Moger2012-06-1510-26/+113
|
* Update Lucene index version (issue 97)James Moger2012-06-152-1/+3
|