]>
source.dussan.org Git - gitblit.git/log
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.
James Moger [Fri, 15 Jun 2012 19:50:59 +0000 (15:50 -0400)]
Externalized some more strings. Updated Spanish translation from eguervos.
James Moger [Fri, 15 Jun 2012 12:46:14 +0000 (08:46 -0400)]
Update Lucene index version (issue 97)
James Moger [Fri, 15 Jun 2012 12:26:19 +0000 (08:26 -0400)]
Fixed bug where Manager could not update unreferenced setting (issue 85)
James Moger [Fri, 15 Jun 2012 12:16:50 +0000 (08:16 -0400)]
Configurable robots.txt (issue 99)
James Moger [Sat, 9 Jun 2012 00:55:31 +0000 (20:55 -0400)]
Updated to Bootstrap 2.0.4. Responsive layout by default.
James Moger [Fri, 8 Jun 2012 12:50:24 +0000 (08:50 -0400)]
Updated Git logos
James Moger [Thu, 7 Jun 2012 21:31:47 +0000 (17:31 -0400)]
Build gitblit jar file instead of exploded classes for Express build
James Moger [Thu, 7 Jun 2012 21:30:18 +0000 (17:30 -0400)]
Try multiple encodings when working with string blobs (issue 97)
James Moger [Thu, 7 Jun 2012 03:40:30 +0000 (23:40 -0400)]
Expose JGit's runtime configuration settings (issue 93)
James Moger [Thu, 7 Jun 2012 02:11:54 +0000 (22:11 -0400)]
Possible fix for federation branch mirroring issue (issue 86)
James Moger [Wed, 6 Jun 2012 21:00:21 +0000 (17:00 -0400)]
Implemented default access restriction (issue 88)
James Moger [Wed, 6 Jun 2012 20:26:46 +0000 (16:26 -0400)]
Fixed anonymous clone for 'Authenticated Push' repository (issue 96)
James Moger [Wed, 6 Jun 2012 19:59:39 +0000 (15:59 -0400)]
Updated Japanese translation
James Moger [Wed, 6 Jun 2012 19:55:50 +0000 (15:55 -0400)]
Added contributed Spanish translation
James Moger [Thu, 10 May 2012 21:38:25 +0000 (17:38 -0400)]
Revisions to custom fields
James Moger [Thu, 10 May 2012 21:34:17 +0000 (17:34 -0400)]
Adjustments to custom fields in Manager
James Moger [Thu, 10 May 2012 13:16:14 +0000 (09:16 -0400)]
Changed constants and fixed nullpointer in update repository
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)
James Moger [Wed, 9 May 2012 11:59:00 +0000 (04:59 -0700)]
Merge pull request #17 from peterloron/master
Credential string split fix
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
John Crygier [Mon, 7 May 2012 15:49:24 +0000 (10:49 -0500)]
Change layout to BoxLayout (assuming window won't be resized)
John Crygier [Mon, 7 May 2012 14:58:56 +0000 (09:58 -0500)]
Add custom fields to the manager
John Crygier [Mon, 7 May 2012 12:43:19 +0000 (07:43 -0500)]
Make the variables / messages more consistant
James Moger [Sat, 5 May 2012 19:37:28 +0000 (15:37 -0400)]
Reordered settings model loading to avoid WAR null pointer
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"
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
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.
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
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
James Moger [Fri, 27 Apr 2012 21:30:05 +0000 (17:30 -0400)]
Added Ivy 2.2.0 dependency (issue 91)
James Moger [Fri, 27 Apr 2012 21:29:01 +0000 (17:29 -0400)]
Change servlet API dependency from Glassfish to official javax.servlet
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
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
fifthgnat [Thu, 26 Apr 2012 04:51:20 +0000 (12:51 +0800)]
force encoding JSON response as UTF-8
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
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
James Moger [Wed, 25 Apr 2012 21:39:18 +0000 (17:39 -0400)]
Allow manipulating display name and email address from manager app
James Moger [Wed, 25 Apr 2012 21:30:11 +0000 (17:30 -0400)]
Allow manipulating display name and email address from web ui
James Moger [Wed, 25 Apr 2012 21:15:32 +0000 (17:15 -0400)]
Displayname and email address persistence for ConfigUserService
James Moger [Wed, 25 Apr 2012 21:01:00 +0000 (17:01 -0400)]
Added a logout hook to IUserService
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.
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.
James Moger [Wed, 25 Apr 2012 02:40:23 +0000 (22:40 -0400)]
Documentation
James Moger [Wed, 25 Apr 2012 00:43:25 +0000 (20:43 -0400)]
Corrected log typos
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
James Moger [Tue, 24 Apr 2012 21:56:23 +0000 (17:56 -0400)]
Updated the key generator to build nested key classes
James Moger [Tue, 24 Apr 2012 21:19:40 +0000 (14:19 -0700)]
Merge pull request #12 from jcrygier/ldap_unboundid
Ldap unboundid
unknown [Tue, 24 Apr 2012 12:48:39 +0000 (07:48 -0500)]
Allow for admin teams with spaces in their name.
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.
James Moger [Wed, 11 Apr 2012 13:04:42 +0000 (09:04 -0400)]
Reset build identifiers for the next release
James Moger [Wed, 11 Apr 2012 13:02:39 +0000 (09:02 -0400)]
Release 0.9.3
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
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.
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.
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).
James Moger [Tue, 10 Apr 2012 12:56:21 +0000 (08:56 -0400)]
Revised repository model list persistence (issue 81)
James Moger [Mon, 9 Apr 2012 20:26:07 +0000 (16:26 -0400)]
Automatically set java.awt.headless=true for Gitblit GO
James Moger [Mon, 9 Apr 2012 12:43:03 +0000 (08:43 -0400)]
Fixed: could not clear any RepositoryModel setting list (issue 81)
James Moger [Fri, 6 Apr 2012 22:01:58 +0000 (18:01 -0400)]
Skeleton LdapUserService based on John Cryiger's implementation
James Moger [Wed, 4 Apr 2012 14:00:35 +0000 (10:00 -0400)]
Reset build identifiers for next release
James Moger [Wed, 4 Apr 2012 13:56:29 +0000 (09:56 -0400)]
Release 0.9.2
James Moger [Sat, 31 Mar 2012 12:52:32 +0000 (08:52 -0400)]
Documentation
James Moger [Sat, 31 Mar 2012 12:48:10 +0000 (08:48 -0400)]
Adjustments to ClientLogger
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.
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
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
James Moger [Fri, 30 Mar 2012 12:02:49 +0000 (08:02 -0400)]
Fixed overzealous externalization of save and cancel buttons
James Moger [Fri, 30 Mar 2012 12:02:07 +0000 (08:02 -0400)]
Ignore .gradle
James Moger [Thu, 29 Mar 2012 21:11:51 +0000 (17:11 -0400)]
Ensure that lengthy commit messages are clipped in the header
James Moger [Thu, 29 Mar 2012 12:28:26 +0000 (08:28 -0400)]
Fixed activity page row layout regression (issue 79)
James Moger [Wed, 28 Mar 2012 21:57:35 +0000 (17:57 -0400)]
Fixed symlink absolute path/canonical path mixup with JGit (issue 78)
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.
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.
James Moger [Tue, 27 Mar 2012 23:42:54 +0000 (19:42 -0400)]
Reset build identifiers for next release
James Moger [Tue, 27 Mar 2012 23:40:27 +0000 (19:40 -0400)]
Release 0.9.1
James Moger [Tue, 27 Mar 2012 22:16:31 +0000 (18:16 -0400)]
Reset build identifier for next release
James Moger [Tue, 27 Mar 2012 22:12:20 +0000 (18:12 -0400)]
Release 0.9.0
James Moger [Tue, 27 Mar 2012 20:53:04 +0000 (16:53 -0400)]
Documentation
James Moger [Tue, 27 Mar 2012 20:52:44 +0000 (16:52 -0400)]
Added a utility class to specify gitblit.indexBranch en masse
James Moger [Tue, 27 Mar 2012 20:51:35 +0000 (16:51 -0400)]
Implemented support for "default" branch
James Moger [Mon, 26 Mar 2012 02:32:55 +0000 (22:32 -0400)]
Externalized a bunch of strings for translation
James Moger [Mon, 26 Mar 2012 01:09:10 +0000 (21:09 -0400)]
CSS corrections for tags page and IE
James Moger [Mon, 26 Mar 2012 00:31:40 +0000 (20:31 -0400)]
Include partial Japanese translation with Manager
James Moger [Mon, 26 Mar 2012 00:31:19 +0000 (20:31 -0400)]
Do not include servlet jar in WAR build
James Moger [Mon, 26 Mar 2012 00:30:05 +0000 (20:30 -0400)]
Tweak activity page css for improved spacing
James Moger [Mon, 26 Mar 2012 00:29:44 +0000 (20:29 -0400)]
Index tags consistently
James Moger [Mon, 26 Mar 2012 00:15:45 +0000 (20:15 -0400)]
Improved commit message/ref panel layout
James Moger [Sun, 25 Mar 2012 22:25:28 +0000 (18:25 -0400)]
Simplified refs panel layout and css
James Moger [Sun, 25 Mar 2012 22:10:33 +0000 (18:10 -0400)]
Corrected timestamp on activity panel from author time to committer time
James Moger [Sun, 25 Mar 2012 22:01:59 +0000 (18:01 -0400)]
Fixed Gravatar image security exception with Wicket 1.4.20
Kensuke Matsuzaki [Mon, 20 Feb 2012 12:59:34 +0000 (20:59 +0800)]
Translate more massages
Kensuke Matsuzaki [Wed, 15 Feb 2012 14:27:27 +0000 (22:27 +0800)]
Add Japanese massages
James Moger [Sun, 25 Mar 2012 21:20:20 +0000 (17:20 -0400)]
Added Lucene search page screenshot to documentation
James Moger [Sun, 25 Mar 2012 17:15:06 +0000 (13:15 -0400)]
Added web.allowLuceneIndexing to enable/disable Lucene integration
James Moger [Sat, 24 Mar 2012 19:02:40 +0000 (15:02 -0400)]
Fixed null pointer for LuceneExecutor unit tests
James Moger [Sat, 24 Mar 2012 18:50:35 +0000 (14:50 -0400)]
Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrors
James Moger [Fri, 23 Mar 2012 20:35:48 +0000 (16:35 -0400)]
Update indexed branches on federation pull
James Moger [Fri, 23 Mar 2012 20:31:22 +0000 (16:31 -0400)]
Updated login and search forms to use the SessionlessForm
James Moger [Fri, 23 Mar 2012 20:22:09 +0000 (16:22 -0400)]
Implemented SessionlessForm to workaround Wicket's stateful nature