Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
958926c
#185 change to use iterate on results
OyvindLGjesdal Aug 16, 2022
11460cc
Merge pull request #186 from OyvindLGjesdal/iterator
NateWr Aug 24, 2022
668e32f
add slect to form elements using color @input-color
OyvindLGjesdal Aug 24, 2022
29838b7
Merge pull request #184 from OyvindLGjesdal/test
NateWr Aug 25, 2022
324c1ce
Fixes #187
jbogdani Aug 31, 2022
c181f3b
Merge pull request #191 from jbogdani/patch-1
NateWr Aug 31, 2022
cb109d7
pkp/pkp-lib#8340 Add pricing to purchase form (bootstrap port)
asmecher Oct 19, 2022
5e0d8bf
Update code headers
asmecher Feb 3, 2023
e7f6d4d
Update to version 3.2.0.4
asmecher Feb 3, 2023
d99016c
Update to version 3.2.0.5
asmecher Feb 3, 2023
785f0d3
Update registrationForm.tpl
ronste Jul 17, 2023
8244aeb
pkp/bootstrap3#169 fix edit link for copyright notice
kaitlinnewson Jun 24, 2024
9febd36
pkp/bootstrap3#169 take user to the sub-tab when edit is clicked
kaitlinnewson Jun 24, 2024
6838906
Merge pull request #209 from kaitlinnewson/169-3_3_0
asmecher Jun 24, 2024
a07548f
pkp/bootstrap3#126 sidebar width at sm breakpoint
kaitlinnewson Jun 26, 2024
5863bba
Merge pull request #212 from kaitlinnewson/126-3_3_0
asmecher Jun 26, 2024
3c00cfe
pkp/bootstrap3#192 improve display of links in alert boxes
kaitlinnewson Jun 27, 2024
e1621fe
Merge pull request #215 from kaitlinnewson/192-3_3_0
asmecher Jun 27, 2024
c6bc58e
#204 Add the missing search hooks
henriquejsfj Mar 27, 2024
38bc75b
pkp/bootstrap3#216 fix release notes link
kaitlinnewson Jun 27, 2024
44e86e2
pkp/bootstrap3#171 allow entry of reviewer interests
kaitlinnewson Jun 28, 2024
20c12c1
Merge pull request #220 from kaitlinnewson/171-3_3_0
kaitlinnewson Jun 28, 2024
b5569c2
Update to version 3.2.0.6
kaitlinnewson Jul 3, 2024
375ee68
Display ORCID Icon only when authenticated (#223)
mhvezina Aug 6, 2024
3962c59
pkp/bootstrap3#226 fix article preview when no issue assigned
kaitlinnewson Aug 30, 2024
672e8d5
Merge pull request #227 from kaitlinnewson/226-3_3_0
asmecher Aug 30, 2024
ed3a01e
https://github.com/pkp/bootstrap3/issues/246 Escape citationsRaw
asmecher Feb 7, 2026
79ab79f
Update article_details.tpl
bolelligallevi Apr 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions BootstrapThreeThemePlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
/**
* @file plugins/themes/default/BootstrapThreeThemePlugin.inc.php
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @class BootstrapThreeThemePlugin
* @ingroup plugins_themes_bootstrap3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ The Ubuntu font is distributed under the terms of the [Ubuntu Font License](http

## Changelog

Changes are tracked in the [releases notes](https://github.com/NateWr/bootstrap3/releases).
Changes are tracked in the [releases notes](https://github.com/pkp/bootstrap3/releases).
3 changes: 2 additions & 1 deletion bootstrap-themes/darkly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ table,
// Forms ======================================================================

input,
textarea {
textarea,
select {
color: @input-color;
}

Expand Down
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
/**
* @file plugins/themes/default/index.php
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @ingroup plugins_themes_default
* @brief Wrapper for default theme plugin.
Expand Down
14 changes: 11 additions & 3 deletions styles/bootstrap.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/index.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Bootstrap 3 theme stylesheet. This is the base styles that must be
* included for any theme.
Expand Down Expand Up @@ -77,6 +77,14 @@
margin-bottom: 2em;
}

.orcid_icon {
display: inline-block;
margin-right: 0.25em;
width: 24px;
height: 24px;
vertical-align: middle;
}

.author + .author {
margin-top: 0.5em;
}
Expand Down
6 changes: 3 additions & 3 deletions styles/cerulean.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/cerulean.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Cerulean Bootstrap theme. https://bootswatch.com/cerulean/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/cleanblog.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/cleanblog.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Clean Blog Bootstrap theme. https://startbootstrap.com/template-overviews/clean-blog/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/cosmo.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/cosmo.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Cosmo Bootstrap theme. https://bootswatch.com/cosmo/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/cyborg.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/cyborg.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Cyborg Bootstrap theme. https://bootswatch.com/cyborg/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/darkly.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/darkly.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Darkly Bootstrap theme. https://bootswatch.com/darkly/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/flatly.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/flatly.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Flatly Bootstrap theme. https://bootswatch.com/flatly/
*/
Expand Down
2 changes: 1 addition & 1 deletion styles/fonts/lato.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Load the Lato font
*
Expand Down
2 changes: 1 addition & 1 deletion styles/fonts/newsCycle.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Load the News Cycle font
*
Expand Down
2 changes: 1 addition & 1 deletion styles/fonts/openSans.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Load the Source Sans Pro font
*
Expand Down
2 changes: 1 addition & 1 deletion styles/fonts/raleway.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Load the Source Sans Pro font
*
Expand Down
2 changes: 1 addition & 1 deletion styles/fonts/roboto.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Load the Roboto font
*
Expand Down
2 changes: 1 addition & 1 deletion styles/fonts/sourceSansPro.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Load the Source Sans Pro font
*
Expand Down
2 changes: 1 addition & 1 deletion styles/fonts/ubuntu.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Load the Source Sans Pro font
*
Expand Down
6 changes: 3 additions & 3 deletions styles/journal.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/journal.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Journal Bootstrap theme. https://bootswatch.com/journal/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/lumen.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/lumen.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Lumen Bootstrap theme. https://bootswatch.com/lumen/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/paper.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/paper.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Paper Bootstrap theme. https://bootswatch.com/paper/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/readable.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/readable.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Readable Bootstrap theme. https://bootswatch.com/readable/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/sandstone.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/sandstone.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Sandstone Bootstrap theme. https://bootswatch.com/sandstone/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/simplex.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/simplex.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Simplex Bootstrap theme. https://bootswatch.com/simplex/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/slate.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/slate.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Slate Bootstrap theme. https://bootswatch.com/slate/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/spacelab.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/spacelab.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Spacelab Bootstrap theme. https://bootswatch.com/spacelab/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/superhero.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/superhero.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Superhero Bootstrap theme. https://bootswatch.com/superhero/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/united.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/united.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the United Bootstrap theme. https://bootswatch.com/united/
*/
Expand Down
6 changes: 3 additions & 3 deletions styles/yeti.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file plugins/themes/bootstrap3/yeti.less
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the Yeti Bootstrap theme. https://bootswatch.com/yeti/
*/
Expand Down
8 changes: 4 additions & 4 deletions templates/common/formErrors.tpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{**
* templates/common/formErrors.tpl
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2000-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2000-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief List errors that occurred during form processing.
*
Expand All @@ -18,7 +18,7 @@
<ul class="pkp_form_error_list">
{foreach key=field item=message from=$errors}
<li>
<a href="#{$field|escape}">{$message}</a>
<a class="alert-link" href="#{$field|escape}">{$message}</a>
</li>
{/foreach}
</ul>
Expand Down
6 changes: 3 additions & 3 deletions templates/common/frontend/footer.tpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{**
* templates/common/footer.tpl
*
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
* Copyright (c) 2014-2023 Simon Fraser University Library
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Frontend site footer.
*
Expand Down
Loading