#5074 closed enhancement (fixed)
Non gregorian calendars support
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | [email protected]…, [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
Hi
non gregorian calendars needs to be supported such as Islamic(Hijri) calandar and Hebrew Calendars
Attachments (2)
Change History (20)
comment:1 Changed 15 years ago by
Component: | Date → Dojox |
---|---|
Milestone: | 1.1 |
Owner: | changed from Adam Peller to Tom Trenka |
comment:3 Changed 14 years ago by
Owner: | changed from Tom Trenka to Adam Peller |
---|
comment:5 Changed 14 years ago by
Milestone: | → 1.3 |
---|
comment:6 Changed 14 years ago by
Cc: | [email protected]… added |
---|---|
Description: | modified (diff) |
see [13291] Thanks, Hossam!
comment:7 Changed 14 years ago by
comment:8 Changed 14 years ago by
Milestone: | 1.3 → 1.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Changed 13 years ago by
Attachment: | dijit5074.patch added |
---|
Initial patch to Dijit to support 'datePackage' by Helena Halperin (IBM-IL, CCLA). Needs further review.
Changed 13 years ago by
Attachment: | hebrew5074.patch added |
---|
dojox.date.hebrew refactor by Helena Halperin (IBM-IL, CCLA) to support 'datePackage' in Dijit. Needs further review.
comment:9 Changed 13 years ago by
Cc: | [email protected]… added |
---|---|
Milestone: | 1.2 → 1.4 |
Resolution: | fixed |
Status: | closed → reopened |
comment:10 Changed 13 years ago by
bill points out that the conversion in postMixInProperties for this.value should be moved to _setValueAttr
comment:11 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Applied Helena's changes to dijit in [17172] to allow for generic calendar support. Still need refactor of dojox.date.islamic code.
comment:12 Changed 13 years ago by
comment:13 Changed 13 years ago by
Initial Islamic calendar code, from Hossam Katory (IBM, CCLA) checked in [13291]
comment:14 Changed 12 years ago by
comment:15 Changed 10 years ago by
The datePackage attribute doesn't work well in the AMD world. The problem is that it's overloaded as a way to load two modules: (for example) dojox/date/hebrew.js and dojox/date/hebrew/locale.js. Because of this, after I cleaned up the dojox/date.js module export value in [28655], things like _DateTimeTextBox stopped working.
The only solution I see is to have two attributes, one for each module: dateModule and dateLocaleModule. I'll check that in unless someone has a better idea.
While this is a great feature, it's not in the plans for 1.1. It might make a good dojox project if someone is able to take it on or contributes the code.