Changeset 5263
- Timestamp:
- 10/13/09 08:42:27 (3 years ago)
- Location:
- trunk/JHotDrawPlugin
- Files:
-
- 6 edited
-
data/System/JHotDrawPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/JHotDrawPlugin.pm (modified) (2 diffs)
-
lib/Foswiki/Plugins/JHotDrawPlugin/source.zip (modified) (previous)
-
lib/Foswiki/Plugins/JHotDrawPlugin/src/CH/ifa/draw/foswiki/ExitVetoDialog.java (modified) (1 diff)
-
lib/Foswiki/Plugins/JHotDrawPlugin/src/CH/ifa/draw/foswiki/FoswikiFrame.java (modified) (1 diff)
-
pub/System/JHotDrawPlugin/jhotdraw.jar (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JHotDrawPlugin/data/System/JHotDrawPlugin.txt
r5233 r5263 83 83 | Release: | %$RELEASE% | 84 84 | Change History: | | 85 | 8Oct 2009 | Foswiki:Tasks:Item2160: compatibility with 1.0.7, plus UI and upload performance improvements |85 | 13 Oct 2009 | Foswiki:Tasks:Item2160: compatibility with 1.0.7, plus UI and upload performance improvements | 86 86 | 16 Jun 2009 | Foswikitask:Item8079: handling of drawing names with spaces and other converted characters corrected | 87 87 | 05 Feb 2009 | Foswikitask:Item997: must be able to show edit link correctly on imported TWiki drawings. Foswikitask:Item997: fixed problem with links in maps when the link had no trailing anchor introduced in previous version. The fix also enables using macros in links. | -
trunk/JHotDrawPlugin/lib/Foswiki/Plugins/JHotDrawPlugin.pm
r5233 r5263 31 31 32 32 our $VERSION = '$Rev$'; 33 our $RELEASE = ' 8Oct 2009';33 our $RELEASE = '13 Oct 2009'; 34 34 our $SHORTDESCRIPTION = 'Java Applet based drawing editor'; 35 35 … … 275 275 returnRESTResult( $response, 500, join(' ', @errors )); 276 276 } else { 277 print STDERR "JHotDraw saved $fileName\n";278 277 returnRESTResult( $response, 200, 'OK'); 279 278 } -
trunk/JHotDrawPlugin/lib/Foswiki/Plugins/JHotDrawPlugin/src/CH/ifa/draw/foswiki/ExitVetoDialog.java
r5233 r5263 35 35 b.setLayout(new FlowLayout()); 36 36 p.add(b); 37 b.add(ok = new Button(" It's OK, I've saved"));37 b.add(ok = new Button("Yes, exit now")); 38 38 Button cancel = new Button("No, don't exit yet"); 39 39 b.add(cancel); -
trunk/JHotDrawPlugin/lib/Foswiki/Plugins/JHotDrawPlugin/src/CH/ifa/draw/foswiki/FoswikiFrame.java
r5233 r5263 548 548 549 549 app.commitSaves(); 550 showStatus("Saved " + drawingName); 550 551 } 551 552
Note: See TracChangeset
for help on using the changeset viewer.
