-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
873 changed files
with
225,979 additions
and
1,177 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-44 Bytes
(99%)
src/JustBlog/JustBlog.Core/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-36 KB
(54%)
src/JustBlog/JustBlog.Core/obj/Release/JustBlog.Core.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
body | ||
{ font-family: "lucida sans", arial, sans-serif; | ||
font-size: 9pt; | ||
background-color: #EEE7CD; | ||
} | ||
|
||
#login-div form | ||
{ width: 500px; | ||
margin: 50px auto; } | ||
|
||
#login-div form legend | ||
{ font-size: 12pt; } | ||
|
||
#login-div form label | ||
{ display: inline-block; width: 100px; } | ||
|
||
span.field-validation-error | ||
{ color: red; } | ||
|
||
#login-div form input[type="submit"] | ||
{ margin-left: 200px; } | ||
|
||
.validation-summary-errors | ||
{ text-align: center; color: red; } | ||
|
||
div#tab-posts { | ||
overflow: scroll; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+108 Bytes
...imple/jqueryuicustom/css/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+100 Bytes
...mes/simple/jqueryuicustom/css/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
...JustBlog/JustBlog/Content/themes/simple/jqueryuicustom/development-bundle/MIT-LICENSE.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Copyright 2012 jQuery Foundation and other contributors, | ||
http://jqueryui.com/ | ||
|
||
This software consists of voluntary contributions made by many | ||
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact | ||
contribution history, see the revision history and logs, available | ||
at http://jquery-ui.googlecode.com/svn/ | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
99 changes: 99 additions & 0 deletions
99
...Blog/JustBlog/Content/themes/simple/jqueryuicustom/development-bundle/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
[jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web | ||
================================ | ||
|
||
jQuery UI provides interactions like Drag and Drop and widgets like Autocomplete, Tabs and Slider and makes these as easy to use as jQuery itself. | ||
|
||
If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started. Or visit the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions. | ||
|
||
If you are interested in helping develop jQuery UI, you are in the right place. | ||
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or in #jquery on irc.freednode.net. | ||
|
||
|
||
For contributors | ||
--- | ||
|
||
If you want to help and provide a patch for a bugfix or new feature, please take | ||
a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved). | ||
In particular check out the [Coding standards](http://wiki.jqueryui.com/w/page/12137737/Coding-standards) | ||
and [Commit Message Style Guide](http://wiki.jqueryui.com/w/page/25941597/Commit-Message-Style-Guide). | ||
|
||
In general, fork the project, create a branch for a specific change and send a | ||
pull request for that branch. Don't mix unrelated changes. You can use the commit | ||
message as the description for the pull request. | ||
|
||
|
||
Running the Unit Tests | ||
--- | ||
|
||
Run the unit tests with a local server that supports PHP. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options: | ||
|
||
- Windows: [WAMP download](http://www.wampserver.com/en/) | ||
- Mac: [MAMP download](http://www.mamp.info/en/index.html) | ||
- Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation) | ||
- [Mongoose (most platforms)](http://code.google.com/p/mongoose/) | ||
|
||
|
||
Building jQuery UI | ||
--- | ||
|
||
jQuery UI uses the [grunt](http://github.com/cowboy/grunt) build system. Building jQuery UI requires node.js and a command line zip program. | ||
|
||
Install grunt. | ||
|
||
`npm install grunt -g` | ||
|
||
Clone the jQuery UI git repo. | ||
|
||
`git clone git://github.com/jquery/jquery-ui.git` | ||
|
||
`cd jquery-ui` | ||
|
||
Install node modules. | ||
|
||
`npm install` | ||
|
||
Run grunt. | ||
|
||
`grunt build` | ||
|
||
There are many other tasks that can be run through grunt. For a list of all tasks: | ||
|
||
`grunt --help` | ||
|
||
|
||
For committers | ||
--- | ||
|
||
When looking at pull requests, first check for [proper commit messages](http://wiki.jqueryui.com/w/page/12137724/Bug-Fixing-Guide). | ||
|
||
Do not merge pull requests directly through GitHub's interface. | ||
Most pull requests are a single commit; cherry-picking will avoid creating a merge commit. | ||
It's also common for contributors to make minor fixes in an additional one or two commits. | ||
These should be squashed before landing in master. | ||
|
||
**Make sure the author has a valid name and email address associated with the commit.** | ||
|
||
Fetch the remote first: | ||
|
||
git fetch [their-fork.git] [their-branch] | ||
|
||
Then cherry-pick the commit(s): | ||
|
||
git cherry-pick [sha-of-commit] | ||
|
||
If you need to edit the commit message: | ||
|
||
git cherry-pick -e [sha-of-commit] | ||
|
||
If you need to edit the changes: | ||
|
||
git cherry-pick -n [sha-of-commit] | ||
# make changes | ||
git commit --author="[author-name-and-email]" | ||
|
||
If it should go to the stable brach, cherry-pick it to stable: | ||
|
||
git checkout 1-8-stable | ||
git cherry-pick -x [sha-of-commit-from-master] | ||
|
||
*NOTE: Do not cherry-pick into 1-8-stable until you have pushed the commit from master upstream.* |
Binary file added
BIN
+95 Bytes
...jqueryuicustom/development-bundle/demos/autocomplete/images/transparent_1x1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+103 Bytes
.../simple/jqueryuicustom/development-bundle/demos/images/demo-spindown-closed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+105 Bytes
...es/simple/jqueryuicustom/development-bundle/demos/images/demo-spindown-open.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...ntent/themes/simple/jqueryuicustom/development-bundle/demos/tabs/ajax/content4-broken.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
header("HTTP/1.0 404 Not Found"); | ||
?> |
1 change: 1 addition & 0 deletions
1
.../Content/themes/simple/jqueryuicustom/development-bundle/demos/tooltip/ajax/content1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<p><strong>This content was loaded via ajax.</strong></p> |
1 change: 1 addition & 0 deletions
1
.../Content/themes/simple/jqueryuicustom/development-bundle/demos/tooltip/ajax/content2.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<p><strong>This other content was loaded via ajax.</strong></p> |
20 changes: 20 additions & 0 deletions
20
...JustBlog/Content/themes/simple/jqueryuicustom/development-bundle/demos/tooltip/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>jQuery UI Tooltip Demos</title> | ||
</head> | ||
<body> | ||
|
||
<ul> | ||
<li><a href="default.html">Default functionality</a></li> | ||
<li><a href="custom-style.html">Custom style with arrow</a></li> | ||
<li><a href="forms.html">Forms with tooltips</a></li> | ||
<li><a href="tracking.html">Track the mouse</a></li> | ||
<li><a href="custom-animation.html">Custom animation</a></li> | ||
<li><a href="custom-content.html">Custom content</a></li> | ||
<li><a href="video-player.html">Video Player</a></li> | ||
</ul> | ||
|
||
</body> | ||
</html> |
42 changes: 42 additions & 0 deletions
42
...tBlog/Content/themes/simple/jqueryuicustom/development-bundle/demos/tooltip/tracking.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>jQuery UI Tooltip - Track the mouse</title> | ||
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> | ||
<script src="../../jquery-1.8.3.js"></script> | ||
<script src="../../ui/jquery.ui.core.js"></script> | ||
<script src="../../ui/jquery.ui.widget.js"></script> | ||
<script src="../../ui/jquery.ui.position.js"></script> | ||
<script src="../../ui/jquery.ui.tooltip.js"></script> | ||
<link rel="stylesheet" href="../demos.css"> | ||
<style> | ||
label { | ||
display: inline-block; | ||
width: 5em; | ||
} | ||
</style> | ||
<script> | ||
$(function() { | ||
$( document ).tooltip({ | ||
track: true | ||
}); | ||
}); | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover | ||
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p> | ||
<p>But as it's not a native tooltip, it can be styled. Any themes built with | ||
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> | ||
will also style tooltips accordingly.</p> | ||
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p> | ||
<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p> | ||
<p>Hover the field to see the tooltip.</p> | ||
|
||
<div class="demo-description"> | ||
<p>Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.</p> | ||
</div> | ||
</body> | ||
</html> |
117 changes: 117 additions & 0 deletions
117
...g/Content/themes/simple/jqueryuicustom/development-bundle/demos/tooltip/video-player.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>jQuery UI Tooltip - Video Player demo</title> | ||
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> | ||
<script src="../../jquery-1.8.3.js"></script> | ||
<script src="../../ui/jquery.ui.core.js"></script> | ||
<script src="../../ui/jquery.ui.widget.js"></script> | ||
<script src="../../ui/jquery.ui.position.js"></script> | ||
<script src="../../ui/jquery.ui.tooltip.js"></script> | ||
<script src="../../ui/jquery.ui.button.js"></script> | ||
<script src="../../ui/jquery.ui.menu.js"></script> | ||
<script src="../../ui/jquery.ui.effect.js"></script> | ||
<script src="../../ui/jquery.ui.effect-blind.js"></script> | ||
<link rel="stylesheet" href="../demos.css"> | ||
<style> | ||
.player { | ||
width: 500px; | ||
height: 300px; | ||
border: 2px groove gray; | ||
background: rgb(200, 200, 200); | ||
text-align: center; | ||
line-height: 300px; | ||
} | ||
.ui-tooltip { | ||
border: 1px solid white; | ||
background: rgba(20, 20, 20, 1); | ||
color: white; | ||
} | ||
.set { | ||
display: inline-block; | ||
} | ||
.notification { | ||
position: absolute; | ||
display: inline-block; | ||
font-size: 2em; | ||
padding: .5em; | ||
box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5); | ||
} | ||
</style> | ||
<script> | ||
$(function() { | ||
function notify( input ) { | ||
var msg = "Selected " + $.trim( input.data( "tooltip-title" ) || input.text() ); | ||
$( "<div>" ) | ||
.appendTo( document.body ) | ||
.text( msg ) | ||
.addClass( "notification ui-state-default ui-corner-bottom" ) | ||
.position({ | ||
my: "center top", | ||
at: "center top", | ||
of: window | ||
}) | ||
.show({ | ||
effect: "blind" | ||
}) | ||
.delay( 1000 ) | ||
.hide({ | ||
effect: "blind", | ||
duration: "slow" | ||
}, function() { | ||
$( this ).remove(); | ||
}); | ||
} | ||
|
||
$( "button" ).each(function() { | ||
var button = $( this ).button({ | ||
icons: { | ||
primary: $( this ).data( "icon" ) | ||
}, | ||
text: !!$( this ).attr( "title" ) | ||
}); | ||
button.click(function() { | ||
notify( button ); | ||
}); | ||
}); | ||
$( ".set" ).buttonset({ | ||
items: "button" | ||
}); | ||
|
||
$( document ).tooltip({ | ||
position: { | ||
my: "center top", | ||
at: "center bottom+5", | ||
}, | ||
show: { | ||
duration: "fast" | ||
}, | ||
hide: { | ||
effect: "hide" | ||
} | ||
}); | ||
}); | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<div class="player">Here Be Video (HTML5?)</div> | ||
<div class="tools"> | ||
<span class="set"> | ||
<button data-icon="ui-icon-circle-arrow-n" title="I like this">Like</button> | ||
<button data-icon="ui-icon-circle-arrow-s">I dislike this</button> | ||
</span> | ||
<div class="set"> | ||
<button data-icon="ui-icon-circle-plus" title="Add to Watch Later">Add to</button> | ||
<button class="menu" data-icon="ui-icon-triangle-1-s">Add to favorites or playlist</button> | ||
</div> | ||
<button title="Share this video">Share</button> | ||
<button data-icon="ui-icon-alert">Flag as inappropiate</button> | ||
</div> | ||
|
||
<div class="demo-description"> | ||
<p>A fake video player with like/share/stats button, each with a custom-styled tooltip.</p> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.