A Java Wrapper for the CloudApp REST endpoints
Front-end development for Sakai 3
Labo algoritmen
Sharing open source experiments with collaborators
OpenSSL and cURL libraries for iOS.
Show a stream of your online activity with jQuery - supports Delicious, Dribbble, Flickr, Foursquare, Github, Google Reader, Last.fm, Stackoverflow, Twitter and Youtube. You can also extend the plug-in with other services.
AngularJS - HTML enhanced for web apps!
Asynchronous Http and WebSocket Client library for Java
Bluebird is a full featured promise library with unmatched performance.
Generates burndown charts and more on your favourite projects
push eventfronteerio/ally.ac
commit sha a16e843fda0da9e3ec64d1295f6658103849b1ba
ALLYPD-4920: Loading language from url locale, using siteId from url, hidden institution
commit sha 61ffa98495c1717a7ce78db67c49a2af15289cab
ALLYPD-4920: University field
commit sha 5297be2a4574d781eb70e33acbbc12fa1c930e53
Merge pull request #41 from fronteerio/ALLYPD-4920 ALLYPD-4920: Loading language from url locale, using siteId from url, hidden institution
push time in 3 days
Pull request review commentfronteerio/ally.ac
ALLYPD-4920: Loading language from url locale, using siteId from url, hidden institution
} } - function saveUniversity(university) {- localStorage.setItem('university', university);
If the user came in through BB Assist we should also save the siteId as the "university" in their local storage. When they visit outside of BB Assist we can then track their requests still.
comment created time in 10 days
Pull request review commentfronteerio/ally.ac
ALLYPD-4920: Loading language from url locale, using siteId from url, hidden institution
}); + function resolveLanguage() {+ const defaultLanguage = 'en'+ const supportedLanguages = ['de', 'en', 'es', 'fr', 'it']+ const languages = navigator.languages;++ const url = new URL(document.location.href);+ const locale = url.searchParams.get('locale');
👍
comment created time in 10 days
Pull request review commentfronteerio/ally.ac
ALLYPD-4920: Loading language from url locale, using siteId from url, hidden institution
<h2 data-i18n="[html]ENGAGE_FILE_TRANSFORMER"></h2> </div> <div class="step step2"> <div class="white-container">- <div class="form-group">- <label for="form-institution" data-i18n="INSTITUTION"></label>+ <div class="form-group" style="display: none;"> <input- type="text"+ type="hidden"
Sorry, I should've made this more clear in the description. The file transformer will still be available outside of BB Assist as well. In those cases there will not be a siteId parameter in the query string and we should ask the user where they are from.
comment created time in 10 days
push eventfronteerio/ally.ac
commit sha 2da93a992d73a07f7151cfc4f2f97bf25c21237b
Fix API page
push time in 2 months
push eventfronteerio/ally.ac
commit sha 9f514b2d0e4156c792e0f7964f7827c366515119
Fix type and rename tour
push time in 2 months
push eventfronteerio/ally.ac
commit sha b14d841107568df502bd31b23f5e31650f5d893d
try/catch
commit sha b52ece88ed19b2ae76ee3de146a79d65c43b51dc
Merge branch 'gh-pages' of git://github.com/fronteerio/ally.ac into gh-pages * 'gh-pages' of git://github.com/fronteerio/ally.ac: Remove background images Added deliberately broken web page Update copy and paper thumbnails Fixed page title Correct FTE number for DC Added total alternative format downloads Add list of research papers Added Usage and Adoption chart Add research page with map of US
push time in 3 months