Age | Commit message (Expand) | Author | Files | Lines |
2011-06-02 | gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALL | Jakub Narebski | 1 | -6/+13 |
2011-06-02 | gitweb: Move information about installation from README to INSTALL | Jakub Narebski | 2 | -116/+113 |
2011-05-27 | gitweb.js: use setTimeout rather than setInterval in blame_incremental.js | Jakub Narebski | 1 | -15/+40 |
2011-05-27 | gitweb.js: No need for loop in blame_incremental's handleResponse() | Jakub Narebski | 1 | -9/+4 |
2011-05-27 | gitweb.js: No need for inProgress in blame_incremental.js | Jakub Narebski | 1 | -18/+3 |
2011-05-26 | Merge branch 'jn/gitweb-js' | Junio C Hamano | 10 | -241/+1022 |
2011-05-26 | Merge branch 'jn/ctags-more' | Junio C Hamano | 3 | -46/+144 |
2011-05-25 | gitweb: Refactor reading and parsing config file into read_config_file | Jakub Narebski | 1 | -8/+20 |
2011-05-24 | gitweb: Make JavaScript ability to adjust timezones configurable | Jakub Narebski | 1 | -8/+31 |
2011-05-24 | gitweb.js: Add UI for selecting common timezone to display dates | John 'Warthog9' Hawley | 4 | -16/+345 |
2011-05-24 | gitweb: JavaScript ability to adjust time based on timezone | John 'Warthog9' Hawley | 4 | -3/+84 |
2011-05-24 | gitweb: Unify the way long timestamp is displayed | Jakub Narebski | 1 | -5/+3 |
2011-05-24 | gitweb: Refactor generating of long dates into format_timestamp_html | Jakub Narebski | 1 | -23/+22 |
2011-05-24 | gitweb.js: Provide getElementsByClassName method (if it not exists) | Jakub Narebski | 1 | -0/+51 |
2011-05-24 | gitweb: Split JavaScript for maintability, combining on build | Jakub Narebski | 5 | -206/+268 |
2011-05-24 | gitweb.js: Introduce code to handle cookies from JavaScript | Jakub Narebski | 2 | -0/+115 |
2011-05-24 | gitweb.js: Extract and improve datetime handling | Jakub Narebski | 3 | -51/+162 |
2011-05-24 | gitweb.js: Provide default values for padding in padLeftStr and padLeft | Jakub Narebski | 1 | -3/+11 |
2011-05-24 | gitweb.js: Update and improve comments in JavaScript files | Jakub Narebski | 2 | -15/+19 |
2011-05-11 | Merge branch 'jn/ctags' | Junio C Hamano | 1 | -121/+276 |
2011-04-29 | gitweb: Restructure projects list generation | Jakub Narebski | 1 | -77/+173 |
2011-04-29 | gitweb: Optional grouping of projects by category | Sebastien Cevey | 3 | -3/+82 |
2011-04-29 | gitweb: Mark matched 'ctag' / contents tag (?by_tag=foo) | Jakub Narebski | 1 | -3/+9 |
2011-04-29 | gitweb: Modularized git_get_project_description to be more generic | Sebastien Cevey | 1 | -8/+16 |
2011-04-29 | gitweb: Change the way "content tags" ('ctags') are handled | Jakub Narebski | 1 | -44/+97 |
2011-04-29 | gitweb: Split git_project_list_body in two functions | Sebastien Cevey | 1 | -39/+50 |
2011-04-26 | gitweb: supply '-n' to gzip for identical output | Fraser Tweedale | 1 | -1/+1 |
2011-04-13 | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 1 | -1/+1 |
2011-04-04 | Merge branch 'maint' | Junio C Hamano | 1 | -5/+19 |
2011-04-04 | gitweb: Fix parsing of negative fractional timezones in JavaScript | Jakub Narebski | 1 | -5/+19 |
2011-03-25 | Sync with 1.7.4.2 | Junio C Hamano | 1 | -2/+4 |
2011-03-25 | gitweb: Fix handling of fractional timezones in parse_date | Jakub Narebski | 1 | -2/+4 |
2011-03-23 | Merge branch 'kc/gitweb-pathinfo-w-anchor' | Junio C Hamano | 1 | -7/+20 |
2011-03-19 | gitweb: Always call parse_date with timezone parameter | Jakub Narebski | 1 | -3/+2 |
2011-03-18 | gitweb: fix #patchNN anchors when path_info is enabled | Kevin Cernekee | 1 | -7/+20 |
2011-03-16 | gitweb: highlight: replace tabs with spaces | Kevin Cernekee | 1 | -1/+1 |
2011-02-21 | gitweb/gitweb.perl: don't call S_ISREG() with undef | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-02-21 | gitweb/gitweb.perl: remove use of qw(...) as parentheses | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2011-02-07 | gitweb: Mention optional Perl modules in INSTALL | Jakub Narebski | 1 | -0/+6 |
2011-01-27 | Don't pass "--xhtml" to hightlight in gitweb.perl script. | Adam Tkac | 1 | -1/+1 |
2011-01-13 | Merge branch 'jn/gitweb-no-logo' | Junio C Hamano | 1 | -4/+9 |
2011-01-04 | gitweb: remove unnecessary test when closing file descriptor | Sylvain Rabot | 1 | -2/+1 |
2011-01-04 | gitweb: add extensions to highlight feature map | Sylvain Rabot | 1 | -3/+4 |
2011-01-04 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-01-04 | gitweb: make logo optional | Jonathan Nieder | 1 | -4/+9 |
2011-01-04 | gitweb: skip logo in atom feed when there is none | Jonathan Nieder | 1 | -1/+1 |
2010-12-21 | Merge branch 'jn/maint-gitweb-pathinfo-fix' | Junio C Hamano | 1 | -8/+23 |
2010-12-19 | Merge branch 'maint' | Junio C Hamano | 1 | -42/+47 |
2010-12-18 | gitweb: Include links to feeds in HTML header only for '200 OK' response | Jakub Narebski | 1 | -42/+47 |
2010-12-15 | Sync with 1.7.3.4 | Junio C Hamano | 1 | -17/+24 |