You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes from OJS 3.2.1 that can affect themes (may be updated):
Support for the ROR plugin. The plugin adds rorId property to the author object as well as $rorIdIcon. Pages affected: article landing page. Related issue: ROR Plugin for OJS #5912
Categories. Not a new feature but check if this information is included in the article. Pages affected: article landing page
Remove dependency from counting iterators. There are places where an array is assigned to the template instead of DAOResultFactory object, they should use simple foreach iterator and count() method, instead of iterator TemplateManager plugin and wasEmpty() method. Pages affected: indexSite (itaration through journals), subscriptions, category; Check how Immersion theme handles Publications. Related issue: Remove ADODB #6264
Registration form inputs - autocomplete (Optional). Add autocomplete attributes to the registration form inputs. Pages affected: Site-wide and journal's registration page.
Set anchors for edit links. Anchors are allowed for the dashboard's pages. Affected pages: announcements, information, submissions. Related issue: Revenge of the edit links #6203
Drop tag-it support (Optional). Tag-It support is dropped in the Default theme, simple text input is used instead, each word separated by a comma. Pages affected: journal and site-wide registration page.
The text was updated successfully, but these errors were encountered:
Changes from OJS 3.2.1 that can affect themes (may be updated):
rorId
property to the author object as well as$rorIdIcon
. Pages affected: article landing page. Related issue: ROR Plugin for OJS #5912$currentJournal
variable rename to$currentContext
and$pubProcessFile
is substituted to the$contactUrl
. Pages affected: aboutThisPublishingSystem. Related issue: Suggested improvements for About this Publishing System page #5984iterator
TemplateManager plugin andwasEmpty()
method. Pages affected: indexSite (itaration through journals), subscriptions, category; Check how Immersion theme handles Publications. Related issue: Remove ADODB #6264The text was updated successfully, but these errors were encountered: