@luciash email sent w/attachments from NKo Uncaught exception: TypeError: Cannot convert 'local_dates' to object Error thrown at line 834, column 5 in http://simutrans-germany.com/wiki/wiki/lib/tiki-js.js: var i = local_dates.length - 1 Opera 10.50 polom Recent Bug: Tracker item: #3098 - - The user is redirected to a blank page with just an email address ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3098 polom hi luciash chibaguy: heya hello! I have the problem that Tikiwiki says I need to enable cookies when I try to login. But it only happens when I try to login from the "topheader", not from the login-page itself. Is this a known bug or what could do it+ ? Ma1, I haven't seen any reports of that problem. What Tiki version, and what server operating system? Ma1: what theme ? does it happen with other themes too ? Very odd, about some week ago it did happen on both 3.3 and 4.0 Now it works It is the default-theme, don't know the name? chibaguy: it is gentoo Now it works ok? Yes, looks like that chibaguy: did you do tikipedia? yes chibaguy: will there be an update for tiki 5? yes chibaguy: do you know how fast? I'm not sure, but shouldn't be too long. chibaguy: ok, I see :) most theme upgrades between tiki 4 and tiki 5 are pretty easy. Tikipedia is a problem because it has more custom .tpl files to check. chibaguy: I didn't know Tikipedia was done for tiki 4? Hm, I thought it was, but apparently not. Anyway, I'll check on the status. I see Would it be easy to integrate a blog with tikiwiki? For example wordpress? or does tiki has anything prebuilt in? Tiki has a blog feature. I see. Another problem I know.. When activating searchenginefriendly urls I get "file not found" Is there rss for the blogs as well? Ma1: you need to rename _htaccess file to .htaccess and support for the apache rewrite rules in it on the server blogs have rss feeds luciash: I see chibaguy: I have enabled for "Individual blogs" now But still I get rss feed disabled on tiki-blog_rss.php?blogId=1 version 4.0 Maybe it's a bug. Seems to work ok in my branch 5 installation. I guess the bugs at dev.tikiwiki.org could be checked. I don't know if this was broken and got fixed or what. chibaguy: good. it is tiki 5 I will use when it is release d http://tikiwiki.org/tiki-blog_rss.php?blogId=26 works Nice :D running tiki 5 alpha chibaguy: is the export to pdf-support better in tiki 5? I'm not aware of any work on that. (but there's plenty I'm not aware of. ;-) ) Ok Hehe Who could be aware of that? :D svn commit reports chibaguy: true. Where could I find them? Also.. Is there any other way to administer permissions than via users or via groups? I thought I have seen something that was pretty hard to find and did really ****** things up.. Ma1: you can via categories luciash: there it was. What is categories? I really don't understand the explainations I've read Category feature Yeah That is what I've read I don't understand what is good with this and so on. when you place any object in a category which has permissions assigned, they will take precedence over Group perms luciash: I see, and what else is categories used for than assigning permissions? um, categorization ? :-) luciash: because it isn't really users in the categories, it is articles, pages, tracker items and so on? users are special objects, they're "categorized" in Groups only afaik (but maybe lately there was some talk about possibility to categorize users as objects too) I see So what kind of permissions could I set on categories then? categories are good when you need special object perms and don't want to repeat assigning them for each, you just place that object in same category any example of a special object perm? you have wiki page you don't want to be read by public Alright Or.. If you have everything not readable by public you can assign perms to that page directly or place it in a category You can set startpage to a category? yes Could categories be used for the way to categorize objects, so you can list all objects in a category for example.. or is it just for permissions? yep, there are wikiplugins for that luciash: okok so you can list a category objects in a wiki page content etc. read the docs more pls luciash: I don't find where to enable export to pdf.. sorry, i don't remember from top of my head ok luciash: if I want to "sync" some items in the tracker to another tikiwiki.. Is that possible or do I need to fix this by my self with own scripts? luciash: I did see send article.. So I just wonder :) there is tracker export/import luciash: maybe that wouldn't be that great when just some items would be synced, and the ids would neither be the same cause it would be created different items in both trackers I'm getting crazy flickering in branch 5 now (current update) on page loads and when mousing over icons, etc. (in firefox) tikiwiki: 03chibaguy * r26392 10/branches/5.x/styles/fivealive.css: [FIX] Text/background contrast. hi all :-) I have a blank screen after login in tiki-install.php. somebody else? syvieg, do you mean branch 5? yes it's ok for me. thx chibaguy Q: using 3.x LTS.. when browsing categories (tiki-browse_categories), tiki mis-orders some items. For example, I see: Volume 1.... Volume 10.... Volume 2... etc. Volume 10 should be after *9* -- not after *1* ??? how can i get Tiki to order items correctly? i have example if anyone cares to see ricks99, sounds like something needs to be changed in the code. easy fix? i cant even think what would b wrong? Seems like if '10' is coming after 1, then it isn't using natural numbers as a counting sequence. Does that make sense? I have no idea how this is handled in software code. guess, short fix is to change 1 to 01, 2 to 02, etc :-( ricks99: hi ricks99: see http://www.php.net/manual/en/array.sorting.php ricks99: natsort() is maybe what you're looking for ah... tx 100x luciash should this be tiki's default? i mean, don't most humans expect "10" to come after "9" -- not after "1"? :-) sounds logical, at least for human readable listings tikiwiki: 03jonnybradley * r26393 10/branches/5.x/lib/wiki-plugins/wikiplugin_trackerfilter.php: [FIX] Search and set selected on input correctly with urlencoded values chibaguy: I replaces on tw.org the javascript with the plugin GOOGLEANALYTICS. Do you still have error? sylvieg, I still have the problem. I get two js errors: uncaught exemption: Cannot convert 'local_dates' to object, and Uncaught exception: TypeError '$jq' is not a function. Error thrown at line 3, column 0 - $jq(document).ready(function(){ tikiwiki: 03sylvieg * r26394 10/branches/5.x/lib/smarty_tiki/outputfilter.highlight.php: [FIX]hightlight: avoid scanning text if not the main tpl + do not hightlight col2 tikiwiki: 03sylvieg * r26395 10/branches/5.x/lib/ (2 files in 2 dirs): [FIX]tracker: optimization for tracker with a lot of fields - fetch only the fields info that are needed I need to install opera tikiwiki: 03sylvieg * r26396 10/branches/5.x/lib/rss/rsslib.php: [FIX]rss: patch - for unknown reason zend do not provide always the function getDateCreated->todo find why I found the cookie problem local_tz the TimeZoneCodes not in locale_dates then locale_dates=null lib/tiki-js.js up to line 830 suggestion: var local_tz = expires.toString().match(/GMT.{5}/g); this save the GMT string to cookie o/ Hi folks, TikiWiki caught my interest for personal use and I'll be idling around in the near future.. hi baccenfutter, welcome welcome to the tiki community :-) thx tikiwiki: 03sylvieg * r26397 10/branches/5.x/lib/wiki-plugins/wikiplugin_tracker.php: [FIX]TRACKER: when giving list of fields, restrict the fields to this list otherwise le checkbox are lost seems like the locale-engine if TW even seems to parse menu and option names. e.g. I name a menu 'Login' and it display 'Anmeldung' in the frontend. is this expected behavior? s/if/of/ using multilingual? not sure... however I remember selecting German during instal l so I guess yes baccenfutter: yes, it is a feature then y. (assuming that Login ==Anmeldung Well, if I don't want that, can I disable it? u dont want "login" to be translated? 'Login' was just one example. add a custom.php to the lang/de with Login -> Login and no I especially don't want Login to be translated will override the exising translations in de/lang.php ah, straight, sweet details in docs: doc.tikiwiki.org/i18n I just started realizing how complex the featureset actually is... I like how you have to enable every feature individually to not be blown of you feet so is it possible to like embed a calender date or similar into a wiki page? I was thinking of a somewhat landing page within the wiki that gives $USER a nice overview y. can display calendar in a wiki page. sounds like ur looking for the "my tiki" page. shows user's interacations (wiki pages, forum posts, etc) thx New Forum Posts: Enabling the Categories tab in the wiki page editor? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36763 tikiwiki: 03sylvieg * r26398 10/branches/5.x/lib/ (trackers/trackerlib.php wiki-plugins/wikiplugin_tracker.php): [FIX]TRACKER: optimization for tracker with a lot of fields - fetch only the fields info that are needed tikiwiki: 03sylvieg * r26399 10/branches/5.x/lib/wiki-plugins/wikiplugin_tracker.php: oops trace hi sylvieg - i'm going to tackle doing a trunk branchupdate (half way through) and i'll resolve the trackerfilter conflict by hand - it would be good if you can check it once i've done as i'm not entirely up to speed with your changes in trunk yet... tikiwiki: 03jonnybradley * r26400 10/trunk/ (10 files in 9 dirs): tikiwiki: [MRG] Automatic merge, branches/5.x 26385 to 26397 tikiwiki: (except for trackerfilter plugin - will do a manual merge due to conflicts) why is dev.tw.o not answering? tikiwiki: 03sylvieg * r26401 10/branches/5.x/lib/wiki-plugins/wikiplugin_mouseover.php: [FIX]MOUSEOVER: regression 16238, label was parsed - new param parselabel with default to y + fix parsing of label if no text the mouseover is hard to see - flickering... tikiwiki: 03jonnybradley * r26402 10/trunk/ (2 files in 2 dirs): tikiwiki: [MRG] Manual merge from branches/5.x tikiwiki: Trackerfilter plugin changes to urlencoding for option values ping mose changi_ doc.tw is down sylvieg: I notified #tikinoc thx I always forget the name of the irc I'm on it thx doc/dev are back hello friends Can anyone please tell me how to disable the external link gif add a css class "img.externallink { display:none; }" is the simplest Ill try that but maybe there is an options somewhere ? I was searching around the amdin and couldnt find anything admin wiki_est_icon.. would be in wiki admin in admin->textarea oh, it moved I'm so obsolete all prefs moved ;-) this is for tiki 5 just throwing that out there i still cant find it maybe im blind i dont see a textarea where exactly did the prefs move to im in the admin area now where Dont worry about it the css worked thanks mose hey mose would you happen to know the css to stop the display of the print article icon would you? @IAMOLOF: just turn off the Print Article option is that under general settings no. Admin: Aritlces makes sense Thank you very much youre welcome now for hopefully my last question which is slightly harder than the others im trying to display an image as a llink but im pulling the llink from trackers ex: [{$f_128}|{IMG(src="imglink")}{IMG}] but its not working it still displays the address along with the img any ideas? thank you mose jonnyb: the second error Gary reported today in "Re: [Tikiwiki-devel] No javascript at tw.o for Opera" appears to be genuine. "Uncaught exception: TypeError: Cannot convert 'local_dates' to object" expires.toLocaleString().match(/[A-Za-z]{1,4}/g) can return null, instead of an empty array, surprisingly nice can you fix it? (just stick in an extra test?) which causes an error at tiki-js.js:834 I guess tw5 - question: tiki-images_data field filetype this field save image/png and png what is intended by both png produce error 'File is not an image.' in wiki pages png saved by batch-upload from a directory (16:31:24)I found the cookie problem local_tz (16:31:24)the TimeZoneCodes not in locale_dates then locale_dates=null (16:32:09)lib/tiki-js.js up to line 830 (16:36:16)suggestion: var local_tz = expires.toString().match(/GMT.{5}/g); (16:36:33)this save the GMT string to cookie sorry, for chealer this fixed blank page for FF and enabled cookies tikiwiki: 03chealer * r26403 10/branches/5.x/lib/tiki-js.js: tikiwiki: [FIX] "Uncaught exception: TypeError: Cannot convert 'local_dates' to object" on tikiwiki: certain platforms where Date.toLocateString doesn't return a timezone. match() tikiwiki: returns null instead of an empty array if it matches nothing. is there a way to make this image show up with a width of 300px? {DIV(float="right" margin-right="15px")}{TRACKERITEMFIELD(trackerId="7",itemId="6789",fieldId="209")/}{DIV} could we get a svn up on tw.org? thanks for doing the js fix, chealer - off now, see you tomorrow tikiwiki: 03marclaporte * r26404 10/branches/5.x/ (2 files in 2 dirs): [DOC] Dynamic prefs svn^^