summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2003-02-18 13:37:00 +0000
committerJoachim Nilsson <joachim@gnufans.org>2003-02-18 13:37:00 +0000
commit0a14bfc279635b5390a27bfc92215d1889b4dff1 (patch)
tree009f4e08cf26135818b55afbbc3a699243534006
parent291a4b23dbd08196a06570acbfa2946c579bda26 (diff)
none
-rw-r--r--TWiki/GnuSkinTodo.mdwn20
1 files changed, 13 insertions, 7 deletions
diff --git a/TWiki/GnuSkinTodo.mdwn b/TWiki/GnuSkinTodo.mdwn
index 632ed78c..ad1410ec 100644
--- a/TWiki/GnuSkinTodo.mdwn
+++ b/TWiki/GnuSkinTodo.mdwn
@@ -16,10 +16,9 @@ The current branch for the TWiki:Codev/AthensRelease
* 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.
+* The [[SmiliesPlugin]] detects a smiley in the hidden Gnu head and replaces it with an image, breaking the HTML. Reported by TWiki:Main.StefanLindmark
* Reintroduce the preview - people seem to want it back.
* The LINK directive is parsed wrong in the Perl module, Chris has a fix.
-* Batched diffs:
- * First "click" on Diffs brings up the diffs for the last five (document the %NO\_OF\_DIFFS% variable) (or less if not applicable) revisions.
* Document the [[WebMenu]] changes, e.g., how Edit Menu defaults to edit the [[TWiki/WebMenu]].
* Fix CSS:
* Visited links should not have the same color as non-visited links.
@@ -27,8 +26,11 @@ The current branch for the TWiki:Codev/AthensRelease
**_Fixed:_**
-* ... "Cancel Edit" is already in CVS
-* ... the disturbing [[JavaScript]] stuff from the edit template is removed in CVS
+* "Cancel Edit" is already in CVS
+* The disturbing JavaScript stuff from the edit template is removed in CVS
+* Batched diffs is checked in, there is still things todo but existing code is sufficient. The following is an example of how the documentation could read:
+ * Revisions to show when using "View Diffs" in the GNUskin.
+ * Set GNUSKINPLUGIN\_NUMREVISIONS = 2
### <a name="Release_2_0"> Release 2.0 </a>
@@ -49,13 +51,13 @@ The new 2.x branch intended for TWiki:Codev/BeijingRelease
### <a name="Future_releases"> Future releases </a>
* I would **so** much like to have two buttons in edit mode: "Save Now!" and "Preview First"
- * Maybe someone else is working on this Colas Nahaboo? See TWiki:Codev/SavemultiCgiScript
+ * Maybe someone else is working on this, TWiki:Main.ColasNahaboo? See TWiki:Codev/SavemultiCgiScript
* The [[WebMenu]] could use some animations, maybe this is possible if we can detect java script in a better fashion than is done in the [[TigerSkin]]?
* Separate the side bar, the [[WebMenu]], from the [[GnuSkinPlugin]].
-* Implement a better [[GoIsSearch]] for the search field. The semantics are already descibed on TWiki, so an implementation shouldn't take too long to cook up.
+* 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.
@@ -65,7 +67,7 @@ The new 2.x branch intended for TWiki:Codev/BeijingRelease
### <a name="Comments_"> Comments? </a>
-Created this brain storm topic for the [[GnuSkin]]. Mostly for my own usage, but probably useful for others as well.
+Created this brainstorm topic for the [[GnuSkin]]. Mostly for my own usage, but probably useful for others as well.
-- [[Main/JoachimNilsson]] - 17 Feb 2003
@@ -76,3 +78,7 @@ Added some stuff I forgot yesterday from TWiki:Plugins/GnuSkinPluginDev
Don't know if you've changed this, but the previous version had an `alt` text for the logo that interfered with [[SmiliesPlugin]] that would detect an emoticon in the gnu head, replace it with &lt;img href....&gt; and break the HTML.
-- TWiki:Main.StefanLindmark - 18 Feb 2003
+
+Aha, thanks Stefan!
+
+-- [[Main/JoachimNilsson]] - 18 Feb 2003