summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rj/gitweb-clean-js'Junio C Hamano2011-10-271-1/+3
|\
| * gitweb/Makefile: Remove static/gitweb.js in the clean targetrj/gitweb-clean-jsRamsay Jones2011-10-261-1/+3
* | Merge branch 'lh/gitweb-site-html-head'Junio C Hamano2011-10-263-0/+11
|\ \
| * | gitweb: provide a way to customize html headersLénaïc Huard2011-10-213-0/+11
* | | Merge branch 'jm/maint-gitweb-filter-forks-fix'Junio C Hamano2011-10-261-1/+1
|\ \ \
| * | | gitweb: fix regression when filtering out forksJulien Muchembled2011-10-211-1/+1
* | | | Merge branch 'jn/gitweb-manpages'Junio C Hamano2011-10-182-477/+30
|\ \ \ \ | | |/ / | |/| |
| * | | gitweb: Add gitweb(1) manpage for gitweb itselfJakub Narebski2011-10-162-345/+29
| * | | gitweb: Add gitweb.conf(5) manpage for gitweb configuration filesDrew Northup2011-10-161-133/+2
* | | | Merge branch 'ps/gitweb-js-with-lineno'Junio C Hamano2011-10-101-4/+4
|\ \ \ \
| * | | | gitweb: Fix links to lines in blobs when javascript-actions are enabledPeter Stuge2011-09-271-4/+4
* | | | | gitweb: Strip non-printable characters from syntax highlighter outputJakub Narebski2011-09-161-1/+13
| |/ / / |/| | |
* | | | Merge branch 'jn/gitweb-config-list-case'Junio C Hamano2011-08-081-0/+7
|\ \ \ \
| * | | | gitweb: Git config keys are case insensitive, make config search tooJakub Narebski2011-07-311-0/+7
| | |_|/ | |/| |
* | | | Merge branch 'jn/gitweb-system-config'Junio C Hamano2011-08-084-7/+53
|\ \ \ \
| * | | | gitweb: Introduce common system-wide settings for convenienceJakub Narebski2011-07-244-7/+53
| |/ / /
* | | | gitweb: pass string after encoding in utf-8 to syntax highlighter张忠山2011-08-041-1/+1
* | | | Merge branch 'jn/gitweb-search'Junio C Hamano2011-07-221-199/+241
|\ \ \ \
| * | | | gitweb: Make git_search_* subroutines render whole pagesJakub Narebski2011-06-221-12/+26
| * | | | gitweb: Clean up code in git_search_* subroutinesJakub Narebski2011-06-221-13/+16
| * | | | gitweb: Split body of git_search into subroutinesJakub Narebski2011-06-221-182/+199
| * | | | gitweb: Check permissions first in git_searchJakub Narebski2011-06-221-13/+21
* | | | | Merge branch 'jn/mime-type-with-params'Junio C Hamano2011-07-191-1/+10
|\ \ \ \ \
| * | | | | gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xssJakub Narebski2011-06-301-1/+2
| * | | | | gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xssJakub Narebski2011-06-301-1/+9
* | | | | | Merge branch 'jn/gitweb-split-header-html'Junio C Hamano2011-07-191-77/+95
|\ \ \ \ \ \
| * | | | | | gitweb: Refactor git_header_htmlJakub Narebski2011-06-221-77/+95
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ln/gitweb-mime-types-split-at-blank'Junio C Hamano2011-07-131-6/+3
|\ \ \ \ \ \
| * | | | | | gitweb: allow space as delimiter in mime.typesLudwig Nussel2011-06-151-6/+3
* | | | | | | Merge branch 'jn/gitweb-js-blame' into nextJunio C Hamano2011-06-291-37/+42
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | gitweb.js: use setTimeout rather than setInterval in blame_incremental.jsJakub Narebski2011-05-271-15/+40
| * | | | | | gitweb.js: No need for loop in blame_incremental's handleResponse()Jakub Narebski2011-05-271-9/+4
| * | | | | | gitweb.js: No need for inProgress in blame_incremental.jsJakub Narebski2011-05-271-18/+3
* | | | | | | Merge branch 'maint'Junio C Hamano2011-06-211-0/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabledJakub Narebski2011-06-211-0/+2
| | |/ / / / | |/| | | |
* | | | | | gitweb: do not misparse nonnumeric content tag files that contain a digitJonathan Nieder2011-06-091-1/+1
* | | | | | Merge branch 'jn/mime-type-with-params'Junio C Hamano2011-06-061-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | gitweb: Fix usability of $prevent_xssJakub Narebski2011-06-051-1/+1
* | | | | | gitweb: Move "Requirements" up in gitweb/INSTALLJakub Narebski2011-06-031-15/+15
* | | | | | gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALLJakub Narebski2011-06-021-6/+13
* | | | | | gitweb: Move information about installation from README to INSTALLJakub Narebski2011-06-022-116/+113
* | | | | | Merge branch 'jn/gitweb-js'Junio C Hamano2011-05-2610-241/+1022
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | gitweb: Make JavaScript ability to adjust timezones configurableJakub Narebski2011-05-241-8/+31
| * | | | | gitweb.js: Add UI for selecting common timezone to display datesJohn 'Warthog9' Hawley2011-05-244-16/+345
| * | | | | gitweb: JavaScript ability to adjust time based on timezoneJohn 'Warthog9' Hawley2011-05-244-3/+84
| * | | | | gitweb: Unify the way long timestamp is displayedJakub Narebski2011-05-241-5/+3
| * | | | | gitweb: Refactor generating of long dates into format_timestamp_htmlJakub Narebski2011-05-241-23/+22
| * | | | | gitweb.js: Provide getElementsByClassName method (if it not exists)Jakub Narebski2011-05-241-0/+51
| * | | | | gitweb.js: Introduce code to handle cookies from JavaScriptJakub Narebski2011-05-242-0/+115
| * | | | | gitweb.js: Extract and improve datetime handlingJakub Narebski2011-05-243-51/+162