robertplummer: sure I would feed 1 to 2 and 1 to 3 and 1 to 4 etc. it is a feede and several clients feeder I mean s.th different ? let´s say I have a green website (1) with a calendar for national relevant events then I have a wikipage with a module list_events, which I feed from green (1) to the world then I have a red site (2) and a yellow site (3), which would link the feeds / include the content so I get a red event list on the red site and a yellow event list on the yellow site BUT Like combining from other sites together? when I click on a calendaritem - event on thered (2) or the yellow (3) site, I would be linked to the green (1) site and see the event descirption and the original calendar there because just the module is feeded and not the calendar included right? do not missunderstand me, I think that is a correct behaviour, because I think that it is supposed to be this way - just link the feeded part of the original site included links and everything robertplummer: I am just thinking about if your approach could be made usable for something similar than calendar-synchronisation -> calendar sharing several sites share the same calendar(s) as if they would be original part of the different sites, but the calendar is only one time centrally maintained fabricius: I think that is a bit outsite of what thus feature allows us to do. You could have serveral sites that have a view of the content for today. Then you could "sync" that data on the same page, you would have it, but it really doesn't scale very well. tiki can already import RSS feeds as wiki pages or articles, and tracker items can now be synchronized robertplummer: yes, I think so - just got the idea, if the direction might be thome kind of useul but really, all types of sync are different yea, lphuberdeau has a good point. lphuberdeau: trackeritems can be synced between tikisites? yes, check out doc.tiki.org/Tiki8 lphuberdeau: What do you think of the code I have in from today, had a chance to check it out? really, I have no time these days, moving and all lphuberdeau: I'm really trying to take advantage of the lib/core. I'm loving it. It is like sudo strong typed for php. I love it because I came from C#, strongly typed. well, it's just OO in PHP which when you look at the features and dynamic aspects, really is more fun than OO in Java lphuberdeau: Agreed lphuberdeau: I always have a tuff time creating new objects, today I was writing and writing, and then something's purpose would change, so the name would need changed. lphuberdeau: You start with one angle, then it shifts because you see a much easier way of doing things. And then after the foundation is laid you see it start to come together. that's just programming in general lphuberdeau: In .net, there is a lot less flexibility than in php. And then through tiki in the mix ;) lphuberdeau: tracker synchronisation sounds amaizing - do you think, calendar sync could be made similar? fabricius: completely separate feature lphuberdeau: With tiki it is like: Do I store in tracker, cachelib, or db? or filegal :) I think so, but I mean from the coding idea lphuberdeau: I think so, but I mean from the coding idea lphuberdeau: Anyway, it makes for some great fun. fabricius: can't say, I don't know calendars much ok lphuberdeau: Is there some linkage between .htaccess and plugin tracker? http://visop-dev.com/Contact_Us & http://visop-dev.com/tiki-index.php?page=Contact_Us getting 500 on those 2 robertplummer, lphuberdeau I get a contactform on both fabricius: You don't get "Internal Server Error"? on the first? nope lphuberdeau: On both? hah NOW I get an internal error on the first!! fabricius: lol Yea, I'm not sure what is going on. It is driving me mad. Another day, I'm off guys. first time I did not get (2 minutes ago) - rechecked th link and I took both links funny stuff, right? so I did not misstype errr missclick 1st link -> 1 time correct and 1 time error 2nd page the same -> internal error aswell robertplummer: a while ago, I had a problem with a similar error message and 1 click the link was ok, but the following clicks made errors, until the browsercache was cleared robertplummer: did you change s.th. in between the last 5 minutes? polom tikiwiki: 03lindonb * r38527 10/trunk/lib/wiki-plugins/wikiplugin_countdown.php: tikiwiki: [ENH] Select the correct time zone; add ability to show years and months; cover tikiwiki: entire time period regardless of time units shown; ability to show calendar day tikiwiki: difference (eg tomorrow is 1 day away even if less than 24 hours away); allow tikiwiki: custom text; ability to set thousands separator; time string punctuation and tikiwiki: singular vs plural fixed Jyhem: regarding the tiki.org problem, see http://article.gmane.org/gmane.comp.cms.tiki.devel/23918 New Forum Posts: Need some serious Newb Help - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=42528 tikiwiki: 03jean-lucnavarro * r38528 10/trunk/lang/fr/language.php: [TRA] more French translations + some corrections tikiwiki: 03jean-lucnavarro * r38529 10/branches/8.x/lang/fr/language.php: [bp/r38528][TRA] more French translations polom y'all polom polom chibaguy hi ricks99 Recent Bug: Tracker item: #4022 - - Bad SQL-Mode - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4022 New Forum Posts: Changement de chemin de répertoires - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=42530 polom all tikiwiki: 03xavidp * r38531 10/branches/8.x/templates/modules/mod-quickadmin.tpl: [FIX]Usability fix for common tasks by an admin. polom tikiwiki: 03xavidp * r38532 10/branches/7.x/templates/modules/mod-quickadmin.tpl: [bp/r38531][FIX]Usability fix for common tasks by an admin. tikiwiki: 03xavidp * r38533 10/branches/proposals/6.x/lib/setup/prefs.php: [bp/r38531][FIX]Usability fix for common tasks by an admin. tikiwiki: 03lphuberdeau * r38534 10/trunk/lib/ (2 files in 2 dirs): [MOD] Adding coordinates in the index to allow searching only for objects with a location tikiwiki: 03lphuberdeau * r38535 10/trunk/ (3 files in 3 dirs): [MOD] Intercept search forms when in an app frame to display results on the map can some one help me figure out how to make the calendar module work where it only shows a small calendar but it high lights the days in a dark color and when you roll over it , it shows the details i can not find any tutorila or info on the site thanks is anyone in here able to help? !help You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . New Forum Posts: Menu for all pages with certain category - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42532 polom all hi robertplummer rodrigoprimo: Hi! robertplummer: I'm getting an error on the test suite after the change you did on PrepareInputTest.php. are you seeing this error as well? rodrigoprimo: How do I test it? robertplummer: phpunit . robertplummer: assuming you are familiar with phpunit and running our test suite rodrigoprimo: Lol, no. rodrigoprimo: But I know I should be. I added those functions hoping they'd work, I cheated, and I digress. robertplummer: ahh ok :) robertplummer: if you have some time I can try to teach you how to use phpunit rodrigoprimo: Sure I'm open right now. robertplummer: great robertplummer: so the first step is to install phpunit robertplummer: http://www.phpunit.de/manual/current/en/installation.html robertplummer: about the error the problem is related with the function flattenValues() inside the method TikiFilter_PrepareInput::flatten() being redeclared: robertplummer: Cannot redeclare flattenValues() (previously declared in lib/core/TikiFilter/PrepareInput.php:52) in lib/core/TikiFilter/PrepareInput.php on line 52 robertplummer: we could add a check to verify if the function is declared or not rodrigoprimo: Sounds fine. rodrigoprimo: It is a killer function to use ;) rodrigoprimo: I can't wait to use it with naming conventions in Tiki Invoice robertplummer: but I'm wondering if there is a reason to use a function inside this method? why not use the code from the function directly inside the method and remove the function? rodrigoprimo: Oh right! Looking... robertplummer: I'm just guessing. I just took a quick look at the code. rodrigoprimo: We should just make it private, and done. or no nm robertplummer: ahhh, now I see, there is a recursive call robertplummer: I missed it the first time I saw the code robertplummer: making it private sounds good rodrigoprimo: Yea, I'm just going to shift it to public remove it all-together. yea, works fine. tikiwiki: 03robertplummer * r38536 10/trunk/lib/core/TikiFilter/PrepareInput.php: [FIX] Removed recursive call, no need :) done robertplummer: great, no the test runs now? robertplummer: sorry robertplummer: now the test run :) very good robertplummer: there is one small detail left. the test expect the default $delimiter to be '.' while it is '_'. we should fix the code or the test? rodrigoprimo: 1 min whilst I fix. robertplummer: thanks robertplummer: let me know when you have phpunit installated rodrigoprimo we should make ref to $delimiter should be $this->delimiter. tikiwiki: 03robertplummer * r38537 10/trunk/lib/core/TikiFilter/PrepareInput.php: [FIX] Removed from method and changed $delimiter to $this->delimiter rodrigoprimo1: We are cooking now! robertplummer: ok rodrigoprimo1: I updated it, and I think I broke pear. robertplummer: what is happening? Now when I "phpunit --version", I get a all these "failed to open stream" warnings. robertplummer: you had phpunit installed before? tikiwiki: 03sampaioprimo * r38538 10/trunk/lib/test/core/TikiFilter/PrepareInputTest.php: using setUp() method to instantiate tested object robertplummer: if so, check http://sebastian-bergmann.de/archives/897-PHPUnit-3.5.html Yes it is robertplummer: there are a few gotchas due to a problem in pear robertplummer: see the upgrade section of the link above tikiwiki: 03sampaioprimo * r38539 10/trunk/ (. lang/fr/language.php templates/modules/mod-quickadmin.tpl): [MRG] Automatic merge, branches/8.x 38521 to 38531 rodrigoprimo1: PHPUnit 3.5.15 by Sebastian Bergmann. Done! robertplummer: great! robertplummer: now go to lib/test and run "phpunit ." robertplummer: problably it will tell you that you have to create a database for the tests probably You need setup a new database, install Tiki on it and create a local.php file for the test suite inside /home/robert/SVN Projects/tikiwiki/trunk/lib/test robertplummer: actually I think this message is outdated. if I remember correctly all you need to do is create the database a create a local.php. robertplummer: the script now install tiki for you rodrigoprimo1: Should I use my db/local.php file? copy it over? robertplummer: don't use the same database. you can copy it over and replace the database name robertplummer: but there is a lib/test/local.php.dist rodrigoprimo1: runnning robertplummer: great! you will probably see several failures. unfortunately not everyone is using and updating the tests. rodrigoprimo1: I installed it rather. rodrigoprimo1: What shoudl I do after install? robertplummer: with the same command, "phpunit .", you can run the tests robertplummer: while I'm coding I just run the tests for the piece of code I'm working with. instead of running the whole test suite as it is slow. robertplummer: you can run for example: phpunit core/TikiFilter/ cool done. Where do I go next? Is that all? robertplummer: yes tikiwiki: 03sampaioprimo * r38540 10/trunk/lib/test/bootstrap.php: update test suite setup message robertplummer: I have to go. Feel free to ask me questions about phpunit wherever you want. bye all tikiwiki: 03lphuberdeau * r38541 10/trunk/ (11 files in 8 dirs): [MOD] Load infobox from map markers on supported objects (trackeritem for now) is it bad to test pluginList on dev.tiki? k since the plugin is not activated, i will hold off there. change style module is no more working in trunk pssst: Rick will be at SpeedCon Unconference on Saturday and has proposed a Tiki lightening talk http://bit.ly/tZE864 and the flip flop show errr neither .. perhaps I need to try a fresh mlpvolt: no problem to activate and test IMO ricks, when you setup tiki to have "like" buttons on pages - is that a tiki feature or just added html? ahh. custom code in header. mlpvolt custom module with code from addthis.com tiki has an internal feature to use sharethis.com. does not require any custom html or modules yeah i was looking at the share feature but what you have there is much better. do think i could right that up to work in a tracker static field? hm... will it strip out <script> elements? you could put the code in a pretty tracker template/wiki page yeah that would likely work. trying to get to a point where there is a list of things on one page and like buttons for all. my personal pref, i like the addthis.com api. very easy to get what you want just my $0.02 +1 your .02 tikiwiki: 03sylvieg * r38542 10/trunk/ (lib/csslib.php templates/tiki-edit_css.tpl tiki-edit_css.php): [ENH]styles: be able to edit styles like bidi.css + some cleaning tikiwiki: 03sylvieg * r38543 10/trunk/ (lib/csslib.php tiki-edit_css.php): [FIX]css: in multidomain, the first time we read in styles and write in styles/doamin, then read and write in styles/domain hi sylvieg. does that fix the problem you were talking about? tikiwiki: 03lindonb * r38544 10/trunk/lib/wiki-plugins/wikiplugin_countdown.php: Change ambiguous option label "Decimal" to more precise "Period". Thanks chealer.