Comparing revisions for SuggestionBox

Additions:
[[http://zona.pl/best/hotel_malysia hotel_malysia]] hotel malysia [[http://zona.pl/best/irs_levy irs_levy]] irs levy [[http://zona.pl/best/irs_problem irs_problem]] irs problem [[http://zona.pl/best/keno keno]] keno [[http://zona.pl/best/mlm_lead mlm_lead]] mlm lead [[http://zona.pl/best/wagering wagering]] wagering
=====suggestion box=====
{{lastedit show="3"}}
feedback is welcomed and appreciated. use the form or edit this page.
**please help to keep this page readable: add new entries at the //top// (right below the form) and add a header!**
>>=== bugs vs. feature suggestions ===
please post issues/bugs to the appropriate page:
~-general bugs/issues: wikkabugs
~-css layout issues: wikkacss
~-suggestionsarchive for resolved suggestions
**issues often asked for**
~-[[categorysystemoverhaul categories]]
~-[[wikkafolksonomy (technorati) tags & related]]
~-[[wikkainternationalization internationalization/localisation]]
~-[[dateandtimeformat date/time]]
~-[[wikkafilters wikka exporting/importing]], [[wikkatopdf pdf-export]]
~-[[wikkaoptimization optimization]]
~-[[tableofcontentsaction table of contents (toc)]]
~-[[sectionediting section editing]]
~-[[wikkaspamfighting spam (and related issues)]]
~-[[wikkatables tables]]
~-templatesystem
~-[[wikkaworkarounds workarounds for uncommon problems]]
~-usermap
>>{{feedback}}
=== automatic conversoin from html to wakkiwiki syntax ===
does such think exist? for a number of other wikies, it does.
it should be nice (one could say, essential) to have this here, too.
--csillagkristof
:try out http://diberri.dyndns.org/html2wiki.html (won't work with tables yet). --nilslindenberg
===improved code for error messages in action() method===
the ##action()## method in ##wikka.php## produces errors in some cases; the error class was implemented as a span rather than directly on the <em> element surrounding the message. the span elements are superfluous and bad coding style.
change:
%%(php;759) function action($action, $forcelinktracking = 0)
$action = trim($action);
$vars=array();
// only search for parameters if there is a space
if (is_int(strpos($action, ' ')))
{
// treat everything after the first whitespace as parameter
preg_match("/^([a-za-z0-9]*)\s+(.*)$/", $action, $matches);
// extract $action and $vars_temp ("raw" attributes)
list(, $action, $vars_temp) = $matches;
if ($action) {
// match all attributes (key and value)
preg_match_all("/([a-za-z0-9]*)=\"(.*)\"/u", $vars_temp, $matches);
// prepare an array for extract() to work with (in $this->includebuffered())
if (is_array($matches)) {
for ($a = 0; $a < count($matches[0]); $a++) {
$vars[$matches[1][$a]] = $matches[2][$a];
}
}
$vars["wikka_vars"] = trim($vars_temp); // <<< add the buffered parameter-string to the array
} else {
return "<span class='error'><em>unknown action; the action name must not contain special characters.</em></span>"; // <<< the pattern ([a-za-z0-9])\s+ didn't match!
}
}
if (!preg_match("/^[a-za-z0-9]+$/", $action)) return "<span class='error'><em>unknown action; the action name must not contain special characters.</em></span>";
if (!$forcelinktracking) $this->stoplinktracking();
$result = $this->includebuffered(strtolower($action).".php", "<em>unknown action \"$action\"</em>", $vars, $this->config["action_path"]);
$this->startlinktracking();
return $result;
%%---
to:
%%(php) // jw action() modified to allow attributes in single quotes
// jw 2005-07-08 error class moved to em
function action($action, $forcelinktracking = 0)
$action = trim($action);
$vars=array();
// only search for parameters if there is a space
if (is_int(strpos($action, ' ')))
{
// treat everything after the first whitespace as parameter
preg_match('/^([a-za-z0-9]*)\s+(.*)$/', $action, $matches);
// extract $action and $vars_temp ("raw" attributes)
list(, $action, $vars_temp) = $matches;
if ($action) {
// match all attributes (key and value)
preg_match_all('/([a-za-z0-9]*)=("|\')(.*)\\2/u', $vars_temp, $matches);
// prepare an array for extract() to work with (in $this->includebuffered())
if (is_array($matches)) {
for ($a = 0; $a < count($matches[0]); $a++) {
$vars[$matches[1][$a]] = $matches[3][$a];
}
}
$vars['wikka_vars'] = trim($vars_temp); // <<< add the buffered parameter-string to the array
} else {
#return '<span class="error"><em>unknown action; the action name must not contain special characters.</em></span>'; // <<< the pattern ([a-za-z0-9])\s+ didn't match!
return '<em class="error">unknown action; the action name must not contain special characters.</em>'; // <<< the pattern ([a-za-z0-9])\s+ didn't match!
}
}
#if (!preg_match('/^[a-za-z0-9]+$/', $action)) return '<span class="error"><em>unknown action; the action name must not contain special characters.</em></span>';
if (!preg_match('/^[a-za-z0-9]+$/', $action)) return '<em class="error">unknown action; the action name must not contain special characters.</em>';
if (!$forcelinktracking) $this->stoplinktracking();
#$result = $this->includebuffered(strtolower($action).'.php', '<em>unknown action "'.$action.'"</em>', $vars, $this->config['action_path']);
$result = $this->includebuffered(strtolower($action).'.php', '<em class="error">unknown action "'.$action.'"</em>', $vars, $this->config['action_path']);
$this->startlinktracking();
return $result;
%%---
now implemented as beta on this site. --javawoman
===files management===
//copied from filesmanagementsolution --jw//
**link** to files, rather than upload? would it be possible to add the functionality so that rather than store the files within the wikki, there was an option box for 'link' as well as upload. this would be useful on internal wikki deployments where you want to avoid file duplication by allowing users to point at the file to create a link to that file on a separate internal server. - rogerd
===exclude certain camelcase words from formatting===
popular scottish surnames such as mckenna are wrongly being interpreted as wikinames - is there any way to prevent that happening?
-- host86-133-223-194.range86-133.btcentralplus.com (2005-07-09 13:23:06)
how about something like a lookup table where wikiadmins enter a list of words that will be ignored for formatting on all pages? -- jsnx
~& sounds like a nice addition. two suggestions: 1) camelcase parsing should be made optional in the config file. 2) the list of words to be skipped could be implemented as a wiki page (something similar has been proposed for menus, acronyms and group management): this would make it a lot easier to maintain the list. my 2 cents -- dartar
===automatic summary===
//copied from [[http://sourceforge.net/tracker/index.php?func=detail&aid=1150914&group_id=118997&atid=682795 sourceforge]] --nilslindenberg//
is it possible to display through an action a little summary of the categories and sub categories available from the page we are in ?
===improving wikka===
a nice list of suggestions can be found at: [[http://smackaroo.net/by-blood-and-bone/mynextwiki by blood and bone]].
===import wikipedia database===
how can i import the wikipedia database? i don't want to use mediawiki. any idea?
~& sorry, there is no filter yet to convert mediawiki content to wikkawiki content, but it sounds like a nice feature suggestion. after all mw markup is quite stable... this said, do you //really// mean you want to import the actual wikipedia database and have it run on a different wiki engine? -- dartar
~& yes, i want. it would be great. maybe other sites will change to wikkawikki when they can import a mediawiki databse.
===note on edit, mandatory field===
i think it would be a good ide to let the administrator choose if the field is mandatory.
if it is, the form doesn't submit until there is content into it, and it should warn too with an alertbox.
only a little bit of php is necessary, the big part is in js, if i don't make any mistake...
--samueldr
===login using retrieved password===
the password retrieved from forgotten password does not work for me. is there some setting in php4 or mysql that would allow ""md5(md5(password)) == md5(password)"" to return true? since the password sent is the hash of the clear-text password, the current line in usersettings.php compares a hash of the hashed password to the hashed password, i think. i've found the correct code elsewhere in usersettings.php.
if ($existinguser["password"] == md5($_post["password"]) || $existinguser["password"]==$_post["password"])
this is the current version:
if ($existinguser["password"] == md5($_post["password"]))
the first one works for me. is there a problem with security in using that version?
-charlottefischer
~&charlotte, you are correct in that the code doesn't work as is. we are working on splitting up the whole (confusing) login/usersettings form into separate actions and forms; logging in with a "temporary" password should then not only be separate, but also force the user to immediately choose a new password since sending a password by email is inherently insecure. until we have that in place in a future release, your workaround is a good one (i came up with the same ;-)); but it's up to you to decide how acceptable it is in your application to let the user continue to login with an emailed password. --javawoman
===order of comments===
wikijochen made a comment on my page that would like to see the latest comment shown first and not last. --nilslindenberg
===own comments editing===
i think that it would be a good option to allow one to edit its own comments, sometimes, i make mistakes when commenting, typos or language things (i'm a foreigner) and i want my texts to all look clean.
currently, we can still copy and then delete the comment, but it is a pain to do so... sorry, i'm lazy, just like many other people. --samueldr
~&samueldr, this is a good suggestion. i've had the same thought about needing the ability to edit comments. the problem with "copy and then delete" is this can only be done until someone else comments. otherwise the comments will be out of order. consider it on the todo list for a future release. -- jsnx
===google sitemap===
see [[https://www.google.com/webmasters/sitemaps/docs/en/about.html here]] pushing the sturcture and changes of wikka to google could be an interesting (optional) feature. --nilslindenberg
~&apparently google uses **urls** to deduce the structure of your site in order to crawl it more efficiently (if it uses the information at all, which is not guaranteed); but our urls inherently do not map to any structure (that's because a wiki essentially is a network, not a hierarchy). the only case i could see where it might possibly help is with orphan pages - in other words pages that are not linked to from any other page - so google can find them; but then again, if you have a link to to an orphan pages page somewhere and you don't tell google to **not** follow the links on that page, google can find orphan pages as well. so i don't really see how this could actually help, given the "lack of structure" of a wiki. --javawoman
//copied from a comment from attachmentinfo --nilslindenberg//
does wikka support versioning of attachments?
imho a good idea. --nils
~&see allso wikkalogicaldatamodel --javawoman
===making pageindex go faster===
by default pageindex uses $this->""loadallpages""() which reads your **whole site** into one array. if you would use a new function like $this->""loadallpagesinfo""() you will get the same info but without the 'body' content. this should speed up pageindex a bit on larger sites...
1) find in ##wikka.php## (around 33%)
%%(php) function loadallpages() { return $this->loadall("select * from ".$this->config["table_prefix"]."pages where latest = 'y' order by tag"); }%%
and replace it with:
%%(php) function loadallpages() { return $this->loadall("select * from ".$this->config["table_prefix"]."pages where latest = 'y' order by tag"); }
function loadallpagesinfo() { return $this->loadall("select id,tag,time,owner,user,latest,note from ".$this->config["table_prefix"]."pages where latest = 'y' order by tag"); }%%
1) find in ##actions/pageindex.php## (top)
%%(php)if ($pages = $this->loadallpages())%%
and replace it with:
%%(php)if ($pages = $this->loadallpagesinfo())%%
1) same trick as in (2) can be done in ##actions/mypages.php##...
-- onegwr
~&see the first item on wikkaoptimization, too --nilslindenberg
===generate id in forms; allow class===
//i know we've dicussed this multiple times but could not find an actual suggestion; i've made it into a semi-spec.//
every form really should have an ##**id**## (attribute) to provide a 'hook' for styling (and javascript, if desired). we have a ##""formopen()""## method in the core that should be used to generate the opening ##form## tag (and its counterpart ##""formclose())""## - but this method does not generate an id nor accept a parameter to create one. it should be able to do both:
~-accept an //optional// parameter specifying an id and - if specified - use this to generate an id attribute
~-if the parameter is not specified, generate one using some algorithm to ensure it will be unique on the page (possibly using all provided parameters to create a hash, supplemented with a sequence number); only problem is this id might change when adding / inserting another form into a page but that could be worked around by actually specifying an id.
in addition, some forms really need to have a ##**class**## attribute (as well); the button-form for the grabcode handler is a good example: if you have a number of forms on a page that all should have the **same** styling, a ##**class**## would provide the 'hook' rather than the ##**id**## (which should still be there). so the ##""formopen()""## method should also:
~-accept an //optional// parameter specifying a class and - if specified - use this to generate a class attribute (and no class attribute if not specified).
--javawoman
~&an implementation for this is now coded and tested (and will soon be added as a beta feature on this site). see advancedformopen and generateuniqueid for the code --javawoman
===hiding anonymous host/ip from non-administrators===
on the wiki i run, it is not desireable for the ip/hostname of anonymous users to be displayed to just anyone. i've made a small modification to hide the ip/hostname of anonymous users to users that (a) are not administrators, and (b) not themselves. in handlers/page/show.php, around line 80 you can find: %%(php)print("\t<div class=\"commentinfo\">\n-- ".$this->format($comment["user"])." (".$comment["time"].")\n");%% i modified this to: %%(php)if ($this->isadmin() || $current_user == $comment["user"] || $this->loaduser($comment["user"]))
print("\t<div class=\"commentinfo\">\n-- ".$this->format($comment["user"])." (".$comment["time"].")\n");
print("\t<div class=\"commentinfo\">\n-- anonymous#".str_pad(dechex(crc32($comment["user"])), 8, "0", str_pad_left)." (".$comment["time"].")\n");
}%% and in actions/recentlycommented.php: %%(php)if (!$this->loaduser($comment_by)) $comment_by .= " (unregistered user)";%% was changed to: %%(php)if (!$this->isadmin() && $this->getusername() != $comment_by && !$this->loaderuser($comment_by))
$comment_by = "anonymous#".str_pad(dechex(crc32($comment_by)), 8, "0", str_pad_left);
}%% and in actions/recentcomments.php: %%(php)if (strlen($comment["comment"]) > 120) $comment_preview = $comment_preview.".... ";%% after this add: %%(php)if (!$this->isadmin() && $this->getusername() != $comment["user"] && !$this->loaderuser($comment["user"]))
$comment["user"] = "anonymous#".str_pad(dechex(crc32($comment["user"])), 8, "0", str_pad_left);
you will probably need to also update the xml handlers and the history page handler, but right now anonymous users cannot edit pages on my wiki. (actions/recentchanges.php, handlers/page/*xml*.php, handlers/page/history.php). --rick
===storing the ip-adress for registered users===
//copied from wikkabugs - this is a suggestion, not a bug --nilslindenberg//
security: i was wondering whether it would be possible to store ips for registered users as well. that way you can ban them via .htaccess if necessary. -sam
~& last known ip or every ip they ever connect from? i'd be willing to store one last known ip per user. - jsnx
~~& last known ip please :) thanks. - sam
~& i'd suggest adding *two* distinct fields to ##wikka_users##: last login ip/hostname + last login time - dartar
~~&i was also thinking of a way to ban users directly from the wiki (much in the same way as referrers are added to the blacklist of spammers). this might turn out easier to implement than a //user deleting action// (which was one of the ideas discussed [[useradmin here]]) - dartar
===single-click restore of previous versions===
//copied from wikkabugs - this is a suggestion, not a bug --nilslindenberg//
single-click restore of previous versions (without copying/pasting). -sam
~& ''yes, this will be implemented at some point.'' - jsnx
~~&i should point out that there is an alternative to copying/pasting.
~~~& go to the revisions page.
~~~& click the date and time link that you would like to revert back to.
~~~& click the 're-edit this old revision' button.
~~~& click the 'store' button.
in any wiki displaying code which //contains// that wiki's markup to indicate a code block will be a problem. while our "code" markup with a double percent is not likely to be a part of the syntax of any popular language other than our own wikka markup (though it likely is part of the syntax of //some// language) it could still easily occur in some code comment and thus throw the formatter off.
the only //generic// solution is to somehow "escape" ""%%"" in a code block so it isn't seen by the formatter as the end of the block. there are two problems with this:
~1)users must remember to "escape" the ""%%"" (although not doing that will be easily visible as a problem in rendering code)
~1)code with "escaped" ""%%"" can no longer be copied from the page source as is, while copying from the rendered code already has the disadvantage of losing some of the formatting (e.g, tabs being replaced by spaces)
copying of code has been made a lot easier on this site with the "grab code" handler (//still a beta feature//. if any method of escaping ""%%"" in code is used, and the grab code handler could "unescape" before delivering the code, the second problem would be basically solved (provided we actually distribute the handler with a coming version of wikka). that leaves us with finding an escape method that's easy for users to implement.
there are two requirements for an "escaped" ""%%"" then:
~1)easy to remember and apply by end users
~1)not (not likely) part of the syntax of any language
one option that came up during a #wikka conversation was to just replace ""%%"" in code with a keyword. a good candidate might be **double_percent** - it's easy enough to remember and easy to implement:
the formatter could detect this very simply and replace it by ""%%"" before feeding the content of a code block to geshi for rendering; the grab code handler could just as easily replace it before making the code block available for download.
thoughts anyone?
--javawoman
~&it's a good idea, but: you are sure double_percent is no reserved word in a language? or unlikely to comme up in a code? --nilslindenberg
~~&try googling for 'double_percent': **this** page comes up on top, with 8 others referring to the name being used (in lowercase) in two programs, as (part of) function names (i.e., not as reserved words). it's certainly not a reserved word in any of the languages geshi currently has support for, going by the language files it comes with. there's no way to be 100% certain but it seems to be a pretty safe bet. --javawoman
===preview===
a doubleclick on a page in the preview should lead to "re-edit" of the text. --nilslindenberg
~& good point, agreed -- dartar
another point: the access-key for "re-edit" is alt+p at the moment. wouldn't alt+e be more logic? --nilslindenberg
===global access control lists===
how about a global acl that allows you to pick a prefix to a wikka word that automatically has an acl applied? e.g. privatepage1, privatepage2 -- so the word private is the trigger, anything prefixed with that has an acl applied. -- jeremycoates
===color formatting===
the current color formatting isn't very wiki like. altho i can see how ""{{}}"" fits with wikka formatting style, text color is something i see myself using more often than tables. so here's the suggestion...
%%^<color> text^%%
this regex syntax is lifted from a ""usemod"" wiki patch.
%%s/\^([a-za-z]{1,}|#[0-9a-fa-f]{6}) (.*?)\^/<span style="color:$1;">$2<\/span>/%%
i am by no means a regex expert, but it seems that this should do the deal... i'm just not sure where it would go. by using style here, you can use ''#0000ff'', ''#00f'', as well as just ''blue'' or any other html defined color name.
--monstobrukes
~&please take a look at wikkaextensiblemarkup --nilslindenberg
~~&i looked at it. what point specifically did you intend i take from it?
~~~& javawoman had a proposal about a color-markup there. i think its the better place for the discussion. the recognition of markup is done in the formatter (formatters/wakka.php). i am no expert for regexps too, but wouldn't the first or catch too much? --nilslindenberg
===integration into existing site===
i'm trying to integrate wikka into an existing site auth system. i have wikka already successfully running with the includes of my main site, thus requiring main site login to access the wiki. i fig the best way to deal with wikka logins is to read the main sites "current user" info. when someone access' the wiki for the first time, their username obviously won't exist in the wikka userdb, so rather than making them create a login, i'll want to quietly query it into the wikka db. the problem is that wikka depends on wikiname formatted names. i don't care if people have their own page (may have it for a special few) password resets won't be an issue as stated below. while we may use comments (on the pages for the special few) they will prob remain off.
i'd like to do this as above to keep vandalism down. i've got almost 200k members and i know there are some jokers just waiting to anon deface crap just cuz they can. with an auto login like this, showing ppl their username as soon as they hit the wiki, it'll immediately cut that factor.
-- monstobrukes
~&i am interested in doing something very like this as well. i would like to integrate wikka into an existing phpbb site. i don't mind if my users have to log in twice - but i **//really//** don't want them to have 2 seperate usernames/ passwords. therefore ideally i would like the wikka to use the usertable from phpbb... has anybody else done something like this? -- kiltannen
~~&one solution that i've used is to set up a registration page that registers the user into both the bulletin board and the wiki user tables. i've then removed the registration screens from each of the two. users can then log into either of them using the same username and password. of course, this only works when registering "new" users...one would have to write a script to copy existing users from the bulletin board into the wiki user tables for current users. --gmbowen
~~~& not a bad idea - but breaks down for password changes and also name changes... i am going to try and build what i have described. i will make notes over here: usethephpbbusertable -- kiltannen
~&see also wikkawithphpbb --javawoman
===documentation===
copied to documentationdiscussion. --nilslindenberg
===pages linking to nonexisting pages===
as movielady pointed out somewhere, it could be usefull to see if there are pages linking to a non existing page (for example when you have renamed the page and have to update the links).
the following solution just prints out the links, without any other text ("the following pages link here") - which should be better placed in the backlinks action.
change in ##handlers/page/show.php## the lines with if (!this->page) to:
print("<p>this page doesn't exist yet. maybe you want to <a href=\"".$this->href("edit")."\">create</a> it?</p>");
print $this->action("backlinks")."</div>";
~&what's the </div> for? i see no opening <div>. --javawoman
~~&it closes the <div class="page">. --nilslindenberg
~~~&but i don't //see// an opening <div> - and this closing </div> is within an if clause. so when/where is that div opened, and when/where does it get closed when the condition is //not// true? something wrong with the logic here, or you're not showing enough of the logic. --javawoman
~~~~&ok, i was a littler bit short here :) the show handler opens a <div class="page"> before doing anything else (like the "has access"/page is existing check). so it has to be closed (and actually is closed) in every one of the three cases (1. no access to the page 2.pages is not existing 3.pages is displayed). in the official version it is closed after the "create it". i just moved it to have the backlinks inside the page-class (should have written that earlier :) --nilslindenberg.
~~~~~&all right :) i guess the show handler is just sloppily written. if you open a div no matter what conditions apply, then you also close it no matter what, i.e., opened //outside// the if statement, then close it also //outside// the if statement. whatever you do inside the if statement should have no influence at all: if opened, you must close it, no ifs and buts. i guess it's not wriiten like that (yet...). one for the code cleanup list. ;-) --javawoman
===sending 403 headers===
(related to the //search engine results inflation// item below)
for pages to which the user has no read-access, do you think it might be feasible/interesting to send - along with the //you aren't allowed to read this page// message - a http header like the following:
%%(php) header('http/1.0 403 forbidden');%%
-- dartar
~& oh, and maybe 404 headers for missing pages (which would help prevent se from spidering links to non existing pages)? -- dartar
===numbers as page names?===
i'm curious about the wikka convention that numbers cannot be page names. i'd like to be able to create "date page" (e.g. 2005-02-26) for notes and journaling, so this is a feature i'd definitely suggest.
btw, doing something along the lines of "journal/2005-02-26" or "journal_2005..." wants to create an external link.
thx, robertdaeley
~& agreed, we should drop this restriction. numbers in page names might also be useful to use wikka as a [[wikipedia:bliki bliki engine]], i.e. a hybrid blog/wiki software which is drawing increasing attention in the [[socialsoftware social software]] community. robert, take a look at this user-contributed plugin, which allows creating a calendar with single pages for days: jwcalendarwithpagecreation -- dartar
===configurable name for wikka engine===
i think it might be interesting for many of our users if we gave the possibility - in the install/upgrade wizard - to //rename// the engine from ##wikka.php## to something else (for instance, ##index.php##). this might be useful in cases where rr are off and the user wants to avoid long urls: http://www.mydomain.com/wiki/wikka.php?wakka=homepage can then become http://www.mydomain.com/wiki/?wakka=homepage. the name should be specified as an option in ##wikka.config.php##, for instance
this option might also allow using different engines (say, different versions of ##wikka.php##) on the same installation.
-- dartar
===search engine results inflation===
i have recently installed wikka on my [[http://dartar.free.fr personal website]]. everything works fine, except that the textsearch link in the page header (which i masked through css - i don't want to hack the code) produces [[http://www.google.com/search?hl=en&lr=&q=site%3adartar.free.fr&btng=search dozens]] of search results that i really don't want to be cached on google. same story applies to the revisions and history links that are cached on search engines: [[http://www.google.com/search?hl=en&lr=&q=site%3awikka.jsnx.com+revisions.xml&btng=search this]] is what happens in the case of our main server. i'd also would like to avoid default wiki pages (like sandbox, mypages, usersettings etc.) to be crawled and cached (simply setting acls to !*-!*-!* won't do the job). maybe we should think of a way to allow the user to decide //what kind of content// of her wikka-powered site should be spidered by se and what content should not. -- dartar
~&i think i've suggested before that the sandbox should not be indexed - the way to avoid this would be to add the appropriate meta tag to the page's head. that concept could easily be extended by allowing a wikiadmin (not the wikiuser!) to define a list of pages where such a meta tag would be inserted. generating a little text note to the effect for //all// these pages could also go some way to discourage spammers. --javawoman
===for better overview===
1. it often takes too much time to check if a wiki has changed and what has changed. in the case of wikkawiki one has to check recentchanges as well as recentlycommented. a combined page would be more convenient - richard
~& hope you have a large screen: sowhatarethenews --christianbarthelemy
~~&nice one, christian! while you're at it, you might want to add the recentcomments page (or its content) as well, so you get a better overview of **all** recent comments and not just //pages// that have recently acquired new comments. then you have it all in one place. ;-) --javawoman
===generate page from an external database===
as described in dynamicpagegeneration i'd like to create a mailling-like system to fill in pages containig custom fields with data from an external database or a simple table. this could be done through a few actions or by writing a new handler.
this idea can be extended to an inline editor to add/remove/edit entries in this external table if wikka store creditentials with write access in its own tables.
the main goal is to integrate data from an existing knoweldge base in a wikka based documentation repository.
===dotmg insists about favicon.ico and robots.txt===
please add the following two lines to ./.htaccess
%%(apache)rewritecond %{request_uri} !=/favicon.ico
rewritecond %{request_uri} !=/robots.txt
rewriterule ^(.*)$ wikka.php?wakka=$1 [qsa,l]
%% this will prevent /favicon.ico and /robots.txt from being redirected to wikka.php?wakka=favicon.ico
with these 2 lines, we don't have to modify wikka.php as suggested in favicondotico --dotmg
~&it can be done more generically by simply preventing rewiting happening when the requested url matches an existing file or directory: %%(apache)rewritecond %{request_filename} !-d
rewritecond %{request_filename} !-f%% --- the first line excludes any directory, the second any existing file (which would include robots.txt and //any// icon file - you do not necessarily have to use favicon.ico). --javawoman
===category icons===
create a table which maintains a mapping between wikka categories and an associated predefined icon graphic. when the directive {category_icon} is used the category's icon is dropped into the page at the location of invocation. -karmatester
~& karma, we are actually considering the possibility of integrating a set of gpl'ed icons (and the relevant actions/formatters) in wikka. stay tuned... -- dartar
~~& you're more than welcome to use our icon action and icons: [[http://nontroppo.org/wiki/wikiicons wikiicons]] which were copyleft [[http://mc.clintock.com/first_floor/study_1/desk/computer_projects/icons/index.php from here]]. the icons were auto-generated from the svg versions at various sizes, you can take what you want. only problem is they are png's -great in any browser but ie!!! --ianandolina
~~& some more at iconsinwikka -- christianbarthelemy
===automatic table of content generation===
a table of contents {toc} directive is replaced by an ordered list of defined headers in the wiki page. this makes it easier to navigate pages which are very long like this one. -karmatester
~&have a look at tableofcontentsaction for some ideas about creating a toc (automatically or triggered by an action...) --javawoman
==wikka markup inside tables==
- i think it would be nice if you could use wikka markup (""**bold**, //italics//, __underline__, etc."") inside of tables. - richardterry
~&richard, thanks for the feedback. it is on my agenda to look at another solution for tables. my plan is to allow straight html table syntax after running it through the "safehtml" checker. but i need to check that there are no security risks with this first. also, i'll take a peak at your suggestion too. -- jsnx
~&check out my proposal for an extended tableaction which does provide this. (tableaction is intended as a preliminary solution until we have table markup.) --javawoman
----
===robot friendly pages===
right now (1.1.6.0), if a non-existant page is requested, the wiki returns status code 200, which will cause the page to be indexed by search engine spiders. it'd probably be better to return 404 (not found) or 410 (gone) or include robots exclusion meta tags in the pages that don't exist. --barkerjr
~&ah, maybe this is why a now non-existent page that i deleted 2 months ago is still getting 50hits or so a day from the porn/vicodin/viagra sites that linked to it (don't ask //me// why...it was a completely inoccuous page)...at least according to the referrers database table. --gmbowen
~&see robotfriendly. --dotmg
=== //kant-en-klaar// code blocks ===
a micro-idea before going to bed. we all know it's a bad idea to copy code blocks from the formatted version of a page.
if i want to test some freshly posted code, here's what i have to do:
~1) open a ##/raw## version of the page;
~1) scan the page for the chunk of code i want to save (this can be pretty difficult on long source pages with no syntax highlighting);
~1) open a text editor;
~1) copy the code block;
~1) paste it in the text editor;
~1) save the file.
wouldn't it be nice to have at the end of each code block a small link pointing to a handler allowing the user to download the code block with the right name and the right extension just //with one click//?
see grabcodehandler for a first proposal -- dartar
===security verification test from wikini===
on the top of most page handlers, the wikini developers have:
%%// vérification de sécurité
if (!defined("wikini_version"))
i'm not sure what exactly this does, can anyone enlighten me; and if it is a good idea, then it should considered for wikka too... --ianandolina
~&this is to ensure that a hacker can't view a page directly, with url like http://wikka.jsnx.com/actions/recentchanges.php. if this technique is possible, he (the hacker) can send request to make your wikka site output error strings. but in wakka forks, this will result in handlers "page/recentchanges.php.php" not found, if rewriteengine is on. if else, i' ll test it and i'll tell you. the simplest workaround, if it's the case is to add a .htaccess file at ./actions, .handlers/page directories, with the content : deny from all. --dotmg
(the following was copied from a comment on modrewrite -- javawoman)
//hi, i discovered that the default .htaccess included did not work for my setup up. i needed to include ""rewritebase"" /directory/ as well since wikka is installed in a subdirectory. i hope this helps anyone having trouble getting wikka to work.
-- h-67-102-97-191.mclnva23.covad.net (2005-02-11 04:49:37)//
the installer **correctly** deduces the base path for the configuration; it could conceivably also detect if it's sitting in a subdirectory, and if so, dynamically change the .htaccess file and include the correct ""rewritebase"" statement to take care of this. --javawoman
===separation of wakka class from wikka.php===
i use wikka as wiki engine of [[http://diantn.free.fr my page]].
imo, the wikka.php file is too big to be one single file. i suggest that we separate the wakka class into new file, say wakka.class.php
and then in the wikka.php, e.g at line where the wakka class previously located, simply we put:
include ('wakka.class.php');
-- din
~&din, this is a //very// good idea. i fact, the idea had crossed my mind already, but thanks for the reminder. :) indeed, a class belongs in a file of its own. --javawoman
~~&maybe a folder called classes? the handlers/page/diff has a bunch of classes inside, too. --nilslindenberg
~~~&with my current proposed structure on wikkacodestructure, it would go into the library folder; classes that are shared, into library/common. i prefer a //functional// separation rather than one based on coding format. --javawoman
===inherit acl from 'parents'===
create a page and when creating a page from there, give the option to copy the acl of the first page.
should pages be linked in some form to some documents given the fact that wikka is flat, not hierarchic.
forthelazy - chatlog and summary.
-- freeknl
~&imo the acl system has to be dumped and/or renewed/rewrittem to accomodate usergroups..
~&i have been thinking of presenting a modification that will actually implement this user managment system ..
~&having privileges for each page is making userprofile-specific-features on wikka efficiently non-existant.
~&the ability to create custom usergoups ( aka levels, profiles etc. ) would enable the addition such features
~& ( ip/hostname display , access to special parts of the wiki and such .. ) -- georgepetsagourakis
see also hierarchiesandinheritance for some background --javawoman
===paragraph instead of line-breaks===
(copied from whatsnew -- dartar)
why is it that the formatter creates line breaks instead of paragraphs? i've been trying to figure out a way to get wikka to do this, but it may be nice for there to be some sort of option in a future release. paragraphs tend to be more useful for doing css formatting.
-- scumble
+1 — semantically, wikka's current lack of proper paragraphs and liberal sprinkling of line breaks is really undesirble. i made a hack-mod on my wakka some time ago in formatter/wakka.php (just after the preg_replace_callback):
i don't know how that will affect wikka (it was designed for my formatting which is different to wikka slightly), and there is probably a much better way to do it (call a post-formatter?), but it is possible using a small modification at least... --ianandolina
===save pages to pdf format===
(copied from wikkadevelopment --nils)
page output to an adobe pdf file using fpdf.
e-mail this page facility
--jamesmcl
===usergroups===
(copied from wikkadevelopment --nils)
yet another idea from me:
~usergroups. so i can create a group of users, and just write that group into the acls...
~gregorlindner
- take a look at groupmanagement (which doesn't seem to be finished) - or at aclswithusergroups.
==="in work" for wikka-pages===
(copied from wikkadevelopment --nils)
add a page property, 'status' [?] that can be used to facilitate code development within wikka. imagine a very basic cvs system. a user can change the status to "in use' while considering improvements to the code, and then change it to 'available' when done. this may prevent this scenario:
- multiple users see the same code and concurrently start working on changes.
- one user posts his changes.
- another user posts his changes without realizing that the code had been updated.
or
- another user has to go back through his code and incorporate the changes made by the first user.
~&comments:
~&''**dangerous!** consider the following scenario: user has been hard at work all week, now it's friday afternoon and there's some time to do an edit or three. user opens each page in a browser tab, marking all three as "in use" and starts to edit them. clickety-click. suddenly user realises he has to run to catch the train home. run! on the train, user realises the three pages are still open in the browser and "in use". "no matter", thinks our user, "it's always quiet during the weekend and i'll get back to it first thing monday morning. on sunday afternoon, user plays soccer, as he always does, and breaks a leg, which he usually doesn't do. user is transported to hospital where he has to stay for four weeks. ... a bit exceptional maybe - but what **do** you do with "dangling in uses" and when (how) are they considered "dangling" in the first place? --jw''
~~&good point, but this modification would be only an informational resource to facilitate user communication. techically, users could still update the page any time they wanted. it would just be a courtesy to hold back if you saw that a page was 'in use.' i didn't mention it above, but i planned to also add a field that would timestamp when the status was last changed. so in your scenario, we would see that the page had been marked as 'in use' for several days and feel free to ignore it. however, this does bring up the idea that it would be good to also have a 'note' box available for updating the page status -- used for comments such as, "should have the code updated within a few hours." better now? -- jsnx
~&i've got code/table changes done that indicate if anybody (other than oneself) opened the page to "edit" in the last 15 minutes. it's on an iteration that isn't "live" right now (it's part of an earlier installation of wikka that we just haven't brought the code forward from yet), but i can make it that way so you can test out the functionality if you want. since much of our site will be geared towards small teams doing collaborative editing, it was designed so that editing conflicts would not occur. let me know if you want me to get it installed at a test site. -- gmbowen
~&''i agree, it's an important issue (some wakka forks have already addressed the problem of concurrent editing) -- dartar''
~&''jsnx: if it's purely informational, that's better; i thought the intention was some kind of locking. so you'd have something like:
~&then - would the state apply to the logical page or to a particular version? if the latter, what happens if a page is reverted to that version? what happens to the state when another user goes ahead and edits the page anyway?
~&and i still think you'd need some kind of admin function to "clear" dangling in use states that are older than xx minutes/hours/days.
~&gmbowen: is yours completely automatic or user-initiated? what happens in the run off to catch the train scenario? -- javawoman''
~&(i) it's purely informational, not a "lock"...it sets a red exclamation mark beside the page name at the top if the "edit" link (or double click) has been used in the last 15 minutes by anybody other than yourself (ii) it's automatic (iii) the "train scenario" can't happen. it doesn't check if "saved" or not, just whether an edit was started in the last 15 minutes. this means that if the person doing the edit hasn't saved in the last 15 minutes when editing then the exclamation mark isn't activated for another user. but, people should save edits every 15 minutes anyways methinks. it's not "foolproof", but was meant to avoid many sorts of common editing conflicts on collaborative documents. it's not a very "big" edit of the wikka code actually. the edit.php script timestamps the most recent version of the page when it is activated, and there's a small addition to header.php that checks when the page is loaded to see if the current time is < 15 minutes from that timestamp & if so shows an exclamation mark. finally, there's a small linked graphic that "refreshes" the page beside "homepage" and the "edit" link (essentially, it's just a link to the page itself) so a user can check the edit status before deciding to edit it themselves. for server load reasons i decided to not have an automatic check (once every 5 minutes for example) since most people read & don't edit much of the time so it made sense more to encourage people to check edit status themselves. of course, it would also be possible to have edit.php check to see if the file was edited in last 15 minutes and if so, ask the user if they wanted to continue with their own edit. hmmm...i'll have to think about that. as it sits it worked pretty well when tested (but remember, i'm into small group collaborative writing tasks....i'm not sure how it would work if the pages were "open" to everyone). it originally took me several hours to write the code myself, but i'm sure it would take jw or dartar or jason maybe 30 minutes....and the code would probably be more efficient (i'm not a real coder remember :-( ) -- gmbowen (aka mike) (i've now provided my code & mods @ [gmbowenrecenteditcheck] for people to play with)
===searching (in) comments===
//(copied from wikkadevelopment --nils)//
add the ability to 'search for all comments by user x'. how this might be useful: i want to find a comment by javawoman ''//(really?)//'', but i can't remember which page it was on -- she's quite prolific! -- ''//(i admit i'm easily distracted. what am i doing here, now!? :))//'' so i use this new function to list all of her comments.
~&yes. and related: an extension of this or the general search function to search by //comments content// (in addition to page name or page content) would, i think, be also useful. --jw
~~&agreed. -- jsnx
~&nice idea :). for //comments by user x// (and, why not, //mods by user x//) we could imagine something similar to google syntax for site-restricted queries. e.g.: ##i18n user:""javawoman""##. the scope of the query (pages, mods, comments, anywhere) should be settable as a radio button (similar to google's restrict search options). fyi, //comments by user x//, //pages owned by user x// and //changes done by user x// were already partially addressed by the following action proposals: usercommentsaction, userpagesaction, userchangesaction -- dartar
~~&in general....given the complexity (and utility) of some of the conversations now happening in the comments, i think that we should consider either (i) the current textsearch being expanded to include the comments, or (ii) a separate action be written directed at searching the comments table (possibly an easier route). the latter might mean we consider renaming the search pages to ""searchtext"", ""searchtextextended"" & ""searchcomments"". [i now realize that this "search comments" feature is a **"lost"** feature. i realize now that //earlier// versions of this wiki had the comments stored in the pages table and were therefore searched. when they were moved to a separate table, the ability to search comments was lost. (update: see my gmbowen directory for a (temporary) solution for this....even separates results for comments & pages into two columns) a separate action to list all comments by a user would also be useful. in a related comment on the comments, and given my arguments about the complexity of conversations in some of the comment threads now, i suggest that we also consider developing code for threaded discussions in the comments....which i think will considerably enrich collaborative efforts (such as we engage in). -- gmbowen
===order of the text-search===
//(copied from wikkadevelopment --nils)//
it would be good if the text-search would be sorted in some way. if i search for example for "gmbowen", a page with the exact match (his userpage) should be on the top of the results. the next results perhaps in alphabetical order? --nilslindenberg
===highlight unseen recentchanges===
//(copied from wikkadevelopment --nilslindenberg)//
add fields to the 'users' table [?] to track when recentchanges and recentlycommented were last viewed. then recentchanges and recentlycommented can by modified to highlight new items since the user last viewed the page.
~&if it's only for **highlighting**, ok, but i'm not waiting for that. if it's for **filtering**, please no. i quite often trace back several days to re-review pages or comments --jw
~~&ok. point taken. i was considering doing some form of filtering, but will now only consider higlighting, as requested. -- jsnx
~~&i totally agree with jw's point -- dartar
~~~&actually, i //could// imagine separate functionality with filtering being useful on a busy site, but then as, say, unseenchanges and unseencomments - **in addition to** the current "recent" functionality; that way the semantics of "recent" would not be changed. but i agree it's low priority. --javawoman
is there a way to include a target in a link, so that the link opens in a new window?
--gregorlindner
===signature===
//(copied from wikkafaq, but perhaps better at wantedformatters? --nilslindenberg)//
does wikka support automatic user signatures in pages (not comments)? i need some code so that users don't need to enter their username and time/date when they are working on a page in threadmode. i've searched in the docs, but i could not find anything about this, any ideas?
-- jeroenjansen (2005-01-28 11:35:43)
~& jeroen, there is a hack for automatically adding a user's signature in wakkawiki posted by nickk on his [[http://wakkawiki.de/nickk homepage]]. it should be easy to adapt to wikka. -- dartar
~~& dartar, just saw your reply. thanks for the hint! --jeroenjansen
=== easy way of adding links ===
most wikis i have set up have the need for a page containing a list of links. it would be great if wikka could support this in some way - such as providing an easy way of adding links to a configured page. one way of doing this could be a simple java scriptlet that you configure with the address of the link page. then, you mark a link in a web-page, click on the scriptlet, enter a short description and bang - the link is added to the wiki page.
the del.icio.us [[http://del.icio.us/doc/about page]] offers some user contributed hacks which may be a starting point.
-- matthewlangham
~& matthewlangham, i propose addlinkaction as solution for adding links on a page in a structured way. i also added (under the beta section at the end) a ""javascript""-link that you need to bookmark to fast add a link in two mouse clicks... (works with firefox and ie under xp, still needs testing with other browsers) -- onegwr
=== create rewrite rules on install ===
~//copied from comment on wikkainstallation --javawoman//
since i installed wikka in a subdirectory under the domain root i needed to add the following to the .htaccess file just under """rewriteengine on""":
""rewritebase"" /subdirectory/
devs, how about writing the .htaccess rules at the same time you write out the wikka.config.php file since you automatically pickup the wiki base location at that point?
-kt
-- karmatester (2005-01-26 06:52:07)
=== image dimensions ===
the [[addingimages image]] action really needs the ability to specify image height and width. :) --movielady
~&i agree that it would be better to have defined width and height in the resulting img element: faster output, and no "jumping" pages. however, php can easily derive these dimensions by itself - would that be sufficient or do you think it's also necessary to be able to override the actual dimensions of the image file? --javawoman
~~&there surely will be users which want to do that. my suggestion (if possible): allow height and width as optional input. if nothing the variables should be filled with the values of the image. --nilslindenberg
~~~&noted. more //easy// suggestions like this, please. :) --javawoman
~~~~& yes, that exactly, nils. lol lemme get my list, jw. ;) seriously, though, i really like what you all have done with this wikki, and the multitude of suggestions are only because i'm getting invested in it. *g* i've been sick or i would've worked on the deletespamaction changes sooner so i could feel like i was actually doing more than "i want it to do this!" ;) --movielady
dear all: see my proposal at enhancedimageaction
~& that's great, christian, thank you! --movielady
===clearing acls===
there should be a button on the acl page to "reset acls to default". what this would do is delete the record for the current page from the acls table. there is a distinction between setting the acls to the sites default values and not having acls defined for a page. if the acls are set and the default values get changed, the page will remain at the set values. however, if no acls are defined, the page will always use the default values.
to help show the distinction, there should be a visual indicator on the acl handler page which states whether the page has acls defined or is using the site's default values. basically, just check for a record in the acls table for the current page, and display a message accordingly. -- jsnx
== user registration control ==
it would nice to have the registration function check to make sure there isn't another account with the same email already registered so that one person doesn't clutter up the db with multiple accounts. (or at least the configurable option to check for only one email/one account.)
it should also then be easier (i would think) to use it to essentially ban by email address; if the registration process checked for an email in the user table, found that it was already in use and didn't let the person create a new username, one could use the wonderful aclswithusergroups hack that christian created to make a list of banned users by username. yeah, yeah, folks who want to abuse the system could always create new email addresses on the various free sites, but that's an awful lot of work, and this would at least slow down some of it. --movielady
~&you know how many testusers my wikka already has? *g* this should do the job (this time no config option, sorry jw :)
~&%%(php)
function existsemail($email)
$count = 0;
$query = "select count(email)
from ".$this->config['table_prefix']."users
where email='".mysql_real_escape_string($email)."'";
if ($r = $this->query($query))
{
$count = mysql_result($r,0);
mysql_free_result($r);
}
return ($count > 0) ? true : false;
~&place this function in wikka.php right after function userwantscomments(). and change in actions/usersettings.php the following line: %%(php)
else if (strlen($password) < 5) $error = "password too short.";
%% to %%(php)
else if (strlen($password) < 5) $error = "password too short.";
else if ($this->existsemail($email)) $error = "you already have a username.";
~&--nilslindenberg
~~& lol i can imagine. thanks so much for this - i'll try it out this evening. --movielady
~& speaking of registration control, note to self: make a configuration option to turn off new account registrations. some sites might be private and not want people registering. admin privilege should override this and still show the registration fields in usersettings, to save the admin from having to go into the database manually to add acounts or some other hack. -- jsnx
~~& (you saw userregistration by nils? i think it, or something like it, should be standard. mike)
~~~& doh! i somehow missed that. that's pretty much what i had in mind. nice job, nils! :) -- jsnx
~~~~&thank you. about your admin-adding-user case: that's an addition to useradmin, not for usersettings. --nilslindenberg
~~~&there's also code around that uses gd & that could be built onto nils' code that generates a "registration password" automatically and outputs it as a distorted graphic image.....the code is intended to befuddle auto spam registers & thus stop open-registration sites from being hit by spam bots that register themselves as users. ultimately, as the bots become more sophisticated i think we'll have to use something like that or else sites like this one (with open registration) will be victimized. [[http://www.bluecopia.com/form.php here]] and [[http://www.horobey.com/demos/codegen/ here]] are examples of what i mean (i like the simplicity of the first version in the second example). -- gmbowen
~~~~&yes, "captcha" is an old trick - it will keep out some bots (but not all) and it will keep many people out, too, like those who are visually handicapped (not just people who are totally blind - being colorblind may be enough to be defeated by such tricks). add a sound equivalent? well, there are people who are deaf **and** blind. are we going to deny them access to our wikis? i'm not in favor of making wikka **in**accessible when we should be working towards making it **more** accessible. --javawoman.
=== rss options ===
it would be wonderful to be able to choose what kind of rss feed is created for a page. for example, ""{{rss}}""/""{{rss show="1"}}"" could show only the headlines and the update field (current setting), ""{{rss show="2"}}"" could show a blurb of the updated info, ""{{rss show="3"}}"" could show the whole update. --movielady
=== embed a blurb from a news page into another page? ===
i currently have no idea how one would approach this, but thought i'd toss it out there for others to think over. i would find it really useful to have an announcement action (maybe ""{{news}}""?) that i could use which displays only the most recent (configurable) number (e.g. ""{{news show="2"}}"" would show the most recent two entries from the page) of entries from a specific (configurable or static?) page. right now i do this by hand, adding the current announcement to both the front page and the news archive page (so i'll have a history of the announcements), and boy, what a pita! what i'd like to be able to do is just edit the news page and have it automatically update what displays in the news area on the front page. possible, or am i smoking something i need to share? ;) --movielady
~& i am doing this using the includeaction - at least you only update one page (thenews). --christianbarthelemy
~~& thanks, i'll try that out. --movielady
~~~& did you do anything to get it to add only part of the page being included (for example, down to the first horizontal line)? --movielady
~~~~& nope. i just only keep the news updated in thenews page so that the whole page is displayed when included. --christianbarthelemy
~~~~~& ah well, i'll keep working on trying to figure out a way to do it. *g* thanks! :) --movielady
===logging-out===
perhaps the installer should tell the user that he will be logged-out (because of the new cookie-names). would be nicer. btw, the /setup directory needs an update (or better the files in it). --nilslindenberg
=== backlinks ===
it would be wonderful to have the option to display the results of the ""{{backlinks}}"" action in columns, similar to what ""{{category col="3"}}"" allows you to do. --movielady
~&noted - good suggestion. --javawoman
if ($pages = $this->loadpageslinkingto($this->getpagetag())) {
$links[] = $this->link($page["tag"]);
// #mw:commented print(implode("<br />\n", $links));
// #mw: ja, här ska jag fixa stöd för kolumner via parametern col
=== language file ===
i would be nice to see all phrases put into a single file. this would allow to translate the wiki in a few hours without changes every single file.
~&look at dotmgs approach at wikkainternationalization. but at least it should work for languages in the range of the "normal" (ascii?) code. if you are interested, you should start a page in where we can collected the hard-coded sentences (would wait for the .6 relase, anyway). --nilslindenberg
~~&the most flexible and powerful way to support i18n is still gettext which is supported by php. if we go in that direction (likely), manually creating a "language file" is needless work since gettext does all that automatically for you. and it supports options for handling plurals and such which simple string-to-string language files cannot handle. the problem is that code needs to be written in a way to properly be able to use gettext, so that translatable strings **do** contain whole phrases with punctuation and **do not** contain any html markup (actually this is true for simple laguage files as well). currently our code is not "in shape" for i18n though, so that's the first job we'll have to tackle. --javawoman
=== user names ===
is there any likelihood of non-wikiname usernames (e.g. movielady) in the future? it's one of the things i've been asked a lot by the users of the site i use wikka for. (most often heard comment: "but other wikis i've used let me do it!") obviously it's possible to create non-wikiname pages, so why not usernames? (i have looked on the site, but i've probably missed the explanation.)
i also agree with nils that it would be really wonderful if some sort of default user page was created when a person creates an account.
~& should not be that difficult? in usersettings.php there is a part where a new user is created. after the mysql query which adds the user to the user-base, another query which inserts the user-page to the pages table is needed. anybody here whos good in creating mysql-queries? --nilslindenberg
~~&automatically creating a user page should certainly be possible (easy enough). but while on some wikis you may have a small group of people regularly contributing, on others many people may register just to post one or two things, and then disappear, never even look at their user page - and you'd end up with a lot of empty pages, all of which will show up in the pageindex. so it really should be a (wikiadmin) option to determine whether user pages are automatically created or not. --javawoman
~~~& excellent point, hadn't thought about that. :) --movielady
~~~~& see automaticuserpagecreation for a first version. or test it [http://www.niehle.info/userregistration here] and it is of course an additional config-option :) --nilslindenberg
~~~~~& fabulous! i'll check it out. --movielady
y'all are doing a marvelous job, btw and it is greatly appreciated! :) (i will try to contribute as i can, but honestly, some of the programming is beyond me at the moment.) --movielady
i actually hacked usersettings.php to allow for non-wikinames. just change lines such as 152 and 179 from:
if (!$this->iswikiname($name)) $error = "user name must be wikiname formatted!";
then modify header.php so that the username is wikified. so change a certain line (i modified my wikka so much that i can't give accurate lines) to:
echo "you are ".$this->link($this->getusername());
i'm not sure how well this will work in the long run, but it worked for me!
-- mikexstudios
~& good idea, except that having a non-wikiname causes problems elsewhere. for instance, i edited my db by hand and changed a couple of names to non-wikinames, and then one of the users with a non-wikiname forgot (sigh) her password. she tried to request a new one, but the temporary password function wouldn't recognize her username as being valid. and that's certainly not the only place that checks for a valid username. (the automatic sig on comments doesn't show a hotlink to a username if it's not a wikiname, either.) just fyi. :) --movielady
~~& i do really want to use non-wikinames (or just turn wikinames off completely somehow). the temp pass and comments can be easily modified, comments can use the same header code above if the user exists. i know many of us are used to wikinames, but it is extremely odd and intimidating to newbies. thats why mediawiki dropped all wikinames so not to intimidate anyone and lessen the learning curve. so i hope there is some way to make wikinames an optional thing. --ryanknoll
===finally using cvs?===
i apologize since this idea has been suggested before, and i believe the developers are working to implement it already. however, with the beta of 1.1.6.0 released, i think it would be a good time now to start using cvs. this allows for better collaboration and as each bug fix or feature is implemented, developers and testers can grab new copies and work out further bugs. in addition, this allows more outsiders to participate in the code development process and not wait as long from the transition of releases.
also, i am willing to help with the cvs migration process if needed and help anyone who is interested in learning how to use cvs.
-- mikexstudios
~&there is a cvs version of wikka at [[http://sourceforge.net/projects/wikka/ sourceforge]]. just has to be updated --nilslindenberg
~~&actually, nils, we need a lot more than "just updating" the cvs at sourceforge. we need to integrate cvs in our development process - and develop a process for doing so. that requires a bit of planning... :) and while at least some of us have experience with source control systems, at the same time some of us **don't** have experience with cvs specifically, so a bit of study will be required before we can start planning. help with learning how to use cvs //well// from someone who has experience with it would certainly be welcome, mike! thanks for the offer. --javawoman ''(reading manuals....)''
~~~& the "just was meant as an addition to existing ("of course" would have been better, though :). i just wanted to point out the existing (or better non-existing ;) usage of sourceforge, in case mike does not no. it is obviously to me that you have to integrate it into your development-process, otherwise it would not be out of date (*duck & run* ;) --nilslindenberg
~~~~& hi nils. actually, i did find wikka's cvs repository at sf weeks ago, but i forgot to mention it in my above post. javawoman pretty much echoed my thoughts. we need to actively use cvs/update it constantly as changes are made. i run a project called [[http://xcomic.sourceforge.net xcomic]] that uses sourceforge's cvs a lot, so i have some experience with that. in addition, i recently set something up for my project that i think will be pretty cool if wikka decides to really use cvs: a commit mailing list. anytime someone makes a change to the cvs (modification, addition, or deletion), an automatically generated email will be sent to anyone on the suscribers list detailing the files changed and the areas changed (a diff). in any case, version 1.1.6.0-beta4 should be committed and access should be given to a few main developers. then smaller contributors (like me) can send code changes to the main developers who subsequently commit. --mikexstudios
~~~~~&mike, i for one would welcome your insights in using cvs. both dartar and i have some ideas about how we want it set up - but no experience in doing so (in cvs). may i suggest you join our [[http://lists.sourceforge.net/lists/listinfo/wikka-developers developers mailing list]]? for this type of thing i think that would be the best medium to discuss thoughs and methods. i like the idea of a commit mailing list. --javawoman
===list of special actions?===
a complete reference list of all the special actions (e.g. ""{{nocomments}}"", ""{{category}}"", etc.) would be really nice. --movielady
~&have a look at usingactions which has a current list of available actions. we're working on automatic actions documentation, so that both that list (expanded with short descriptions), and documentation pages for individual actions will pull content from the actions files themselves. (not for 1.1.6.0, but likely the version after that.) --javawoman
~~&thank you! i figured something like that somewhere, but couldn't find it. :) i'm more than happy to help out with documentation if you need help! --movielady
===allow spaces in pagetitle===
allow spaces in the document title and replace it later with "-" to optimize it for search engines.
~& wikka already uses the smarttitle formatter, which displays the highest-level header present in the page (like: ##""===== this is the main heading""##) as a html title. see for instance the title of formattingrules. -- dartar
===user-defined formatting rules===
it would be nice if wikka supported some way to add in user defined wikki formatting rules (that is, without editing ""./formatters/wakka.php""). not sure what that would look like. a few thoughts i've had:
-an array in wikka.config.php
-a function defined in a standard place (like ./formatters/wakka_user.php). ""./formatters/wakka.php"" could then call that function, if it exists). maybe even a flag in ""wikka.config.php"" to enable it.
--kickthedonkey
===local links===
it would be nice if a link to the same host as the wikka install was not flagged as 'external'. i've added a 'hack' to my personal page: kickthedonkey. works fine here.
--kickthedonkey
==compile category action==
a "compile category" action. right now, if i go to categorydocumentation i can see a list of all of the pages in this category...but it still requires a lot of snooping to find what i want. as an administrator i'd like to provide a pdf "booklet" of all of that output for users to download. to make this now would mean going to and printing each and every page (using a software tool, to a pdf file). ugh. an action that let me go ""{{compile category="categorydocumentation"}}"" to generate a single web page of all of that documentation would be quite useful because then i could just print it to a pdf file once.....then i could provide a link to the pdf file so users could download it and print it off.
===compatibility & installer===
//(copied from comment on wikkainstallation, i support this proposal - and agree that @ in front of a statement should generally be avoided, unless any errors are actually dealt with. (layout slightly adapted.) --javawoman)//
important: installer uses too much "@" before all mysql calls...
- compatibility-problem is solved now, text moved below to resolved suggestions->compatibility with php 4.1.x) --nilslindenberg
===handling the config===
i have three questions about the config. see handlingwikkaconfig.
--nilslindenberg
''see also wikkasecureconfig for a possible new appraoch. --javawoman''
===markup for code not to be shown===
i read this suggestion elsewhere (not in wikka i don't think...some other wiki i think) and didn't think anything about it at the time, but now with the showpagecode action (mod042fshowpagecodehandler) am thinking that maybe some wiki markup for "comment text" that is not shown by the code interpreter might be useful (in other words, visible when editing the page, visible when showing the code, not visible when just viewing page). i suspect it might be simple to add this....am i wrong?? -- gmbowen (mike)
~''essentially you can already do this -- well, mostly -- since wikka supports html markup: just enclose the element to be hidden in html (sgml) comments: **<!--** at the start and **-->** at the end, and then mark the whole as being html. one gotcha: the content between inside the comment declaration cannot itself contain a double dash (hyphen) since that would terminate the comment. and a proviso: html should be enabled. --javawoman''
i played with this a little and did a modification of formatters/wakka.php (see [[http://131.202.167.33/wikichanges/wikka.php?wakka=mod009addinghiddencommentcodetowikiformatting here]]) that got rid of monospace and replaced it with the comment brackets. it works okay, although it does leave a blank line in the code. i tried making my own format within that code (using ^^) and got nowhere....but what i did works okay. thanks for your feedback...it provided info i needed to do the change in the wakka file. -- mike
~''but why make a modification at all? html is **already** supported. ""<!--(so let me include a comment here.)-->"" do you see the commented out text? it's right here in my reply; edit the page to see it. :) --javawoman''
ha...i learned something here....i didn't have html turned on in the config file (oops!)....however, one thing to remember is that i'm dealing with a different "audience" for using this wikka tool (13-18 year olds, many not computer literate at all, and who would be completely alienated by even thinking about using html...although maybe not all **that** different from an "average" user) and i'm trying to have it as useable as possible for them. for that group, there's a big difference between typing ""##"" twice when they might want to add a comment they don't want anyone else to see as they're reading the document, like a thought they don't want to forget, and having to remember both of "<!--" and "-->" (with the double quotes remember). from a useability perspective the latter is a lot more difficult, and therefore students would be much less likely to use it (altho' the ability to drop in quick notes would be quite useful to the writing process....like i use the post it boxes in msword). imagine them writing an essay that they want comments back on from the teacher or other students. they would **never** put "off-topic commentary" (to remind themselves of a reference, etc) into the overall "visible" body in a way that you and i might (it runs completely against how students write in school culture)...although such personal sorts of comments might be really useful when re-editing the document. my overall schtick is trying to provide a scaffolding of use so that complete newbies can better proceed to more sophisticated usage...and part of how i do this is considering the culture they work in and how they use similar tools in the context that i'm interested in them using the wiki....which is what many of my comments and additions here are all about eh. ; ) i agree though that for my useage, and for your useage, what you're suggesting makes complete sense....and besides, why do we //need// monospace anyways?? {grin} -- mike
~''ah, yes, i see your point about the "available" commenting method being unusable for your (and similar) audience. (one could possibly extend the wikeedit toolbar to provide an easy "commenting out" action though) on the other hand, maybe **you** don't need monospace, but i, often writing //about// code (and planning wikis where users would do the same), need it **all the time**: i use it as a "fake" inline code markup (see my new jwcalendar page for an example :)); real inline code markup might be nice, of course, but i still wouldn't want to give up monospace markup! so, i'd suggest a choosing different set of characters (possibly a combination of two different characters, we're fast running out of candidates!). --javawoman''
my, uh, comment on monospace was a "poking fun" "tongue in cheek" kind of comment (meant in the kindest possible ways) that programmers use monospace a lot (which is probably why it's there), whereas non-computer sorts don't.....my (maniacal?) focus is on the latter groups eh? lol. i did try to have code in formatters/page/wakka.php to add in ^^ as code for commenting, but i couldn't get it working...which is why i switched to just replacing monospace. do i need to edit a file other than that one to get it to work?? i couldn't find another relevant file, but i might have missed something. i've played with editing the wikiedit toolbar before (i now have [[http://www.zhuo.org/htmlarea/ image manager]] in mine to make placing images easier (from the students personal directories)) and will add in code (either for the replaced monospace or some other code (if i can get it working)) for commenting at some point. -- mike
~''heh, poke fun all you like. ;-) i know us coder types can take thinks rather literally sometimes (and some of us make an art of that! "can you pass the salt?" "yes.").
~about not getting ^^ working - without looking up the formatter code, i think you'd need to add both the code to **handle** the "tags" and the appropriate regular expressions, i think. did you do that? everywhere? if not, does that hint help at all? --javawoman''
oh, regex stuff. ugh. i don't understand those worth a darn. (although some comments here last week helped me understand them a little) okay, thanks for the hint. i'll have to tackle it a bit later (got marking to do). -- mike
===online editing of mindmaps would be great===
(copied from sourceforge.net --nilslindenberg)
it would be great, if users should work together on mindmaps.
maybe by downloading/ open with freemind and then having a possiblity to save changes in freemind directly back to the online mindmap.
===how to format code to get two % characters without space together?===
i want to produce a code sample page in wikka with dos batch code. the code syntax requires two percent characters together to markup a variable. example: % %variable% % (without the spaces). wikka always tries to format the text as code, even if i format the dos code inside a code block, even if i %% marked it as code with two percent characters like this here%%
is there a solution? i could not find a literal entity for "percent"
''you could use % which is the numerical entity reference for the percent sign: % - but *within* a code block an entity is "escaped" - a problem by itself, and so it wouldn't help. see: %%some text with &#37&#37 embedded in it%%
but it should be possible to just plug in a piece of code without having to worry about which characters and strings to somehow escape - maybe the double percent isn't such a happy choice for wiki markup of "code"; should we find a character combination that is less likely to be a syntactical meaning in an artificial language? (and how do you markup wiki markup as **code**?) -- javawoman''
how about the € (euro) symbol? or is it to new? --nilslindenberg
''the main problem with the € (euro) symbol is not that it's new, but that it's hard to type: most keyboards don't have the symbol. and it might occur in code as well (imagine a sample conversion routine). wiki markup should be easy to type. so we need a symbol (or sumbol combination, maybe), that's:
~1) easy to type
~2) not likely to occur in any programming code (note "likely" - you can never completely exclude it; think of apl!)
the **exclamation mark** still seems to be "free", and although a single exclamation mark often is used for negation in programming languages (and in comments, of course) a double one isn't (just don't use rows off exclamation marks in your code comments); or else a combination of an exclamation mark with something else (that is not itself an "operator" in languages). maybe we should do a search (google?) to check whether **!!** or a combo is actually an operator in any language.
-- javawoman''
the 'diff' facility is if course nice - and essential to a wiki. but i note the differences are marked up only with classes which match to coloring in the stylesheet. if we're doing xhtml, we could do that a little better (as well as more accessible!): the **##del##** and **##ins##** elements are __created__ to markup deletions and insertions: fully semantic markup!
my proposal:
see [[http://www.w3.org/tr/html401/struct/text.html#edef-del 9.4 marking document changes: the ins and del elements]] for all the details (html 4.01 since that's where all the semantics are).
--javawoman (standards junkie)
''this is related - i found that the diff engine and page history sometimes forgot to close tags. with a list of lists, the indents would get carried forward. check out my [[http://wiki.samuelooi.com/wikka.php?wakka=mod03historyandrevisions hack]]. not css compliant by any means, but then again, your suggestion isn't either (list tags are not closed etc etc). i reckon you would probably have to parse each addition/deletion through the safehtml checker.'' -- sam
assuming you mean xhtml compliant (sorry) my suggestion certainly is (believe me, i would //never// suggest anything that //isn't// xhtml compliant) - i just forgot to mention that closing tags properly is a prerequisite... although i did point to the actual standard which indicates how **##ins##** and **##del##** must maintain proper tag nesting.
you're right though, i did notice that lists don't seem to be closed properly. i think that should be fixed first (it's a bug, not sure it's recorded as such yet) - **then** you can do more semantic markup.
-- javawoman (standards junkie)
you mean something like that?:
$timestamp = $wakka->getpagetime(); //hopefully this function returns the right format?
return (++$trigger_deleted % 2 ? "<del datetime=\"$timestamp\">" : "</del>");
--nilslindenberg
working on a test installation, i found the user setting "show comments by default" did not work. testing it here, i found it doesn't work here, either.
haven't dug in the code yet to find where this should happen (but will).
i'm quite happy with wikka's capabilities out of the box - good starting point! :) i'll likely stay with it - but i'll probably make some extensions... (such as an option to require confirmation of a registration before allowing edit access - validates email).
great work! javawoman
it does work.... just not as might be expected. comment preference is stored for each page as you browse the wiki. so, if you browse a few pages with comments not showing, it remembers this. then if you update your preferences and return to the same pages, it still remembers that your previous preference was not to see comments on those pages.
try this:
- browse to usersettings and check off "show comments by default" and click "update settings".
- now **close all browser windows**
- open back up your browser and go to the same pages......
- comments are now showing by default, right?
- jsnx
right. i see it does work. ;) somewhat, um, counterintuitive, though. so i guess my suggestion then becomes that when a user configuration is changed, this change should immediately be stored in the user session/cookie so it's active right from that moment (without closing the browser). that would, i think, be more in line with expected behavior. possible? (i haven't looked at that area of the code yet.) --javawoman.
===language support===
i was searching almost whole site to check what kind of languages are supported by this wiki. i was unsuccessful. is it possible to put somewhere (main page, release note, futures section…) some information about languages they are supported?
thanks mdd
=== problem: scrolling in the search - field ===
not worth to mention but now i am here i write it. text in the search field is a little bit scrollable. again ... ;-)
-- skywalk
== question: note? ==
it is me again! what is the function of the "please add a note on your edit" - field? again and again: keep on the good work.
-- skywalk
~& this note is shown in some lists like the recentchanges and the page revisions. it's just a little helper to keep the wiki organized and has no effect on the page itself. use it whenever you can to drop a short abstract of what has changed, even if you have corrected some typos to let others know that no essential changes were made. it is a really useful feature --dreckfehler
~~&maybe we could have a level switch on that feature, constituting it obligatory, optional, or off... an addittion to the conf will be neccessary thought.. --georgepetsagourakis
=== problem: five line breaks ===
just a small problem i found. if you insert five line breaks at the end of a site, the footer jumps into the box.
after all a nice wikki. keep on the good work.
-- skywalk
=== db export ===
exportdb : as i'm discovering wikki (and wikkawiki) and playing with it on my main server and on my laptop (which too runs an apache installation), i
was needing a quickly way of making export of my database. so i wrote a quick (and dirty ...) export page to get all the replace sql commands to populate an instance.
i too may use this in the future to quickly backup an online wikki site. see this additionnal page for the code : codeexportdb
-- sergio
===code block formatting===
i was converting a document to wikka markup format, and i was trying to display ""mysql"" (console) table output using the "code" formatters ""%%"". everything that appears in a code block is formatted using a monospace font (as i expect), however, since the edit page handler converts every instance of 4 spaces to a tab, the spacing is thrown off. below is an example (select some of the whitespace with your mouse to see the tabs):
object_type count(*)
function 12
index 55
lob 4
package 2
package body 2
sequence 9
table 37
trigger 6
view 1
the edit page handler seems to convert spaces to tabs throughout the entire document, including code blocks.
**from edit.php**
is there any way to make the edit handler leave the spaces alone inside of code blocks?
thanks! -richardterry
''noted. try commenting out that line for a temporary workaround.'' -- jsnx
===various suggestions===
- see markhissinkmuller for things i would like to see in wakka/wacko/wikka. feel free to add/discuss.
===other method to attach files===
- i'd like a way to attach files to a page without having to include the ""{{files}}"" action. i like using the action to //link// to attachments, but i'd rather click a link at the bottom of each page to reach the attach form or to see which files are attached to the page. (i'm a php newbie, so it would probably take me some time to make a handler to do what i want.) //actually, now i'm kind of used to having all of my attached images displaying at the bottom of the screen, so this isn't a big deal. if i really don't want the attachment list (usually a bunch of images) to display i just remove the ""{{files}}"" from the page.// -richardterry
===installation problem - utf-8?===
- not a suggestion, but problems: with installing 1.1.3 on a win 32 apache 2, with php 4.3.8 and mysql 4.1.3. upgrading from wakka 0.1.2 didn't work (ended with: "creating comment table - failed - hmm"). so i thought i'd do a fresh install. everything went fine, but there seems to be some problem with utf8. even when i set the charset in header.php to utf-8, the page is all scrambled. however, in phpmyadmin, the text in the pages table shows up fine. any clues? (i need utf-8, by the way ...) birgitkellner.
sorry if this was the wrong place for posting this, and feel free to move it to a more appropriate one.
wikka don't support utf-8 yet. this issue is discussed here: wikkainternationalization (and should be moved from there to its own page, 'cause it's not a trivial problem ;) --moved to handlingutf8 ). anyway, i'm afraid you won't find comprehensive help in that discussion. it's not enough to change the meta-tag. that only tells the browser to assume a charset, which in fact isn't used.
i haven't spent much time on that issue, although i am (or should be) interested in it. but be assured that it's not a simple config-value to be squeezed to solve the problem. i hope the discussion mentioned above will get more precise in the next days, as i would appreciate any hint how to start to despair of it ;) i think in long terms it's **a must** to support different charsets. -- dreckfehler
===add page link & other suggestions===
~- it would be really nice to be able to have an **add page** link that allows a user to create a new page without having to edit an existing one. (i don't belive this is currently possible, i'm a newbie however) perhaps this could be achieved via a simple html form that prompts the user for a page name, and category. it would be even better if the category was selectable (dropdown list) from existing categories. and to top the whole thing off, it would be perfect if it was possible to define template files (eg. per category) where by when a user creates a new page of category abc, the template file for abc is used as the default page text. this would aid in keeping some kind of consistancy between pages of the same category. (ie. for one thing the correct category definition could be placed in the appropriate location/style). an **add page** link would posssibly be usefull on the standard category pages, especially as the category is already known.
~- it would be nice if acls were somehow inheiritable from their creating pages (created either the current way or via the above described method)
~- is it possible to define user groups to simplify editing acls also.
~& i tried to do something with aclswithusergroups.
~- finally, (although i think i can possibly do this one myself) , on the editor page a link to the standard formattingrules page would be most useful. especially if it opened in a different window.
regards simon h.
~& i like the **add page** link idea. it would be really simple to implement, too. perhaps a text form where you'd enter the page name, which would take you to ""http://some.host.com/wikka.php?wakka=newpage/edit"", where you would actually create the content. i like it! --kickthedonkey
===mod_rewrite===
take a look at favicondotico and robotsdottxt
categorydevelopmentsuggestions
Deletions:
=====Suggestion Box=====
""<div style="padding:5px; background-color:#FEE; border:1px solid #EDD"><h5>New Wikka Tracker available</h5><p>We are happy to announce that Wikka has just opened a dedicated <a href="http://wush.net/trac/wikka/" target="_blank">issue tracker</a>. We are currently migrating open issues, bugs and feature requests from this site to the new server but this migration isn't complete yet.</p>
<p>Meanwhile, if you have something to report:<br/>
<strong>First</strong> check if your feature suggestion is already being discussed on this page:</p><ul>
<li>If so: check if it has a link to a tracker ID:<ul>
<li>If so: <strong>follow that link</strong> and add your comment there</li>
<li>If not: add your comment to the issue <strong>on this page</strong></li></ul></li>
<li>If not: please use the <strong><a href="http://wush.net/trac/wikka/" target="_blank">issue tracker</a></strong> to report your <strong>new</strong> feature suggestion.</li></ul>
<p>Thanks for your understanding.</p></div>""
**Issues often asked for**
~-[[CategorySystemOverhaul Categories]]
~-[[WikkaFolksonomy (Technorati) tags & related]]
~-[[WikkaInternationalization Internationalization/Localisation]]
~-[[DateAndTimeFormat Date/Time]]
~-[[WikkaFilters Wikka Exporting/Importing]], [[WikkaToPdf PDF-Export]]
~-[[WikkaOptimization Optimization]]
~-[[TableofcontentsAction Table of contents (TOC)]]
~-[[SectionEditing Section Editing]]
~-[[WikkaSpamFighting Spam (and related issues)]]
~-[[WikkaTables Tables]]
~-TemplateSystem
~-[[WikkaWorkarounds Workarounds for uncommon problems]]
~-UserMap
===Language support===
[[Ticket:340]]
===Highlight text searched in a page ===
[[Ticket:281]]
==Wikka markup inside tables==
[[Ticket:230]]
===Is There a way to consolidate a bunch of page updates (the actual content that is) onto one page?===
[[Ticket:259]]
===Static HTML for offline browsing===
[[Ticket:177]]
===Link en- and disabling in respect to user rights===
[[Ticket:175]]
===Edit comments displayed by user rights===
[[Ticket:180]]
===Please provide a way to add formatters, that don't get placed in '<div class = "code">'===
[[Ticket:176]]
===Note on edit, mandatory field===
== Question: note? ==
[[Ticket:114]]
===Order of comments===
[[Ticket:115]]
===Own comments editing===
[[Ticket:116]]
[[Ticket:118]]
===Making PageIndex go faster===
[[Ticket:117]]
===Single-click restore of previous versions===
[[Ticket:119]]
===Signature===
[[Ticket:121]]
===Preview===
[[Ticket:123]]
===Generate ID in forms; allow class===
[[Ticket:21]]
===Accesskeys for the footer functions===
[[Ticket:73]]
===Exclude certain CamelCase words from formatting===
[[Ticket:191]]
===Import WikiPedia database===
[[Ticket:192]]
===Color Formatting===
[[Ticket:193]]
===Separation of Wakka class from wikka.php===
[[Ticket:161]]
===Save Pages to PDF Format===
[[Ticket:190]]
[[Ticket:195]]
===Local links===
[[Ticket:196]]
=== RSS options ===
[[Ticket:197]]
===wikiwyg===
[[Ticket:44]]
===Google Sitemap===
[[Ticket:210]]
===Clearing ACLs===
[[Ticket:211]]
===Online editing of mindmaps would be great===
[[Ticket:212]]
===How to format code to get two % characters without space together?===
[[Ticket:213]]
===Robot Friendly Pages===
===Sending 403 headers===
(related to the //Search engine results inflation// item below)
[[Ticket:258]]
===The access-key for "re-edit ===
[[Ticket:234]]
===LinkTails===
[[Ticket:35]]
===Search within the textbox===
[[Ticket:578]] (see also WikkaEdit)
===Numbers as page names?===
[[Ticket:8]]
===Improved code for error messages in Action() method===
[[Ticket:202]]
=== Language files ===
[[Ticket:340]]
[[http://wush.net/trac/wikka/ticket/604 Ticket: 604]]
=== Create rewrite rules on install ===
[[http://wush.net/trac/wikka/ticket/604 Ticket: 604]]
=====Suggestions to be checked/migrated to the tracker=====
====making user uploaded images more useful====
have a look at my suggestion at FilesAction
=== Automatic conversion from HTML to WakkiWiki syntax ===
Does such thing exist? For a number of other Wikies, it does.
It should be nice (one could say, essential) to have this here, too.
--CsillagKristof
~&Try out http://diberri.dyndns.org/html2wiki.html (Won't work with tables yet). --NilsLindenberg
===Files Management===
//copied from FilesManagementSolution --JW//
**Link** to files, rather than upload? Would it be possible to add the functionality so that rather than store the files within the Wikki, there was an option box for 'link' as well as upload. This would be useful on internal wikki deployments where you want to avoid file duplication by allowing users to point at the file to create a link to that file on a separate internal server. - RogerD
===Automatic summary===
//copied from [[http://sourceforge.net/tracker/index.php?func=detail&aid=1150914&group_id=118997&atid=682795 Sourceforge]] --NilsLindenberg//
Is it possible to display through an action a little summary of the categories and sub categories available from the page we are in ?
===Improving Wikka===
A nice list of suggestions can be found at: [[http://smackaroo.net/by-blood-and-bone/MyNextWiki By Blood and bone]].
===Login using retrieved password===
The password retrieved from forgotten password does not work for me. Is there some setting in php4 or mysql that would allow ""md5(md5(password)) == md5(password)"" to return true? Since the password sent is the hash of the clear-text password, the current line in usersettings.php compares a hash of the hashed password to the hashed password, I think. I've found the correct code elsewhere in usersettings.php.
if ($existingUser["password"] == md5($_POST["password"]) || $existingUser["password"]==$_POST["password"])
This is the current version:
if ($existingUser["password"] == md5($_POST["password"]))
The first one works for me. Is there a problem with security in using that version?
-CharlotteFischer
~&Charlotte, you are correct in that the code doesn't work as is. We are working on splitting up the whole (confusing) login/usersettings form into separate actions and forms; logging in with a "temporary" password should then not only be separate, but also force the user to immediately choose a new password since sending a password by email is inherently insecure. Until we have that in place in a future release, your workaround is a good one (I came up with the same ;-)); but it's up to you to decide how acceptable it is in your application to let the user continue to login with an emailed password. --JavaWoman
===Hiding anonymous host/IP from non-administrators===
On the Wiki I run, it is not desireable for the IP/hostname of anonymous users to be displayed to just anyone. I've made a small modification to hide the IP/hostname of anonymous users to users that (a) Are not administrators, and (b) not themselves. In handlers/page/show.php, around line 80 you can find: %%(php)print("\t<div class=\"commentinfo\">\n-- ".$this->Format($comment["user"])." (".$comment["time"].")\n");%% I modified this to: %%(php)if ($this->IsAdmin() || $current_user == $comment["user"] || $this->LoadUser($comment["user"]))
print("\t<div class=\"commentinfo\">\n-- ".$this->Format($comment["user"])." (".$comment["time"].")\n");
print("\t<div class=\"commentinfo\">\n-- Anonymous#".str_pad(dechex(crc32($comment["user"])), 8, "0", STR_PAD_LEFT)." (".$comment["time"].")\n");
}%% And in actions/recentlycommented.php: %%(php)if (!$this->LoadUser($comment_by)) $comment_by .= " (unregistered user)";%% was changed to: %%(php)if (!$this->IsAdmin() && $this->GetUserName() != $comment_by && !$this->LoaderUser($comment_by))
$comment_by = "Anonymous#".str_pad(dechex(crc32($comment_by)), 8, "0", STR_PAD_LEFT);
}%% And in actions/recentcomments.php: %%(php)if (strlen($comment["comment"]) > 120) $comment_preview = $comment_preview.".... ";%% after this add: %%(php)if (!$this->IsAdmin() && $this->GetUserName() != $comment["user"] && !$this->LoaderUser($comment["user"]))
$comment["user"] = "Anonymous#".str_pad(dechex(crc32($comment["user"])), 8, "0", STR_PAD_LEFT);
You will probably need to also update the XML handlers and the history page handler, but right now anonymous users cannot edit pages on my Wiki. (actions/recentchanges.php, handlers/page/*xml*.php, handlers/page/history.php). --Rick
===Storing the IP-adress for registered users===
//copied from WikkaBugs - this is a suggestion, not a bug --NilsLindenberg//
Security: I was wondering whether it would be possible to store IPs for registered users as well. That way you can ban them via .htaccess if necessary. -Sam
~& Last known IP or every IP they ever connect from? I'd be willing to store one last known IP per user. - JsnX
~~& Last known IP please :) Thanks. - Sam
~& I'd suggest adding *two* distinct fields to ##wikka_users##: Last Login IP/Hostname + Last Login Time - DarTar
~~&I was also thinking of a way to ban users directly from the wiki (much in the same way as referrers are added to the blacklist of spammers). This might turn out easier to implement than a //user deleting action// (which was one of the ideas discussed [[UserAdmin here]]) - DarTar
===Global Access Control Lists===
How about a global ACL that allows you to pick a prefix to a wikka word that automatically has an ACL applied? E.g. PrivatePage1, PrivatePage2 -- so the word Private is the trigger, anything prefixed with that has an ACL applied. -- JeremyCoates
===Integration into existing site===
I'm trying to integrate wikka into an existing site auth system. I have wikka already successfully running with the includes of my main site, thus requiring main site login to access the wiki. i fig the best way to deal with wikka logins is to read the main sites "current user" info. when someone access' the wiki for the first time, their username obviously won't exist in the wikka userdb, so rather than making them create a login, i'll want to quietly query it into the wikka db. the problem is that wikka depends on wikiname formatted names. I don't care if people have their own page (may have it for a special few) password resets won't be an issue as stated below. While we may use comments (on the pages for the special few) they will prob remain off.
I'd like to do this as above to keep vandalism down. I've got almost 200k members and i know there are some jokers just waiting to anon deface crap just cuz they can. With an auto login like this, showing ppl their username as soon as they hit the wiki, it'll immediately cut that factor.
-- MonstoBrukes
~&I am interested in doing something very like this as well. I would like to integrate wikka into an existing phpBB site. I don't mind if my users have to log in twice - but I **//really//** don't want them to have 2 seperate usernames/ passwords. Therefore ideally I would like the wikka to use the usertable from phpBB... Has anybody else done something like this? -- KiltanneN
~~&One solution that I've used is to set up a registration page that registers the user into both the bulletin board and the wiki user tables. I've then removed the registration screens from each of the two. Users can then log into either of them using the same username and password. Of course, this only works when registering "new" users...one would have to write a script to copy existing users from the bulletin board into the wiki user tables for current users. --GmBowen
~~~& Not a bad idea - but breaks down for password changes and also name changes... I am going to try and build what I have described. I will make notes over here: UseThephpBBUserTable -- KiltanneN
~&See also WikkaWithphpBB --JavaWoman
===Pages linking to nonexisting pages===
As MovieLady pointed out somewhere, it could be usefull to see if there are pages linking to a non existing page (for example when you have renamed the page and have to update the links).
The following solution just prints out the links, without any other text ("the following pages link here") - which should be better placed in the backlinks action.
Change in ##handlers/page/show.php## the lines with if (!this->page) to:
print("<p>This page doesn't exist yet. Maybe you want to <a href=\"".$this->Href("edit")."\">create</a> it?</p>");
print $this->Action("backlinks")."</div>";
~&What's the </div> for? I see no opening <div>. --JavaWoman
~~&it closes the <div class="page">. --NilsLindenberg
~~~&But I don't //see// an opening <div> - and this closing </div> is within an if clause. So when/where is that div opened, and when/where does it get closed when the condition is //not// true? Something wrong with the logic here, or you're not showing enough of the logic. --JavaWoman
~~~~&Ok, I was a littler bit short here :) the show handler opens a <div class="page"> before doing anything else (like the "has access"/page is existing check). So it has to be closed (and actually is closed) in every one of the three cases (1. no access to the page 2.pages is not existing 3.pages is displayed). In the official version it is closed after the "create it". I just moved it to have the backlinks inside the page-class (should have written that earlier :) --NilsLindenberg.
~~~~~&All right :) I guess the show handler is just sloppily written. If you open a div no matter what conditions apply, then you also close it no matter what, i.e., opened //outside// the if statement, then close it also //outside// the if statement. Whatever you do inside the if statement should have no influence at all: if opened, you must close it, no ifs and buts. I guess it's not wriiten like that (yet...). One for the code cleanup list. ;-) --JavaWoman
===Configurable name for Wikka engine===
I think it might be interesting for many of our users if we gave the possibility - in the install/upgrade wizard - to //rename// the engine from ##wikka.php## to something else (for instance, ##index.php##). This might be useful in cases where RR are off and the user wants to avoid long URLs: http://www.mydomain.com/wiki/wikka.php?wakka=HomePage can then become http://www.mydomain.com/wiki/?wakka=HomePage. The name should be specified as an option in ##wikka.config.php##, for instance
This option might also allow using different engines (say, different versions of ##wikka.php##) on the same installation.
-- DarTar
===Search engine results inflation===
I have recently installed Wikka on my [[http://dartar.free.fr personal website]]. Everything works fine, except that the TextSearch link in the page header (which I masked through CSS - I don't want to hack the code) produces [[http://www.google.com/search?hl=en&lr=&q=site%3Adartar.free.fr&btnG=Search dozens]] of search results that I really don't want to be cached on Google. Same story applies to the revisions and history links that are cached on search engines: [[http://www.google.com/search?hl=en&lr=&q=site%3Awikka.jsnx.com+revisions.xml&btnG=Search this]] is what happens in the case of our main server. I'd also would like to avoid default wiki pages (like SandBox, MyPages, UserSettings etc.) to be crawled and cached (simply setting ACLs to !*-!*-!* won't do the job). Maybe we should think of a way to allow the user to decide //what kind of content// of her Wikka-powered site should be spidered by SE and what content should not. -- DarTar
~&I think I've suggested before that the SandBox should not be indexed - the way to avoid this would be to add the appropriate meta tag to the page's head. That concept could easily be extended by allowing a WikiAdmin (not the WikiUser!) to define a list of pages where such a meta tag would be inserted. Generating a little text note to the effect for //all// these pages could also go some way to discourage spammers. --JavaWoman
===For Better Overview===
1. It often takes too much time to check if a wiki has changed and what has changed. In the case of wikkawiki one has to check RecentChanges as well as RecentlyCommented. A combined page would be more convenient - RicharD
~& Hope you have a large screen: SoWhatAreTheNews --ChristianBarthelemy
~~&Nice one, Christian! While you're at it, you might want to add the RecentComments page (or its content) as well, so you get a better overview of **all** recent comments and not just //pages// that have recently acquired new comments. Then you have it all in one place. ;-) --JavaWoman
===Generate page from an external database===
As described in DynamicPageGeneration I'd like to create a mailling-like system to fill in pages containig custom fields with data from an external database or a simple table. This could be done through a few actions or by writing a new handler.
This idea can be extended to an inline editor to add/remove/edit entries in this external table if wikka store creditentials with write access in its own tables.
The main goal is to integrate data from an existing knoweldge base in a wikka based documentation repository.
===DotMG insists about favicon.ico and robots.txt===
Please add the following two lines to ./.htaccess
%%(apache)RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteCond %{REQUEST_URI} !=/robots.txt
RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]
%% This will prevent /favicon.ico and /robots.txt from being redirected to wikka.php?wakka=favicon.ico
With these 2 lines, we don't have to modify wikka.php as suggested in FaviconDotIco --DotMG
~&It can be done more generically by simply preventing rewiting happening when the requested URL matches an existing file or directory: %%(apache)RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f%% --- The first line excludes any directory, the second any existing file (which would include robots.txt and //any// icon file - you do not necessarily have to use favicon.ico). --JavaWoman
===Category Icons===
Create a table which maintains a mapping between wikka categories and an associated predefined icon graphic. When the directive {category_icon} is used the category's icon is dropped into the page at the location of invocation. -KarmaTester
~& Karma, we are actually considering the possibility of integrating a set of GPL'ed icons (and the relevant actions/formatters) in Wikka. Stay tuned... -- DarTar
~~& You're more than welcome to use our icon action and icons: [[http://nontroppo.org/wiki/WikiIcons WikiIcons]] which were copyleft [[http://mc.clintock.com/first_floor/study_1/desk/computer_projects/icons/index.php from here]]. The icons were auto-generated from the SVG versions at various sizes, you can take what you want. Only problem is they are PNG's -great in ANY browser but IE!!! --IanAndolina
~~~& IE7 does support PNG's, IE6 and IE5.5 support it with a javascript solution, look in SmiliesAction for more on IE, PNG, image actions, icons etc.
~~& Some more at IconsInWikka -- ChristianBarthelemy
===Automatic Table of Content Generation===
A table of contents {TOC} directive is replaced by an ordered list of defined headers in the wiki page. This makes it easier to navigate pages which are very long like this one. -KarmaTester
~&Have a look at TableofcontentsAction for some ideas about creating a TOC (automatically or triggered by an action...) --JavaWoman
===Security Verification Test from Wikini===
On the top of most page handlers, the Wikini developers have:
%%// Vérification de sécurité
if (!defined("WIKINI_VERSION"))
I'm not sure what exactly this does, can anyone enlighten me; and if it is a good idea, then it should considered for Wikka too... --IanAndolina
~&This is to ensure that a hacker can't view a page directly, with url like http://wikka.jsnx.com/actions/recentchanges.php. If this technique is possible, he (the hacker) can send request to make your wikka site output error strings. But in wakka forks, this will result in handlers "page/recentchanges.php.php" not found, if rewriteengine is on. If else, I' ll test it and I'll tell you. The simplest workaround, if it's the case is to add a .htaccess file at ./actions, .handlers/page directories, with the content : Deny from all. --DotMG
===Inherit ACL from 'parents'===
Create a page and when creating a page from there, give the option to copy the ACL of the first page.
Should pages be linked in some form to some documents given the fact that Wikka is flat, not hierarchic.
ForTheLazy - chatlog and summary.
-- FreekNL
~&IMO the acl system has to be dumped and/or renewed/rewrittem to accomodate usergroups..
~&I have been thinking of presenting a modification that will actually implement this user managment system ..
~&having privileges for each page is making userprofile-specific-features on Wikka efficiently non-existant.
~&The ability to create custom usergoups ( aka levels, profiles etc. ) would enable the addition such features
~& ( ip/hostname display , access to special parts of the wiki and such .. ) -- GeorgePetsagourakis
See also HierarchiesAndInheritance for some background --JavaWoman
===Paragraph instead of line-breaks===
(copied from WhatsNew -- DarTar)
Why is it that the formatter creates line breaks instead of paragraphs? I've been trying to figure out a way to get Wikka to do this, but it may be nice for there to be some sort of option in a future release. Paragraphs tend to be more useful for doing CSS formatting.
-- ScumBle
+1 — semantically, Wikka's current lack of proper paragraphs and liberal sprinkling of line breaks is really undesirble. I made a hack-mod on my wakka some time ago in formatter/wakka.php (just after the preg_replace_callback):
I don't know how that will affect wikka (it was designed for my formatting which is different to wikka slightly), and there is probably a much better way to do it (call a post-formatter?), but it is possible using a small modification at least... --IanAndolina
~& The above code places paragraph tags throughout the page, including //within// code blocks, which seems undesirable. If ##\n## were treated as markup which wakka.php needs to transform into paragraph tags, code blocks wil not be changed, I think. I'll try it and post the code changes if it works. --PaulP
~~& No, that doesn't completely work either. It leaves code blocks unchanged, but keeps text from returning to left margin after indented paragraphs. --PaulP
E-mail this page facility
--JamesMcl
===Usergroups===
(copied from WikkaDevelopment --Nils)
Yet another idea from me:
~Usergroups. So i can create a group of users, and just write that group into the ACLs...
~GregorLindner
- Take a look at GroupManagement (which doesn't seem to be finished) - or at ACLsWithUserGroups.
==="In work" for Wikka-pages===
(copied from WikkaDevelopment --Nils)
Add a page property, 'Status' [?] that can be used to facilitate code development within Wikka. Imagine a very basic CVS system. A user can change the status to "In use' while considering improvements to the code, and then change it to 'Available' when done. This may prevent this scenario:
- Multiple users see the same code and concurrently start working on changes.
- One user posts his changes.
- Another user posts his changes without realizing that the code had been updated.
OR
- Another user has to go back through his code and incorporate the changes made by the first user.
~&Comments:
~&''**Dangerous!** Consider the following scenario: user has been hard at work all week, now it's Friday afternoon and there's some time to do an edit or three. User opens each page in a browser tab, marking all three as "in use" and starts to edit them. Clickety-click. Suddenly user realises he has to run to catch the train home. Run! On the train, user realises the three pages are still open in the browser and "in use". "No matter", thinks our user, "it's always quiet during the weekend and I'll get back to it first thing Monday morning. On Sunday afternoon, user plays soccer, as he always does, and breaks a leg, which he usually doesn't do. User is transported to hospital where he has to stay for four weeks. ... A bit exceptional maybe - but what **do** you do with "dangling in uses" and when (how) are they considered "dangling" in the first place? --JW''
~~&Good point, but this modification would be only an informational resource to facilitate user communication. Techically, users could still update the page any time they wanted. It would just be a courtesy to hold back if you saw that a page was 'in use.' I didn't mention it above, but I planned to also add a field that would timestamp when the status was last changed. So in your scenario, we would see that the page had been marked as 'in use' for several days and feel free to ignore it. However, this does bring up the idea that it would be good to also have a 'note' box available for updating the page status -- used for comments such as, "should have the code updated within a few hours." Better now? -- JsnX
~&I've got code/table changes done that indicate if anybody (other than oneself) opened the page to "edit" in the last 15 minutes. It's on an iteration that isn't "live" right now (it's part of an earlier installation of wikka that we just haven't brought the code forward from yet), but I can make it that way so you can test out the functionality if you want. Since much of our site will be geared towards small teams doing collaborative editing, it was designed so that editing conflicts would not occur. Let me know if you want me to get it installed at a test site. -- GmBowen
~&''I agree, it's an important issue (some Wakka forks have already addressed the problem of concurrent editing) -- DarTar''
~&''JsnX: If it's purely informational, that's better; I thought the intention was some kind of locking. So you'd have something like:
~&Then - would the state apply to the logical page or to a particular version? If the latter, what happens if a page is reverted to that version? What happens to the state when another user goes ahead and edits the page anyway?
~&And I still think you'd need some kind of admin function to "clear" dangling in use states that are older than xx minutes/hours/days.
~&GmBowen: is yours completely automatic or user-initiated? What happens in the run off to catch the train scenario? -- JavaWoman''
~&(i) it's purely informational, not a "lock"...it sets a red exclamation mark beside the page name at the top if the "edit" link (or double click) has been used in the last 15 minutes by anybody other than yourself (ii) it's automatic (iii) the "train scenario" can't happen. It doesn't check if "saved" or not, just whether an edit was started in the last 15 minutes. This means that if the person doing the edit hasn't saved in the last 15 minutes when editing then the exclamation mark isn't activated for another user. But, people should save edits every 15 minutes anyways methinks. It's not "foolproof", but was meant to avoid many sorts of common editing conflicts on collaborative documents. It's not a very "big" edit of the wikka code actually. The edit.php script timestamps the most recent version of the page when it is activated, and there's a small addition to header.php that checks when the page is loaded to see if the current time is < 15 minutes from that timestamp & if so shows an exclamation mark. Finally, there's a small linked graphic that "refreshes" the page beside "homepage" and the "edit" link (essentially, it's just a link to the page itself) so a user can check the edit status before deciding to edit it themselves. For server load reasons I decided to not have an automatic check (once every 5 minutes for example) since most people read & don't edit much of the time so it made sense more to encourage people to check edit status themselves. Of course, it would also be possible to have edit.php check to see if the file was edited in last 15 minutes and if so, ask the user if they wanted to continue with their own edit. Hmmm...I'll have to think about that. As it sits it worked pretty well when tested (but remember, I'm into small group collaborative writing tasks....I'm not sure how it would work if the pages were "open" to everyone). It originally took me several hours to write the code myself, but I'm sure it would take JW or DarTar or Jason maybe 30 minutes....and the code would probably be more efficient (I'm not a real coder remember :-( ) -- GmBowen (aka Mike) (I've now provided my code & mods @ [GmBowenRecentEditCheck] for people to play with)
===Searching (in) comments===
//(copied from WikkaDevelopment --Nils)//
Add the ability to 'search for all comments by user X'. How this might be useful: I want to find a comment by JavaWoman ''//(really?)//'', but I can't remember which page it was on -- she's quite prolific! -- ''//(I admit I'm easily distracted. What am I doing here, now!? :))//'' so I use this new function to list all of her comments.
~&Yes. And related: an extension of this or the general search function to search by //comments content// (in addition to page name or page content) would, I think, be also useful. --JW
~~&Agreed. -- JsnX
~&Nice idea :). For //comments by user X// (and, why not, //mods by user X//) we could imagine something similar to Google syntax for site-restricted queries. E.g.: ##I18n user:""JavaWoman""##. The scope of the query (pages, mods, comments, anywhere) should be settable as a radio button (similar to Google's restrict search options). FYI, //Comments by user X//, //Pages owned by user X// and //Changes done by user X// were already partially addressed by the following action proposals: UserCommentsAction, UserPagesAction, UserChangesAction -- DarTar
~~&In general....given the complexity (and utility) of some of the conversations now happening in the comments, I think that we should consider either (i) the current textsearch being expanded to include the comments, or (ii) a separate action be written directed at searching the comments table (possibly an easier route). The latter might mean we consider renaming the search pages to ""SearchText"", ""SearchTextExtended"" & ""SearchComments"". [I now realize that this "search comments" feature is a **"lost"** feature. I realize now that //earlier// versions of this wiki had the comments stored in the pages table and were therefore searched. When they were moved to a separate table, the ability to search comments was lost. (Update: See my GmBowen directory for a (temporary) solution for this....even separates results for comments & pages into two columns) A separate action to list all comments by a user would also be useful. In a related comment on the comments, and given my arguments about the complexity of conversations in some of the comment threads now, I suggest that we also consider developing code for threaded discussions in the comments....which I think will considerably enrich collaborative efforts (such as we engage in). -- GmBowen
===Order of the text-search===
//(copied from WikkaDevelopment --Nils)//
It would be good if the text-search would be sorted in some way. If I search for example for "GmBowen", a page with the exact match (his userpage) should be on the top of the results. The next results perhaps in alphabetical order? --NilsLindenberg
===Highlight unseen Recentchanges===
//(copied from WikkaDevelopment --NilsLindenberg)//
Add fields to the 'users' table [?] to track when RecentChanges and RecentlyCommented were last viewed. Then RecentChanges and RecentlyCommented can by modified to highlight new items since the user last viewed the page.
~&If it's only for **highlighting**, OK, but I'm not waiting for that. If it's for **filtering**, please no. I quite often trace back several days to re-review pages or comments --JW
~~&OK. Point taken. I was considering doing some form of filtering, but will now only consider higlighting, as requested. -- JsnX
~~&I totally agree with JW's point -- DarTar
~~~&Actually, I //could// imagine separate functionality with filtering being useful on a busy site, but then as, say, UnseenChanges and UnseenComments - **in addition to** the current "Recent" functionality; that way the semantics of "recent" would not be changed. But I agree it's low priority. --JavaWoman
Is there a way to include a target in a link, so that the Link opens in a new window?
~& Yeap, use this directly within the wikka page you are working on
~& %%(htmlstrict) <A href="http://google.com" TARGET="_blank">Google</A> %%
~& It will show up a normal link "" <A href="http://google.com" TARGET="blank">Google</A> ""
~& In this case the **TARGET="_blank"** bit is what does the trick.
~& Assuming this is what you were originally after, it has the advantage of no code changes. NickDamoulakis
~~& I assume you meant the above code to be put in double quotes like this:
~~& %%(htmlstrict) ""<A href="http://google.com" TARGET="_blank">Google</A>"" %%
~~& Since I use Wikka inside an iframe I need to use target a lot, so I modified the forced links section in wakka.php from:
~~& %%(php)//if ($url!=($url=(preg_replace("/@@|££||\[\[/","",$url))))$result="</span>";
if (!$text) $text = $url;
//$text=preg_replace("/@@|££|\[\[/","",$text);
return $result.$wakka->Link($url, "", $text);%%
~~& To this:
~~& %%(php)//if ($url!=($url=(preg_replace("/@@|££||\[\[/","",$url))))$result="</span>";
if (!$text) $text = $url;
if ($pos=stripos($text, ' target=')) {
$target = substr($text, $pos);
$text = substr($text, 0, strlen($text)-strlen($target));
//$text=preg_replace("/@@|££|\[\[/","",$text);
return $result.$wakka->Link($url, "", $text);%%
~~& I can now do forced links like this:
~~& %%[[http://www.google.com Google target="_top"]]%%
~~& What I don't like is target within imagelinks, the way it is now you have to write like this:
~~& %%{{image url="whatever.gif" link="http://www.google.com" target="target='_top'"}}%%
~~& This would have been better looking:
~~& %%{{image url="whatever.gif" link="http://www.google.com" target="_top"}}%%
~~& /AndreasHeintze
--GregorLindner
=== Easy way of adding links ===
Most wikis I have set up have the need for a page containing a list of links. It would be great if Wikka could support this in some way - such as providing an easy way of adding links to a configured page. One way of doing this could be a simple Java Scriptlet that you configure with the address of the link page. Then, you mark a link in a web-page, click on the scriptlet, enter a short description and bang - the link is added to the wiki page.
The del.icio.us [[http://del.icio.us/doc/about page]] offers some user contributed hacks which may be a starting point.
-- MatthewLangham
~& MatthewLangham, I propose AddLinkAction as solution for adding links on a page in a structured way. I also added (under the Beta section at the end) a ""JavaScript""-link that you need to bookmark to fast add a link in two mouse clicks... (Works with Firefox and IE under XP, still needs testing with other browsers) -- OnegWR
=== Image dimensions ===
The [[Docs:AddingImages image]] action really needs the ability to specify image height and width. :) --MovieLady
~&I agree that it would be better to have defined width and height in the resulting img element: faster output, and no "jumping" pages. However, PHP can easily derive these dimensions by itself - would that be sufficient or do you think it's also necessary to be able to override the actual dimensions of the image file? --JavaWoman
~~&There surely will be users which want to do that. My suggestion (if possible): allow height and width as optional input. If nothing the variables should be filled with the values of the image. --NilsLindenberg
~~~&Noted. More //easy// suggestions like this, please. :) --JavaWoman
~~~~& Yes, that exactly, Nils. LOL Lemme get my list, JW. ;) Seriously, though, I really like what you all have done with this wikki, and the multitude of suggestions are only because I'm getting invested in it. *g* I've been sick or I would've worked on the DeleteSpamAction changes sooner so I could feel like I was actually doing more than "I want it to do this!" ;) --MovieLady
Dear all: see my proposal at EnhancedImageAction
~& That's great, Christian, thank you! --MovieLady
== User registration control ==
now available as URUniqueEMailModule
=== Embed a blurb from a news page into another page? ===
I currently have no idea how one would approach this, but thought I'd toss it out there for others to think over. I would find it really useful to have an announcement action (maybe ""{{news}}""?) that I could use which displays only the most recent (configurable) number (e.g. ""{{news show="2"}}"" would show the most recent two entries from the page) of entries from a specific (configurable or static?) page. Right now I do this by hand, adding the current announcement to both the front page and the news archive page (so I'll have a history of the announcements), and boy, what a pita! What I'd like to be able to do is just edit the news page and have it automatically update what displays in the news area on the front page. Possible, or am I smoking something I need to share? ;) --MovieLady
~& I am doing this using the IncludeAction - at least you only update one page (TheNews). --ChristianBarthelemy
~~& Thanks, I'll try that out. --MovieLady
~~~& Did you do anything to get it to add only part of the page being included (for example, down to the first horizontal line)? --MovieLady
~~~~& Nope. I just only keep the news updated in TheNews page so that the whole page is displayed when included. --ChristianBarthelemy
~~~~~& Ah well, I'll keep working on trying to figure out a way to do it. *g* Thanks! :) --MovieLady
===Logging-out===
Perhaps the installer should tell the user that he will be logged-out (because of the new cookie-names). Would be nicer. Btw, the /setup directory needs an update (or better the files in it). --NilsLindenberg
=== Backlinks ===
It would be wonderful to have the option to display the results of the ""{{backlinks}}"" action in columns, similar to what ""{{Category col="3"}}"" allows you to do. --MovieLady
~&Noted - good suggestion. --JavaWoman
if ($pages = $this->LoadPagesLinkingTo($this->getPageTag())) {
$links[] = $this->Link($page["tag"]);
// #MW:commented print(implode("<br />\n", $links));
// #MW: Ja, här ska jag fixa stöd för kolumner via parametern col
=== User names ===
Is there any likelihood of non-wikiname usernames (e.g. Movielady) in the future? It's one of the things I've been asked a lot by the users of the site I use Wikka for. (Most often heard comment: "but other wikis I've used let me do it!") Obviously it's possible to create non-wikiname pages, so why not usernames? (I have looked on the site, but I've probably missed the explanation.)
I also agree with Nils that it would be really wonderful if some sort of default user page was created when a person creates an account.
~& Should not be that difficult? In usersettings.php there is a part where a new user is created. After the mysql query which adds the user to the user-base, another query which inserts the user-page to the pages table is needed. Anybody here whos good in creating mysql-queries? --NilsLindenberg
~~&Automatically creating a user page should certainly be possible (easy enough). But while on some Wikis you may have a small group of people regularly contributing, on others many people may register just to post one or two things, and then disappear, never even look at their user page - and you'd end up with a lot of empty pages, all of which will show up in the PageIndex. So it really should be a (WikiAdmin) option to determine whether user pages are automatically created or not. --JavaWoman
~~~& Excellent point, hadn't thought about that. :) --MovieLady
~~~~& See AutomaticUserPageCreation for a first version. Or test it [http://www.niehle.info/UserRegistration here] And it is of course an additional config-option :) --NilsLindenberg
~~~~~& Fabulous! I'll check it out. --MovieLady
Y'all are doing a marvelous job, BTW and it is greatly appreciated! :) (I will try to contribute as I can, but honestly, some of the programming is beyond me at the moment.) --MovieLady
I actually hacked UserSettings.php to allow for non-wikinames. Just change lines such as 152 and 179 from:
if (!$this->IsWikiName($name)) $error = "User name must be WikiName formatted!";
Then modify header.php so that the username is Wikified. So change a certain line (I modified my Wikka so much that I can't give accurate lines) to:
echo "You are ".$this->Link($this->GetUserName());
I'm not sure how well this will work in the long run, but it worked for me!
-- MikeXstudios
~& Good idea, except that having a non-wikiname causes problems elsewhere. For instance, I edited my db by hand and changed a couple of names to non-wikinames, and then one of the users with a non-wikiname forgot (sigh) her password. She tried to request a new one, but the temporary password function wouldn't recognize her username as being valid. And that's certainly not the only place that checks for a valid username. (The automatic sig on comments doesn't show a hotlink to a username if it's not a wikiname, either.) Just FYI. :) --MovieLady
~~& I do really want to use non-wikinames (or just turn wikinames off completely somehow). The temp pass and comments can be easily modified, comments can use the same header code above if the user exists. I know many of us are used to wikinames, but it is extremely odd and intimidating to newbies. Thats why Mediawiki dropped all wikinames so not to intimidate anyone and lessen the learning curve. So I hope there is some way to make wikinames an optional thing. --RyanKnoll
===List of special actions?===
A complete reference list of all the special actions (e.g. ""{{nocomments}}"", ""{{Category}}"", etc.) would be really nice. --MovieLady
~&Have a look at UsingActions which has a current list of available actions. We're working on automatic actions documentation, so that both that list (expanded with short descriptions), and documentation pages for individual actions will pull content from the actions files themselves. (Not for 1.1.6.0, but likely the version after that.) --JavaWoman
~~&Thank you! I figured something like that somewhere, but couldn't find it. :) I'm more than happy to help out with documentation if you need help! --MovieLady
===Allow spaces in pagetitle===
Allow Spaces in the document title and replace it later with "-" to optimize it for search engines.
~& Wikka already uses the SmartTitle formatter, which displays the highest-level header present in the page (like: ##""===== This is the main heading""##) as a HTML title. See for instance the title of FormattingRules. -- DarTar
===User-defined formatting rules===
It would be nice if Wikka supported some way to add in user defined wikki formatting rules (that is, without editing ""./formatters/wakka.php""). Not sure what that would look like. A few thoughts I've had:
-An array in wikka.config.php
-A function defined in a standard place (like ./formatters/wakka_user.php). ""./formatters/wakka.php"" could then call that function, if it exists). Maybe even a flag in ""wikka.config.php"" to enable it.
--KickTheDonkey
==Compile Category action==
A "compile category" action. Right now, if I go to CategoryDocumentation I can see a list of all of the pages in this category...but it still requires a lot of snooping to find what I want. As an administrator I'd like to provide a pdf "booklet" of all of that output for users to download. To make this now would mean going to and printing each and every page (using a software tool, TO a pdf file). Ugh. An action that let me go ""{{compile category="CategoryDocumentation"}}"" to generate a single web page of all of that documentation would be quite useful because then I could just print it to a pdf file once.....then I could provide a link to the PDF file so users could download it and print it off.
===Compatibility & Installer===
//(Copied from comment on WikkaInstallation, I support this proposal - and agree that @ in front of a statement should generally be avoided, unless any errors are actually dealt with. (Layout slightly adapted.) --JavaWoman)//
IMPORTANT: installer uses TOO MUCH "@" before all mysql calls...
- Compatibility-problem is solved now, text moved below to Resolved Suggestions->Compatibility with PHP 4.1.x) --NilsLindenberg
===Handling the config===
I have three questions about the config. See HandlingWikkaConfig.
--NilsLindenberg
''See also WikkaSecureConfig for a possible new appraoch. --JavaWoman''
''See also [[http://wush.net/trac/wikka/ticket/603 Ticket 603]] --JavaWoman''
===Markup for code not to be shown===
I read this suggestion elsewhere (not in wikka I don't think...some other wiki I think) and didn't think anything about it at the time, but now with the showpagecode action (Mod042fShowPageCodeHandler) am thinking that maybe some wiki markup for "comment text" that is not shown by the code interpreter might be useful (in other words, visible when editing the page, visible when showing the code, NOT visible when just viewing page). I suspect it might be simple to add this....am I wrong?? -- GmBowen (Mike)
~''Essentially you can already do this -- well, mostly -- since Wikka supports HTML markup: just enclose the element to be hidden in HTML (SGML) comments: **<!--** at the start and **-->** at the end, and then mark the whole as being HTML. One gotcha: the content between inside the comment declaration cannot itself contain a double dash (hyphen) since that would terminate the comment. And a proviso: HTML should be enabled. --JavaWoman''
I played with this a little and did a modification of formatters/wakka.php (see [[http://131.202.167.33/wikichanges/wikka.php?wakka=Mod009AddingHiddenCommentCodeToWikiFormatting here]]) that got rid of monospace and replaced it with the comment brackets. It works okay, although it does leave a blank line in the code. I tried making my own format within that code (using ^^) and got nowhere....but what I did works okay. Thanks for your feedback...it provided info I needed to do the change in the wakka file. -- Mike
~''But why make a modification at all? HTML is **already** supported. ""<!--(So let me include a comment here.)-->"" Do you see the commented out text? It's right here in my reply; edit the page to see it. :) --JavaWoman''
Ha...I learned something here....I didn't have HTML turned on in the config file (oops!)....however, one thing to remember is that I'm dealing with a different "audience" for using this wikka tool (13-18 year olds, many not computer literate at all, and who would be completely alienated by even thinking about using html...although maybe not all **that** different from an "average" user) and I'm trying to have it as useable as possible for them. For that group, there's a big difference between typing ""##"" twice when they might want to add a comment they don't want anyone else to see as they're reading the document, like a thought they don't want to forget, and having to remember BOTH of "<!--" AND "-->" (with the double quotes remember). From a useability perspective the latter is a LOT more difficult, and therefore students would be much less likely to use it (altho' the ability to drop in quick notes would be quite useful to the writing process....like I use the post it boxes in MSWord). Imagine them writing an essay that they want comments back on from the teacher or other students. They would **never** put "off-topic commentary" (to remind themselves of a reference, etc) into the overall "visible" body in a way that you and I might (it runs completely against how students write in school culture)...although such personal sorts of comments might be really useful when re-editing the document. My overall schtick is trying to provide a scaffolding of use so that complete newbies can better proceed to more sophisticated usage...and part of how I do this is considering the culture they work in and how they use similar tools in the context that I'm interested in them using the wiki....which is what many of my comments and additions here are all about eh. ; ) I agree though that for my useage, and for your useage, what you're suggesting makes complete sense....and besides, why do we //need// monospace anyways?? {grin} -- Mike
~''Ah, yes, I see your point about the "available" commenting method being unusable for your (and similar) audience. (One could possibly extend the WikeEdit toolbar to provide an easy "commenting out" action though) On the other hand, maybe **you** don't need monospace, but I, often writing //about// code (and planning Wikis where users would do the same), need it **all the time**: I use it as a "fake" inline code markup (see my new JwCalendar page for an example :)); real inline code markup might be nice, of course, but I still wouldn't want to give up monospace markup! So, I'd suggest a choosing different set of characters (possibly a combination of two different characters, we're fast running out of candidates!). --JavaWoman''
My, uh, comment on monospace was a "poking fun" "tongue in cheek" kind of comment (meant in the kindest possible ways) that programmers use monospace a lot (which is probably why it's there), whereas non-computer sorts don't.....my (maniacal?) focus is on the latter groups eh? LOL. I did try to have code in formatters/page/wakka.php to add in ^^ as code for commenting, but I couldn't get it working...which is why I switched to just replacing monospace. Do I need to edit a file other than that one to get it to work?? I couldn't find another relevant file, but I might have missed something. I've played with editing the wikiedit toolbar before (I now have [[http://www.zhuo.org/htmlarea/ Image Manager]] in mine to make placing images easier (from the students personal directories)) and will add in code (either for the replaced monospace or some other code (if I can get it working)) for commenting at some point. -- Mike
~''Heh, poke fun all you like. ;-) I know us coder types can take thinks rather literally sometimes (and some of us make an art of that! "can you pass the salt?" "yes.").
~About not getting ^^ working - without looking up the Formatter code, I think you'd need to add both the code to **handle** the "tags" and the appropriate regular expressions, I think. Did you do that? Everywhere? If not, does that hint help at all? --JavaWoman''
Oh, regex stuff. Ugh. I don't understand those worth a darn. (although some comments here last week helped me understand them a little) Okay, thanks for the hint. I'll have to tackle it a bit later (got marking to do). -- Mike
The 'diff' facility is if course nice - and essential to a Wiki. But I note the differences are marked up only with classes which match to coloring in the stylesheet. If we're doing XHTML, we could do that a little better (as well as more accessible!): the **##del##** and **##ins##** elements are __created__ to markup deletions and insertions: fully semantic markup!
My proposal:
See [[http://www.w3.org/TR/html401/struct/text.html#edef-del 9.4 Marking document changes: The INS and DEL elements]] for all the details (HTML 4.01 since that's where all the semantics are).
--JavaWoman (standards junkie)
''This is related - I found that the diff engine and page history sometimes forgot to close tags. With a list of lists, the indents would get carried forward. Check out my [[http://wiki.samuelooi.com/wikka.php?wakka=Mod03HistoryAndRevisions hack]]. Not CSS compliant by any means, but then again, your suggestion isn't either (list tags are not closed etc etc). I reckon you would probably have to parse each addition/deletion through the SafeHTML checker.'' -- Sam
Assuming you mean XHTML compliant (sorry) my suggestion certainly is (believe me, I would //never// suggest anything that //isn't// XHTML compliant) - I just forgot to mention that closing tags properly is a prerequisite... although I did point to the actual standard which indicates how **##ins##** and **##del##** must maintain proper tag nesting.
You're right though, I did notice that lists don't seem to be closed properly. I think that should be fixed first (it's a bug, not sure it's recorded as such yet) - **then** you can do more semantic markup.
-- JavaWoman (standards junkie)
You mean something like that?:
$timestamp = $wakka->GetPageTime(); //hopefully this function returns the right format?
return (++$trigger_deleted % 2 ? "<DEL datetime=\"$timestamp\">" : "</DEL>");
--NilsLindenberg
=== Problem: Scrolling in the search - field ===
Not worth to mention but now I am here I write it. Text in the search field is a little bit scrollable. Again ... ;-)
-- SkyWalk
=== Problem: Five Line Breaks ===
Just a small problem i found. If you insert five line breaks at the end of a site, the footer jumps into the box.
After all a nice wikki. Keep on the good work.
-- SkyWalk
=== DB Export ===
ExportDB : as i'm discovering Wikki (and WikkaWiki) and playing with it on my main server and on my laptop (which too runs an Apache installation), I
was needing a quickly way of making export of my database. So I wrote a quick (and dirty ...) export page to get all the replace SQL commands to populate an instance.
I too may use this in the future to quickly backup an online Wikki site. See this additionnal page for the code : CodeExportdb
-- SergiO
===Code block formatting===
I was converting a document to Wikka markup format, and I was trying to display ""MySQL"" (Console) Table output using the "Code" formatters ""%%"". Everything that appears in a code block is formatted using a monospace font (as I expect), however, since the Edit page handler converts every instance of 4 spaces to a tab, the spacing is thrown off. Below is an example (Select some of the whitespace with your mouse to see the tabs):
OBJECT_TYPE COUNT(*)
FUNCTION 12
INDEX 55
LOB 4
PACKAGE 2
PACKAGE BODY 2
SEQUENCE 9
TABLE 37
TRIGGER 6
VIEW 1
The edit page handler seems to convert spaces to tabs throughout the entire document, including Code blocks.
**From edit.php**
Is there any way to make the edit handler leave the spaces alone inside of code blocks?
Thanks! -RichardTerry
''Noted. Try commenting out that line for a temporary workaround.'' -- JsnX
===Various suggestions===
- See MarkHissinkMuller for things I would like to see in Wakka/Wacko/Wikka. Feel free to add/discuss.
===Other method to attach files===
- I'd like a way to attach files to a page without having to include the ""{{files}}"" action. I like using the action to //link// to attachments, but I'd rather click a link at the bottom of each page to reach the attach form or to see which files are attached to the page. (I'm a PHP newbie, so It would probably take me some time to make a handler to do what I want.) //Actually, now I'm kind of used to having all of my attached images displaying at the bottom of the screen, so this isn't a big deal. If I really don't want the attachment list (usually a bunch of images) to display I just remove the ""{{files}}"" from the page.// -RichardTerry
===Installation problem - UTF-8?===
- Not a suggestion, but problems: with installing 1.1.3 on a Win 32 Apache 2, with Php 4.3.8 and Mysql 4.1.3. Upgrading from wakka 0.1.2 didn't work (ended with: "creating comment table - failed - hmm"). So I thought I'd do a fresh install. Everything went fine, but there seems to be some problem with utf8. Even when I set the charset in header.php to utf-8, the page is all scrambled. However, in phpMyAdmin, the text in the pages table shows up fine. Any clues? (I need utf-8, by the way ...) BirgitKellner.
Sorry if this was the wrong place for posting this, and feel free to move it to a more appropriate one.
wikka don't support utf-8 yet. this issue is discussed here: WikkaInternationalization (and should be moved from there to its own page, 'cause it's not a trivial problem ;) --moved to HandlingUTF8 ). anyway, i'm afraid you won't find comprehensive help in that discussion. it's not enough to change the meta-tag. that only tells the browser to assume a charset, which in fact isn't used.
i haven't spent much time on that issue, although i am (or should be) interested in it. but be assured that it's not a simple config-value to be squeezed to solve the problem. i hope the discussion mentioned above will get more precise in the next days, as i would appreciate any hint how to start to despair of it ;) i think in long terms it's **a must** to support different charsets. -- DreckFehler
===Add page link & other suggestions===
~- It would be Really Nice to be able to have an **Add Page** link that allows a user to create a new page without having to edit an existing one. (I don't belive this is currently possible, I'm a newbie however) Perhaps this could be achieved via a simple HTML Form that prompts the user for a Page Name, and Category. It would be even better if the Category was selectable (dropdown list) from existing categories. And to top the whole thing off, it would be perfect if it was possible to define Template files (eg. per Category) where by when a user creates a new page of category ABC, the template file for ABC is used as the default page text. This would aid in keeping some kind of consistancy between pages of the same category. (ie. for one thing the correct category definition could be placed in the appropriate location/style). An **Add Page** link would posssibly be usefull on the standard Category pages, especially as the Category is already known.
~- It would be nice if ACLs were somehow inheiritable from their creating pages (Created either the current way or via the above described method)
~- Is it possible to define User Groups to simplify editing ACLs also.
~& I tried to do something with ACLsWithUserGroups.
~- Finally, (although I think I can possibly do this one myself) , On the Editor Page a link to the standard FormattingRules page would be most useful. Especially if it opened in a different window.
Regards Simon H.
~& I like the **Add Page** link idea. It would be really simple to implement, too. Perhaps a text form where you'd enter the page name, which would take you to ""http://some.host.com/wikka.php?wakka=NewPage/edit"", where you would actually create the content. I like it! --KickTheDonkey
===Disable CamelCase===
While I understand the arguments in favor of CamelCase, I prefer not to use it. Given how incredibly simple it is to modify Wikka for non CamelCase use (remove one line in formatters/wakka.php, and replace a regex in wikka.php, wouldn't it be simple just to add an admin option to turn it on and off?
===Rename Pages===
It would be nice to be able to rename pages and automatically update all backlinks to point to the right page.
Example: I have a ""HomePage"" which has a link to ""MyIdeas"" on it. Let's say I realized that all these ideas are Wikka related, so I want to rename the page to ""MyWikkaIdeas"". Any link to ""MyIdeas"" (such as that on ""HomePage"") should now be changed to point to ""MyWikkaIdeas"".
- JonathanMitchem
~& Yeah, so I found this... RefactorWiki which supposedly does exactly that (I haven't tested it personally) - JonathanMitchem
===Star Rating System===
I think that maybe usefull a star rating system for a page or for an image or other .
~& LuxiO, what criteria would you suggest for such a ranking system? --BrianKoontz
~~& BrianKoontz, first i think that the rating system should have an extra table in the main database so that every item we want rate should have a unique identification number. Then we manipulate this extra table from an internal action... maybe? --LuxiO
~~~& That sounds like a suitable approach...but my question is, how would users be expected to "rank" a page? Are we looking for a measure of suitability, quality or aesthetics, or maybe popularity? Is it really possible to assign a relative ranking to pages with dissimilar content? --BrianKoontz
~~~~&It would depend on the use of the wikki... for example, [[http://www.RantThisSpace.com Rant This Space!]] is purely for entertainment and therefore people would be encouraged to vote based on how entertaining the page was. In a corporate setting it might denote importance, or relevance to the project. Then the home page could display a list of all pages with 5 stars, and new members would know to read them first. Icons other than stars could also be used.
I have found this simple javascript for page rating:
%%(javascript)
<div class="js-kit-rating" starColor="Golden" path="ABSOLUTE-PAGE-URL"></div><script src="http://js-kit.com/ratings.js"></script>
but i don't know how implement single file rating --LuxiO
CategoryDevelopmentSuggestions
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki