Loading...
 
Skip to main content

Category: Dogfood on a *.tiki.org site

Bug or RFE for this site's Tiki
Dogfood on a *.tiki.org site
Show subcategories objects

Name Type
Look & Feel for suite.t.o is currently (14.x) worse than expected
Look & Feel for http://suite.tiki.org is currently (14.x) worse than expected. It seems as if no one could tweak the look and feel of that domain/perspective/whatever handles the suite.t.o layout/look&feel

Even http://tikisuite.org displays an enormous logo in firefox for me, I don't know why.
Maube it's a known temporary issue, but just in case, I'll drop an item here...
tracker item
Losing editing on a wishlist item
I’m losing editing time after time on the wishlist.

https://dev.tiki.org/item7384-Tracker-TextArea-field-multilingual-parameter-filter-is-not-applied-in-plugin-List-all-language-are-displayed

https://share.vidyard.com/watch/rwF7GwJd6BKAuVK6WxpRzq?
tracker item
Lost avatars on tiki.org
{img fileId="526"}
tracker item
LTS Regression: images not shown if align=center as param (reproduced in doc.t.o)
LTS Regression: images not shown if align=center as param (reproduced in doc.t.o)

See this thread were it's explained:
https://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=60647&threadId=60648&thread_sort_mode=commentDate_asc#threadId=60648

reproduced, also, here in doc.t.o, fixed by hand with that change:
https://doc.tiki.org/tiki-pagehistory.php?page=Newsletter+Admin&history_offset=1&paginate=on&history_pagesize=50&tra_lang=sq&diff_style=sidediff&diff_style=sidediff&show_all_versions=y&compare=Compare&newver=0&oldver=31&confirmAction=

I mass replaced
{CODE()}
{img align="center" src="img/wiki_up/
{CODE}

with
{CODE()}
{img src="img/wiki_up/
{CODE}

in doc.t.o, but other tikis might be affected by that issue too. (I thought images were gone in some migration between servers or something when I first saw that)
tracker item
Make 26.x work on show2.tiki.org
As Tiki 26+ needs PHP 8.1 of greater we need to add this to show2.tiki.org please.

I created a test instance here [http://bsfez-11581-8531.show2.tiki.org] but i\m not expecting to to complete the install yet...

Thanks (:mrgreen:)
tracker item
Make a basic working example of Tour (to end up in a learning tiki profile, for instance)
Make a basic working example of Tour (to end up in a learning tiki profile, for instance)

I tried with some basic copy pasting of current info in https://doc.tiki.org/PluginTour and it didn't fully work for me.

See the issue reproduced here:
https://demo.tiki.org/trunk/tiki-index.php?page=HomePage
and
https://demo.tiki.org/trunk/tiki-index.php?page=Tour2


{CODE(caption="Homepage contents")}
{TOUR(title="Welcome to the tour" prev="-1")}Here's the start of a tour.{TOUR}

foo1

{TOUR(title="A Jumbotron")}Use a jumbotron to make an area for special intro information, etc.{TOUR}

foo2

{TOUR(element="#module_1 .panel-heading" title="This is a module heading.")}This is a module.{TOUR}

foo3

{TOUR(path="Tour2")}The next step is on page 2.{TOUR}

foo4

{TOUR(next="-1")}This is the last step of the tour.{TOUR}
{CODE}

And contents in Page "Tour2":
{CODE(caption="Tour2 contents")}
{TOUR(title="Welcome to the tour" prev="-1")}Here's the start of Page 2 in the tour.{TOUR}

foo10

{TOUR(title="A Jumbotron")}Use a jumbotron to make an area for special intro information, etc.{TOUR}

foo11

{TOUR(next="-1")}This is the last step of the tour.{TOUR}
{CODE}

Issues:
!!# "This is a module" instead of start of Tour
Visiting https://demo.tiki.org/trunk/tiki-index.php?page=HomePage shows then content related to "This is a module", and not the content set as the start of the Tour, according to the documentation.

!!# I can't see the jumbotron content

!!# I can't see the info about "The next step is on page 2"
when that info was expected to be seen, the page was redirected to page 2 ("Tour2", in this case)

!!# In page2 (Tour2) no tour is shown


Probably, issues just due to only partial documentation available about how to properly set up a tour with this plugin? {sign user="xavi" datetime="2016-01-11T08:50:41+00:00"}
tracker item
Make RSS feeds page look nicer
Please see:
http://themes.tikiwiki.org/tiki-forums_rss.php?ver=2

The logo should be the site logo, if available.
Make sure of i18n
Make more generic. ie : no "Tiki RSS feed for forums". It should be just RSS for forums.

Test in various browsers. Especially IE6, IE7, and FF2
tracker item
Make Tiki more viral
Please see: ((tw:Viral Tiki))
tracker item
Make TrackerItem duplication easier
When editing a tracker item, there should be an easy possibility to select, which tracker is a duplicate of this item.
tracker item
Hotwords and WikiWords are parsed to links in Table of Contents (maketoc) entries, breaking HTML
When including a maketoc into a page, the titles in the page are still parsed for WikiWords and Hotwords. This breaks HTML, links, and may decrease the readability of page TOC-s.
tracker item
Manage a css menu or phplayersmenu in a wiki page
Related: {wish id=1045}


dev.tw.o has too many items on the menu. Using ((doc:Module MenuPage)), so we would need CSS menu or Phplayersmenu.

But if so, we lose the version history, ease of contribution of a menu in wiki wage.

How about the best of both worlds?

Perhaps a menu using a special code around the hierarchy (with bullet points), it can be caught and used by css menu.

tracker item
Manage email bounces
Tiki sends emails for several things (watches, password reset, newsletters, etc.) in addition to end users via ((doc:Cypht)) webmail.

System emails should be sent with a valid sender email. Many will put a bogus no-reply@example.org but that is bad practice. We should be using a real email account, accessible via ((doc:Cypht)).

See also ((Transactional Email Providers))

There will be manual replies. There will be bounces. This should be monitored, and handled accordingly. When you have hundreds or thousands of bounces in a ((doc:Cypht))-accessible account, it's tricky and time-consuming to manage.

If you don't handle this, and repeatedly send out emails to invalid accounts, you risk being flagged as a spammer.

Tiki should help detect types of bounces. Ex.:
* Manual reply
* Soft bounce (ex.: vacation message)
* Hard bounce: (user doesn't exist)

There should be a dashboard of all bounces, with a way to see
* The emails with the most bounces (top bouncing emails so site admin can go in order of priority)
* The actual emails with ((doc:Cypht))

And help Tiki admin handle this
* Show where this email is used (user profile, watches, etc.) and help remove.

See https://packagist.org/?query=bounce for potential libs.
tracker item
Max upload file is limited to 8MB at dev.t.o (quite limited for videoscreenshot)
The file upload at dev.t.o is (now) limited to 8MB.
May be it is on purpose but may be not, because 8MB is very limiting for videos that may be needed within a ticket. ?
tracker item
Menu levels below second level aren't displaying in Smartmenus
One of the key features of Smartmenus is to enable more menu levels than the two that Bootstrap supports out of the box. But this isn't happening yet with Tiki's menus in branch 19.

Also, the down arrows in parent items display briefly but then slide into/behind the item text so they no longer display.

I categorized this "Dogfooding" because people have been requesting it and also I want to check out its full functionality at themes.tiki.org.

More info: Section level 3 items (and their child items) are ignored in the menu implementation when the menu type is "Bootstrap", so Smartmenus has nothing to work with where level 3 should be (just a detail).
tracker item
menus are not shown any more to anonymous, at least
Since some weeks ago, afaik (April 2008, or so), menus and menu options cannot be seen for anonymous on several sites that I admin, including edu.tikiwiki.org, if you select some themes. Example: moreneat.css

On others, like http://moviments.net/ilp (using nornia.css), the menu on a module assigned to anonymous and registered, was shown when you logged in. Right now I've just assigned thatmodule to admins only, and used menupage module, which works fine. But I can re-set the previous config. is somebody wants to reproduce the missworking.
tracker item
Migrate @tiki.org off legacy server
We are getting a lot spam on current space and sooner or later, we need to move.

Also, the auto-responders are stuck on tikiwiki.org instead of tiki.org When we migrate, we can address this.

The old server is being shut down shortly.

See: ((tw:Community Mail Server))
tracker item
Mindmap: blank page on dev.tikiwiki.org and doc.tikiwiki.org
{syntax type="tiki" editor="plain"}
Nothing happens
http://doc.tikiwiki.org/tiki-mindmap.php
http://dev.tikiwiki.org/tiki-mindmap.php
tracker item
Minify JavaScript breaks codemirror in doc.t.o 18.x
Minify JavaScript breaks codemirror in doc.t.o 18.x.
Once minify js is disabled in the performance control panel, syntax highlighting works again as expected.
I detected it comparing the settings in dev.t.o (where codemirror worked as expected) and doc.t.o (where it didn't; and codemirror modes dropdown, when attempting to change highlighter, showed "null").
HTH
tracker item
Missing & used plugins reporting + Plugin security and approval: need a listing + notification email
Here:
http://tikiwiki.org/TikiCopyrights

I just got:
{img src=images/code.png}%%% {CODE()} WARNING: No such module CVS! copyright.txt {CODE}

Similar to orphans pages and wanted pages, it would nice to have a way to have a list of used plugins (how many times used) from which we know how many are broken.


This happens if someone attempts to use a plugin which isn't activated. This can happen on upgrade for example or if a plugin was de-activated.

We need a way to know how many times each plugin is being used. So we can deactivate without causing issues.

Also, __approval of plugin security__ conflicts with wiki cache. When approving, cache should be cleared. Please test.


** Would need to watch this list
** Rick asks for a [http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2009-05-01,Fri&sel=120#l116|mass approve]
tracker item
Misterious error that appear during translation edition
{syntax type="tiki" editor="plain"}
I started today collaborating with translation into Portuguese language.
My first edition the page [http://doc.tikiwiki.org/tiki-editpage.php?page=Usando%20Páginas%20Wiki|Using Wiki Page (pt)]

the moment I clicked SAVE, I got an error page.
I created a PDF document from it.
As this is my first Bug report I hope I will be able to send the PDF attached to this Bug Report.
tracker item
Mobile display broken in trunk
Mobile display is broken in trunk. Example:
https://nextdev.tiki.org/elFinder
tracker item
Tracker; Modified dates on tracker view are inconsistent on t.o
On t.o if you look at the tracker view you can see the modified date for each tracker.
If you go into a tracker and try to find the last modified item it will display a different date.

IE:
https://tiki.org/trackers show that the tracker 26 last modified item was 2 years ago.

https://tiki.org/tracker26 the last modified item was 4 years ago.
tracker item
Mods: make permanent URL to download latest version of a mod
If you go to this page:
http://themes.tikiwiki.org/tiki-index.php?page=legacy_themes

You see links to download themes. Good.

However, these could be older versions. Bad.

Suggestion: a permanent link.

http://mods.tikiwiki.org/Dist/themes-matrix.tgz
which links to the latest version. Ex.:
http://mods.tikiwiki.org/Dist/themes-matrix-1.2.tgz

Of course, if people use the mods installer, they don't need. But still...


tracker item
module last_tracker_items broken here in dev.tw.o/your+wish+has+been+cast
there seems to be a bug around module last_tracker_items , here in dev.tw.o
To reproduce: submit a bug report through:
http://dev.tikiwiki.org/Report+a+Bug

once submitted, you are redirected to:
http://dev.tikiwiki.org/your+wish+has+been+cast

but there is no item shown in the box
^ __Last Items__
^

The item, however, has been successfully created at the tracker.
tracker item
13.x in dev.t.o: some toolbar buttons like wiki link broken (reload the whole page)
13.x in dev.t.o: some toolbar buttons like wiki link broken (reload the whole page) . Try while reporting a bug.

Tried to reproduce in a show instance:
http://xavi-9794-5448.show.tikiwiki.org/tiki-index.php?page=Community+Members+HomePage
(u admin p: 12345)
but I can't: it works there. It seems to be something specific in dev.t.o
tracker item
Show PHP error messages