kafenio-cvs-commit Mailing List for kafenio
Status: Beta
Brought to you by:
netsrak
You can subscribe to this list here.
| 2004 |
Jan
(46) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Miglena R. <mdr...@ya...> - 2004-08-09 07:04:18
|
Hello,
I am having trouble reading images from servlet (Load Images from Server option)
I am having [ERROR]: (ListLoader.class) IOException in ListLoader: java.io.StreamCorruptedException: invalid stream header
Here is my servlet code:
public class ImageLoaderServlet extends HttpServlet{
public void doGet(HttpServletRequest req, HttpServletResponse res throws IOException, ServletException {
res.setContentType("text/plain");
PrintWriter out = res.getWriter();
out.println("http://localhost:8080/mmwd/");
out.println("Image;;images/em.gif");
out.println();
out.flush();
out.close();
}
Please, help.
Thank you,
maria
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage! |
|
From: <ne...@pr...> - 2004-01-28 20:26:03
|
Update of /cvsroot/kafenio/kafenio_main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15542 Modified Files: build.xml Log Message: removed comment Index: build.xml =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/build.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** build.xml 28 Jan 2004 16:40:03 -0000 1.15 --- build.xml 28 Jan 2004 20:24:47 -0000 1.16 *************** *** 1,4 **** <project name="Kafenio" default="all" basedir="."> ! <!-- comment --> <target name="init"> <tstamp> --- 1,4 ---- <project name="Kafenio" default="all" basedir="."> ! <target name="init"> <tstamp> |
|
From: <ne...@pr...> - 2004-01-28 16:41:23
|
Update of /cvsroot/kafenio/kafenio_main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32632 Modified Files: build.xml Log Message: test for cvs sync Index: build.xml =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/build.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** build.xml 26 Jan 2004 20:09:09 -0000 1.14 --- build.xml 28 Jan 2004 16:40:03 -0000 1.15 *************** *** 1,3 **** --- 1,4 ---- <project name="Kafenio" default="all" basedir="."> + <!-- comment --> <target name="init"> <tstamp> |
|
From: <ne...@pr...> - 2004-01-28 01:20:49
|
Update of /cvsroot/kafenio/kafenio_main/conf/de/xeinfach/kafenio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27921/conf/de/xeinfach/kafenio Modified Files: LanguageResources.properties LanguageResources_de_DE.properties Log Message: added new language strings for hyperlink insertion dialog. Index: LanguageResources.properties =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/conf/de/xeinfach/kafenio/LanguageResources.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LanguageResources.properties 19 Jan 2004 23:05:36 -0000 1.1 --- LanguageResources.properties 28 Jan 2004 01:19:38 -0000 1.2 *************** *** 99,103 **** AlignJustified=Align Justified* Insert=Insert* - InsertAnchor=Anchor* InsertCharacter=Special Character* InsertCharacterLabel=Insert* --- 99,102 ---- *************** *** 182,183 **** --- 181,188 ---- ServerFiles=Server Files...* ToggleCase=Toggle Case* + InsertAnchor=Anchor* + InsertAnchorTextField=Text:* + InsertAnchorURLField=URL:* + InsertAnchorTargetField=Target:* + InsertAnchorInsertLinkButton=Insert Link* + InsertAnchorRemoveLinkButton=Remove Link* Index: LanguageResources_de_DE.properties =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/conf/de/xeinfach/kafenio/LanguageResources_de_DE.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LanguageResources_de_DE.properties 19 Jan 2004 23:05:36 -0000 1.1 --- LanguageResources_de_DE.properties 28 Jan 2004 01:19:38 -0000 1.2 *************** *** 88,92 **** AlignJustified=Blocksatz Insert=Einf\u00FCgen - InsertAnchor=Anker InsertCharacter=Sonderzeichen InsertCharacterLabel=Einf\u00FCgen --- 88,91 ---- *************** *** 157,159 **** Ok=\u00DCbernehmen ServerFiles=Interne Links... ! ToggleCase=Gross/klein schreiben \ No newline at end of file --- 156,164 ---- Ok=\u00DCbernehmen ServerFiles=Interne Links... ! ToggleCase=Gross/klein schreiben ! InsertAnchor=Hyperlink einf\u00FCgen ! InsertAnchorTextField=Text: ! InsertAnchorURLField=URL: ! InsertAnchorTargetField=Target: ! InsertAnchorInsertLinkButton=Link einf\u00FCgen ! InsertAnchorRemoveLinkButton=Link entfernen |
|
From: <ne...@pr...> - 2004-01-28 01:18:05
|
Update of /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27171/src/de/xeinfach/kafenio/action Modified Files: CustomAction.java Log Message: added new Hyperlink insertion dialog from maxym (insert link from server is currently not available.) Index: CustomAction.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/action/CustomAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CustomAction.java 22 Jan 2004 01:28:56 -0000 1.3 --- CustomAction.java 28 Jan 2004 01:16:52 -0000 1.4 *************** *** 14,18 **** import de.xeinfach.kafenio.component.dialogs.FontSelectorDialog; import de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog; - import de.xeinfach.kafenio.component.dialogs.UserInputAnchorDialog; import de.xeinfach.kafenio.util.Translatrix; --- 14,17 ---- *************** *** 86,153 **** String currentAnchor = ""; String currentTarget = null; - // Somewhat ham-fisted code to obtain the first HREF in the selected text, - // which (if found) is passed to the URL HREF request dialog. - if(htmlTag.toString().equals(HTML.Tag.A.toString())) { - SimpleAttributeSet sasText = null; - for(int i = caretOffset; i < caretOffset + internalTextLength; i++) { - parentTextPane.select(i, i + 1); - sasText = new SimpleAttributeSet(parentTextPane.getCharacterAttributes()); - Enumeration attribEntries1 = sasText.getAttributeNames(); - while(attribEntries1.hasMoreElements() && currentAnchor.equals("")) { - Object entryKey = attribEntries1.nextElement(); - Object entryValue = sasText.getAttribute(entryKey); - if(entryKey.toString().equals(HTML.Tag.A.toString())) { - if(entryValue instanceof SimpleAttributeSet) { - Enumeration subAttributes = ((SimpleAttributeSet)entryValue).getAttributeNames(); - while(subAttributes.hasMoreElements()) { - Object subKey = subAttributes.nextElement(); - if(subKey.toString().toLowerCase().equals("href")) { - currentAnchor = - ((SimpleAttributeSet)entryValue).getAttribute(subKey).toString(); - } else if(subKey.toString().toLowerCase().equals("target")) { - currentTarget = - ((SimpleAttributeSet)entryValue).getAttribute(subKey).toString(); - } - if (!currentAnchor.equals("") && !subAttributes.hasMoreElements()) break; - } - } - } - } - if(!currentAnchor.equals("")) { break; } - } - } parentTextPane.select(caretOffset, caretOffset + internalTextLength); SimpleAttributeSet sasTag = new SimpleAttributeSet(); SimpleAttributeSet sasAttr = new SimpleAttributeSet(); - if(htmlTag.toString().equals(HTML.Tag.A.toString())) { - if(!htmlAttribs.containsKey("href")) { - UserInputAnchorDialog uidInput = - new UserInputAnchorDialog( parentKafenioPanel, - Translatrix.getTranslationString("AnchorDialogTitle"), - true, - currentAnchor, - currentTarget); ! String newAnchor = uidInput.getInputText(); ! String newTarget = uidInput.getTarget(); ! uidInput.dispose(); ! if(newAnchor != null && !newAnchor.equals("")) { ! htmlAttribs2.put("href", newAnchor); ! if (newTarget != null && !newTarget.equals("")) { ! htmlAttribs2.put("target", newTarget); ! System.out.println("linktarget: " + newTarget); ! } ! } else if(newAnchor != null && newAnchor.equals("")) { ! SimpleAttributeSet sasText = new SimpleAttributeSet(parentTextPane.getCharacterAttributes()); ! sasText.removeAttribute(HTML.Tag.A); ! parentTextPane.setCharacterAttributes(sasText, true); ! return; ! } else { ! parentKafenioPanel.repaint(); ! return; ! } ! } ! } else if(htmlTag.toString().equals(HTML.Tag.P.toString())) { SimpleAttributeSet sasText = new SimpleAttributeSet(parentTextPane.getCharacterAttributes()); SimpleAttributeSet sasPara = new SimpleAttributeSet(parentTextPane.getParagraphAttributes()); --- 85,95 ---- String currentAnchor = ""; String currentTarget = null; parentTextPane.select(caretOffset, caretOffset + internalTextLength); + SimpleAttributeSet sasTag = new SimpleAttributeSet(); SimpleAttributeSet sasAttr = new SimpleAttributeSet(); ! if(htmlTag.toString().equals(HTML.Tag.P.toString())) { SimpleAttributeSet sasText = new SimpleAttributeSet(parentTextPane.getCharacterAttributes()); SimpleAttributeSet sasPara = new SimpleAttributeSet(parentTextPane.getParagraphAttributes()); |
|
From: <ne...@pr...> - 2004-01-28 01:15:08
|
Update of /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26488/src/de/xeinfach/kafenio Modified Files: KafenioMenuBar.java KafenioPanelActions.java KafenioToolBar.java Log Message: added new Hyperlink insertion dialog from maxym (insert link from server is currently not available.) Index: KafenioMenuBar.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioMenuBar.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** KafenioMenuBar.java 21 Jan 2004 22:23:01 -0000 1.2 --- KafenioMenuBar.java 28 Jan 2004 01:13:55 -0000 1.3 *************** *** 213,217 **** JMenu insertMenu = getNewMenu("Insert"); ! insertMenu.add(new KafenioMenuItem(this, getActionList().getActionInsertAnchor(), null, null, false)); insertMenu.add(new KafenioMenuItem( this, "InsertBreak", --- 213,218 ---- JMenu insertMenu = getNewMenu("Insert"); ! //insertMenu.add(new KafenioMenuItem(this, getActionList().getActionInsertAnchor(), null, null, false)); ! insertMenu.add(new KafenioMenuItem(this, getActionList().getActionInsertHyperlink(), null, null, false)); insertMenu.add(new KafenioMenuItem( this, "InsertBreak", Index: KafenioPanelActions.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanelActions.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** KafenioPanelActions.java 21 Jan 2004 22:23:01 -0000 1.2 --- KafenioPanelActions.java 28 Jan 2004 01:13:55 -0000 1.3 *************** *** 12,15 **** --- 12,16 ---- import de.xeinfach.kafenio.action.CustomAction; import de.xeinfach.kafenio.action.FormatAction; + import de.xeinfach.kafenio.action.HyperlinkAction; import de.xeinfach.kafenio.action.IndentAction; import de.xeinfach.kafenio.action.ListAutomationAction; *************** *** 32,36 **** private CustomAction actionSelectFont; private CustomAction actionClearFormat; ! private CustomAction actionInsertAnchor; private CustomAction actionAlignLeft; private CustomAction actionAlignCenter; --- 33,37 ---- private CustomAction actionSelectFont; private CustomAction actionClearFormat; ! private HyperlinkAction actionInsertHyperlink; private CustomAction actionAlignLeft; private CustomAction actionAlignCenter; *************** *** 146,153 **** actionClearFormat = new CustomAction(parent, Translatrix.getTranslationString("FormatClear"), new HTML.UnknownTag("")); ! actionInsertAnchor = ! new CustomAction( parent, ! Translatrix.getTranslationString("InsertAnchor") + KafenioMenuItem.DOTS, ! HTML.Tag.A); actionInsertCharacter = new SpecialCharAction(parent, Translatrix.getTranslationString("InsertCharacter") + KafenioMenuItem.DOTS); --- 147,152 ---- actionClearFormat = new CustomAction(parent, Translatrix.getTranslationString("FormatClear"), new HTML.UnknownTag("")); ! actionInsertHyperlink = new HyperlinkAction(parent); ! actionInsertCharacter = new SpecialCharAction(parent, Translatrix.getTranslationString("InsertCharacter") + KafenioMenuItem.DOTS); *************** *** 350,355 **** * @return returns action that adds an anchor to the selected text. */ ! public CustomAction getActionInsertAnchor() { ! return actionInsertAnchor; } --- 349,354 ---- * @return returns action that adds an anchor to the selected text. */ ! public HyperlinkAction getActionInsertHyperlink() { ! return actionInsertHyperlink; } Index: KafenioToolBar.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioToolBar.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** KafenioToolBar.java 21 Jan 2004 22:23:01 -0000 1.2 --- KafenioToolBar.java 28 Jan 2004 01:13:55 -0000 1.3 *************** *** 211,215 **** null, null, ! getActionList().getActionInsertAnchor())); items.put(KEY_TOOL_FIND, createButton( "Find", "SearchFind", --- 211,216 ---- null, null, ! getActionList().getActionInsertHyperlink())); ! //getActionList().getActionInsertAnchor())); items.put(KEY_TOOL_FIND, createButton( "Find", "SearchFind", |
|
From: <ne...@pr...> - 2004-01-28 01:15:08
|
Update of /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26488/src/de/xeinfach/kafenio/action Added Files: HyperlinkAction.java Log Message: added new Hyperlink insertion dialog from maxym (insert link from server is currently not available.) --- NEW FILE: HyperlinkAction.java --- package de.xeinfach.kafenio.action; import de.xeinfach.kafenio.KafenioMenuItem; import de.xeinfach.kafenio.KafenioPanel; import de.xeinfach.kafenio.util.Translatrix; import java.awt.event.ActionEvent; import java.util.Arrays; import java.util.Enumeration; import java.util.Vector; import javax.swing.JComboBox; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JTextField; import javax.swing.JTextPane; import javax.swing.text.BadLocationException; import javax.swing.text.SimpleAttributeSet; import javax.swing.text.StyledEditorKit; import javax.swing.text.html.HTML; import javax.swing.text.html.HTMLDocument; /** * * @author Maxym Mykhalchuk */ public class HyperlinkAction extends StyledEditorKit.StyledTextAction { private KafenioPanel parentKafenio; /** * Creates a new instance of HyperlinkAction * @param kafenio the parent KafenioPanel object. */ public HyperlinkAction(KafenioPanel kafenio) { super(Translatrix.getTranslationString("InsertAnchor") + KafenioMenuItem.DOTS); this.parentKafenio = kafenio; } /** * The method, which actually does insertion of a link. * @param event the ActionEvent to process. */ public void actionPerformed(ActionEvent event) { JTextPane pane = parentKafenio.getTextPane(); HTMLDocument document = ((HTMLDocument) pane.getDocument()); Object attrs = pane.getCharacterAttributes().getAttribute(HTML.Tag.A); // if the link is not under the caret, and the selection is not empty, // then checking the whole selection int caret = pane.getCaretPosition(); int selStart = pane.getSelectionStart(); int selEnd = pane.getSelectionEnd(); if( ( attrs == null ) && ( selEnd > selStart ) ) { for(int i=selStart; i<selEnd; i++) { pane.setCaretPosition(i); attrs = pane.getCharacterAttributes().getAttribute(HTML.Tag.A); if( attrs != null ) break; } pane.setCaretPosition(caret); pane.select(selStart, selEnd); } String currentLink = ""; String currentTarget = ""; if( (attrs != null) && (attrs instanceof SimpleAttributeSet) ) { SimpleAttributeSet as = (SimpleAttributeSet)attrs; Enumeration names = as.getAttributeNames(); while(names.hasMoreElements()) { Object name = names.nextElement(); if(name.toString().toLowerCase().equals("href")) { currentLink = as.getAttribute(name).toString(); } else if(name.toString().toLowerCase().equals("target")) { currentTarget = as.getAttribute(name).toString(); } } } JTextField text = new JTextField(20); if( selEnd > selStart ) { text.setText(pane.getSelectedText()); } JTextField url = new JTextField(currentLink, 20); Vector targets = new Vector(Arrays.asList(new String[] {"", "_new", "_blank", "_parent", "top"})); if( targets.indexOf(currentTarget) == -1 ) targets.add(0,currentTarget); JComboBox target = new JComboBox(targets); target.setEditable(true); Object[] controls = new Object[] { new JLabel(Translatrix.getTranslationString("InsertAnchorTextField")), text, new JLabel(Translatrix.getTranslationString("InsertAnchorURLField")), url, new JLabel(Translatrix.getTranslationString("InsertAnchorTargetField")), target }; Object[] options; if( attrs != null ) options = new String[] { Translatrix.getTranslationString("InsertAnchorInsertLinkButton"), Translatrix.getTranslationString("DialogCancel"), Translatrix.getTranslationString("InsertAnchorRemoveLinkButton")}; else options = new String[] { Translatrix.getTranslationString("InsertAnchorInsertLinkButton"), Translatrix.getTranslationString("DialogCancel")}; int option = JOptionPane.showOptionDialog( parentKafenio, controls, Translatrix.getTranslationString("AnchorDialogTitle"), JOptionPane.DEFAULT_OPTION, JOptionPane.PLAIN_MESSAGE, null, options, options[0] ); SimpleAttributeSet as = new SimpleAttributeSet(pane.getCharacterAttributes().copyAttributes()); switch( option ) { case 0: // insert link // removing previous link as.removeAttribute(HTML.Tag.A); SimpleAttributeSet a = new SimpleAttributeSet(); a.addAttribute(HTML.Attribute.HREF, url.getText()); if( target.getSelectedItem().toString() != "" ) a.addAttribute(HTML.Attribute.TARGET, target.getSelectedItem().toString()); as.addAttribute(HTML.Tag.A, a); // and adding new link try { if( selEnd > selStart ) document.remove(selStart, selEnd-selStart); document.insertString(selStart, text.getText(), as); } catch( BadLocationException ble ) { System.out.println("BadLocationException in insertLink: "+ble.getLocalizedMessage()); } break; case 2: // remove link as.removeAttribute(HTML.Tag.A); if( selEnd > selStart ) document.setCharacterAttributes(selStart, selEnd-selStart, as, true); break; case 1: // cancel case JOptionPane.CLOSED_OPTION: break; } } } |
|
From: <ne...@pr...> - 2004-01-27 23:40:38
|
Update of /cvsroot/kafenio/kafenio_main/demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4766/demo Modified Files: kafenio_multi_preview.html kafenio_preview.html Log Message: added a <BR> to the end of the base64-encoded document in the "document" tag to be able to delete the whole table without changing to source-view and back. Index: kafenio_multi_preview.html =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/demo/kafenio_multi_preview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kafenio_multi_preview.html 26 Jan 2004 18:24:06 -0000 1.2 --- kafenio_multi_preview.html 27 Jan 2004 23:39:29 -0000 1.3 *************** *** 54,58 **** <PARAM NAME="OUTPUTMODE" VALUE="normal"> <PARAM NAME="BGCOLOR" VALUE="#FFFFFF"> ! <PARAM NAME="DOCUMENT" VALUE="PGh0bWw+CiAgPGhlYWQ+CiAgPC9oZWFkPgogIDxib2R5PgogICAgPGgyPgogICAgICBFa2l0IDAuOWcKICAgIDwvaDI+CiAgICA8dGFibGUgYm9yZGVyPSIxIiB3aWR0aD0iODAlIj4KICAgICAgPHRyPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxiPlRhYmxlczwvYj4KICAgICAgICA8L3RkPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxmb250IGNvbG9yPSIjMDA4MDAwIj5JbnNlcnQ8L2ZvbnQ+Lzxmb250IGNvbG9yPSIjODAwMDAwIj5EZWxldGU8L2ZvbnQ+CiBSb3dzICZhbXA7IENvbHVtbnMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+TGlzdHM8L2I+CiAgICAgICAgPC90ZD4KICAgICAgICA8dGQ+CiAgICAgICAgICA8aT5BdXRvbWF0aWNhbGx5PC9pPiBjcmVhdGUgbmV3IGJ1bGxldHMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+RG9jdW1lbnRzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgTG9hZCBhbmQgU2F2ZSA8Zm9udCBmYWNlPSJBbWVsaWEgQlQiPjxiaWc+QmFzZTY0PC9iaWc+PC9mb250PiAKICAgICAgICAgIGVuY29kZWQgdGV4dHMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgPC90YWJsZT4KICAgIDx1bD4KICAgICAgPGxpPgogICAgICAgIFBvd2VyZnVsCiAgICAgIDwvbGk+CiAgICAgIDxsaT4KICAgICAgICBGbGV4aWJsZQogICAgICA8L2xpPgogICAgICA8bGk+CiAgICAgICAgRnJlZQogICAgICA8L2xpPgogICAgICA8bGk+CiAgICAgICAgU291cmNlIGluY2x1ZGVkCiAgICAgIDwvbGk+CiAgICA8L3VsPgogICAgPHA+CiAgICAgICYjMTYwOwogICAgPC9wPgogIDwvYm9keT4KPC9odG1sPg=="> </APPLET> <br> <br> --- 54,58 ---- <PARAM NAME="OUTPUTMODE" VALUE="normal"> <PARAM NAME="BGCOLOR" VALUE="#FFFFFF"> ! <PARAM NAME="DOCUMENT" VALUE="PGh0bWw+CiAgPGhlYWQ+CiAgICAKICA8L2hlYWQ+CiAgPGJvZHk+CiAgICA8aDI+CiAgICAgIEthZmVuaW8gRWRpdG9yIDAuNQogICAgPC9oMj4KICAgIDx0YWJsZSBib3JkZXI9IjEiIHdpZHRoPSI4MCUiPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+TGlzdHMgJmFtcDsgVGFibGVzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgPGZvbnQgY29sb3I9IiMwMDgwMDAiPkluc2VydDwvZm9udD4vPGZvbnQgY29sb3I9IiM4MDAwMDAiPkRlbGV0ZTwvZm9udD4KIFJvd3MsIENvbHVtbnMsIFRhYmxlcyBhbmQgTGlzdHMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+RG9jdW1lbnRzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgPHU+TG9hZCBhbmQgU2F2ZSBCYXNlNjQgZW5jb2RlZCB0ZXh0czwvdT4uPGJyPlN1cHBvcnQgZm9yIDx1PkNTUyAKICAgICAgICAgIHN0eWxlczwvdT4gYW5kIGluc2VydCBJbWFnZXMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+Q01TIEludGVncmF0aW9uPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgSW50ZWdyYXRlIEthZmVuaW8gd2l0aCB5b3VyIENNUyB0aHJvdWdoIHRoZSBidWlsdGluIGNnaSBhbmQgamF2YSAKICAgICAgICAgIGludGVyZmFjZXMgZm9yIEltYWdlIGFuZCBMaW5rIGxvYWRpbmcuCiAgICAgICAgPC90ZD4KICAgICAgPC90cj4KICAgICAgPHRyPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxiPkVkaXRvcjwvYj4KICAgICAgICA8L3RkPgogICAgICAgIDx0ZD4KICAgICAgICAgIFBvcC1PdXQgdGhlIGVkaXRvciBpbnRvIGEgc2VwYXJhdGUgd2luZG93Ljxicj5TZXQgdGhlIGJhY2tncm91bmQgCiAgICAgICAgICBjb2xvciBvZiB0aGUgYXBwbGljYXRpb24uPGJyPkkxOE4gU3VwcG9ydC4gQWxyZWFkeSBzdXBwb3J0cyAxOCAKICAgICAgICAgIExhbmd1YWdlcyEKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgPC90YWJsZT4KICAgIDxicj4KICA8L2JvZHk+CjwvaHRtbD4K"> </APPLET> <br> <br> *************** *** 94,98 **** <PARAM NAME="OUTPUTMODE" VALUE="normal"> <PARAM NAME="BGCOLOR" VALUE="#FFFFFF"> ! <!--PARAM NAME="DOCUMENT" VALUE="PGh0bWw+CiAgPGhlYWQ+CiAgPC9oZWFkPgogIDxib2R5PgogICAgPGgyPgogICAgICBFa2l0IDAuOWcKICAgIDwvaDI+CiAgICA8dGFibGUgYm9yZGVyPSIxIiB3aWR0aD0iODAlIj4KICAgICAgPHRyPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxiPlRhYmxlczwvYj4KICAgICAgICA8L3RkPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxmb250IGNvbG9yPSIjMDA4MDAwIj5JbnNlcnQ8L2ZvbnQ+Lzxmb250IGNvbG9yPSIjODAwMDAwIj5EZWxldGU8L2ZvbnQ+CiBSb3dzICZhbXA7IENvbHVtbnMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+TGlzdHM8L2I+CiAgICAgICAgPC90ZD4KICAgICAgICA8dGQ+CiAgICAgICAgICA8aT5BdXRvbWF0aWNhbGx5PC9pPiBjcmVhdGUgbmV3IGJ1bGxldHMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+RG9jdW1lbnRzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgTG9hZCBhbmQgU2F2ZSA8Zm9udCBmYWNlPSJBbWVsaWEgQlQiPjxiaWc+QmFzZTY0PC9iaWc+PC9mb250PiAKICAgICAgICAgIGVuY29kZWQgdGV4dHMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgPC90YWJsZT4KICAgIDx1bD4KICAgICAgPGxpPgogICAgICAgIFBvd2VyZnVsCiAgICAgIDwvbGk+CiAgICAgIDxsaT4KICAgICAgICBGbGV4aWJsZQogICAgICA8L2xpPgogICAgICA8bGk+CiAgICAgICAgRnJlZQogICAgICA8L2xpPgogICAgICA8bGk+CiAgICAgICAgU291cmNlIGluY2x1ZGVkCiAgICAgIDwvbGk+CiAgICA8L3VsPgogICAgPHA+CiAgICAgICYjMTYwOwogICAgPC9wPgogIDwvYm9keT4KPC9odG1sPg=="--> </APPLET><BR> <APPLET ALT="Dokument Speichern" CODEBASE="." CODE="de.xeinfach.kafenio.KafenioControllerApplet.class" ARCHIVE="applet.jar,config.jar,icons.jar" NAME="KafenioController" WIDTH="640" HEIGHT="50" MAYSCRIPT> --- 94,98 ---- <PARAM NAME="OUTPUTMODE" VALUE="normal"> <PARAM NAME="BGCOLOR" VALUE="#FFFFFF"> ! <!--PARAM NAME="DOCUMENT" VALUE="PGh0bWw+CiAgPGhlYWQ+CiAgICAKICA8L2hlYWQ+CiAgPGJvZHk+CiAgICA8aDI+CiAgICAgIEthZmVuaW8gRWRpdG9yIDAuNQogICAgPC9oMj4KICAgIDx0YWJsZSBib3JkZXI9IjEiIHdpZHRoPSI4MCUiPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+TGlzdHMgJmFtcDsgVGFibGVzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgPGZvbnQgY29sb3I9IiMwMDgwMDAiPkluc2VydDwvZm9udD4vPGZvbnQgY29sb3I9IiM4MDAwMDAiPkRlbGV0ZTwvZm9udD4KIFJvd3MsIENvbHVtbnMsIFRhYmxlcyBhbmQgTGlzdHMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+RG9jdW1lbnRzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgPHU+TG9hZCBhbmQgU2F2ZSBCYXNlNjQgZW5jb2RlZCB0ZXh0czwvdT4uPGJyPlN1cHBvcnQgZm9yIDx1PkNTUyAKICAgICAgICAgIHN0eWxlczwvdT4gYW5kIGluc2VydCBJbWFnZXMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+Q01TIEludGVncmF0aW9uPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgSW50ZWdyYXRlIEthZmVuaW8gd2l0aCB5b3VyIENNUyB0aHJvdWdoIHRoZSBidWlsdGluIGNnaSBhbmQgamF2YSAKICAgICAgICAgIGludGVyZmFjZXMgZm9yIEltYWdlIGFuZCBMaW5rIGxvYWRpbmcuCiAgICAgICAgPC90ZD4KICAgICAgPC90cj4KICAgICAgPHRyPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxiPkVkaXRvcjwvYj4KICAgICAgICA8L3RkPgogICAgICAgIDx0ZD4KICAgICAgICAgIFBvcC1PdXQgdGhlIGVkaXRvciBpbnRvIGEgc2VwYXJhdGUgd2luZG93Ljxicj5TZXQgdGhlIGJhY2tncm91bmQgCiAgICAgICAgICBjb2xvciBvZiB0aGUgYXBwbGljYXRpb24uPGJyPkkxOE4gU3VwcG9ydC4gQWxyZWFkeSBzdXBwb3J0cyAxOCAKICAgICAgICAgIExhbmd1YWdlcyEKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgPC90YWJsZT4KICAgIDxicj4KICA8L2JvZHk+CjwvaHRtbD4K"--> </APPLET><BR> <APPLET ALT="Dokument Speichern" CODEBASE="." CODE="de.xeinfach.kafenio.KafenioControllerApplet.class" ARCHIVE="applet.jar,config.jar,icons.jar" NAME="KafenioController" WIDTH="640" HEIGHT="50" MAYSCRIPT> Index: kafenio_preview.html =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/demo/kafenio_preview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kafenio_preview.html 26 Jan 2004 18:24:06 -0000 1.2 --- kafenio_preview.html 27 Jan 2004 23:39:30 -0000 1.3 *************** *** 59,63 **** <PARAM NAME="OUTPUTMODE" VALUE="normal"> <PARAM NAME="BGCOLOR" VALUE="#FFFFFF"> ! <PARAM NAME="DOCUMENT" VALUE="PGh0bWw+CiAgPGhlYWQ+CiAgICAKICA8L2hlYWQ+CiAgPGJvZHk+CiAgICA8aDI+CiAgICAgIEthZmVuaW8gRWRpdG9yIDAuNQogICAgPC9oMj4KICAgIDx0YWJsZSBib3JkZXI9IjEiIHdpZHRoPSI4MCUiPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+TGlzdHMgJmFtcDsgVGFibGVzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgPGZvbnQgY29sb3I9IiMwMDgwMDAiPkluc2VydDwvZm9udD4vPGZvbnQgY29sb3I9IiM4MDAwMDAiPkRlbGV0ZTwvZm9udD4KIFJvd3MsIENvbHVtbnMsIFRhYmxlcyBhbmQgTGlzdHMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+RG9jdW1lbnRzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgPHU+TG9hZCBhbmQgU2F2ZSBCYXNlNjQgZW5jb2RlZCB0ZXh0czwvdT4uPGJyPlN1cHBvcnQgZm9yIDx1PkNTUyAKICAgICAgICAgIHN0eWxlcy48L3U+CiAgICAgICAgPC90ZD4KICAgICAgPC90cj4KICAgICAgPHRyPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxiPkltYWdlczwvYj4KICAgICAgICA8L3RkPgogICAgICAgIDx0ZD4KICAgICAgICAgIEluc2VydCBJbWFnZXMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+Q01TIEludGVncmF0aW9uPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgSW50ZWdyYXRlIEthZmVuaW8gd2l0aCB5b3VyIENNUyB0aHJvdWdoIHRoZSBidWlsdGluIGNnaSBhbmQgamF2YSAKICAgICAgICAgIGludGVyZmFjZXMgZm9yIEltYWdlIGFuZCBMaW5rIGxvYWRpbmcuCiAgICAgICAgPC90ZD4KICAgICAgPC90cj4KICAgICAgPHRyPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxiPkVkaXRvcjwvYj4KICAgICAgICA8L3RkPgogICAgICAgIDx0ZD4KICAgICAgICAgIFBvcC1PdXQgdGhlIGVkaXRvciBpbnRvIGEgc2VwYXJhdGUgd2luZG93Ljxicj5TZXQgdGhlIGJhY2tncm91bmQgCiAgICAgICAgICBjb2xvciBvZiB0aGUgYXBwbGljYXRpb24uPGJyPkkxOE4gU3VwcG9ydC4gQWxyZWFkeSBzdXBwb3J0cyAxOCAKICAgICAgICAgIExhbmd1YWdlcyEKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgPC90YWJsZT4KICA8L2JvZHk+CjwvaHRtbD4K"> </APPLET> <br> <br> --- 59,63 ---- <PARAM NAME="OUTPUTMODE" VALUE="normal"> <PARAM NAME="BGCOLOR" VALUE="#FFFFFF"> ! <PARAM NAME="DOCUMENT" VALUE="PGh0bWw+CiAgPGhlYWQ+CiAgICAKICA8L2hlYWQ+CiAgPGJvZHk+CiAgICA8aDI+CiAgICAgIEthZmVuaW8gRWRpdG9yIDAuNQogICAgPC9oMj4KICAgIDx0YWJsZSBib3JkZXI9IjEiIHdpZHRoPSI4MCUiPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+TGlzdHMgJmFtcDsgVGFibGVzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgPGZvbnQgY29sb3I9IiMwMDgwMDAiPkluc2VydDwvZm9udD4vPGZvbnQgY29sb3I9IiM4MDAwMDAiPkRlbGV0ZTwvZm9udD4KIFJvd3MsIENvbHVtbnMsIFRhYmxlcyBhbmQgTGlzdHMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+RG9jdW1lbnRzPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgPHU+TG9hZCBhbmQgU2F2ZSBCYXNlNjQgZW5jb2RlZCB0ZXh0czwvdT4uPGJyPlN1cHBvcnQgZm9yIDx1PkNTUyAKICAgICAgICAgIHN0eWxlczwvdT4gYW5kIGluc2VydCBJbWFnZXMKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgICA8dHI+CiAgICAgICAgPHRkPgogICAgICAgICAgPGI+Q01TIEludGVncmF0aW9uPC9iPgogICAgICAgIDwvdGQ+CiAgICAgICAgPHRkPgogICAgICAgICAgSW50ZWdyYXRlIEthZmVuaW8gd2l0aCB5b3VyIENNUyB0aHJvdWdoIHRoZSBidWlsdGluIGNnaSBhbmQgamF2YSAKICAgICAgICAgIGludGVyZmFjZXMgZm9yIEltYWdlIGFuZCBMaW5rIGxvYWRpbmcuCiAgICAgICAgPC90ZD4KICAgICAgPC90cj4KICAgICAgPHRyPgogICAgICAgIDx0ZD4KICAgICAgICAgIDxiPkVkaXRvcjwvYj4KICAgICAgICA8L3RkPgogICAgICAgIDx0ZD4KICAgICAgICAgIFBvcC1PdXQgdGhlIGVkaXRvciBpbnRvIGEgc2VwYXJhdGUgd2luZG93Ljxicj5TZXQgdGhlIGJhY2tncm91bmQgCiAgICAgICAgICBjb2xvciBvZiB0aGUgYXBwbGljYXRpb24uPGJyPkkxOE4gU3VwcG9ydC4gQWxyZWFkeSBzdXBwb3J0cyAxOCAKICAgICAgICAgIExhbmd1YWdlcyEKICAgICAgICA8L3RkPgogICAgICA8L3RyPgogICAgPC90YWJsZT4KICAgIDxicj4KICA8L2JvZHk+CjwvaHRtbD4K"> </APPLET> <br> <br> |
|
From: <ne...@pr...> - 2004-01-26 20:38:39
|
Update of /cvsroot/kafenio/kafenio_main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16445 Modified Files: CHANGELOG.HTML Log Message: most current changelog (not THE current, as anonymous sourceforge cvs is not in sync currently) Index: CHANGELOG.HTML =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/CHANGELOG.HTML,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CHANGELOG.HTML 25 Jan 2004 07:05:51 -0000 1.2 --- CHANGELOG.HTML 26 Jan 2004 20:37:25 -0000 1.3 *************** *** 42,45 **** --- 42,385 ---- <table cellspacing="1" width="100%" border="0"> <tr> + <td class="dateAndAuthor">2004-01-26 06:20 modified by netsrak</td> + </tr> + <tr> + <td><b>- Problems when inserting an image partly fixed + - issue that text does not appear in editor when deleting text that is selected using ctrl-a and backspace fixed.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/component/HTMLUtilities.java?r1=1.4&r2=1.3">src/de/xeinfach/kafenio/component/HTMLUtilities.java (1.4)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-26 06:20 modified by netsrak</td> + </tr> + <tr> + <td><b>- Problems when inserting an image partly fixed + - issue that text does not appear in editor when deleting text that is selected using ctrl-a and backspace fixed.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java?r1=1.6&r2=1.5">src/de/xeinfach/kafenio/KafenioPanel.java (1.6)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-26 04:21 modified by netsrak</td> + </tr> + <tr> + <td><b>- fixed java 1.3 incompatibilities + - fixed a bug when deleting tables: the last row was not removed if there is no content after the table. + - added keyTyped event handing for the space-key, if previous character is a &, "&nbsp;" is written instead of a " " character. + - added keyTyped event handling for pressing the enter-key. on pressing the enter-key, a <BR> tag is added at the current caret position (same as shift-enter in former releases) + - removed "throws HeadlessException" in constructor of AbstractKafenioDialog to preserve java 1.3 compatibility</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/component/dialogs/AbstractKafenioDialog.java?r1=1.3&r2=1.2">src/de/xeinfach/kafenio/component/dialogs/AbstractKafenioDialog.java (1.3)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-26 04:21 modified by netsrak</td> + </tr> + <tr> + <td><b>- fixed java 1.3 incompatibilities + - fixed a bug when deleting tables: the last row was not removed if there is no content after the table. + - added keyTyped event handing for the space-key, if previous character is a &, "&nbsp;" is written instead of a " " character. + - added keyTyped event handling for pressing the enter-key. on pressing the enter-key, a <BR> tag is added at the current caret position (same as shift-enter in former releases) + - removed "throws HeadlessException" in constructor of AbstractKafenioDialog to preserve java 1.3 compatibility</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java?r1=1.5&r2=1.4">src/de/xeinfach/kafenio/KafenioPanel.java (1.5)</a> + </li> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/component/HTMLUtilities.java?r1=1.3&r2=1.2">src/de/xeinfach/kafenio/component/HTMLUtilities.java (1.3)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-26 04:14 modified by netsrak</td> + </tr> + <tr> + <td><b>excluded .class files from the source distribution jar</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.xml?r1=1.11&r2=1.10">build.xml (1.11)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 07:09 modified by netsrak</td> + </tr> + <tr> + <td><b>added applet_parameter documentation to binary distribution and dedi-patch file</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.xml?r1=1.10&r2=1.9">build.xml (1.10)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 07:06 modified by netsrak</td> + </tr> + <tr> + <td><b>added applet parameter document as xml-file with xsl transformation to html.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/APPLET_PARAMETERS.HTML?rev=1.1&content-type=text/x-cvsweb-markup">APPLET_PARAMETERS.HTML (1.1)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 07:05 modified by netsrak</td> + </tr> + <tr> + <td><b>changed background color of entry headers</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/CHANGELOG.HTML?r1=1.2&r2=1.1">CHANGELOG.HTML (1.2)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 07:05 modified by netsrak</td> + </tr> + <tr> + <td><b>changed background color of entry headers</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/etc/applet_parameters.xml?rev=1.1&content-type=text/x-cvsweb-markup">etc/applet_parameters.xml (1.1)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 07:04 modified by netsrak</td> + </tr> + <tr> + <td><b>added applet parameter document as xml-file with xsl transformation to html.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/etc/htmlchangelog.xsl?r1=1.2&r2=1.1">etc/htmlchangelog.xsl (1.2)</a> + </li> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/etc/htmldocument-page.xsl?rev=1.1&content-type=text/x-cvsweb-markup">etc/htmldocument-page.xsl (1.1)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 07:02 modified by netsrak</td> + </tr> + <tr> + <td><b>added applet parameter document as xml-file with xsl transformation to html.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.xml?r1=1.9&r2=1.8">build.xml (1.9)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 07:02 modified by netsrak</td> + </tr> + <tr> + <td><b>added applet parameter document as xml-file with xsl transformation to html.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.properties?r1=1.2&r2=1.1">build.properties (1.2)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 03:52 modified by netsrak</td> + </tr> + <tr> + <td><b>initial checkin</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.number?rev=1.1&content-type=text/x-cvsweb-markup">build.number (1.1)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 03:51 modified by netsrak</td> + </tr> + <tr> + <td><b>- moved properties out of the build.xml into build.properties + - created new propertyfile "build.number" that holds and updates the build number each time you build. + - removed timestamp from files and added <major.version>_<minor.version>_<build.number> instead. + - major and minor version number are now kept in the build.properties file.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.xml?r1=1.8&r2=1.7">build.xml (1.8)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 03:51 modified by netsrak</td> + </tr> + <tr> + <td><b>- moved properties out of the build.xml into build.properties + - created new propertyfile "build.number" that holds and updates the build number each time you build. + - removed timestamp from files and added <major.version>_<minor.version>_<build.number> instead. + - major and minor version number are now kept in the build.properties file.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.properties?rev=1.1&content-type=text/x-cvsweb-markup">build.properties (1.1)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 02:45 modified by netsrak</td> + </tr> + <tr> + <td><b>- added deletion of applet.jar-files under demo to clean target</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.xml?r1=1.7&r2=1.6">build.xml (1.7)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 02:33 modified by netsrak</td> + </tr> + <tr> + <td><b>- changed dist-target to create source-jar before copying the .jars into demo and dedi-folders. + - added changelog.html to dedi-patch and binary distribution .zips</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.xml?r1=1.6&r2=1.5">build.xml (1.6)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 02:23 modified by netsrak</td> + </tr> + <tr> + <td><b>made the change proposed by jason in the forums to change the jarsigner command from + "jarsigner dist/applet.jar -alias myApplet" to "jarsigner dist/applet.jar myApplet". + the proposed command is compatible with mac-os and windows version of jarsigner.</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/JARSIGNING_HOWTO.TXT?r1=1.2&r2=1.1">JARSIGNING_HOWTO.TXT (1.2)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 01:48 modified by netsrak</td> + </tr> + <tr> + <td><b>added changelog.html file</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/CHANGELOG.HTML?rev=1.1&content-type=text/x-cvsweb-markup">CHANGELOG.HTML (1.1)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 01:46 modified by netsrak</td> + </tr> + <tr> + <td><b>added removal of editor-files in dedi-directory to clean task</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.xml?r1=1.5&r2=1.4">build.xml (1.5)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 01:39 modified by netsrak</td> + </tr> + <tr> + <td><b>added automatic changelog creation on build</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/CONTENTS.TXT?r1=1.2&r2=1.1">CONTENTS.TXT (1.2)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-25 01:39 modified by netsrak</td> + </tr> + <tr> + <td><b>added automatic changelog creation on build</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/build.xml?r1=1.4&r2=1.3">build.xml (1.4)</a> + </li> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/etc/changelog.xml?rev=1.1&content-type=text/x-cvsweb-markup">etc/changelog.xml (1.1)</a> + </li> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/etc/htmlchangelog.xsl?rev=1.1&content-type=text/x-cvsweb-markup">etc/htmlchangelog.xsl (1.1)</a> + </li> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/etc/txtchangelog.xsl?rev=1.1&content-type=text/x-cvsweb-markup">etc/txtchangelog.xsl (1.1)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-24 19:32 modified by netsrak</td> + </tr> + <tr> + <td><b>fixed bug with insert image dialog using absolute paths including codebase</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/component/dialogs/ImageDialog.java?r1=1.2&r2=1.1">src/de/xeinfach/kafenio/component/dialogs/ImageDialog.java (1.2)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-24 19:31 modified by netsrak</td> + </tr> + <tr> + <td><b>fixed bug with insert image dialog using absolute paths including codebase</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java?r1=1.4&r2=1.3">src/de/xeinfach/kafenio/KafenioPanel.java (1.4)</a> + </li> + </ul> + </td> + </tr> + <tr> + <td class="dateAndAuthor">2004-01-22 01:28 modified by netsrak</td> + </tr> + <tr> + <td><b>fixed a bug with insert table dialog</b> + <ul> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java?r1=1.3&r2=1.2">src/de/xeinfach/kafenio/KafenioPanel.java (1.3)</a> + </li> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/action/CustomAction.java?r1=1.3&r2=1.2">src/de/xeinfach/kafenio/action/CustomAction.java (1.3)</a> + </li> + <li> + <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/src/de/xeinfach/kafenio/component/dialogs/PropertiesDialog.java?r1=1.3&r2=1.2">src/de/xeinfach/kafenio/component/dialogs/PropertiesDialog.java (1.3)</a> + </li> + </ul> + </td> + </tr> + <tr> <td class="dateAndAuthor">2004-01-21 23:07 modified by netsrak</td> </tr> *************** *** 261,282 **** </tr> <tr> - <td class="dateAndAuthor">2004-01-19 23:16 modified by netsrak</td> - </tr> - <tr> - <td><b>update after build</b> - <ul> - <li> - <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/dedi/projekt01/cms/wysiwyg/applet.jar?r1=1.2&r2=1.1">dedi/projekt01/cms/wysiwyg/applet.jar (1.2)</a> - </li> - <li> - <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/dedi/projekt01/cms/wysiwyg/config.jar?r1=1.2&r2=1.1">dedi/projekt01/cms/wysiwyg/config.jar (1.2)</a> - </li> - <li> - <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/dedi/projekt01/cms/wysiwyg/icons.jar?r1=1.2&r2=1.1">dedi/projekt01/cms/wysiwyg/icons.jar (1.2)</a> - </li> - </ul> - </td> - </tr> - <tr> <td class="dateAndAuthor">2004-01-19 23:11 modified by netsrak</td> </tr> --- 601,604 ---- *************** *** 408,420 **** </li> <li> - <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/dedi/projekt01/cms/wysiwyg/applet.jar?rev=1.1&content-type=text/x-cvsweb-markup">dedi/projekt01/cms/wysiwyg/applet.jar (1.1)</a> - </li> - <li> - <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/dedi/projekt01/cms/wysiwyg/config.jar?rev=1.1&content-type=text/x-cvsweb-markup">dedi/projekt01/cms/wysiwyg/config.jar (1.1)</a> - </li> - <li> - <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/dedi/projekt01/cms/wysiwyg/icons.jar?rev=1.1&content-type=text/x-cvsweb-markup">dedi/projekt01/cms/wysiwyg/icons.jar (1.1)</a> - </li> - <li> <a href="http://cvs.sourceforge.net/viewcvs.py/kafenio/kafenio_main/demo/applet.jar?rev=1.1&content-type=text/x-cvsweb-markup">demo/applet.jar (1.1)</a> </li> --- 730,733 ---- |
|
From: <ne...@pr...> - 2004-01-26 20:37:16
|
Update of /cvsroot/kafenio/kafenio_main/demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16193/demo Modified Files: getDemoData.php Log Message: corrected paths and filenames for getDemoData.php Index: getDemoData.php =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/demo/getDemoData.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** getDemoData.php 19 Jan 2004 23:05:36 -0000 1.1 --- getDemoData.php 26 Jan 2004 20:36:11 -0000 1.2 *************** *** 21,32 **** if ($GetImages == "true") { // first line: url-prefix for images ! print "http://www.xeinfach.de/media/projects/dedi-ekit/\n"; // further lines: paths to images relative to url-prefix. print "screenshots/applet_text_chinese_kyrillic_german.gif\n"; print "screenshots/applet_text_chinese_kyrillic_german_dedi_thumb.gif\n"; ! print "screenshots/dedi_javaeditor.gif\n"; ! print "screenshots/dedi_javaeditor_detached.gif\n"; ! print "screenshots/dedi_javaeditor_dedi_thumb.gif\n"; } ?> --- 21,33 ---- if ($GetImages == "true") { // first line: url-prefix for images ! print "http://www.xeinfach.de/media/projects/kafenio/\n"; // further lines: paths to images relative to url-prefix. print "screenshots/applet_text_chinese_kyrillic_german.gif\n"; print "screenshots/applet_text_chinese_kyrillic_german_dedi_thumb.gif\n"; ! print "screenshots/kafenio_editor.gif\n"; ! print "screenshots/kafenio_editor_dedi_thumb.gif\n"; ! print "screenshots/kafenio_editor_detached.gif\n"; ! print "screenshots/kafenio_editor_detached_dedi_thumb.gif\n"; } ?> |
|
From: <ne...@pr...> - 2004-01-26 20:10:19
|
Update of /cvsroot/kafenio/kafenio_main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9920 Modified Files: build.xml Log Message: fixed bug in clean target (added failonerror="false") Index: build.xml =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** build.xml 26 Jan 2004 18:20:48 -0000 1.13 --- build.xml 26 Jan 2004 20:09:09 -0000 1.14 *************** *** 14,19 **** <target name="clean" depends="init"> <delete dir="${dist}" failonerror="false"/> ! <delete dir="${build}"/> ! <delete dir="${docs}"/> <delete failonerror="false"> <fileset dir="${dedi.wysiwyg.dir}" includes="**/*.*"/> --- 14,19 ---- <target name="clean" depends="init"> <delete dir="${dist}" failonerror="false"/> ! <delete dir="${build}" failonerror="false"/> ! <delete dir="${docs}" failonerror="false"/> <delete failonerror="false"> <fileset dir="${dedi.wysiwyg.dir}" includes="**/*.*"/> |
|
From: <ne...@pr...> - 2004-01-26 20:04:07
|
Update of /cvsroot/kafenio/kafenio_main/dedi/backend/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7460/dedi/backend/inc Modified Files: fnc.type_forms.php Log Message: removed unnecessary parameters Index: fnc.type_forms.php =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/dedi/backend/inc/fnc.type_forms.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fnc.type_forms.php 26 Jan 2004 18:22:01 -0000 1.2 --- fnc.type_forms.php 26 Jan 2004 20:02:52 -0000 1.3 *************** *** 430,435 **** $out .= '<PARAM NAME="BUTTONS2" VALUE="'.$buttons2.'">'; $out .= '<PARAM NAME="SERVLETURL" VALUE="'.$servleturl.'">'; - $out .= '<PARAM NAME="IMAGEDIR" VALUE="">'; - $out .= '<PARAM NAME="FILEDIR" VALUE="">'; $out .= '<PARAM NAME="SERVLETMODE" VALUE="cgi">'; $out .= '<PARAM NAME="SYSTEMID" VALUE="">'; --- 430,433 ---- |
|
From: <ne...@pr...> - 2004-01-26 20:02:04
|
Update of /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7117/src/de/xeinfach/kafenio Modified Files: KafenioPanel.java Log Message: fixed bug with image-path being parsed wrong Index: KafenioPanel.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** KafenioPanel.java 26 Jan 2004 18:27:25 -0000 1.9 --- KafenioPanel.java 26 Jan 2004 20:00:45 -0000 1.10 *************** *** 1488,1494 **** String inputLine; ! kafenioConfig.setImageDir(in.readLine()); ! kafenioConfig.setImageDir(ensureHasTrailing('/',kafenioConfig.getImageDir())); ! System.out.println("ImageDir: " + kafenioConfig.getImageDir()); String lineToAdd; --- 1488,1492 ---- String inputLine; ! kafenioConfig.setImageDir(ensureHasTrailing('/',in.readLine())); String lineToAdd; *************** *** 1520,1525 **** if (imageList != null && imageList.length > 0) { ImageDialog imageDialog = new ImageDialog( this, ! kafenioConfig.getImageDir() ! + kafenioConfig.getTreePilotSystemID(), imageList, "Image Chooser", --- 1518,1522 ---- if (imageList != null && imageList.length > 0) { ImageDialog imageDialog = new ImageDialog( this, ! kafenioConfig.getImageDir(), imageList, "Image Chooser", *************** *** 1571,1574 **** --- 1568,1573 ---- if (aString.length() > 0 && aString.charAt(aString.length() -1) != character) { return aString + character; + } else { + return aString; } } |
|
From: <ne...@pr...> - 2004-01-26 18:28:19
|
Update of /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14130/src/de/xeinfach/kafenio Modified Files: KafenioPanel.java Log Message: added java 1.3 compliant patch for java bug from Maxym Mykhalchuk: also see: http://developer.java.sun.com/developer/bugParade/bugs/4799813.html Index: KafenioPanel.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** KafenioPanel.java 26 Jan 2004 16:47:50 -0000 1.8 --- KafenioPanel.java 26 Jan 2004 18:27:25 -0000 1.9 *************** *** 131,134 **** --- 131,135 ---- private Vector toolbars = new Vector(); private URLFetch urlFetcher = new URLFetch(); + private gnu.regexp.RE pattern = null; /* Actions */ *************** *** 2222,2225 **** --- 2223,2239 ---- */ public void setDocumentText(String sText) { + // dirty hack around JDK bug 4799813 + // see http://developer.java.sun.com/developer/bugParade/bugs/4799813.html + // regression in 1.4.x, to be fixed in 1.5 + // When setting the text to be "& footext", it becomes "&footext" (space disappears) + try { + if( System.getProperty("java.version").substring(0,3).equals("1.4") ) { + if (pattern == null) + pattern = new gnu.regexp.RE("(&\\w+;|&#\\d+;)(\\s|<)"); + sText=pattern.substituteAll(sText,"$1 $2"); + } + } catch (gnu.regexp.REException ree) { + System.err.println("gnu.regexp.REException in setDocumentText: "+ree); + } htmlPane.setText(sText); srcPane.setText(htmlPane.getText()); |
|
From: <ne...@pr...> - 2004-01-26 18:24:59
|
Update of /cvsroot/kafenio/kafenio_main/demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13380/demo Modified Files: kafenio_multi_preview.html kafenio_preview.html Log Message: added gnu-regex library jar to archive parameter in applet-tag Index: kafenio_multi_preview.html =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/demo/kafenio_multi_preview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kafenio_multi_preview.html 19 Jan 2004 23:05:36 -0000 1.1 --- kafenio_multi_preview.html 26 Jan 2004 18:24:06 -0000 1.2 *************** *** 23,29 **** </SCRIPT> ! <APPLET CODEBASE="." ARCHIVE="applet.jar,config.jar,icons.jar" CODE="de.xeinfach.kafenio.KafenioApplet.class" NAME="Kafenio" WIDTH="645" HEIGHT="400" MAYSCRIPT> <PARAM NAME="CODEBASE" VALUE="."> ! <PARAM NAME="ARCHIVE" VALUE="applet.jar,config.jar,icons.jar"> <PARAM NAME="CODE" VALUE="de.xeinfach.kafenio.KafenioApplet.class"> <PARAM NAME="NAME" VALUE="Kafenio"> --- 23,29 ---- </SCRIPT> ! <APPLET CODEBASE="." ARCHIVE="applet.jar,gnu-regexp-1.1.4.jar,config.jar,icons.jar" CODE="de.xeinfach.kafenio.KafenioApplet.class" NAME="Kafenio" WIDTH="645" HEIGHT="400" MAYSCRIPT> <PARAM NAME="CODEBASE" VALUE="."> ! <PARAM NAME="ARCHIVE" VALUE="applet.jar,gnu-regexp-1.1.4.jar,config.jar,icons.jar"> <PARAM NAME="CODE" VALUE="de.xeinfach.kafenio.KafenioApplet.class"> <PARAM NAME="NAME" VALUE="Kafenio"> *************** *** 63,69 **** <textarea NAME="TextViewer" COLS="80" ROWS="3"></textarea> <br> <br> ! <APPLET CODEBASE="." ARCHIVE="applet.jar,config.jar,icons.jar" CODE="de.xeinfach.kafenio.KafenioApplet.class" NAME="Kafenio2" WIDTH="645" HEIGHT="400" MAYSCRIPT> <PARAM NAME="CODEBASE" VALUE="."> ! <PARAM NAME="ARCHIVE" VALUE="applet.jar,config.jar,icons.jar"> <PARAM NAME="CODE" VALUE="de.xeinfach.kafenio.KafenioApplet.class"> <PARAM NAME="NAME" VALUE="Kafenio2"> --- 63,69 ---- <textarea NAME="TextViewer" COLS="80" ROWS="3"></textarea> <br> <br> ! <APPLET CODEBASE="." ARCHIVE="applet.jar,gnu-regexp-1.1.4.jar,config.jar,icons.jar" CODE="de.xeinfach.kafenio.KafenioApplet.class" NAME="Kafenio2" WIDTH="645" HEIGHT="400" MAYSCRIPT> <PARAM NAME="CODEBASE" VALUE="."> ! <PARAM NAME="ARCHIVE" VALUE="applet.jar,gnu-regexp-1.1.4.jar,config.jar,icons.jar"> <PARAM NAME="CODE" VALUE="de.xeinfach.kafenio.KafenioApplet.class"> <PARAM NAME="NAME" VALUE="Kafenio2"> Index: kafenio_preview.html =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/demo/kafenio_preview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kafenio_preview.html 19 Jan 2004 23:05:36 -0000 1.1 --- kafenio_preview.html 26 Jan 2004 18:24:06 -0000 1.2 *************** *** 28,35 **** </SCRIPT> ! <APPLET CODEBASE="." CODE="de.xeinfach.kafenio.KafenioApplet.class" ARCHIVE="applet.jar,config.jar,icons.jar" NAME="Kafenio" WIDTH="645" HEIGHT="400" MAYSCRIPT> <PARAM NAME="CODEBASE" VALUE="."> <PARAM NAME="CODE" VALUE="de.xeinfach.kafenio.KafenioApplet.class"> ! <PARAM NAME="ARCHIVE" VALUE="applet.jar,config.jar,icons.jar"> <PARAM NAME="NAME" VALUE="Kafenio"> <PARAM NAME="TYPE" VALUE="application/x-java-applet;version=1.3"> --- 28,35 ---- </SCRIPT> ! <APPLET CODEBASE="." CODE="de.xeinfach.kafenio.KafenioApplet.class" ARCHIVE="applet.jar,gnu-regexp-1.1.4.jar,config.jar,icons.jar" NAME="Kafenio" WIDTH="645" HEIGHT="400" MAYSCRIPT> <PARAM NAME="CODEBASE" VALUE="."> <PARAM NAME="CODE" VALUE="de.xeinfach.kafenio.KafenioApplet.class"> ! <PARAM NAME="ARCHIVE" VALUE="applet.jar,gnu-regexp-1.1.4.jar,config.jar,icons.jar"> <PARAM NAME="NAME" VALUE="Kafenio"> <PARAM NAME="TYPE" VALUE="application/x-java-applet;version=1.3"> |
|
From: <ne...@pr...> - 2004-01-26 18:22:55
|
Update of /cvsroot/kafenio/kafenio_main/dedi/backend/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12859/dedi/backend/inc Modified Files: fnc.type_forms.php Log Message: added gnu-regex library jar to archive parameter in applet-tag Index: fnc.type_forms.php =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/dedi/backend/inc/fnc.type_forms.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fnc.type_forms.php 19 Jan 2004 23:05:36 -0000 1.1 --- fnc.type_forms.php 26 Jan 2004 18:22:01 -0000 1.2 *************** *** 409,416 **** $out = ' <input type="hidden" name="'.$formname.'">'; $out .= '<td>'; ! $out .= '<APPLET CODEBASE="'.$cfg_client['htmlpath'].'" CODE="de.xeinfach.kafenio.KafenioApplet.class" ARCHIVE="cms/wysiwyg/applet.jar,cms/wysiwyg/config.jar,cms/wysiwyg/icons.jar" NAME="WYSIWYG_'.$formname.'" ID="WYSIWYG_'.$formname.'" WIDTH="644" HEIGHT="400" MAYSCRIPT>'; $out .= '<PARAM NAME="codebase" VALUE="'.$cfg_client['htmlpath'].'">'; $out .= '<PARAM NAME="code" VALUE="de.xeinfach.kafenio.KafenioApplet.class">'; ! $out .= '<PARAM NAME="archive" VALUE="cms/wysiwyg/applet.jar,cms/wysiwyg/config.jar,cms/wysiwyg/icons.jar">'; $out .= '<PARAM NAME="name" VALUE="WYSIWYG_'.$formname.'">'; $out .= '<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">'; --- 409,416 ---- $out = ' <input type="hidden" name="'.$formname.'">'; $out .= '<td>'; ! $out .= '<APPLET CODEBASE="'.$cfg_client['htmlpath'].'" CODE="de.xeinfach.kafenio.KafenioApplet.class" ARCHIVE="cms/wysiwyg/applet.jar,cms/wysiwyg/gnu-regexp-1.1.4.jar,cms/wysiwyg/config.jar,cms/wysiwyg/icons.jar" NAME="WYSIWYG_'.$formname.'" ID="WYSIWYG_'.$formname.'" WIDTH="644" HEIGHT="400" MAYSCRIPT>'; $out .= '<PARAM NAME="codebase" VALUE="'.$cfg_client['htmlpath'].'">'; $out .= '<PARAM NAME="code" VALUE="de.xeinfach.kafenio.KafenioApplet.class">'; ! $out .= '<PARAM NAME="archive" VALUE="cms/wysiwyg/applet.jar,cms/wysiwyg/gnu-regexp-1.1.4.jar,cms/wysiwyg/config.jar,cms/wysiwyg/icons.jar">'; $out .= '<PARAM NAME="name" VALUE="WYSIWYG_'.$formname.'">'; $out .= '<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">'; |
|
From: <ne...@pr...> - 2004-01-26 18:22:17
|
Update of /cvsroot/kafenio/kafenio_main/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12741/lib Added Files: gnu-regexp-1.1.4.jar Log Message: initial checkin of gnu regex library .jar --- NEW FILE: gnu-regexp-1.1.4.jar --- (This appears to be a binary file; contents omitted.) |
|
From: <ne...@pr...> - 2004-01-26 18:21:41
|
Update of /cvsroot/kafenio/kafenio_main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12592 Modified Files: build.properties build.xml Log Message: added regex library to build process Index: build.properties =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/build.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.properties 25 Jan 2004 07:02:30 -0000 1.2 --- build.properties 26 Jan 2004 18:20:48 -0000 1.3 *************** *** 28,34 **** # names of the editor .jar files for applet, configuration and icons ! configjar=config.jar/ ! appletjar=applet.jar/ ! iconjar=icons.jar/ # distribution filenames --- 28,35 ---- # names of the editor .jar files for applet, configuration and icons ! configjar=config.jar ! appletjar=applet.jar ! iconjar=icons.jar ! regexjar=./lib/gnu-regexp-1.1.4.jar # distribution filenames Index: build.xml =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/build.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** build.xml 26 Jan 2004 17:05:57 -0000 1.12 --- build.xml 26 Jan 2004 18:20:48 -0000 1.13 *************** *** 13,24 **** <target name="clean" depends="init"> ! <mkdir dir="${dist}"/> ! <mkdir dir="${build}"/> ! <mkdir dir="${docs}"/> ! <mkdir dir="${dedi.wysiwyg.dir}"/> ! <delete dir="${dist}"/> <delete dir="${build}"/> <delete dir="${docs}"/> ! <delete> <fileset dir="${dedi.wysiwyg.dir}" includes="**/*.*"/> <fileset dir="${demo}" includes="${appletjar}"/> --- 13,20 ---- <target name="clean" depends="init"> ! <delete dir="${dist}" failonerror="false"/> <delete dir="${build}"/> <delete dir="${docs}"/> ! <delete failonerror="false"> <fileset dir="${dedi.wysiwyg.dir}" includes="**/*.*"/> <fileset dir="${demo}" includes="${appletjar}"/> *************** *** 33,37 **** <target name="compile" description="compiles the project" depends="init,clean"> ! <javac srcdir="${src}" listfiles="true" includes="**/*.java" destdir="${build}"/> <copy todir="${build}"> <fileset dir="${src}" excludes="**/*.java,**/*.bak"/> --- 29,33 ---- <target name="compile" description="compiles the project" depends="init,clean"> ! <javac srcdir="${src}" listfiles="true" includes="**/*.java" destdir="${build}" classpath="${regexjar}" /> <copy todir="${build}"> <fileset dir="${src}" excludes="**/*.java,**/*.bak"/> *************** *** 78,81 **** --- 74,78 ---- <fileset dir="${dist}" includes="${configjar}"/> <fileset dir="${dist}" includes="${iconjar}"/> + <fileset file="${regexjar}"/> <fileset file="${changelog.html.out.file}"/> <fileset file="${parameter.doc.out.file}"/> *************** *** 87,90 **** --- 84,88 ---- <fileset dir="${dist}" includes="${configjar}"/> <fileset dir="${dist}" includes="${iconjar}"/> + <fileset file="${regexjar}"/> </copy> <copy todir="${dedi}"> |
|
From: <ne...@pr...> - 2004-01-26 18:07:28
|
Update of /cvsroot/kafenio/kafenio_main/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8781/lib Log Message: Directory /cvsroot/kafenio/kafenio_main/lib added to the repository |
|
From: <ne...@pr...> - 2004-01-26 17:14:10
|
Update of /cvsroot/kafenio/kafenio_main/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23890/etc Modified Files: changelog.xml Log Message: added new changelog-xml-file Index: changelog.xml =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/etc/changelog.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** changelog.xml 25 Jan 2004 01:39:31 -0000 1.1 --- changelog.xml 26 Jan 2004 17:13:17 -0000 1.2 *************** *** 2,337 **** <changelog> <entry> ! <date>2004-01-19</date> ! <time>23:16</time> ! <author><![CDATA[netsrak]]></author> ! <file> ! <name>demo/applet.jar</name> ! <revision>1.2</revision> ! <prevrevision>1.1</prevrevision> ! </file> [...974 lines suppressed...] + <time>23:16</time> + <author><![CDATA[netsrak]]></author> + <file> + <name>demo/applet.jar</name> + <revision>1.2</revision> + <prevrevision>1.1</prevrevision> + </file> + <file> + <name>demo/config.jar</name> + <revision>1.2</revision> + <prevrevision>1.1</prevrevision> + </file> + <file> + <name>demo/icons.jar</name> + <revision>1.2</revision> + <prevrevision>1.1</prevrevision> + </file> + <msg><![CDATA[update after build]]></msg> + </entry> </changelog> |
|
From: <ne...@pr...> - 2004-01-26 17:06:50
|
Update of /cvsroot/kafenio/kafenio_main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21582 Modified Files: build.xml Log Message: - fixed bug in clean task: dedi.wysiwyg.editor caused error if not present. Index: build.xml =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** build.xml 26 Jan 2004 04:14:44 -0000 1.11 --- build.xml 26 Jan 2004 17:05:57 -0000 1.12 *************** *** 16,19 **** --- 16,20 ---- <mkdir dir="${build}"/> <mkdir dir="${docs}"/> + <mkdir dir="${dedi.wysiwyg.dir}"/> <delete dir="${dist}"/> <delete dir="${build}"/> *************** *** 28,31 **** --- 29,33 ---- <mkdir dir="${build}"/> <mkdir dir="${docs}"/> + <mkdir dir="${dedi.wysiwyg.dir}"/> </target> |
|
From: <ne...@pr...> - 2004-01-26 16:48:53
|
Update of /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15628/src/de/xeinfach/kafenio Modified Files: KafenioPanel.java Log Message: - fixed java 1.3 compatibility issues Index: KafenioPanel.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** KafenioPanel.java 26 Jan 2004 16:31:12 -0000 1.7 --- KafenioPanel.java 26 Jan 2004 16:47:50 -0000 1.8 *************** *** 2174,2178 **** bodyContent = Base64Codec.encode(getDocumentBody()); } else { ! bodyContent = URLEncoder.encode(getDocumentBody(),"UTF-8"); } urlFetcher.setPOSTData(getConfig().getContentParameter()+"="+bodyContent); --- 2174,2188 ---- bodyContent = Base64Codec.encode(getDocumentBody()); } else { ! try { ! if (System.getProperty("java.version").substring(0, 3).equals("1.4")) { ! bodyContent = URLEncoder.encode(getDocumentBody(), "UTF-8"); ! } else { ! // support for urlencoding in java 1.3 ! bodyContent = URLEncoder.encode(getDocumentBody()); ! } ! } catch (Exception e) { ! // if system property cannot be read, encode using old encode() method. ! bodyContent = URLEncoder.encode(getDocumentBody()); ! } } urlFetcher.setPOSTData(getConfig().getContentParameter()+"="+bodyContent); *************** *** 2212,2228 **** */ public void setDocumentText(String sText) { - // dirty hack around JDK bug 4799813 - // see http://developer.java.sun.com/developer/bugParade/bugs/4799813.html - // regression in 1.4.x, to be fixed in 1.5 - // When setting the text to be "& footext", it becomes "&footext" (space disappears) - try { - if (System.getProperty("java.version").substring(0, 3).equals("1.4")) { - java.util.regex.Pattern pattern = null; - if (pattern == null) - pattern = java.util.regex.Pattern.compile("(&\\w+;|&#\\d+;)(\\s|<)"); - sText = pattern.matcher(sText).replaceAll("$1 $2"); - } - } catch (Throwable t) { - } htmlPane.setText(sText); srcPane.setText(htmlPane.getText()); --- 2222,2225 ---- |
|
From: <ne...@pr...> - 2004-01-26 16:32:05
|
Update of /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10882/src/de/xeinfach/kafenio Modified Files: KafenioPanel.java Log Message: - fixed bug "Menu parameters being ignored" posted by jason. Index: KafenioPanel.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** KafenioPanel.java 26 Jan 2004 06:20:40 -0000 1.6 --- KafenioPanel.java 26 Jan 2004 16:31:12 -0000 1.7 *************** *** 211,215 **** htmlPane.getDocument().addUndoableEditListener(new CustomUndoableEditListener()); ! /* create menubar and toolbars before loading the document * (we need the styles-combo-box for registering a document) */ kafenioMenuBar = new KafenioMenuBar(this); --- 211,215 ---- htmlPane.getDocument().addUndoableEditListener(new CustomUndoableEditListener()); ! /* create menubar and toolbar objects before loading the document * (we need the styles-combo-box for registering a document) */ kafenioMenuBar = new KafenioMenuBar(this); *************** *** 217,238 **** kafenioToolBar2 = new KafenioToolBar(this); ! /* create menubar */ ! if (kafenioConfig.getCustomMenuItems() != null) { ! jMenuBar = kafenioMenuBar.createCustomMenuBar(kafenioConfig.getCustomMenuItems()); ! } else { ! jMenuBar = kafenioMenuBar.createDefaultKafenioMenuBar(); } - kafenioParent.setJMenuBar(jMenuBar); /* create toolbars */ System.out.println("config: " + getConfig()); - toolbar1 = kafenioToolBar1.createToolbar( getConfig().getCustomToolBar1(), getConfig().isShowToolbar()); - toolbar2 = kafenioToolBar2.createToolbar( getConfig().getCustomToolBar2(), getConfig().isShowToolbar2()); toolbarPanel.setLayout(new BorderLayout()); toolbarPanel.setBackground(config.getBgcolor()); ! toolbarPanel.add(toolbar1, BorderLayout.NORTH); ! toolbarPanel.add(toolbar2, BorderLayout.SOUTH); ! toolbars.add(toolbar1); ! toolbars.add(toolbar2); /* Insert raw document, if exists */ --- 217,245 ---- kafenioToolBar2 = new KafenioToolBar(this); ! /* create menubar */ ! if (getConfig().isShowMenuBar()) { ! if (kafenioConfig.getCustomMenuItems() != null) { ! jMenuBar = kafenioMenuBar.createCustomMenuBar(kafenioConfig.getCustomMenuItems()); ! } else { ! jMenuBar = kafenioMenuBar.createDefaultKafenioMenuBar(); ! } ! kafenioParent.setJMenuBar(jMenuBar); } /* create toolbars */ System.out.println("config: " + getConfig()); toolbarPanel.setLayout(new BorderLayout()); toolbarPanel.setBackground(config.getBgcolor()); ! // TODO: refactor code - duplicate method calls are used... ! if (getConfig().isShowToolbar()) { ! toolbar1 = kafenioToolBar1.createToolbar(getConfig().getCustomToolBar1(), getConfig().isShowToolbar()); ! toolbarPanel.add(toolbar1, BorderLayout.NORTH); ! toolbars.add(toolbar1); ! } ! if (getConfig().isShowToolbar2()) { ! toolbar2 = kafenioToolBar2.createToolbar(getConfig().getCustomToolBar2(), getConfig().isShowToolbar2()); ! toolbarPanel.add(toolbar2, BorderLayout.SOUTH); ! toolbars.add(toolbar2); ! } /* Insert raw document, if exists */ |
|
From: <mi...@pr...> - 2004-01-26 09:47:52
|
Update of /cvsroot/kafenio/kafenio_main/ext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4485/ext Log Message: Directory /cvsroot/kafenio/kafenio_main/ext added to the repository |
|
From: <ne...@pr...> - 2004-01-26 06:21:31
|
Update of /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23126/src/de/xeinfach/kafenio Modified Files: KafenioPanel.java Log Message: - Problems when inserting an image partly fixed - issue that text does not appear in editor when deleting text that is selected using ctrl-a and backspace fixed. Index: KafenioPanel.java =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/src/de/xeinfach/kafenio/KafenioPanel.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** KafenioPanel.java 26 Jan 2004 04:21:08 -0000 1.5 --- KafenioPanel.java 26 Jan 2004 06:20:40 -0000 1.6 *************** *** 400,404 **** } ! htmlPane.setText("<HTML><BODY><P></P></BODY></HTML>"); srcPane.setText(htmlPane.getText()); registerDocument(htmlDoc); --- 400,404 ---- } ! htmlPane.setText("<HTML><BODY><P align=\"left\"></P></BODY></HTML>"); srcPane.setText(htmlPane.getText()); registerDocument(htmlDoc); *************** *** 633,641 **** int pos = this.getCaretPosition(); int repos = -1; ! if(ke.getKeyChar() == KeyEvent.VK_BACK_SPACE) { try { if(pos > 0) { if((selectedText = htmlPane.getSelectedText()) != null) { ! htmlUtils.delete(); return; } else { --- 633,643 ---- int pos = this.getCaretPosition(); int repos = -1; ! if( ke.getKeyChar() == KeyEvent.VK_BACK_SPACE) ! { try { if(pos > 0) { if((selectedText = htmlPane.getSelectedText()) != null) { ! htmlPane.replaceSelection(""); ! refreshOnUpdate(); return; } else { *************** *** 685,696 **** Translatrix.getTranslationString("ErrorBadLocationException"), SimpleInfoDialog.ERROR); - } catch (IOException ioe) { - logException("IOException in keyTyped method", ioe); - SimpleInfoDialog sidAbout = - new SimpleInfoDialog( this.getFrame(), - Translatrix.getTranslationString("Error"), - true, - Translatrix.getTranslationString("ErrorIOException"), - SimpleInfoDialog.ERROR); } } else if(ke.getKeyChar() == KeyEvent.VK_ENTER) { --- 687,690 ---- *************** *** 792,796 **** } } - refreshOnUpdate(); } --- 786,789 ---- *************** *** 1531,1535 **** htmlPane.setCaretPosition(caretPos + 1); } ! htmlPane.requestFocus(); } } catch (MalformedURLException mue) { --- 1524,1528 ---- htmlPane.setCaretPosition(caretPos + 1); } ! refreshOnUpdate(); } } catch (MalformedURLException mue) { |