Skip to main content

Precarios

http://precarios.org/ has recently upgraded from 6.x to 9.x

Here are some issues.

Precarios uses flat forums and it seems to be showing issues not seen on tiki.org/forums (which uses threaded forums)

Performance of a forum thread with 1500+ messages (solved)

[+]

Pagination of forum threads

A screenshot to show an example to improve pagination

tiki-forums_reported.php

Pablo wrote: "Besides, some tools, like the reporting system doesn't work ok. Yesterday I was cleaning the reported messages. I have to use the database directly, because the links in precarios.org/tiki-forums_reported.php go to the threads, and you don't know what message is reported if you don't look at the database

This is perhaps because of threaded vs flat?
http://thread.gmane.org/gmane.comp.cms.tiki.user/3492

Ghost forum posts

Note: http://precarios.org is now on 9.x so the bug is no longer visible, but we can surely get a backup if useful.

Full thread in Spanish is here:
http://es.groups.yahoo.com/group/precarios-www/message/2300

Pablo Moreno García wrote:

Ok, I try to explain. Let's go to one example of our webpage: http://precarios.org/tiki-view_forum_thread.php?comments_parentId=75003

In all the comments the title, "Re: Prueba", is also a link. If you follow the link, for example the third one: http://precarios.org/tiki-view_forum_thread.php?comments_parentId=75950

and write a comment in this page, the message you write disapears in flat mode. As far as I can see, tiki9 has no these links, so it is more difficult to write this "ghost" messages. The bug is in the code (don't put the right parentId), but it is more difficult to reproduce


Jaime Huerta Cepas wrote:

Creo que ya he localizado el bug. Bueno, eso si me podéis confirmar
que la version migrada
(http://91.121.205.155/phpbb_precarios/phpBB3/viewtopic.php?f=213&t=75003)
y mi base de datos en barrabin
(http://precarios.org/tiki-view_forum_thread.php?forumId=113&comments_parentId=75003&thread_sort_mode=commentDate_asc#comments)
muestran lo que deberían. Yo no he sido capaz de hacer funcionar lo
de cambiar de plano a anidado en el tiki...

Pablo, ojo con el comando que sugerías antes que no creo que haga nada bueno 😊

Resumiendo, el problema es que el tiki utiliza los mismo campos para
guardar la info de topics anidados y topics planos (en phpBB son
siempre planos). La info en la tabla es correcta, pero el tiki
reconstruye mal la jerarquía de mensajes cuando está en modo plano.
Para la migración no hay problema, ya he hecho una prueba por si
queréis comprobar como queda. En cuanto al parche general para la DB
del tiki, sería el siguiente:


DROP table if exists fixes;

CREATE temporary table fixes as (SELECT @A as realparent, parentID ,
threadId FROM tiki_precarios.tiki_comments AS c where (@A:=(SELECT
parentID FROM tiki_comments WHERE threadId=c.parentId)) != 0 and
objectType="forum");

UPDATE tiki_comments AS c LEFT JOIN fixes AS f ON (c.threadid =
f.threadid) SET c.parentId = f.realparent WHERE f.threadid =
c.threadid;



Es posible que tengáis que aplicar varias veces el parche, tantas como
niveles jerárquicos rotos. Por ejemplo yo lo tuve que aplicar 2 veces.
La primera me arregló 494 entradas, la segunda 18, y la última ya dio
"0 rows affected".

Otra cosa, tened en cuenta que si el Tiki sigue creando topics
anidados, se volvería a generar el problema. El parche sólo arregla la
base de datos actual, pero el bug sigue estando ahí y se tendría que
corregir a nivel del código de Tiki.


RSS feeds for forums

If precarios.org starts using, they should backport this to 9.x: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=44180 or upgrade to 10.x

Search improvements

Catalan and Spanish stemming algorithms
http://thread.gmane.org/gmane.comp.cms.tiki.user/3532

Related links

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki development and should correspond to documentation keywords.

Each feature in Tiki has a wiki page which regroups all the bugs, requests for enhancements, etc. It is somewhat a form of wiki-based project management. You can also express your interest in a feature by adding it to your profile. You can also try out the Dynamic filter.

Accessibility (WAI & 508)
Accounting
Administration
Ajax
Articles & Submissions
Backlinks
Banner
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Calendar
Category
Chat
Comment
Communication Center
Consistency
Contacts Address book
Contact us
Content template
Contribution
Cookie
Copyright
Credits
Custom Home (and Group Home Page)
Database MySQL - MyISAM
Database MySQL - InnoDB
Date and Time
Debugger Console
Diagram
Directory (of hyperlinks)
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
DogFood
Draw -superseded by Diagram
Dynamic Content
Preferences
Dynamic Variable
External Authentication
FAQ
Featured links
Feeds (RSS)
File Gallery
Forum
Friendship Network (Community)
Gantt
Group
Groupmail
Help
History
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
jQuery
Kaltura video management
Kanban
Karma
Live Support
Logs (system & action)
Lost edit protection
Mail-in
Map
Menu
Meta Tag
Missing features
Visual Mapping
Mobile
Mods
Modules
MultiTiki
MyTiki
Newsletter
Notepad
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Organic Groups (Self-managed Teams)
Packages
Payment
PDF
Performance Speed / Load / Compression / Cache
Permission
Poll
Profiles
Quiz
Rating
Realname
Report
Revision Approval
Scheduler
Score
Search engine optimization (SEO)
Search
Security
Semantic links
Share
Shopping Cart
Shoutbox
Site Identity
Slideshow
Smarty Template
Social Networking
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Staging and Approval
Stats
Survey
Syntax Highlighter (Codemirror)
Tablesorter
Tags
Task
Tell a Friend
Terms and Conditions
Theme
TikiTests
Federated Timesheets
Token Access
Toolbar (Quicktags)
Tours
Trackers
TRIM
User Administration
User Files
User Menu
Watch
Webmail and Groupmail
WebServices
Wiki History, page rename, etc
Wiki plugins extends basic syntax
Wiki syntax text area, parser, etc
Wiki structure (book and table of content)
Workspace and perspectives
WYSIWTSN
WYSIWYCA
WYSIWYG
XMLRPC
XMPP




Useful Tools