Age | Commit message (Expand) | Author | Files | Lines |
2011-10-21 | gitweb: fix regression when filtering out forks | Julien Muchembled | 1 | -1/+1 |
2011-10-21 | gitweb: provide a way to customize html headers | Lénaïc Huard | 3 | -0/+11 |
2011-10-18 | Merge branch 'jn/gitweb-manpages' | Junio C Hamano | 2 | -477/+30 |
2011-10-16 | gitweb: Add gitweb(1) manpage for gitweb itself | Jakub Narebski | 2 | -345/+29 |
2011-10-16 | gitweb: Add gitweb.conf(5) manpage for gitweb configuration files | Drew Northup | 1 | -133/+2 |
2011-10-10 | Merge branch 'ps/gitweb-js-with-lineno' | Junio C Hamano | 1 | -4/+4 |
2011-09-27 | gitweb: Fix links to lines in blobs when javascript-actions are enabled | Peter Stuge | 1 | -4/+4 |
2011-09-16 | gitweb: Strip non-printable characters from syntax highlighter output | Jakub Narebski | 1 | -1/+13 |
2011-08-16 | Merge branch 'jn/mime-type-with-params' into maint | Junio C Hamano | 1 | -1/+10 |
2011-08-08 | Merge branch 'jn/gitweb-config-list-case' | Junio C Hamano | 1 | -0/+7 |
2011-08-08 | Merge branch 'jn/gitweb-system-config' | Junio C Hamano | 4 | -7/+53 |
2011-08-04 | gitweb: pass string after encoding in utf-8 to syntax highlighter | 张忠山 | 1 | -1/+1 |
2011-07-31 | gitweb: Git config keys are case insensitive, make config search too | Jakub Narebski | 1 | -0/+7 |
2011-07-24 | gitweb: Introduce common system-wide settings for convenience | Jakub Narebski | 4 | -7/+53 |
2011-07-22 | Merge branch 'jn/gitweb-search' | Junio C Hamano | 1 | -199/+241 |
2011-07-19 | Merge branch 'jn/mime-type-with-params' | Junio C Hamano | 1 | -1/+10 |
2011-07-19 | Merge branch 'jn/gitweb-split-header-html' | Junio C Hamano | 1 | -77/+95 |
2011-07-13 | Merge branch 'ln/gitweb-mime-types-split-at-blank' | Junio C Hamano | 1 | -6/+3 |
2011-06-30 | gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xss | Jakub Narebski | 1 | -1/+2 |
2011-06-30 | gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xss | Jakub Narebski | 1 | -1/+9 |
2011-06-29 | Merge branch 'jn/gitweb-js-blame' into next | Junio C Hamano | 1 | -37/+42 |
2011-06-22 | gitweb: Refactor git_header_html | Jakub Narebski | 1 | -77/+95 |
2011-06-22 | gitweb: Make git_search_* subroutines render whole pages | Jakub Narebski | 1 | -12/+26 |
2011-06-22 | gitweb: Clean up code in git_search_* subroutines | Jakub Narebski | 1 | -13/+16 |
2011-06-22 | gitweb: Split body of git_search into subroutines | Jakub Narebski | 1 | -182/+199 |
2011-06-22 | gitweb: Check permissions first in git_search | Jakub Narebski | 1 | -13/+21 |
2011-06-21 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |
2011-06-21 | gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled | Jakub Narebski | 1 | -0/+2 |
2011-06-15 | gitweb: allow space as delimiter in mime.types | Ludwig Nussel | 1 | -6/+3 |
2011-06-09 | gitweb: do not misparse nonnumeric content tag files that contain a digit | Jonathan Nieder | 1 | -1/+1 |
2011-06-06 | Merge branch 'jn/mime-type-with-params' | Junio C Hamano | 1 | -1/+1 |
2011-06-05 | gitweb: Fix usability of $prevent_xss | Jakub Narebski | 1 | -1/+1 |
2011-06-03 | gitweb: Move "Requirements" up in gitweb/INSTALL | Jakub Narebski | 1 | -15/+15 |
2011-06-02 | gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALL | Jakub Narebski | 1 | -6/+13 |
2011-06-02 | gitweb: Move information about installation from README to INSTALL | Jakub Narebski | 2 | -116/+113 |
2011-05-27 | gitweb.js: use setTimeout rather than setInterval in blame_incremental.js | Jakub Narebski | 1 | -15/+40 |
2011-05-27 | gitweb.js: No need for loop in blame_incremental's handleResponse() | Jakub Narebski | 1 | -9/+4 |
2011-05-27 | gitweb.js: No need for inProgress in blame_incremental.js | Jakub Narebski | 1 | -18/+3 |
2011-05-26 | Merge branch 'jn/gitweb-js' | Junio C Hamano | 10 | -241/+1022 |
2011-05-26 | Merge branch 'jn/ctags-more' | Junio C Hamano | 3 | -46/+144 |
2011-05-25 | gitweb: Refactor reading and parsing config file into read_config_file | Jakub Narebski | 1 | -8/+20 |
2011-05-24 | gitweb: Make JavaScript ability to adjust timezones configurable | Jakub Narebski | 1 | -8/+31 |
2011-05-24 | gitweb.js: Add UI for selecting common timezone to display dates | John 'Warthog9' Hawley | 4 | -16/+345 |
2011-05-24 | gitweb: JavaScript ability to adjust time based on timezone | John 'Warthog9' Hawley | 4 | -3/+84 |
2011-05-24 | gitweb: Unify the way long timestamp is displayed | Jakub Narebski | 1 | -5/+3 |
2011-05-24 | gitweb: Refactor generating of long dates into format_timestamp_html | Jakub Narebski | 1 | -23/+22 |
2011-05-24 | gitweb.js: Provide getElementsByClassName method (if it not exists) | Jakub Narebski | 1 | -0/+51 |
2011-05-24 | gitweb: Split JavaScript for maintability, combining on build | Jakub Narebski | 5 | -206/+268 |
2011-05-24 | gitweb.js: Introduce code to handle cookies from JavaScript | Jakub Narebski | 2 | -0/+115 |
2011-05-24 | gitweb.js: Extract and improve datetime handling | Jakub Narebski | 3 | -51/+162 |