Opened 19 years ago
Closed 19 years ago
#2947 closed defect (fixed)
New sajax Library, and move...
| Reported by: | jochen | Owned by: | xris |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythweb | Version: | 0.20 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I updates MythMusicWEB too use a newer sajax library, wich has some bug fixed.
I also moved it to the general includes directory, so that every mythweb module can use it! (cause i want to write a few patches for the tv module wich use sajax!)
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | musicweb.diff added |
|---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I let the music stuff in because it was a solid unit from a decent third-party application, but the code is messy and undocumented. I'd rather not add that kind of stuff to the rest of MythWeb without some serious cleanup.
If you want php/javascript interaction, I'd be much more in favor of something like the JSON library, which is a lot cleaner, and seemingly integrates with prototype, which is what handles the rest of MythWeb's AJAX stuff.

(In [12614]) sajax updates, re #2947