summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket
Commit message (Collapse)AuthorAgeFilesLines
...
* Mostly complete blob view line links feature, DOM offset bug remains (issue 130)James Moger2012-09-141-23/+97
|
* EmptyRepositoryPage_es.html: up-to date with the last changesMrbytes2012-09-141-4/+4
|
* GitBlitWebApp_es.properties: up-to date with the last changesMrbytes2012-09-121-1/+6
| | | | Signed-off-by: Mrbytes <eguervos@msn.com>
* Redirect to summary page from empty page for a repo with commits (issue 129)James Moger2012-09-105-39/+83
|
* 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-0715-17/+1073
| | | | | | 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.
* Switch from StringBuffer to StringBuilderJames Moger2012-08-311-1/+1
|
* Update src/com/gitblit/wicket/GitBlitWebApp_ja.propertiesJames Moger2012-08-261-1/+1
| | | Added missing equals sign to gb.pagePrevious
* Update src/com/gitblit/wicket/GitBlitWebApp_es.propertiesJames Moger2012-08-261-1/+1
| | | Added missing equals sign to gb.pagePrevious
* Update src/com/gitblit/wicket/GitBlitWebApp_pl.propertiesJames Moger2012-08-261-1/+1
| | | Added missing equals sign to gb.sendProposal
* Add 2 missing '=' in the English language file.Mikael Karlsson2012-08-261-2/+2
|
* Implemented custom request handling for (un)authenticated sessions to ↵James Moger2012-08-246-17/+83
| | | | workaround Wicket bugs
* Translate all message to KoreanDongsu, KIM2012-08-232-0/+364
|
* Eliminated unnecessary repository enumeration (issue 103)James Moger2012-08-171-4/+13
|
* Optionally cache repository list for improved performanceJames Moger2012-08-175-7/+23
|
* Merge branch 'master' of https://github.com/Mrbytes/gitblitJames Moger2012-08-141-2/+2
|\
| * GitBlitWebApp_es.properties: up-to date with better translation.mrbytes2012-08-141-2/+2
| | | | | | | | Signed-off-by: mrbytes <eguervos@msn.com>
* | Merge branch 'master' of https://github.com/Mrbytes/gitblitJames Moger2012-08-131-4/+4
|\|
| * GitBlitWebApp_es.properties: up-to date with the last changesmrbytes2012-08-131-4/+4
| |
* | Update missing polish translationsLukasz Jader2012-08-131-4/+4
|/
* Translate some messages to Japanese.Kensuke Matsuzaki2012-08-111-22/+22
|
* Submodules supportJames Moger2012-08-1011-35/+225
|
* Redirect to absolute url for repository search box (issue-111)James Moger2012-08-091-2/+8
|
* Translation placeholdersJames Moger2012-08-093-3/+12
|
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-023-2/+26
|
* 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
|
* Fix some typos in polish translationLukasz Jader2012-07-141-8/+8
|
* Changes to commit page for responsive layoutJames Moger2012-07-137-11/+11
|
* Show email addresses on users panelJames Moger2012-07-112-1/+12
|
* Tweak to repositories panel in responsive modeJames Moger2012-07-111-7/+9
|
* Mount the /users pageJames Moger2012-07-111-0/+2
|
* 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-1010-31/+33
|
* CSS tweaksJames Moger2012-07-102-2/+2
|
* Added Polish translationLukasz Jader2012-06-301-0/+312
|
* GitBlitWebApp_es.properties: updated translationmrbytes2012-06-171-8/+8
|
* Added Spanish variants of welcome.mkd, login.mkd and EmptyRepositoryPageJames Moger2012-06-151-0/+47
|
* Added "today" to translation file. Updated Japanese translation.James Moger2012-06-153-1/+36
|
* Fixed bug in Gravatar Profile pageJames Moger2012-06-151-5/+2
|
* Revised TimeUtils for localizationJames Moger2012-06-1522-41/+76
| | | | | | | | 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-1510-26/+113
|
* Updated to Bootstrap 2.0.4. Responsive layout by default.James Moger2012-06-0824-78/+114
|
* Updated Git logosJames Moger2012-06-081-2/+2
|
* 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
|
* Updated Japanese translationJames Moger2012-06-061-63/+63
|
* Added contributed Spanish translationJames Moger2012-06-061-0/+279
|
* Revisions to custom fieldsJames Moger2012-05-104-32/+33
|