-
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.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule citationStyleLanguage
updated
12 files
+0 −662 | CitationStyleLanguagePlugin.inc.php | |
+1,005 −0 | CitationStyleLanguagePlugin.php | |
+60 −16 | CitationStyleLanguageSettingsForm.php | |
+2 −2 | composer.json | |
+47 −121 | composer.lock | |
+82 −0 | css/citationStyleLanguagePlugin.css | |
+2 −2 | index.php | |
+36 −0 | locale/en_US/locale.po | |
+57 −15 | pages/CitationStyleLanguageHandler.php | |
+78 −2 | templates/citation-styles/ris.tpl | |
+51 −0 | templates/citationblock.tpl | |
+37 −1 | templates/settings.tpl |