forked from inveniosoftware/invenio
-
Notifications
You must be signed in to change notification settings - Fork 1
Font Awesome support #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jochenklein
wants to merge
13
commits into
CERNDocumentServer:qa
Choose a base branch
from
jochenklein:font-awesome-support
base: qa
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Font Awesome support #174
jochenklein
wants to merge
13
commits into
CERNDocumentServer:qa
from
jochenklein:font-awesome-support
Conversation
This file contains hidden or 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
* Amends documentation to warn users about not using MySQL strict mode. (closes inveniosoftware#905) Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
* maint-1.1: installation: MySQL strict mode warning Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
Reviewed-by: Tibor Simko <tibor.simko@cern.ch>
* FIX Changes when the missing caches are generated during bibreformat run. The missing cache is no longer generated for records if the bibreformat is run with -i, --collection, --field or --pattern option. Signed-off-by: Sebastian Witowski <sebastian.witowski@cern.ch> Reviewed-by: Samuele Kaplun <samuele.kaplun@cern.ch>
* BETTER Allows the stamping function to accept both files and directories. Signed-off-by: Sebastian Witowski <sebastian.witowski@cern.ch>
* NEW Adds a new functionality that permits to obtain tarball of all the files associated with a record. For example, `/record/123/files/allfiles` includes all the original files in the tarball, `/record/123/files/allfiles-small` includes only icons of 180 pixels, etc. The behaviour is governed by internal configuration variable `CFG_BIBDOCFILE_STREAM_ARCHIVE_FORMATS`. (closes inveniosoftware#1673) Signed-off-by: Sebastian Witowski <sebastian.witowski@cern.ch>
* maint-1.2: WebSubmit: fix for Stamp_Uploaded_Files BibFormat: bibreformat missing cache fix WebAccess: fix documentation grammar mistake installation: MySQL strict mode warning Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
* NEW Introduces a new internal configuration variable CFG_WEBSEARCH_BLACKLISTED_FORMATS that lists all the Invenio internal formats that should not be exposed via perform_request_search. (closes inveniosoftware#1712) Reviewed-by: Samuele Kaplun <samuele.kaplun@cern.ch> Signed-off-by: Alessio Deiana <alessio.deiana@cern.ch>
* FIX Fixes asynchronous external collection getter tests following the update of the Invenio project web site. Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
* maint-1.0: WebSearch: fix async getter tests Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
* maint-1.1: WebSearch: fix async getter tests Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
* maint-1.2: WebSearch: fix async getter tests Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
Please rebase |
* Adds Font Awesome, the iconic font and CSS toolkit. * Extends the Makefile to automatically download and install Font Awesome (optional) and the Invenio config file to include the CSS file to the page or not. * Extends the THANKS and INSTALL documents. Signed-off-by: Jochen Klein <j.klein@cern.ch>
174608b
to
0779525
Compare
@egabancho will this get an Invenio PR? If not, can you please update the labels? |
There was one, inveniosoftware#3608, but it wasn't really needed since we use it only in the new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enables the support for using Font Awesome, the iconic font and CSS toolkit.