[00:06] *** RobertPlummer has joined #tikiwiki [00:07] polom chealer [00:07] chealer: I have an install of tiki 6.3 in IIS, and it is very slow, what would you recommend? [00:32] *** RobertPlummer has quit IRC (Ping timeout: 252 seconds) [01:03] * marclaporte hears crickets [01:44] *** Caarrie|away is now known as Caarrie|sleeping [01:44] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [01:50] *** goj|ghost has joined #tikiwiki [01:51] *** goj|reconnect has joined #tikiwiki [01:54] *** goj has quit IRC (Ping timeout: 244 seconds) [01:54] *** goj|reconnect is now known as goj [01:55] *** goj|ghost has quit IRC (Ping timeout: 250 seconds) [02:14] *** dabright has joined #tikiwiki [02:28] RobertPlummer: for the record, I really know the minimum on IIS. I have no IIS-specific "performance" tip. unless you think there's a bug.... (PHP errors, check Firebug network tab for errors) [04:33] *** marclaporte has quit IRC (Quit: See you later! http://marclaporte.com) [06:44] *** xSmurf has left [06:44] *** chealer has quit IRC (Remote host closed the connection) [06:46] *** SiL3NC3 has left [08:22] *** Bernard1 has quit IRC (Quit: Leaving.) [08:36] *** ricks99 has quit IRC (Ping timeout: 240 seconds) [08:38] *** ricks99 has joined #tikiwiki [10:36] *** Caarrie|sleeping is now known as Caarrie|away [11:11] *** ricks99 has quit IRC (Read error: Connection reset by peer) [11:11] *** ricks99 has joined #tikiwiki [11:48] *** RobertPlummer has joined #tikiwiki [11:49] *** ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99) [12:02] *** ricks99 has joined #tikiwiki [12:13] New Forum Posts: Jqui theme and top bar in TikiWiki 7.0 - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=41506 [12:17] *** rodrigo_sampaio has joined #tikiwiki [12:17] tikiwiki: 03sylvieg * r34919 10/branches/7.x/ (3 files in 2 dirs): [bp/r34912]{ENH]fgal: [possibility to find a fgal with a fileId [12:33] New Forum Posts: Several problems with TikiWiki 6.2 and 7.0 - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41509 [12:41] polom y'all [12:58] *** radek82 has joined #tikiwiki [13:11] *** dabright has quit IRC (Quit: Leaving.) [13:14] does somebody know to command on a gentoo to upgrade from php 5.2 to php 5.3? [13:34] New Forum Posts: Login with Facebook not working - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41519 [13:36] tikiwiki: 03robertplummer * r34920 10/trunk/lib/trackers/trackerquerylib.php: [NEW] Creation of new lib to be used with trackers, tracker query lib. This lib is simply for reporting tracker data [13:36] Woohoo, tracker query lib is born! [13:51] sylvieg: yes, but depending on how long the machine hasn't been upgraded, it might be some pain and time.. [13:52] tikiwiki: 03robertplummer * r34921 10/trunk/tiki-tracker_export_join.php: [NEW] Tracker reporter/joiner that uses tracker query lib, this isn't a gui, that is coming next. [13:53] amette: thx - so I let the administrator of the server to do the job? [13:53] i did an emerge php - but I am stuck in 5.2 [13:57] sylvieg: you need to do emerge --sync before to get new package definition (upgrades)... [13:57] tikiwiki: 03robertplummer * r34922 10/trunk/ (templates/tiki-tracker_reports.tpl tiki-tracker_reports.php): [NEW] Tracker reports, that use tracker query lib to join trackers together and do other interesting things with trackers. [13:58] ... but then you'll get potential upgrade for other packages included and waiting to be upgraded... [13:58] Tracker reports are born too, woohoo! [13:58] ... I like to do it all at once as a gentoo admin.. so probably the admin of the machine is picky also.. better let him do it, I think.. [13:58] amette: thx [13:59] np, yw :) [14:02] *** jonnyb has joined #tikiwiki [14:02] *** nkoth has joined #tikiwiki [14:15] *** xavi1 has joined #tikiwiki [14:27] *** RobertPlummer has quit IRC (Ping timeout: 252 seconds) [14:44] polom [14:44] sending structures between tikis fails in tiki7: [14:45] hi xavi1 [14:45] :( [14:45] hi [14:45] Column 'page_alias' cannot be null [14:45] the built query was: [14:45] insert into `tiki_structures`(`parent_id`,`page_id`,`page_alias`,`pos`, `structure_id`) values('0','79',NULL,'1','0') [14:45] jonnyb: in fact, they also fail in tiki6 [14:45] so to be honest, it's not a regression [14:46] well, an old regression then [14:46] yes, that's more exact [14:46] should be fairly simple to fix - not so simple to test i would guess [14:46] in the mysql table I see that another column has NULL values [14:47] page_version is NULL in most values of tiki_structures [14:48] I did dive a bit in the code (send objects, received pages, etc.)... but I didn't get clear what the simple fix needs to be [14:48] sylvieg around? [14:48] looks like structlib.php line 220 [14:48] yes, I'm there [14:49] *** dabright has joined #tikiwiki [14:49] hmm $alias defaults to "" in the function definition, so it must be in what calls it [14:50] mmm [14:50] xmllib.php maybe? (never been in there) [14:50] that's the url where I see the error: https://domain/tiki7svn/tiki-received_pages.php?offset=0&sort_mode=receivedDate_desc&accept=1 [14:51] and objects come from another tiki site, like: https://domain2/tiki7svn/tiki-send_objects.php [14:53] the first one in xmllib doesn't specify alias (so should default to "") and the second call sends it as "" specifically, so not those ones... [14:54] any line number for tiki-recieved.... error? [14:57] mmm, never mind. I don't understand where the error might be. [14:57] I'll copy paste page by page (in a few hours I'll have finished) [14:57] :P [14:57] i can't see any easy fix [14:58] otherwise, I don't know how many days until I have that content migrated successfully [14:58] no problem, thanks jonnyb for your feedback [15:19] New Forum Posts: How insert a ">" in the text of a link - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41525 [15:19] New Forum Posts: tiki-7.0: article reading problem with \{CODE\} plugin - "Paginate articles" feature makes the trouble - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41524 [15:29] *** lphuberdeau has joined #tikiwiki [15:30] tikiwiki: 03lphuberdeau * r34923 10/trunk/ (11 files in 9 dirs): [NEW] Adding support for authenticated HTTP sources configurable from the admin panels, should work magically with all http requests going through the standard paths [15:35] *** ricks99 has quit IRC (Remote host closed the connection) [15:37] hi lphuberdeau - what's that last commit about? looks interesting :) [15:38] allows you to configure basic auth on some content providers so when tiki fetches something from there, authentication is provided [15:38] I have at least one more auth mode to add [15:38] like what - do you have an example? [15:40] well, kind of works along with the upload from source for file galleries, but will work for other stuff as well [15:41] * jonnyb looks forward to getting out of 7.x soon [15:42] wasn't that released 2 months ago? [15:44] *** dabright has quit IRC (Read error: Connection reset by peer) [15:44] *** dabright has joined #tikiwiki [15:45] tikiwiki: 03lphuberdeau * r34924 10/trunk/lib/rss/rsslib.php: [MOD] Run through httprequest instead of letting zend to it's own thing to get all the features [15:45] well, now you can access RSS feeds on a protected site from tiki [15:45] aha - could be very handy [15:53] thanks lphuberdeau! [15:55] tikiwiki: 03sampaioprimo * r34925 10/trunk/lib/trackers/trackerlib.php: [FIX] missing $smarty global in trackerlib [16:28] *** nkoth has quit IRC (Ping timeout: 240 seconds) [16:30] *** RobertPlummer has joined #tikiwiki [16:34] *** xavi1 has left [16:38] *** nkoth has joined #tikiwiki [16:40] New Forum Posts: PluginInclude and 403/404 Error - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41527 [16:45] *** dabright1 has joined #tikiwiki [16:45] *** dabright has quit IRC (Read error: Connection reset by peer) [16:47] *** jonnyb has quit IRC (Quit: jonnyb) [17:11] *** overseer has joined #tikiwiki [17:11] hey all! [17:12] Is there a way with plugintrackerlist to combine two columns into one? [17:15] Not that I know of, but http://doc.tiki.org/PluginList should give you more freedom [17:16] tikiwiki: 03lphuberdeau * r34926 10/branches/7.x/ (9 files in 6 dirs): [MOD] bp/34217,34219-342222,34223-34225,34228,34230,34240-34242 - Multiple enhancements to newsletters held in trunk before 7.0 release [17:17] ok, can you give me an example of how to use that with trackerlist? [17:21] *** RobertPlummer has quit IRC (Ping timeout: 252 seconds) [17:21] *** codyg has quit IRC (Ping timeout: 252 seconds) [17:21] *** overseer has quit IRC (Ping timeout: 252 seconds) [17:21] it's separate from trackerlist [17:21] can't be used with trackerlist [17:22] *** overseer has joined #tikiwiki [17:22] hey, sorry bout that...i got disconnected [17:22] so how can i use that plugin list with trackers? [17:23] specify the type filter to be trackeritem [17:23] *** Bernard1 has joined #tikiwiki [17:28] um....i really dont understand this plugin at all [17:28] you do {list()}....then what goes inside it? [17:31] there are plenty of examples [17:35] tikiwiki: 03lphuberdeau * r34927 10/trunk/ (12 files in 7 dirs): [MRG] Automatic merge, branches/7.x 34885 to 34926 [17:40] yeah, but no good explanations....is output where you specify the content? [17:40] like what is actually toing to be displayed [17:41] *** RavenC has joined #tikiwiki [17:44] *** RavenC has left [17:44] *** chealer has joined #tikiwiki [17:45] *** dabright has joined #tikiwiki [17:45] *** dabright1 has quit IRC (Read error: Connection reset by peer) [17:48] *** Jyhem_laptop has joined #tikiwiki [17:53] *** lphuberdeau has quit IRC (Ping timeout: 260 seconds) [18:18] polom [18:29] tikiwiki: 03lphuberdeau * r34928 10/branches/7.x/ (9 files in 7 dirs): [ENH] bp/34411 - Allow to disable search result highlight to speed up rendering significantly [18:39] *** overseer has quit IRC (Ping timeout: 252 seconds) [18:45] *** dabright1 has joined #tikiwiki [18:45] *** dabright has quit IRC (Read error: Connection reset by peer) [18:52] tikiwiki: 03lphuberdeau * r34929 10/trunk/ (. templates/list_file_gallery_content.tpl): [MRG] Automatic merge, branches/7.x 34926 to 34928 [18:58] *** SavioLdP has joined #tikiwiki [18:58] Hi from all [18:58] i need help banner [18:58] banner plugin [18:58] us help-me? [19:00] *** Bernard1 has quit IRC (Read error: Connection timed out) [19:02] *** SavioLdP has quit IRC (Client Quit) [19:03] *** Bernard1 has joined #tikiwiki [19:04] *** lphuberdeau has joined #tikiwiki [19:19] *** lphuberdeau has quit IRC (Ping timeout: 276 seconds) [19:21] Polom [19:32] *** lphuberdeau has joined #tikiwiki [19:35] *** nkoth_ has joined #tikiwiki [19:36] *** nkoth__ has joined #tikiwiki [19:39] *** nkoth has quit IRC (Ping timeout: 244 seconds) [19:39] *** nkoth__ is now known as nkoth [19:39] *** nkoth_ has quit IRC (Ping timeout: 252 seconds) [19:41] *** Bernard1 has quit IRC (Read error: Operation timed out) [19:42] tikiwiki: 03sylvieg * r34931 10/trunk/modules/mod-func-since_last_visit_new.php: better English [19:43] *** Bernard1 has joined #tikiwiki [19:45] *** dabright has joined #tikiwiki [19:45] *** dabright1 has quit IRC (Read error: Connection reset by peer) [19:47] *** vanamos has joined #tikiwiki [19:49] *** vanamos has quit IRC (Client Quit) [19:50] tikiwiki: 03lphuberdeau * r34932 10/trunk/lib/tikilib.php: [ENH] First touch the URL with a GET request to start the session, to get the login screen in Tiki to work for example [19:51] *** Bernard1 has quit IRC (Quit: Leaving.) [19:56] tikiwiki: 03chealer * r34933 10/branches/7.x/lib/comments/commentslib.php: [19:56] tikiwiki: [FIX] Comment edition (r33265 regression) [19:56] tikiwiki: thanks chibaguy [20:06] tikiwiki: 03changi67 * r34934 10/branches/7.x/lib/smarty_tiki/function.select_all.php: [FIX] function smarty_modifier_escape does not exist, now it is [20:07] tikiwiki: 03changi67 * r34935 10/branches/7.x/templates/tiki-batch_upload_files.tpl: ~MOD~ Styling + class definition [20:17] *** nkoth has quit IRC (Read error: Operation timed out) [20:18] *** nkoth has joined #tikiwiki [20:20] tikiwiki: 03changi67 * r34936 10/branches/7.x/templates/tiki-batch_upload_files.tpl: [FIX] Wrong variables [20:38] *** Jyhem_laptop has quit IRC (Ping timeout: 240 seconds) [20:42] *** nkoth has quit IRC (Quit: nkoth) [20:46] *** dabright1 has joined #tikiwiki [20:46] *** dabright has quit IRC (Read error: Connection reset by peer) [20:48] *** codyg has joined #tikiwiki [20:48] good afternoon and polum to all [20:49] I'm having a permissions issue with {files} plugin [20:49] why can't user Agent, in Group Agents, see the output of {files}? [20:50] I've been over the permissions and allowing view and download files [20:50] for the group [20:50] *** nkoth has joined #tikiwiki [20:51] but the output is saying No Records Found and when viewed as Admin all the records are there. [20:59] codyg: can those users se the files through the normal means (i.e. not through the files plugin?) [21:00] I'm trying to make the user have access to only one wiki page with the list of downloadable pdf files [21:01] real estate agents need access to two years of minutes [21:01] not the rest of the site [21:01] *** dabright1 has quit IRC (Quit: Leaving.) [21:01] i'm going to see if it works with a category plugin [21:03] I mean if you tried going to the file gallery directly and see if the users can see the files you will be sure that your perms are ok, and that the problem might be with the perm checkin gin the files plugin [21:04] maybe it's the tiki_p_view_file_gallery perm [21:04] *** Bernard1 has joined #tikiwiki [21:06] when i try to set a group homepage to a page, or http://xxxxx.com/tiki-browse_categories.php?parentId=7, new pages are created that have tiki initialization things. [21:07] I need group homepage to be http://xxxxx.com/tiki-browse_categories.php?parentId=7 ... possible? [21:09] well, if that does not work above, one workaround might be to use the redirect plugin [21:10] http://doc.tiki.org/pluginredirect [21:10] i'll have a look, thanks [21:12] *** Bernard1 has quit IRC (Quit: Leaving.) [21:13] I think it should be something more simple, like putting something in the Group Homepage field, but it keeps popping out default Welcome to Tiki stuff or No Records Found. [21:13] codyg: back to your files plugin problem, I think there might be a bug in the files plugin [21:14] are you committer to tiki? [21:14] not i [21:14] i'm just new here [21:14] what version are you using? [21:14] 7 beta [21:14] or rc1 [21:15] I updated the site from 6.3 last week [21:15] what seems buggy is the Group Homepage field [21:16] I am certain that Group Homepage worked in 6 [21:16] what do you mean buggy? [21:17] or i just don't know how to configure it. though i've done other group homepages, this one is giving me trouble. [21:19] {category id="7" types="fgal" sort="name_asc" showname="y" showtype="y" one="y"} << this is sort of thing what I want to put on the group homepage. You'd think it would output a list of files, right? [21:20] Maybe I'm trying to make this too complex and I should just create a menu item to the items in the category, or maybe just a link to the file would be easiest thing to do. [21:20] I thought it would be nice to spit out a list of downloadable files on the Group Homepage. [21:21] That would be ideal. [21:22] codyg: if I commit a change to FILES plugin, can you try it right away? [21:42] *** fabricius has joined #tikiwiki [21:42] polom - short visit [21:48] nkoth: sorry about that I was called away [21:49] will be back later [21:49] *** codyg has left [21:59] *** radek82 has quit IRC (Quit: Leaving) [22:08] *** lphuberdeau has quit IRC (Ping timeout: 260 seconds) [22:41] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [22:41] *** rodrigo_sampaio has joined #tikiwiki [23:16] *** rodrigo_sampaio1 has joined #tikiwiki [23:17] *** rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds) [23:41] tikiwiki: 03marclaporte * r34937 10/trunk/styles/layout/layout.css: [MOD] Labels in PluginTracker look better when top-aligned (subjective, feedback welcome) [23:48] *** lphuberdeau has joined #tikiwiki [23:55] *** lphuberdeau has quit IRC (Ping timeout: 240 seconds)