Loading...
 
Skip to main content

Category: 1.8.x

BRANCH-1-8
1.8.x
Show subcategories objects

Name Type
"Can Not Download Files" , for older files on the wiki
When attempting to download some older files on the wiki certain users receice the message "Can Not Download Files".

If the refresh button is pressed, the user is asked to log in again. After doing so, the file will now download.

All files are also downloadable by the admin, all the time, as well as for other recently created users.
tracker item
Missing Tracker Item #1557
This tracker item could not be found
tracker item
See file last modification date and last user that modified the file
I need to see the information about the last modification of files on the File Gallery. Date and User.

two more columns are needed in tiki-list_file_gallery.php. Last modified, User. I don't know if more mysql field are required.
tracker item
Calendar view displays incorrectly
Steps to reproduce:

1. Goto http://tikiwiki.org/TikiFeatures and click on an upcoming event.

2. click on the calendar tab. choose monthly view.

3. now navigate backwards or forwards with the "Week" navigation buttons.

3. If the currently selected cell is prior to today's date the dates display correctly. If the currently selected cell is after today the entire month view displays incorrect dates.
tracker item
Adding inline references
Hi there. We are using the References plugin for inline citation.
When adding several references in one instance the system starts to get really slow. After the first 2 references added the autocomplete search box is not responding.
tracker item
Anonymous can read everything via search
When enabled feature_search it is possible for
Anonymous user to read protected pages via
special search request

Just try "a" or any other word that is in hidden
or protected area in search box - tiki-
searchresults.php give U text from hidden
pages

from tiki-searchresults.php



http://tikiwiki.org/tiki-view_forum_thread.php?
topics_offset=0&forumId=4&comments_parentI
d=16071
tracker item
Answers in the forum don't send notifications if not in the top-level of a thread
If you post a message to the forum you can enabling e-mail notification.

Assume, you have the following message:
* my Message (watched)

Now you get an answer:
* my Message (watched)
* answer

A notification is sent about "answer", because the thread is watched.
now you receive a second answer, to the answer before
* my Mesage (watched)
* answer
** sub answer

You won't get a notification about "sub answer".
tracker item
Change the pop3.php library
{syntax type="tiki" editor="plain"}
The lib/webmail/pop3.php library is GPL'ed. Should replace with an LGPL library like [http://pear.php.net/package/Net_POP3|Net_POP3] or [http://pear.php.net/package/Net_IMAP|Net_IMAP]
tracker item
Contact us form requires Anonymous to have tiki_p_messages
This is a problem if you don't want Registered users to have this permission. (Often, we want Registered to have all the permissions of anonymous)

in tiki-admin.php?page=features
There is "Contact us" and "Contact Us (Anonymous)"

in tiki-admin.php?page=general, we have more related options
"Contact user:"
"Allow anonymous users to "Contact Us":"


All these options should be on Contact Us admin page (to be created)
tracker item
doc.tw.o needs to be far more open to edits
A newly registered user cannot edit most of doc.tw.org

An anonymous user cannot edit doc.tw.org, even with CAPTCHAs.

There is no clear text on a page of doc.tw.org which tells a user why they cannot edit that page, or what they can do about it.
tracker item
Drawings: Start button is leftover
Tiki Drawings are working in BRANCH-1-8 and BRANCH-1-9. However, after I created a drawing, I am sometimes leftover with a Java "Start" button.

Can someone confirm this bug?
tracker item
Edit page warning sometimes stays active even when you cancel.
Can someone give more details on this one?

I believe the problem occurs when someone goes to edit a page then uses the browser buttons, links or types a new URL without clicking either the svae or cancel buttons. -- mdavey

A related issue is that the lock is checked /before/ all the permissions checks have been done. The result is that one can try to edit a page as anonymous, get an error warning, login, try again only to be told that 'Anonymous' is editing the page. -- mdavey

obs: waiting for cvs to unlock to commit
tracker item
Error message when removing a wiki page
I have a fresh install of Trunk - 18.0
PHP Version: 5.6.30
Database server: mariadb.docker via TCP/IP
Server type: MariaDB
Server version: 10.2.6-MariaDB-10.2.6+maria~jessie - mariadb.org binary distribution
Protocol version: 10

I can create, edit and rename wiki pages normally. However, when I try to Remove a wiki page I get the following error message:

System error.
The following error message was returned:

Unknown column 'Array' in 'where clause'
The query was:

SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = ? AND `objectId` IN( ? )

Values:

wiki page
4c4cd678c154992a5fa7a7986828d253

The built query was likely:

SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = '' AND `objectId` IN( '4c4cd678c154992a5fa7a7986828d253' )
Stacktrace:

* /var/www/html/tiki-ajax_services.php : 0 -> {main}(array ( ))
* /var/www/html/tiki-ajax_services.php : 51 -> process(array ( ))
* /var/www/html/lib/core/Services/Broker.php : 28 -> attemptProcess(array ( ))
* /var/www/html/lib/core/Services/Broker.php : 107 -> action_remove_pages(array ( ))
* /var/www/html/lib/core/Services/Wiki/Controller.php : 98 -> simpleFilter(array ( ))
* /var/www/html/lib/core/Perms.php : 245 -> filter(array ( ))
* /var/www/html/lib/core/Perms.php : 224 -> bulk(array ( ))
* /var/www/html/lib/core/Perms.php : 204 -> loadBulk(array ( ))
* /var/www/html/lib/core/Perms.php : 368 -> bulk(array ( ))
* /var/www/html/lib/core/Perms/ResolverFactory/ObjectFactory.php : 84 -> fetchAll(array ( ))
* /var/www/html/lib/core/TikiDb.php : 94 -> query(array ( ))
* /var/www/html/lib/core/TikiDb/Adodb.php : 61 -> handleQueryError(array ( ))
* /var/www/html/lib/core/TikiDb.php : 162 -> handle(array ( ))


tracker item
Error reading forums
Greetings
I get the following error message when trying to access a forum.

Error
Notice: invalid variable value: $_GET["comments_parentId"] = 5-Forum-to-find-projects

I created a new forum after updating to 1.8.5 thinking that it was something to do with upgrading but it did not help. All my forums are located at

https://www.p-brane.com/nano/forums

They all produce the same error.

Sincerely,
Jay Morreale
Member
p-brane LLC

tracker item
Find missing wiki image and page links
Would it be possible to add a special page so you can find missing wiki pages that are linked as well as missing or malformed images
tracker item
Flash content overlapping phplayers menus
When a wiki page displays flash content through the flash wikiplugin, phplayers menus will appear under the flash content. This will happen even if the z-index property is properly set, because Flash renders on top of all DHTML layers.
tracker item
Footnote duplication not detected any more
The duplicate footnote detection was lost at some point between Tiki 15 and tiki18.

For example
{CODE(colors="tiki" theme="default")}
Lorem ipsum dolor sit amet, pede reiciendis cras sapien, varius neque consectetuer tincidunt in ipsum, dui nec dis cras.{FOOTNOTE()}Wikipedia contributors. "George Nakashima." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 3 Oct. 2017. Web.10 Oct. 2017{FOOTNOTE} Dui dapibus cras ligula, aliquam ligula. Sit eu euismod aliquam orci orci hendrerit, nullam morbi, et cursus, maecenas quisque blandit enim.{FOOTNOTE()}Wikipedia contributors. "George Nakashima." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 3 Oct. 2017. Web.10 Oct. 2017{FOOTNOTE} Lacus sagittis dapibus sed, lorem lacus donec, fusce eros arcu rutrum adipiscing eget rutrum.
{CODE}
... displays:
Lorem ipsum dolor sit amet, pede reiciendis cras sapien, varius neque consectetuer tincidunt in ipsum, dui nec dis cras.{FOOTNOTE()}Wikipedia contributors. "George Nakashima." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 3 Oct. 2017. Web.10 Oct. 2017{FOOTNOTE} Dui dapibus cras ligula, aliquam ligula. Sit eu euismod aliquam orci orci hendrerit, nullam morbi, et cursus, maecenas quisque blandit enim.{FOOTNOTE()}Wikipedia contributors. "George Nakashima." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 3 Oct. 2017. Web.10 Oct. 2017{FOOTNOTE} Lacus sagittis dapibus sed, lorem lacus donec, fusce eros arcu rutrum adipiscing eget rutrum.
---
{footnotearea}
---

While it should be recognised that both footnotes are the same footnote, they show up separately :-(

This is how a lot of users went around the issues of -+sameas+- before -+sameastag+- was intruduced. This regression greaks sites upon upgrading to Tiki18.
tracker item
Limit users from CAS
While CAS authentication is great, it allows multiple users to login if you have a widely common CAS server.
For example, SecurePass [1] strong authentication allow ALL securepass users to login through their CAS.
The need is to optionally limit which users or users domain can login to tikiwiki through CAS.

[1] www.secure-pass.net
tracker item
Make tiki-mobile optional
and add in the menu like the other features.

[15:41]<ohertel> marc, what's tiki mobile? :)
[15:42]<damian> the HAWHAW interface
[15:42]<damian> for WAP, PDA, and VoiceTiki browsing
[15:42]<marclaporte> de.tikiwiki.org/tiki-mobile.php
[15:43]<marclaporte> you have this on without you knowing
[15:43] *** marclaporte sets topic for #tikiwiki : http://dev.tikiwiki.org/tracker5 For the next 1-2 hours, please keep all discussions focused on 1.9.0
[15:43]<ohertel> ah that one. :)
[15:43]<ohertel> marclaporte: so what you want for it? perms?
[15:44]<marclaporte> naw, just on / off
[15:44]<marclaporte> from main admin panel
[15:44]<ohertel> is only 1 entry in the prefs table
[15:44]<ohertel> no biggie
[15:44]<marclaporte> perfect!
[15:44]<ohertel> so it needs no read db change
[15:45]<ohertel> just a feature_mobile = y/n :)
[15:45] *** ohertel doing update and starting debugger.
[15:45]<marclaporte> in theory default should be on be y by default to respect 3 rules, but since it isvery specialized, you can put n by default. Your choice!
[15:46]<damian> respect the rules.
[15:46]<damian> it causes less hassle for everyone that way
[15:46]<cpw> I'm going to submit what I have for my Japanese translations then
[15:46]<ohertel> we switch it off and write that to the release notes.
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
new img gal counted also as new file gal at module since_last_visit_new
When a new image gallery is created, since_last_visit_new shows as if there was a creation of both an image gal (which is true) and also a file gal with the same name (which is false -> Bug)


related to tracker #126
it was not fixed even in 1.9 ....
now fixed in 1.9 cvs don't know about 1.8 ...
ML: no need to worry about 1.8
tracker item
Plugin WantedPages does not correctly process page names ending with a close parenthesis
Plugin WantedPages leaves off the close parenthesis at the end of a page name, marking that page as "does not exist". It does this regardless of the WantedPages table style.

I have a workaround that ''may'' work as a solution to be added to the regular codebase.
tracker item
Preference report should be multitiki-ready
Preferences report reports "" when you run it on a multitiki based installation
{CODE()}
root@server:/var/www/tiki18farm# php doc/devtools/prefreport.php > prefreport.csv
root@server:/var/www/tiki18farm# cat prefreport.csv
Cannot initiate database. Tiki is not installed.
{CODE}

Or autodetect that it's on a multitiki install and prompt the user which tiki you want to have your report on (like with TRIM).
or just report them all, with suffixes corresponding to the multitiki names in the installation.

I tagged it also against "Community projects" after the discussions we had in the TAG meeting from today: https://tiki.org/20180808-TAG-Meeting.
tracker item
preview button is missing on tiki messaging and trackers
You can not preview a message written through tiki-messaging system (inter-user messages), prior to its post.

Same on trackers.
tracker item
progress bar when installing tiki in a browser
when an new user installs tiki in a browser he does not see the progress of his installation it can cause him to cancel or start the installation again despite the fact that the installation is well done
tracker item
  • «
  • 1 (current)
  • 2
Show PHP error messages