- Aug 15, 2018
-
-
Ryan Dee authored
-
Ryan Dee authored
- Adjust indentation - Add ‘unl’ class to <body> element
-
Ryan Dee authored
- Remove Less tasks - Add Sass tasks - Begin work on importing DCF mixins (temporarily commented out)
-
Ryan Dee authored
- Update grunt, grunt-contrib-clean, grunt-contrib-requirejs, grunt-contrib-watch, lodash - Install autoprefixer, cssnano, grunt-postcss, grunt-sass, node-sass - Uninstall grunt-contrib-less, less-plugin-autoprefix, less-plugin-clean-css
-
- Aug 13, 2018
-
-
Ryan Dee authored
-
- Aug 09, 2018
-
-
Ryan Dee authored
-
Eric Rasmussen authored
-
Eric Rasmussen authored
-
- Feb 13, 2018
-
-
Michael Fairchild authored
-
- Oct 20, 2017
-
-
Michael Fairchild authored
Web Audit fixes See merge request !8
-
- Oct 17, 2017
-
-
Michael Fairchild authored
-
Michael Fairchild authored
-
- Apr 04, 2017
-
-
Tyler R Lemburg authored
-
Tyler R Lemburg authored
-
Tyler R Lemburg authored
-
- Mar 31, 2017
-
-
Tyler R Lemburg authored
Google is deprecating version 1 of their custom search element API sometime in April. While we don't generate actual elements using their code, we use their javascript libraries to call the search. This change updates the code for version 2, removing the deprecation warning and keeping things in compliance. Before working with this, read https://developers.google.com/custom-search/docs/element very carefully. The flow of the Google Search as it relates to UNL_Search is: 1) end-scripts.tpl.php is rendered with variables that include the custom search engine ID 2) This script, using search.js (or search.min.js), adds the google search javascript to the end of the page asynchronously. It also gives the callback for its loading as window.searchInit, which loads the UNLSearch.initialize function. 3) This sets up the various search capabilities, binds callbacks onto those actions, and has all the JS functions that we operate on in the search. I didn't need to use the <gsce> element as described in the docs, as we already have a text box to search, and I bind the results to the unl_results div (local_results if a site-search is executed). Lastly, this new code does not use the "Linked Search Engine" specification. Instead, the as_sitesearch parameter is passed into the Google API, or, if a specific Custom Search Engine is specified (cx parameter), that is used vs. our regular UNL one.
-
- Jan 27, 2017
-
-
Michael Fairchild authored
-
- Dec 15, 2016
-
-
Kevin Abel authored
-
Kevin Abel authored
-
- Jun 02, 2016
-
-
Kevin Abel authored
-
- Feb 01, 2016
-
-
Kevin Abel authored
4.1 Add cache busting Search was broken for those that had older versions of the assets cached. See merge request !7
-
Michael Fairchild authored
-
Michael Fairchild authored
-
- Jan 28, 2016
-
-
Michael Fairchild authored
4.1 Please don't merge until we are closer to launch. Outstanding issues: 1. Styling of the search input group needs adjustment (button is not aligned correctly) 2. Testing See merge request !6
-
- Jan 13, 2016
-
-
Michael Fairchild authored
-
Michael Fairchild authored
Allow the role attribute
-
Michael Fairchild authored
-
Michael Fairchild authored
-
- Jan 12, 2016
-
-
Kevin Abel authored
Was missing the Google Provided boilerplate code (ga.js). Analytics module should call track page.
-
Kevin Abel authored
Remove most WDN markup and just use custom JS build.
-
Kevin Abel authored
Add a class when no local search is done. Remove classes/divs not needed in embed.
-
Kevin Abel authored
It should now be mathematically centered
-
Kevin Abel authored
-
Kevin Abel authored
-
Kevin Abel authored
-
- Jan 11, 2016
-
-
Kevin Abel authored
-
Kevin Abel authored
The local script can now be loaded with requirejs without relying on any globals!
-
Kevin Abel authored
-
Kevin Abel authored
-
Kevin Abel authored
The google module will only be loaded after google's sheet has been loaded.
-