Category: Infrastructure
Show subcategories objects| Name | Type |
|---|---|
| "TermA TermB" searches should be "termA AND termB" not "termA OR termB." | tracker item |
|
Sitemap.xml &pagenum=2 -v- &pagenum=2
This issue is probably external to the wiki ... but is exhibited by your current demo systems and also our Apache based system With pagination enabled or when calling a wiki page with a user defined variable value, the full url contains an ampersand character, for example tiki-index.php?page=Test-Multi-Page&pagenum=2 However ampersand can not be included in an XML file such as a SiteMap and needs to be escaped as & TW seems to ignore any parameter prefixed with & which is a valid url for example tiki-index.php?page=Test-Multi-Page&pagenum=2 Does a default installation of TW with Apache need a special Apache rewrite rule to handle this? Does this perceived issue exist with other web servers? Just spotted your current docs system has the same issue. See https://doc.tiki.org/tiki-index.php?page=Wiki+Argument+Variables&lalala=torololo which works but https://doc.tiki.org/tiki-index.php?page=Wiki+Argument+Variables&lalala=torololo does not work Would appreciate any guidance to resolve this issue. Thx M |
tracker item |
|
1-click access to be able to do certain actions (view a page, edit a page, edit user tracker, etc)
Sometimes, we want people to participate to one wiki page, to access their user tracker to update personal information or access a ((workspace)) Right now, we need to #create a user #create a group #assign user to the group #give permissions to group ( in general or for a specific item) #inform this person, typically by email, on how to access this page Instead, I would want to #add an email #pick the permissions this person has #any limitations (works x times, or for x days/weeks) #an optional message And the system should send a 1-click login email (an email with a link in it which is unique / very difficult to guess). Whoever clicks that link *Would be authenticated with the appropriate permissions and according to the limitations. Related: Expiry date for group membership http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1071 Somewhat related: Send welcome email (by admin to new user or user that has not connected in a while) http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1016 |
tracker item |
|
domain redirect from *.tikiwiki.org to *.tiki.org is not working
{img fileId="270"} Visit these pages to see for yourself: http://info.tikiwiki.org/Hosting (6.x) http://profiles.tikiwiki.org/Profiles_in_installer (9.x) http://dev.tikiwiki.org/Tiki13 (12.x) It should be a redirect 301. And needs to work for 6.x, 9.x and 12.x This worked when the feature was introduced so some other fix / enhancement must have broken it. This is especially not good because in this version the ((canonical)) link is just relative and thus, we have two canonicals for same page... If you go to front page, it redirects OK http://info.tikiwiki.org (6.x) http://profiles.tikiwiki.org (9.x) http://dev.tikiwiki.org (12.x) |
tracker item |
|
Add a check in release.php for the maximum php version
The release script checks the syntax of all php files so we need to add a way for each branch to warn when using a newer version of php than the min spec version for that branch. I know how to do it, just need time so this is a reminder to myself ;) |
tracker item |
|
Add memcached support, with admin panel
Support.mozilla.com solution or http://framework.zend.com/manual/en/zend.cache.html http://framework.zend.com/manual/en/zend.cache.backends.html#zend.cache.backends.memcached |
tracker item |
|
Some stats for CVS and SVN activity :: looking for a volunteer to host stats server and maintain app
Once upon a time, we had http://sourceforge.net/projects/cvsmonitor/ running on cvs.tikiwiki.org It was taken offline because it needed 4 gigs of RAM to run (!) This provided some fun and useful stats about CVS activity. It would be nice to have something like this again. There are some nice demos of what we could have. http://statcvs.sourceforge.net/ http://statsvn.sourceforge.net/ We could have stats.tikiwiki.org to aggregate all stats from the TikiWiki community. Any volunteers? M ;-) |
tracker item |
|
Adding some examples in htaccess
ex.: # Redirects # This is useful if you are migrating from an old site, and you want the old URLs to still work. # Just uncomment and edit the line below. Redirect 301 /oldpage.html /tiki-index.php?page=newpage |
tracker item |
|
Admin>Login>User defaults or Admin>Groups: Ability to Subscribe new users to specific Tiki objects
{syntax type="tiki" editor="plain"} It would be lovely to set some new user defaults at * Admin (home) > Login > User defaults, and/or * Admin > Groups > (Edit a single group) The ability to Subscribe/watch/monitor new users in the site or to that specific group, to specific Tiki objects. Which tiki objects?: I would say, in this order: # specific forums # specific blogs # specific calendars # specific newsletters (ML: we can already subscribe groups to newsletters) # specific wiki pages # specific structures # specific trackers # specific categories # new articles This is specially useful for new users of the site, where they don't know yet how to subscribe to specific areas, etc. Very needed for educational scenarios, but I can see many other places where new users are a bit lost for some time while they learn how to use the Tiki site. Related: *[wish988|Forum: Let forum admins/moderators add groups and/or users as watching the forum] *[tiki-index.php?page=Business%20Plans|Let small business start ups access collaborative sharing where the document being shared is not visible by anyone else] Anywhere there is a watch eye, it should be possible for an admin to have group members watch this category |
tracker item |
|
All help links should point to wishlist as well (only for admins)
All over Tiki, there are contextual links the relevant page on http://doc.tikiwiki.org/Keywords This is pretty good for end users because they get access to info about the feature and the opportunity to improve it. Now, it would be good for Tiki admins to see links to http://dev.tikiwiki.org/Keywords as well so they know what bugs have been reported and they get the opportunity to learn, share and participate. Related: ((Viral TikiWiki)) |
tracker item |
|
allow seing username in user tracker at registration time, step 2 (filling user tracker item)
I've set up a user tracker at registration time on tw.o, when TwCOmmunity group is chosen between the two listed right now at registration time. http://tikiwiki.org/tiki-register.php This tracker mainily requests selecting a checkbox to indicate that the user understands and will follow the rules and guidelines of TW Community, etc. I've set up a user field at that tracker, so that we can see when each users decided to join TW Community by selecting that checkbox. And while the compulsory checkbox is not acting as compulsory (due to bug), which users did accept and which ones didn't accept. http://tikiwiki.org/tracker8 |
tracker item |
|
Announcements: There should be an easier way for ppl to stay up to date
Currently, an administrator of a Tikiwiki installation has to hunt for upgrades, updates, and security related information of his installation. It is often cumbersome and sometimes dangerous, think of the delay in fixing a crucial vulnerability, it has happened elsewhere before. It might also be nice to know that ppl are using current and feature complete software. |
tracker item |
|
Backlinks between trackers and wiki pages (and maybe forums)
In a tracker item, we often refer to wiki pages. From those wiki pages, we should be able to see the trackers in the backlinks. Related: Tracker plugin to get title and make link to tracker item http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1768 With this second thing done, we could have backlinks among tracker items. This will be useful for a ((Mindmap)) |
tracker item |
|
Better support for external search technologies like Sphinx, Lucene (Solr), Google Site Search, etc.
Tiki has internal ((doc:search)). It is fully integrated, checks permissions, and works on shared server, etc. However, in some contexts, better support for external search technologies would be useful. Related: http://framework.zend.com/manual/en/zend.search.lucene.html http://www.sphinxsearch.com/ http://www.google.com/sitesearch/ http://lucene.apache.org/solr/ http://ir.dcs.gla.ac.uk/terrier/ |
tracker item |
|
Better way to track referrals from Powered by TikiWiki link
TikiWiki.org gets a lots of referral links from other sites that have the "Powered by TikiWiki" footer enabled. It would be great if we could take advantage of this. I propose that the referring site's URL should be appended to the link, so that we could create (if desired) custom landing pages for incoming links from high-traffic sites (such as the FireFox support site). I envision the incoming list to be something like: http://www.tikiwiki.org/powered+support.mozilla.org Then on the wiki page "powered+support.mozilla.org" we could "sell" Tiki, explain why it was chosen to power that particular site, specific features, etc. In the .htaccess we could have a fallback page (simply "powered" to collect all other referrals that do not have a custom page. |
tracker item |
|
Blue Print CSS / BluePrintCSS
CSS... Themes... |
tracker item |
|
Change to a more modern mail class
possibilities: http://phpmailer.codeworxtech.com/ http://www.swiftmailer.org/ http://framework.zend.com/manual/en/zend.mail.html Related: SMTP Configuration from inside Admin Interface http://dev.tikiwiki.org/wish1711 |
tracker item |
|
Character substitutions in page names, search engine, usernames, etc.
Since wiki page names should avoid special characters, we'll need to think about maybe using character substitutions in page names (a instead of à , _ instead of ') and use the description field for the exact format. Please coordinate here: ((Character substitutions)) |
tracker item |
|
Check & report broken links
*.Tiki.org sites have a large number of external links. It would be nice to have a tool to check all the links and to report on status. Possibly this could be related to the cacheing feature. See: ((Link Checker)) |
tracker item |
|
Custom javascript: a future-proof way to handle
Tiki has a lot of features. But sometime, we have to hack it up with various things that we can't share back to the project. So we want to modify Tiki, yet, keep upgrades easy. It is already possible to add custom language strings. It is possible to override Smarty .tpl files with our own It will soon be possible to add custom CSS strings It would be nice to have this for javascript as well. A custom.js somewhere. If it can be kept in the database, it makes site migration and backup even easier Or it could be in styles/*/custom.js It would be nice to have the option of putting towards the top or towards the bottom. Maybe Site Identity custom areas already permit this? |
tracker item |
|
Custom language translations in the database and administered via web interface
This will make upgrades easier as people won't have to worry about overwriting their enhancements, Multilingual categories need translations and doing by FTP is not fun. Related: [tiki-view_tracker_item.php?itemId=485] -> This is suboptimal Support.mozilla.com has need for this as well. https://bugzilla.mozilla.org/show_bug.cgi?id=488728 In 3.0, language/*/custom.php can be managed by the web interface. Next step is to have this in a wiki page |
tracker item |
|
Dead Video Links and Errors - e.g., Videos Not Accessible
{syntax type="tiki" editor="plain"} Hey Guys - I'm new to tikiwiki and have been trying to access the movies on this page -> http://tikiwiki.org/TikiMovies BUT most of the ones referencing USA point to an expired account and the ones mentioning Europe generate an error saying i don't have permission (even when logged in) ..??.. e.g., in the section "Preliminary_Settings", the USA link resolves to this -> http://esc45.midphase.com/suspended.page/ even though the link is coded for this address -> http://www.teluguvaariki.com/sri-addons/tikiwiki_videos/Wiki ... and when i hack the url to just the root domain, i get the same error and suspect this user's account is DOA ... i should note that i tried this a week or so ago and got the same response hence delayed sending this thinking it might clear up by now ..??.. and then when i click on "Editig a wiki page (Europe)" i get error - ie., "You do not have permission to use this feature" ... that link shows as -> http://tikiwiki.org/tiki-listmovies.php?movie=Wiki.swf&action=Display the same thing happens with the other videos in other sections like "Editing a wiki page", "Image Galleries", "Articles", "FAQs", etc ... the only video link that does work is the 24 minute intro with David Lankes - which is excellent by the way :>) accordingly, please advise ... i would really like to watch these videos to get up to speed as i'm already having numerous problems ... a) i was able to install okay but the images in the gallery won't upload, or when they do appear to upload, i get a blank screen and see no images ... b) i can't get the secure login link to work with my dedicated server that shares a SSL cert across domains ... thus i installed tikiwiki on avantigroup.com/tiki but for the https i need to make a url callout that is https://secure.cooltea.org/avantigroup.com/tiki but tikiwiki won't let me do this from admin control panel and forces https://avantigroup.com ... ugh ... sure, i could go in and hack the template but this kind of defeats the smarty template approach but i digress ... thanks in advance for your attention to this matter and on positive side, it does look like you have a lot going for your project and i look forward to diving in further ... to be continued ... cordially, chuck scott |
tracker item |
|
Discussion: Should we change from language.php to native .po files?
We have: ((tw:PO convertor for TikiWiki)) Should we change the way we handle language.php?: ((Research about different i18n systems)) |
tracker item |
|
Duplicate search results
You can see here: http://dev.tikiwiki.org/tiki-searchresults.php?highlight=mouseover&where=pages&search=Go |
tracker item |
Also reported here: [tiki-view_tracker_item.php?itemId=166]
and:
{QUOTE(replyto=BillMac)}
I have found that, if I want to find something on tw.o sites, I should disregard TW's search feature and use Dogpile to look things up. The TW search capability is so weak that it is almost "a missing feature." At the very least, "TermA TermB" searches should be "termA AND termB" not "termA OR termB." The plus/minus markers are fine if you're in the know, but they don't work well either. Using the category/group filters renders a whole different set of answers; not GOOD answers, just different. Without those filters, unauthorized users see parts of pages they are not supposed to see at all. Not a missing feature, a broken feature.
Gosh, I hate to be so negative.
{QUOTE}
Source: ((Major Features Missing in TikiWiki))