Revision history for HelpWanted


Revision [23242]

Last edited on 2016-05-20 07:38:47 by JavaWoman [Replaces old-style internal links with new pipe-split links.]
Additions:
- almost done. works fine with mindWiki, but needs migration work to pass it over to wikka. check it out at [[http://mindwiki.de/wikka_toc | mindWiki: wikka toc]] ''assigned to DreckFehler''
- this is already solved by a cute [[http://web.archive.org/web/20040408041122/http://www.wakkawiki.com/WakkaAliases | wakka-modification]]. seems to work fine. [[GroupManagement | almost done ;)]]. -- DreckFehler
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! [[RedirectingPages | done]]- DreckFehler
Deletions:
- almost done. works fine with mindWiki, but needs migration work to pass it over to wikka. check it out at [[http://mindwiki.de/wikka_toc mindWiki: wikka toc]] ''assigned to DreckFehler''
- this is already solved by a cute [[http://web.archive.org/web/20040408041122/http://www.wakkawiki.com/WakkaAliases wakka-modification]]. seems to work fine. [[GroupManagement almost done ;)]]. -- DreckFehler
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! [[RedirectingPages done]]- DreckFehler


Revision [19260]

Edited on 2008-01-28 00:14:45 by JavaWoman [Modified links pointing to docs server]

No Differences

Revision [17153]

Edited on 2007-07-07 05:09:46 by JavaWoman [web.archive.org link for wakkawiki]
Additions:
- this is already solved by a cute [[http://web.archive.org/web/20040408041122/http://www.wakkawiki.com/WakkaAliases wakka-modification]]. seems to work fine. [[GroupManagement almost done ;)]]. -- DreckFehler
Deletions:
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. seems to work fine. [[GroupManagement almost done ;)]]. -- DreckFehler


Revision [8585]

Edited on 2005-05-28 11:53:22 by JavaWoman [adding remark at top (refactor!)]
Additions:
==== Help Wanted ====
//''This page is pretty ancient and badly out-of-date. It needs total refactoring, or some still-relevant pieces should be moved to other pages, and this one deleted. --JavaWoman''//

This is an open list of features that have been requested by users. [Not necessarily in order of priority]
For more feature proposals, see the CategoryDevelopment.

===Open===


Posted on 28 Nov 2004:
- The docs included with Wikka are pretty lousy. Anyone care to update them?
~-''The remore include function now already takes care of a lot of documentation - I think all you need is a reference to that;''
~-''I'll take care of documentation of all the actions //in the code// so that both user documentation and developer documentation can be generated from that (with a new action) - see DescribeActions - I'll start with the "core" actions, a little parser to pull out the end user docs version and an action; **note:** developer documentation can then be generated from the same source with phpDocumentor;''
~-''eventually we could make phpDoumentor-generated documentation available on this site when more of Wikka is documented that way: the idea is that code should be //self-documenting// - external documentation has a way of "losing touch" with what it is describing (part of the problem we have now!)''
~-''actions are merely a good place to start (not to end :)); I'll also write some pages about how to include documentation in the phpDocumentor format. --JavaWoman''

- Spaces-to-Tab improvement needed: Any ideas on how to have tab conversion not apply to sections of code? In other words, sections of code should be left untouched. This has been requested by a couple people, and it makes sense to me. Any reasons not to make this change?
Here's the line that does the conversion. It's in \handlers\page\edit.php:
$body = preg_replace("/\n[ ]{4}/", "\n\t", $body);

- Ability to create "sections" to allow a "backlinks" style navigation bar.
An example of this could be:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together. [SimonKnight]
- Syntax highlighting for Java codesnippets. [MarkHissinkMuller]
- Support for various table implementations. [MarkHissinkMuller]

===Assigned or In Progress ===

- where has the lovely "don't cache" checkbox in the editor gone. it's not bad to flag minor changes in some way like this. [DreckFehler]
- Yes. This was a lovely distraction for me for a few months that derailed the development of Wikka.... but it still has a fond place in my heart, and will be coming back at some point. ''Work in progress by JsnX''
- Table of contents for a particular page (in Wacko ""{{toc}}"") [MarkHissinkMuller]
- almost done. works fine with mindWiki, but needs migration work to pass it over to wikka. check it out at [[http://mindwiki.de/wikka_toc mindWiki: wikka toc]] ''assigned to DreckFehler''

===For Future Long-term Consideration ===

- Multilanguage, WikkaInternationalization, HandlingUTF8
- Ability to select which languages are loaded on initial setup of database. [MarkHissinkMuller]

===Done===

- Ability to add users to "groups" which could then be used in simplifying ACLs and in providing an index page of members of that group. [SimonKnight] and [MarkHissinkMuller]
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. seems to work fine. [[GroupManagement almost done ;)]]. -- DreckFehler
- Page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous). [MarkHissinkMuller]
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! [[RedirectingPages done]]- DreckFehler
- also an old feature: convert four spaces to tabs while saving because opera and firefox don't support tabs in html forms
- It's coincidental that you mention this, because I just made some tweaks in this area today. Converting four spaces to tabs has always been in Wikka--it just hasn't been advertised. It was located in the Edit Handler, but I've moved it to the wakka formatter. Let me know if you have any issues with this feature. -- JsnX
- yep! it works again (i must have catched the microsecond you needed to fix a bug). but i don't understand your intention. when i type in four spaces, then i //want them to be a tab// at this very moment. i am curious what will happen to my crippled tabs in future versions ;)
- OK. It's back to normal.
- Page watching, notification when a page has changed. [MarkHissinkMuller]
- this too is addressed in a wakka-mod (i don't remember who is responsible for it) but it's no big deal to do it from scratch. ''assigned to DreckFehler''

More details still to come....

----
Deletions:
==== Help Wanted ====

This is an open list of features that have been requested by users. [Not necessarily in order of priority]
For more feature proposals, see the CategoryDevelopment.

===Open===


Posted on 28 Nov 2004:
- The docs included with Wikka are pretty lousy. Anyone care to update them?
~-''The remore include function now already takes care of a lot of documentation - I think all you need is a reference to that;''
~-''I'll take care of documentation of all the actions //in the code// so that both user documentation and developer documentation can be generated from that (with a new action) - see DescribeActions - I'll start with the "core" actions, a little parser to pull out the end user docs version and an action; **note:** developer documentation can then be generated from the same source with phpDocumentor;''
~-''eventually we could make phpDoumentor-generated documentation available on this site when more of Wikka is documented that way: the idea is that code should be //self-documenting// - external documentation has a way of "losing touch" with what it is describing (part of the problem we have now!)''
~-''actions are merely a good place to start (not to end :)); I'll also write some pages about how to include documentation in the phpDocumentor format. --JavaWoman''

- Spaces-to-Tab improvement needed: Any ideas on how to have tab conversion not apply to sections of code? In other words, sections of code should be left untouched. This has been requested by a couple people, and it makes sense to me. Any reasons not to make this change?
Here's the line that does the conversion. It's in \handlers\page\edit.php:
$body = preg_replace("/\n[ ]{4}/", "\n\t", $body);

- Ability to create "sections" to allow a "backlinks" style navigation bar.
An example of this could be:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together. [SimonKnight]
- Syntax highlighting for Java codesnippets. [MarkHissinkMuller]
- Support for various table implementations. [MarkHissinkMuller]

===Assigned or In Progress ===

- where has the lovely "don't cache" checkbox in the editor gone. it's not bad to flag minor changes in some way like this. [DreckFehler]
- Yes. This was a lovely distraction for me for a few months that derailed the development of Wikka.... but it still has a fond place in my heart, and will be coming back at some point. ''Work in progress by JsnX''
- Table of contents for a particular page (in Wacko ""{{toc}}"") [MarkHissinkMuller]
- almost done. works fine with mindWiki, but needs migration work to pass it over to wikka. check it out at [[http://mindwiki.de/wikka_toc mindWiki: wikka toc]] ''assigned to DreckFehler''

===For Future Long-term Consideration ===

- Multilanguage, WikkaInternationalization, HandlingUTF8
- Ability to select which languages are loaded on initial setup of database. [MarkHissinkMuller]

===Done===

- Ability to add users to "groups" which could then be used in simplifying ACLs and in providing an index page of members of that group. [SimonKnight] and [MarkHissinkMuller]
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. seems to work fine. [[GroupManagement almost done ;)]]. -- DreckFehler
- Page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous). [MarkHissinkMuller]
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! [[RedirectingPages done]]- DreckFehler
- also an old feature: convert four spaces to tabs while saving because opera and firefox don't support tabs in html forms
- It's coincidental that you mention this, because I just made some tweaks in this area today. Converting four spaces to tabs has always been in Wikka--it just hasn't been advertised. It was located in the Edit Handler, but I've moved it to the wakka formatter. Let me know if you have any issues with this feature. -- JsnX
- yep! it works again (i must have catched the microsecond you needed to fix a bug). but i don't understand your intention. when i type in four spaces, then i //want them to be a tab// at this very moment. i am curious what will happen to my crippled tabs in future versions ;)
- OK. It's back to normal.
- Page watching, notification when a page has changed. [MarkHissinkMuller]
- this too is addressed in a wakka-mod (i don't remember who is responsible for it) but it's no big deal to do it from scratch. ''assigned to DreckFehler''

More details still to come....

----


Revision [2605]

Edited on 2004-11-29 07:15:49 by JavaWoman [volunteering]
Additions:
- The docs included with Wikka are pretty lousy. Anyone care to update them?
~-''The remore include function now already takes care of a lot of documentation - I think all you need is a reference to that;''
~-''I'll take care of documentation of all the actions //in the code// so that both user documentation and developer documentation can be generated from that (with a new action) - see DescribeActions - I'll start with the "core" actions, a little parser to pull out the end user docs version and an action; **note:** developer documentation can then be generated from the same source with phpDocumentor;''
~-''eventually we could make phpDoumentor-generated documentation available on this site when more of Wikka is documented that way: the idea is that code should be //self-documenting// - external documentation has a way of "losing touch" with what it is describing (part of the problem we have now!)''
~-''actions are merely a good place to start (not to end :)); I'll also write some pages about how to include documentation in the phpDocumentor format. --JavaWoman''
Deletions:
- The docs included with Wikka are pretty lousy. Anyone care to update them?


Revision [2591]

Edited on 2004-11-28 21:50:31 by JsnX [call for documentation volunteer]
Additions:
Posted on 28 Nov 2004:
- The docs included with Wikka are pretty lousy. Anyone care to update them?


Revision [2077]

Edited on 2004-11-04 10:15:50 by DarTar [Added category and header]
Additions:
==== Help Wanted ====
For more feature proposals, see the CategoryDevelopment.
More details still to come....
----
CategoryDevelopment
Deletions:
More details still to come....


Revision [1183]

Edited on 2004-09-13 01:25:49 by JsnX [Spaces-to-Tab improvement needed]
Additions:
- Spaces-to-Tab improvement needed: Any ideas on how to have tab conversion not apply to sections of code? In other words, sections of code should be left untouched. This has been requested by a couple people, and it makes sense to me. Any reasons not to make this change?
Here's the line that does the conversion. It's in \handlers\page\edit.php:
$body = preg_replace("/\n[ ]{4}/", "\n\t", $body);



Revision [1124]

Edited on 2004-09-05 20:25:36 by DreckFehler [prerelease toc-action]
Additions:
- almost done. works fine with mindWiki, but needs migration work to pass it over to wikka. check it out at [[http://mindwiki.de/wikka_toc mindWiki: wikka toc]] ''assigned to DreckFehler''
Deletions:
- may take a few days. anyway, ''assigned to DreckFehler'' feel free to change the name ;)


Revision [1047]

Edited on 2004-08-26 21:43:11 by DreckFehler [watches done, toc grabbed]
Additions:
- may take a few days. anyway, ''assigned to DreckFehler'' feel free to change the name ;)
- this too is addressed in a wakka-mod (i don't remember who is responsible for it) but it's no big deal to do it from scratch. ''assigned to DreckFehler''
Deletions:
- this too is addressed in a wakka-mod (i don't remember who is responsible for it) but it's no big deal to do it from scratch. ''assigned to Dreckfehler''


Revision [1041]

Edited on 2004-08-23 01:10:54 by JsnX [four spaces into tabs revisited again]
Additions:
- OK. It's back to normal.
Deletions:
- OK. Thanks to your input, I've comprised between the way it was and the way I had modified it. Now we both get what we want. The tab conversion appears at all times--even when editing or previewing pages--but the conversion is not stored in the database. This allows for freedom in the future, if a change is needed.


Revision [1038]

Edited on 2004-08-23 01:04:07 by JsnX [four spaces into tabs revisited]
Additions:
- OK. Thanks to your input, I've comprised between the way it was and the way I had modified it. Now we both get what we want. The tab conversion appears at all times--even when editing or previewing pages--but the conversion is not stored in the database. This allows for freedom in the future, if a change is needed.


Revision [1030]

Edited on 2004-08-19 00:14:14 by DreckFehler ["move pages" done]
Additions:
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! [[RedirectingPages done]]- DreckFehler
Deletions:
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! [[RedirectingPages in progress]]- DreckFehler


Revision [1026]

Edited on 2004-08-18 22:45:09 by DreckFehler [move pages - part one]
Additions:
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! [[RedirectingPages in progress]]- DreckFehler
Deletions:
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! ''assigned to DreckFehler''


Revision [1020]

Edited on 2004-08-18 16:25:25 by DreckFehler [cleaned up]
Additions:
===Done===
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. seems to work fine. [[GroupManagement almost done ;)]]. -- DreckFehler
- yep! it works again (i must have catched the microsecond you needed to fix a bug). but i don't understand your intention. when i type in four spaces, then i //want them to be a tab// at this very moment. i am curious what will happen to my crippled tabs in future versions ;)
Deletions:
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. [[GroupManagement in progress]]. ''assigned to DreckFehler''


Revision [1012]

Edited on 2004-08-16 00:19:05 by DreckFehler [link to group management]
Additions:
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. [[GroupManagement in progress]]. ''assigned to DreckFehler''
Deletions:
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. i'll check it with the author if we can use it with some slight improvements. ''assigned to DreckFehler''


Revision [1001]

Edited on 2004-08-15 17:05:31 by JsnX [cleanup]
Deletions:
- Filtered searching (pages which contain "foo" but do not contain "bar") [MarkHissinkMuller]
- in wakka.php change ."pages where latest = 'Y' and match(tag, body) against('".mysql_escape_string($phrase)."') with ."pages where latest = 'Y' and match(tag, body) against('".mysql_escape_string($phrase)."' IN BOOLEAN MODE)
- from the [[http://dev.mysql.com/doc/mysql/en/Fulltext_Boolean.html MySQL manual]]:
%%
The following examples demonstrate some search strings that use boolean full-text operators:
'apple banana'
Find rows that contain at least one of the two words.
'+apple +juice'
Find rows that contain both words.
'+apple macintosh'
Find rows that contain the word ``apple'', but rank rows higher if they also contain ``macintosh''.
'+apple -macintosh'
Find rows that contain the word ``apple'' but not ``macintosh''.
'+apple +(>turnover <strudel)'
Find rows that contain the words ``apple'' and ``turnover'', or ``apple'' and ``strudel'' (in any order),
but rank ``apple turnover'' higher than '``apple strudel''.
''apple*'
Find rows that contain words such as ``apple'', ``apples'', ``applesauce'', or ``applet''.
''"some words"'
Find rows that contain the exact phrase ``some words'' (for example, rows that contain ``some words of wisdom''
but not ``some noise words''). Note that the `"' characters that surround the phrase are operator characters
that delimit the phrase. They are not the quotes that surround the search string itself.
%%
--AndreaRossato


Revision [995]

Edited on 2004-08-15 03:40:36 by AndreaRossato [boolean search]
Additions:
- in wakka.php change ."pages where latest = 'Y' and match(tag, body) against('".mysql_escape_string($phrase)."') with ."pages where latest = 'Y' and match(tag, body) against('".mysql_escape_string($phrase)."' IN BOOLEAN MODE)
- from the [[http://dev.mysql.com/doc/mysql/en/Fulltext_Boolean.html MySQL manual]]:
%%
The following examples demonstrate some search strings that use boolean full-text operators:
'apple banana'
Find rows that contain at least one of the two words.
'+apple +juice'
Find rows that contain both words.
'+apple macintosh'
Find rows that contain the word ``apple'', but rank rows higher if they also contain ``macintosh''.
'+apple -macintosh'
Find rows that contain the word ``apple'' but not ``macintosh''.
'+apple +(>turnover <strudel)'
Find rows that contain the words ``apple'' and ``turnover'', or ``apple'' and ``strudel'' (in any order),
but rank ``apple turnover'' higher than '``apple strudel''.
''apple*'
Find rows that contain words such as ``apple'', ``apples'', ``applesauce'', or ``applet''.
''"some words"'
Find rows that contain the exact phrase ``some words'' (for example, rows that contain ``some words of wisdom''
but not ``some noise words''). Note that the `"' characters that surround the phrase are operator characters
that delimit the phrase. They are not the quotes that surround the search string itself.
%%
--AndreaRossato


Revision [991]

Edited on 2004-08-14 20:13:25 by JsnX [restructured and added a few notes]
Additions:
===Open===
===Assigned or In Progress ===
===For Future Long-term Consideration ===
- Multilanguage, WikkaInternationalization, HandlingUTF8


Revision [990]

Edited on 2004-08-14 20:04:26 by JsnX [a few notes]
Additions:
- Yes. This was a lovely distraction for me for a few months that derailed the development of Wikka.... but it still has a fond place in my heart, and will be coming back at some point. ''Work in progress by JsnX''


Revision [989]

Edited on 2004-08-14 20:02:13 by JsnX [a few notes]
Additions:
- It's coincidental that you mention this, because I just made some tweaks in this area today. Converting four spaces to tabs has always been in Wikka--it just hasn't been advertised. It was located in the Edit Handler, but I've moved it to the wakka formatter. Let me know if you have any issues with this feature. -- JsnX
Deletions:
- It's coincendental that you mention this, because I just made some tweaks in this area today. Converting four spaces to tabs has always been in Wikka--it just hasn't been advertised. It was located in the Edit Handler, but I've moved it to the wakka formatter. Let me know if you have any issues with this feature. -- JsnX


Revision [988]

Edited on 2004-08-14 20:00:47 by JsnX [convert four spaces to tab note]
Additions:
- It's coincendental that you mention this, because I just made some tweaks in this area today. Converting four spaces to tabs has always been in Wikka--it just hasn't been advertised. It was located in the Edit Handler, but I've moved it to the wakka formatter. Let me know if you have any issues with this feature. -- JsnX


Revision [987]

Edited on 2004-08-14 18:50:55 by DreckFehler [typo]
Additions:
- also an old feature: convert four spaces to tabs while saving because opera and firefox don't support tabs in html forms
Deletions:
- also an old feature: convert four spaces to tabs while saving because opera and firefox don't support tabs in html forms


Revision [986]

Edited on 2004-08-14 18:48:50 by DreckFehler [why aren't four spaces converted to tabs anymore?]
Additions:
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. i'll check it with the author if we can use it with some slight improvements. ''assigned to DreckFehler''
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! ''assigned to DreckFehler''
- this too is addressed in a wakka-mod (i don't remember who is responsible for it) but it's no big deal to do it from scratch. ''assigned to Dreckfehler''
- where has the lovely "don't cache" checkbox in the editor gone. it's not bad to flag minor changes in some way like this. [DreckFehler]
- also an old feature: convert four spaces to tabs while saving because opera and firefox don't support tabs in html forms
Deletions:
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. i'll check it with the author if we can use it with some slight improvements. ''assigned to DreckFehler''
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! ''assigned to DreckFehler''
- this too is addressed in a wakka-mod (i don't remember who is responsible for it) but it's no big deal to do it from scratch. ''assigned to Dreckfehler''
- where has the lovely "don't cache" checkbox in the editor gone. it's not bad to flag minor changes in some way like this. [DreckFehler]


Revision [985]

Edited on 2004-08-14 18:41:10 by DreckFehler [why aren't four spaces converted to tabs anymore?]
Additions:
This is an open list of features that have been requested by users. [Not necessarily in order of priority]

- Ability to add users to "groups" which could then be used in simplifying ACLs and in providing an index page of members of that group. [SimonKnight] and [MarkHissinkMuller]
- this is already solved by a cute [[http://www.wakkawiki.com/WakkaAliases wakka-modification]]. i'll check it with the author if we can use it with some slight improvements. ''assigned to DreckFehler''
- Ability to create "sections" to allow a "backlinks" style navigation bar.
An example of this could be:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together. [SimonKnight]
- Syntax highlighting for Java codesnippets. [MarkHissinkMuller]
- Table of contents for a particular page (in Wacko ""{{toc}}"") [MarkHissinkMuller]
- Support for various table implementations. [MarkHissinkMuller]
- Filtered searching (pages which contain "foo" but do not contain "bar") [MarkHissinkMuller]
- Page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous). [MarkHissinkMuller]
- huh! there's a lot to do **without** link adjustment (which isn't done with a single sql-query). mindWiki has instead the ability to store a special redirector under the old pagename and this way it keeps the links working. but this feature should be handled with care! ''assigned to DreckFehler''
- Ability to select which languages are loaded on initial setup of database. [MarkHissinkMuller]
- Page watching, notification when a page has changed. [MarkHissinkMuller]
- this too is addressed in a wakka-mod (i don't remember who is responsible for it) but it's no big deal to do it from scratch. ''assigned to Dreckfehler''
- where has the lovely "don't cache" checkbox in the editor gone. it's not bad to flag minor changes in some way like this. [DreckFehler]



Deletions:
This is an open list of features that have been requested by users. [Not necessarily in order of priority]

- Ability to add users to "groups" which could then be used in simplifying ACLs and in providing an index page of members of that group. [SimonKnight] and [MarkHissinkMuller]
- Ability to create "sections" to allow a "backlinks" style navigation bar.
An example of this could be:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together. [SimonKnight]
- Syntax highlighting for Java codesnippets. [MarkHissinkMuller]
- Table of contents for a particular page (in Wacko ""{{toc}}"") [MarkHissinkMuller]
- Support for various table implementations. [MarkHissinkMuller]
- Filtered searching (pages which contain "foo" but do not contain "bar") [MarkHissinkMuller]
- Page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous). [MarkHissinkMuller]
- Ability to select which languages are loaded on initial setup of database. [MarkHissinkMuller]
- Page watching, notification when a page has changed. [MarkHissinkMuller]




Revision [982]

The oldest known version of this page was created on 2004-08-14 12:01:10 by JsnX [why aren't four spaces converted to tabs anymore?]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki