Changeset 20169 for websites/coderepos.org/trac
- Timestamp:
- 09/28/08 22:42:19 (3 months ago)
- Files:
-
- 1 modified
-
websites/coderepos.org/trac/share/js/TracUtils.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/coderepos.org/trac/share/js/TracUtils.js
r19668 r20169 311 311 */ 312 312 , addCommitterRecentCommits : function () { 313 if (!location.search && !/^\/share\/wiki\/Committers\/([^\/]{ 3,})/.test(location.pathname)) return;313 if (!location.search && !/^\/share\/wiki\/Committers\/([^\/]{2,})/.test(location.pathname)) return; 314 314 var author = RegExp.$1; 315 $.get(TracUtils.TRAC_BASE+"/search?q="+author+" &noquickjump=1&changeset=on", {}, function (data) {315 $.get(TracUtils.TRAC_BASE+"/search?q="+author+"%20"+author+"&noquickjump=1&changeset=on", {}, function (data) { 316 316 $("<div class='recent-commits'><h2>Recent Commits</h2></div>").append( 317 317 $(data).xfind(".//dl")
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)