From 7905e5f7149acbddc7e46181272e370fb5bbcdab Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 25 Feb 2003 21:43:00 +0000 Subject: none --- TWiki/GnuSkinTodo.mdwn | 72 ++++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 35 deletions(-) (limited to 'TWiki') diff --git a/TWiki/GnuSkinTodo.mdwn b/TWiki/GnuSkinTodo.mdwn index ccfc4f9c..146e4323 100644 --- a/TWiki/GnuSkinTodo.mdwn +++ b/TWiki/GnuSkinTodo.mdwn @@ -14,28 +14,48 @@ The current branch for the TWiki:Codev/AthensRelease **_Pending:_** +* Reintroduce the preview - people seem to want it back. + +* Document the [[WebMenu]] changes, e.g., how Edit Menu defaults to edit the [[TWiki/WebMenu]] when the current web does not have a WebMenu topic. To use per-web specific menus one has to first create that WebMenu topic. + +* Implement a better TWiki:Codev/GoIsSearch for the search field. The semantics are already descibed on TWiki, so an implementation shouldn't take too long to cook up. + +* Fix CSS: + * Visited links should not have the same color as non-visited links. + * Merge vmlinux.org's CSS - it has proven to be very good. + * Add more "empty" templates that include the style sheet. The [[GnuSkin]] does not provide replacement remplates for all cases yet, this creates a mixed user experience. + +**_Fixed:_** + * Only the printer icon in the toolbar looks OK in IE. (In Mozilla everything looks perfect...) + * FIXED * Could it be using a cleaner 250 color palette than the rest? * Yes, it seems so. The printer icon used an indexed palette of 127 colors. The others used mixups of various possible color settings. * First I thought IE wouldn't display transparent PNG's at all, but now I now. * Hopefully I can sort this out and also fix the rounded edges display issue at the same time. * Check how this change affects NS4.7 + * IE looks better after this fix - NS4 however, is not affected. Perhaps supply a separate GIF patch for sites with lot of old NS4 clients? * The [[SmiliesPlugin]] detects an emoticon in the hidden Gnu head and replaces it with an image, breaking the HTML.
Reported by TWiki:Main.StefanLindmark + * FIXED -* Reintroduce the preview - people seem to want it back. +* CVS version per 2003-02-18 will not show icons correctly in Netscape 4.79/Solaris. Only the "More" icon is shown. See snapshot below. -* The LINK directive is parsed wrong in the Perl module, Chris has a fix. +![gnuskin-icon-problem.png](%ATTACHURLPATH%/gnuskin-icon-problem.png) -* Document the [[WebMenu]] changes, e.g., how Edit Menu defaults to edit the [[TWiki/WebMenu]] when the current web does not have a WebMenu topic. To use per-web specific menus one has to first create that WebMenu topic. +* Display problem in NS 4.79 solved. Was caused by HTML being mangled resulting in a lost close tag for TD. Attached diff against twiki.gnu.tmpl is the cure. + * FIXED.
Reported by TWiki:Main.StefanLindmark - 21 Feb 2003 -* Fix CSS: - * Visited links should not have the same color as non-visited links. - * Add more "empty" templates that include the style sheet. The [[GnuSkin]] does not provide replacement remplates for all cases yet, this creates a mixed user experience. +* Problem with interference with [[SmiliesPlugin]] is also solved in the i18n diffs with a slight modification of the ASCII graphic. + * FIXED, similar fix checked in.
Reported by TWiki:Main.StefanLindmark - 21 Feb 2003 -**_Fixed:_** +* The LINK directive is parsed wrong in the Perl module, Chris has a fix. + * APPLIED FIX + +* Moved the "Topic parents:" to the bottom of the page again. The default skin keeps it there and it messes up the look anyhow. This one will probably make a lot of people a bit upset - tough. This is GPL'ed so fork away if you care or provide a patch to make it site/user configurable. -* "Cancel Edit" is already in CVS +* "Cancel Edit" + * FIXED * The disturbing JavaScript stuff from the edit template is removed in CVS @@ -49,16 +69,22 @@ The new 2.x branch intended for TWiki:Codev/BeijingRelease **_Pending:_** -* I18N fixes for the 2.0 release. The Beijing release prompts this, see TWiki:Plugins/InternationalisingYourSkin +* I18N fixes for the 2.0 release. The Beijing release prompts this, see TWiki:Plugins/InternationalisingYourSkin. Stefan has supplied a patch below! :-) * Add option to turn preview mode off. + * Perhaps delay this after 2.0? * _Roll back to topic revision X_ + * Perhaps delay this after 2.0? -* Other adaptations for the Beijing release of TWiki. +* Other adaptations for the Beijing release of TWiki? + * Read up on TWiki.org **_Fixed:_** +* Another bug related to 01Feb2003 release. EDITBOXSTYLE is not supported by [[GnuSkin]]. Modify edit.gnu.tmpl and add style="%EDITBOXSTYLE%" to the textarea tag and it will work with automatic edit area just as the TWiki skin. Same HTML as in `edit.tmpl`. + * FIXED.
Reported by TWiki:Main.StefanLindmark - 24 Feb 2003 + ### Future releases * I would **so** much like to have two buttons in edit mode: "Save Now!" and "Preview First" @@ -68,42 +94,18 @@ The new 2.x branch intended for TWiki:Codev/BeijingRelease * Separate the side bar, the [[WebMenu]], from the [[GnuSkinPlugin]]. -* Implement a better TWiki:Codev/GoIsSearch for the search field. The semantics are already descibed on TWiki, so an implementation shouldn't take too long to cook up. - * Parametrisize more. * User configurable everything, as far as possible. * The top logo could perhaps be removed altogether, and/or be more user customizable. * Fix the CSS stuff - one should be able to use a style sheet that "matches" the chosen web color better. (matches/complements/whatever). * Use customizable menu. Be able to use the standard TWiki menus? -### Comments? +### Comments and User Supplied Patches Created this brainstorm topic for the [[GnuSkin]]. Mostly for my own usage, but probably useful to others as well. -- [[Main/JoachimNilsson]] - 17 Feb 2003 -CVS version per 2003-02-18 will not show icons correctly in Netscape 4.79/Solaris. Only the "More" icon is shown. See snapshot below. - -![gnuskin-icon-problem.png](%ATTACHURLPATH%/gnuskin-icon-problem.png) - --- TWiki:Main.StefanLindmark - 21 Feb 2003 - I18N modifications required to use new I18N features in TWiki incorporated into templates. Please see attached diff file for diffs againt [[GnuSkin]] CVS 2003-02-18. -- TWiki:Main.StefanLindmark - 21 Feb 2003 - -Problem with interference with [[SmiliesPlugin]] is also solved in the i18n diffs with a slight modification of the ASCII graphic. - --- TWiki:Main.StefanLindmark - 21 Feb 2003 - -Display problem in NS 4.79 solved. Was caused by HTML being mangled resulting in a lost close tag for TD. Attached diff against twiki.gnu.tmpl is the cure - --- TWiki:Main.StefanLindmark - 21 Feb 2003 - -You rock, Stefan. - --- [[Main/JoachimNilsson]] - 21 Feb 2003 - -Another bug related to 01Feb2003 release. EDITBOXSTYLE is not supported by [[GnuSkin]]. Modify edit.gnu.tmpl and add style="%EDITBOXSTYLE%" to the textarea tag and it will work with automatic edit area just as the TWiki skin. Same HTML as in `edit.tmpl`. - --- TWiki:Main.StefanLindmark - 24 Feb 2003 -- cgit v1.2.3