147 Commits (24d0693a68008baacd827b1345c957e871488596)

Author SHA1 Message Date
Jakub Narebski 24d0693a68 gitweb: Split validate_input into validate_pathname and validate_refname 18 years ago
Jakub Narebski dd1ad5f167 gitweb: Use "return" instead of "return undef" for some subs 18 years ago
Jakub Narebski 4b02f48372 gitweb: Strip trailing slashes from $path in git_get_hash_by_path 18 years ago
Luben Tuikov 65910395c0 gitweb: extend blame to show links to diff and previous 18 years ago
Luben Tuikov 0fa105e7f1 gitweb: Remove redundant "tree" link 18 years ago
Luben Tuikov 4de741b3e1 gitweb: tree view: eliminate redundant "blob" 18 years ago
Petr Baudis 8391548e5e gitweb: fix over-eager application of esc_html(). 18 years ago
Petr Baudis a2f3db2f5d gitweb: Consolidate escaping/validation of query string 18 years ago
Petr Baudis 5c7d2cf3d6 Fix snapshot link in tree view 18 years ago
Petr Baudis 74d6166751 gitweb: Fix @git_base_url_list usage 18 years ago
Petr Baudis d726720743 gitweb: Fix tree link associated with each commit log entry. 18 years ago
Petr Baudis 26d0a976e8 Make path in tree view look nicer 18 years ago
Petr Baudis f35274dad8 gitweb: Relabel "head" as "HEAD" 18 years ago
Petr Baudis 35329cc1cc gitweb: Rename "plain" labels to "raw" 18 years ago
Petr Baudis 6ef4cb2e8d gitweb: Link to associated tree from a particular log item in full log view 18 years ago
Petr Baudis 1d62be25ed gitweb: Link to latest tree from the head line in heads list 18 years ago
Petr Baudis 35749ae566 gitweb: Link to tree instead of snapshot in shortlog 18 years ago
Petr Baudis cae1862a3b gitweb: More per-view navigation bar links 18 years ago
Petr Baudis 609ff267fb gitweb: Link (HEAD) tree for each project from projects list 18 years ago
Jakub Narebski 1d782b03b0 gitweb: Make git_get_hash_by_path check type if provided 18 years ago
Petr Baudis 16fdb4882e Fix showing of path in tree view 18 years ago
Martin Waitz 053d62bb5b gitweb: fix display of trees via PATH_INFO. 18 years ago
Jakub Narebski 62e27f273d gitweb: Fix thinko in git_tags and git_heads 18 years ago
Jakub Narebski 120ddde2a8 gitweb: Make git_get_refs_list do work of git_get_references 18 years ago
Jakub Narebski 9704d75ddc gitweb: Always use git-peek-remote in git_get_references 18 years ago
Jakub Narebski d04d3d424b gitweb: Require project for almost all actions 18 years ago
Jakub Narebski cd90e75ff4 gitweb: Even more support for PATH_INFO based URLs 18 years ago
Jakub Narebski 8059319acc gitweb: Fix mimetype_guess_file for files with multiple extensions 18 years ago
Matthias Lederhofer ac8e3f2bb8 gitweb fix validating pg (page) parameter 18 years ago
Matthias Lederhofer 645927cec8 gitweb: fix warnings in PATH_INFO code and add export_ok/strict_export 18 years ago
Matthias Lederhofer 32f4aaccaa gitweb: export options 18 years ago
Matthias Lederhofer 7939fe44b8 gitweb: do not use 'No such directory' error message 18 years ago
Martin Waitz 800764cf33 gitweb: fix uninitialized variable warning. 18 years ago
Martin Waitz dd70235f5a gitweb: more support for PATH_INFO based URLs 18 years ago
Jakub Narebski 9d0734ae49 gitweb: Add link to "project_index" view to "project_list" page 18 years ago
Jakub Narebski a1565c447d gitweb: Allow for href() to be used for links without project param 18 years ago
Jakub Narebski fc2b2be031 gitweb: Add git_project_index for generating index.aux 18 years ago
Jakub Narebski c83a77e4e1 gitweb: Do not parse refs by hand, use git-peek-remote instead 18 years ago
Jakub Narebski c0011ff8c8 gitweb: Use File::Find::find in git_get_projects_list 18 years ago
Jakub Narebski 8be683520e gitweb: Paginate history output 18 years ago
Jakub Narebski 04f7a94f65 gitweb: Make pickaxe search a feature 18 years ago
Jakub Narebski 762c7205f6 gitweb: Divide page path into directories -- path's "breadcrumbs" 18 years ago
Jakub Narebski 72dbafa1e6 gitweb: Correct typo: '==' instead of 'eq' in git_difftree_body 18 years ago
Jakub Narebski 0b5deba132 gitweb: Add GIT favicon, assuming image/png type 18 years ago
Jakub Narebski f2e609473c gitweb: Change the name of diff to parent link in "commit" view to "diff 18 years ago
Aneesh Kumar K.V 1d3fc68ae7 gitweb: Fix git_blame 18 years ago
Jakub Narebski 0edcb37d67 gitweb: Extend parse_difftree_raw_line to save commit info 18 years ago
Jakub Narebski fa702003e4 gitweb: Separate printing of git_tree row into git_print_tree_entry 18 years ago
Jakub Narebski cb849b46ac gitweb: Move git-ls-tree output parsing to parse_ls_tree_line 18 years ago
Dennis Stosberg 4b5dc988c0 use do() instead of require() to include configuration 18 years ago