summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket
Commit message (Collapse)AuthorAgeFilesLines
* Added SparkleShare invite url panelJames Moger2013-05-026-3/+112
| | | | | This will probably be merged into a refined, single multi-protocol url panel.
* Improved the repository url panel and show git daemon url, appropriatelyJames Moger2013-05-0210-17/+255
| | | | | This will probably be refined some more to merge the http/https and git urls into a single url panel.
* Make WicketUtils return the component for more fluid usageJames Moger2013-05-021-8/+16
|
* Improve Gerrit change ref rendering (issue-206)James Moger2013-04-231-0/+6
|
* Fixed (again?!) regression with repositories page messageJames Moger2013-04-161-6/+4
|
* Load prettify's lang-*.js extentions.Kensuke Matsuzaki2013-04-1633-65/+181
|
* Translate massages to JapanaseKensuke Matsuzaki2013-04-151-24/+157
|
* Merge branch 'force-locale' of https://github.com/ljader/gitblitJames Moger2013-04-081-1/+10
|\
| * Overwrite created session locale with forced oneLukasz Jader2013-04-071-1/+10
| |
* | Translate rest of new messagesLukasz Jader2013-04-071-6/+99
| |
* | Translate some new messagesLukasz Jader2013-04-061-2/+37
| |
* | Alter polish translation for 'branch' phraseLukasz Jader2013-04-061-13/+13
|/
* Revised incremental push tags featureJames Moger2013-04-013-4/+5
|
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-013-1/+5
|
* Improve blame page error checkingJames Moger2013-03-292-0/+31
|
* Support username substitution in web.otherUrls (issue 213)James Moger2013-03-293-3/+8
|
* Add more error checking to blob pageJames Moger2013-03-293-3/+24
|
* Enforce security on raw blob page (issue 198)James Moger2013-03-293-38/+86
|
* Disable view and blame links for deleted blobs (issue 216)James Moger2013-03-291-2/+4
|
* Fixed incorrect icon file name for .doc files (issue 200)James Moger2013-03-281-1/+1
|
* Fixed internal error on folder history links (issue 192)James Moger2013-03-281-3/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-27186-0/+20072
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.