←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | RobertPlummer has joined #tikiwiki | [00:06] |
RobertPlummer | polom 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) | ||
marclaporte | marclaporte 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] | |
chealer | 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) | [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|bot | 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:13] |
*** | rodrigo_sampaio has joined #tikiwiki | [12:17] |
CIA-77 | 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:17] |
.... (idle for 16mn) | ||
Tiki|bot | 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:33] |
ricks99 | polom y'all | [12:41] |
.... (idle for 17mn) | ||
*** | radek82 has joined #tikiwiki | [12:58] |
dabright has quit IRC (Quit: Leaving.) | [13:11] | |
sylvieg | does somebody know to command on a gentoo to upgrade from php 5.2 to php 5.3? | [13:14] |
..... (idle for 20mn) | ||
Tiki|bot | New Forum Posts: Login with Facebook not working - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41519 | [13:34] |
CIA-77 | 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] |
RobertPlummer | Woohoo, tracker query lib is born! | [13:36] |
.... (idle for 15mn) | ||
amette | sylvieg: yes, but depending on how long the machine hasn't been upgraded, it might be some pain and time.. | [13:51] |
CIA-77 | 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:52] |
sylvieg | amette: 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] |
amette | sylvieg: you need to do emerge --sync before to get new package definition (upgrades)... | [13:57] |
CIA-77 | 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:57] |
amette | ... but then you'll get potential upgrade for other packages included and waiting to be upgraded... | [13:58] |
RobertPlummer | Tracker 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] |
sylvieg | amette: thx | [13:58] |
amette | np, 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) | ||
xavi1 | polom
sending structures between tikis fails in tiki7: | [14:44] |
jonnyb | hi xavi1
:( | [14:45] |
xavi1 | hi
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] |
jonnyb | well, an old regression then | [14:46] |
xavi1 | yes, that's more exact | [14:46] |
jonnyb | should be fairly simple to fix - not so simple to test i would guess | [14:46] |
xavi1 | in 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] |
jonnyb | looks like structlib.php line 220 | [14:48] |
xavi1 | yes, I'm there | [14:48] |
*** | dabright has joined #tikiwiki | [14:49] |
jonnyb | hmm $alias defaults to "" in the function definition, so it must be in what calls it | [14:49] |
xavi1 | mmm | [14:50] |
jonnyb | xmllib.php maybe? (never been in there) | [14:50] |
xavi1 | that'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] |
jonnyb | 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...
any line number for tiki-recieved.... error? | [14:53] |
xavi1 | mmm, 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] |
xavi1 | otherwise, 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|bot | 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
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-77 | 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:30] |
*** | ricks99 has quit IRC (Remote host closed the connection) | [15:35] |
jonnyb | hi lphuberdeau - what's that last commit about? looks interesting :) | [15:37] |
lphuberdeau | allows 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] |
jonnyb | like what - do you have an example? | [15:38] |
lphuberdeau | well, kind of works along with the upload from source for file galleries, but will work for other stuff as well | [15:40] |
jonnyb | jonnyb looks forward to getting out of 7.x soon | [15:41] |
lphuberdeau | wasn'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-77 | 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] |
lphuberdeau | well, now you can access RSS feeds on a protected site from tiki | [15:45] |
jonnyb | aha - could be very handy | [15:45] |
xavi1 | thanks lphuberdeau! | [15:53] |
CIA-77 | tikiwiki: 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|bot | New 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] | |
overseer | hey all!
Is there a way with plugintrackerlist to combine two columns into one? | [17:11] |
lphuberdeau | Not that I know of, but http://doc.tiki.org/PluginList should give you more freedom | [17:15] |
CIA-77 | 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:16] |
overseer | ok, 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] |
lphuberdeau | it's separate from trackerlist
can't be used with trackerlist | [17:21] |
*** | overseer has joined #tikiwiki | [17:22] |
overseer | hey, sorry bout that...i got disconnected
so how can i use that plugin list with trackers? | [17:22] |
lphuberdeau | specify the type filter to be trackeritem | [17:23] |
*** | Bernard1 has joined #tikiwiki | [17:23] |
overseer | um....i really dont understand this plugin at all
you do {list()}....then what goes inside it? | [17:28] |
lphuberdeau | there are plenty of examples | [17:31] |
CIA-77 | tikiwiki: 03lphuberdeau * r34927 10/trunk/ (12 files in 7 dirs): [MRG] Automatic merge, branches/7.x 34885 to 34926 | [17:35] |
overseer | yeah, 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) | ||
chealer | polom | [18:18] |
CIA-77 | 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: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-77 | tikiwiki: 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] |
SavioLdP | Hi 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] | |
Bernard1 | Polom | [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-77 | tikiwiki: 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-77 | 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:50] |
*** | Bernard1 has quit IRC (Quit: Leaving.) | [19:51] |
CIA-77 | tikiwiki: 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-77 | tikiwiki: 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] |
codyg | good 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] |
codyg | but the output is saying No Records Found and when viewed as Admin all the records are there. | [20:51] |
nkoth | codyg: can those users se the files through the normal means (i.e. not through the files plugin?) | [20:59] |
codyg | I'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] |
codyg | i'm going to see if it works with a category plugin | [21:01] |
nkoth | 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
maybe it's the tiki_p_view_file_gallery perm | [21:03] |
*** | Bernard1 has joined #tikiwiki | [21:04] |
codyg | 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.
I need group homepage to be http://xxxxx.com/tiki-browse_categories.php?parentId=7 ... possible? | [21:06] |
nkoth | well, if that does not work above, one workaround might be to use the redirect plugin
http://doc.tiki.org/pluginredirect | [21:09] |
codyg | i'll have a look, thanks | [21:10] |
*** | Bernard1 has quit IRC (Quit: Leaving.) | [21:12] |
codyg | 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] |
nkoth | codyg: back to your files plugin problem, I think there might be a bug in the files plugin
are you committer to tiki? | [21:13] |
codyg | not i
i'm just new here | [21:14] |
nkoth | what version are you using? | [21:14] |
codyg | 7 beta
or rc1 I updated the site from 6.3 last week what seems buggy is the Group Homepage field | [21:14] |
nkoth | I am certain that Group Homepage worked in 6
what do you mean buggy? | [21:16] |
codyg | or 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] |
nkoth | codyg: 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] |
fabricius | polom - short visit | [21:42] |
codyg | nkoth: 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-77 | tikiwiki: 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) |