New Forum Posts: File gallery not working properly... - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=38434 tikiwiki: 03pascalstjean * r28990 10/trunk/tiki-print_article.php: [FIX] Add line to get_perm_object tikiwiki: 03marclaporte * r28991 10/trunk/templates/tiki-admin-include-comments.tpl: [ENH] Admin panel for Inline Comments tikiwiki: 03chealer * r28992 10/trunk/tiki-editpage.php: tikiwiki: use new wikilib "bad characters" prevention methods tikiwiki: forgotten in r28740, oops morning hi, using tiki 5.1 on lucid i am having a problem with images. they are broken after upload, meaning they dont display. if i download the image again from tiki it is also broken. so it must get damaged somehow when inserting into tiki any ideas? New Forum Posts: [tiki-importer] The FastCGI process exited unexpectedly - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=38436 turns out if I set file storage to filesystem storage and not db it works. sort of buggy i guess. i want to write up a bug report if none exists, any ideas where the problem could be coming from or what to do the investigate? polom freedumb2000: The image upload problem is a known bug already, and there's a workaround/fix. ok, thx! There's a note here: http://tikiwiki.org/ReleaseNotes5.0#Corrupted_file_uploads But it's better to store images in the files system anyway, I think. same here, thats why i won't even check out the workaround ;) another thing, is it possible to import excel spreadsheets? i seem to be able to find some obscure refernce in old tiki sources to an import function but I can find no mention of it in any docs so far ah, the spreadsheet feature has been getting overhauled. I'm not sure if that's possible or not. Usually there are some spreadsheet gurus around, maybe later. ok, ill bumping the question then thx New Forum Posts: Group Themes - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=38440 New Forum Posts: How insert Tiki wiki elements - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38441 tikiwiki: 03jonnybradley * r28993 10/trunk/lib/toolbars/toolbarslib.php: [FIX] toolbars: Mend re-encoding corruption from r28856 which was causing JS errors and preventing most edit tools from working. New Forum Posts: ERROR (E_USER_WARNING) - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=38442 tikiwiki: 03jonnybradley * r28994 10/trunk/lib/ckeditor_tiki/plugins/tikiplugin/plugin.js: [MOD] wysiwyg plugins: Clean dead code, leave some more comments in as reminder to fix selection bug. tikiwiki: 03jonnybradley * r28995 10/trunk/ (lib/wiki/editlib.php tiki-editpage.php): [FIX] wysiwyg plugins: Preview and save now working (in html mode) does anyone know if and how it is possible to import excel sheets and have them be displayed as tables? tikiwiki: 03sylvieg * r28996 10/trunk/ (2 files in 2 dirs): [NEW]trackerhelp: a little module to show the fieldIds of a tracker: todo->debug {textarea} to use it, autocomplete on tracker name, pagination for large tracker freedumb2000: i think so - sort of - check out http://doc.tiki.org/Spreadsheet jonnyb: i saw that, unfortunatly i cannot seem to enable Jquery.sheet anywhere. it appears to be neither a module nor plugin it's on admin/look and feel (for weird historical reasons) or you could search for it in admin ohh :) ;) when i enable tiki sheets (which i am assuming i have to do as well) iget a spreadsheet menu item in the sidmenu which lets me create a sheet but not much else. I don't see anything like the import/export/edit etc. icons displayed at http://doc.tiki.org/Spreadsheet. what am i overlooking? tikiwiki: 03sylvieg * r28997 10/trunk/modules/mod-func-trackerhelp.php: [FIX]trackerhelp: perm checking jonnyb <-- polom polom tw.o mysql down :( Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project. as seen on http://tiki.org/tiki-index.php?page=TikiFestNY hi luciash - yup, definitely down ah - back hi jonnyb *g* seems another of ohertel's security "features" :) :D lookin' forward to meet at TikiFestNY where is the option to enable/disable the display of page authors? me2 HideMe: probably Admin home > Wiki Mmm I have troubles with articles translations. While looking at an article as admin the is a globe i can click to initiate translation. This open an empty new wiki pages no link with the source articles... Is it suposed to work like that ? tikiwiki: 03jonnybradley * r28998 10/trunk/ (6 files in 5 dirs): tikiwiki: [ENH] wysiwyg: Plugin edit re-parses content (if ajax on). Also preview working better with multiple plugins. tikiwiki: Renamed css class .cke_tiki_plugin to .tiki_plugin as ckeditor "eats" classes starting with cke_ luciash: i don't suppose you've tried the new ckeditor stuff? luciash: i have an html/css query about how the plugin "previews" are built i want the plugin edit icon "floating" in the top right of the span or div the plugin lives in, but it always seems to force the content to the right, not be superimposed above it any ideas? hmm, you are right, i didn't tried it yet :) i know you don't believe in wysiwyg ;) however i know you know html good... what is the default cookie path? you need to use position: relative to the parent and position: absolute; top: 0; right: 0; for the icon here's a screenshot - http://skitch.com/jonnybradley/diqtx/wysiwyg-html argh.. where did the "openexternal links in new window" option go? its noton admin: general: naviigation. and the option search doesn't find it luciash: aha, hmmm - hope that doesn't mess the editor up... i'll give it a go hi ricks99 - in admin/textareas? yonixxx: i guess not how can i make the left or right column wider? ah.. of course HideMe: iirc it is / tx jonnyb my wikistructure menu takes up too much space and gets cut off :) i have start to enter into this 2 weeks ago but haven't that much time to check... As it look to me an important and used feature i couldn't think nobody has seen that but me... freedumb2000: using custom CSS or edit your theme css luciash, I looks to auto add the root dir. e.g /dir_name freedumb2000: look for #col2 width and don't forget to change the corresponding margin-left (as documented in the css file in a comment) freedumb2000: or if not there then in the lite.css it is commented for reference tikiwiki: 03jonnybradley * r28999 10/trunk/lib/tikilib.php: [FIX] wysiwyg plugins: Make edit icon float over plugin previews (thanks for the "how to" luci) so lite.css is the relevant css file to edit or can i override? HideMe: no idea, i know only cookie path is set on Admin home > Login for the remember me feature freedumb2000: not to edit, for reference ok, so basically i should overrride the css instructs somewhere? freedumb2000: yourchosentheme.css is to edit or create custom.css in the styles/yourchosentheme/ dir ah ok but you have to copy and paste you need some basic knowledge of CSS otherwise you need someone who understands it i presume to override the values for you yea no biggie im all down with da css ;) @freedumb2000: this may be helpful to you: http://twessentials.keycontent.org/Customizing+Tiki+Themes there are many ways how you can override the column width jonnyb: hmm, didn't you want it to "float" right ? ;) would that be better? as long as it's there and doesn't make the box bigger i'm happy :) just joking, you asked about it i meant left, of course! i think the float:left is not necessary as the position:absolute without specifying position does top: 0; left: 0 by default and it is taken out of the document context anyway when absolute good point, thanks (next time i'm in there - on to other stuff now) i will try your ckeditor tonight i guess ;) please - i tihnk it's quite good compared to fckeditor we had or to others like tinymce ? probably need tuning and prefs fiddling - should do a profile i guess @jonnyb: any chance of a way to migrate tiki content templates for use with wysiwyg? ricks99: nice idea yes, shouldn't be too tricky ricks99 (on one of my lists somewhere ;) ) kewl tx trouble is i fear the templates stuff is very old and will need some TLC well, tiki "templates" are simply pre-defined pages. not *real* templates in the publishing sense Sug4r: whatis tlc ? Error: No factoid matches that key. Tender Loving Code :) haha Sug4r: learn tlc as Tender Loving Code :) OK, here we go! tee hee bbl tikiwiki: 03jonnybradley * r29000 10/trunk/ (2 files in 2 dirs): [ENH] perms admin: Add show only selected checkbox (and label for toggle sections icon) New Forum Posts: Import HAT content - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38443 polom polom Jyhem body {rn- display: table;/* keep "display: table" here to push the right column to the right when some unwrappable stuff appears in the center column */rn+ display: block;/* keep "display: table" here to push the right column to the right when some unwrappable stuff appears in the center column */rn in styles/lite/lite.css thought so - thanks for investigating Still poking around for regressions. Can't find any yet. Testing FF3.6 & IE7 On Tiki 3.6, on both wysiwyg and ... How is it called anyway ? wikisyntax ? Tikilang ? Is there a consensus? :-) tikiwiki? ;) Nahhh, already taken :-) thought it was available again now? Unused is not the same as available!rnThere must be some retention period until people forget the previous meaning. i was only kidding Pages to update, t-shirts to wear out, all that :-) (although that's what i called the ckeditor wiki mode plugin) Oh, I was kidding also :-) tikiwiki: 03jonnybradley * r29001 10/trunk/tiki-objectpermissions.php: [FIX] perms admin: Do proper fine grain check for prefs as well as feature by feature. We need to ask Lucy what this line was meant to achieve. Maybe it solves some obscure IE4 bug ? tikiwiki: 03sylvieg * r29002 10/trunk/templates/tiki-pagehistory.tpl: [ENH]style: Can not find a justification for   so simplify tikiwiki: 03jonnybradley * r29003 10/trunk/templates/comments.tpl: [FIX] comments: Fill title when editing comment tikiwiki: 03jonnybradley * r29004 10/trunk/ (comments.php templates/comments.tpl): [FIX] comments: Move errors box near the form and refill form inputs with posted data re Jyhem: and jonnyb basically it is mandatory to have the same behavior as the old nonsemantic table layouts really? according to whom? seems rather un-semantic to me it means, if you have content in the middle which is too wide and unwrappable (table e.g.) the right floated column gets pushed to the right side instead of being overflowen by the table or neccessity to overflow:hidden it is not unsemantic, as it is not part of the generated xhtml... it is just telling how to behave when display it means "display like it was in table" according to me :-p shamelessly are you sure it's still needed for "modern" browsers? we had that problem before, that the main content was overflowing the right column it is specifically for "modern" browsers which understand display: table surprisingly IE6/7 was behaving like that by default but i remember this was really necessary it's a strange world did u test with large unwrappable stuff in center column, when removing this display: table ? it gets overriden if you use the ckeditor if the right column gets pushed right or overflown ? ah, not good no, not tested other permutations (yet) sorry - when you use the ckeditor (only) so far... :) ok, i wonder if u would need to remove that display: table for ckeditor, if you wrapped it inside position: relative div (probably the editor have known fixed height ?) and then use the absolute positioning trick for the ckeditor box i will play later tonight with it, but not yet now i still can't imagine why would display: table for some parent element of ckeditor cause wrong positioning of cursor in textarea though, i would say it is some weirdness ckeditor does instead ;) it's like if u put the ckeditor in a table... would it behave wrongly too ? seems like a bug in Fx 3.5+ but yes, i must admit it is a hackish way but sadly we are not over the css hacks era i agree it shouldn't do it maybe bug, or maybe 3.5 was too strict and didn't render it properly because i didn't want to specify two other ancestors (understand "nested divs") with display: table-row and display: table-cell :-p do you still test in 3.5.x ? ah, u mean +, so FF 3.6 is affected too ? no, it started when 3.5 arrived not retested since tiki 4 days hmm, now i am not sure if you mean FF 3.5 or Tiki 3.5 :) sorry - yes - 3.5 and 3.6 - not tried 4 beta yet though ah, i have 4 beta3 here so i can test jonnyb: btw, have u got some nice javascript cheatsheet ? please share ;) not really - would be handy i use aptana's help or google mostly ok, i will ask mr. google :) http://api.jquery.com/browser/ is nice for jQuery yea, i am lookin' for pure JS one found a good regexp one... http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/ http://www.addedbytes.com/download/javascript-cheat-sheet-v1/ looks ok too tikiwiki: 03sylvieg * r29005 10/trunk/ (4 files in 3 dirs): [ENH]trackers: field usergroups allowing to fetch dynamically the groups of a user and to filter on a group i think i can choose some from http://www.cheat-sheets.org :) jonnyb: yeah, that one is listed there also, i will check it out, thank you JavaScript Quick Reference Card JavaScript Quick Reference Card oops, sorry for twice paste looks also good from explainth.at http://www.cheat-sheets.org/saved-copy/jsquick.pdf a bit ugly, but more comprehensive yes, "a bit" ugly :D http://refcardz.dzone.com/ looks profi by any chance has anyone dealt with timezone issue with tiki tikiwiki: 03sylvieg * r29006 10/trunk/ (lib/trackers/trackerlib.php templates/tiki-view_tracker.tpl): [FIX]tracker: do not display Anonymous and Registered in usergroups+ do not show input label ?? ??[x]: Usage: ?? [> nick] polom needhelp: what problem? hi xavi I'm not expert, but I've figured out a few times some workarounds to avoid problems with time zones I thought {textarea} was adding a /// at the bottom to enlarge the textarea? hi luciash hi hi sylvieg sylvieg: chrome has it My server has the correct time, but tiki is 4hrs fast and if I change timezone in the admin it does not update to sync with change? FF needs resize textarea extension ah it is the browser but not tiki? sylvieg: for plain textareas it is the browser sylvieg: not sure for the wysiwyg one, there probably is some needhelp: did you try talling tiki some other time zone (4 hours later or sooner, whatever is your case)? sylvieg: maybe there is also some jQuery trick s/talling/telling {textarea} gets a resizer if jquery-ui is on server and database all have correct times and stamps on them but the tiki does not show correct time and not sure what it is suppose to be reading from to update. ah, jonnyb :) sylvieg, that trick .) I changed it to africa, usa, germany with no change to the time needhelp, so sorry, no idea myself. thx jonnyb It is what I suspected what is the purpose of stating a cookie path in tikiwiki? needhelp: there is also some perfs a the suer level not sure what file it is suppose to be answering from to check for settings needhelp: did you try changing that setting (somewhere, I don't remember where) to tell tiki to use time zone from tiki, and not the one from the browser if available? xavi: i have changed that back and for and it stays the same nothing has chaged in the suser needhelp: and the prefs at the user level (this time without typo) no more ideas. You might look at the code, or have someone look at your problem more specifically. Sorry I can't help more. sylvieg: not to sound completely lost but where at, do you mean in the admin area? xavi: no problem thanks for your help I do not know what files to look at to verify settings have multiple date and time files on server needhelp: in admin->community ... detect user time zone/ use site default sylvieg: I tried that and it stays 4hrs ahead, like there is a file or something in a file that is not reading correctly tikiwiki: 03sylvieg * r29007 10/trunk/ (3 files in 3 dirs): [FIX]textarea: param _toolbars interpreted for wiki editor + trackerhelp uses {textarea} to be able to extend textarea on any browser via jq bbl again tikiwiki: 03jonnybradley * r29008 10/trunk/lib/tikilib.php: [FIX] parse_data paragraphs:
is also a block element tikiwiki: 03jonnybradley * r29009 10/trunk/ (4 files in 3 dirs): tikiwiki: [ENH] comment annotations: Largely cosmetic improvements. tikiwiki: Add title text and action buttons. tikiwiki: Some help text, CSS classes and hide/show existing comments. tikiwiki: 03robertplummer * r29010 10/trunk/ (6 files in 4 dirs): tikiwiki: [MOD] lang/en/language.php - Took away some jQuery.sheet warnings tikiwiki: [ADD] lib/sheet/tiki-history-sheets.js to handle js on the history page for sheets - We may need to rename this later tikiwiki: [MOD] /templates/tiki-view-sheets.tpl to handle multi read dates for sheets tikiwiki: [MOD] /templates/tiki-history-sheets.tpl to be able to list and be able to compare multi sheets tikiwiki: {MOD] /tiki-setup.php to add lib/sheet/tiki-history_sheets.js only on php page tiki-view_sheets.php !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . !bugs Recent Bug: Tracker item: #3534 - - Multilingual (i18n) for blogs - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3534 Recent Bug: Tracker item: #3535 - - calendar - update end date of event after start date exceeds it - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3535 Recent Bug: Tracker item: #3536 - - mod-func-adsense.php - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3536 New Forum Posts: File not found not re-directing to 404 page - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=38448 tikiwiki: 03robertplummer * r29011 10/trunk/tiki-setup.php: [FIX] Small bug in loading js for sheet history comparing. New Forum Posts: posting via blogger, quma;na and zoundry raven - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38450 sylvieg: r u there ? sylvieg: when i have this in my wiki page template "{if $tr_user}{{tr_user}}'s Profile{else}My Profile{/if}" i see PHP error on the page where it is used "Smarty error: [in wiki:User Profile template line 1]: syntax error: unrecognized tag: {tr_user (Smarty_Compiler.class.php, line 446)" sylvieg: but i have agr variables enabled and it works fine on the page... a wiki page template or a pretty tracker wiki? sylvieg: pretty tracker wiki page used as template via wiki= param of trackerlist it should work but the cache is perhaps a problem i think {{}} is somehow conflicting with smarty this is too far complex to say withouit debugging .. suppose it is the same problem that xavi has with teh R plugin hmmm.. in pretty smarty parses before wiki in direct view wiki parsesd before smarty hmmm it is why I need to change the order i think so it should be consistent i also get "Smarty error: [in wiki:User Profile template line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)" for the same line which is weirder like i had there empty {} or {''} rather i think i can workaround it not using the {{}} arg variables for now thanks for looking at it sylvie it is one on my list - but it will take me a while.... I have no idea what to change the wiki ressource into with smarty otherwise try with a {wiki} in your tempalte around the {{ }} ok sylvieg: also i have trouble with this wiki parsing in pretty tracker wiki templates sylvieg: i would need some {BEHAVELIKETPL()}...{/BEHAVELIKETPL} plugin around my content or is there other way to parse as smarty + html but exclude wiki parsing in wiki page used as pretty tracker template ? {wiki}? i need exactly the opposite :) {nowiki} :) not for this example but for other pages where i have put {HTML()} plugin it didn't parse exactly the same as in some.tpl file which i thought the HTML plugin will behave something like {nowiki} notsure I understand and a ~np~ if i put ~np~ html will not be parsed in it you guys are doing so complex stuff.... suppose all teh templating must be rethought heh, i am sorry ~np~{BEHAVELIKETPL()}~/np~...~np~{/BEHAVELIKETPL}~/np~ or do you want to parse the paramsof behavelikethis? i need something which would behave like smarty template via tpl= param, so {nowiki}Delete{/nowiki} would be great if it didn't parse wiki inside but generated the html code this is just simple example but i had more complex code including backticks etc. (like {assign var='postId' value=`$items[user].itemId`} ) and when i used {HTML()}...{HTML} around it, the HTML plugin couldn't validate or it choked other way :-/ in smarty tpl it is easy, but the disadvantage is it cannot be ceated by Tiki Profiles so i am forced to do that in wiki pretty templates, but in wiki, it is a nightmare s/ceated/created/ tikiwiki: 03marclaporte * r29012 10/trunk/templates/tiki-list_object_permissions.tpl: [FIX] top buttons no longer necessary now that we have tabs on this page hmm tikiwiki: 03robertplummer * r29013 10/trunk/lib/wiki-plugins/wikiplugin_mediaplayer.php: [FIX] Attribute sanitizer for mediaplayer plugin tikiwiki: 03jonnybradley * r29014 10/trunk/lib/toolbars/toolbarslib.php: [FIX] global $prefs tikiwiki: 03jonnybradley * r29015 10/trunk/templates/tiki-edit_languages.tpl: [FIX] edit lang: no ajax for full page reload on toggle button