NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item9597: JQueryPlugin not backwards compatible
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Extension |
JQueryPlugin |
|
This plugin must also be installable as is on foswiki engines < 1.1. This currently fails for three easons:
- percent is new: so the docu topics look off
- EXPORTEDPREFERENCES is new: javascript code like this
foswiki.getPreferences('TOPIC') returns null, hower these preferences are kind of granted to be present in the header
-
%CLEAR% was a macro and now is a preference variable set in DefaultPreferences: this should be created automatically on older engines
--
MichaelDaum - 31 Aug 2010
Once again I have to set the
TargetRelease to minor and not the default n/a
--
KennethLavrsen -31 Aug 2010
It should be known to all that 1.1 beta is about to be released in hours. Why is this not being addressed at all?
In a few hours I will downgrade this to normal. I want 1.1 beta out Now
--
KennethLavrsen - 11 Sep 2010
I have fixed the $percnt vs $percent part today. One less thing to fix
--
KennethLavrsen - 12 Sep 2010
Fixed rating formfield
--
MichaelDaum - 22 Sep 2010
Fixed
%CLEAR%
Only one remaining is EXPORTEDPREFERENCES. We will have to move this one from templates back to perl, as foswiki engines < 1.1 don't have a
%FORMAT% macro.
--
MichaelDaum - 22 Sep 2010