SVN: Commit by nyloth :: r 15504 /trunk/templates/ (3 files): [ENH] smarty buttons: deploy in tiki-page_bar.tpl [FIX] fix comments and attachments buttons/zones to keep their state (hidden or displayed) for the user when he come back on a wiki page. SVN: Commit by gillesm :: r 15505 /trunk/templates/tiki-calendar_edit_item.tpl: [FIX] correction of a roolback by mistake .. escuse me Hi. I would like to run a multilingual tiki. having translation link/features is not necessary, however I would like to be able to link all pages (including forum, articles and such) to their equivalent in other languages what kind of configuration should I look at ? SVN: Commit by pkdille :: r 15506 /trunk/templates/ (2 files): [MOD] buttons: some more smarty buttons morning * folks, is there a built in web server for testing, so that I can test tikiwiki w/ that webserver and sqlite from within a svn checkout independently of, say, apache and mysqld ? SVN: Commit by nyloth :: r 15507 /trunk/templates/tiki-list_file_gallery.tpl: [FIX] file gallery: fix button to change view in browse (thumbnails) mode, which was breaking shadowbox effects when using AJAX. obnox, no, there's no built-in web server. polom SVN: Commit by chibaguy :: r 15509 /mods/trunk/themes/darkshine/templates/styles/darkshine/tiki.tpl.bak: [KIL] Back-up file was committed earlier by mistake, so removed. hello tikiwiki world still looking for a solution for my problems with modules... (i asked around here yesterday, and posted about it on the tikiwiki-users mailing list) the problem is: when i try to access the "admin modules" page i get an error screen saying "An error occured in a database query!" you can look at the query with error here: http://sh.nu/p/25045 can anyone help me fix this?? gferreira: oops I forgot to click on send yesterday hello sylvie can you save me? :-) I can not reproduce ... so.. do youuse programmed content? no... are mysql? wich version? is there a way to simply delete the current modules in the database? yes, mysql. i need to check the version, 1 sec in my answer I proposed to comment the programmed content... (hmm, what's the easiest way to check that?) if you have phpmyadmin i do in the first page MySQL 4.0.24 in your paste you forgot to give the value avec the parameters ... and old mysql is this version of mysql not supported anymore? in 2.x it is still supported - even if some queries are very slow (file list and tracker list) in 3.x it will not be anymore ok, the whole error message is here: http://sh.nu/p/25046 a better good to know that. i'm using 2.2 in mysql 4.1 the query is working can you upgrade mysql.... hmm, i would have to ask my server admin... isn't there a way to reset modules? or would the problem come back again later? it will change nothing the error is in list content - that is done even if there is no modules ok -- so the solution is upgrading mysql? do you have also the error in tiki-list_contents.php yes :-( (but i never used this one) ok - so upgrade mysql or put in comment the 2 lines in admin_modules aha -- which lines? in the message I sent to the user list ok, thanks, will do it works again...!!! :-D sylvie, thank you so much... thanks thanks thanks sf down... sf back up :) admin here? hi rook1666, yup rook1666: after my dinner i'll be back to invite you to the tikiwiki developer recruitment ceremony ;) bbl bb re wb luciash, might have an other one to add the the list rook1666: first you have to read, understand and agree with our 3rules >whatis 3rules '3rules' could be 1. Preserve Environment 2. Commit early, Commit often 3. Make it Optional ( for more info see http://dev.tikiwiki.org/3rules ) lphuberdeau_: who is it ? :) have read it rook1666: great, if you understand and agree, you pass to the step two :) joshua morin (helped us in the past with security through reports, now wants to get active) i agree lphuberdeau_: yep, for sure rook1666: cool, step 2: what is your sf.net and tw.o login name ? rook1666 rook1666: this one, right ? https://sourceforge.net/users/rook1666 yes ty! now step 3 thanks luciash! rook1666: now please just a note that new features go to SVN trunk, only bugfixes to the 2.x branch lphuberdeau_: bring joshua to irc ok, so my all-day calender feature gohts to the trunk yup ty luciash one question left: what is my svn login? same user/pass as sourceforge ah ok ty SVN: Commit by nyloth :: r 15516 /trunk/lib/tikilib.php: [MOD] blogs: change API of tikilib 'list_blogs_user_can_post' function because the user comes from global vars, not from the arguments SVN: Commit by nyloth :: r 15518 /trunk/templates/tiki-view_blog.tpl: [MOD] blogs: in tiki-view_blog, add a 'clear:both' style on the HR tag to avoid breakages from post content (float elements/images...) SVN: Commit by jonnybradley :: r 15517 /trunk/ (4 files in 4 dirs): [NEW] Pref: 'style_option' additions to mod-switch_theme SVN: Commit by nyloth :: r 15515 /trunk/ (3 files in 2 dirs): [MOD] blogs: do not display a dropdown list of blogs to post to (in tiki-blog_post.php) if there is only one blog where the user can post or if the user came from a specific blog + when writing a new post (i.e. not editing an existing one), the title is 'Post' instead of 'Edit Post' [FIX] blogs: do not add a hidden input field for 'blogId' when it can be selected in a list by the us SVN: Commit by nyloth :: r 15519 /trunk/templates/tiki-view_blog_post.tpl: [MOD] blogs: in tiki-view_blog_post, add a 'clear:both' style on the HR tag to avoid breakages from post content (float elements/images...) hello hi hum. i'll be back... how are you developers testing your new code from svn? have you linked a web server directory to your checkout? I'd like to start contributing. but I am asking myself what is the best dev/test setup. @obnox: i have easyphp on my win box that i use for local testing hm, ok, I am developing on linux I like testing to be as self contained as possible. tikiwiki supports sqlite to eliminate the dependency on a sql server. but as for the web server, I am still looking for the best way for me to do development/testing hmmm. ricks99 do you run the web server directly on your svn checkout or do you copy (svn export) the files first? i checkout the files to my pc. when one runs the webserver directly on a svn checkout, doesn't one risk to commit unwanted changes done by the web server or the setup.sh script? luciash: Joshua's sf account is jm0rin obnox: I believe setup.sh only changes permissions not sure i understand ur question. i simply refresh my local to the latest from SVN. only changes i make do i check back in Then you have to consider that the install process creates db/local.php and removes the install file (tiki-install.php ?) When I change something I never do svn commit alone, always svn commit For real (big) modifications, I edit heavily on the webserver, then I port back everything on a clean svn checkout (with vimdiff, for instance), then I check my modifs, by creating a new site from the clean svn checkout, then I commit from checkout It all depends on the scope of the fix. One line in some template file is not the same as a new feature I prefer to commit very often, but do it on an experimental branch SVN: Commit by rook1666 :: r 15521 /trunk/templates/tiki-calendar_daymode.tpl: Added support for all-day events. Those Events are displayed now at the start of the day SVN: Commit by rook1666 :: r 15520 /trunk/templates/tiki-calendar_edit_item.tpl: Added support for all-day events Jyhem, lphuberdeau_: thanks. thats basically, what I was asking for. lphuberdeau_: experimental branch means your own private branch, where you can easily revert accidential changes without polluting public repo's history? yes see dev.tikiwiki.org/SvnTips lphuberdeau_: ok thanks. it's a little more management, and mostly requires working from unix, but it's work it that'ts no problem. we (at samba.org) switched from svn to git roughly a year ago to ease maintaining private branches and encouraging decentralized development svn isn't too bad with additional scripts no of course not :-) not quite git, but the value of having access to everyone's code is still good in our context i have been using tikiwiki since two or three years now (on www.rsc-goettingen.de) and I would like to start contributing that's great ;) :-) it's a great software suite getting better every day hello everybody :) i'm following with attention, because i'll have to develop d oups... to develop some additional features for my work :) first step is to get commit access ;) right. same 4 me :) i have already created accounts on tw.o and sf. and so on. do the user names on sf and tw.org need to be the same? (unfortunately, the user name "obnox" was already used on sf.) take some funky numbers like me :( marclaporte: first is jm0rin then obnox and Emenems i have sf user name "obnoxxx" but tw.o user name "obnox" bbl Hello everyone; Is there a way to plugin a Forum list in wiki text? can use one of the forum_most_xxx modules I'll take a look; thanks ricks99 try something like: {MODULE(module=>forums_most_visited_forums, max=10, title=My Forums) /} Yep, just tried it; well, I used forums_last_posts. TikiWiki is AWESOME! ;) Thanks again ricks99 yw :) i need for an all-day feature for the calendar a new field in the calendar_item-table called 'allday' (tinyint(1)), where do i add this field at best? dev.tikiwiki.org/DatabaseSchemaUpgrade ty lphuberdeau_ if i want to toggle some elements on a page, is there a js-lib or do i have to code it myself? I think there is in lib/tiki-js.js don't remember the function name i'm going to kill an object today marclaporte: i need your guidance :/ re bonsoir gizwill :-D tient, un elmanu manquerait plus que tu sois sur #april ;-) SVN: Commit by rook1666 :: r 15523 /trunk/ (3 files in 2 dirs): Added support for all-day events SVN: Commit by rook1666 :: r 15522 /trunk/templates/tiki-calendar_listmode.tpl: Added support for all-day events. Those Events aren't displayed now with their start and end-time is the login-data for tikiwiki.org the same as for doc.tikiwiki.org? take the question back! SVN: Commit by rook1666 :: r 15525 /trunk/ (2 files in 2 dirs): Added support for all-day events SVN: Commit by jonnybradley :: r 15524 /trunk/styles/darkroom.css: [FIX] Typos & format (no visual change) SVN: Commit by sylvieg :: r 15527 /trunk/ (10 files in 7 dirs): [MOD]plugin banner: new plugin banner + fix flash plugin to be able to work on a cached page + use the object tag if javascript not allowed + replace in banner swffix with swfobject that is the new lib (old banners using swffix will still be interpreted) SVN: Commit by pkdille :: r 15531 /trunk/templates/ (6 files): [MOD] buttons: some more smarty buttons SVN: Commit by rook1666 :: r 15530 /trunk/templates/tiki-calendar_edit_item.tpl: Added support for all-day events. Items have now a switch for time or all-day option polom rook1666: Thank you for the support for all-day event in the calendar. I will be using this SVN: Commit by sylvieg :: r 15529 /trunk/lib/banners/bannerlib.php: typo SVN: Commit by rook1666 :: r 15528 /trunk/ (2 files in 2 dirs): Added field 'allday' tinyint(1) to tiki_calendar_items for allday-support lphuberdeau_: : The user you have attempted to add to this project is not active. Only active users can be added. Please wait until this user is active to add them to your project. You may check to see whether the user is active by going to their developer page; the page will become available after their account is active. marclaporte: you are not referring to me, right? no obnoxx = Michael ? yep obnox, but on sf.net obnox was already in use, so I chose obnoxxx (3x) hehe (obnox seems to be pretty inactive though https://sourceforge.net/users/obnox/) https://sourceforge.net/users/obnoxxx yes, that's me https://sourceforge.net/users/Emenems 2004-10-11 14:20 marclaporte: is that all there is to it (adding to the project list on sf)? hello is there a way to apply the patch in installer/schema ? or do I need to do that manually? GillesMM: what (kind of) patch are you referring to? svn release GillesMM: if you have a patch file, you can apply it (at least on a linux/unix box) with the "patch" command (man patch) no they are new sql command php installer/shell.php or you can use tiki-install.php when no shell is available thanks can I pass argument ? ok I can SVN: Commit by pkdille :: r 15532 /trunk/templates/ (3 files): [MOD] buttons: some more smarty buttons installs all missing patches there is an optional parameter to create a clean install, but that's all is there any special action I need to take when using the sqlite db backend? it might not work... untested :) seems like it would be really slow anyway... tiki is write-intensive yeah, just for local testing marclaporte: the sourceforge user is not me. Emenems is a nickname for IRC only. don't worry, I will create one tomorrow (it's middle of night in France ;) ) Emenems: that has kicked marclaport out... ;) oups ;-) BTW, i'll quit too. good night n8 Emenems SVN: Commit by obnoxxx :: r 15533 /branches/2.0/setup.sh: [FIX] typo in ouptut in setup.sh Michael oh, cool that already worked! - thanks marclaporte (even if you are offline) :-) https://sourceforge.net/users/jm0rin/ -> thank you for your help Joshua! marclaporte: thanks for adding me, that seems to have been sufficient already SVN: Commit by obnoxxx :: r 15534 /trunk/setup.sh: [MOD] setup.sh: make messages display nicely wrapped in 80 column terminals good night