Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruairi Fahy committed Apr 15, 2015
2 parents c2adedd + 9da3ed7 commit 19b21b3
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion slybot/bin/makedeb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

version=$(python setup.py --version)-r$(git log --oneline | wc -l)+$(date +%Y%m%d%H%M)${BUILD_CODE:+~$BUILD_CODE}
version=$(python setup.py --version)-r$(git log --oneline | wc -l)+$(date +%Y%m%d%H%M)~$(git rev-parse --short HEAD)${BUILD_CODE:+~$BUILD_CODE}
debchange -m -D unstable --force-distribution -v $version "Automatic build"
debuild --no-lintian -us -uc -b
2 changes: 1 addition & 1 deletion slybot/slybot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9'
__version__ = '0.10'
2 changes: 1 addition & 1 deletion slyd/app/components/copy-clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default ZeroClipboard.extend({
layoutName: 'components/bs-button',
tagName: 'button',
classNameBindings: 'class',
class: 'btn btn-default btn-xs',
class: 'btn btn-default btn-xs btn-xs-size fa fa-icon fa-clipboard',
icon: 'fa fa-icon fa-clipboard',

actions: {
Expand Down
16 changes: 15 additions & 1 deletion slyd/app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ a {
}

a:hover {
color: orange;
text-decoration: underline;
}

Expand Down Expand Up @@ -735,4 +734,19 @@ input[type="checkbox"].offset-checkbox {

.spinner {
animation: rotation 2s infinite;
}

#toolbox .panel-default > .panel-heading {
background-image: linear-gradient(to bottom, #888 0px, #8f8f8f 100%);
color: #EEE;
border-radius: 0px;
}

#toolbox .panel-group .panel, #toolbox .panel {
border-radius: 0px;
}

.btn-xs-size {
width: 23px;
height: 23px;
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions slyd/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<meta name="portia-web/config/environment" content="%7B%22modulePrefix%22%3A%22portia-web%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%7D%2C%22contentSecurityPolicyHeader%22%3A%22Content-Security-Policy-Report-Only%22%2C%22contentSecurityPolicy%22%3A%7B%22default-src%22%3A%22%27none%27%22%2C%22script-src%22%3A%22%27self%27%22%2C%22font-src%22%3A%22%27self%27%22%2C%22connect-src%22%3A%22%27self%27%22%2C%22img-src%22%3A%22%27self%27%22%2C%22style-src%22%3A%22%27self%27%22%2C%22media-src%22%3A%22%27self%27%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />

<link rel="stylesheet" href="assets/vendor-496affb9d6de60dbf38bf38e1f52b4cb.css">
<link rel="stylesheet" href="assets/portia-web-85465acf25d0e727fb87a4cd0e3727f7.css">
<link rel="stylesheet" href="assets/portia-web-cd500586cf62a6a69692c14705745381.css">


</head>
<body>


<script src="assets/vendor-513622e045d02afb7667d4f46d744c2b.js"></script>
<script src="assets/portia-web-74ba04d16e41255fecb229daa777b2ff.js"></script>
<script src="assets/portia-web-8c3165fd4d4f6456456d3ae3c20d166f.js"></script>


</body>
Expand Down

0 comments on commit 19b21b3

Please sign in to comment.