summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2006-10-02gitweb: start to generate PATH_INFO URLs.Martin Waitz-1/+21
2006-09-30Merge branch 'lt/web'Junio C Hamano-148/+175
2006-09-30gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov-9/+9
2006-09-28gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov-2/+2
2006-09-28gitweb: Remove redundant "commit" from historyLuben Tuikov-1/+0
2006-09-28gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov-5/+4
2006-09-28gitweb: Add snapshot to shortlogLuben Tuikov-1/+2
2006-09-28gitweb: Factor out gitweb_have_snapshot()Luben Tuikov-5/+9
2006-09-28gitweb: Remove redundant "commit" link from shortlogLuben Tuikov-1/+0
2006-09-28gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov-8/+8
2006-09-27gitweb: Add history and blame to git_difftree_body()Luben Tuikov-12/+23
2006-09-27gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov-58/+34
2006-09-27Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov-17/+1
2006-09-27gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski-8/+9
2006-09-27gitweb: Add git_url subroutine, and use it to quote full URLsJakub Narebski-1/+10
2006-09-27gitweb: Split validate_input into validate_pathname and validate_refnameJakub Narebski-16/+47
2006-09-27gitweb: Use "return" instead of "return undef" for some subsJakub Narebski-2/+2
2006-09-27gitweb: Strip trailing slashes from $path in git_get_hash_by_pathJakub Narebski-1/+1
2006-09-27gitweb: extend blame to show links to diff and previousLuben Tuikov-1/+17
2006-09-27gitweb: Decode long title for link tooltipsYasushi SHOJI-1/+1
2006-09-26gitweb: Remove redundant "tree" linkLuben Tuikov-10/+6
2006-09-25gitweb: tree view: eliminate redundant "blob"Luben Tuikov-16/+17
2006-09-24gitweb: fix over-eager application of esc_html().Petr Baudis-6/+6
2006-09-23gitweb: Consolidate escaping/validation of query stringPetr Baudis-21/+11
2006-09-22Fix snapshot link in tree viewPetr Baudis-1/+1
2006-09-22gitweb: Fix @git_base_url_list usagePetr Baudis-1/+1
2006-09-22gitweb: Fix tree link associated with each commit log entry.Petr Baudis-1/+1
2006-09-22Make path in tree view look nicerPetr Baudis-5/+5
2006-09-21gitweb: Relabel "head" as "HEAD"Petr Baudis-4/+4
2006-09-21gitweb: Rename "plain" labels to "raw"Petr Baudis-4/+4
2006-09-21gitweb: Link to associated tree from a particular log item in full log viewPetr Baudis-0/+2
2006-09-21gitweb: Link to latest tree from the head line in heads listPetr Baudis-1/+2
2006-09-21gitweb: Link to tree instead of snapshot in shortlogPetr Baudis-7/+2
2006-09-21gitweb: More per-view navigation bar linksPetr Baudis-4/+38
2006-09-21gitweb: Link (HEAD) tree for each project from projects listPetr Baudis-1/+2
2006-09-21gitweb: Make git_get_hash_by_path check type if providedJakub Narebski-0/+5
2006-09-21Fix showing of path in tree viewPetr Baudis-5/+7
2006-09-21gitweb: fix display of trees via PATH_INFO.Martin Waitz-0/+1
2006-09-20gitweb: Fix thinko in git_tags and git_headsJakub Narebski-2/+2
2006-09-20gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski-24/+42
2006-09-20gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski-8/+2
2006-09-20gitweb: Require project for almost all actionsJakub Narebski-0/+4
2006-09-20gitweb: Even more support for PATH_INFO based URLsJakub Narebski-9/+20
2006-09-20gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski-1/+1
2006-09-17gitweb fix validating pg (page) parameterMatthias Lederhofer-1/+1
2006-09-17gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer-13/+21
2006-09-17gitweb: export optionsMatthias Lederhofer-3/+20
2006-09-17gitweb: do not use 'No such directory' error messageMatthias Lederhofer-7/+4
2006-09-17gitweb: fix uninitialized variable warning.Martin Waitz-8/+8
2006-09-17gitweb: more support for PATH_INFO based URLsMartin Waitz-7/+27