Loading...
 
Skip to main content

Category: 4 - Done - Ready for DEV Team

4 - Done - Ready for DEV Team
Show subcategories objects

Name Type
CODE plugin doesn't accept HTML Code
{syntax type="tiki" editor="plain"}
Adding any type of code such as PHP or SMARTY saves fine but adding actual HTML code inside the CODE plugin generates some funky results.

This means that it would be impossible to create a wiki page that demonstrates on to write HTML.

Show username / password

user: admin
pass: 12345

{flash type="url" movie="display315" width="1193" height="1040"}
tracker item
CodeMirror latest 12.x : Line numbering hides everything and puts huge line breaks
See video

This was discovered as part of {wish id=4728}
---
The same issue happens when you add line numbering in PluginCode sections.
Reproduced also here:
http://dev.tiki.org/Web-based+source+code+editor#Bugs
tracker item
CodeMirror problems
{syntax type="tiki" editor="plain"}
Following the code mirror upgrade recently in {commit id=48260} and despite several repairs by me {sign user="jonnybradley" datetime="2013-11-14T20:19:35+00:00"} it seems to be causing problems in several areas:
* --CODE plugins no longer do syntax highlighting-- (sort of fixed but looks messy {sign user="jonnybradley" datetime="2013-12-05T13:31:50+00:00"})
* Plugin popup edit textareas using codemirror (such as CODE) no longer show any text at all (that's the line numbering issue)
* Usable height of codemirror textareas in prefs admin pages such as tiki-admin.php?page=look&cookietab=6 is too short (or box too tall)
* Side by side translation totally messed up (possibly was before)

So should we revert r48260 and go back to codemirror 2.25 (although i have repaired some breakages, might be messy), or somehow fix all these things, or re-mark codemirror as experimental for 12.0 and hope to fix it better later?
tracker item
CodeMirror: deduplicate Tiki mode code
Tiki mode is now part of CodeMirror:
https://github.com/marijnh/CodeMirror/tree/master/mode/tiki
http://codemirror.net/mode/tiki/

Be we also have a duplicate in Tiki code:
http://sourceforge.net/p/tikiwiki/code/HEAD/tree/trunk/lib/codemirror_tiki/mode/tiki/tiki.js
tracker item
CodeMirror: too much white space in wiki source view
See screencast of:
http://dev.tiki.org/tiki-pagehistory.php?page=Tiki+Slideshow+used+in+BigBlueButton&source=14

{flash type="url" movie="display561" width="664" height="528"}
tracker item
Colorbox in mobile 12.x LTS doesn't show up properly (empty black screen)
Colorbox in mobile 12.x LTS doesn't show up properly (empty black screen with a encircled cross in the middle)

To reproduce, see show.t.o instance:
u: admin
p: 12345

Load the homepage, switch to mobile, and click at the link in the homepage: "wiki syntax"
tracker item
Command line re-indexing of search: should give you stats like web interface
php console.php index:rebuild works well

However, it doesn't give any feedback.

The web interface reports:

wiki page: 2850
blog post: 4
article: 1708
file: 4321
trackeritem: 6988
comment: 13

Execution time: 510.07 secs
Memory usage: 116.50MB
Queries: 245172 in 163. secs
Last update from SVN (12.0svn): Friday 02 of August, 2013 11:11:40 EDT- REV 46958
tracker item
Connect & Redactor: use a pref attribute instead of maintaining lists of prefs
{syntax type="tiki" editor="plain"}
Prefs that should be handled differently for:

* ((Redactor))
* ((Connect))
* Some prefs if you copy a site elsewhere and try to run like ((tw:Pre-Dogfood Server))
*** Elastic Search
*** CDN
*** memcache?
tracker item
Contact InMotion Hosting for partnership
Please contact Mike from InMotion Hosting to provide him with any final missing info to finalize our Hosting Partnership
tracker item
Content is lost when switching to WYSIWYG
Check video
tracker item
Creating a Table is Wiki WYSIWYG doesn't keep any of the styles or settings after you save
When creating a table using the table button in the editor. the table acts and feels exactly how you set your preferences.

Once you save then all the formatting leaves

If you try to edit the table properties after then they never get applied

Show Account Info

user: admin
password: 12345

tracker item
Cron option for when it's not possible to have a real cron job (like Poormanscron)
Like:
https://drupal.org/project/poormanscron

Useful for ((Update notifier)), Newsletter throttling, etc.

-------------------

{sign user="pascalstjean" datetime="2013-09-10T19:31:34+00:00"}
This will be important in order to make Unified Index default in Tiki (reindexing of the site every week or so)
tracker item
Custom Search on a simple tracker doesn't work for me with the basic example in doc.t.o
I can't make the basic example work.
https://doc.tiki.org/PluginCustomSearch#Basic_Usage

I'll reproduce it in show.t.o to make it easy for others to to review where the issue might be.

My goal is to leave one basic working example documented in doc.t.o

Admin password in that instance is:
u: admin
p: 12345

Go to Homepage, log in as admin, and try to search for any word found in the three items in that tracker. No results are found.
Index has been rebuilt many times.
tracker item
Data corruption in Tiki bug tracker comments
The problem occurs when strings like..

img src="img/icons/world_edit.png" alt="Edit" width="16" height="16" title="Toggle interactive translation on" class="icon"

... are added as a comment.

Please check the comments of this case for an example of the bug
tracker item
DB Manager from within the admin dashboard (maintenance)
The idea is a basic DB management panel from within the Admin.
Same stuff exist for Wordpress and they come very handy to perform maintenance task and even auto-maintenance task.

Should do:
*Green checklist (db exist, db version, host, path to backup folder, last backup, etc)
*Table list (name, number records, data usage, etc)
*Optimise/Repair (one by one, all)
*Backup DB (manual, auto, where [folder, email... maybe dropbox ?], duplicating ?)
*Restore DB (folder listing, delete old, same as original, different name [same user/pass])
*An option page (path to backup folder, etc)

I believe there is also some stuff we can add if we look for a wider "maintenance panel".
As we'll have a scheduling system, we can have automatic backup + optimise tables + optimise search index + flush caches, etc.

As long as we don't introduce danger (like get the system stuck waiting for a question) would be great for Tiki to perform better.
Wordpress has something very similar: http://wordpress.org/plugins/wp-dbmanager/screenshots/

{sign user="pascalstjean" datetime="2013-08-18T18:11:45+00:00"}
After brainstorming, it was also suggested that maybe packaging Adminer would be a potential way to accomplish this feature request

http://www.adminer.org/
tracker item
Detect BOM in a Tiki health check and in release process
Discussion here: ((BOM))
tracker item
dev.t.o 12.x. Image Upload (elFinder): invalid backed response: Data is empty.
I don't know why but images can not be uploaded to a text area (bug tracker text area in dev.t.o). File gallery view is elFinder, and response is:

{QUOTE()}
Invalid backend response. data is empty
{QUOTE}

See screenshot:
{img fileId="580"}
---
Yes, fixed, thanks. {sign user="xavi" datetime="2013-11-16T17:03:37+00:00"}
tracker item
dev.t.o tracker5: edition of field 'volunteered to solve' in an item doesn't show up in the item history
I don't know whether this is a regression or not, but we've just seen in dev.t.o tracker5 that the edition of field 'volunteered to solve' in an item doesn't show up in the item history

Example:
https://dev.tiki.org/item4918

At some point, Pascal (I guess) added robertplummer in the field 'Volunteered to solve' after I created the tracker item. This change is not shown in the tracker item history.
https://dev.tiki.org/tiki-tracker_view_history.php?itemId=4918
tracker item
dev.t.o: include first isMain field in subject and all notification emails from trackers
There might be many emails from the bug tracker in dev.t.o (like in other tiki sites with heavy activity in one or several trackers).

Notification emails come with this type of common subject:
{CODE()}
"[Bugs & Wish list] (Tracker was modified at dev.tiki.org by userfoo)"
{CODE}

And content of the changed item brings the changed fields, but if there is no change in the title of the bug tracker (the first "isMain" field), the user getting the message still has no clue about the changed item.

Proposed solution:
* Add a new option in trackers to include the first "isMain" field (the first field linked to the full item view) in:
## the notification email subject first, before or instead the string needed for email filters "".
## the content of all emails frmo changes in items from that tracker

This would allow people like me, to clearly identify in which tracker items I'm requested to take some action, or help on the follow up on some topics, when you get many emails from the same source and currently with too similar subjects.
tracker item
dev.t.o. bug tracker does not sort priority right
I tried to sort by priority in the bug tracker, but it doesn't list by number. So the priorities listed are
90
9
81
8

{img fileId="542"}
tracker item
dev.tiki.org lost 12.x categories in tracker
Nelson assigned a ticket to mani and categories were lost
http://dev.tiki.org/tiki-tracker_view_history.php?itemId=4704
tracker item
dev.tiki.org wishes: Related-to links are invalid
{img fileId="604"}
tracker item
Double check footer links on tiki sites after upgrading
Just compare the footer of profiles.tiki.org to dev.tiki.org

{img fileId="300"}


(previously titled: ''dev.tiki.org: The footer links are squished after the upgrade from 10.x to 11.x'')
tracker item
doc.t.o 12.x: print structure stops after a few pages only & tabs do not work (notabs should be automagically implied)
doc.t.o 12.x: print structure ("Tiki Reference Guide") stops after a two pages only or so.

Structure toc is something like this:
{CODE()}
Admin Home
General Admin
General Preferences
General Settings
...
...
{CODE}

and page General Preferences is the last one shown.
Url was like [https://doc.tiki.org/tiki-print_multi_pages.php?printstructures=%255B%25223610%2522%255D&find=&print=Print|this one]

In addition, tabs in the shown pages do not work. Maybe because js comes loaded at the end, and page didn't finish loading?

In any case, the best option for tabs in multiprint is that the __notabs__ option should be automagically implied when doing a multiprint.

tracker item
doc.t.o 12.x: Printing a structure to PDF produces a PDF with "Your access to this page has expired"
doc.t.o 12.x: Printing a structure to PDF produces a PDF with "Your access to this page has expired"

Example:
"Tiki Reference Guide" at https://doc.tiki.org/tiki-print_pages.php

{img fileId="583"}
tracker item
Show PHP error messages