many small updates
authorMichael Wallner <mike@php.net>
Mon, 4 May 2015 07:44:18 +0000 (09:44 +0200)
committerMichael Wallner <mike@php.net>
Mon, 4 May 2015 07:44:18 +0000 (09:44 +0200)
commit4c462ab66e6c65c15df7bd5fe6d2673884c639a0
treedc311d8b2c7ea3232ec48f4813fbc0e4fc6540ed
parent7f4e70ea88d180cfa25f25f3846f842c5958ebf4
many small updates
77 files changed:
app/Controller/Github.php
app/Controller/Github/Callback.php
app/Controller/Github/Repo.php
app/Controller/Wikipage.php
app/Github/API.php
app/Github/Exception/StateMismatch.php
app/Github/Exception/UserFetchFailed.php [new file with mode: 0644]
app/Github/Fetch/User.php [new file with mode: 0644]
app/bootstrap/web.php
app/views/github/repo.phtml
app/views/layout.phtml
app/views/navbar.phtml
app/views/pages/index.phtml
app/views/pages/wiki.phtml
public/highlight/CHANGES.md [new file with mode: 0644]
public/highlight/LICENSE [new file with mode: 0644]
public/highlight/README.md [new file with mode: 0644]
public/highlight/README.ru.md [new file with mode: 0644]
public/highlight/highlight.pack.js [new file with mode: 0644]
public/highlight/styles/agate.css [new file with mode: 0644]
public/highlight/styles/androidstudio.css [new file with mode: 0644]
public/highlight/styles/arta.css [new file with mode: 0644]
public/highlight/styles/ascetic.css [new file with mode: 0644]
public/highlight/styles/atelier-dune.dark.css [new file with mode: 0644]
public/highlight/styles/atelier-dune.light.css [new file with mode: 0644]
public/highlight/styles/atelier-forest.dark.css [new file with mode: 0644]
public/highlight/styles/atelier-forest.light.css [new file with mode: 0644]
public/highlight/styles/atelier-heath.dark.css [new file with mode: 0644]
public/highlight/styles/atelier-heath.light.css [new file with mode: 0644]
public/highlight/styles/atelier-lakeside.dark.css [new file with mode: 0644]
public/highlight/styles/atelier-lakeside.light.css [new file with mode: 0644]
public/highlight/styles/atelier-seaside.dark.css [new file with mode: 0644]
public/highlight/styles/atelier-seaside.light.css [new file with mode: 0644]
public/highlight/styles/atelier-sulphurpool.dark.css [new file with mode: 0644]
public/highlight/styles/atelier-sulphurpool.light.css [new file with mode: 0644]
public/highlight/styles/brown_paper.css [new file with mode: 0644]
public/highlight/styles/brown_papersq.png [new file with mode: 0644]
public/highlight/styles/codepen-embed.css [new file with mode: 0644]
public/highlight/styles/color-brewer.css [new file with mode: 0644]
public/highlight/styles/dark.css [new file with mode: 0644]
public/highlight/styles/darkula.css [new file with mode: 0644]
public/highlight/styles/default.css [new file with mode: 0644]
public/highlight/styles/docco.css [new file with mode: 0644]
public/highlight/styles/far.css [new file with mode: 0644]
public/highlight/styles/foundation.css [new file with mode: 0644]
public/highlight/styles/github.css [new file with mode: 0644]
public/highlight/styles/googlecode.css [new file with mode: 0644]
public/highlight/styles/hybrid.css [new file with mode: 0644]
public/highlight/styles/idea.css [new file with mode: 0644]
public/highlight/styles/ir_black.css [new file with mode: 0644]
public/highlight/styles/kimbie.dark.css [new file with mode: 0644]
public/highlight/styles/kimbie.light.css [new file with mode: 0644]
public/highlight/styles/magula.css [new file with mode: 0644]
public/highlight/styles/mono-blue.css [new file with mode: 0644]
public/highlight/styles/monokai.css [new file with mode: 0644]
public/highlight/styles/monokai_sublime.css [new file with mode: 0644]
public/highlight/styles/obsidian.css [new file with mode: 0644]
public/highlight/styles/paraiso.dark.css [new file with mode: 0644]
public/highlight/styles/paraiso.light.css [new file with mode: 0644]
public/highlight/styles/pojoaque.css [new file with mode: 0644]
public/highlight/styles/pojoaque.jpg [new file with mode: 0644]
public/highlight/styles/railscasts.css [new file with mode: 0644]
public/highlight/styles/rainbow.css [new file with mode: 0644]
public/highlight/styles/school_book.css [new file with mode: 0644]
public/highlight/styles/school_book.png [new file with mode: 0644]
public/highlight/styles/solarized_dark.css [new file with mode: 0644]
public/highlight/styles/solarized_light.css [new file with mode: 0644]
public/highlight/styles/sunburst.css [new file with mode: 0644]
public/highlight/styles/tomorrow-night-blue.css [new file with mode: 0644]
public/highlight/styles/tomorrow-night-bright.css [new file with mode: 0644]
public/highlight/styles/tomorrow-night-eighties.css [new file with mode: 0644]
public/highlight/styles/tomorrow-night.css [new file with mode: 0644]
public/highlight/styles/tomorrow.css [new file with mode: 0644]
public/highlight/styles/vs.css [new file with mode: 0644]
public/highlight/styles/xcode.css [new file with mode: 0644]
public/highlight/styles/zenburn.css [new file with mode: 0644]
public/index.css