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
extendedDataTable: cellpadding/cellspacing applied only to body of the table.
-----------------------------------------------------------------------------
Key: RF-8638
URL: https://jira.jboss.org/jira/browse/RF-8638
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 3.3.3.Final
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Optional
applied only to inner table in markup. Should be applied for headers footers also as for standard table.
Need to check in 4.x
--
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
message(s): need to add whitespace between summary and details as JSF does.
---------------------------------------------------------------------------
Key: RF-8530
URL: https://jira.jboss.org/jira/browse/RF-8530
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Affects Versions: 3.3.3.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Minor
--
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
CSV: richfaces-showcase sample
------------------------------
Key: RF-9223
URL: https://jira.jboss.org/browse/RF-9223
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone2
Reporter: Ilya Shaikovsky
Assignee: Alexander Smirnov
Fix For: 4.0.0.Milestone3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/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
Archetypes should have their own parent pom
-------------------------------------------
Key: RF-9070
URL: https://jira.jboss.org/browse/RF-9070
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build
Reporter: Jay Balunas
Fix For: Future_4.X
Archetypes have different build and structure requirements and should have a common parent for this. It may extend jboss-parent, or richfaces-parent. Be sure to review existing richfaces-parent for any archetype specific items.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/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