942 Commits (ad66df2df14991e7436474d266cc6db823e6ae78)

Author SHA1 Message Date
Bernhard R. Link 19d2d23998 gitweb: add project_filter to limit project list to a subdirectory 13 years ago
Bernhard R. Link 348a6589e0 gitweb: prepare git_get_projects_list for use outside 'forks'. 13 years ago
Bernhard R. Link 4c7cd17714 gitweb: move hard coded .git suffix out of git_get_projects_list 13 years ago
Jakub Narebski 18ab83e856 gitweb: Fix actionless dispatch for non-existent objects 13 years ago
Jakub Narebski 8e09fd1a1e gitweb: Harden "grep" search against filenames with ':' 13 years ago
Jakub Narebski ff7f2185d6 gitweb: Fix file links in "grep" search 13 years ago
Matthieu Moy ac593b76dd gitweb: accept trailing "/" in $project_list 13 years ago
Jakub Narebski b13e3eacef gitweb: Fix fallback mode of to_utf8 subroutine 13 years ago
Jürgen Kreileder 57cf4ad6e8 gitweb: Output valid utf8 in git_blame_common('data') 13 years ago
Jürgen Kreileder 5d7910569b gitweb: esc_html() site name for title in OPML 13 years ago
Jürgen Kreileder 168c1e0120 gitweb: Call to_utf8() on input string in chop_and_escape_str() 13 years ago
Kato Kazuyoshi 6ae683c0f4 gitweb: Add navigation to select side-by-side diff 13 years ago
Jakub Narebski d0e6e29ee6 gitweb: Use href(-replay=>1,...) for formats links in "commitdiff" 13 years ago
Jakub Narebski 970fac5e24 gitweb: Give side-by-side diff extra CSS styling 13 years ago
Kato Kazuyoshi 6ba1eb51b9 gitweb: Add a feature to show side-by-side diff 13 years ago
Jakub Narebski f1310cf5e7 gitweb: Extract formatting of diff chunk header 13 years ago
Jakub Narebski 20a864cd83 gitweb: Refactor diff body line classification 13 years ago
Ramsay Jones a80b263e37 gitweb/Makefile: Remove static/gitweb.js in the clean target 13 years ago
Julien Muchembled 53c632faab gitweb: fix regression when filtering out forks 13 years ago
Lénaïc Huard c1355b7ffb gitweb: provide a way to customize html headers 13 years ago
Jakub Narebski 07ea4df278 gitweb: Add gitweb(1) manpage for gitweb itself 14 years ago
Drew Northup 6d3902b0d0 gitweb: Add gitweb.conf(5) manpage for gitweb configuration files 14 years ago
Peter Stuge 2b07ff3ffa gitweb: Fix links to lines in blobs when javascript-actions are enabled 14 years ago
Jakub Narebski 0866786b80 gitweb: Strip non-printable characters from syntax highlighter output 14 years ago
张忠山 927cd1fc94 gitweb: pass string after encoding in utf-8 to syntax highlighter 14 years ago
Jakub Narebski 14569cd810 gitweb: Git config keys are case insensitive, make config search too 14 years ago
Jakub Narebski 131d6afcba gitweb: Introduce common system-wide settings for convenience 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