#4180 closed enhancement (wontfix)
Review (and commit if possible), the Overdrive project results.
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Data | Version: | 1.0 |
Keywords: | soc | Cc: | Robert Coup |
Blocked By: | Blocking: |
Description (last modified by )
Commit in the SoC overdrive work after an extensive review of it.
Attachments (7)
Change History (18)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Type: | defect → enhancement |
---|
Changed 14 years ago by
Attachment: | overdrive.js added |
---|
This is the datastore file. It should be placed in dojox/data/
Changed 14 years ago by
Attachment: | overdrive.js_.test_.js added |
---|
This is the unit test file for the overdrive datastore. The URL of the server should be changed accordingly. This file should be renamed to overdrive.js and be placed in dojox/data/tests/stores. dojox/data/tests/module.js also should modified accordingly
Changed 14 years ago by
Attachment: | overdrive.php added |
---|
This is the server file. The url field of the overdrive datastore should be targetted to this file.
Changed 14 years ago by
Attachment: | overdrive_mysql_script.sql added |
---|
This is the MySQL database backup file. The database can be created using this file by giving the command "mysql < overdrive_mysql_script.sql"
comment:4 Changed 14 years ago by
Milestone: | 1.0 → 1.1 |
---|
Since the write side has not been completed, I am not willing to commit this in. Still waiting on the write side.
Changed 13 years ago by
Attachment: | overdrive_with_write.js added |
---|
Changed 13 years ago by
Attachment: | overdrive_with_write.js.test.js added |
---|
tests for overdrive datastore with write
Changed 13 years ago by
Attachment: | overdrive_with_write.php added |
---|
server side code with functionality to save to the database
comment:5 Changed 13 years ago by
Cc: | Robert Coup added |
---|---|
Keywords: | soc added |
comment:6 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
Move all milestone 1.1 tickets to 1.2, except for reopened tickets and tickets opened after 1.1RC1 was released.
comment:7 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.2 → 1.3 |
comment:8 Changed 13 years ago by
Description: | modified (diff) |
---|
Targetting this out as I'm trying to get a release out at work and just haven't had focus time. Since this is an enhancement, no biggie. If I can get it into 1.2, though, I will. I just can't promise it.
comment:9 Changed 12 years ago by
Milestone: | 1.3 → future |
---|
comment:10 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing as there has been no interest in this.
This is a tracker for gettting the overdrive results for possible commit to dojox.