[JBoss JIRA] (GTNPORTAL-2400) Default redirect configuration for the portal
by Matt Wringe (JIRA)
Matt Wringe created GTNPORTAL-2400:
--------------------------------------
Summary: Default redirect configuration for the portal
Key: GTNPORTAL-2400
URL: https://issues.jboss.org/browse/GTNPORTAL-2400
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Mobile
Reporter: Matt Wringe
Assignee: Matt Wringe
Research and test a good default configuration to the redirection to a mobile site.
There should be two example configurations:
1) redirect to a mobile site, where mobile in this case means a touch enabled phone or tablet. This should be easier to handle (check for specific keywords in the UA or use a test if the browser is touch enabled or not)
2) redirect to a phone specific site or to a tablet specific site. A bit more complex, if using device width or height, then we need to take into affect the pixel density (ie a high pixel density screen could have a large width/height but a small screen size). Probably need to do some logic in the device detection page based on device diagonal (to get around width/height switching if device is physically rotated) and the pixel density.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (GTNMGMT-31) "File name" param of export/import command is marked as optional but is mandatory
by Tomas Kyjovsky (Created) (JIRA)
"File name" param of export/import command is marked as optional but is mandatory
---------------------------------------------------------------------------------
Key: GTNMGMT-31
URL: https://issues.jboss.org/browse/GTNMGMT-31
Project: GateIn Management
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cli
Affects Versions: 1.0.0-Beta05
Reporter: Tomas Kyjovsky
Assignee: Nick Scavelli
Priority: Minor
[mop]% export --help
usage: export [-h | --help] [-f | --file] [-r | --filter] path
[-h | --help] command usage
[-f | --file] File name
[-r | --filter] Specifies the value of the filter to use during an export for example.
path
[mop]% export .
Unexpected exception: Non satisfied parameter OptionDescriptor[[f, file]]
----
The exception also occurs if -f parameter is provided in wrong order.
[mop]% export . -f /tmp/mop.zip
Unexpected exception: Non satisfied parameter OptionDescriptor[[f, file]]
----
This way it works fine:
[mop]% export -f /tmp/mop.zip .
Export complete ! File location: /tmp/mop.zip
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years