|
Revision 1210, 387 bytes
(checked in by jm3, 2 years ago)
|
== basic functionaliy completed: ==
* auto-forward back to logical index view (without JS)
* clean URLs
* create lists (with auto-focused text input field to pass the OWD test)
* delete lists
* create items (with auto-focused text input field to pass the OWD test)
* create list items with embedded HTML
* complete items
* delete items
* make a list public : private
* basic operation is flash-less and javascript-less, so it works on phones
* public lists have unique, open, and clean URLs
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<authenticate> |
|---|
| 3 |
<url href="/login?submission=credentials&submissioncontext=LmxvZ2luXi5hdXRoZW50aWNhdGlvbg%3D%3D&childrequest=cmlmZS90ZW1wbGF0ZS9wcmludC54bWx4AEdFVG0AcGFzc3dvcmRuAGFyZ29uYXVwAGxvZ2lubgBjb2Rlc3dhbWlwAHN1Ym1pc3Npb25uAGNyZWRlbnRpYWxz&triggerlist="/> |
|---|
| 4 |
<errors><error>INVALID:credentials</error></errors> |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
</authenticate> |
|---|
| 10 |
|
|---|