summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/resources/gitblit.css
Commit message (Collapse)AuthorAgeFilesLines
* Mostly stable war build.James Moger2011-06-181-819/+0
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-111-0/+4
|
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-091-0/+4
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-081-0/+13
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-081-1/+1
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-7/+16
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-031-2/+25
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-011-1/+1
|
* Download zip feature.James Moger2011-05-241-2/+6
|
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-231-12/+42
|
* Documentation.James Moger2011-05-201-0/+14
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-191-0/+15
|
* Move admin links. Drop extra GitBlit link. Line numbers on Blob page.James Moger2011-05-161-4/+34
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-5/+23
|
* Working on error handling.James Moger2011-04-291-4/+9
|
* Improve repo folder detection. Fail gracefully on create repo error.James Moger2011-04-271-0/+19
|
* Integrated pagelinks into RepositoryPage. Fixed string encoding.James Moger2011-04-271-9/+9
|
* Commit header panel. File type icons. Docs page.James Moger2011-04-261-5/+18
|
* Sprinkled some icons throughout ui. Centralized icon retrieval.James Moger2011-04-251-5/+31
|
* Restylized search form. Used GNOME's search icon.James Moger2011-04-231-4/+12
|
* Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.James Moger2011-04-231-2/+12
|
* Added merge icon. Added commit legend with counts. Improved header.James Moger2011-04-211-9/+30
|
* Selectable diff presentation: gitblit, gitweb, or plain.James Moger2011-04-201-0/+54
|
* Support Markdown rendering. Use Wicket GoogleCharts from Maven.James Moger2011-04-201-3/+5
|
* Color-coded change type indicator with tooltip for changed paths.James Moger2011-04-181-1/+26
| | | Also fixed /dev/null reference due to deletion change.
* Add search form to the page nav links panel within a repository.James Moger2011-04-181-1/+12
|
* Author and Committer search integration.James Moger2011-04-181-1/+10
|
* Fixed ticgit pages.James Moger2011-04-131-1/+6
|
* Html and Css simplifications.James Moger2011-04-131-16/+9
|
* Patch formatter. Ensure html escaping. css tweaks.James Moger2011-04-131-7/+8
|
* Eliminated most session usage.James Moger2011-04-111-8/+15
|
* Ref links.James Moger2011-04-111-12/+9
|
* Moved paging count to setting. Fixed css layouts. Removed log pager.James Moger2011-04-111-3/+1
|
* created panels for logs, tags, and branches.James Moger2011-04-081-0/+10
|
* Localized all strings for translation. Removed old resources.James Moger2011-04-071-2/+1
|
* Let Wicket manage resources and use markup inheritance.James Moger2011-04-071-0/+442
This seems to improve page loading times.