Loading...
 
Skip to main content

Category: 1.9.x

BRANCH-1-9
1.9.x
Show subcategories objects

Name Type
Trackers: Need to be able sort as numerical instead of text
{img src=show_image.php?id=10 }

{img fileId="396"}
tracker item
Trackers: Sorting by date is broken
we need it for dev.tikiwiki.org
tracker item
Trackers: Trackerlist plugin : images are listing path instead of image.
When using image filed type in trackers, all is OK in view tracker mode. Ex.:
http://themes.tikiwiki.org/tiki-view_tracker.php?trackerId=2


However, when using trackerlist plugin, we get things like:
img/trackers/4a630f4699e5a75fafbefe595d4585b2

As you can see here:
http://themes.tikiwiki.org/tiki-index.php?page=TrackerListTestTrollparty
tracker item
Trackers: WYSIWYCA for List trackers, View this tracker items, Monitor, etc
On these two pages:
tiki-view_tracker_item.php
tiki-view_tracker.php

Reminder: a user could have permissions to view a specific tracker without having general tracker permission.

Related tracker:
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=505
tracker item
Trackers:: Trackerlist plugin :: filter by 2 conditions
{img src=images/code.png}%%% {CODE(wrap=>1)}
(06:21:21) marclaport1: Is it possible to filter by two items in trackerlist 1.9.x? http://dev.tikiwiki.org/AllBugs <- I would like to have a filter for all "1.9.x" and "bugs" and Open (o)
(06:33:12) sylvieg: marclaport: I know it is possible in the code filterfield can be an array ... but I have no idea what form should be the param
(06:43:56) marclaport1: sylvieg: how about something like this: {TRACKERLIST(trackerId=>5,fields=>59:41:56:26:43:47:31:32, max=>-1, filterfield=>43,filtervalue=>56,filterfield2=>47,filtervalue2=>63,showstatus=>y,status=>o,showlinks=>y)}{TRACKERLIST}
(06:48:37) sylvieg: marclaport: I do not think it will work - it will overwrite http://us2.php.net/manual/en/function.extract.php
(06:49:23) sylvieg: I suppose you need a bit of code with filter=>1:2

{CODE}

Here, I can filter by several criteria:
http://sourceforge.net/tracker/?atid=506846&group_id=64258&func=browse


tracker item
Trackwithmirrortables Doesn't Display Useful Notification Email - No old/new values
Trackers without mirrortables now has a notification email that displays old vs. new values.

Due to the replication of the trackerlib for mirrortables, this functionality was not added. This is a needed improvement for mirrortables notification emails.

tracker item
Translate this page (create and associate to translation set in 1 step)
Right now, translating a page is a 2-step process and it's not super easy.
tracker item
Translated pages should not be orphans
See http://mobile.tikiwiki.org/tiki-orphan_pages.php for a few examples
tracker item
Translation of tikiwiki and of documentation
{syntax type="tiki" editor="plain"}
This is an ongoing task.

It will never be finished as we are always adding more features :-)

Info:
on tw.org the naming convention is to use a ,xx suffix where xx is the lang code. For example "Home" is linked to "Home,fr"
tracker item
TW RSS module does not like port numbers in feed address
Configuring an RSS 2.0 feed from an address such as

http://techiem2.no-ip.com:444/feeds/index.rss2

does not seem to work (even though the feed was otherwise valid) and results in error

Undefined offset: 0 in tiki-admin_rssmodules.php on line 37

this was tested in TW version 1.9.0, 1.9.1, and 1.9.2

tracker item
twversion.class.php causes PHP-Error in Windows-Server
When opening Admin>Admin home on a Windows-Server, you get the Error-Message:
{img src=images/code.png}%%% {CODE()}
Warning: fsockopen() [function.fsockopen]: unable to connect to tikiwiki.org:80 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in D:\server\htdocs\tiki\lib\twversion.class.php on line 51

Notice: Undefined variable: major in D:\server\htdocs\tiki\lib\twversion.class.php on line 114
{CODE}

This is might be related that the Server needs a proxy to connect to the Internet but i'm not sure how to set it up in Apache/PHP (Using Apache 2.2.2, MySQL 5.0.21, PHP 5.1.4 + PHP 4.4.2-pl1 + PEAR, Server W2003 R2)

User Rajesh got the same Error:
[hhttp://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=28971&highlight=fsockopen|here]


tracker item
Typo in tiki-plugin_poll.tpl
File is delivered as below, thus causing the rest of the page after the embedded poll to be bolded.

<div class="box">
<div class="box-title">
<strong>{$poll_title}<strong><br />
</div>
<div class="box-data">
{$menu_info.name}
{include file=tiki-poll.tpl}
</div>
</div>

tracker item
ugly look of admin home
Administration home does look really ugly with hidden disabled sections now
tracker item
Unable to access themes.tw.o or info.tw.o with IE7
I am unable to access info.tikiwiki.org or themes.tikiwiki.org with IE7. (FF and Opera work fine.) I get the following error:
{CODE()}
Warning: session_start() [function.session-start]: open(/tmp/sess_4bf95c633abfec1c2db078c6c7e6cf23, O_RDWR) failed: Permission denied (13) in /home/themetw/public_html/tiki-setup_base.php on line 279

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/themetw/public_html/tiki-setup_base.php:279) in /home/themetw/public_html/tiki-setup_base.php on line 279
header already sent
{CODE}
tracker item
Unable to delete workflow processes
Under ''Admin Processes'', upon attempting to a process, a number of MySQL errors are returned. The problem has to do with the syntax of the DELETE statement. As stated on the [http://dev.mysql.com/doc/refman/5.0/en/delete.html|Mysql 5.0 reference manual] under the DELETE Syntax,
^If you provide an alias for a table, you must use the alias when referring to the table:^
However, in the DELETE queries, the first reference to the table is the table name itself, which causes the failure.
tracker item
Unable to see blog-level comments from tiki-view_blog
When viewing a blog (tiki-view_blog), the post-level comments are not visible (there is no COMMENTS button). This forces users to first select the post's PERMALINK in order to see if there are any comments for a specific post.

The COMMENTS button should be visible for every blog post -- regardless if you are looking at tiki-view_blog or tiki-view_blog_post.
tracker item
Undefined index on last_modif_tracker_items module
{img src=images/code.png}%%% {CODE()}
Notice: Undefined index: name in modules/mod-last_modif_tracker_items.php on line 15
{CODE}


Happens, on a clean install, when activating module, without setting parameter (or is it because lack of data?)
tracker item
Undefined offset when trying to browse a tracker
The following php error message displays on top of the navigator window when trying to browse a particular tracker:
Notice: Undefined offset: 1 in /Users/losmirones/Sites/tikiwiki/tiki-view_tracker.php on line 316

Notice: Undefined offset: 1 in /Users/losmirones/Sites/tikiwiki/lib/trackers/trackerlib.php on line 414

Notice: Undefined offset: 1 in /Users/losmirones/Sites/tikiwiki/lib/trackers/trackerlib.php on line 414

Notice: Undefined offset: 1 in /Users/losmirones/Sites/tikiwiki/lib/trackers/trackerlib.php on line 414

Warning: Cannot modify header information - headers already sent by (output started at /Users/losmirones/Sites/tikiwiki/tiki-view_tracker.php:316) in /Users/losmirones/Sites/tikiwiki/tiki-view_tracker.php on line 560
tracker item
Undefined offset when trying to choose an item within a tracker
When choosing an item within a tracker list, php sends the following error messages:
Notice: Undefined offset: 1 in /Users/losmirones/Sites/tikiwiki/tiki-view_tracker_item.php on line 430

Notice: Undefined offset: 1 in /Users/losmirones/Sites/tikiwiki/tiki-view_tracker_item.php on line 432

Warning: Cannot modify header information - headers already sent by (output started at /Users/losmirones/Sites/tikiwiki/tiki-view_tracker_item.php:430) in /Users/losmirones/Sites/tikiwiki/tiki-view_tracker_item.php on line 636
tracker item
Under tiki-mobile, {RSS} tag results are non-mobile
Hi,

I've put on the wiki hompage an {RSS} module, a list of the site's last modified wiki pages. Tiki-Mobile correctly generates the RSS list, but the links are non-mobile.

Is it possible to force mobile mode?
tracker item
upcoming_events module: only remove event when the event is over
{syntax type=tiki}
{syntax type="tiki" editor="plain"}
This is the ((Tracking system for Tiki issues)).
If this is your first time, please read: ((How to Submit a new item on the Wishlist))
tracker item
Update HAWHAW to latest version in Tiki 1.9.1

"And from version 5.6 onwards, HAWHAW supports special output for the Lynx text browser. This "archaic" browser is still used today, often by handicaped people with screen readers and other special equipment. HAWHAW's Lynx support allows to create barrierfree applications, which validate Bobby-AAA-approved out of the box and additionally are accessible from each telephone by means of HAWHAW's VoiceXML support."

[http://www.hawhaw.de/]



Todo: add the powered by HAWHAW logo in the tiki-bot_bar.tpl when tiki-mobile is activated.
tracker item
Update monitor tracker e-mail adress, when user changes it in prefs
I am monitoring the dev.tw.o tracker and changed my e-mail adress to get the new tracker items to another mailbox.

Well, that didn't happen! ;)
And after re-subscribing to the tracker, now I get them twice - in both accounts.

I guess I'll have to change my mail-adress back and forth to unsubscribe..

amette update: just checked 1.9.x checkbox - more update: changing e-mail back and unsubscribing works flawlessly
tracker item
Update problems
I'm sure that nobody is really trying this, but the doc claims that an upgrade from 1.9 to 4.1 should work. When running the DB upgrade, I've hit four errors:
PHP Fatal error: Call to a member function fetchRow() on a non-object
in /var/www/tiki/installer/schema/20090923_mod_change_category_defaults_tiki.php on line 11, referer: http://dc-dev/spwiki/tiki-install.php

PHP Fatal error: Call to a member function fetchRow() on a non-object
in /var/www/tiki/installer/schema/20091004_last_tracker_items_modules_merge_tiki.php on line 11, referer: http://dc-dev/spwiki/tiki-install.php

PHP Fatal error: Call to a member function fetchRow() on a non-object
in /var/www/tiki/installer/schema/20091019_article_by_rating_modules_merge_tiki.php on line 11, referer: http://dc-dev/spwiki/tiki-install.php

Call to a member function fetchRow() on a non-object
in /var/www/tiki/installer/schema/20091019_last_articles_modules_merge_tiki.php on line 11, referer: http://dc-dev/spwiki/tiki
-install.php


Oops, didn't have alter privs on DB. Not sure if that's why this failed.
tracker item
Updated items should have permissions checking
The last updated pages mod shows pages that the user does not have a right to view. This is a bug and could be serious security. The code should only show pages that the user has a right to view.
tracker item
Show PHP error messages