Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding Russian Translate Добавлен русский язык | Vladimir A | 2021-11-03 | 1 | -0/+1 |
| | |||||
* | Fix user preferences selecting the wrong preferred locale. | Florian Zschocke | 2019-11-11 | 1 | -24/+25 |
| | | | | | | | | | | | Due to a wrong comparison, when loading the preferred locale in the user preferences page, in cases like `zh_CN` or `de_DE` the wrong locale would be chosen. As with too many things, the code is duplicated on the `UserPage` and the `EditUserPage`. And they differ. So extract the choosing of the preferred language for display into a method in the (more up-to-date) `UserPage` and call that from the `EditUserPage`. | ||||
* | Add Czech locale | Jan Breuer | 2017-02-15 | 1 | -0/+1 |
| | |||||
* | New Setting "Default Language" when creating user. | william | 2017-02-08 | 1 | -24/+10 |
| | |||||
* | Add traditional Chinese language choice | James Moger | 2015-08-07 | 1 | -1/+2 |
| | |||||
* | Allow finer-grained determination of available transport preferences | James Moger | 2014-10-31 | 1 | -1/+3 |
| | |||||
* | Extract services manager into a top-level injectable manager | James Moger | 2014-07-03 | 1 | -4/+4 |
| | |||||
* | Expose an Italiano language option in user preferences | James Moger | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | Add Deutsch (de) language preference choice | James Moger | 2014-06-13 | 1 | -0/+1 |
| | |||||
* | Add clone transport user preference | James Moger | 2014-06-05 | 1 | -0/+21 |
| | |||||
* | Use AJAX to manage the SSH keys panel | James Moger | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Add "email me on my ticket changes" preference | James Moger | 2014-06-05 | 1 | -0/+9 |
| | |||||
* | Revise language/locale preference handling | James Moger | 2014-06-05 | 1 | -9/+17 |
| | |||||
* | Add a basic SSH public key management UI | James Moger | 2014-06-05 | 1 | -0/+22 |
| | |||||
* | Revise the user profile page and add a preferences form | James Moger | 2014-06-04 | 1 | -15/+138 |
| | |||||
* | Simplified repository creation with a NewRepositoryPage | James Moger | 2014-06-03 | 1 | -2/+2 |
| | |||||
* | Allow plugins to extend the top navbar and repository navbar | James Moger | 2014-05-05 | 1 | -5/+5 |
| | | | | | This change also ties the plugin manager into the Wicket framework and allows plugins to contribute and mount new pages which are linked by the top navbar and repository navbar extensions. | ||||
* | Overhaul menu item classes and add AdminMenuExtension point | James Moger | 2014-05-05 | 1 | -2/+2 |
| | |||||
* | [findbugs] Remove dead code in UserPage | James Moger | 2014-04-17 | 1 | -7/+0 |
| | |||||
* | Eliminate nearly all direct GitBlit singleton references in Wicket | James Moger | 2013-11-26 | 1 | -5/+4 |
| | | | | | | | | | | This is the first step towards modularization and injection. All direct references to the GitBlit singleton within the Wicket pages and panels have been replaced to proxy methods in the GitBlitWebApp singleton. There are still two Wicket classes which rely on the GitBlit singleton; those require manual instantiation (servlet 3). Change-Id: I0cdbbcf87959d590c446c99abb09c07c87c737bc | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -10/+11 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Refactor logic for user repository path into one class. | Florian Zschocke | 2013-08-26 | 1 | -1/+1 |
| | | | | Gather logic for building the path/name of a personal user repository into one class. | ||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+155 |
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. |