aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/javascripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang8-710/+0
2014-06-15Refactoring addSidebarToggler()Simone1-5/+1
2013-04-04fixed video wrapping jsBrandon Mathis1-12/+6
2013-04-04fixed mobile navigationBrandon Mathis1-11/+9
2013-03-11fixed addSidebarToggler where index and section were flip-floppedBrandon Mathis1-1/+1
2013-03-10Fixed GitHub jsonp call. Closed #1118Brandon Mathis1-1/+1
2013-03-10Mobile nav fixed.peterboni1-2/+2
Now shows links instead of 'undefined'.
2013-03-09Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis5-3308/+13
2013-02-20Use HTML5 '&' character to connect query params in GitHub API call. #1031.Parker Moore1-1/+1
2013-02-18Use the Github API repo sorting.Michael G. Schwern1-9/+1
The Github API can sort by pushed time, no need to do it manually. http://developer.github.com/v3/repos/#list-user-repositories This is both more efficient, Github does the sorting, but it also fixes a bug. Because the list of results are paginated, if you have more than a page's worth of repositories it will only sort that page. This results in a false view of what has been recently pushed. For a good example, try my github account "schwern" with and without this patch.
2013-02-15Fixed issue with mobile nav choosing the last option by default. Fixes #950.Floyd Pink1-0/+1
2013-01-06updated ender.js to latestBrandon Mathis2-1400/+3159
2013-01-02Escape github repo descriptions, as they may contain HTML.Thomas Rix1-1/+4
2012-10-01Using https instead of protocol relative urls, for Pinboard and Twitter feedsBrandon Mathis2-7/+7
2012-09-29Twitter API call and links are now protocol relativeBrandon Mathis1-5/+5
2012-09-09Updated Github API to V3.Zhao Lü1-1/+1
Github API V2 has been removed. The response data format also changed.
2012-09-09Updated Github API to V3.Zhao Lü1-5/+5
Github API V2 has been removed. The response data format also changed.
2012-07-24Updated Github API to V3.Zhao Lü1-1/+1
Github API V2 has been removed. The response data format also changed.
2012-07-19Updated Github API to V3.Zhao Lü1-5/+5
Github API V2 has been removed. The response data format also changed.
2011-12-21Fix delicious widget js errorhSATAC1-1/+1
JS error occured when there's no tags on bookmarks Check if it's an empty string before join item[i].t
2011-12-10now mobile navigation inlcudes subscription links fixes #299Brandon Mathis1-1/+5
2011-10-28Add response check, fixes #252Frederic Hemberger1-2/+3
2011-09-29removed console.log from twitter.js #facepalmBrandon Mathis1-1/+0
2011-09-29fixed issue with expanded twitter urls, fixed issue where twitter would ↵Brandon Mathis1-4/+8
report seven day old tweets as "false"
2011-09-29updated github.js to use reqwest.js with EnderBrandon Mathis1-10/+7
2011-09-28added buffer for mentions in twitter streamBrandon Mathis1-4/+3
2011-09-27updated added reqwest to ender.js, fixed twitter.js url expansion bugBrandon Mathis2-25/+31
2011-09-27fixed github line numbering issue, fixed a few bugs in code block stylingBrandon Mathis1-1/+1
2011-09-26jsHint'ed octopress.jsFrederic Hemberger1-3/+3
2011-09-26jsHint'ed github.jsFrederic Hemberger1-37/+33
2011-09-26Fixes delicious integration #179Frederic Hemberger1-0/+9
2011-09-26Refactores twitter widgetFrederic Hemberger1-59/+54
- Order of code: Define functions first before using them - Fixed issues found by jsHint (http://jshint.com) - Switched to Twitter's current API url - Expand shortened urls, fixes #165
2011-09-25Ender.js is now loaded locally instead of hotlinkingBrandon Mathis1-1/+37
2011-09-25now layouts or pages can specify "sidebar: collapse" in the yaml front ↵Brandon Mathis1-9/+11
matter for an always collapsed sidebar
2011-09-25mobile nav javascript updated to still work with role='main-navigation' ↵Brandon Mathis1-0/+1
since changes affecting custom partials don't get updated with the standard update script
2011-09-24Fixes child selector for param[name=movie], #168Frederic Hemberger1-1/+1
2011-09-21Fixed misuse of ARIA roles (see ↵Frederic Hemberger1-4/+4
http://dev.opera.com/articles/view/introduction-to-wai-aria/)
2011-09-18Fixes spacing and global variable leaks, JSHint checkFrederic Hemberger1-41/+44
octopress.js now almost passes JSHint (http://jshint.com). The only issues left are due to undefined Modernizr and swfobject objects and the compressed swfobject code at the end of the file, but those are neglectable.
2011-09-02fixed bug with twitter feed where it would sometimes say "undefined" if the ↵Brandon Mathis1-2/+2
post was more than a month old
2011-08-04corrected fork skipping logicPhilip Hofstetter1-1/+1
2011-08-04make listing/not listing of forks configurablePhilip Hofstetter1-2/+3
some people have more or less taken over projects with their forks, so it probably makes sense to still list them among the repositories
2011-08-04allow limiting the amount of repos to displayPhilip Hofstetter1-5/+9
by setting github_repo_count to someething that's not 0, you can limit the amount of repositories to render
2011-08-04add github repositories sidebar pluginPhilip Hofstetter1-0/+38
if you specify github_user: in you _config.yml and once you add asides/github.html to your sidebar items, this plugin will fetch the specified users github repositories and order them so the last pushed ones are shown first. Then it'll list them in the side-bar, including a link and the repository description The plugin will only list your own repositories, not forks, though this might need to be configurable later
2011-08-04correctly scope localsPhilip Hofstetter1-1/+3
having such generic variables as feed and i global is a recipe for trouble waiting to happen. These variables aren't used outside of the twitter plugin, so we can easily make them local to getTwitterFeed
2011-07-26added support for pygments.rb removing dependency on pygments, added support ↵Brandon Mathis1-12/+1
for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
2011-07-24improved navigation selection and fixed mobile nav selectBrandon Mathis1-2/+2
2011-07-151. Udated category layoutBrandon Mathis1-3/+1
2. Improved scoping and styling for links 3. Sidebar collapse improvements
2011-07-131. Styled pagination for blog indexBrandon Mathis1-1/+1
2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs
2011-07-13fixed sidebar columnizationBrandon Mathis1-7/+9
2011-07-121. Made default layout more generic.Brandon Mathis1-1/+11
2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one.