Changeset 154
- Timestamp:
- 09/15/07 04:12:07 (6 years ago)
- Location:
- lang/javascript/trac
- Files:
-
- 1 added
- 2 copied
-
. (added)
-
HatenaStarTrac.js (copied) (copied from websites/coderepos.org/trac/share/js/HatenaStarTrac.js) (1 diff)
-
TracAuthorIcon.js (copied) (copied from websites/coderepos.org/trac/share/js/TracAuthorIcon.js) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/trac/HatenaStarTrac.js
r150 r154 1 // 2 // HatenaStar for Trac 3 // 1 4 // $Id$ 2 5 // 6 // License: MIT License 7 // 3 8 // Options: 4 9 // -
lang/javascript/trac/TracAuthorIcon.js
r131 r154 1 // 2 // Author Icons for Trac 3 // 1 4 // $Id$ 5 // 6 // License: MIT License 7 // 2 8 var TracAuthorIcon = { 3 // ここに アイコンの対応を書く(はてなIDまたはURL)9 // ここにコミッタの名前とアイコンの対応を書く(はてなIDまたはURL) 4 10 authorIcons : { 5 //'tomoyo' : 'http://www.hatena.ne.jp/users/ma/mayuki/profile_s.gif' 6 //'tomoyo' : 'id:mayuki' 7 'mayuki' : 'id:mayuki' 8 , 'yappo' : 'id:yappo' 9 , 'typester' : 'id:typester' 10 , 'kentaro' : 'id:antipop' 11 , 'mizzy' : 'id:gosukenator' 12 , 'charsbar' : 'id:charsbar' 13 , 'secondlife' : 'id:secondlife' 14 , 'kazeburo' : 'id:kazeburo' 15 , 'otsune' : 'id:otsune' 16 , 'hirose31' : 'id:hirose31' 17 , 'nipotan' : 'id:nipotan' 18 , 'itkz' : 'id:itkz' 19 , 'xcezx' : 'id:xcezx' 20 , 'nyarla' : 'id:nyarla-net' 21 //, 'hidek' : '' 22 , 'tokuhirom' : 'id:tokuhirom' 23 , 'daisuke' : 'id:lestrrat' 24 , 'kana' : 'id:ka-nacht' 25 , 'cho45' : 'id:cho45' 26 , 'kan' : 'id:kan' 27 , 'cho45' : 'id:cho45' 28 , 'yusukebe' : 'id:yusukebe' 29 , 'zigorou' : 'id:ZIGOROu' 30 //, 'masaki' : '' 31 , 'holidays-l' : 'id:holidays-l' 11 'committer' : 'http://www.example.com/icon.png' // URL 12 ,'committer2' : 'id:example' // はてな ID Style 32 13 } 33 14 … … 127 108 return iconUrl; 128 109 } 110 129 111 , getText : function (e) { 130 112 return e.textContent || e.innerText; 131 113 } 114 132 115 // http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/ 133 116 , getElementsByClassName : function (oElm, strTagName, oClassNames){
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)