| Summary | Finished API to allow sync |
| Queue | Wicked |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | chuck (at) horde (dot) org |
| Requester | duck (at) obala (dot) net |
| Created | 8/11/08 (6451 days ago) |
| Due | |
| Updated | 8/11/08 (6451 days ago) |
| Assigned | |
| Resolved | 8/11/08 (6451 days ago) |
| Milestone | |
| Patch | Yes |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
http://cvs.horde.org/diff.php/wicked/docs/CHANGES?r1=1.81&r2=1.82&ty=u
http://cvs.horde.org/diff.php/wicked/lib/api.php?r1=1.28&r2=1.29&ty=u
Priority ⇒ 1. Low
New Attachment: api.diff
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Wicked
Summary ⇒ Finished API to allow sync
Type ⇒ Enhancement
State ⇒ New
to reduce number of remote calls.
- Added getPageHistroy to retrieve info about every page update (this
will allow us to find the last synced/same version)
- Added version parameter to getPageSource to retrieve content of a
specific page version
- Added checksum to page details methods to reduce traffic (we don't
need to download the all pages content to see which are different)
Sync implementation is already in progress...