| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
By moving the line-endings fix to this one source location of
fileContents, we avoid having to modify multiple places where the input
is parsed.
|
|
|
|
|
| |
And also improve code formatting and comments to match rest of
project.
|
|
|
|
|
|
|
| |
when you view/edit the object, the "Calendar" drop-down is not
pre-populated. The user can select the calendar, but then upon saving
it gets duplicated in the global list. Also, it is possible that
newlines can get mangled and then refused by the server?
|
|
|
|
|
| |
But the globalEventList.events[rid] still does not have this entry.
Somehow I still need to add the new event to that!
|
|
|
|
|
|
| |
The new event now populates in the visual calendar, but the user
cannot edit/view the details. The etag is not returned, which I think
is the last piece.
|
|
|
|
|
|
|
|
| |
The upload button now calls logic, which does a rudimentary upload.
The new item can successfully be saved to the server, but the event
does not immediately show up in the InfCloud view. The user has to
reload the web page to see the new event, which of course is not ideal.
There must be a way to add the new object immediately.
|
|
|