Commits on Source (52)
-
Jeff Sturek authored
Optimize search form background image See merge request iim/UNL_Search!21
-
Jeff Sturek authored
-
Jeff Sturek authored
Add back _blank functionality removed recently See merge request iim/UNL_Search!22
-
Jeff Sturek authored
-
Eric Rasmussen authored
Replace IIM references with DXG See merge request iim/UNL_Search!23
-
Jeff Sturek authored
-
Jeff Sturek authored
Add deprecated CSS See merge request !24
-
Jeff Sturek authored
-
Jeff Sturek authored
Implement 5.1 WDN Template See merge request !25
-
Jeff Sturek authored
-
Jeff Sturek authored
Implement DCF Tabs See merge request !27
-
-
Jeff Sturek authored
Update Google Search results style overrides See merge request !28
-
Ryan Dee authored
-
Jeff Sturek authored
Fix search results tab font-size, letter-spacing, margin See merge request !29
-
Jeff Sturek authored
-
Jeff Sturek authored
DCF Tab Search Bug Fixes See merge request !30
-
Jeff Sturek authored
-
Jeff Sturek authored
Support WDN templates 5.2 See merge request !31
-
Jeff Sturek authored
-
Jeff Sturek authored
Update embed to 5.2 See merge request !32
-
Jeff Sturek authored
-
Jeff Sturek authored
Support WDN version 5.3 See merge request !33
-
Jeff Sturek authored
-
Jeff Sturek authored
Allow min.js* files in commit See merge request !34
-
Jeff Sturek authored
-
Jeff Sturek authored
Add try/catch to ignore DCFUtility errors See merge request !35
-
Jeff Sturek authored
-
Jeff Sturek authored
Support DCF 3.0+ and 2.0 See merge request !36
-
Jeff Sturek authored
-
Jeff Sturek authored
Open directory links in new tab See merge request !37
-
Jeff Sturek authored
-
Jeff Sturek authored
Handle department links See merge request !38
-
Jeff Sturek authored
-
Jeff Sturek authored
Fix absolute requirejs issue with import dcf-utility See merge request !39
-
Jeff Sturek authored
-
Jeff Sturek authored
Dark Mode Support Updates See merge request !40
-
Ryan Dee authored
- Remove border from thumbnails - Apply object-fit to thumbnails - Adjust pagination border color and spacing - Adjust color of incorrect spelling text and links
-
Ryan Dee authored
-
Jeff Sturek authored
-
Jeff Sturek authored
-
Jeff Sturek authored
-
Jeff Sturek authored
-
Jeff Sturek authored
-
Jeff Sturek authored
Remove WDN references See merge request !42
-
Jeff Sturek authored
-
Jeff Sturek authored
Implement site notice See merge request !43
-
Thomas Neumann authored
-
Thomas Neumann authored
Logging errors See merge request !44
-
Thomas Neumann authored
Showing
- .gitignore 1 addition, 2 deletions.gitignore
- .gitlab-ci.yml 51 additions, 0 deletions.gitlab-ci.yml
- Gruntfile.js 3 additions, 48 deletionsGruntfile.js
- README.md 2 additions, 0 deletionsREADME.md
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 21 additions, 10 deletionscomposer.lock
- config.sample.php 9 additions, 1 deletionconfig.sample.php
- package-lock.json 1069 additions, 2827 deletionspackage-lock.json
- package.json 3 additions, 3 deletionspackage.json
- www/css/search-5.0.css 2 additions, 0 deletionswww/css/search-5.0.css
- www/css/search-5.0.css.map 1 addition, 0 deletionswww/css/search-5.0.css.map
- www/css/search-google-5.0.css 2 additions, 0 deletionswww/css/search-google-5.0.css
- www/css/search-google-5.0.css.map 1 addition, 0 deletionswww/css/search-google-5.0.css.map
- www/css/search-google.css 2 additions, 0 deletionswww/css/search-google.css
- www/css/search.css 2 additions, 0 deletionswww/css/search.css
- www/failCount.php 43 additions, 0 deletionswww/failCount.php
- www/index.php 32 additions, 18 deletionswww/index.php
- www/js/.gitignore 0 additions, 2 deletionswww/js/.gitignore
- www/js/embed-src/jquery.js 9261 additions, 7599 deletionswww/js/embed-src/jquery.js
- www/js/search-tabs.js 372 additions, 0 deletionswww/js/search-tabs.js
.gitlab-ci.yml
0 → 100644
... | ... | @@ -5,7 +5,7 @@ |
} | ||
}, | ||
"require": { | ||
"unl/php-wdn-templates": "^5.0", | ||
"unl/php-wdn-templates": "^5.3", | ||
"ezyang/htmlpurifier": "^4.7" | ||
} | ||
} |
This diff is collapsed.
... | ... | @@ -6,20 +6,20 @@ |
"devDependencies": { | ||
"autoprefixer": "^9.1.1", | ||
"cssnano": "^4.0.5", | ||
"grunt": "^1.0.3", | ||
"grunt": "^1.1.0", | ||
"grunt-contrib-clean": "^1.1.0", | ||
"grunt-contrib-less": "^2.0.0", | ||
"grunt-contrib-requirejs": "^1.0.0", | ||
"grunt-contrib-uglify": "^0.9.2", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-curl": "^2.2.0", | ||
"grunt-curl": "^2.5.1", | ||
"grunt-postcss": "^0.9.0", | ||
"grunt-sass": "^3.0.1", | ||
"less-plugin-autoprefix": "^2.0.0", | ||
"less-plugin-clean-css": "^1.5.1", | ||
"load-grunt-tasks": "^3.2.0", | ||
"lodash": "^3.10.1", | ||
"node-sass": "^4.9.3" | ||
"node-sass": "^4.14.1" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
... | ... |
www/css/search-5.0.css
0 → 100644
www/css/search-5.0.css.map
0 → 100644
www/css/search-google-5.0.css
0 → 100644
www/css/search-google-5.0.css.map
0 → 100644
www/css/search-google.css
0 → 100644
www/css/search.css
0 → 100644
www/failCount.php
0 → 100644
This diff is collapsed.
www/js/search-tabs.js
0 → 100644
This diff is collapsed.