Skip to content

Commit

Permalink
Merge pull request #1274 from MITLibraries/add-app-name-to-header
Browse files Browse the repository at this point in the history
Update theme gem and document PLATFORM_NAME variable
  • Loading branch information
jazairi authored Feb 9, 2024
2 parents 070f472 + a46f9d6 commit f4fafb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'ipaddr_range_set'
gem 'jquery-rails'
gem 'jquery-validation-rails'
gem 'lograge'
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.1'
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.2'
gem 'net-imap', require: false
gem 'net-pop', require: false
gem 'net-smtp', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/mitlibraries/mitlibraries-theme
revision: 93b931b802485f9e35a6878f957b3fd88ae3b294
tag: v1.1
revision: bcbe5d3de36a92d275085a045c5c4d8f30f33e62
tag: v1.2
specs:
mitlibraries-theme (1.0.2)
rails (>= 6, < 8)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ to construct thumbnail URLs.
- Hints will only be displayed to the user if they are in `HINT_SOURCES`.
- `LOG_LEVEL`: set log level for development, default is `:debug`
- `LOG_LIKE_PROD`: uses prod-like logging in development if set
- `PLATFORM_NAME`: The value set is added to the header after the MIT Libraries logo. The logic and CSS for this comes from our theme gem.
- `PRIMO_TIMEOUT`: value to override the 6 second default for Primo timeout.
- `REQUESTS_PER_PERIOD`: number of requests per time period we allow from a
single non-MIT IP address. Defaults to 100. Example: "100".
Expand Down

0 comments on commit f4fafb5

Please sign in to comment.