828 Commits (e7a85be3cfc4ee017f59f1d1f8ceb63d7c88c9c8)

Author SHA1 Message Date
张忠山 927cd1fc94 gitweb: pass string after encoding in utf-8 to syntax highlighter 14 years ago
Jakub Narebski e8c3531717 gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xss 14 years ago
Jakub Narebski 86afbd02c8 gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xss 14 years ago
Jakub Narebski 6ee9033d67 gitweb: Refactor git_header_html 14 years ago
Jakub Narebski 1ae05be4aa gitweb: Make git_search_* subroutines render whole pages 14 years ago
Jakub Narebski 882541b87d gitweb: Clean up code in git_search_* subroutines 14 years ago
Jakub Narebski 16f20725bb gitweb: Split body of git_search into subroutines 14 years ago
Jakub Narebski e0ca364551 gitweb: Check permissions first in git_search 14 years ago
Jakub Narebski a598ded1e2 gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled 14 years ago
Ludwig Nussel 93a6ad16a6 gitweb: allow space as delimiter in mime.types 14 years ago
Jonathan Nieder 2c162b56f3 gitweb: do not misparse nonnumeric content tag files that contain a digit 14 years ago
Jakub Narebski bee6ea17a1 gitweb: Fix usability of $prevent_xss 14 years ago
Jakub Narebski 80b4dfeeb2 gitweb: Move "Requirements" up in gitweb/INSTALL 14 years ago
Jakub Narebski 560869e321 gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALL 14 years ago
Jakub Narebski cee694d012 gitweb: Move information about installation from README to INSTALL 14 years ago
Jakub Narebski 42ab5d40de gitweb.js: use setTimeout rather than setInterval in blame_incremental.js 14 years ago
Jakub Narebski e8dd0e4063 gitweb.js: No need for loop in blame_incremental's handleResponse() 14 years ago
Jakub Narebski 4510165934 gitweb.js: No need for inProgress in blame_incremental.js 14 years ago
Jakub Narebski f612a71cc9 gitweb: Refactor reading and parsing config file into read_config_file 14 years ago
Jakub Narebski 2e987f9240 gitweb: Make JavaScript ability to adjust timezones configurable 14 years ago
John 'Warthog9' Hawley 2ae8da2552 gitweb.js: Add UI for selecting common timezone to display dates 14 years ago
John 'Warthog9' Hawley 291e52bd19 gitweb: JavaScript ability to adjust time based on timezone 14 years ago
Jakub Narebski ce71b07632 gitweb: Unify the way long timestamp is displayed 14 years ago
Jakub Narebski 256b7b4883 gitweb: Refactor generating of long dates into format_timestamp_html 14 years ago
Jakub Narebski 1cae3ee70d gitweb.js: Provide getElementsByClassName method (if it not exists) 14 years ago
Jakub Narebski fcce886bfb gitweb.js: Introduce code to handle cookies from JavaScript 14 years ago
Jakub Narebski 54b1479a77 gitweb.js: Extract and improve datetime handling 14 years ago
Jakub Narebski 4dfa207eec gitweb.js: Provide default values for padding in padLeftStr and padLeft 14 years ago
Jakub Narebski e2895de4d8 gitweb.js: Update and improve comments in JavaScript files 14 years ago
Jakub Narebski 9a86dd5710 gitweb: Split JavaScript for maintability, combining on build 14 years ago
Sebastien Cevey d940c9015d gitweb: Optional grouping of projects by category 14 years ago
Jakub Narebski 4b9447f98e gitweb: Mark matched 'ctag' / contents tag (?by_tag=foo) 14 years ago
Sebastien Cevey e4e3b32bd2 gitweb: Modularized git_get_project_description to be more generic 14 years ago
Jakub Narebski 0368c492d6 gitweb: Change the way "content tags" ('ctags') are handled 14 years ago
Sebastien Cevey 0fa920c35c gitweb: Split git_project_list_body in two functions 14 years ago
Jakub Narebski 12b1443c2c gitweb: Restructure projects list generation 14 years ago
Fraser Tweedale 0c8c385ef1 gitweb: supply '-n' to gzip for identical output 14 years ago
Jim Meyering 0353a0c4ec remove doubled words, e.g., s/to to/to/, and fix related typos 14 years ago
Jakub Narebski 9029ebbe11 gitweb: Fix parsing of negative fractional timezones in JavaScript 14 years ago
Jakub Narebski 2b1e17237b gitweb: Fix handling of fractional timezones in parse_date 14 years ago
Jakub Narebski 6368d9f1af gitweb: Always call parse_date with timezone parameter 14 years ago
Kevin Cernekee 5e96a847b3 gitweb: fix #patchNN anchors when path_info is enabled 14 years ago
Kevin Cernekee 6affdbe677 gitweb: highlight: replace tabs with spaces 14 years ago
Ævar Arnfjörð Bjarmason 98885c2914 gitweb/gitweb.perl: don't call S_ISREG() with undef 14 years ago
Ævar Arnfjörð Bjarmason 0f54b7d09a gitweb/gitweb.perl: remove use of qw(...) as parentheses 14 years ago
Jakub Narebski 2e9c8789b7 gitweb: Mention optional Perl modules in INSTALL 14 years ago
Adam Tkac d2d434beeb Don't pass "--xhtml" to hightlight in gitweb.perl script. 14 years ago
Sylvain Rabot 3ca7353cab gitweb: remove unnecessary test when closing file descriptor 14 years ago
Sylvain Rabot 3ce19eb857 gitweb: add extensions to highlight feature map 14 years ago
Jonathan Nieder 6822052427 gitweb: make logo optional 14 years ago