Category: Consistency
Show subcategories objects| Name | Type |
|---|---|
| 5.3 - The login popup vanishes when Firefox feeds the password | tracker item |
|
5.3 crash - option "survey a page"
Hello, This succeeds always : I you chosse the option survey for wiki page on edition you yet the error : Fatal error: Uncaught exception 'Zend_Mail_Protocol_Exception' with message 'Connection timed out' in /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Abstract.php:254 Stack trace: #0 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Smtp.php(167): Zend_Mail_Protocol_Abstract->_connect('tcp://smtp.treb...') #1 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Transport/Smtp.php(199): Zend_Mail_Protocol_Smtp->connect() #2 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail() #3 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail.php(1178): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail)) #4 /homez.53/spacprot/www/teawik153/lib/mail/maillib.php(111): Zend_Mail->send() #5 /homez.53/spacprot/www/teawik153/lib/notifications/notificationemaillib.php(294): tiki_send_admin_mail('Bty-Admtwkn1@tr...', 'admin', '<!-- TPL: mail/...', '<!-- TPL: mail/...') #6 /homez.53/spacprot/www/teawik153/lib/tikilib.php(7532): sendWik in /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Abstract.php on line 254 You can't use the function. Trebly - B01027-02 |
tracker item |
|
6x: apparently unreliable tracker item history: works in some sites, but not on others
Tracker item history seems to be unreliable: it works for me on some 6x sites but I haven't been able to make it work in a local 6x or proposals_6x . # I create a tracker item # I edit the tracker item again, changing some fields (1 text area, and 2 text fields ) and save changes # refresh the tiki-tracker_view_history.php?itemId=1 page but I see nothing there |
tracker item |
|
A file was attached to "XYZ" email notification lacks information who did that
When watching if someone attached file to a wiki page the notification email subject and body lacks information who did that change. Example: {CODE()} A file was attached to "Signature" Comment: SIGNATURE_PAD code architecture You can view the page by following this link: https://dev.tiki.org/Signature signature_pad.PNG : https://dev.tiki.org/tiki-download_wiki_attachment.php?attId=214 *********************************************************** *********************************************************** The new page content follows below. *********************************************************** signature_pad.PNG {CODE} |
tracker item |
|
A link to a Semantic alias doesn't appear in backlinks
{syntax type="tiki" editor="plain"} So the alias is not 100% an alias. On: ((doc:Semantic)) There is a link to: * ((doc:Semantic Alias)) But this ((doc:Semantic Alias)) is an alias of ((doc:Alias)) Also in action here: http://profiles.tikiwiki.org/handler Related: *{wish id=2754} *{wish id=2729} |
tracker item |
|
Accounting: Illogical decimal separators
/lib/core/Tracker/Field/Computed.php says "This feature is still in place for backward compatibility. While it has no known flaws, it could be used as a vector for a malicious attack. A webservice field or custom JavaScript is recommended instead of this field.". Well, I know a flaw :-) Look at lines 46 and 53: {CODE(Colors="Tiki")} 'dec_point' => [ 'name' => tr('Decimal separator when displaying data'), 'description' => tr('Single character. Use "c" for comma, "d" for dot or "s" for space. The valid decimal separator when inserting numbers may depend on the site language and web browser. See the documentation for more details.'), 'filter' => 'text', 'default' => '.', 'legacy_index' => 2, ], 'thousands' => [ 'name' => tr('Thousand separator when displaying data'), 'description' => tr('Single character: use "c" for comma, "d" for dot or "s" for space. When inserting data, no thousands separator is needed.'), 'filter' => 'text', 'default' => ',', 'legacy_index' => 3, ], {CODE} Well, use c for comma or d for dot or s for space. Well. But the defaults are "." and "," :-) Whoever wrote the description did not write the defaults :-) |
tracker item |
|
Action log: Filters not localized
The action log in itself is localized via tra(), but the filter settings are not. |
tracker item |
|
Tracker plugin: Action field type does not show up
__Update:__ Clarified some of the description below. ^Please note this field type is marked "experimental" in 12.x^ [http://doc.tiki.org/Action+Tracker+Field|Action Tracker Field] type does not work in Tracker plugin. I have tried it but no button appears labeled "Reset" on the action field row next to the "Reset Password" in the table. To reproduce: General > Name: Reset Password Options for Action > Name: Reset, Post: get, Script: tiki-remind_password.php, Parameters: name:userName {img fileId="941" thumb="y" rel="box[g]" width="320"} __It should render a post or get form or just a button labeled "Reset" pointing to tiki-remind_password.php__ but renders nothing in the Tracker plugin. Maybe it should render below the tracker form in the code to avoid ''form in a form'' conflict and be placed on the row position of the field using jQuery? It only shows up (while editing the Tracker item) in a special section called "__Special Operations__". But clicking the button from there is buggy too. Goes to: tiki-remind_password.php?name%3AuserName=name%3AuserName&trck_act=Reset Instead of: tiki-remind_password.php?name=admin&trck_act=Reset |
tracker item |
|
Actions calendar : unable to reach the popup
{syntax type="tiki" editor="plain"} Fact : with the module action_calendar the popup can't be reached.So it is impossible to access to the command buttons of the popup Analysis : conflict or bad logical test between : *the popup activation condition "on the date cell" *"the need to let the popup opened or when the pointer remain over the popup" *"sticky popup" Same remarks as for the previous tracker about calendar feature. |
tracker item |
|
Activating plugins doesn't invalidate cache and thus, plugin help doesn't appear on next page edit
--- Activating plugins doesn't invalidate cache and thus, the plugin help doesn't appear on next page edit. To reproduce: 1- edit a wiki page 2- click on the help button 3- scroll down to plugins 4- click on Activate/deactivate plugins which takes you to tiki-admin.php?page=textarea ~~#FF0000:(wrong tab!)~~ 5- Click on plugins 6- Activate a plugin 7- Notice that on next edit, the new plugin is not available 7a) a bug in my text, edit Help was in French, so maybe the cache of another user was appearing |
tracker item |
|
Add "Add Calendar" and "Edit Calendar" Buttons to the Admin Calendar Page
I'd like to see the UI on the Admin Calendar page get more consistent with the Admin Groups page. Current behavior: Select Admin Calendars from menu. List of Calendars and "Create/Edit Calendars Label comes up in Entry Area. After entering and saving a new calendar, the last information stays in the text entry boxes. The user must click on Admin Calendars and re-load the page to clear the boxes for the next entry. Desired Behavior: Select Admin Calendars from menu. List of Calendars and a form with "Add a Calendar" are opened. Buttons for "Edit Calendar" and "Create Calendar" are located below the Admin Calendar heading and load the appropriate forms. Thanks for considering this request. dthacker. |
tracker item |
|
Add calendar data to the search
Calendar data is in the "Modified since your last visit module" However, event data is not findable via the Tiki search engine. |
tracker item |
|
Add hreflang to Tiki Articles when traduction exists like we have on wiki pages
{syntax type="tiki" editor="plain"} Add hreflang to Tiki Articles when traduction exists like we have on wiki pages |
tracker item |
|
Adding related item in related-to field does not display in the email notification
When someone changes the Related-to field here I receive email notification like this: {CODE()} Item Modification Tracker: Bugs & Wish list Item: 6887 WSOD (again) on tiki.org forum thread link View the tracker item at: https://dev.tiki.org/item6887-WSOD-again-on-tiki-org-forum-thread-link Author: luciash d' being Date: 01 Nov 18 11:51 CET Status: Open ---------- ---------- {CODE} I added the related tracker item to the Related-to field on https://dev.tiki.org/item6887-WSOD-again-on-tiki-org-forum-thread-link __As you can see it does not report the change on that field at all.__ |
tracker item |
|
Admin – Assign Permissions – ordering table by level does not order correctly (level conf. active)
{syntax type="tiki" editor="plain"} Assign Permissions with Level Configuration, thus drop-downs in the table tiki-assignpermission.php?group=Admins&advanced_features=y ordering by level does not order correctly. |
tracker item |
|
Admin interface, search; The red color to highlight search results in the admin interface is wrong
When an admin perform a search the results found on the admin page will have the class "highlight" added. This class is adding a bright red background and border. {img fileId="1756" thumb="box"} That's wrong language. Red is for danger, critical, etc. Should be more informative and less aggressive. {img fileId="1757" thumb="box"} {img fileId="1758" thumb="box"} {img fileId="1759" thumb="box"} |
tracker item |
|
Admin toolbars should be available from WYSIWYG, like it is from Wiki
See video {sign user="pascalstjean" datetime="2013-08-20T18:15:37+00:00"} +1 for this idea |
tracker item |
|
Admin trackers -> Field Types and Admin Filter Preferences
By default the Admin Filter Preferences is set to Basic. Trackers can be turned on if the Admin Filter Preferences is set to Advanced. If so the Admin Trackers tabs "Field Types" will be empty. The field types will appear only when Admin Filter Preferences is set to Experimental. This is too much. :) The Admin Trackers tabs "Field Types" should appears only if Admin Filter Preferences is set to Experimental __OR__ the field types should be displayed when Admin Filter Preferences is set to Basic __OR__ a message should say "You can view the field types only when Admin Filter Preferences is set to Experimental __OR__ both should be displayed when the Admin Filter Preferences is set to Advanced. |
tracker item |
|
Admin Users, RealName, composed realname order is not applied in admin interface (it is with the realname plugin)
On a Tiki23 I can use a user tracker to store information and in the admin => log-in control panel I can set the fields that should be used to display the user realname using "set user_trackersync_realname". For exemple, in the user tracker I have FieldId1 : user selector FieldId2 : last name (Sfez) FieldId3 : first name name (Bernard) For "set user_trackersync_realname" I enter : 3+2 The realname should be "Bernard Sfez" If I use the pluginrealname it will be displayed "Bernard Sfez". GOOD However at the admin users list and some other places it will be displayed "Sfez Bernard". NOT GOOD It used to work. Instance couldn't be created... |
tracker item |
|
After saving a calendar item, back to the calendar you should see the item (even if calendar wasn't't selected)
On Tiki calendar you can have several calendars. You have to check a checkbox to see them on the calendar view. When you create an calendar item you are redirected to the calendar view. It happens you create an item (not seeing/knowing if the calendar is selected to be displayed) and then once back on the calendar main page you don't see it. The logic is ok, the calendar wasn't selected so you don't see it. However this is bad UI/UX and very confusing for the user that expect to see the event he just saved. We should display the event as is the calendar was enabled OR eventually add information on save kind of :"The event was saved in the calendar xxx. You need to enable this calendar to see its events". |
tracker item |
|
After upgrade 4.1->5.0 - Errors : 01 - Users maangement table :.tiki_trk_1 missing
Hello, As I told about, after upgrading from 4.2 (I am testing from 4.3) many errors occurs. This theated in a glabal way in id4377. After connecting as administrator if you submit "Users management" and try to modify a user preférences you will reach a __fatal error__ : Table "<your database>.tiki_trk_1" missing You will find joined the htm saved from "page source code" |
tracker item |
|
after upgrade with 32Mb at php.ini as suggested, still red box warns only 32Mb
I upgraded a site from 2.x to 3.0beta. I applied automatic update. The server has 32Mb at php.ini for memory_limit, as reported by tiki-install.php. However, the red box warning: ^{DIV(bg=>red)} Tiki has detected your PHP memory limit at: 32 MB {DIV}^ is shown. |
tracker item |
|
All actions should check if page exists
Logged in, go to: http://profiles.tiki.org/tiki-pagehistory.php?page=Tiki+Transforming You will see a bunch of action (Source, Permissions, History, Export, etc). These actions should be WYSIWYCA |
tracker item |
|
All users can admin
All users with permission tiki_p_search active can admin. |
tracker item |
|
13.x: Comments can't be posted in some pages of a FeaturedProfile
13.x: Comments can't be posted in some pages of the Featured Profile "Collaborative Community 12x", such as the homepage for registered members, or newly created pages such as "Subject 1", etc. Doing all that as admin. See screencast where the issue is reproduced. https://www.youtube.com/watch?v=7-OI5GCY4qQ {youtube movie="https://www.youtube.com/watch?v=7-OI5GCY4qQ"} |
tracker item |
When you don't want an autoconnect by the cookie, (this for example because you are testing the product with various usernames which correspond to various usersgroups), then you let Firefox to fill automatically the password.
When the password is sent by Firefox this closes the popup-form. You must re-open it to validate.
If you are experienced you are able to understand what appends, but I receiced mail from users saying I am unable to login.
Further, sometimes the login_scr is displayed, and people think that they must give their username and their e-mail and the password. This because of the template.
In fact it is either the username or the e-mail address.
I look the form into the XXX.tpl.php without finding anything to explain the phenomenon.