tikiwiki: 03nkoth * r28443 10/trunk/tiki-list_articles.php: [FIX] Date range selector not taking into account Day and also not including the whole of "To" Day tikiwiki: 03sampaioprimo * r28444 10/trunk/lib/ (4 files in 2 dirs): [ENH] add a zero before seconds or minutes with just one digit if $long == false New Forum Posts: Blog post comment notification - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38034 New Forum Posts: Offline Editor - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38036 New Forum Posts: Global font changes - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=38037 03hai guys 03i12'03m working on another tiki12,03 this time 124.3,03 and i can12'03t find the thing to enable the image galleries tikiwiki: 03Jyhem * r28445 10/trunk/templates/mail/ (5 files): [FIX] Mail subject can never include an empty line or the mail agent will be confused Recent Bug: Tracker item: #3515 - - tiki_preferences.name should be longer than 40 characters - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3515 New Forum Posts: won't let me reply - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=38039 Walrus23: Admin > Features > Experimental 03thanks luciash 03is it phased out in the newer versions12?03 03can i have 08PDF03 thumbnails in like an image gallery12?03 late poloms (forgot to run irc) tikiwiki: 03xavidp * r28446 10/branches/proposals/5.x/templates/tiki-admin_tracker_fields.tpl: [bp/r28428][MOD]Exporting and importing tracker fields now includes description text and the checkbox for parsing description. Waiting for somebody to create the new BRANCH proposals/5x so that I can backport it to 5x polom hi xavi no uni today? hi jonnyb :-) jonnyb, I'm at uni right now, facing tiki questions... :-) oh wow - you got irc to work there :) remember that my job at university in the mornings since mid july'2010 is related to producing html interfaces to R scripts... oh well, I managed to log in irc, through webchat.freenode.net :-) and luckily, the beeping works by default :-) ... and related to my work at uni in the mornings, and working (so far at least) with Tiki (trackers) + PluginR going ok? looked good when i last saw it so, here it comes my question... my boss wants some values pre-loaded in the tracker form in text fields..., but I don't know whether this is possible right now... going ok: yes, so far, so good :-) and pushing the limits a bit, I guess I managed to get eclipse working fine also at the university server with all its plugins, etc. (and 64 bits). My last commit (backporting to 5x a tiny thing of trackers has been committed from there) so, jonnyb, any idea if "preloaded values" (see above) is possible with trackers right now? and if no, where should I go to find how to implement it? (if feasible, of course) "preloaded values" above where? "my boss wants some values pre-loaded in the tracker form in text fields" I know I can produce that once I pass an itemId to the tracker plugin oh right - like default vals for the tracker plugin fields... could be hacked with a little jquery :) (it's about time you learnt it!) bt the idea is more general, like pre-loading some value in light grey, and when the user clicks in there, the value vanishes, or just the user deletes that default text, and change to something else yes! that's why I'm asking :-) i think this has come up before though and since my boss requested that, I'll have an excuse to face (and learn a bit of) jquery in (paid) work time :-) polom molop luciash ok, all you need is a {jq} plugin on the page hi luciash xavi: i thought there already are xavi: preloaded values luciash: any link? saw it on doc.tw.o somewhere I know I can do that with drop down boxes, but not with text fields if u can't find it i will have a look doc.tw.o "somewhere" :-D (I know that feeling) ok, I'll search for that thanks for tip, luciashg luciash, I mean sure :D try this in your firebug console: $jq("#search_mod_input_1").val("foo or bar"); jonnyb: your approach means using pretty trackers, I guess, isn't it? ok, I'll try no ok it'll work for any inputs xavi: i have also experience with "vanishing" values ;) vanishing values in purpose, I mean ;-) that line assumes you've got a tiki page with a search module making an input called #search_mod_input_1 xavi: you need to use live jQuery function for it to make it work with computed "live" ones though haha, yeah, on purpose xavi: you have a boss ? luciash: yes, kind of. ah :) jonnyb, getting lost. I tried with $jq("#validationParam").val("foo or bar"); in the page like: tiki-admin_tracker_fields.php?trackerId=1&cookietab=2&fieldId=22#anchor2 in trunk, but I don't get how this should work the console in firebug is thowing lots of things to me.... but I don't know what to do with them... what is #validationParam? :-), the name from a input field in that form sorry, i think i didn't explain enough ok, name is different to id # means id #validationPAram came from: i thought you wanted this on a tracker plugin? so you need to be on the page with the plugin for # you need to use id="" sorry, yes, I asked first about tracker plugin and then I wondered if that could be used from trackers directly(insert item) in the end I'll be using from tracker plugins so that if both things are different, I'll go for the tracker plugin, then you'll need it to be in a wiki page so you can add the {JQ} plugin ok, got it but the principle will work on any web page as an example - go to http://dev.tikiwiki.org and in the firebug console paste in: $jq("#search_mod_input_1").val("foo or bar"); see it appear in the search box! :) ok, easy, thanks, Jonnyb (tested in dev.tw.o and worked like a charm) you can target things without an id, but let's leave that for day 2 :D they work much like css selectors though target things via id is the fastest though indeed not really an issue if you're just setting up a few values on a form on load though thanks to both. Well, I'll need to pre-feed a few values in a tracker, shown by chunks (10 fields at a time, or so)... already found out that for tracker plugin, the id are track_22, track_23, etc. (easy to remember) mmmm, and the next question is... is there a smarty jq function? since I remember that I'll have to call the pretty tracker template using smarty syntax (needed for PluginR to work through pretty trackers, afair) ^jonnyb yes, bloq.jq.php so that I guess I will be able to use it with smarty syntax also, great! search for {jq} in .tpl files - lots of examples basically: {jq}$jq("irc://irc.freenode.net/#search_mod_input_1").val("foo or bar");{/jq} (i think) but not with the irc bits in there! ;) :-) thanks back to creating the basic tracker to hold the whole stuff oups, wanna see some oddity in dev.tw.o? search for "{jq" (without quotation marks in the search field below the header in doc.tw.o, it works fine sorry - i meant grep in the source mmm, nice: geshi can add colours to jquery syntax when shown through PluginCode :-) it's basically Javascript :) yes, that's why: http://doc.tikiwiki.org/PluginJq#Example well, thanks for the tips, I've kept some note at that documenation page for when I forget (soon :-), probably ) xavi: did u find the auto-prefill in tracker plugin ? well done auto-prefill, nope, did n't look for it. I'll do it right now oh well, search in dev.tw.o is broken (weird display and no results): http://dev.tikiwiki.org/tiki-searchresults.php?highlight=auto-prefill&search=Go :/ on doc.tw.o it wokrs fine again i think it was on doc http://doc.tikiwiki.org/PluginTrackerPrefill >doctwo PluginTracker http://doc.tikiwiki.org/PluginTracker he he, some sec. earlier :-) ok :) :-) luciash, in this case that I need, it seems that tracker prefill won't work (or "as is"), since I need to split a long tracker into small parts through a series of wiki pages with tracker plugins, and you have to click on the tracker plugin button to insert values and go to the next section of the tracker to be filled I mean, if tracker has 100 fields, I'll have 10 pages with 10 fields each and user will have to go filling 10 at a time, and clicking on the tracker button to insert values and go to the next page np, fine, i wasn't sure about your use case thanks for link anyway (good to refresh tiki features) bbl jonnyb, and a new question (fancy html workflow, as requested by my boss): he wants also to show some fields conditional that you selected some checkbox, etc. if that checkbox is not checked, then some fields shouldn't be shown can this be done also with jquery magic, or by other means in wiki pages? i think i would use jquery yes, but it depends how generic this might be (in other words it might be better to do it in tracker code of some sort) mmmm any link to learn more about which jquery syntax to use? (for a test, at least) jquery.com has lots of examples & tutorials ok, ok :-) thnks I'll go there in a few days, when I finish the tedious previous work to prepare the full form for quick reference of syntax etc i use: http://api.jquery.com/browser/ ok, tks again xavi: for this you will definitely need the live() jQuery function live()... nice. is it documented any where within the Tiki world? nope, within the jQuery world ;) ok, found it there (my space shift moved from a universe to the other quickly... :-) ) interesting jquery world... Hey. I have just one question. Is any easy way how to change background image for any single wiki page in TikiWiki? do you mean like using a custom CSS file for a specific wiki page? or just using a unqiue CSS class on a page? (both are very easy) tikiwiki: 03sylvieg * r28447 10/trunk/tiki-edit_article.php: notice i am beginner with tikiwiki and I do not know all features. i just want to know how to change background image in wiki page. am not sure how to do it, change css is maybe easier. but i want to know if its way how to write directly in wiki code what image to use on background in your CSS, define a class with your image. then in the wiki page, use the DIV plugin: {DIV(class=YOUR_CLASS)}.....{DIV} see docs for details: http://doc.tikiwiki.org/plugindiv if i want to use different images for many pages (like 1000 different images on 1000 different pages)? will look that div plugin. thanks doc.tw.o not coming up :/ ahhhh.... 20 page load... lol so second that is geesh... 20 second a docs search ... "Tiki is unable to connect to the database" off to tiki for smarties! ;) good luck ;-) it always works! :) doc.tw.o works for me (fyi) jonnyb or luciash, can I ask a quick and last question? I ask it, just in case :-)= how do you mean... "last"? :) in tiki-admin_tracker_fields.tpl in tiki5svn, around line 245... "last"... before going home ;-) :) I want to improve the fields exported I managed to add the description, and it works (committed to trunk and proposals/5.x) does it really import it back in? but I saw that if the field is "Static text" (type 'S'), then the textarea is called descriptionStaticText instead of description yes, it does :-) so the idea is to make it conditional: if type is 'S', export descriptionStaticText, else decription, etc. and I nearly got it... but I lost the content of the var at some point... ^that's the code right now and it exports... uh? irc renamed somethings... :-/ ok, I'll paste to pastebin "right now": I mean, in my localhost not committed yet of course sorry - looks too deep, i'm several layers down in JS debugging ok sorry - send us a mail? can't afford to lose my place in any case, for further reference (even for myself when at home): http://pastebin.com/fY7TDjGz - lines 245-246 ok, no problem. I will later today or tomorrow. Time to go home. thanks for feedback anyway :-) bbl anyone else having problems getting to docs.tw.o ? getting 500 internal server errors now.... can ping it fine tikiwiki: 03jonnybradley * r28448 10/branches/experimental/wysiwyg_ckeditor_update/lib/ (11 files in 8 dirs): tikiwiki: [ENH] ckeditor: Add tiki link dialog tool to ckeditor dialog. Inserted text appears in the wrong place still. tikiwiki: Also more areaname to area_id replacements. polom polom marclaporte polom Marc polom marclaporte polom RavenC: dev is down/broken for me ok, thanks chealer tikiwiki: 03jonnybradley * r28449 10/branches/experimental/wysiwyg_ckeditor_update/lib/toolbars/toolbarslib.php: [ENH] ckeditor: Add switch editor tool Does anyone use any other type of chat with tw other than the minichat mod ? BigBlueButton don't know if I can get that server running on windows RavenC: live support tikiwiki: 03sylvieg * r28450 10/trunk/lib/smarty_tiki/function.html_select_date.php: [FIX]date: translate months info.tw.org looks like it has had db crash... doc.tw too... that's a worry Freudlund - it happened the other day too tikiwiki: 03jonnybradley * r28451 10/branches/experimental/wysiwyg_ckeditor_update/lib/ (3 files in 2 dirs): [MOD] ckeditor: placeholder for tikiwiki dataProcessor. Not functional at all yet - it's a big thing tikiwiki: 03sampaioprimo * r28452 10/trunk/ (3 files in 3 dirs): [ENH] display only hours and minutes for date and time sum in a computed tracker field (as requested by Marc) jonnyb, wanted to ask you something, i'm trying to hack a new button in my WYSIWYG editor, but since TW6 is around the corner, and you're putting in ckeditor instead, maybe I should wait? hmm, maybe - they're quite different i'm finding not a simple conversion It's what I thought too, there's some ckeditor in TW5, and they look completely different to fck.... but 6 is at least a couple of months away from a useable release - depends how "beta" you can be yes, the internals are a bit changed what button? I'm using TW for intranet portal and I wan't to link to local files and in WYSIWYG there should be enough examples in tiki 6 when it comes for you to be able to migrate, but it'll take a few changes So either I change all \ to / in the link and fit the link manually or....I found some code snippets that can do it for me...Explorer can find S:\± and interpret the link corectly... (unless you can run your site on trunk? bit risky i guess) Don't even know what trunk means... :) no idea - sounds like PC stuff best stay on 5.1 then :) Yup I also had this idea to get the button to open a window similar to "upload image to filegals" so one can browse the server(M$ network domain) for the document and get the link readymade that way... I'm on my first tutorial on php.net so it'll teach me something if i actually succeed.... tikiwiki: 03Jyhem * r28453 10/trunk/ (4 files in 3 dirs): [ENH] This should get private mode working on blog and post views, and the two most main blog-related modules tikiwiki: 03xavidp * r28454 10/trunk/templates/tiki-admin_tracker_fields.tpl: [FIX]Allow exporting and importing also Static Text fields tikiwiki: 03xavidp * r28455 10/branches/proposals/5.x/templates/tiki-admin_tracker_fields.tpl: [bp/r28454][FIX]Allow exporting and importing also Static Text fields tikiwiki: 03jonnybradley * r28456 10/branches/experimental/wysiwyg_ckeditor_update/lib/ (4 files in 4 dirs): tikiwiki: [ENH] ckeditor: Insert text in wysiwyg editor working. tikiwiki: Added filegal browser button. RavenC, i'm guessing someone's working on it, cuz info.tw was 500 a while ago, now it's back to TW db error page or was... hehehe.... yeah, I'm just venting.... sorry :) know the feeling RavenC is happier now? : ) still cannot access.... but the venting helped! :) it was up a minute ago...i think, or maybe i was running from cache... aaaaah when jonnyb said to run my site from trunk, does that mean to get the nightly build or similar rom sourceforge? Can't find info on the term since doc.tw is down...err, sry Freudlund: i meant running from trunk using svn to update if you don't know about these things it's probably more hassle than it's worth Just figured i'd learn something along the way...I tried 10 different wikis in the last 2 months, had to learn to use tomcat and all sorts of stuff...one more thing couldn't hurt....I'm really thinking of learning to PHP, even if i'm 32... just a youngster then! :) http://dev.tikiwiki.org/SVNTips is a good place to start (when it's up) By the looks of it, saw some pics from a Tikifest somewhere... Does anyone know how to find out the salt of a BigBlueButton Server ? tikiwiki: 03jonnybradley * r28457 10/trunk/tiki-auto_save.php: [MOD] autosave: fade preview page while loading for some feedback tikiwiki: 03jonnybradley * r28458 10/branches/experimental/wysiwyg_ckeditor_update/lib/smarty_tiki/block.textarea.php: [FIX] ckeditor: don't use autosave if converting from wiki to html jonnyb: what does "Insert text in wysiwyg editor working." mean? it's working fine, inserting at the cursor position? in ckeditor? jonnyb: yes 03fail12...03 from the filegal manager, or wiki link dialog? (i can't see how) this is in the wysiwyg_ckeditor_update experimental branch tikiwiki: 03jonnybradley * r28459 10/branches/experimental/wysiwyg_ckeditor_update/ (32 files in 13 dirs): [MRG] Automatic merge, trunk 28428 to 28457 I have been trying to configure PEAR:Auth to connect to our active directory. Followed all instruction but still doesn't work .. Need Help .. using TikiWiki 3.5 I followed the instruction provided in this link http://doc.tikiwiki.org/LDAP+authentication?bl=y#LDAP_General_Settings_Overview Also tried correcting some code in LDAP.php as mentioned in forums I don't even get error .. it just says invalid password I tripple checked the login information the ldap interface before 4 is very limitted and buggy login information is correct really frustrated now :( tikiwiki: 03jonnybradley * r28460 10/branches/experimental/wysiwyg_ckeditor_update/ (3 files in 3 dirs): [FIX] ckeditor: Don't re-convert to wysiwyg if not switching editors. Also clean up some dead code and use suppress_icons on parse_data. Why not upgrading? Because of our company requirements We are only allowed to install LTS versions versions above 4 doesn't have LTS I know it sucks .. so does that mean it will be better to wait till version 4 become LTS? How easy it is in version 4? 6 in October will be LTS you can also pick the ldap part from 4 and substitute it in 3 - it is relatively limitted I think I will wait till October then when version 4 becomes LTS Thanks! tikiwiki: 03sampaioprimo * r28461 10/trunk/lib/test/auth/MembershipTest.php: using new instance of userlib for test class instead of global userlib to avoid time conflict ($userlib->now) when running all tests at once re-polom polom luciash - just off out - laterz tikiwiki: 03sylvieg * r28462 10/trunk/lib/smarty_tiki/function.html_select_date.php: [FIX]date: fix selector when modifying a date dev is back tikiwiki: 03sampaioprimo * r28463 10/trunk/templates/fgal_context_menu.tpl: [FIX] can upload new file version when listing files in a wiki page tikiwiki: 03sampaioprimo * r28464 10/trunk/ (tiki-admin_menu_options.php tiki-admin_tracker_fields.php): [ENH] +10 for position of a new menu option or tracker field tikiwiki: 03chealer * r28465 10/trunk/templates/tiki-admin_notifications.tpl: tikiwiki: [FIX] HTML special chars escaping tikiwiki: [FIX] colons inside tr blocks hello, I have developed an enhancement which allows friendly to use for toc styles depending of the level of the item. How can I transmit the file into the current 5.1.x i developed a sample with fivealive. if it is generic - optional ... I can give you svn write access but it wil be in trunk - 5.x is too late now "Unable to contact remote server." trying to login to doc.tw.o - community seems to be down sylvieg : it is generic and full compatible. It depends for the moment only off the css, no user option. If classes named "li.levelx" where x is the level thecorresponding definition will be used, if they are not they are ignored. I have modified structlib.php and the tpl structures_toc-startul.tpl structures_toc-endul.tpl and structures_toc-leafl.tpl, when class fancytoclevel is used... ...there is no change. Ready to commit not sure I understood .. did you add a specific class ot each li level? can you do that with li li and li li li? but sure it can be friendly.. No, into structures_toc-leafl.tpl I changed class="toclevel" by "class="toclevel level{$cur_curdepth}. $Cur_depth is assign into structlib.php (with a little correction because the calculus was wrong - without previous consequences). So the multiclass (toclevel levelx) allows that toclevel defines the general properties of text and into the css classes level0, level1, ... set size, weight,... ...style, top margin which can be attributes wished for the level to have a clear toc and depending of the css conceptor feelings (exactly the same as styles for a toc with MS Words). class="toclevel level{$cur_curdepth}"