summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2012-02-12Merge branch 'jn/gitweb-search-utf-8'Junio C Hamano-7/+7
2012-02-12gitweb: Harden and improve $project_filter page titleJakub Narebski-1/+1
2012-02-07Merge branch 'bl/gitweb-project-filter'Junio C Hamano-20/+95
2012-02-03gitweb: Allow UTF-8 encoded CGI query parameters and path_infoJakub Narebski-8/+8
2012-02-01gitweb: Make project search respect project_filterJakub Narebski-5/+13
2012-02-01gitweb: improve usability of projects search formJakub Narebski-6/+28
2012-02-01gitweb: place links to parent directories in page headerBernhard R. Link-1/+4
2012-02-01gitweb: show active project_filter in project_list page headerBernhard R. Link-0/+14
2012-02-01gitweb: limit links to alternate forms of project_list to active project_filterBernhard R. Link-2/+4
2012-02-01gitweb: add project_filter to limit project list to a subdirectoryBernhard R. Link-6/+25
2012-02-01gitweb: prepare git_get_projects_list for use outside 'forks'.Bernhard R. Link-1/+6
2012-02-01gitweb: move hard coded .git suffix out of git_get_projects_listBernhard R. Link-4/+6
2012-01-29Merge branch 'jn/gitweb-unspecified-action'Junio C Hamano-1/+3
2012-01-16Merge branch 'jn/maint-gitweb-grep-fix'Junio C Hamano-10/+10
2012-01-09Merge branch 'mm/maint-gitweb-project-maxdepth'Junio C Hamano-2/+2
2012-01-09gitweb: Fix actionless dispatch for non-existent objectsJakub Narebski-1/+3
2012-01-05gitweb: Harden "grep" search against filenames with ':'Jakub Narebski-2/+3
2012-01-05gitweb: Fix file links in "grep" searchJakub Narebski-8/+7
2012-01-04gitweb: accept trailing "/" in $project_listMatthieu Moy-2/+2
2011-12-22Merge branch 'jn/maint-gitweb-utf8-fix'Junio C Hamano-4/+8
2011-12-19gitweb: Fix fallback mode of to_utf8 subroutineJakub Narebski-2/+2
2011-12-18gitweb: Output valid utf8 in git_blame_common('data')Jürgen Kreileder-1/+3
2011-12-18gitweb: esc_html() site name for title in OPMLJürgen Kreileder-1/+2
2011-12-18gitweb: Call to_utf8() on input string in chop_and_escape_str()Jürgen Kreileder-0/+1
2011-10-31gitweb: Add navigation to select side-by-side diffKato Kazuyoshi-0/+23
2011-10-31gitweb: Use href(-replay=>1,...) for formats links in "commitdiff"Jakub Narebski-8/+8
2011-10-31gitweb: Give side-by-side diff extra CSS stylingJakub Narebski-10/+42
2011-10-31gitweb: Add a feature to show side-by-side diffKato Kazuyoshi-11/+122
2011-10-31gitweb: Extract formatting of diff chunk headerJakub Narebski-47/+67
2011-10-31gitweb: Refactor diff body line classificationJakub Narebski-30/+37
2011-10-27Merge branch 'rj/gitweb-clean-js'Junio C Hamano-1/+3
2011-10-26Merge branch 'lh/gitweb-site-html-head'Junio C Hamano-0/+11
2011-10-26Merge branch 'jm/maint-gitweb-filter-forks-fix'Junio C Hamano-1/+1
2011-10-26Merge branch 'ps/gitweb-js-with-lineno' into maint-1.7.6Junio C Hamano-4/+4
2011-10-26gitweb/Makefile: Remove static/gitweb.js in the clean targetRamsay Jones-1/+3
2011-10-21gitweb: fix regression when filtering out forksJulien Muchembled-1/+1
2011-10-21gitweb: provide a way to customize html headersLénaïc Huard-0/+11
2011-10-18Merge branch 'jn/gitweb-manpages'Junio C Hamano-477/+30
2011-10-16gitweb: Add gitweb(1) manpage for gitweb itselfJakub Narebski-345/+29
2011-10-16gitweb: Add gitweb.conf(5) manpage for gitweb configuration filesDrew Northup-133/+2
2011-10-10Merge branch 'ps/gitweb-js-with-lineno'Junio C Hamano-4/+4
2011-09-27gitweb: Fix links to lines in blobs when javascript-actions are enabledPeter Stuge-4/+4
2011-09-16gitweb: Strip non-printable characters from syntax highlighter outputJakub Narebski-1/+13
2011-08-16Merge branch 'jn/mime-type-with-params' into maintJunio C Hamano-1/+10
2011-08-08Merge branch 'jn/gitweb-config-list-case'Junio C Hamano-0/+7
2011-08-08Merge branch 'jn/gitweb-system-config'Junio C Hamano-7/+53
2011-08-04gitweb: pass string after encoding in utf-8 to syntax highlighter张忠山-1/+1
2011-07-31gitweb: Git config keys are case insensitive, make config search tooJakub Narebski-0/+7
2011-07-24gitweb: Introduce common system-wide settings for convenienceJakub Narebski-7/+53
2011-07-22Merge branch 'jn/gitweb-search'Junio C Hamano-199/+241