Timeline
10/15/08:
- 20:07 Ticket #1308 (Linker "Remove Link" button doesn't work) created by
- Clicking the "Remove Link" button fails at the following line because …
- 15:54 Changeset [1096] by
- Minor cleanup
- 15:46 Changeset [1095] by
- Rest of fix for #1307 (toolbar disabled in textmode)
- 15:42 Ticket #1307 ([Confirmed] Can't toggle between Text and WYSIWYG Mode) closed by
- fixed: This has been fixed by changeset r1094. Sorry for the screwup! Thanks for …
- 15:39 Changeset [1094] by
- Fixes #1307 (toolbar disabled entirely when switching to text mode)
- 09:20 Ticket #1307 ([Confirmed] Can't toggle between Text and WYSIWYG Mode) created by
- After toggle to text mode in function deactivateEditor …
10/14/08:
- 18:53 Ticket #1259 (Editor still active when dialog is open (new-dialogs branch)) closed by
- fixed: Changeset r1093 fixes the selection restoration issue.
- 18:52 Changeset [1093] by
- Fixes (for real this time) #1259 (fixes the ticket by correcting the …
- 18:51 Ticket #1259 (Editor still active when dialog is open (new-dialogs branch)) reopened by
- Turns out this breaks selection restoration, reopening ticket.
- 17:13 Ticket #1259 (Editor still active when dialog is open (new-dialogs branch)) closed by
- fixed: I have tested this now in IE (6 and 7), Chrome, and Firefox under Windows, …
- 15:13 Ticket #1306 (Toolbar actions need access to the click event.) closed by
- fixed: r1092 Fixes this by passing the event to toolbar actions.
- 15:12 Changeset [1092] by
- FIXED Ticket #1306 We now pass the click event to the toolbar action.
- 15:11 Ticket #1306 (Toolbar actions need access to the click event.) created by
- With access to the click event, toolbar actions could have amore …
- 14:33 Changeset [1091] by
- CHANGED Altered icon to look like a note with a foot.
- 01:23 Ticket #1305 (Xinha acts wierd in Opera since revision 1059) closed by
- fixed: r1090 Fixes this by using GET requests to ping on Opera.
- 01:22 Changeset [1090] by
- FIXED Ticket #1305 Pinging on Opera uses GET instead of HEAD
10/13/08:
- 23:08 Changeset [1089] by
- Fixes #1259 (editor can be reactivated by tabbing when modal dialog is …
- 21:08 Ticket #1305 (Xinha acts wierd in Opera since revision 1059) created by
- Since r1059 (the pinging version) Xinha acts bizarre in Opera. It never …
- 21:07 Ticket #1304 (Dialog code is horribly broken in IE) closed by
- fixed: r1088 Fixes this by using the Xinha internal function for converting a …
- 21:06 Changeset [1088] by
- FIXED Ticket #1304 getElementsByName now uses the Xinha function …
- 21:04 Ticket #1304 (Dialog code is horribly broken in IE) created by
- Dialogs on trunk generate a javascript error on every call. This is …
- 18:12 Ticket #1264 (Lightboxes should close when user presses ESC) closed by
- fixed: Closing since the fix from r1019 has now been tested in IE and Opera.
- 16:49 Ticket #1296 (Words in brackets, e.g., [foo], will be replaced with dialog IDs) closed by
- fixed: Changeset r1087 fixes this problem by strengthening the regex.
- 16:48 Changeset [1087] by
- Fixes #1296 (words in brackets replaced with dialog IDs)
- 15:41 Changeset [1086] by
- Remove getElementsByClassName function now that Xinha's got it built in …
- 15:23 Ticket #1278 (** Preparing for the 0.96 release **) closed by
- fixed: Since we came to consensus on all this, I'm closing this as fixed. Further …
10/12/08:
- 17:52 Changeset [1085] by
- some small fixes
- 17:42 Changeset [1084] by
- svn keywords have stopped being replaced, don't exactly know why; maybe …
- 17:04 Changeset [1083] by
- test, please ignore
- 17:03 Changeset [1082] by
- test, please ignore
- 15:54 Ticket #1303 (add getElementsByClassName()) closed by
- fixed: rev [1080]: implemented as {{{ Xinha.getElementsByClassName = …
- 15:49 Ticket #1302 (add Array.prototype.forEach for Browser that doesn't support it) closed by
- fixed: rev [1080]
- 15:48 Changeset [1081] by
- delete old about.html
- 15:44 Changeset [1080] by
- * #1303 add getElementsByClassName() * #1302 add Array.prototype.forEach …
- 15:33 Ticket #1303 (add getElementsByClassName()) created by
- ...because it's practical and one can do nice things with it that would be …
- 15:30 Ticket #1302 (add Array.prototype.forEach for Browser that doesn't support it) created by
- ...because I like it :)
10/11/08:
- 19:37 Ticket #1301 (loading should not fail if plugin omits _pluginInfo) closed by
- fixed: rev [1079]
- 19:37 Ticket #1300 (create namespace for plugins within Xinha namespace) closed by
- fixed: rev [1079]
- 19:06 Changeset [1079] by
- * #1301 loading should not fail if plugin omits _pluginInfo * #1300 create …
- 19:03 Ticket #1301 (loading should not fail if plugin omits _pluginInfo) created by
- At the moment, loading of the editor fails completely if this object is …
- 18:33 Ticket #1300 (create namespace for plugins within Xinha namespace) created by
- currently all plugins are simple functions, i.e. they are in the global …[…]
10/10/08:
- 21:16 Ticket #629 (clearFonts function that removes font tags and spans) closed by
- no action needed: Word cleaning is now in Xinha, no action needed
- 21:12 Ticket #1299 (We should be able to disable Linker's mailto and anchor link UI) closed by
- fixed: r1078 Fixes this by adding two new config options to Linker, …
- 21:12 Changeset [1078] by
- FIXED Ticket #1299 Add configuration options for streamlining the Linker …
- 21:10 Ticket #1299 (We should be able to disable Linker's mailto and anchor link UI) created by
- You don't always want to expose the interface for mailto or anchor links …
- 19:08 Ticket #1272 (google chrome wrong popup size) closed by
- wontfix: Linker has been ported to the new Dialog system. As such, it no longer …
- 18:40 Ticket #1219 (Start editor without needing to click into editor) closed by
- fixed: r1077 Fixes this by tying autofocus to initframe to make sure everything …
- 18:39 Changeset [1077] by
- FIXED Ticket #1219 Add an option for autofocus to config that isn't …
- 18:33 Ticket #1219 (Start editor without needing to click into editor) reopened by
- After the editors are generated, they use setTimeout to insure proper …
- 18:30 Ticket #1273 (IE 6/7 onFocus browser crash) closed by
- worksforme
- 16:02 Ticket #1215 ([HtmlTidy] plugin doesn't work when compressed for release) closed by
- wontfix: HtmlTidy? has been deprecated in favor of SuperClean?. Please see Ticket …
- 16:00 Ticket #1297 (Plugins that are unsupported should be phased out) closed by
- fixed: r1076 Changes the direcotry name, and adds NoteServer? to the list of …
- 15:58 Changeset [1076] by
- Ticket #1297 rename unsupported director to be more understandable
10/09/08:
- 22:02 Changeset [1075] by
- UPDATES #1283 (new-dialogs version of TableOperations? is incomplete) …
- 21:31 Changeset [1074] by
- FIXED Ticket #1280 there was an extraneous 'editor' in the code…
- 21:17 Ticket #1298 (CSS styling gets inserted into table cell after viewing source (Safari ...) created by
- To reproduce: 1. Click "Insert Table" and then click "OK" to insert a …
- 19:54 Ticket #1297 (Plugins that are unsupported should be phased out) reopened by
- Replying to douglas: > InsertNote? is actually a new plugin …
10/08/08:
- 21:49 Ticket #1290 (Word clean doesn't properly clean all word garbage from document) closed by
- fixed: r1073 is my final fix against this ticket. …
- 21:47 Changeset [1073] by
- CHANGED Ticket #1290 At some point we stopped cleaning empty links. …
- 18:54 Ticket #1297 (Plugins that are unsupported should be phased out) closed by
- fixed: r1072 Updates Xinha to handle unsupported plugins. The list of …
- 18:48 Changeset [1072] by
- Ticket #1297 Move certain plugins to an unsupported directory for phasing …
10/07/08:
- 21:14 Ticket #1297 (Plugins that are unsupported should be phased out) created by
- There are a number of plugins in Xinha that are very old. Some are no …
- 16:42 Changeset [1071] by
- * fix repeated calls for registerPlugin() in module loading * remove …
10/06/08:
- 22:29 Changeset [1070] by
- CHANGED Gah, I can't believe I checked this in. Reverting accidental …
- 21:10 Changeset [1069] by
- CHANGED Ticket #1290 For my last fix I was testing against a cached copy. …
- 19:56 Changeset [1068] by
- FIXED Ticket #1290 Cleaning up Word HTML deal with misparented elements
- 19:51 Ticket #1292 (change naming scheme of plugin files) closed by
- fixed: rev [1067]: renamed all plugin files.
- 19:46 Changeset [1067] by
- #1292 change naming scheme of plugin files
- 18:55 Changeset [1066] by
- #1292 test if renaming doesn't screw up history
- 17:04 Ticket #1296 (Words in brackets, e.g., [foo], will be replaced with dialog IDs) created by
- The regex used in XinhaDialog?.js casts the net a little too wide: […] …
- 16:13 Changeset [1065] by
- Fix formatting and tabs
- 16:05 Changeset [1064] by
- Fix formatting/tabs (remove actual tabs, replace with 2-space indents)
- 14:01 Changeset [1063] by
- #1292 change naming scheme of plugin files
- 10:07 Ticket #1295 (Textarea not aligned under toolbar) created by
- Hi everyone, first of all I apologize if i'm opening a ticket already …
10/05/08:
- 22:26 Changeset [1062] by
- #1292 change naming scheme of plugin files
- 19:40 Ticket #1294 (Editor higher in HTML mode) closed by
- fixed: rev [1061]
- 19:40 Ticket #1293 ([Gecko] Window scrolls to top of editing area when switching from text to ...) closed by
- fixed: rev [1060]
- 19:38 Changeset [1061] by
- #1294 Editor higher in HTML mode
- 19:37 Ticket #1294 (Editor higher in HTML mode) created by
- open Newbie.html and switch modes
- 18:33 Changeset [1060] by
- #1293 [Gecko] Window scrolls to top of editing area when switching from …
- 18:32 Ticket #1293 ([Gecko] Window scrolls to top of editing area when switching from text to ...) created by
- 18:30 Ticket #1065 (Scrolling in Firefox) closed by
- invalid: >Is it true, that is not possible to scroll the content window of Xinha …
10/04/08:
- 18:21 Changeset [1059] by
- #1292 change naming scheme of plugin files
- 18:20 Ticket #1292 (change naming scheme of plugin files) created by
- Why are the plugin files named as they are? In case anyone knows, plaese …
- 12:31 Changeset [1058] by
- svn keywords are not substituted; trying if newly setting the property …
- 11:54 Changeset [1057] by
- fixed some unnecessarily global variables
- 00:36 Ticket #1280 (restoreSelection doesn't always work in internet explorer) closed by
- fixed: rev [1056]: Ok, the bug was not really in your patch, it just revealed it. …
- 00:26 Changeset [1056] by
- #1280 restoreSelection doesn't always work in internet explorer
10/03/08:
- 23:44 Changeset [1055] by
- some fixes
- 22:00 Ticket #1187 (ExtendedFileManager "imgManager.changeDir is not a function" error) closed by
- fixed: rev [1054]: thanks for the information. It helped a lot to track this …
- 21:59 Changeset [1054] by
- #1187 ExtendedFileManager? "imgManager.changeDir is not a function" error
- 21:33 Ticket #1280 (restoreSelection doesn't always work in internet explorer) reopened by
- Doug, your patch produces an error Line: 427 Error: 'undefined' is …
- 21:25 Changeset [1053] by
- FIXED Ticket #1290 Cleanup of Word and OpenOffice? HTML junk
- 19:43 Ticket #806 (Lost content when press Esc 2 times) closed by
- wontfix: I think this is a rather special case and we cannot handle every little …
- 19:21 Ticket #1291 (Xinha.removeFromParent() does not return correct reference) closed by
- fixed: Changeset r1052 fixes this problem.
- 19:19 Changeset [1052] by
- Fixes #1291 (incorrect reference returned by Xinha.removeFromParent())
- 19:12 Ticket #1291 (Xinha.removeFromParent() does not return correct reference) created by
- Xinha.removeFromParent() in XinhaCore?.js incorrectly returns the same …
- 19:05 Ticket #1224 ([confirmed] sevenbitclean? / ghost cursor error with html mode toggle ...) closed by
- fixed: rev [1051]
- 19:03 Changeset [1051] by
- #1224 sevenbitclean / ghost cursor error with html mode toggle
- 18:39 Ticket #1288 ([DefinitionList] list items restricted to small width and one line by CSS) closed by
- fixed: rev [1050]
- 18:38 Ticket #1289 (InsertSnippet2) closed by
- fixed: rev [1050] new features * Categorization to organize your …
- 18:36 Ticket #1290 (Word clean doesn't properly clean all word garbage from document) created by
- I have a document that isn't properly cleaned when pasting into word. …
- 18:35 Changeset [1050] by
- * #1289 InsertSnippet2 * #1288 [DefinitionList?] list items restricted to …
- 18:33 Ticket #1289 (InsertSnippet2) created by
- a new version of InsertSnippet? that is so different that I thought I …
- 18:31 Ticket #1288 ([DefinitionList] list items restricted to small width and one line by CSS) created by
- I cannot see what purose this should serve
- 16:05 Ticket #1287 (Feature request: plugin to automatically handle footnotes) closed by
- fixed: r1049 contains just such a plugin :)
- 15:56 Changeset [1049] by
- Closes #1287 (plugin to handle footnotes)
- 15:55 Ticket #1287 (Feature request: plugin to automatically handle footnotes) created by
- Plugin that automatically handles linking, numbering, and clean-up of …
- 14:49 Ticket #1280 (restoreSelection doesn't always work in internet explorer) closed by
- fixed: Ray, I already looked at Xinha.uniq(), but it's designed to give a unique …
- 10:59 Changeset [1048] by
- added missing icon for dialog title bar
- 10:54 WikiStart edited by
- the news column got a bit long (diff)
- 10:52 NewsArchive created by
- 10:26 Ticket #1280 (restoreSelection doesn't always work in internet explorer) reopened by
- Doug, there is a function Xinha.uniq() in the core which provides a …
10/02/08:
- 21:24 Ticket #1286 (use callbacks as criteria for getFirstAncestor) closed by
- fixed: r1047 adds this capability.
- 21:24 Changeset [1047] by
- FIXED Ticket #1286 Allow callbacks as selection criteria.
- 21:23 Ticket #1286 (use callbacks as criteria for getFirstAncestor) created by
- I'd like to be able to pass a callback function to getFirstAncestor to use …
- 20:46 Ticket #1285 (We should be able to configure a class for the document body.) closed by
- fixed: r1046 Fixes this by allowing for a class config option.
- 20:46 Changeset [1046] by
- FIXED Ticket #1285 It's possible to specify a class for the body element …
- 20:45 Ticket #1285 (We should be able to configure a class for the document body.) created by
- It would be useful to be able to set a class on the xinha document body so …
- 18:06 Ticket #1284 (_editor_url is still used in a couple of plugins.) closed by
- fixed: r1045 Fixes this in the last of the plugins using _editor_url
- 18:06 Changeset [1045] by
- FIXED Ticket #1284 Leftover usage of _editor_url cleaned up
- 18:05 Ticket #1284 (_editor_url is still used in a couple of plugins.) created by
- In a number of places, the _editor_url is still used instead og calling …
- 17:08 Ticket #1176 (new dialogs) closed by
- fixed: r1044 Merges the new dialogs branch to trunk. Not all plugins have been …
- 17:07 Changeset [1044] by
- FIXED Ticket #1176 Merging new dialogs branch back to trunk.
- 14:20 Changeset [1043] by
- CHANGED Ticket #1280 Update the regex to be a bit more robust for the …
10/01/08:
- 21:49 Ticket #1283 (New-dialogs version of TableOperations is incomplete) created by
- I realized today that the version of the TableOperations? plugin for …
- 21:04 Ticket #1282 (Path status bar does not update properly in Opera) created by
- Tested in Opera 9.52 on Mac OS X.
- 20:54 Ticket #1276 (selectNodeContents doesn't perform as advertised, collapsing doesn't work.) closed by
- fixed: r1042 is a final pass where we update usage and documentation to the new …
- 20:52 Changeset [1042] by
- FIXED Ticket #1276 Update selectNodeContents to collapse in one direction …
- 20:42 Ticket #1281 (selectNodeContents is borken in IE when the node is a text node) closed by
- fixed: r1041 Fixes this by using the parentNode as a starting point and adjusting …
- 20:29 Changeset [1041] by
- FIXED Ticket #1281 Handle the case where someone is using …
- 20:28 Ticket #1281 (selectNodeContents is borken in IE when the node is a text node) created by
- Passing a text node to selectNodeContents causes an exception in Internet …
- 20:25 Ticket #1280 (restoreSelection doesn't always work in internet explorer) closed by
- fixed: r1040 Offers up three different fixes ('InsertSpan?', 'JustificationHack?', …
- 20:01 Changeset [1040] by
- FIXED Ticket #1280 Introduce workarounds for bug in IE's …
- 19:59 Ticket #1280 (restoreSelection doesn't always work in internet explorer) created by
- When restoring a selection in internet explorer, if the textrange object …
- 14:45 Ticket #1274 (onKeyPress not fired for special keys (e.g., backspace) in Safari 3.1) closed by
- fixed: Changset r1039 includes this fix.
- 14:43 Changeset [1039] by
- FIXES #1274 (switch to using keydown instead of keypress events for WebKit? …
09/30/08:
- 22:19 Ticket #1166 (TableOperations dialogs do not resize properly in Safari 3) closed by
- fixed: As this problem is fixed in new-dialogs, which should be merged with trunk …
- 21:56 Ticket #1165 (TableOperations color palettes don't appear in Safari 3 Mac) closed by
- wontfix: Since I can't reproduce this issue on Safari 3.1, and the issue does not …
- 21:20 Ticket #1267 (how to display full image URL?? when using extended file manager) closed by
- duplicate: See #1269
09/29/08:
- 21:05 WikiStart edited by
- Add info about mailing list (diff)
- 19:12 Ticket #961 (baseHref not correctly treated when stripping) closed by
- fixed: With the patches committed, the topic seems settled (?)
- 19:04 Ticket #721 ([patch] ContextMenu: do not overflow window boundaries) closed by
- fixed: rev [1038]: finally applied and seems to work :)
- 19:03 Changeset [1038] by
- #721 [ContextMenu?] do not overflow window boundaries
- 18:31 Ticket #1129 (colorpicker breaks when xinha accessed from external folder) closed by
- no action needed: OK, thanks
09/26/08:
- 20:00 Ticket #1277 (Editor does not regain focus after canceling dialog) closed by
- fixed: I've now tested this in Safari 3, FF2&3, IE7, and Chrome and the fix …
- 11:31 Ticket #1279 (Replace ereg* functions with preg* in php code) created by
- Because the ereg extension of PHP will be moved to PECL in PHP 6, I think …
09/25/08:
- 22:57 Changeset [1037] by
- Applied AbbreviationPlugin?.patch from #1176 with some general code cleanup
- 19:20 Ticket #1278 (** Preparing for the 0.96 release **) created by
- The roadmap lists the 0.96 release as being scheduled for November 11. I'd …
- 15:35 Changeset [1036] by
- Fixes #1277 (editor does not regain focus after closing a dialog). Tested …
09/24/08:
- 21:50 Ticket #1277 (Editor does not regain focus after canceling dialog) created by
- To reproduce: 1. Start typing in Xinha 2. Click "Insert Image" (or …
09/23/08:
- 17:03 Changeset [1035] by
- CHANGED Ticket #1276 first pass, provide interim support for collapsing to …
- 17:02 Ticket #1276 (selectNodeContents doesn't perform as advertised, collapsing doesn't work.) created by
- The selectNodeContents claims it supports a second argument, "pos" which …
09/21/08:
- 18:24 WikiStart edited by
- changed forum URLs to www.xinha.org (diff)
09/20/08:
- 09:23 Ticket #1275 (How do I avoid display of entization in source code blocks) closed by
- duplicate: please have a look at ticket #1203
09/19/08:
- 19:53 Ticket #1275 (How do I avoid display of entization in source code blocks) created by
- Currently, if I create a block <pre> 1 & 2 </pre> and then save it, the …
- 19:35 Ticket #1274 (onKeyPress not fired for special keys (e.g., backspace) in Safari 3.1) created by
- At present, if a plugin wants to respond to key events for special keys by …
Note: See TracTimeline
for information about the timeline view.