Loading...
 
Skip to main content

Category: Image Gallery

Image Gallery
Show subcategories objects

Name Type
Ltl isue with the tikiwiki image gallery on ver 1.9.7
Ok Marc Laporte asked me to explain here wut i experienced with the image gallery on ver 1.9.7 on mandrake 10.1, and the GD i used is the 1 that comes with the install media of mandrake

(i said this on the irc channel) http://www.opensourcecms.com/index.php?option=content&task=view&id=180 at this demo is where i watched the same bug

(He asked me this)
Can you post on dev.tikiwiki.org a explanation on how to see the bug? I will take a look at it. There was some recent work to improve the image gallery. This must have introduced a bug...

Here it goes (hope i may this right)

the problem with the bug is not a thing u can C, in fact is the opposite to that, the computers hang up and do not do nothing after u want to c the page with the thuninbails to chose wich pic to watch closer.

more the a few times i had to restart the mysql and the apache services on the computer to work again cuz the hang made the server not to work properly in order to complete the request.

once i restarted the services tryed to c the same gallery and then i saw just the word "thuninbail" where the actual thun should be, those times that the server didnt freezed.

Thats the way i detected the bug.

In fact .. when i tryed the demo (earlier on this post) had the same effect, but here i couldnt restart the apache (lolz) so i couldnt enter there till the restart of the demo
tracker item
luci luci
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers))
tracker item
Make advanced mode for file and image upload dialogues a selectable preference
I would like to offer the upload windows for images and files to open by default in advanced mode.

Some users don't realize that there is an advanced mode where they could/should set things like categories and such.

The admin should be able to force the advanced mode for all or a group of users.
tracker item
Make File gallery tag image files in Tiki according to exif tags and such, and the other way round too
Make File gallery tag image files in Tiki according to exif tags and such, and the other way round too.

For instance, we could tag files in shotwell, and upload them to tiki, to have all tags recognized and shown in tiki also.
"Shotwell 0.8 can write metadata to photo files on the fly - to enable this, select the option "Write tags, titles and other metadata to photo files" in the preferences dialog. Once this is selected, Shotwell will update metadata in photo files as soon as you tag them."

Ideally, tags added in Tiki to image files should be added to image exif metadata (and similar), so that when images are exported from tiki they should carry their own tags inside. At least, allow that optionally.
tracker item
Missing Tracker Item #649
This tracker item could not be found
tracker item
Migrate binary files in between the file system and the database
Add a feature to move files in between the file system and the database

This feature:
tiki-admin.php?page=trackers
tiki-admin.php?page=fgal
tiki-admin.php?page=wikiatt

should be added here:
tiki-admin.php?page=gal

(In fact, it should be backported from 1.10) "Move images from filesystem storage to database storage"
tracker item
Migration of image gallery doesn't migrate
Hi,

when you have an image gallery (from days with prior Tiki Wiki versions) you are encouraged to migrate it to file galleries. There is also a feature named "migrate".

I now had some spare time and wanted to do this, which I have long evaded. I clicked on migrate.

But it does not migrate... I only copies the contents of the image gallery to file galleries. Btw, the folder that gets created in that process should have its name piped through tra() in order to translate it.

On the positive side, I saw that all folders and all image really made it into the file galleries.
On the negative: There was no migration. On Wiki pages, all images are still taken from the image gallery and not from the file galleries...

So either this should be changed so that all calls for migrated images are transscribed into calls from the file galleries OR this process should be renamed "copy to file galleries".

Copy is okay, it does make things a little easier, but to my understanding of the word "migration", a migration would be to transscribe all image calls on all Wiki pages, something that still is tremendous work if you have many pages to convert...

Thanks
hman
tracker item
module last_image_galleries and tiki-galleries.php together produce blank page
Using recent 1.10svn, and as user "admin".
Assigning module last_image_galleries to a side column lists the name of the last image gallery created. So far, no problem.
When clicking on image galleries links, a blank page is shown. Either "browse galleries" (tiki-galleries.php ), or "Admin home > Image Galleries" (tiki-admin.php?page=gal), produce the same effect.
tracker item
Need stable favicon URL
The favicon.ico image has to be manually loaded in the TikiWiki directory and is misplaced during an upgrade to a different directory. There should be a favicon retrieval method with an unchanging URL.

Maybe a URL rewrite rule in htaccess would help. I don't know if show_image.php works with .ico files, but if show_image is used there should be a reserved parameter to request favicon so it will not be necessary to change files and instructions for various sites, such as to define an image ID. It would be OK to configure favicon using an image ID within TikiWiki Administration tools but not in files close to the web server.
tracker item
Neihter show_image.php?id=NN nor imageNN work as-is after upgrade from 9.x to 12.x
Neihter show_image.php?id=NN nor imageNN work as-is after upgrade from 9.x to 12.x

for show_image.php?id=NN inside img plugin, they work again if I add this extra bit to the urls inside the __img src=""__ bit: &scalesize=0

So that this works in Tiki12:

{CODE()}
{img src=show_image.php?id=NN&scalesize=0}
{CODE}

But the default syntax written in the Tiki9 site didn't work after the upgrade to Tiki12:

{CODE()}
{img src=show_image.php?id=NN}
{CODE}

tracker item
Nested galleries are displayed in main gallery listing....
I like the feature of nested galleries, and the nested galleries show up fine within the parent. The problem is that all the nested galleries show up in the main gallery listing along with their parents... This seems to negate the clutter reducing ability of nesting the galleries in the first place...

I would also love to see a thumb image from a gallery in the main listing - having the main listing acting like a parent gallery with thumbs of its children...

Thank you!

OC



tracker item
Optical character recognition (OCR): add as ALT tags to images
Tiki ((doc:Screencast)) is very very awesome. However, it's not so great for ((doc:ElasticSearch)).

Let's discuss ((Optical character recognition)) options.
tracker item
Organisation and structure of file and image galleries
In some enterprise enviroments tikiwiki is installed on a windows server which is also used as fileserver. Using tikiwiki as a knowledge platform requires the ability to upload documents and files to the machne, browse the upload directories and edit these documents. In such a scenarios users upload downloadable files, like word docs or pdfs directly to the share and use the file module to embed links to these files.

{CODE()}{FILE(filename="path\filename")}Filename{FILE}{CODE}

This is rather painful for new users as they have to learn the syntax of the module and have to copy and paste paths and filenames.

It would be more convenient to use the upload capabilites of file galleries in such scenarios. Currently they cannot be used. For this purpose file gallieries that create a hierarchic directory structure in the upload directories are needed. These directories can be used to organize uploads. Additionally, to ensure that people can edit their files, the files would have to be renamed to human-readable names and not to md5 as it currently is.

In short:
- no renaming of filenames in image and file galleries besides the replacement of spaces with "_".
- mime type filtering for uploads
- the ability to create and browse directories in order to organize uploads.
- ability to set multiple upload directories.

Please consider these suggestions, thanks in advance!
tracker item
Permissions on individual galleries for tiki-galleries.php and tiki-list_gallery.php
Anonymous can view this gallery:
http://www.marclaporte.com/gallery1
And there is a list to the galleries:
Put I can't list the available galleries (available to anonymous)
http://www.marclaporte.com/tiki-galleries.php


There is a related problem with tiki-list_gallery.php where a :

if ($tiki_p_admin_galleries != 'y')

which prevents all individual image gallery permission checks
tracker item
PluginIMG: Mouseover no longer works
See: https://tiki.org/TikiFestStrasbourg
tracker item
Prevent image galleries from being enabled if a graphics library can not be found
On a fresh install, I enabled image galleries without realizing that neither GD or ImageMagick libraries had been installed. I was able to create a gallery and attempt an upload of images, which failed with a vague "Upload can not be processed". It was only after visiting the second admin screen (http://localhost/tiki-admin.php?page=gal) that I was able to see that the proper libraries were not installed.
tracker item
Problem with databse consistency migrating to 1.9.3 from 1.9.2+
I get this error when upgrading to the latest version 1.9.3 from my current version (I checked my current version out from CVS as BRANCH-1-9).

Warning: mysql error: Unknown column 'type' in 'where clause' in query:
select `catObjectId` from `tiki_categorized_objects` where `type`=? and `objId`=?
in /var/www/html/cefn.com/cefntiki/lib/tikidblib.php on line 134

This error can be previewed (for the time being) at
http://cefn.com/cefntiki-1.9.3/tiki-galleries.php

My installation worked fine before this, except for some problem in gallery browsing - images don't show - a javascript issue I'll document separately.

So basically if I replace all files with the 1.9.3 version (gzipped tar release), and point the new installation at the database from the pre-existing installation, I get this error. I've experienced this for a while, but assumed it was because I was upgrading to the latest CVS HEAD, and that it was a transient issue (not worth filing as a bug until now - you can't miss it, as practically all page refreshes for anything with categories reveal it).

Below is a snapshot of my top level CVS/Entries file, indicating the latest versions of all files I'm currently running. Any ideas how I've got trapped with an inconsistent database setup, and what I can do about it. I don't remember doing anything fancy, except adding the <span style="color:black;background-color:#ffff66;">freetags</span> library and turning on <span style="color:black;background-color:#ffff66;">freetags</span>.

/.cvsignore/1.11/Wed May 18 10:58:51 2005//
/INSTALL/1.16/Mon Nov 7 21:42:28 2005//
/README/1.15/Mon Nov 7 21:42:28 2005//
/_htaccess/1.3/Fri Feb 17 15:10:30 2006//
/about.php/1.6/Thu Sep 8 00:55:16 2005//
/article_image.php/1.16/Thu Sep 8 01:13:15 2005//
/banner_click.php/1.9/Wed May 18 10:58:51 2005//
/banner_image.php/1.14/Thu Sep 8 01:17:55 2005//
/categorize.php/1.19/Mon Jan 16 12:31:27 2006//
/categorize_list.php/1.17/Sat Jan 21 18:51:58 2006//
/changelog.txt/1.171/Mon Dec 12 15:18:46 2005//
/comments.php/1.63/Thu Mar 16 15:58:31 2006//
/commxmlrpc.php/1.19/Thu Aug 18 16:23:04 2005//
/contribution.php/1.4/Fri Mar 10 15:24:02 2006//
/copyright.txt/1.10/Mon Nov 7 21:42:29 2005//
/copyrights.php/1.10/Thu Aug 25 20:50:04 2005//
/display_banner.php/1.15/Wed May 18 10:58:51 2005//
/favicon.png/1.3/Thu Jun 16 20:10:49 2005/-kb/
/fixperms.sh/1.7/Thu Oct 27 20:12:31 2005//
/freetag_apply.php/1.5/Sat Dec 17 19:32:51 2005//
/freetag_list.php/1.4/Sat Dec 17 19:32:50 2005//
/function.js_maxlength.php/1.8/Thu Aug 25 20:50:04 2005//
/get_strings.php/1.45/Mon Nov 7 16:20:21 2005//
/green.favicon.png/1.2/Sat Mar 12 16:48:56 2005/-kb/
/help.php/1.4/Thu Sep 8 01:33:00 2005//
/index.php/1.7/Wed May 18 10:58:52 2005//
/jhot.php/1.12/Thu Feb 16 17:42:44 2006//
/license.txt/1.2/Sun Sep 19 19:36:25 2004//
/messu-archive.php/1.4/Thu Sep 8 01:45:05 2005//
/messu-broadcast.php/1.26/Wed Nov 2 18:23:32 2005//
/messu-compose.php/1.32/Wed Nov 9 16:31:46 2005//
/messu-mailbox.php/1.18/Fri Feb 17 15:10:30 2006//
/messu-read.php/1.22/Thu Sep 15 14:52:33 2005//
/messu-read_archive.php/1.4/Thu Sep 8 01:45:05 2005//
/messu-read_sent.php/1.4/Thu Sep 8 01:45:05 2005//
/messu-sent.php/1.4/Thu Sep 8 01:45:05 2005//
/parse_tiki.php/1.6/Thu Sep 8 01:45:05 2005//
/poll_categorize.php/1.4/Thu Aug 25 20:50:04 2005//
/received_article_image.php/1.8/Wed May 18 10:58:52 2005//
/remote.php/1.3/Fri Feb 17 15:10:30 2006//
/robots.txt/1.8/Fri Jan 20 09:54:53 2006//
/select_banner.php/1.9/Wed May 18 10:58:52 2005//
/setup.sh/1.38/Fri Aug 26 00:16:50 2005//
/setup_smarty.php/1.37/Fri Feb 17 15:10:30 2006//
/show_image.php/1.29/Wed May 18 10:58:52 2005//
/testrpc.php/1.11/Wed May 18 10:58:52 2005//
/textareasize.php/1.4/Thu Aug 25 20:50:04 2005//
/tiki-admin.php/1.109/Fri Jan 20 09:54:53 2006//
/tiki-admin_actionlog.php/1.12/Fri Mar 3 14:09:29 2006//
/tiki-admin_banning.php/1.10/Wed May 18 10:58:52 2005/-ko/
/tiki-admin_calendars.php/1.23/Mon Aug 29 03:14:43 2005//
/tiki-admin_categories.php/1.42/Mon Oct 3 17:21:43 2005//
/tiki-admin_chart_items.php/1.12/Wed May 18 10:58:53 2005//
/tiki-admin_charts.php/1.12/Wed May 18 10:58:53 2005//
/tiki-admin_chat.php/1.13/Wed May 18 10:58:53 2005//
/tiki-admin_content_templates.php/1.17/Wed May 18 10:58:53 2005//
/tiki-admin_contribution.php/1.4/Thu Mar 9 16:28:30 2006//
/tiki-admin_cookies.php/1.14/Fri Aug 12 13:01:58 2005//
/tiki-admin_drawings.php/1.17/Wed Sep 7 22:23:21 2005//
/tiki-admin_dsn.php/1.12/Thu Aug 25 20:50:04 2005//
/tiki-admin_external_wikis.php/1.12/Thu Aug 25 20:50:04 2005//
/tiki-admin_forums.php/1.37/Wed Sep 7 22:23:21 2005//
/tiki-admin_hotwords.php/1.18/Wed Sep 7 22:23:21 2005//
/tiki-admin_html_page_content.php/1.12/Wed May 18 10:58:53 2005//
/tiki-admin_html_pages.php/1.13/Wed May 18 10:58:53 2005//
/tiki-admin_include_blogs.php/1.13/Wed Jan 18 14:45:47 2006//
/tiki-admin_include_calendar.php/1.4/Fri Mar 17 18:45:02 2006//
/tiki-admin_include_cms.php/1.13/Wed May 18 10:58:53 2005//
/tiki-admin_include_community.php/1.3/Wed May 18 10:58:53 2005//
/tiki-admin_include_directory.php/1.10/Wed May 18 10:58:53 2005//
/tiki-admin_include_faqs.php/1.10/Wed May 18 10:58:53 2005//
/tiki-admin_include_features.php/1.47/Thu Mar 2 15:15:51 2006//
/tiki-admin_include_fgal.php/1.13/Wed May 18 10:58:53 2005//
/tiki-admin_include_forums.php/1.10/Wed May 18 10:58:53 2005//
/tiki-admin_include_<span style="color:black;background-color:#ffff66;">freetags</span>.php/1.4/Sun Jan 29 04:04:01 2006//
/tiki-admin_include_gal.php/1.17/Wed Jan 18 14:45:47 2006//
/tiki-admin_include_general.php/1.46/Fri Jan 20 09:54:53 2006//
/tiki-admin_include_intertiki.php/1.3/Fri Feb 17 15:10:30 2006//
/tiki-admin_include_jukebox.php/1.6/Wed May 18 10:58:54 2005//
/tiki-admin_include_login.php/1.39/Sun Jan 22 21:45:08 2006//
/tiki-admin_include_maps.php/1.14/Mon Nov 7 21:42:29 2005//
/tiki-admin_include_metatags.php/1.5/Wed May 18 10:58:54 2005//
/tiki-admin_include_polls.php/1.11/Wed May 18 10:58:54 2005//
/tiki-admin_include_rss.php/1.15/Fri Feb 17 15:10:30 2006//
/tiki-admin_include_score.php/1.3/Sat Jan 1 00:16:31 2005//
/tiki-admin_include_search.php/1.17/Mon Nov 14 22:22:39 2005//
/tiki-admin_include_siteid.php/1.5/Thu Aug 25 20:50:04 2005//
/tiki-admin_include_trackers.php/1.12/Wed May 18 10:58:54 2005//
/tiki-admin_include_userfiles.php/1.10/Wed May 18 10:58:54 2005//
/tiki-admin_include_webmail.php/1.10/Wed May 18 10:58:54 2005//
/tiki-admin_include_wiki.php/1.59/Tue Mar 28 07:41:45 2006//
/tiki-admin_include_wikiatt.php/1.3/Wed May 18 10:58:54 2005//
/tiki-admin_integrator.php/1.19/Wed May 18 10:58:54 2005//
/tiki-admin_integrator_rules.php/1.24/Wed May 18 10:58:54 2005//
/tiki-admin_layout.php/1.15/Wed May 18 10:58:54 2005//
/tiki-admin_links.php/1.18/Wed May 18 10:58:54 2005//
/tiki-admin_mailin.php/1.20/Thu Jun 16 20:10:49 2005//
/tiki-admin_menu_options.php/1.20/Wed May 18 10:58:54 2005//
/tiki-admin_menus.php/1.16/Thu Aug 25 20:50:04 2005//
/tiki-admin_modules.php/1.42/Mon Oct 3 17:21:43 2005//
/tiki-admin_newsletter_subscriptions.php/1.16/Tue Sep 27 22:05:23 2005//
/tiki-admin_newsletters.php/1.14/Fri Aug 12 13:01:58 2005//
/tiki-admin_notifications.php/1.14/Wed May 18 10:58:54 2005//
/tiki-admin_poll_options.php/1.19/Wed May 18 10:58:54 2005//
/tiki-admin_polls.php/1.17/Wed May 18 10:58:54 2005//
/tiki-admin_quicktags.php/1.16/Mon Mar 20 16:36:07 2006//
/tiki-admin_rssmodules.php/1.20/Wed May 18 10:58:54 2005//
/tiki-admin_score.php/1.4/Fri Oct 8 09:59:44 2004//
/tiki-admin_security.php/1.8/Mon Dec 12 15:18:46 2005//
/tiki-admin_shoutbox_words.php/1.3/Wed May 18 10:58:54 2005//
/tiki-admin_structures.php/1.22/Wed May 18 10:58:54 2005//
/tiki-admin_survey_questions.php/1.15/Wed May 18 10:58:54 2005//
/tiki-admin_surveys.php/1.17/Wed May 18 10:58:54 2005//
/tiki-admin_system.php/1.24/Thu Aug 25 20:50:04 2005//
/tiki-admin_topics.php/1.19/Wed May 18 10:58:55 2005//
/tiki-admin_tracker_fields.php/1.36/Fri Jan 20 09:54:53 2006//
/tiki-admin_trackers.php/1.42/Wed May 18 10:58:55 2005//
/tiki-admingroups.php/1.53/Thu Jan 5 17:59:27 2006//
/tiki-adminusers.php/1.60/Fri Feb 17 15:10:30 2006//
/tiki-ajax.php/1.4/Tue Mar 14 22:59:02 2006//
/tiki-ajax_example.php/1.1/Mon Mar 6 05:24:34 2006//
/tiki-article_types.php/1.15/Wed May 18 10:58:55 2005//
/tiki-articles_rss.php/1.26/Wed May 18 10:58:55 2005//
/tiki-assignpermission.php/1.24/Wed May 18 10:58:55 2005//
/tiki-assignuser.php/1.20/Fri Jan 20 09:54:53 2006//
/tiki-atom.php/1.8/Wed May 18 10:58:55 2005//
/tiki-backlinks.php/1.11/Wed May 18 10:58:55 2005//
/tiki-backup.php/1.17/Wed May 18 10:58:55 2005//
/tiki-batch_upload.php/1.4/Thu Jun 16 20:10:49 2005//
/tiki-blog_post.php/1.43/Fri Feb 17 15:10:30 2006//
/tiki-blog_rankings.php/1.15/Wed May 18 10:58:55 2005//
/tiki-blog_rss.php/1.29/Thu Jan 5 17:16:37 2006//
/tiki-blogs_rss.php/1.29/Wed May 18 10:58:55 2005//
/tiki-browse_categories.php/1.27/Fri Feb 17 15:10:30 2006//
/tiki-browse_<span style="color:black;background-color:#ffff66;">freetags</span>.php/1.11/Sat Feb 11 15:00:24 2006//
/tiki-browse_gallery.php/1.35/Wed Sep 14 21:45:38 2005//
/tiki-browse_image.php/1.35/Fri Feb 17 15:10:30 2006//
/tiki-browse_users.php/1.1/Wed Dec 14 17:40:31 2005//
/tiki-calendar.php/1.53/Fri Feb 17 15:10:31 2006//
/tiki-calendar_import.php/1.2/Wed May 18 10:58:55 2005//
/tiki-calendar_setup.php/1.2/Fri Mar 17 18:45:02 2006//
/tiki-calendars_rss.php/1.2/Fri Feb 17 15:10:31 2006//
/tiki-categpermissions.php/1.14/Wed May 18 10:58:55 2005//
/tiki-change_password.php/1.17/Fri Sep 23 08:19:45 2005//
/tiki-charts.php/1.11/Wed May 18 10:58:55 2005//
/tiki-chat.php/1.11/Wed May 18 10:58:55 2005//
/tiki-chat_box.php/1.10/Wed May 18 10:58:55 2005//
/tiki-chat_center.html/1.3/Sat Nov 15 14:34:35 2003//
/tiki-chat_loader.php/1.17/Tue Jan 24 06:11:52 2006//
/tiki-chat_users.php/1.13/Wed May 18 10:58:55 2005//
/tiki-chatroom.php/1.14/Fri Feb 17 15:10:31 2006//
/tiki-cms_rankings.php/1.14/Wed May 18 10:58:55 2005//
/tiki-config_pdf.php/1.13/Wed Feb 8 11:54:44 2006//
/tiki-contact.php/1.22/Fri Feb 17 15:10:31 2006//
/tiki-cookie-jar.php/1.2/Thu Jul 8 12:50:33 2004//
/tiki-create_webhelp.php/1.8/Wed Jan 5 19:22:41 2005/-ko/
/tiki-custom_home.php/1.15/Wed May 18 10:58:55 2005//
/tiki-debug_console.php/1.8/Wed May 18 10:58:55 2005//
/tiki-directories_rss.php/1.5/Wed May 18 10:58:55 2005/-kb/
/tiki-directory_add_site.php/1.18/Mon Dec 12 15:18:46 2005//
/tiki-directory_add_tiki_site.php/1.3/Sat Mar 12 16:48:58 2005//
/tiki-directory_admin.php/1.10/Wed May 18 10:58:55 2005//
/tiki-directory_admin_categories.php/1.16/Wed May 18 10:58:55 2005//
/tiki-directory_admin_related.php/1.14/Wed May 18 10:58:55 2005//
/tiki-directory_admin_sites.php/1.17/Wed May 18 10:58:55 2005//
/tiki-directory_browse.php/1.13/Mon Dec 12 15:18:46 2005//
/tiki-directory_ranking.php/1.9/Wed May 18 10:58:55 2005//
/tiki-directory_redirect.php/1.7/Wed May 18 10:58:55 2005//
/tiki-directory_rss.php/1.4/Wed May 18 10:58:55 2005/-kb/
/tiki-directory_search.php/1.9/Wed May 18 10:58:55 2005//
/tiki-directory_validate_sites.php/1.15/Wed May 18 10:58:55 2005//
/tiki-download_file.php/1.22/Fri Oct 28 15:44:44 2005//
/tiki-download_forum_attachment.php/1.11/Wed May 18 10:58:55 2005//
/tiki-download_item_attachment.php/1.12/Thu Oct 27 20:12:31 2005//
/tiki-download_userfile.php/1.8/Wed May 18 10:58:55 2005//
/tiki-download_wiki_attachment.php/1.14/Mon Nov 7 21:42:29 2005//
/tiki-edit_article.php/1.53/Fri Jan 20 09:54:53 2006//
/tiki-edit_banner.php/1.21/Mon Nov 7 21:42:29 2005//
/tiki-edit_blog.php/1.30/Fri Feb 17 15:10:31 2006//
/tiki-edit_css.php/1.12/Wed May 18 10:58:56 2005//
/tiki-edit_image.php/1.16/Thu Jul 14 13:59:49 2005//
/tiki-edit_languages.php/1.21/Tue Jul 19 01:07:12 2005//
/tiki-edit_programmed_content.php/1.16/Wed May 18 10:58:56 2005//
/tiki-edit_question_options.php/1.14/Wed May 18 10:58:56 2005//
/tiki-edit_quiz.php/1.18/Wed May 18 10:58:56 2005//
/tiki-edit_quiz_questions.php/1.20/Wed May 18 10:58:56 2005//
/tiki-edit_quiz_results.php/1.13/Wed May 18 10:58:56 2005//
/tiki-edit_structure.php/1.28/Wed May 18 10:58:56 2005//
/tiki-edit_submission.php/1.48/Fri Feb 17 15:10:31 2006//
/tiki-edit_templates.php/1.19/Fri Feb 17 15:10:31 2006//
/tiki-edit_topic.php/1.5/Wed May 18 10:58:56 2005//
/tiki-edit_translation.php/1.9/Mon Dec 12 15:18:46 2005//
/tiki-edit_wiki_section.php/1.3/Mon Dec 19 13:53:57 2005//
/tiki-editdrawing.php/1.18/Wed May 18 10:58:56 2005//
/tiki-editpage.php/1.139/Mon Mar 20 21:39:18 2006//
/tiki-eph.php/1.14/Wed May 18 10:58:56 2005//
/tiki-eph_admin.php/1.11/Wed May 18 10:58:56 2005//
/tiki-error.php/1.16/Mon Oct 10 17:46:31 2005//
/tiki-error_simple.php/1.6/Fri Oct 15 15:54:42 2004//
/tiki-export_pdf.php/1.16/Wed Feb 8 11:54:44 2006//
/tiki-export_pdf_reader.php/1.1/Wed Feb 8 11:55:07 2006//
/tiki-export_sheet.php/1.5/Wed May 18 10:58:56 2005//
/tiki-export_wiki_pages.php/1.10/Wed May 18 10:58:56 2005//
/tiki-faq_questions.php/1.24/Wed Oct 26 15:11:02 2005//
/tiki-featured_link.php/1.13/Wed May 18 10:58:56 2005//
/tiki-file_galleries.php/1.23/Sat Jan 22 22:54:54 2005//
/tiki-file_galleries_rankings.php/1.13/Wed May 18 10:58:56 2005//
/tiki-file_galleries_rss.php/1.25/Wed May 18 10:58:56 2005//
/tiki-file_gallery_rss.php/1.25/Wed May 18 10:58:56 2005//
/tiki-forum_queue.php/1.14/Wed May 18 10:58:56 2005//
/tiki-forum_rankings.php/1.12/Wed May 18 10:58:56 2005//
/tiki-forum_rss.php/1.18/Wed May 18 10:58:56 2005//
/tiki-forums.php/1.15/Mon Nov 7 21:42:29 2005//
/tiki-forums_reported.php/1.9/Wed Jan 5 19:22:41 2005/-ko/
/tiki-forums_rss.php/1.20/Wed May 18 10:58:56 2005//
/tiki-freetag3d_xmlrpc.php/1.6/Sat Jan 28 20:51:09 2006//
/tiki-freetag_list_objects_ajax.php/1.4/Tue Jan 31 00:32:53 2006//
/tiki-friends.php/1.7/Fri Feb 17 15:10:31 2006//
/tiki-g-admin_activities.php/1.16/Thu Mar 16 13:43:09 2006//
/tiki-g-admin_graph.php/1.4/Fri Jan 20 09:54:53 2006//
/tiki-g-admin_instance.php/1.11/Wed May 18 10:58:56 2005//
/tiki-g-admin_instance_activity.php/1.4/Fri Jan 20 09:54:53 2006//
/tiki-g-admin_processes.php/1.12/Wed May 18 10:58:56 2005//
/tiki-g-admin_roles.php/1.13/Wed May 18 10:58:56 2005//
/tiki-g-admin_shared_source.php/1.10/Wed May 18 10:58:56 2005//
/tiki-g-monitor_activities.php/1.11/Wed May 18 10:58:56 2005//
/tiki-g-monitor_instances.php/1.12/Wed May 18 10:58:56 2005//
/tiki-g-monitor_processes.php/1.11/Wed May 18 10:58:56 2005//
/tiki-g-monitor_workitems.php/1.12/Fri Feb 17 15:10:31 2006//
/tiki-g-my_activities.php/1.1/Sun Jan 25 01:34:20 2004//
/tiki-g-my_instances.php/1.1/Sun Jan 25 01:34:20 2004//
/tiki-g-run_activity.php/1.16/Thu Mar 16 13:43:09 2006//
/tiki-g-save_process.php/1.7/Wed May 18 10:58:56 2005//
/tiki-g-user_activities.php/1.12/Thu Mar 16 13:43:09 2006//
/tiki-g-user_instances.php/1.13/Thu Mar 16 13:43:09 2006//
/tiki-g-user_processes.php/1.11/Thu Mar 16 13:43:09 2006//
/tiki-g-view_comment.php/1.2/Sat Mar 12 16:48:59 2005//
/tiki-g-view_workitem.php/1.10/Wed May 18 10:58:56 2005//
/tiki-galleries.php/1.50/Fri Feb 17 15:10:31 2006//
/tiki-galleries_rankings.php/1.14/Wed May 18 10:58:56 2005//
/tiki-graph_formula.php/1.2/Wed May 18 10:58:56 2005//
/tiki-graph_sheet.php/1.7/Tue Dec 27 16:09:16 2005//
/tiki-handlers.php/1.8/Wed May 18 10:58:56 2005//
/tiki-history_sheets.php/1.3/Wed May 18 10:58:56 2005//
/tiki-im_ajax.php/1.1/Mon Feb 13 01:49:37 2006//
/tiki-image_galleries_rss.php/1.26/Wed May 18 10:58:57 2005//
/tiki-image_gallery_rss.php/1.24/Wed May 18 10:58:57 2005//
/tiki-imexport_languages.php/1.17/Wed May 18 10:58:57 2005//
/tiki-import_sheet.php/1.4/Wed May 18 10:58:57 2005//
/tiki-import_structuredtext.php/1.6/Wed May 18 10:58:57 2005//
/tiki-index.php/1.158/Mon Mar 20 21:47:09 2006//
/tiki-index_p.php/1.21/Fri Jan 20 09:54:53 2006//
/tiki-index_raw.php/1.22/Fri Jan 20 09:54:53 2006//
/tiki-install.php/1.78/Sun Oct 16 14:35:09 2005//
/tiki-integrator.php/1.18/Wed May 18 10:58:57 2005//
/tiki-jscalendar.php/1.5/Fri Jan 20 09:54:53 2006//
/tiki-lastchanges.php/1.15/Wed May 18 10:58:57 2005//
/tiki-layout_options.php/1.7/Wed May 18 10:58:57 2005//
/tiki-likepages.php/1.12/Wed May 18 10:58:57 2005//
/tiki-list_articles.php/1.23/Mon Nov 7 21:42:29 2005//
/tiki-list_banners.php/1.14/Wed May 18 10:58:57 2005//
/tiki-list_blogs.php/1.26/Mon Nov 7 21:42:29 2005//
/tiki-list_cache.php/1.12/Wed May 18 10:58:58 2005//
/tiki-list_comments.php/1.1/Fri Oct 14 13:50:34 2005//
/tiki-list_contents.php/1.15/Wed May 18 10:58:58 2005//
/tiki-list_faqs.php/1.16/Wed May 18 10:58:58 2005//
/tiki-list_file_gallery.php/1.29/Wed Sep 14 21:45:38 2005//
/tiki-list_gallery.php/1.23/Fri Feb 17 15:10:31 2006//
/tiki-list_games.php/1.25/Wed May 18 10:58:58 2005//
/tiki-list_integrator_repositories.php/1.13/Wed May 18 10:58:58 2005//
/tiki-list_posts.php/1.15/Wed May 18 10:58:58 2005//
/tiki-list_quizzes.php/1.13/Wed May 18 10:58:58 2005//
/tiki-list_submissions.php/1.16/Wed May 18 10:58:58 2005//
/tiki-list_surveys.php/1.15/Wed May 18 10:58:58 2005//
/tiki-list_trackers.php/1.15/Wed May 18 10:58:58 2005//
/tiki-list_users.php/1.8/Thu Jul 14 13:59:50 2005//
/tiki-listmovies.php/1.4/Mon Jun 28 16:16:24 2004//
/tiki-listpages.php/1.27/Mon Mar 20 16:36:10 2006//
/tiki-live_support_admin.php/1.15/Wed Jan 5 19:22:42 2005/-ko/
/tiki-live_support_chat_frame.php/1.5/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_chat_window.php/1.9/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_client.php/1.10/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_console.php/1.11/Sat Mar 12 16:49:00 2005/-ko/
/tiki-live_support_message.php/1.7/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_server.php/1.13/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_transcripts.php/1.7/Wed Jan 5 19:22:42 2005/-ko/
/tiki-login.php/1.51/Fri Feb 17 15:10:31 2006//
/tiki-login_scr.php/1.12/Fri Feb 17 15:10:31 2006//
/tiki-login_validate.php/1.17/Sun Oct 16 14:35:09 2005//
/tiki-logout.php/1.20/Wed May 18 10:58:58 2005//
/tiki-mailin-code.php/1.17/Mon Nov 7 16:20:21 2005//
/tiki-mailin.php/1.8/Wed May 18 10:58:58 2005//
/tiki-map.phtml/1.37/Fri Feb 17 15:10:31 2006//
/tiki-map_download.phtml/1.12/Mon Nov 7 21:42:29 2005//
/tiki-map_edit.php/1.21/Wed Sep 7 12:35:39 2005//
/tiki-map_history.php/1.3/Wed May 18 10:58:58 2005//
/tiki-map_rss.php/1.11/Wed May 18 10:58:58 2005//
/tiki-map_upload.php/1.16/Mon Nov 7 21:42:29 2005//
/tiki-minical.php/1.18/Wed May 18 10:58:58 2005//
/tiki-minical_export.php/1.6/Wed May 18 10:58:58 2005//
/tiki-minical_prefs.php/1.14/Wed May 18 10:58:58 2005//
/tiki-minical_reminders.php/1.11/Wed May 18 10:58:58 2005//
/tiki-mobile.php/1.11/Thu Aug 18 16:23:05 2005//
/tiki-mods.php/1.6/Wed May 18 10:58:58 2005//
/tiki-mods_admin.php/1.3/Wed May 18 10:58:58 2005//
/tiki-module_controls.php/1.15/Mon Dec 19 17:27:12 2005//
/tiki-modules.php/1.53/Mon Dec 19 17:44:34 2005//
/tiki-my_tiki.php/1.23/Wed Nov 23 21:47:13 2005//
/tiki-mytiki_shared.php/1.6/Wed May 18 10:58:58 2005//
/tiki-newsletter_archives.php/1.5/Mon Dec 12 15:18:46 2005//
/tiki-newsletters.php/1.24/Mon Dec 12 15:18:46 2005//
/tiki-newsreader_groups.php/1.15/Wed May 18 10:58:58 2005//
/tiki-newsreader_news.php/1.19/Wed May 18 10:58:58 2005//
/tiki-newsreader_read.php/1.14/Wed May 18 10:58:58 2005//
/tiki-newsreader_servers.php/1.18/Wed May 18 10:58:58 2005//
/tiki-notepad_get.php/1.8/Wed May 18 10:58:58 2005//
/tiki-notepad_list.php/1.19/Fri Feb 17 15:10:31 2006//
/tiki-notepad_read.php/1.15/Mon Nov 7 21:42:29 2005//
/tiki-notepad_write.php/1.11/Wed May 18 10:58:58 2005//
/tiki-objectpermissions.php/1.13/Sun Oct 16 14:35:09 2005//
/tiki-old_polls.php/1.12/Wed May 18 10:58:58 2005//
/tiki-orphan_pages.php/1.10/Wed May 18 10:58:58 2005//
/tiki-page.php/1.13/Fri Aug 12 13:01:58 2005//
/tiki-page_loader.php/1.11/Wed May 18 10:58:58 2005//
/tiki-pagehistory.php/1.30/Thu Mar 2 15:15:51 2006//
/tiki-pagepermissions.php/1.23/Wed May 18 10:58:58 2005//
/tiki-pagesetup.php/1.17/Wed May 18 10:58:58 2005//
/tiki-pagination.php/1.8/Thu Jan 5 17:16:37 2006//
/tiki-pdf.php/1.13/Sun Oct 16 14:35:09 2005//
/tiki-phpinfo.php/1.8/Wed May 18 10:58:58 2005//
/tiki-pick_avatar.php/1.24/Mon Oct 3 17:21:43 2005//
/tiki-poll_form.php/1.16/Fri Jan 20 09:54:53 2006//
/tiki-poll_results.php/1.17/Wed May 18 10:58:58 2005//
/tiki-print.php/1.24/Fri Jan 20 09:54:53 2006//
/tiki-print_article.php/1.9/Wed May 18 10:58:58 2005//
/tiki-print_blog_post.php/1.12/Wed May 18 10:58:58 2005//
/tiki-print_multi_pages.php/1.11/Thu Aug 18 16:23:05 2005//
/tiki-print_pages.php/1.15/Mon Nov 7 21:42:29 2005//
/tiki-pv_chart.php/1.11/Wed May 18 10:58:58 2005//
/tiki-quiz_download_answer.php/1.2/Sat Mar 12 16:49:00 2005//
/tiki-quiz_edit.php/1.16/Wed May 18 10:58:58 2005//
/tiki-quiz_result_stats.php/1.13/Wed May 18 10:58:58 2005//
/tiki-quiz_stats.php/1.13/Wed May 18 10:58:58 2005//
/tiki-quiz_stats_quiz.php/1.15/Wed May 18 10:58:58 2005//
/tiki-random_num_img.php/1.6/Sat Jan 1 00:16:35 2005/-ko/
/tiki-read_article.php/1.50/Mon Nov 7 21:42:29 2005//
/tiki-received_articles.php/1.18/Wed May 18 10:58:59 2005//
/tiki-received_pages.php/1.15/Wed May 18 10:58:59 2005//
/tiki-referer_stats.php/1.13/Wed May 18 10:58:59 2005//
/tiki-register.php/1.61/Fri Feb 17 15:10:31 2006//
/tiki-register_ajax.php/1.1/Thu Dec 15 20:21:55 2005//
/tiki-register_site.php/1.3/Mon Mar 15 21:27:27 2004//
/tiki-remind_password.php/1.26/Fri Jan 20 09:54:53 2006//
/tiki-remote_backup.php/1.8/Wed May 18 10:58:59 2005//
/tiki-removepage.php/1.14/Thu Mar 2 15:15:51 2006//
/tiki-rename_page.php/1.15/Wed May 18 10:58:59 2005//
/tiki-replicate.php/1.3/Wed May 18 10:58:59 2005//
/tiki-replicate_console.php/1.4/Wed May 18 10:58:59 2005//
/tiki-rollback.php/1.16/Wed May 18 10:58:59 2005//
/tiki-rss_error.php/1.5/Wed May 18 10:58:59 2005//
/tiki-search_stats.php/1.12/Wed May 18 10:58:59 2005//
/tiki-searchindex.php/1.12/Wed May 18 10:58:59 2005//
/tiki-searchresults.php/1.36/Mon Dec 12 15:18:47 2005//
/tiki-section_options.php/1.11/Wed May 18 10:58:59 2005//
/tiki-send_blog_post.php/1.15/Fri Feb 17 15:10:31 2006//
/tiki-send_newsletters.php/1.26/Wed Aug 10 15:56:00 2005//
/tiki-send_objects.php/1.20/Sun Oct 16 14:35:09 2005//
/tiki-setup.php/1.301/Mon Mar 20 07:03:37 2006//
/tiki-setup_base.php/1.95/Thu Mar 16 13:43:09 2006//
/tiki-sheets.php/1.9/Wed May 18 10:58:59 2005//
/tiki-shoutbox.php/1.15/Wed May 18 10:58:59 2005//
/tiki-show_calendar.php/1.3/Mon Feb 13 20:55:30 2006//
/tiki-show_raw_links.php/1.1/Thu Apr 1 00:27:09 2004//
/tiki-show_user_avatar.php/1.9/Wed May 18 10:58:59 2005//
/tiki-slideshow.php/1.21/Wed May 18 10:58:59 2005//
/tiki-slideshow2.php/1.14/Wed May 18 10:58:59 2005//
/tiki-special_chars.php/1.2/Wed May 18 10:58:59 2005//
/tiki-stats.php/1.15/Fri Aug 12 13:01:58 2005//
/tiki-survey_stats.php/1.14/Wed May 18 10:58:59 2005//
/tiki-survey_stats_survey.php/1.14/Wed May 18 10:58:59 2005//
/tiki-switch_lang.php/1.7/Mon Feb 27 17:21:14 2006//
/tiki-switch_theme.php/1.3/Sun Sep 19 19:36:25 2004//
/tiki-syslog.php/1.6/Thu Jul 28 15:20:18 2005//
/tiki-take_quiz.php/1.20/Mon Dec 12 15:18:47 2005//
/tiki-take_survey.php/1.14/Wed May 18 10:58:59 2005//
/tiki-tc.php/1.11/Fri Jan 20 09:54:53 2006//
/tiki-theme_control.php/1.14/Mon Oct 3 17:21:43 2005//
/tiki-theme_control_objects.php/1.17/Mon Oct 3 17:21:43 2005//
/tiki-theme_control_sections.php/1.11/Mon Oct 3 17:21:43 2005//
/tiki-tracker_rss.php/1.3/Fri Feb 17 15:10:31 2006//
/tiki-upload_file.php/1.33/Wed May 18 10:58:59 2005//
/tiki-upload_image.php/1.38/Wed May 18 10:58:59 2005//
/tiki-usage_chart.php/1.9/Wed Sep 7 12:35:39 2005//
/tiki-user_assigned_modules.php/1.15/Wed May 18 10:58:59 2005//
/tiki-user_bookmarks.php/1.16/Wed May 18 10:58:59 2005//
/tiki-user_cached_bookmark.php/1.9/Wed May 18 10:58:59 2005//
/tiki-user_information.php/1.33/Sun Jan 22 21:45:08 2006//
/tiki-user_preferences.php/1.80/Fri Feb 17 15:10:31 2006//
/tiki-user_tasks.php/1.20/Fri Feb 17 15:10:31 2006//
/tiki-user_watches.php/1.16/Thu Mar 2 11:34:11 2006//
/tiki-userfiles.php/1.15/Wed May 18 10:59:00 2005//
/tiki-usermenu.php/1.11/Wed May 18 10:59:00 2005//
/tiki-users3d_xmlrpc.php/1.1/Wed Dec 14 17:40:31 2005//
/tiki-userversions.php/1.14/Wed May 18 10:59:00 2005//
/tiki-view_articles.php/1.31/Mon Nov 7 21:42:29 2005//
/tiki-view_banner.php/1.21/Wed May 18 10:59:00 2005//
/tiki-view_blog.php/1.51/Mon Dec 12 15:18:47 2005//
/tiki-view_blog_post.php/1.33/Sun Dec 11 15:27:04 2005//
/tiki-view_blog_post_image.php/1.7/Wed May 18 10:59:00 2005//
/tiki-view_cache.php/1.11/Wed May 18 10:59:00 2005//
/tiki-view_chart.php/1.17/Wed May 18 10:59:00 2005//
/tiki-view_chart_item.php/1.12/Wed May 18 10:59:00 2005//
/tiki-view_eph.php/1.5/Wed May 18 10:59:00 2005//
/tiki-view_faq.php/1.20/Wed May 18 10:59:00 2005//
/tiki-view_forum.php/1.99/Mon Mar 13 14:13:41 2006//
/tiki-view_forum_thread.php/1.82/Mon Nov 7 21:42:29 2005//
/tiki-view_irc.php/1.13/Wed May 18 10:59:00 2005//
/tiki-view_minical_topic.php/1.6/Wed May 18 10:59:00 2005//
/tiki-view_sheets.php/1.10/Wed May 18 10:59:00 2005//
/tiki-view_tracker.php/1.90/Fri Jan 20 09:54:53 2006//
/tiki-view_tracker_item.php/1.91/Fri Feb 17 15:10:31 2006//
/tiki-view_tracker_more_info.php/1.7/Mon Nov 7 21:42:29 2005//
/tiki-wap.php/1.7/Sat Jan 1 00:16:35 2005/-ko/
/tiki-webmail.php/1.29/Wed May 18 10:59:01 2005//
/tiki-webmail_contacts.php/1.11/Wed May 18 10:59:01 2005//
/tiki-webmail_download_attachment.php/1.8/Wed May 18 10:59:01 2005//
/tiki-wiki3d.php/1.3/Sat May 29 20:50:39 2004//
/tiki-wiki3d_xmlrpc.php/1.5/Thu Aug 18 16:23:05 2005//
/tiki-wiki_rankings.php/1.13/Wed May 18 10:59:01 2005//
/tiki-wiki_rss.php/1.32/Wed May 18 10:59:01 2005//
/tiki-xajax_example.php/1.1/Fri Mar 10 02:15:52 2006//
/tiki-xmlrpc_services.php/1.13/Thu Aug 18 16:23:05 2005//
/topic_image.php/1.15/Thu Sep 8 01:48:45 2005//
/xmlrpc.php/1.26/Mon Dec 12 15:18:47 2005//
tracker item
RSS should have permissions checking
The RSS feeds seem to have no permission checking. The feeds should only include information that is available to Anonymous.
tracker item
Setting Permissions on image gallery - multiple error messages on screen
I assigned all permissions in a column on "Assign permissions to file gallery: File Galleries" assign permissions tab. Clicked on check box of "Anonymous" tab at the top of column and received this error:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/fr55sx33/public_html/tiki_test_5.3/tiki-5.3/tiki-objectpermissions.php on line 506

Notice: Undefined index: perm in /home/fr55sx33/public_html/tiki_test_5.3/tiki-5.3/tiki-objectpermissions.php on line 506

Should be a quick fix for someone who knows the system; I sure wouldn't want my users to see this.

This is a new install of 5.3.

I put up a picture: {img id=112}
tracker item
ShowCaseSupport@projectashenfire.org
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers))
tracker item
Since Your Last Visit Module doesnt like gallery comments
I get the following error after entering a comment into an image gallery if I am using the Since Last Visit module:
Undefined index: list in /modules/mod-since_last_visit_new.php on line 87

this also seems to interfere with other parts of TW such as editing pages, etc...

OC
tracker item
Spiders getting lost in tiki-calendar.php, tiki-browse_categories.php and tiki-browse_gallery.php
Please see:
http://sourceforge.net/mailarchive/forum.php?thread_id=10026369&forum_id=12569

In tiki-browse_gallery.php, there is Sort Images by [ Name | Date | Hits | User | Size ] so robots can think these are all different pages
tracker item
Testing if GD or Imagick works, via Tiki
tiki-admin.php?page=gal tells me if GD or Imagick is installed. Nice.

But sometimes, it's installed, but it doesn't work as it should. To rule out that the problem is with Tiki, here is an example of a simple php to test GD in real life. It would be nice to add to tiki-admin.php?page=gal

{img src=images/code.png}%%% {CODE()}
<?php
header("Content-type: image/png");
$im = @imagecreate(110, 20)
or die("Cannot Initialize new GD image stream");
$background_color = imagecolorallocate($im, 0, 0, 0);
$text_color = imagecolorallocate($im, 233, 14, 91);
imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
imagepng($im);
imagedestroy($im);
?>
{CODE}
tracker item
Cant upload pictures in 7.1
Ugraded this site to 7.1:

http://alaindesilets.org/MyPublicSite/tiki-view_blog.php?blogId=1

and now, I can't upload files to the Files gallery.

Here is what I do:

* tiki-upload_file.php
* click on Browse button
* Navigate my disk and select an image file
* Click UPload Files button
* Nothing happens.
tracker item
Categories does not restrict visibility on individual images
When assigning a catogory with restricted permission, the permission usually override the global permissons.

When assigning a category to an individual image, the visibility is however not restricted.
tracker item
Show PHP error messages