[
https://issues.apache.org/jira/browse/VCL-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433525#comment-15433525
]
ASF subversion and git services commented on VCL-981:
-----------------------------------------------------
Commit 1757429 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1757429 ]
VCL-981 - create a new theme that is more responsive for mobile devices
added section to Site Configuration for selecting affiliation theme
siteconfig.php:
-modified generalOptions: added call to include AffilTheme section
-modified class AffilTextVariable: added $vartype and $allowdelete; changed
$regexp to $constraints
-modified AffilTextVariable::__construct: set defaults for $vartype and
$allowdelete
-added AffilTextVariable::validateValue
-modified AffilTextVariable::getHTML: changed type from 'text' to
$this->vartype for labeledFormItem calls; only show delete button if
$allowdelete is true; added switch statement for input for new items; only
include delete continuation if $allowdelete is true
-modified AffilTextVariable::AJaddAffiliationSetting: changed validation of
$value from being inline to calling validateValue; modified returned array of
data - changed regexp to constraints, added vartype, allowdelete, and width
-modified AffilTextVariable::AJupdateAllSettings: changed validation of $newval
from being inline to calling validateValue
-modified AffilHelpAddress::__construct: changed $regexp to $constraints
-modified AffilKMSserver::__construct: changed $regexp to $constraints
-added class AffilTheme
states.php: added classmapping for affiltheme
utils.php: modified labeledFormItem: added width specification for cases select
and selectonly
siteconfig.js:
-modified AffilTextVariable.prototype.addAffiliationSettingCBextra: added check
for data.items.vartype and section to handle it being selectonly; added check
for data.items.allowdelete and only include delete button if true
-added affiltheme class
> create a new theme that is more responsive for mobile devices
> -------------------------------------------------------------
>
> Key: VCL-981
> URL: https://issues.apache.org/jira/browse/VCL-981
> Project: VCL
> Issue Type: Improvement
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.5
>
>
> It would be nice to have a new theme that works better with mobile devices.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)