calendar: add tooltip functionality.
------------------------------------
Key: RF-8157
URL: https://jira.jboss.org/jira/browse/RF-8157
Project: RichFaces
Issue Type: Feature Request
Components: component-input
Affects Versions: 3.3.2.SR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Fix For: Future
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
RichFaces Select components: implement disabled state support for selectItem
----------------------------------------------------------------------------
Key: RF-6678
URL: https://jira.jboss.org/jira/browse/RF-6678
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.3.1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
components:
inplaceSelect
pickList
listShuttle
orderingList
note: s:selectItems disabled attribute should also works fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Navigate Calendar with keyboard
-------------------------------
Key: RF-6687
URL: https://jira.jboss.org/jira/browse/RF-6687
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.3.0
Environment: For whole calendar component
Reporter: Erik Brink
Fix For: 3.3.1
The content of the popup of the Calendar components is only usable with mouse action. We like to give our users the posibility to use the application only by keyboard. The calendar doesn't support that.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Store non-fatal build errors to collect all problems in single pass
-------------------------------------------------------------------
Key: RF-8286
URL: https://jira.jboss.org/jira/browse/RF-8286
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Alexander Smirnov
Fix For: 4.0.0.ALPHA2
To prevent step-by-step problem resolution, divide all exceptions thrown by CDK to two :
1) All fatal errors should extend RuntimeExtension and stop build.
2) Any configuration or syntax error should not stop build but only recorder for summary report. CDK should not write any files in the case of build errors. This kind of exception should extends CdkException.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
rich:inputCalendar missing option to redefine weekends
------------------------------------------------------
Key: RF-5047
URL: https://jira.jboss.org/jira/browse/RF-5047
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.2, 3.1.6
Reporter: Dmitry Paykin
Fix For: 3.2.2, 3.1.6
rich:inputCalendar missing option to redefine weekends. I need Friday and Saturday to be weekends. In Israel and other countries with not standard weekends it is extremely hard to read data from calendar with wrong dates marked as weekends, so there is no use of this useful component.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Smaller AJAX call JavaScript code to reduce page size
-----------------------------------------------------
Key: RF-8254
URL: https://jira.jboss.org/jira/browse/RF-8254
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: component, core, performance
Affects Versions: 4.0.0.ALPHA1
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 4.0.0.GA
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Partial state saving support
----------------------------
Key: RF-8361
URL: https://jira.jboss.org/jira/browse/RF-8361
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: CDK, performance
Affects Versions: 4.0.0.ALPHA2
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 4.0.0.BETA1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Generate Junit test classes.
----------------------------
Key: RF-7790
URL: https://jira.jboss.org/jira/browse/RF-7790
Project: RichFaces
Issue Type: Sub-task
Reporter: Alexander Smirnov
Fix For: 4.0.0.ALPHA2
Generated tests should cover most important method ( at least, check component and renderer for different lifecycle phases ).
They are not full-featured functional tests but only check generated classes for JSF contract.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Library model verifier.
-----------------------
Key: RF-7736
URL: https://jira.jboss.org/jira/browse/RF-7736
Project: RichFaces
Issue Type: Sub-task
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Fix For: 4.0.0.ALPHA1
CDK model builders just collect all configuration information into model object. Verifier should check that information for consistence, infer implicit values therefore all further processing ( rendering of CDK results ) can believe for model and do not provide fine-grained check for model values.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
prevent fileUpload when fileSize exceeds the maxRequestSize in flashMode
------------------------------------------------------------------------
Key: RF-7424
URL: https://jira.jboss.org/jira/browse/RF-7424
Project: RichFaces
Issue Type: Feature Request
Reporter: nimo stephan
Priority: Minor
Imagine I have flashMode enabled,
then it would be nice to avoid the fileUpload from beginning when actual fileSize of a file exceeds the maxRequestSize.
So this can integrated only for flashMode enabled, but have following advantagous:
- it saves time, as such files are pretend to upload at beginning
- it saves size, as no temporary files are needed to create on server-side.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira