summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the variables / messages more consistantJohn Crygier2012-05-073-16/+16
|
* Web UI done for Custom Fields. Changed variable names to be consistent with ↵John Crygier2012-05-043-3/+53
| | | | "custom" instead of "user"
* Allow user services to control editing of display name and email addressJames Moger2012-04-251-2/+8
|
* Allow manipulating display name and email address from web uiJames Moger2012-04-256-3/+26
|
* Added a logout hook to IUserServiceJames Moger2012-04-251-1/+5
|
* Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵John Crygier2012-04-101-31/+33
| | | | to be started with Gitblit GO (backed by an LDIF file).
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-066-9/+33
|
* removed wrong char from page, which caused IE8 no to display the save buttonJohannes Buehler2012-03-301-1/+1
|
* Fixed overzealous externalization of save and cancel buttonsJames Moger2012-03-305-10/+10
|
* Ensure that lengthy commit messages are clipped in the headerJames Moger2012-03-291-1/+4
|
* Fixed activity page row layout regression (issue 79)James Moger2012-03-292-50/+43
|
* Implemented support for "default" branchJames Moger2012-03-271-2/+5
|
* Externalized a bunch of strings for translationJames Moger2012-03-2519-73/+172
|
* CSS corrections for tags page and IEJames Moger2012-03-252-3/+3
|
* Improved commit message/ref panel layoutJames Moger2012-03-253-3/+3
|
* Simplified refs panel layout and cssJames Moger2012-03-251-0/+1
|
* Corrected timestamp on activity panel from author time to committer timeJames Moger2012-03-251-2/+2
|
* Fixed Gravatar image security exception with Wicket 1.4.20James Moger2012-03-252-5/+37
|
* Translate more massagesKensuke Matsuzaki2012-03-261-22/+22
|
* Add Japanese massagesKensuke Matsuzaki2012-03-261-0/+215
|
* Added web.allowLuceneIndexing to enable/disable Lucene integrationJames Moger2012-03-255-12/+19
|
* Updated login and search forms to use the SessionlessFormJames Moger2012-03-233-9/+17
|
* Implemented SessionlessForm to workaround Wicket's stateful natureJames Moger2012-03-231-0/+148
|
* Adjusted spacing on activity pageJames Moger2012-03-211-1/+1
|
* Only show pager if the total search hits exceed the page sizeJames Moger2012-03-211-2/+4
|
* Corrected sample syntax for branch and path termsJames Moger2012-03-211-3/+3
|
* Added a file icon to the changed paths tablesJames Moger2012-03-202-2/+2
|
* Display tag links on indexed commits and tweaked term highlight colorJames Moger2012-03-202-51/+34
|
* Adjust translation for default branch (HEAD)James Moger2012-03-202-1/+2
|
* Disable default branch/HEAD selector on create/empty repositoryJames Moger2012-03-201-1/+1
|
* Shrink summary page activity graph a littleJames Moger2012-03-191-1/+1
|
* Eliminated Lucene settingsJames Moger2012-03-191-3/+1
|
* Indicate 0 search resultsJames Moger2012-03-191-2/+7
|
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-1913-89/+58
|
* Implemented RPC administration of indexed branchesJames Moger2012-03-171-9/+2
|
* Implemented Lucene search result pagingJames Moger2012-03-174-6/+209
|
* Ensure that the welcome message is interpreted as UTF-8 (issue 74)James Moger2012-03-161-3/+7
|
* Repository-branch Lucene indexing is now opt-inJames Moger2012-03-164-17/+67
|
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-151-19/+4
|
* Repository must have commits to be searchableJames Moger2012-03-141-1/+3
|
* A bunch more Lucene workJames Moger2012-03-142-8/+27
| | | | | * Only list user-accessible repositories * Syntax-highlight matched blob fragments * Improve look and layout of search results
* Adjusted spacing on summary pageJames Moger2012-03-141-5/+5
|
* Replaced "committed" with "authored" on activity pageJames Moger2012-03-142-2/+4
|
* Wrapped activity page charts with table due to GoogleCharts update :(James Moger2012-03-141-3/+7
|
* Removed reference to old css fileJames Moger2012-03-141-4/+0
|
* Made LucenePage statelessJames Moger2012-03-132-65/+71
|
* Revise indexed fields and improve Lucene page usabilityJames Moger2012-03-122-8/+14
|
* More Lucene progressJames Moger2012-03-099-25/+162
|
* Replace ChoiceRenderer with StringChoiceRenderer (issue 71)James Moger2012-03-054-16/+59
|
* Improved look of Lucene pageJames Moger2012-03-022-4/+6
|