Source code checked in, #e4afbe2bf13e
aded thumb-bar button support as $.ie9ify.createThumbbarButtons
View ArticleSource code checked in, #a0cdaac66bbe
Fixed package and release versioning for the plugin and made the current release 0.9. Plugin is feature complete, so next release will be an official 1.0
View ArticleSource code checked in, #1f0b9c12b833
Put the wrong versions of the plugin in the NuGet package source... :( Fixed. Release zip on Codeplex unaffected.
View ArticleSource code checked in, #8557d28165b1
Added stylesheet (in css folder) for plugin and removed inline .css calls from script file.
View ArticleSource code checked in, #6cc9ea1398b8
Changed checkForIE() method to siteModeSupported() and modified method to check for msIsSiteMode on window.external (feature detection), as opposed to hard-coded checks for browser and version
View ArticleSource code checked in, #76fdc36ec87d
Fixed minor bug with $.each statement in createJumplist which resulted in lists not being created; Implemented hiding of thumbbar buttons when the user unloads the page.
View ArticleSource code checked in, #0ce93c13db36
Modified ready handler for sample and qunit tests.
View ArticleSource code checked in, #ea77510ba040
Completed build, package and push scripts to: 1)auto-version and timestamp the ie9ify js file, 2) minify .js and .css, 3) create a zip archive for Codeplex releases, 4) create a NuGet package and 5)...
View ArticleSource code checked in, #0840af3909e3
Added fadeIn for pinTeaser element, and created options to hide the teaser after an interval, and set the timeout length
View ArticleSource code checked in, #8baef80d5930
Improved PowerShell scripts to pipeline the version parameter to all scripts when app.ps1 is executed
View ArticleSource code checked in, #1c7170aaa6e9
Implemented Thumbbar buttons style support in $.ie9ify.createThumbbarButtons() through a new property called alternateStyle. Modified sample to include example of thumbbar buttons with alternate styling.
View ArticleSource code checked in, #460fb9136537
Added 3 additional options to pinTeaser (topHat, brandedTopHat and doubleTopHat) as well as css styles and required images to 'images' folder at root. Added README in js folder and modified build...
View ArticleSource code checked in, #4b1d5cd7580a
Accidentally overwrite jquery.ie9ify.css before the last build and check-in. Bonehead move. Fixed now and 1.1 is ready to go.
View ArticleSource code checked in, #d1dd687ce497
Upgraded to jQuery 1.6. Made several syntax and style changes to internals of plugin based on feedback from Elijah Manor (much appreciated!). Functionality remains the same.
View ArticleSource code checked in, #417b9467c8c1
Changed the name of ie9ify to pinify. Changed script and css files to jquery.pinify and updated references. Main jQuery method is now $(*).pinify();
View ArticleSource code checked in, #45d5b26b2723
Modified nuspec to be inclusive of versions of jQuery from 1.5.2 to 1.6.1 (Fixing issues #16)
View ArticleSource code checked in, #85e42341c0b7
Figured out how to mock window.external for qunit tests, which means we can add tests for the rest of pinify. Removed jsMock and jqMock and added a custom windowMocks.js library which will contain...
View Article