Fix usericons (#1408)

* Fix and refactor user icons, add Basic tests
* Remove identicon_canvas, use identicon.js
* Use octicon by default
This commit is contained in:
Dawa Ometto
2019-09-01 21:45:55 +02:00
committed by GitHub
parent 569eac3a06
commit d1b1375629
23 changed files with 292 additions and 620 deletions
+5 -41
View File
@@ -7,48 +7,12 @@ gollum is not permitted.
---
The following PNGs are based on Ubuntu 11.10 SVG files located in /usr/share/icons/unity-icon-theme/places/svg/
- group-folders.svg
- group-files.svg
- group-downloads.svg
The identicon.js code is used under the BSD license.
lib/gollum/public/css/document.png
lib/gollum/public/css/folder-horizontal.png
lib/gollum/public/css/toggle-small-expand.png
lib/gollum/public/css/toggle-small.png
Creative Commons - Attribution Share Alike
https://launchpad.net/unity-asset-pool
http://packages.ubuntu.com/oneiric/all/unity-asset-pool/filelist
https://bazaar.launchpad.net/~unity-team/unity-asset-pool/trunk/view/head:/COPYRIGHT
---
The css-tree-menu code is used under the MIT license.
http://www.thecssninja.com/css/css-tree-menu
http://www.thecssninja.com/demo/license.txt
lib/gollum/public/css/_styles.css
---
Default profile image (man_24.png) is used under the CC BY-SA 3.0 Unported license.
CC BY-SA 3.0 Unported
http://blog.twg.ca/2010/11/retina-display-icon-set/
http://creativecommons.org/licenses/by-sa/3.0/legalcode.txt
lib/gollum/public/images/man_24.png
---
The canvas_identicon code is used under the MIT license.
https://github.com/donpark/identicon/blob/master/identicon-canvas/identicon_canvas.js
https://github.com/donpark/identicon/blob/master/README
lib/gollum/public/gollum/javascript/identicon_canvas.js
https://github.com/stewartlord/identicon.js/blob/master/identicon.js
https://github.com/stewartlord/identicon.js/blob/master/README.md
lib/gollum/public/gollum/javascript/identicon.js
---