mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00411
[Bug 601772] Re: Pieforms uses jscalendar, a proprietary calendar library
It turns out we are using the old version of JSCalendar which was
released under the LGPL:
http://www.dynarch.com/projects/calendar/old/
So there's no need to replace it.
However, there are two copies of it in Mahara (one in /js/ which is
missing its source code and one in Pieforms). I'll merge these two.
** Summary changed:
- Pieforms uses jscalendar, a proprietary calendar library
+ Merge the two copies of jscalendar into one
** Changed in: mahara/1.0
Status: New => Won't Fix
** Changed in: mahara/1.2
Status: New => Won't Fix
** Changed in: mahara/1.1
Status: New => Won't Fix
** Changed in: mahara/1.1
Milestone: 1.1.10 => None
** Changed in: mahara/1.2
Milestone: 1.2.6 => None
** Changed in: mahara
Assignee: (unassigned) => François Marier (fmarier)
** Changed in: mahara/1.0
Milestone: 1.0.16 => None
** Visibility changed to: Public
--
Merge the two copies of jscalendar into one
https://bugs.launchpad.net/bugs/601772
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: New
Status in Mahara 1.0 series: Won't Fix
Status in Mahara 1.1 series: Won't Fix
Status in Mahara 1.2 series: Won't Fix
Bug description:
The Pieforms calendar element uses jscalendar, which is a proprietary Javascript library:
http://www.dynarch.com/projects/calendar/purchase/
We need to remove it from Mahara and find a replacement.