summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2006-08-06gitweb: No error messages with unescaped/unprotected user inputJakub Narebski-1/+1
2006-08-06gitweb: No periods for error messagesJakub Narebski-46/+46
2006-08-06gitweb: Cleanup and uniquify error messagesJakub Narebski-6/+6
2006-08-06gitweb: Don't undefine query parameter related variables before die_errorJakub Narebski-16/+5
2006-08-06gitweb: Use undef for die_error to use default first (status) parameter valueJakub Narebski-1/+1
2006-08-06gitweb: die_error first (optional) parameter is HTTP statusJakub Narebski-2/+2
2006-08-06gitweb: Separate input validation and dispatch, add comment about opml actionJakub Narebski-0/+2
2006-08-04gitweb: git_tree displays blame based on repository configLuben Tuikov-3/+6
2006-08-02gitweb: do not use @@FOO@@ for replaced tokensJunio C Hamano-9/+9
2006-08-02gitweb: require $ENV{'GITWEB_CONFIG'}Matthias Lederhofer-1/+6
2006-08-02gitweb: optionally read config from GITWEB_CONFIGJeff King-7/+12
2006-08-01gitweb/README: do not bug Kay with gitweb questions anymoreJunio C Hamano-1/+5
2006-08-01gitweb: use out-of-line GIT logo.Martin Waitz-25/+6
2006-08-01gitweb: fill in gitweb configuration by MakefileMartin Waitz-8/+24
2006-07-31gitweb: Refactoring git_project_listJakub Narebski-22/+35
2006-07-31gitweb: avoid undefined value warning in print_page_pathJunio C Hamano-3/+3
2006-07-31gitweb: when showing history of a tree, show tree link not blobJunio C Hamano-1/+1
2006-07-31gitweb: fix use of uninitialized value.Junio C Hamano-3/+5
2006-07-31gitweb: an obvious cut and paste error.Junio C Hamano-1/+1
2006-07-31gitweb: There can be more than two levels of subdirectoriesJunio C Hamano-16/+8
2006-07-31gitweb: use a hash to lookup the sub for an actionMatthias Lederhofer-56/+25
2006-07-31gitweb: Reordering code and dividing it into categoriesJakub Narebski-776/+840
2006-07-31gitweb: Remove characters entities entirely when shortening string -- correctionJakub Narebski-1/+1
2006-07-31gitweb: do not quote path for list version of open "-|"Jakub Narebski-1/+1
2006-07-31gitweb: Refactor generation of shortlog, tags and heads bodyJakub Narebski-209/+184
2006-07-30gitweb: Ref refactoring - use git_get_referencing for marking tagged/head com...Jakub Narebski-31/+22
2006-07-30gitweb: Remove characters entities entirely when shortening stringJakub Narebski-0/+1
2006-07-30gitweb: Headers refactoring - use git_header_div for header divsJakub Narebski-60/+40
2006-07-30gitweb: Remove $project from git_get_paging_nav argumentsJakub Narebski-3/+3
2006-07-30gitweb: Pager refactoring - use git_get_paging_nav for paginationJakub Narebski-36/+32
2006-07-30gitweb: Add "\n" after <br/> in git_page_navJakub Narebski-1/+1
2006-07-30gitweb: Show project descriptions with utf-8 characters in project list corre...Jakub Narebski-1/+1
2006-07-30gitweb: Replace form-feed character by ^LJakub Narebski-0/+1
2006-07-30gitweb: Navbar refactoring - use git_page_nav to generate navigation barJakub Narebski-169/+66
2006-07-30gitweb: Add git_page_nav for later useJakub Narebski-0/+34
2006-07-30gitweb: Cleanup - chomp @lines in consistent styleJakub Narebski-10/+9
2006-07-30gitweb: Cleanup - chomp $line in consistent styleJakub Narebski-2/+2
2006-07-30gitweb: More explicit error messages for open "-|"Jakub Narebski-12/+17
2006-07-30gitweb: simplify git_get_hash_by_pathJakub Narebski-23/+9
2006-07-30gitweb: Use list for of open for running git commands, thorougly.Jakub Narebski-24/+27
2006-07-30gitweb: whitespace cleanupJakub Narebski-28/+30
2006-07-30Merge branch 'lt/web'Junio C Hamano-2/+75
2006-07-28Merge branch 'lt/web'Junio C Hamano-28/+55
2006-07-26gitweb: fix two warningsJohannes Schindelin-2/+2
2006-07-25gitweb: escape tag commentsDaniel Drake-1/+1
2006-07-24gitweb.cgi: git_blame2: slight optimization reading the blame linesLuben Tuikov-14/+5
2006-07-24gitweb.cgi: Centralize printing of the page pathLuben Tuikov-20/+21
2006-07-24gitweb.cgi: git_blame2: Revision blocks now have alternating colorsLuben Tuikov-4/+11
2006-07-24gitweb.cgi: Show "raw" head of project link even when $hash is not definedLuben Tuikov-0/+3
2006-07-24gitweb.cgi: git_blame2: Allow back-trekking through commitsLuben Tuikov-1/+7