Age | Commit message (Expand) | Author | Files | Lines |
2012-03-28 | correct a few doubled-word nits in comments and documentation | Jim Meyering | 1 | -1/+1 |
2011-10-10 | Merge branch 'ps/gitweb-js-with-lineno' | Junio C Hamano | 1 | -4/+4 |
2011-09-27 | gitweb: Fix links to lines in blobs when javascript-actions are enabled | Peter Stuge | 1 | -4/+4 |
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-24 | gitweb.js: Add UI for selecting common timezone to display dates | John 'Warthog9' Hawley | 2 | -15/+310 |
2011-05-24 | gitweb: JavaScript ability to adjust time based on timezone | John 'Warthog9' Hawley | 2 | -0/+75 |
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 | 4 | -0/+937 |
2011-05-24 | gitweb.js: Introduce code to handle cookies from JavaScript | Jakub Narebski | 1 | -0/+114 |
2011-05-24 | gitweb.js: Extract and improve datetime handling | Jakub Narebski | 2 | -51/+161 |
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 |