aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-1/+1
2014-03-31comments: fix misuses of "nor"Justin Lebar1-1/+1
2014-02-20gitweb: Avoid overflowing page body frame with large imagesAndrew Keller2-1/+6
2013-12-12gitweb: Denote non-heads, non-remotes branchesKrzesimir Nowak1-5/+29
2013-12-12gitweb: Add a feature for adding more branch refsKrzesimir Nowak1-12/+68
2013-12-12gitweb: Return 1 on validation success instead of passed inputKrzesimir Nowak1-29/+32
2013-12-12gitweb: Move check-ref-format code into separate functionKrzesimir Nowak1-4/+13
2013-09-17Merge branch 'ab/gitweb-author-initials'Junio C Hamano1-0/+1
2013-09-11Merge branch 'tf/gitweb-ss-tweak'Junio C Hamano2-6/+6
2013-08-30gitweb: Fix the author initials in blame for non-ASCII namesÆvar Arnfjörð Bjarmason1-0/+1
2013-08-20gitweb: make search help link less uglyTony Finch1-2/+2
2013-08-20gitweb: omit the repository owner when it is unsetTony Finch1-1/+1
2013-08-20gitweb: vertically centre contents of page footerTony Finch1-1/+2
2013-08-20gitweb: ensure OPML text fits inside its boxTony Finch1-2/+1
2013-07-04gitweb: allow extra breadcrumbs to prefix the trailTony Finch1-1/+6
2013-06-07gitweb: fix problem causing erroneous project listCharles McGarvey1-1/+1
2013-04-15gitweb/INSTALL: Simplify description of GITWEB_CONFIG_SYSTEMJakub Narębski1-8/+5
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-3/+3
2013-04-12doc: various spelling fixesStefano Lattarini1-1/+1
2013-03-07gitweb/README: remove reference to git.kernel.orgFredrik Gustafsson1-3/+0
2013-01-28gitweb: refer to picon/gravatar images over the same schemeAndrej E Baranov1-2/+2
2013-01-11Merge branch 'os/gitweb-highlight-uncaptured' into maintJunio C Hamano1-1/+1
2013-01-10Merge branch 'md/gitweb-sort-by-age' into maintJunio C Hamano1-14/+21
2013-01-01gitweb: fix error in sanitize when highlight is enabledOrgad Shaneh1-1/+1
2012-12-11gitweb: Sort projects with undefined ages lastMatthew Daley1-14/+21
2012-11-29Merge branch 'pp/gitweb-config-underscore'Junio C Hamano1-2/+5
2012-11-28Merge branch 'rh/maint-gitweb-highlight-ext' into maintJunio C Hamano1-9/+8
2012-11-21gitweb: make remote_heads config setting workPhil Pennock1-2/+5
2012-11-20Merge branch 'jk/maint-gitweb-xss'Junio C Hamano1-0/+1
2012-11-12gitweb: escape html in rss titleJeff King1-0/+1
2012-11-08gitweb.perl: fix %highlight_ext mappingsRichard Hubbell1-9/+8
2012-10-12gitweb.cgi: fix "comitter_tz" typo in feedDylan Alex Simon1-1/+1
2012-09-10Merge branch 'maint-1.7.11' into maintJunio C Hamano1-0/+5
2012-09-10Merge branch 'js/gitweb-path-info-unquote' into maint-1.7.11Junio C Hamano1-0/+5
2012-08-15gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFOJay Soffian1-0/+5
2012-07-23Merge branch 'nk/maint-gitweb-log-by-lines'Junio C Hamano1-15/+18
2012-07-05gitweb: Add support to Link: tagNamhyung Kim1-0/+10
2012-07-05gitweb: Handle other types of tag in git_print_logNamhyung Kim1-1/+1
2012-07-05gitweb: Cleanup git_print_log()Namhyung Kim1-14/+7
2012-04-29Merge branch 'kk/gitweb-omit-expensive'Junio C Hamano1-10/+25
2012-04-29Merge branch 'kk/maint-gitweb-missing-owner'Junio C Hamano1-2/+4
2012-04-26gitweb: Option to not display information about ownerKacper Kornet1-6/+15
2012-04-25gitweb: Option to omit column with time of the last changeKacper Kornet1-5/+11
2012-04-25gitweb: Don't set owner if got empty value from projects.listKacper Kornet1-2/+4
2012-04-24Merge branch 'mk/gitweb-diff-hl'Junio C Hamano2-87/+244
2012-04-16Merge branch 'wk/gitweb-snapshot-use-if-modified-since'Junio C Hamano1-26/+39
2012-04-11gitweb: Refinement highlightning in combined diffsMichał Kiedrowicz1-13/+42
2012-04-11gitweb: Highlight interesting parts of diffMichał Kiedrowicz2-12/+103
2012-04-11gitweb: Push formatting diff lines to print_diff_chunk()Michał Kiedrowicz1-19/+18
2012-04-11gitweb: Use print_diff_chunk() for both side-by-side and inline diffsMichał Kiedrowicz1-16/+39
2012-04-11gitweb: Extract print_sidebyside_diff_lines()Michał Kiedrowicz1-45/+51
2012-04-11gitweb: Pass esc_html_hl_regions() options to esc_html()Jakub Narębski1-4/+7
2012-04-11gitweb: esc_html_hl_regions(): Don't create empty <span> elementsMichał Kiedrowicz1-0/+3
2012-04-11gitweb: Use descriptive names in esc_html_hl_regions()Michał Kiedrowicz1-5/+8
2012-04-11gitweb: Fix unintended "--no-merges" for regular Atom feedSebastian Pipping1-0/+1
2012-03-30gitweb: add If-Modified-Since handling to git_snapshot().W. Trevor King1-0/+10
2012-03-30gitweb: refactor If-Modified-Since handlingW. Trevor King1-28/+29
2012-03-30gitweb: add `status` headers to git_feed() responses.W. Trevor King1-2/+4
2012-03-28correct a few doubled-word nits in comments and documentationJim Meyering1-1/+1
2012-03-20Merge branch 'maint-1.7.8' into maintJunio C Hamano1-1/+3
2012-03-12Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext' into maintJunio C Hamano1-8/+8
2012-03-08Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext'Junio C Hamano1-9/+9
2012-03-06gitweb: Fix fixed string (non-regexp) project searchJakub Narebski1-8/+8
2012-03-04Merge branch 'jn/gitweb-hilite-regions'Junio C Hamano1-3/+92
2012-03-04Merge branch 'jn/maint-gitweb-invalid-regexp' into maintJunio C Hamano1-1/+10
2012-03-02gitweb: Fix passing parameters to git_project_search_formJakub Narebski1-1/+1
2012-03-01Merge branch 'jn/maint-gitweb-invalid-regexp'Junio C Hamano1-1/+10
2012-02-28gitweb: Handle invalid regexp in regexp searchJakub Narebski1-1/+10
2012-02-27Merge branch 'jn/gitweb-unborn-head' into maintJunio C Hamano1-2/+2
2012-02-26Merge branch 'jn/gitweb-search-optim'Junio C Hamano1-13/+53
2012-02-26gitweb: Highlight matched part of shortened project descriptionJakub Narebski1-5/+47
2012-02-26gitweb: Highlight matched part of project description when searching projectsJakub Narebski1-2/+6
2012-02-26gitweb: Highlight matched part of project name when searching projectsJakub Narebski1-1/+3
2012-02-26gitweb: Introduce esc_html_match_hl and esc_html_hl_regionsJakub Narebski1-0/+41
2012-02-23gitweb: Faster project searchJakub Narebski1-2/+7
2012-02-23gitweb: Option for filling only specified info in fill_project_list_infoJakub Narebski1-8/+25
2012-02-23gitweb: Refactor checking if part of project info need fillingJakub Narebski1-8/+26
2012-02-21Merge branch 'jn/gitweb-unborn-head'Junio C Hamano1-2/+2
2012-02-20Merge branch 'maint'Junio C Hamano1-1/+2
2012-02-19gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski1-1/+2
2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski1-2/+2
2012-02-14Merge branch 'bl/gitweb-project-filter'Junio C Hamano1-1/+1
2012-02-12Merge branch 'jn/gitweb-search-utf-8'Junio C Hamano1-7/+7
2012-02-12gitweb: Harden and improve $project_filter page titleJakub Narebski1-1/+1
2012-02-07Merge branch 'bl/gitweb-project-filter'Junio C Hamano2-20/+95
2012-02-03gitweb: Allow UTF-8 encoded CGI query parameters and path_infoJakub Narebski1-8/+8
2012-02-01gitweb: Make project search respect project_filterJakub Narebski1-5/+13
2012-02-01gitweb: improve usability of projects search formJakub Narebski2-6/+28
2012-02-01gitweb: place links to parent directories in page headerBernhard R. Link1-1/+4
2012-02-01gitweb: show active project_filter in project_list page headerBernhard R. Link1-0/+14
2012-02-01gitweb: limit links to alternate forms of project_list to active project_filterBernhard R. Link1-2/+4
2012-02-01gitweb: add project_filter to limit project list to a subdirectoryBernhard R. Link1-6/+25
2012-02-01gitweb: prepare git_get_projects_list for use outside 'forks'.Bernhard R. Link1-1/+6
2012-02-01gitweb: move hard coded .git suffix out of git_get_projects_listBernhard R. Link1-4/+6
2012-01-29Merge branch 'jn/gitweb-unspecified-action'Junio C Hamano1-1/+3
2012-01-16Merge branch 'jn/maint-gitweb-grep-fix'Junio C Hamano1-10/+10
2012-01-09Merge branch 'mm/maint-gitweb-project-maxdepth'Junio C Hamano1-2/+2
2012-01-09gitweb: Fix actionless dispatch for non-existent objectsJakub Narebski1-1/+3
2012-01-05gitweb: Harden "grep" search against filenames with ':'Jakub Narebski1-2/+3
2012-01-05gitweb: Fix file links in "grep" searchJakub Narebski1-8/+7
2012-01-04gitweb: accept trailing "/" in $project_listMatthieu Moy1-2/+2
2011-12-22Merge branch 'jn/maint-gitweb-utf8-fix'Junio C Hamano1-4/+8
2011-12-19gitweb: Fix fallback mode of to_utf8 subroutineJakub Narebski1-2/+2
2011-12-18gitweb: Output valid utf8 in git_blame_common('data')Jürgen Kreileder1-1/+3
2011-12-18gitweb: esc_html() site name for title in OPMLJürgen Kreileder1-1/+2
2011-12-18gitweb: Call to_utf8() on input string in chop_and_escape_str()Jürgen Kreileder1-0/+1
2011-10-31gitweb: Add navigation to select side-by-side diffKato Kazuyoshi1-0/+23
2011-10-31gitweb: Use href(-replay=>1,...) for formats links in "commitdiff"Jakub Narebski1-8/+8
2011-10-31gitweb: Give side-by-side diff extra CSS stylingJakub Narebski2-10/+42
2011-10-31gitweb: Add a feature to show side-by-side diffKato Kazuyoshi2-11/+122
2011-10-31gitweb: Extract formatting of diff chunk headerJakub Narebski1-47/+67
2011-10-31gitweb: Refactor diff body line classificationJakub Narebski1-30/+37
2011-10-27Merge branch 'rj/gitweb-clean-js'Junio C Hamano1-1/+3
2011-10-26Merge branch 'lh/gitweb-site-html-head'Junio C Hamano3-0/+11
2011-10-26Merge branch 'jm/maint-gitweb-filter-forks-fix'Junio C Hamano1-1/+1
2011-10-26Merge branch 'ps/gitweb-js-with-lineno' into maint-1.7.6Junio C Hamano1-4/+4
2011-10-26gitweb/Makefile: Remove static/gitweb.js in the clean targetRamsay Jones1-1/+3
2011-10-21gitweb: fix regression when filtering out forksJulien Muchembled1-1/+1
2011-10-21gitweb: provide a way to customize html headersLénaïc Huard3-0/+11
2011-10-18Merge branch 'jn/gitweb-manpages'Junio C Hamano2-477/+30
2011-10-16gitweb: Add gitweb(1) manpage for gitweb itselfJakub Narebski2-345/+29
2011-10-16gitweb: Add gitweb.conf(5) manpage for gitweb configuration filesDrew Northup1-133/+2
2011-10-10Merge branch 'ps/gitweb-js-with-lineno'Junio C Hamano1-4/+4
2011-09-27gitweb: Fix links to lines in blobs when javascript-actions are enabledPeter Stuge1-4/+4
2011-09-16gitweb: Strip non-printable characters from syntax highlighter outputJakub Narebski1-1/+13
2011-08-16Merge branch 'jn/mime-type-with-params' into maintJunio C Hamano1-1/+10
2011-08-08Merge branch 'jn/gitweb-config-list-case'Junio C Hamano1-0/+7
2011-08-08Merge branch 'jn/gitweb-system-config'Junio C Hamano4-7/+53
2011-08-04gitweb: pass string after encoding in utf-8 to syntax highlighter张忠山1-1/+1
2011-07-31gitweb: Git config keys are case insensitive, make config search tooJakub Narebski1-0/+7
2011-07-24gitweb: Introduce common system-wide settings for convenienceJakub Narebski4-7/+53
2011-07-22Merge branch 'jn/gitweb-search'Junio C Hamano1-199/+241
2011-07-19Merge branch 'jn/mime-type-with-params'Junio C Hamano1-1/+10
2011-07-19Merge branch 'jn/gitweb-split-header-html'Junio C Hamano1-77/+95
2011-07-13Merge branch 'ln/gitweb-mime-types-split-at-blank'Junio C Hamano1-6/+3
2011-06-30gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xssJakub Narebski1-1/+2
2011-06-30gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xssJakub Narebski1-1/+9
2011-06-29Merge branch 'jn/gitweb-js-blame' into nextJunio C Hamano1-37/+42
2011-06-22gitweb: Refactor git_header_htmlJakub Narebski1-77/+95
2011-06-22gitweb: Make git_search_* subroutines render whole pagesJakub Narebski1-12/+26
2011-06-22gitweb: Clean up code in git_search_* subroutinesJakub Narebski1-13/+16
2011-06-22gitweb: Split body of git_search into subroutinesJakub Narebski1-182/+199
2011-06-22gitweb: Check permissions first in git_searchJakub Narebski1-13/+21
2011-06-21Merge branch 'maint'Junio C Hamano1-0/+2
2011-06-21gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabledJakub Narebski1-0/+2
2011-06-15gitweb: allow space as delimiter in mime.typesLudwig Nussel1-6/+3
2011-06-09gitweb: do not misparse nonnumeric content tag files that contain a digitJonathan Nieder1-1/+1
2011-06-06Merge branch 'jn/mime-type-with-params'Junio C Hamano1-1/+1
2011-06-05gitweb: Fix usability of $prevent_xssJakub Narebski1-1/+1
2011-06-03gitweb: Move "Requirements" up in gitweb/INSTALLJakub Narebski1-15/+15
2011-06-02gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALLJakub Narebski1-6/+13
2011-06-02gitweb: Move information about installation from README to INSTALLJakub Narebski2-116/+113
2011-05-27gitweb.js: use setTimeout rather than setInterval in blame_incremental.jsJakub Narebski1-15/+40
2011-05-27gitweb.js: No need for loop in blame_incremental's handleResponse()Jakub Narebski1-9/+4
2011-05-27gitweb.js: No need for inProgress in blame_incremental.jsJakub Narebski1-18/+3
2011-05-26Merge branch 'jn/gitweb-js'Junio C Hamano10-241/+1022
2011-05-26Merge branch 'jn/ctags-more'Junio C Hamano3-46/+144
2011-05-25gitweb: Refactor reading and parsing config file into read_config_fileJakub Narebski1-8/+20
2011-05-24gitweb: Make JavaScript ability to adjust timezones configurableJakub Narebski1-8/+31
2011-05-24gitweb.js: Add UI for selecting common timezone to display datesJohn 'Warthog9' Hawley4-16/+345
2011-05-24gitweb: JavaScript ability to adjust time based on timezoneJohn 'Warthog9' Hawley4-3/+84
2011-05-24gitweb: Unify the way long timestamp is displayedJakub Narebski1-5/+3
2011-05-24gitweb: Refactor generating of long dates into format_timestamp_htmlJakub Narebski1-23/+22
2011-05-24gitweb.js: Provide getElementsByClassName method (if it not exists)Jakub Narebski1-0/+51
2011-05-24gitweb: Split JavaScript for maintability, combining on buildJakub Narebski5-206/+268
2011-05-24gitweb.js: Introduce code to handle cookies from JavaScriptJakub Narebski2-0/+115
2011-05-24gitweb.js: Extract and improve datetime handlingJakub Narebski3-51/+162
2011-05-24gitweb.js: Provide default values for padding in padLeftStr and padLeftJakub Narebski1-3/+11
2011-05-24gitweb.js: Update and improve comments in JavaScript filesJakub Narebski2-15/+19
2011-05-11Merge branch 'jn/ctags'Junio C Hamano1-121/+276
2011-04-29gitweb: Restructure projects list generationJakub Narebski1-77/+173
2011-04-29gitweb: Optional grouping of projects by categorySebastien Cevey3-3/+82
2011-04-29gitweb: Mark matched 'ctag' / contents tag (?by_tag=foo)Jakub Narebski1-3/+9
2011-04-29gitweb: Modularized git_get_project_description to be more genericSebastien Cevey1-8/+16
2011-04-29gitweb: Change the way "content tags" ('ctags') are handledJakub Narebski1-44/+97
2011-04-29gitweb: Split git_project_list_body in two functionsSebastien Cevey1-39/+50
2011-04-26gitweb: supply '-n' to gzip for identical outputFraser Tweedale1-1/+1
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering1-1/+1
2011-04-04Merge branch 'maint'Junio C Hamano1-5/+19
2011-04-04gitweb: Fix parsing of negative fractional timezones in JavaScriptJakub Narebski1-5/+19
2011-03-25Sync with 1.7.4.2Junio C Hamano1-2/+4
2011-03-25gitweb: Fix handling of fractional timezones in parse_dateJakub Narebski1-2/+4
2011-03-23Merge branch 'kc/gitweb-pathinfo-w-anchor'Junio C Hamano1-7/+20
2011-03-19gitweb: Always call parse_date with timezone parameterJakub Narebski1-3/+2
2011-03-18gitweb: fix #patchNN anchors when path_info is enabledKevin Cernekee1-7/+20
2011-03-16gitweb: highlight: replace tabs with spacesKevin Cernekee1-1/+1
2011-02-21gitweb/gitweb.perl: don't call S_ISREG() with undefÆvar Arnfjörð Bjarmason1-1/+1
2011-02-21gitweb/gitweb.perl: remove use of qw(...) as parenthesesÆvar Arnfjörð Bjarmason1-2/+2
2011-02-07gitweb: Mention optional Perl modules in INSTALLJakub Narebski1-0/+6
2011-01-27Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac1-1/+1
2011-01-13Merge branch 'jn/gitweb-no-logo'Junio C Hamano1-4/+9
2011-01-04gitweb: remove unnecessary test when closing file descriptorSylvain Rabot1-2/+1
2011-01-04gitweb: add extensions to highlight feature mapSylvain Rabot1-3/+4
2011-01-04Merge branch 'maint'Junio C Hamano1-1/+1
2011-01-04gitweb: make logo optionalJonathan Nieder1-4/+9
2011-01-04gitweb: skip logo in atom feed when there is noneJonathan Nieder1-1/+1
2010-12-21Merge branch 'jn/maint-gitweb-pathinfo-fix'Junio C Hamano1-8/+23
2010-12-19Merge branch 'maint'Junio C Hamano1-42/+47
2010-12-18gitweb: Include links to feeds in HTML header only for '200 OK' responseJakub Narebski1-42/+47
2010-12-15Sync with 1.7.3.4Junio C Hamano1-17/+24