Revision history for NiehLe


Revision [19751]

Last edited on 2008-03-28 14:45:16 by NilsLindenberg [storing draft for further use]
Additions:
=====Workspace=====
>>This is NilsLindenberg, or better, my todolist, to have an oversight about what has to be done and what needs attention, more ore less orderd after priority - and always behind and incomplete :)>>
**todo:**
====workspace====
Deletions:
=====Got Cloned!=====
This is NilsLindenberg, or better, my todolist, to have an oversight about what has to be done and what needs attention, more ore less orderd after priority - and always behind and incomplete :)
====ActionInfo====
===workspace===


Revision [19750]

Edited on 2008-03-28 14:42:46 by NilsLindenberg [storing draft for further use]
Additions:
====ActionInfo====
- text about libraries and using wikka-functions
===workspace===
==== Controlling access====
Developing a new action, an author should always think about his target audience and their WikiRole.
...
===Limit an action to admins===
//Should be used for:// actions showing sensible information and/or having possible potential of damaging the wiki.
//Example:// The PageAdministration action with its support for mass operations like mass deletion.
//Code://
%%(php;1;adminonly.php)
// restrict access to admins
if ($this->IsAdmin($this->GetUser()))
{
// put the whole code intended for admin-only use between these brackets
}
%%
===Limit an action to page-owners===
...
1) E-Mail => WikkaAndEmail
Deletions:
====Code====
===1.1.6.3===
~-UserRegistration
~~-Status: **done**
~-[[Ticket:187 Merge SetPersistentCookie and SetSessionCookie into SetCookie]] & [[Ticket:87 Retrieving user-information (Session Leakage)]]
~~-Status: **coding**
~-[[Ticket:200 Cleaning up interwiki.conf]]
~~-Status: **see ticket**
===for future===
1) ShowCsv: finish?
1) HandleCsv:document
1) porting new version (2) of BadBehavior to Wikka
====Documentation====
1) see also AdminReleaseCheckList
1) WikkaSkin: update
1) DocumentationIndex: write more
1) WikkaOnUSB
===ActionInfo===
- test about libraries and using wikka-functions
1) E-Mail and => WikkaAndEmail


Revision [19195]

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

No Differences

Revision [16971]

Edited on 2007-05-31 23:27:31 by NilsLindenberg [Reverted]
Additions:
~-[[Ticket:187 Merge SetPersistentCookie and SetSessionCookie into SetCookie]] & [[Ticket:87 Retrieving user-information (Session Leakage)]]
~~-Status: **coding**
~-[[Ticket:200 Cleaning up interwiki.conf]]
~~-Status: **see ticket**
===for future===
1) ShowCsv: finish?
1) HandleCsv:document
1) porting new version (2) of BadBehavior to Wikka
====Documentation====
1) see also AdminReleaseCheckList
1) WikkaSkin: update
1) DocumentationIndex: write more
1) WikkaOnUSB
===ActionInfo===
- searching the internet for code
- security (actions are open for everyone, solutions for [logged-in-user/Admin only])
- validity (xhtml, main sources for errors)
- parameters (how to get them, need of standard-values, proof of type...)
- errorhandling
- problems occuring with the writing
- generell part about html/php?
- box avout xhtml?
- test about libraries and using wikka-functions
====My List of things which could be improved in, or added at Wikka====
(the items are listed in descending priority)
1) I18n, L10n=> WikkaInternationalization, HandlingUTF8
1) a better System for Categorys => CategorySystemOverhaul
1) E-Mail and => WikkaAndEmail
1) Toc (Table of Content)
1) User-to-User-Messages-System (completed this...see WikkaMail --GmBowen)
1) Access to the Config.php through a wikka-interface
1) Footnotes (http://www.istitutocolli.org/uniwakka/FootNote)
1) LaTex support (http://www.istitutocolli.org/uniwakka/MathInsert)
1) OpenOffice import/export
1) Smilys (http://www.istitutocolli.org/uniwakka/TablesAndSmileys)
----
CategoryUsers
Deletions:
~-[[Ticket:187 Merge SetPersistentCookie and SetSessionCookie into SetCookie]]


Revision [16770]

Edited on 2007-05-31 10:46:04 by RxnKcp [Reverted]
Additions:
~-[[Ticket:187 Merge SetPersistentCookie and SetSessionCookie into SetCookie]]
Deletions:
~-[[Ticket:187 Merge SetPersistentCookie and SetSessionCookie into SetCookie]] & [[Ticket:87 Retrieving user-information (Session Leakage)]]
~~-Status: **coding**
~-[[Ticket:200 Cleaning up interwiki.conf]]
~~-Status: **see ticket**
===for future===
1) ShowCsv: finish?
1) HandleCsv:document
1) porting new version (2) of BadBehavior to Wikka
====Documentation====
1) see also AdminReleaseCheckList
1) WikkaSkin: update
1) DocumentationIndex: write more
1) WikkaOnUSB
===ActionInfo===
- searching the internet for code
- security (actions are open for everyone, solutions for [logged-in-user/Admin only])
- validity (xhtml, main sources for errors)
- parameters (how to get them, need of standard-values, proof of type...)
- errorhandling
- problems occuring with the writing
- generell part about html/php?
- box avout xhtml?
- test about libraries and using wikka-functions
====My List of things which could be improved in, or added at Wikka====
(the items are listed in descending priority)
1) I18n, L10n=> WikkaInternationalization, HandlingUTF8
1) a better System for Categorys => CategorySystemOverhaul
1) E-Mail and => WikkaAndEmail
1) Toc (Table of Content)
1) User-to-User-Messages-System (completed this...see WikkaMail --GmBowen)
1) Access to the Config.php through a wikka-interface
1) Footnotes (http://www.istitutocolli.org/uniwakka/FootNote)
1) LaTex support (http://www.istitutocolli.org/uniwakka/MathInsert)
1) OpenOffice import/export
1) Smilys (http://www.istitutocolli.org/uniwakka/TablesAndSmileys)
----
CategoryUsers


Revision [14634]

Edited on 2006-06-18 17:55:37 by NilsLindenberg [small update]
Additions:
~~-Status: **done**
Deletions:
~~-Status: **minor adaptions + more testing necessary**


Revision [14604]

Edited on 2006-06-14 20:05:16 by NilsLindenberg [update]
Additions:
===1.1.6.3===
~-UserRegistration
~~-Status: **minor adaptions + more testing necessary**
~-[[Ticket:187 Merge SetPersistentCookie and SetSessionCookie into SetCookie]] & [[Ticket:87 Retrieving user-information (Session Leakage)]]
~~-Status: **coding**
~-[[Ticket:200 Cleaning up interwiki.conf]]
~~-Status: **see ticket**
1) see also AdminReleaseCheckList
Deletions:
===1.1.6.2===
~-[[Ticket:111 Upgrading Geshi to the newest version]]
~~-Status: **planed**
~-++[[Ticket:129 recentchanges action page-user-divider]] shows as a box in IE++
~~-Status: **resolved**
~-[[Ticket:81 Retrieving user-information (Session Leakage)]]
~~-Status: **reading docs**
~-++[[Ticket:161 Moving the wakka class and the diff classes in 'libs/Wakka.class.php' and 'libs/diff.lib.php']]++
~~-Status: **done**
1) look at the release-notes and update the documentation where necessary (see also AdminReleaseCheckList)


Revision [13984]

Edited on 2006-04-30 12:23:34 by NilsLindenberg [update]
Additions:
~-++[[Ticket:161 Moving the wakka class and the diff classes in 'libs/Wakka.class.php' and 'libs/diff.lib.php']]++
~~-Status: **done**
Deletions:
~-Moving the wakka class and the diff classes in 'libs/wakka.inc' and 'libs/diff.inc'
~~-Status: **testing** (note to myself:name issue)


Revision [13979]

Edited on 2006-04-29 17:07:13 by NilsLindenberg [update]
Additions:
~-++[[Ticket:129 recentchanges action page-user-divider]] shows as a box in IE++
~~-Status: **resolved**
~~-Status: **reading docs**
~~-Status: **testing** (note to myself:name issue)
1) porting new version (2) of BadBehavior to Wikka
Deletions:
~-[[Ticket:129 recentchanges action page-user-divider]] shows as a box in IE
~~-Status: **coded**
~~-Status: **coded** (note to myself:name issue)


Revision [13885]

Edited on 2006-04-21 16:01:00 by NilsLindenberg [update for todo-list]
Additions:
====Code====
===1.1.6.2===
~-[[Ticket:111 Upgrading Geshi to the newest version]]
~~-Status: **planed**
~-[[Ticket:129 recentchanges action page-user-divider]] shows as a box in IE
~~-Status: **coded**
~-[[Ticket:81 Retrieving user-information (Session Leakage)]]
~~-Status: **planed**
~-Moving the wakka class and the diff classes in 'libs/wakka.inc' and 'libs/diff.inc'
~~-Status: **coded** (note to myself:name issue)
===for future===
====Documentation====
===ActionInfo===
Deletions:
====To do====
===Documentation===
1) cat. and tag-comperison on WikkaCategory ?
===Actions/Code===
1) ActionInfo: write more
====ActionInfo====


Revision [8725]

Edited on 2005-05-30 19:50:09 by NiehLe [update]
Additions:
This is NilsLindenberg, or better, my todolist, to have an oversight about what has to be done and what needs attention, more ore less orderd after priority - and always behind and incomplete :)
====To do====
===Documentation===
1) WikkaOnUSB
1) cat. and tag-comperison on WikkaCategory ?
===Actions/Code===
Deletions:
This is NilsLindenberg, but without admin-rights. :)
''Look at the bottom for the new text for WikiCategory''
===To do===
//to have an oversight about what has to be done and what needs attention, more ore less orderd after priority//
1) make a concept for ExportToPdf (Disuccion moved to WikkaToPDF)
1) wikka-installer: take a closer look at it
1) well, the eventmanager and the emailsystem (if i ever find the time)


Revision [8273]

Edited on 2005-05-18 08:55:00 by NilsLindenberg [small change]
Deletions:
''note that Category_wiki would be replaced through the Categoryname of course (I just don't want this page to stick in the category)''
===== How to use Categories =====
{{Category page="/" col="3" show="categories"}}
This wiki is using a simple but very flexible categorizing system.
===I. Create new Categories===
Categories are normal wikipages, only two things are special:
a) their pagename must start with "Category" (like "Category_Wiki", "Category Category", "Category Users" etc.) and
a) their page must contain ""{{category}}"" somewhere.
//Example: You want to create a "Category Users" in your wiki? Simply create a page with this name (without the space) and edit it. You can add anything you want to that page, the only thing you __have__ to add is ""{{category}}"".//
===II. Using Categories===
Mentioning a category **anywhere** on a wikipage will include the page in the mentioned category. This makes it easy to:
- **add** a page to a category: write the name of the category somewhere on the page.
//Example: Category_Wiki. Note that this is the only category in which we want this page, so all other names are "masked", i.e. there names are divided with a space ("Category Category", "Category Users")!//
- **remove** a page from a category: remove or mask all mentionings of the category in your page.
//Example: Category Users. This page won't show up there, because you won't find the name "written together" on this page.//
- **move** a page from one category to another: remove all occurences of the old (category) name with the new one.
Since categories are wikipages, the procedures above will work for them, too. This could be used to create a hierarchy of categories.
//Example: To make "Category Documentation" a subcategory of "Category Category", simply add the later name (without the space) to the former page. If you replace "Category Category" with "Category_Wiki" Documentation will be a subcategory of the later one. If you remove "Category_Wiki", Documentation will have no parent category.//
===III. Browsing Categories===
You can directly access "Category Category" by clicking on the link "Categories" in Wiki's top navigation bar. The main purpose of this category is to serve as a parent for your own categories.
===IV. Standard convention to include categories===
To end with this is the **standard convention** to include the categories (both the wiki code and the result):
%%
Category_Wiki
%%
Category_Wiki


Revision [7483]

Edited on 2005-04-22 14:51:23 by NilsLindenberg [adding link]
Additions:
1) make a concept for ExportToPdf (Disuccion moved to WikkaToPDF)
Deletions:
1) make a concept for ExportToPdf
~&FYI: wikini conversation re [[http://www.wikini.net/wakka.php?wiki=WikiToPdf wiki2pdf]]...already a wikini handler developed....see [[http://www.thierrybazzanella.com/index.php?2004/10/30/9-handler-pdf here]]...might be easier to just adapt since GPL. I tested it in wikini and it worked okay. --GmBowen
~&I sure hope somebody grabbed this code as it's not there any more. If you have it, please let me know. I have a php coder working for me the next 2 months who may be able to adapt it for wikka. --GmBowen
~~&Looks like there is no code yet - as far as I can deduce from the [[http://www.wikini.net/wakka.php?wiki=WikiToPdf wiki2pdf]] page the project is still in the conceptual stage? http://www.thierrybazzanella.com/ only redirects to another (Flash-only) site. --JavaWoman


Revision [7467]

Edited on 2005-04-22 09:06:37 by JavaWoman [added comment]
Additions:
~&FYI: wikini conversation re [[http://www.wikini.net/wakka.php?wiki=WikiToPdf wiki2pdf]]...already a wikini handler developed....see [[http://www.thierrybazzanella.com/index.php?2004/10/30/9-handler-pdf here]]...might be easier to just adapt since GPL. I tested it in wikini and it worked okay. --GmBowen
~~&Looks like there is no code yet - as far as I can deduce from the [[http://www.wikini.net/wakka.php?wiki=WikiToPdf wiki2pdf]] page the project is still in the conceptual stage? http://www.thierrybazzanella.com/ only redirects to another (Flash-only) site. --JavaWoman
Deletions:
~&FYI: wikini conversation re [[http://www.wikini.net/wakka.php?wiki=WikiToPdf wiki2pdf]]...already a wikini handler developed....see [[http://www.thierrybazzanella.com/index.php?2004/10/30/9-handler-pdf here]]...might be easier to just adapt since GPL. I tested it in wikini and it worked okay. --GmBowen


Revision [7434]

Edited on 2005-04-21 04:30:56 by GmBowen [added comment]
Additions:
~&I sure hope somebody grabbed this code as it's not there any more. If you have it, please let me know. I have a php coder working for me the next 2 months who may be able to adapt it for wikka. --GmBowen


Revision [7055]

Edited on 2005-04-01 15:09:14 by NiehLe [added text for WikiCategory]
Additions:
This is NilsLindenberg, but without admin-rights. :)
''Look at the bottom for the new text for WikiCategory''
''note that Category_wiki would be replaced through the Categoryname of course (I just don't want this page to stick in the category)''
===== How to use Categories =====
{{Category page="/" col="3" show="categories"}}
This wiki is using a simple but very flexible categorizing system.
===I. Create new Categories===
Categories are normal wikipages, only two things are special:
a) their pagename must start with "Category" (like "Category_Wiki", "Category Category", "Category Users" etc.) and
a) their page must contain ""{{category}}"" somewhere.
//Example: You want to create a "Category Users" in your wiki? Simply create a page with this name (without the space) and edit it. You can add anything you want to that page, the only thing you __have__ to add is ""{{category}}"".//
===II. Using Categories===
Mentioning a category **anywhere** on a wikipage will include the page in the mentioned category. This makes it easy to:
- **add** a page to a category: write the name of the category somewhere on the page.
//Example: Category_Wiki. Note that this is the only category in which we want this page, so all other names are "masked", i.e. there names are divided with a space ("Category Category", "Category Users")!//
- **remove** a page from a category: remove or mask all mentionings of the category in your page.
//Example: Category Users. This page won't show up there, because you won't find the name "written together" on this page.//
- **move** a page from one category to another: remove all occurences of the old (category) name with the new one.
Since categories are wikipages, the procedures above will work for them, too. This could be used to create a hierarchy of categories.
//Example: To make "Category Documentation" a subcategory of "Category Category", simply add the later name (without the space) to the former page. If you replace "Category Category" with "Category_Wiki" Documentation will be a subcategory of the later one. If you remove "Category_Wiki", Documentation will have no parent category.//
===III. Browsing Categories===
You can directly access "Category Category" by clicking on the link "Categories" in Wiki's top navigation bar. The main purpose of this category is to serve as a parent for your own categories.
===IV. Standard convention to include categories===
To end with this is the **standard convention** to include the categories (both the wiki code and the result):
%%
Category_Wiki
%%
Category_Wiki
Deletions:
This is NilsLindenberg, but without admin-rights. :)


Revision [6820]

Edited on 2005-03-21 14:39:37 by NilsLindenberg [todo list is now here]
Additions:
===To do===
//to have an oversight about what has to be done and what needs attention, more ore less orderd after priority//
1) look at the release-notes and update the documentation where necessary (see also AdminReleaseCheckList)
1) WikkaSkin: update
1) DocumentationIndex: write more
1) ActionInfo: write more
1) ShowCsv: finish?
1) HandleCsv:document
1) make a concept for ExportToPdf
~&FYI: wikini conversation re [[http://www.wikini.net/wakka.php?wiki=WikiToPdf wiki2pdf]]...already a wikini handler developed....see [[http://www.thierrybazzanella.com/index.php?2004/10/30/9-handler-pdf here]]...might be easier to just adapt since GPL. I tested it in wikini and it worked okay. --GmBowen
1) wikka-installer: take a closer look at it
1) well, the eventmanager and the emailsystem (if i ever find the time)
====My List of things which could be improved in, or added at Wikka====
(the items are listed in descending priority)
1) I18n, L10n=> WikkaInternationalization, HandlingUTF8
1) a better System for Categorys => CategorySystemOverhaul
1) E-Mail and => WikkaAndEmail
1) Toc (Table of Content)
1) User-to-User-Messages-System (completed this...see WikkaMail --GmBowen)
1) Access to the Config.php through a wikka-interface
1) Footnotes (http://www.istitutocolli.org/uniwakka/FootNote)
1) LaTex support (http://www.istitutocolli.org/uniwakka/MathInsert)
1) OpenOffice import/export
1) Smilys (http://www.istitutocolli.org/uniwakka/TablesAndSmileys)
====ActionInfo====
- searching the internet for code
- security (actions are open for everyone, solutions for [logged-in-user/Admin only])
- validity (xhtml, main sources for errors)
- parameters (how to get them, need of standard-values, proof of type...)
- errorhandling
- problems occuring with the writing
- generell part about html/php?
- box avout xhtml?
- test about libraries and using wikka-functions


Revision [6387]

The oldest known version of this page was created on 2005-02-28 15:58:46 by NiehLe [todo list is now here]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki