]> source.dussan.org Git - gitblit.git/log
gitblit.git
12 years agoAdded "today" to translation file. Updated Japanese translation.
James Moger [Fri, 15 Jun 2012 20:06:50 +0000 (16:06 -0400)]
Added "today" to translation file. Updated Japanese translation.

12 years agoFixed bug in Gravatar Profile page
James Moger [Fri, 15 Jun 2012 20:01:45 +0000 (16:01 -0400)]
Fixed bug in Gravatar Profile page

12 years agoRevised TimeUtils for localization
James Moger [Fri, 15 Jun 2012 20:01:30 +0000 (16:01 -0400)]
Revised TimeUtils for localization

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.

12 years agoExternalized some more strings. Updated Spanish translation from eguervos.
James Moger [Fri, 15 Jun 2012 19:50:59 +0000 (15:50 -0400)]
Externalized some more strings. Updated Spanish translation from eguervos.

12 years agoUpdate Lucene index version (issue 97)
James Moger [Fri, 15 Jun 2012 12:46:14 +0000 (08:46 -0400)]
Update Lucene index version (issue 97)

12 years agoFixed bug where Manager could not update unreferenced setting (issue 85)
James Moger [Fri, 15 Jun 2012 12:26:19 +0000 (08:26 -0400)]
Fixed bug where Manager could not update unreferenced setting (issue 85)

12 years agoConfigurable robots.txt (issue 99)
James Moger [Fri, 15 Jun 2012 12:16:50 +0000 (08:16 -0400)]
Configurable robots.txt (issue 99)

12 years agoUpdated to Bootstrap 2.0.4. Responsive layout by default.
James Moger [Sat, 9 Jun 2012 00:55:31 +0000 (20:55 -0400)]
Updated to Bootstrap 2.0.4. Responsive layout by default.

12 years agoUpdated Git logos
James Moger [Fri, 8 Jun 2012 12:50:24 +0000 (08:50 -0400)]
Updated Git logos

12 years agoBuild gitblit jar file instead of exploded classes for Express build
James Moger [Thu, 7 Jun 2012 21:31:47 +0000 (17:31 -0400)]
Build gitblit jar file instead of exploded classes for Express build

12 years agoTry multiple encodings when working with string blobs (issue 97)
James Moger [Thu, 7 Jun 2012 21:30:18 +0000 (17:30 -0400)]
Try multiple encodings when working with string blobs (issue 97)

12 years agoExpose JGit's runtime configuration settings (issue 93)
James Moger [Thu, 7 Jun 2012 03:40:30 +0000 (23:40 -0400)]
Expose JGit's runtime configuration settings (issue 93)

12 years agoPossible fix for federation branch mirroring issue (issue 86)
James Moger [Thu, 7 Jun 2012 02:11:54 +0000 (22:11 -0400)]
Possible fix for federation branch mirroring issue (issue 86)

12 years agoImplemented default access restriction (issue 88)
James Moger [Wed, 6 Jun 2012 21:00:21 +0000 (17:00 -0400)]
Implemented default access restriction (issue 88)

12 years agoFixed anonymous clone for 'Authenticated Push' repository (issue 96)
James Moger [Wed, 6 Jun 2012 20:26:46 +0000 (16:26 -0400)]
Fixed anonymous clone for 'Authenticated Push' repository (issue 96)

12 years agoUpdated Japanese translation
James Moger [Wed, 6 Jun 2012 19:59:39 +0000 (15:59 -0400)]
Updated Japanese translation

12 years agoAdded contributed Spanish translation
James Moger [Wed, 6 Jun 2012 19:55:50 +0000 (15:55 -0400)]
Added contributed Spanish translation

12 years agoRevisions to custom fields
James Moger [Thu, 10 May 2012 21:38:25 +0000 (17:38 -0400)]
Revisions to custom fields

12 years agoAdjustments to custom fields in Manager
James Moger [Thu, 10 May 2012 21:34:17 +0000 (17:34 -0400)]
Adjustments to custom fields in Manager

12 years agoChanged constants and fixed nullpointer in update repository
James Moger [Thu, 10 May 2012 13:16:14 +0000 (09:16 -0400)]
Changed constants and fixed nullpointer in update repository

12 years agoMerge pull request #16 from jcrygier/custom_properties
James Moger [Wed, 9 May 2012 11:59:43 +0000 (04:59 -0700)]
Merge pull request #16 from jcrygier/custom_properties

Custom Defined Repository Properties (Issue #92)

12 years agoMerge pull request #17 from peterloron/master
James Moger [Wed, 9 May 2012 11:59:00 +0000 (04:59 -0700)]
Merge pull request #17 from peterloron/master

Credential string split fix

12 years agoAdding a limit of 2 [user + pass] on the credential string split. This works around... 17/head
Peter Loron [Tue, 8 May 2012 19:54:58 +0000 (12:54 -0700)]
Adding a limit of 2 [user + pass] on the credential string split. This works around issues with passwords containing colons

12 years agoChange layout to BoxLayout (assuming window won't be resized) 16/head
John Crygier [Mon, 7 May 2012 15:49:24 +0000 (10:49 -0500)]
Change layout to BoxLayout (assuming window won't be resized)

12 years agoAdd custom fields to the manager
John Crygier [Mon, 7 May 2012 14:58:56 +0000 (09:58 -0500)]
Add custom fields to the manager

12 years agoMake the variables / messages more consistant
John Crygier [Mon, 7 May 2012 12:43:19 +0000 (07:43 -0500)]
Make the variables / messages more consistant

12 years agoReordered settings model loading to avoid WAR null pointer
James Moger [Sat, 5 May 2012 19:37:28 +0000 (15:37 -0400)]
Reordered settings model loading to avoid WAR null pointer

12 years agoWeb UI done for Custom Fields. Changed variable names to be consistent with "custom...
John Crygier [Fri, 4 May 2012 18:24:01 +0000 (13:24 -0500)]
Web UI done for Custom Fields.  Changed variable names to be consistent with "custom" instead of "user"

12 years agoChange techique for custom properties to fall in line with reading / writing of all...
John Crygier [Fri, 4 May 2012 13:50:22 +0000 (08:50 -0500)]
Change techique for custom properties to fall in line with reading / writing of all other properties

12 years agoAbility to get / set "custom" properties within a RepositoryModel. This makes gettin...
John Crygier [Thu, 3 May 2012 16:48:16 +0000 (11:48 -0500)]
Ability to get / set "custom" properties within a RepositoryModel.  This makes getting specialized settings in hooks much easier.

12 years agoMerge pull request #15 from mragab/java-proxy
James Moger [Wed, 2 May 2012 18:36:48 +0000 (11:36 -0700)]
Merge pull request #15 from mragab/java-proxy

Java Proxy Configuration for working inside a company network behind a proxy

12 years agoAdded a script to facilitate setting the proxy host and port and no proxy hosts,... 15/head
Mohamed Ragab [Wed, 2 May 2012 15:15:01 +0000 (17:15 +0200)]
Added a script to facilitate setting the proxy host and port and no proxy hosts, and then it concatenates all the java system properties for setting the java proxy configurations and puts the resulting string in an environment variable JAVA_PROXY_CONFIG, modified the scirpts gitblit,  gitblit-ubuntu, and gitblit-centos to source the java-proxy-config.sh script and then include the resulting java proxy configuration in the java command

12 years agoAdded Ivy 2.2.0 dependency (issue 91)
James Moger [Fri, 27 Apr 2012 21:30:05 +0000 (17:30 -0400)]
Added Ivy 2.2.0 dependency (issue 91)

12 years agoChange servlet API dependency from Glassfish to official javax.servlet
James Moger [Fri, 27 Apr 2012 21:29:01 +0000 (17:29 -0400)]
Change servlet API dependency from Glassfish to official javax.servlet

12 years agoRome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0
James Moger [Fri, 27 Apr 2012 21:23:00 +0000 (17:23 -0400)]
Rome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0

12 years agoMerge pull request #14 from WenWu/master
James Moger [Thu, 26 Apr 2012 11:54:20 +0000 (04:54 -0700)]
Merge pull request #14 from WenWu/master

force encoding JSON response as UTF-8

12 years agoforce encoding JSON response as UTF-8 14/head
fifthgnat [Thu, 26 Apr 2012 04:51:20 +0000 (12:51 +0800)]
force encoding JSON response as UTF-8

12 years agoDisable membership, display name, and email fields in Manager if unsupported by user...
James Moger [Wed, 25 Apr 2012 23:58:46 +0000 (19:58 -0400)]
Disable membership, display name, and email fields in Manager if unsupported by user service

12 years agoAllow user services to control editing of display name and email address
James Moger [Wed, 25 Apr 2012 23:55:41 +0000 (19:55 -0400)]
Allow user services to control editing of display name and email address

12 years agoAllow manipulating display name and email address from manager app
James Moger [Wed, 25 Apr 2012 21:39:18 +0000 (17:39 -0400)]
Allow manipulating display name and email address from manager app

12 years agoAllow manipulating display name and email address from web ui
James Moger [Wed, 25 Apr 2012 21:30:11 +0000 (17:30 -0400)]
Allow manipulating display name and email address from web ui

12 years agoDisplayname and email address persistence for ConfigUserService
James Moger [Wed, 25 Apr 2012 21:15:32 +0000 (17:15 -0400)]
Displayname and email address persistence for ConfigUserService

12 years agoAdded a logout hook to IUserService
James Moger [Wed, 25 Apr 2012 21:01:00 +0000 (17:01 -0400)]
Added a logout hook to IUserService

12 years agoMerge jcrygier's LDAP injection defense and displayname/email retrieval
James Moger [Wed, 25 Apr 2012 20:35:40 +0000 (16:35 -0400)]
Merge jcrygier's LDAP injection defense and displayname/email retrieval

Add LDAP logic to retrieve display name & email address
Add code / test to defend against LDAP injection attacks.

12 years agoAdd logic to get display name & email (Simply stored in user model for now). 13/head
John Crygier [Wed, 25 Apr 2012 12:37:52 +0000 (07:37 -0500)]
Add logic to get display name & email (Simply stored in user model for now).
Add code / test to defend against LDAP injection attacks.

12 years agoDocumentation
James Moger [Wed, 25 Apr 2012 02:40:23 +0000 (22:40 -0400)]
Documentation

12 years agoCorrected log typos
James Moger [Wed, 25 Apr 2012 00:43:25 +0000 (20:43 -0400)]
Corrected log typos

12 years agoAdd LdapUserServiceTest to suite and adjusted test port from 389 to 1389
James Moger [Tue, 24 Apr 2012 22:09:11 +0000 (18:09 -0400)]
Add LdapUserServiceTest to suite and adjusted test port from 389 to 1389

12 years agoUpdated the key generator to build nested key classes
James Moger [Tue, 24 Apr 2012 21:56:23 +0000 (17:56 -0400)]
Updated the key generator to build nested key classes

12 years agoMerge pull request #12 from jcrygier/ldap_unboundid
James Moger [Tue, 24 Apr 2012 21:19:40 +0000 (14:19 -0700)]
Merge pull request #12 from jcrygier/ldap_unboundid

Ldap unboundid

12 years agoAllow for admin teams with spaces in their name. 12/head
unknown [Tue, 24 Apr 2012 12:48:39 +0000 (07:48 -0500)]
Allow for admin teams with spaces in their name.

12 years agoChange username to come from simpleUserName (from login screen) instead of CN.
John Crygier [Wed, 18 Apr 2012 20:48:00 +0000 (15:48 -0500)]
Change username to come from simpleUserName (from login screen) instead of CN.

12 years agoReset build identifiers for the next release
James Moger [Wed, 11 Apr 2012 13:04:42 +0000 (09:04 -0400)]
Reset build identifiers for the next release

12 years agoRelease 0.9.3 v0.9.3
James Moger [Wed, 11 Apr 2012 13:02:39 +0000 (09:02 -0400)]
Release 0.9.3

12 years agoExample post-receive hook script for creating a local clone on push
James Moger [Wed, 11 Apr 2012 12:29:14 +0000 (08:29 -0400)]
Example post-receive hook script for creating a local clone on push

12 years agoAllow for different port for LDAP in-memory server. Update some documentation.
John Crygier [Tue, 10 Apr 2012 20:54:57 +0000 (15:54 -0500)]
Allow for different port for LDAP in-memory server.  Update some documentation.

12 years agoDocumentation for LDAP. Covers the setup case that is in the JUnit Integration Test.
John Crygier [Tue, 10 Apr 2012 18:50:51 +0000 (13:50 -0500)]
Documentation for LDAP.  Covers the setup case that is in the JUnit Integration Test.

12 years agoRework LDAP implementation with unboundid. Also allows for an LDAP server to be...
John Crygier [Tue, 10 Apr 2012 17:48:06 +0000 (12:48 -0500)]
Rework LDAP implementation with unboundid.  Also allows for an LDAP server to be started with Gitblit GO (backed by an LDIF file).

12 years agoRevised repository model list persistence (issue 81)
James Moger [Tue, 10 Apr 2012 12:56:21 +0000 (08:56 -0400)]
Revised repository model list persistence (issue 81)

12 years agoAutomatically set java.awt.headless=true for Gitblit GO
James Moger [Mon, 9 Apr 2012 20:26:07 +0000 (16:26 -0400)]
Automatically set java.awt.headless=true for Gitblit GO

12 years agoFixed: could not clear any RepositoryModel setting list (issue 81)
James Moger [Mon, 9 Apr 2012 12:43:03 +0000 (08:43 -0400)]
Fixed: could not clear any RepositoryModel setting list (issue 81)

12 years agoSkeleton LdapUserService based on John Cryiger's implementation
James Moger [Fri, 6 Apr 2012 22:01:58 +0000 (18:01 -0400)]
Skeleton LdapUserService based on John Cryiger's implementation

12 years agoReset build identifiers for next release
James Moger [Wed, 4 Apr 2012 14:00:35 +0000 (10:00 -0400)]
Reset build identifiers for next release

12 years agoRelease 0.9.2 v0.9.2
James Moger [Wed, 4 Apr 2012 13:56:29 +0000 (09:56 -0400)]
Release 0.9.2

12 years agoDocumentation
James Moger [Sat, 31 Mar 2012 12:52:32 +0000 (08:52 -0400)]
Documentation

12 years agoAdjustments to ClientLogger
James Moger [Sat, 31 Mar 2012 12:48:10 +0000 (08:48 -0400)]
Adjustments to ClientLogger

12 years agoAdd ClientLogger so scripts can log info / warning messages to the pushing client.
John Crygier [Fri, 30 Mar 2012 18:22:18 +0000 (02:22 +0800)]
Add ClientLogger so scripts can log info / warning messages to the pushing client.

12 years agoMerge pull request #10 from jonnybbb/master
James Moger [Sat, 31 Mar 2012 00:01:03 +0000 (17:01 -0700)]
Merge pull request #10 from jonnybbb/master

save button not displayed in IE8 on the edit/create repository page

12 years agoremoved wrong char from page, which caused IE8 no to display the save button 10/head
Johannes Buehler [Fri, 30 Mar 2012 21:18:27 +0000 (23:18 +0200)]
removed wrong char from page, which caused IE8 no to display the save button

12 years agoFixed overzealous externalization of save and cancel buttons
James Moger [Fri, 30 Mar 2012 12:02:49 +0000 (08:02 -0400)]
Fixed overzealous externalization of save and cancel buttons

12 years agoIgnore .gradle
James Moger [Fri, 30 Mar 2012 12:02:07 +0000 (08:02 -0400)]
Ignore .gradle

12 years agoEnsure that lengthy commit messages are clipped in the header
James Moger [Thu, 29 Mar 2012 21:11:51 +0000 (17:11 -0400)]
Ensure that lengthy commit messages are clipped in the header

12 years agoFixed activity page row layout regression (issue 79)
James Moger [Thu, 29 Mar 2012 12:28:26 +0000 (08:28 -0400)]
Fixed activity page row layout regression (issue 79)

12 years agoFixed symlink absolute path/canonical path mixup with JGit (issue 78)
James Moger [Wed, 28 Mar 2012 21:57:35 +0000 (17:57 -0400)]
Fixed symlink absolute path/canonical path mixup with JGit (issue 78)

12 years agoMerge pull request #9 from mohamedmansour/master
James Moger [Wed, 28 Mar 2012 16:03:19 +0000 (09:03 -0700)]
Merge pull request #9 from mohamedmansour/master

Fixes chkconfig for centos / rhel service installations.

12 years agoFixes init script for chkconfig. 9/head
Mohamed Mansour [Wed, 28 Mar 2012 15:38:57 +0000 (12:38 -0300)]
Fixes init script for chkconfig.

chkconfig was failing with the following messsage "service gitblit does not support chkconfig"
Adding a description attribute resolves this issue since it is a required chkconfig attribute.

12 years agoReset build identifiers for next release
James Moger [Tue, 27 Mar 2012 23:42:54 +0000 (19:42 -0400)]
Reset build identifiers for next release

12 years agoRelease 0.9.1 v0.9.1
James Moger [Tue, 27 Mar 2012 23:40:27 +0000 (19:40 -0400)]
Release 0.9.1

12 years agoReset build identifier for next release
James Moger [Tue, 27 Mar 2012 22:16:31 +0000 (18:16 -0400)]
Reset build identifier for next release

12 years agoRelease 0.9.0 v0.9.0
James Moger [Tue, 27 Mar 2012 22:12:20 +0000 (18:12 -0400)]
Release 0.9.0

12 years agoDocumentation
James Moger [Tue, 27 Mar 2012 20:53:04 +0000 (16:53 -0400)]
Documentation

12 years agoAdded a utility class to specify gitblit.indexBranch en masse
James Moger [Tue, 27 Mar 2012 20:52:44 +0000 (16:52 -0400)]
Added a utility class to specify gitblit.indexBranch en masse

12 years agoImplemented support for "default" branch
James Moger [Tue, 27 Mar 2012 20:51:35 +0000 (16:51 -0400)]
Implemented support for "default" branch

12 years agoExternalized a bunch of strings for translation
James Moger [Mon, 26 Mar 2012 02:32:55 +0000 (22:32 -0400)]
Externalized a bunch of strings for translation

12 years agoCSS corrections for tags page and IE
James Moger [Mon, 26 Mar 2012 01:09:10 +0000 (21:09 -0400)]
CSS corrections for tags page and IE

12 years agoInclude partial Japanese translation with Manager
James Moger [Mon, 26 Mar 2012 00:31:40 +0000 (20:31 -0400)]
Include partial Japanese translation with Manager

12 years agoDo not include servlet jar in WAR build
James Moger [Mon, 26 Mar 2012 00:31:19 +0000 (20:31 -0400)]
Do not include servlet jar in WAR build

12 years agoTweak activity page css for improved spacing
James Moger [Mon, 26 Mar 2012 00:30:05 +0000 (20:30 -0400)]
Tweak activity page css for improved spacing

12 years agoIndex tags consistently
James Moger [Mon, 26 Mar 2012 00:29:44 +0000 (20:29 -0400)]
Index tags consistently

12 years agoImproved commit message/ref panel layout
James Moger [Mon, 26 Mar 2012 00:15:45 +0000 (20:15 -0400)]
Improved commit message/ref panel layout

12 years agoSimplified refs panel layout and css
James Moger [Sun, 25 Mar 2012 22:25:28 +0000 (18:25 -0400)]
Simplified refs panel layout and css

12 years agoCorrected timestamp on activity panel from author time to committer time
James Moger [Sun, 25 Mar 2012 22:10:33 +0000 (18:10 -0400)]
Corrected timestamp on activity panel from author time to committer time

12 years agoFixed Gravatar image security exception with Wicket 1.4.20
James Moger [Sun, 25 Mar 2012 22:01:59 +0000 (18:01 -0400)]
Fixed Gravatar image security exception with Wicket 1.4.20

12 years agoTranslate more massages
Kensuke Matsuzaki [Mon, 20 Feb 2012 12:59:34 +0000 (20:59 +0800)]
Translate more massages

12 years agoAdd Japanese massages
Kensuke Matsuzaki [Wed, 15 Feb 2012 14:27:27 +0000 (22:27 +0800)]
Add Japanese massages

12 years agoAdded Lucene search page screenshot to documentation
James Moger [Sun, 25 Mar 2012 21:20:20 +0000 (17:20 -0400)]
Added Lucene search page screenshot to documentation

12 years agoAdded web.allowLuceneIndexing to enable/disable Lucene integration
James Moger [Sun, 25 Mar 2012 17:15:06 +0000 (13:15 -0400)]
Added web.allowLuceneIndexing to enable/disable Lucene integration

12 years agoFixed null pointer for LuceneExecutor unit tests
James Moger [Sat, 24 Mar 2012 19:02:40 +0000 (15:02 -0400)]
Fixed null pointer for LuceneExecutor unit tests

12 years agoEnsure that FederationPullExecutor resets to FETCH_HEAD for mirrors
James Moger [Sat, 24 Mar 2012 18:50:35 +0000 (14:50 -0400)]
Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrors

12 years agoUpdate indexed branches on federation pull
James Moger [Fri, 23 Mar 2012 20:35:48 +0000 (16:35 -0400)]
Update indexed branches on federation pull