-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…ame searches (#122) * Make the new "experimental" search mode the default for name searches * [EDS-613] Fix nesting of footer in the DOM * Remove unnecessary leading indent in footer.html * Remove deprecated name query generation from query_generator.py * Remove deprecated name query generation from query_generator.py * [Bot] Update version to 2.1.0 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0eae8ca
commit 901a324
Showing
14 changed files
with
102 additions
and
653 deletions.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
FLASK_ENV=development | ||
UWCA_CERT_NAME=uwca | ||
UWCA_CERT_PATH=/app/certificates | ||
PWS_HOST=https://it-wseval1.s.uw.edu | ||
|
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
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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<div class="uw-footer" style="margin-top:10px;"> | ||
<a class="footer-wordmark" href="https://www.washington.edu">University of Washington</a> | ||
<a href="https://www.washington.edu/boundless/be-boundless/"><h3 class="be-boundless">Be boundless</h3></a> | ||
<h4>Connect with us:</h4> | ||
<nav aria-label="social networking" role="navigation"> | ||
<ul class="footer-social"> | ||
<li><a class="facebook" href="https://www.facebook.com/UofWA">Facebook</a></li> | ||
<li><a class="twitter" href="https://twitter.com/UW">Twitter</a></li> | ||
<li><a class="instagram" href="https://instagram.com/uofwa">Instagram</a></li> | ||
<li><a class="tumblr" href="https://uofwa.tumblr.com/">Tumblr</a></li> | ||
<li><a class="youtube" href="https://www.youtube.com/user/uwhuskies">YouTube</a></li> | ||
<li><a class="linkedin" href="https://www.linkedin.com/company/university-of-washington">LinkedIn</a></li> | ||
<li><a class="pinterest" href="https://www.pinterest.com/uofwa/">Pinterest</a></li> | ||
<li><a class="vine" href="https://vine.co/uofwa">Vine</a></li> | ||
<li><a class="google" href="https://plus.google.com/+universityofwashington/posts">Google+</a></li> | ||
</ul> | ||
</nav> | ||
<nav aria-label="footer links" role="navigation"> | ||
<ul class="footer-links"> | ||
<li><a href="https://www.uw.edu/accessibility">Accessibility</a></li> | ||
<li><a href="https://uw.edu/home/siteinfo/form">Contact Us</a></li> | ||
<li><a href="https://www.washington.edu/jobs">Jobs</a></li> | ||
<li><a href="https://www.washington.edu/safety">Campus Safety</a></li> | ||
<li><a href="https://myuw.washington.edu/">My UW</a></li> | ||
<li><a href="https://www.washington.edu/admin/rules/wac/rulesindex.html">Rules Docket</a></li> | ||
<li><a href="https://www.washington.edu/online/privacy">Privacy</a></li> | ||
<li><a href="https://www.washington.edu/online/terms">Terms</a></li> | ||
</ul></nav> | ||
<p role="contentinfo" id="footer-copyright"> | ||
© {{ current_year }} University of Washington | Seattle, WA | ||
</p> | ||
</div> | ||
<div class="uw-footer" style="margin-top:10px;"> | ||
<a class="footer-wordmark" href="https://www.washington.edu">University of Washington</a> | ||
<a href="https://www.washington.edu/boundless/be-boundless/"><h3 class="be-boundless">Be boundless</h3></a> | ||
<h4>Connect with us:</h4> | ||
<nav aria-label="social networking" role="navigation"> | ||
<ul class="footer-social"> | ||
<li><a class="facebook" href="https://www.facebook.com/UofWA">Facebook</a></li> | ||
<li><a class="twitter" href="https://twitter.com/UW">Twitter</a></li> | ||
<li><a class="instagram" href="https://instagram.com/uofwa">Instagram</a></li> | ||
<li><a class="tumblr" href="https://uofwa.tumblr.com/">Tumblr</a></li> | ||
<li><a class="youtube" href="https://www.youtube.com/user/uwhuskies">YouTube</a></li> | ||
<li><a class="linkedin" href="https://www.linkedin.com/company/university-of-washington">LinkedIn</a></li> | ||
<li><a class="pinterest" href="https://www.pinterest.com/uofwa/">Pinterest</a></li> | ||
<li><a class="vine" href="https://vine.co/uofwa">Vine</a></li> | ||
<li><a class="google" href="https://plus.google.com/+universityofwashington/posts">Google+</a></li> | ||
</ul> | ||
</nav> | ||
<nav aria-label="footer links" role="navigation"> | ||
<ul class="footer-links"> | ||
<li><a href="https://www.uw.edu/accessibility">Accessibility</a></li> | ||
<li><a href="https://uw.edu/home/siteinfo/form">Contact Us</a></li> | ||
<li><a href="https://www.washington.edu/jobs">Jobs</a></li> | ||
<li><a href="https://www.washington.edu/safety">Campus Safety</a></li> | ||
<li><a href="https://myuw.washington.edu/">My UW</a></li> | ||
<li><a href="https://www.washington.edu/admin/rules/wac/rulesindex.html">Rules Docket</a></li> | ||
<li><a href="https://www.washington.edu/online/privacy">Privacy</a></li> | ||
<li><a href="https://www.washington.edu/online/terms">Terms</a></li> | ||
</ul></nav> | ||
<p role="contentinfo" id="footer-copyright"> | ||
© {{ current_year }} University of Washington | Seattle, WA | ||
</p> | ||
</div> |
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "uw-husky-directory" | ||
version = "2.0.13" | ||
version = "2.1.0" | ||
description = "An updated version of the UW Directory" | ||
authors = ["Thomas Thorogood <[email protected]>"] | ||
license = "MIT" | ||
|
Oops, something went wrong.