summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages
Commit message (Collapse)AuthorAgeFilesLines
...
* Strip folder name and .git from repo links in the project viewJames Moger2012-09-101-6/+6
|
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-078-5/+1030
| | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model.
* Implemented custom request handling for (un)authenticated sessions to ↵James Moger2012-08-244-14/+27
| | | | workaround Wicket bugs
* Translate all message to KoreanDongsu, KIM2012-08-231-0/+47
|
* Eliminated unnecessary repository enumeration (issue 103)James Moger2012-08-171-4/+13
|
* Submodules supportJames Moger2012-08-107-31/+217
|
* Redirect to absolute url for repository search box (issue-111)James Moger2012-08-091-2/+8
|
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-022-2/+23
|
* Real raw page for text, images, and binaries (issue 6, issue 114)James Moger2012-07-254-78/+128
|
* Add polish variants of welcome.mkd, login.mkd and EmptyRepositoryPageLukasz Jader2012-07-141-0/+47
|
* Changes to commit page for responsive layoutJames Moger2012-07-136-10/+10
|
* Show user displayName in footerJames Moger2012-07-111-1/+1
|
* Prohibit trailing slashes in repository names (issue 104)James Moger2012-07-101-0/+3
|
* Final CSS/layout tweaks for responsive UI (issue 101)James Moger2012-07-106-16/+18
|
* CSS tweaksJames Moger2012-07-102-2/+2
|
* Added Spanish variants of welcome.mkd, login.mkd and EmptyRepositoryPageJames Moger2012-06-151-0/+47
|
* Fixed bug in Gravatar Profile pageJames Moger2012-06-151-5/+2
|
* Revised TimeUtils for localizationJames Moger2012-06-1510-16/+35
| | | | | | | | 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-156-13/+37
|
* Updated to Bootstrap 2.0.4. Responsive layout by default.James Moger2012-06-0813-38/+64
|
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-074-12/+17
|
* Implemented default access restriction (issue 88)James Moger2012-06-061-1/+4
|
* Revisions to custom fieldsJames Moger2012-05-102-31/+30
|
* Make the variables / messages more consistantJohn Crygier2012-05-072-14/+14
|
* Web UI done for Custom Fields. Changed variable names to be consistent with ↵John Crygier2012-05-042-3/+51
| | | | "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-252-0/+4
|
* 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-064-7/+28
|
* 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
|
* Implemented support for "default" branchJames Moger2012-03-271-2/+5
|
* Externalized a bunch of strings for translationJames Moger2012-03-2517-72/+66
|
* CSS corrections for tags page and IEJames Moger2012-03-252-3/+3
|
* Added web.allowLuceneIndexing to enable/disable Lucene integrationJames Moger2012-03-254-11/+17
|
* Updated login and search forms to use the SessionlessFormJames Moger2012-03-233-9/+17
|
* 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-201-1/+1
|
* 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-196-30/+40
|
* Implemented RPC administration of indexed branchesJames Moger2012-03-171-9/+2
|
* Implemented Lucene search result pagingJames Moger2012-03-172-6/+101
|
* Ensure that the welcome message is interpreted as UTF-8 (issue 74)James Moger2012-03-161-3/+7
|