←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***RobertPlummer has joined #tikiwiki [00:06]
RobertPlummerpolom chealer
chealer: I have an install of tiki 6.3 in IIS, and it is very slow, what would you recommend?
[00:07]
...... (idle for 25mn)
***RobertPlummer has quit IRC (Ping timeout: 252 seconds) [00:32]
....... (idle for 31mn)
marclaportemarclaporte hears crickets [01:03]
......... (idle for 41mn)
***Caarrie|away is now known as Caarrie|sleeping
rodrigo_sampaio has quit IRC (Quit: Leaving.)
[01:44]
goj|ghost has joined #tikiwiki
goj|reconnect has joined #tikiwiki
goj has quit IRC (Ping timeout: 244 seconds)
goj|reconnect is now known as goj
goj|ghost has quit IRC (Ping timeout: 250 seconds)
[01:50]
.... (idle for 19mn)
dabright has joined #tikiwiki [02:14]
chealerRobertPlummer: 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) [02:28]
.......................... (idle for 2h5mn)
***marclaporte has quit IRC (Quit: See you later! http://marclaporte.com) [04:33]
........................... (idle for 2h11mn)
xSmurf has left
chealer has quit IRC (Remote host closed the connection)
SiL3NC3 has left
[06:44]
.................... (idle for 1h36mn)
Bernard1 has quit IRC (Quit: Leaving.) [08:22]
ricks99 has quit IRC (Ping timeout: 240 seconds)
ricks99 has joined #tikiwiki
[08:36]
........................ (idle for 1h58mn)
Caarrie|sleeping is now known as Caarrie|away [10:36]
........ (idle for 35mn)
ricks99 has quit IRC (Read error: Connection reset by peer)
ricks99 has joined #tikiwiki
[11:11]
........ (idle for 37mn)
RobertPlummer has joined #tikiwiki
ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99)
[11:48]
ricks99 has joined #tikiwiki [12:02]
Tiki|botNew 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:13]
***rodrigo_sampaio has joined #tikiwiki [12:17]
CIA-77tikiwiki: 03sylvieg * r34919 10/branches/7.x/ (3 files in 2 dirs): [bp/r34912]{ENH]fgal: [possibility to find a fgal with a fileId [12:17]
.... (idle for 16mn)
Tiki|botNew 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:33]
ricks99polom y'all [12:41]
.... (idle for 17mn)
***radek82 has joined #tikiwiki [12:58]
dabright has quit IRC (Quit: Leaving.) [13:11]
sylviegdoes somebody know to command on a gentoo to upgrade from php 5.2 to php 5.3? [13:14]
..... (idle for 20mn)
Tiki|botNew Forum Posts: Login with Facebook not working - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41519 [13:34]
CIA-77tikiwiki: 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]
RobertPlummerWoohoo, tracker query lib is born! [13:36]
.... (idle for 15mn)
amettesylvieg: yes, but depending on how long the machine hasn't been upgraded, it might be some pain and time.. [13:51]
CIA-77tikiwiki: 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:52]
sylviegamette: thx - so I let the administrator of the server to do the job?
i did an emerge php - but I am stuck in 5.2
[13:53]
amettesylvieg: you need to do emerge --sync before to get new package definition (upgrades)... [13:57]
CIA-77tikiwiki: 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:57]
amette... but then you'll get potential upgrade for other packages included and waiting to be upgraded... [13:58]
RobertPlummerTracker reports are born too, woohoo! [13:58]
amette... 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]
sylviegamette: thx [13:58]
amettenp, yw :) [13:59]
***jonnyb has joined #tikiwiki
nkoth has joined #tikiwiki
[14:02]
xavi1 has joined #tikiwiki [14:15]
RobertPlummer has quit IRC (Ping timeout: 252 seconds) [14:27]
.... (idle for 17mn)
xavi1polom
sending structures between tikis fails in tiki7:
[14:44]
jonnybhi xavi1
:(
[14:45]
xavi1hi
Column 'page_alias' cannot be null
the built query was:
insert into `tiki_structures`(`parent_id`,`page_id`,`page_alias`,`pos`, `structure_id`) values('0','79',NULL,'1','0')
jonnyb: in fact, they also fail in tiki6
so to be honest, it's not a regression
[14:45]
jonnybwell, an old regression then [14:46]
xavi1yes, that's more exact [14:46]
jonnybshould be fairly simple to fix - not so simple to test i would guess [14:46]
xavi1in the mysql table I see that another column has NULL values
page_version is NULL in most values of tiki_structures
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
sylvieg around?
[14:46]
jonnyblooks like structlib.php line 220 [14:48]
xavi1yes, I'm there [14:48]
***dabright has joined #tikiwiki [14:49]
jonnybhmm $alias defaults to "" in the function definition, so it must be in what calls it [14:49]
xavi1mmm [14:50]
jonnybxmllib.php maybe? (never been in there) [14:50]
xavi1that's the url where I see the error: https://domain/tiki7svn/tiki-received_pages.php?offset=0&sort_mode=receivedDate_desc&accept=1
and objects come from another tiki site, like: https://domain2/tiki7svn/tiki-send_objects.php
[14:50]
jonnybthe first one in xmllib doesn't specify alias (so should default to "") and the second call sends it as "" specifically, so not those ones...
any line number for tiki-recieved.... error?
[14:53]
xavi1mmm, never mind. I don't understand where the error might be.
I'll copy paste page by page (in a few hours I'll have finished)
[14:57]
jonnyb:P
i can't see any easy fix
[14:57]
xavi1otherwise, I don't know how many days until I have that content migrated successfully
no problem, thanks jonnyb for your feedback
[14:58]
..... (idle for 21mn)
Tiki|botNew Forum Posts: How insert a ">" in the text of a link - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41525
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:19]
***lphuberdeau has joined #tikiwiki [15:29]
CIA-77tikiwiki: 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:30]
***ricks99 has quit IRC (Remote host closed the connection) [15:35]
jonnybhi lphuberdeau - what's that last commit about? looks interesting :) [15:37]
lphuberdeauallows you to configure basic auth on some content providers so when tiki fetches something from there, authentication is provided
I have at least one more auth mode to add
[15:38]
jonnyblike what - do you have an example? [15:38]
lphuberdeauwell, kind of works along with the upload from source for file galleries, but will work for other stuff as well [15:40]
jonnybjonnyb looks forward to getting out of 7.x soon [15:41]
lphuberdeauwasn't that released 2 months ago? [15:42]
***dabright has quit IRC (Read error: Connection reset by peer)
dabright has joined #tikiwiki
[15:44]
CIA-77tikiwiki: 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]
lphuberdeauwell, now you can access RSS feeds on a protected site from tiki [15:45]
jonnybaha - could be very handy [15:45]
xavi1thanks lphuberdeau! [15:53]
CIA-77tikiwiki: 03sampaioprimo * r34925 10/trunk/lib/trackers/trackerlib.php: [FIX] missing $smarty global in trackerlib [15:55]
....... (idle for 33mn)
***nkoth has quit IRC (Ping timeout: 240 seconds)
RobertPlummer has joined #tikiwiki
xavi1 has left
nkoth has joined #tikiwiki
[16:28]
Tiki|botNew Forum Posts: PluginInclude and 403/404 Error - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41527 [16:40]
***dabright1 has joined #tikiwiki
dabright has quit IRC (Read error: Connection reset by peer)
jonnyb has quit IRC (Quit: jonnyb)
[16:45]
..... (idle for 24mn)
overseer has joined #tikiwiki [17:11]
overseerhey all!
Is there a way with plugintrackerlist to combine two columns into one?
[17:11]
lphuberdeauNot that I know of, but http://doc.tiki.org/PluginList should give you more freedom [17:15]
CIA-77tikiwiki: 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:16]
overseerok, can you give me an example of how to use that with trackerlist? [17:17]
***RobertPlummer has quit IRC (Ping timeout: 252 seconds)
codyg has quit IRC (Ping timeout: 252 seconds)
overseer has quit IRC (Ping timeout: 252 seconds)
[17:21]
lphuberdeauit's separate from trackerlist
can't be used with trackerlist
[17:21]
***overseer has joined #tikiwiki [17:22]
overseerhey, sorry bout that...i got disconnected
so how can i use that plugin list with trackers?
[17:22]
lphuberdeauspecify the type filter to be trackeritem [17:23]
***Bernard1 has joined #tikiwiki [17:23]
overseerum....i really dont understand this plugin at all
you do {list()}....then what goes inside it?
[17:28]
lphuberdeauthere are plenty of examples [17:31]
CIA-77tikiwiki: 03lphuberdeau * r34927 10/trunk/ (12 files in 7 dirs): [MRG] Automatic merge, branches/7.x 34885 to 34926 [17:35]
overseeryeah, but no good explanations....is output where you specify the content?
like what is actually toing to be displayed
[17:40]
***RavenC has joined #tikiwiki
RavenC has left
chealer has joined #tikiwiki
dabright has joined #tikiwiki
dabright1 has quit IRC (Read error: Connection reset by peer)
Jyhem_laptop has joined #tikiwiki
[17:41]
lphuberdeau has quit IRC (Ping timeout: 260 seconds) [17:53]
...... (idle for 25mn)
chealerpolom [18:18]
CIA-77tikiwiki: 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:29]
***overseer has quit IRC (Ping timeout: 252 seconds) [18:39]
dabright1 has joined #tikiwiki
dabright has quit IRC (Read error: Connection reset by peer)
[18:45]
CIA-77tikiwiki: 03lphuberdeau * r34929 10/trunk/ (. templates/list_file_gallery_content.tpl): [MRG] Automatic merge, branches/7.x 34926 to 34928 [18:52]
***SavioLdP has joined #tikiwiki [18:58]
SavioLdPHi from all
i need help banner
banner plugin
us help-me?
[18:58]
***Bernard1 has quit IRC (Read error: Connection timed out)
SavioLdP has quit IRC (Client Quit)
Bernard1 has joined #tikiwiki
lphuberdeau has joined #tikiwiki
[19:00]
.... (idle for 15mn)
lphuberdeau has quit IRC (Ping timeout: 276 seconds) [19:19]
Bernard1Polom [19:21]
***lphuberdeau has joined #tikiwiki
nkoth_ has joined #tikiwiki
nkoth__ has joined #tikiwiki
nkoth has quit IRC (Ping timeout: 244 seconds)
nkoth__ is now known as nkoth
nkoth_ has quit IRC (Ping timeout: 252 seconds)
Bernard1 has quit IRC (Read error: Operation timed out)
[19:32]
CIA-77tikiwiki: 03sylvieg * r34931 10/trunk/modules/mod-func-since_last_visit_new.php: better English [19:42]
***Bernard1 has joined #tikiwiki
dabright has joined #tikiwiki
dabright1 has quit IRC (Read error: Connection reset by peer)
vanamos has joined #tikiwiki
vanamos has quit IRC (Client Quit)
[19:43]
CIA-77tikiwiki: 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:50]
***Bernard1 has quit IRC (Quit: Leaving.) [19:51]
CIA-77tikiwiki: 03chealer * r34933 10/branches/7.x/lib/comments/commentslib.php:
tikiwiki: [FIX] Comment edition (r33265 regression)
tikiwiki: thanks chibaguy
[19:56]
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
tikiwiki: 03changi67 * r34935 10/branches/7.x/templates/tiki-batch_upload_files.tpl: ~MOD~ Styling + class definition
[20:06]
***nkoth has quit IRC (Read error: Operation timed out)
nkoth has joined #tikiwiki
[20:17]
CIA-77tikiwiki: 03changi67 * r34936 10/branches/7.x/templates/tiki-batch_upload_files.tpl: [FIX] Wrong variables [20:20]
.... (idle for 18mn)
***Jyhem_laptop has quit IRC (Ping timeout: 240 seconds)
nkoth has quit IRC (Quit: nkoth)
dabright1 has joined #tikiwiki
dabright has quit IRC (Read error: Connection reset by peer)
codyg has joined #tikiwiki
[20:38]
codyggood afternoon and polum to all
I'm having a permissions issue with {files} plugin
why can't user Agent, in Group Agents, see the output of {files}?
I've been over the permissions and allowing view and download files
for the group
[20:48]
***nkoth has joined #tikiwiki [20:50]
codygbut the output is saying No Records Found and when viewed as Admin all the records are there. [20:51]
nkothcodyg: can those users se the files through the normal means (i.e. not through the files plugin?) [20:59]
codygI'm trying to make the user have access to only one wiki page with the list of downloadable pdf files
real estate agents need access to two years of minutes
not the rest of the site
[21:00]
***dabright1 has quit IRC (Quit: Leaving.) [21:01]
codygi'm going to see if it works with a category plugin [21:01]
nkothI 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
maybe it's the tiki_p_view_file_gallery perm
[21:03]
***Bernard1 has joined #tikiwiki [21:04]
codygwhen 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.
I need group homepage to be http://xxxxx.com/tiki-browse_categories.php?parentId=7 ... possible?
[21:06]
nkothwell, if that does not work above, one workaround might be to use the redirect plugin
http://doc.tiki.org/pluginredirect
[21:09]
codygi'll have a look, thanks [21:10]
***Bernard1 has quit IRC (Quit: Leaving.) [21:12]
codygI 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]
nkothcodyg: back to your files plugin problem, I think there might be a bug in the files plugin
are you committer to tiki?
[21:13]
codygnot i
i'm just new here
[21:14]
nkothwhat version are you using? [21:14]
codyg7 beta
or rc1
I updated the site from 6.3 last week
what seems buggy is the Group Homepage field
[21:14]
nkothI am certain that Group Homepage worked in 6
what do you mean buggy?
[21:16]
codygor i just don't know how to configure it. though i've done other group homepages, this one is giving me trouble.
{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?
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.
I thought it would be nice to spit out a list of downloadable files on the Group Homepage.
That would be ideal.
[21:17]
nkothcodyg: if I commit a change to FILES plugin, can you try it right away? [21:22]
..... (idle for 20mn)
***fabricius has joined #tikiwiki [21:42]
fabriciuspolom - short visit [21:42]
codygnkoth: sorry about that I was called away
will be back later
[21:48]
***codyg has left [21:49]
radek82 has quit IRC (Quit: Leaving) [21:59]
lphuberdeau has quit IRC (Ping timeout: 260 seconds) [22:08]
....... (idle for 33mn)
rodrigo_sampaio has quit IRC (Quit: Leaving.)
rodrigo_sampaio has joined #tikiwiki
[22:41]
........ (idle for 35mn)
rodrigo_sampaio1 has joined #tikiwiki
rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds)
[23:16]
..... (idle for 24mn)
CIA-77tikiwiki: 03marclaporte * r34937 10/trunk/styles/layout/layout.css: [MOD] Labels in PluginTracker look better when top-aligned (subjective, feedback welcome) [23:41]
***lphuberdeau has joined #tikiwiki [23:48]
lphuberdeau has quit IRC (Ping timeout: 240 seconds) [23:55]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)