summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2011-07-22Merge branch 'jn/gitweb-search'Junio C Hamano
2011-07-19Merge branch 'jn/mime-type-with-params'Junio C Hamano
2011-07-19Merge branch 'jn/gitweb-split-header-html'Junio C Hamano
2011-07-13Merge branch 'ln/gitweb-mime-types-split-at-blank'Junio C Hamano
2011-06-30gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xssJakub Narebski
2011-06-30gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xssJakub Narebski
2011-06-30Merge branch 'jn/gitweb-js-blame' into nextJunio C Hamano
2011-06-22gitweb: Refactor git_header_htmlJakub Narebski
2011-06-22gitweb: Make git_search_* subroutines render whole pagesJakub Narebski
2011-06-22gitweb: Clean up code in git_search_* subroutinesJakub Narebski
2011-06-22gitweb: Split body of git_search into subroutinesJakub Narebski
2011-06-22gitweb: Check permissions first in git_searchJakub Narebski
2011-06-21Merge branch 'maint'Junio C Hamano
2011-06-21gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabledJakub Narebski
2011-06-15gitweb: allow space as delimiter in mime.typesLudwig Nussel
2011-06-09gitweb: do not misparse nonnumeric content tag files that contain a digitJonathan Nieder
2011-06-06Merge branch 'jn/mime-type-with-params'Junio C Hamano
2011-06-05gitweb: Fix usability of $prevent_xssJakub Narebski
2011-06-03gitweb: Move "Requirements" up in gitweb/INSTALLJakub Narebski
2011-06-02gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALLJakub Narebski
2011-06-02gitweb: Move information about installation from README to INSTALLJakub Narebski
2011-05-27gitweb.js: use setTimeout rather than setInterval in blame_incremental.jsJakub Narebski
2011-05-27gitweb.js: No need for loop in blame_incremental's handleResponse()Jakub Narebski
2011-05-27gitweb.js: No need for inProgress in blame_incremental.jsJakub Narebski
2011-05-26Merge branch 'jn/gitweb-js'Junio C Hamano
2011-05-26Merge branch 'jn/ctags-more'Junio C Hamano
2011-05-25gitweb: Refactor reading and parsing config file into read_config_fileJakub Narebski
2011-05-24gitweb: Make JavaScript ability to adjust timezones configurableJakub Narebski
2011-05-24gitweb.js: Add UI for selecting common timezone to display datesJohn 'Warthog9' Hawley
2011-05-24gitweb: JavaScript ability to adjust time based on timezoneJohn 'Warthog9' Hawley
2011-05-24gitweb: Unify the way long timestamp is displayedJakub Narebski
2011-05-24gitweb: Refactor generating of long dates into format_timestamp_htmlJakub Narebski
2011-05-24gitweb.js: Provide getElementsByClassName method (if it not exists)Jakub Narebski
2011-05-24gitweb.js: Introduce code to handle cookies from JavaScriptJakub Narebski
2011-05-24gitweb.js: Extract and improve datetime handlingJakub Narebski
2011-05-24gitweb.js: Provide default values for padding in padLeftStr and padLeftJakub Narebski
2011-05-24gitweb.js: Update and improve comments in JavaScript filesJakub Narebski
2011-05-24gitweb: Split JavaScript for maintability, combining on buildJakub Narebski
2011-05-11Merge branch 'jn/ctags'Junio C Hamano
2011-04-29gitweb: Optional grouping of projects by categorySebastien Cevey
2011-04-29gitweb: Mark matched 'ctag' / contents tag (?by_tag=foo)Jakub Narebski
2011-04-29gitweb: Modularized git_get_project_description to be more genericSebastien Cevey
2011-04-29gitweb: Change the way "content tags" ('ctags') are handledJakub Narebski
2011-04-29gitweb: Split git_project_list_body in two functionsSebastien Cevey
2011-04-29gitweb: Restructure projects list generationJakub Narebski
2011-04-26gitweb: supply '-n' to gzip for identical outputFraser Tweedale
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering
2011-04-04Merge branch 'maint'Junio C Hamano
2011-04-04gitweb: Fix parsing of negative fractional timezones in JavaScriptJakub Narebski
2011-03-26Sync with 1.7.4.2Junio C Hamano