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

WhoWhatWhen
luciashhi Trebly, you can switch them off globally [00:00]
TreblyNo matter, found, bad update, it is, as I was quite sure "prefilter.log_tpl.php". I try to find the bug which introduce a "hOD" at the beginning of $source when "subject" is sent. This CR breakes the "Subject:" line into the mime header. So the treaments (virscan, anti-spam etc...) introduce at this place their items and the following of the header is considered as main text. The function is...
...unusable as a tell it six month ago into bugs tracker.
[00:00]
Tikiwiki|botNew Forum Posts: Chat in tikiwiki - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=39271 [00:11]
Trebly<luciash> Crossed messages I was looking for the number of the bug tracker. Marc had said in this time it is a feature... and we had closed it. The problem is to use it for test of template and their translations. I know and found all details except where the $source is generated for the mails. As there is no CR neither blank into the sources templates *.tpl, the compiled templates contains...
...one or two CR send into the "Subject:<text> of the mime header line. There is the bug of this function.
I have changed the text of the <!-- TPL: .... --> to be able to use the site while test are made. I have introduced a warning for users "some mail texts are in testing phase". I am trying on 5.3 (used), to make changes so that the function could be selective.
[00:12]
luciashoh, i am not sure i follow but probably any enhancement which doesn't break thinks is welcome :)
*things
:D
[00:13]
jcyrisseany suggestions for why I get this error message with SVN 6.x on a MAC local machine, "CRYPT_MD5 not implemented on this system" using php5.2.11? [00:15]
luciashjcyrisse: probably because it's not implemented in your PHP
jcyrisse: check phpinfo
[00:17]
jcyrisseluciash: it wasnt used in 5.x? [00:18]
CIA-79tikiwiki: 03lindonb * r30431 10/trunk/styles/ (5 files in 2 dirs): [FIX] Improve contrast in dark themes for new plus and minus icons in jquery trees (eg category tree). [00:22]
Trebly<luciash> The updated with text and translation to French will be joined at the Bug tracker. The little enhancement will be so for who want to make the change, It could be integrated into a 5.x LTS, do it will exist ? I will to submit for 6.x and 7.x. The upgrade is easy, changing the test of prefilter.log_tpl.php searching a string ( particlular keyword into a comment of the content) will...
...generate or not the log_tpl which become automatically optional depending of the concerned *.tpl. Then when a template is being tested the keyword is set inside a comment the option log_tpl will be applied, if not we are as in production for the others.
[00:24]
jcyrisseso where do i look in phpinfo to confirm whether implemented or not? [00:27]
Trebly<luciash> Please can you tell me where the $source for the "Subject:<text>" mime header is generated ?
<jyrisse> You must find "md5" into "Hashing engines"
[00:27]
jcyrisseTrebly: i think i see it...md2 md4 md5 sha1along with a whole slew of others listed [00:33]
Trebly<jcyrisse> This was the first step Ok, I am looking for details, because it is not my platform and Iam not sure of the extensions names [00:35]
luciashTrebly: i don't know, probably in one of the templates/mail/ or if not in templates (not indicated by the <!-- TPL) then it must be in one of the php files related to trackers, maybe lib/trackerlib/ ? ... can u use grep ? [00:36]
Trebly<luciash> I have used a lot and not found anything till now. I believe that the subject is a parameter sent to the mime header generator. It is the reason why the added bad CR is difficult to find. In another way the templates are Ok but the compiled has the CR at beginning between the comment which contains the template name <!-- TPL:..... > CR <text of template> This mean that the $source...
...begins by the CR. I will test and put it away but it is a "rustine" (in French).
[00:46]
luciashsorry, i don't know much of french :)
Trebly: the TPL comments were meant just to help developers to find which template to modify admins with customization
Trebly: why don't you just switch the feature off ?
for production site
[00:47]
.... (idle for 17mn)
Trebly<luciash> Because I am developing main basic changes into some templates and make the French translation at same time. This to apply to 5.x 6.x 7.x and I want to know to develop which templates contains orthography or page settings error. This by my own or some partners, it is easy for them to tell me there an error in, why not etc... This appears generally while using quite operationally a...
...site, like little bugs and polish actions.
For fun : In french the "Rustines" is like "patch". during the beginning of 20th century M. RUSTIN had invented the little rubber patch to repair quickly the bicycles tires. A patch in American can be a good repair, but sometime in French we say "it's only a "rustine" saying this for, in another way "cache-misère", a solution which hides the error which remains (the hole of the tire).
[01:06]
luciashah :D
i see
[01:08]
.... (idle for 15mn)
***Caarrie|away is now known as Caarrie|sleeping [01:23]
Trebly<luciash> I have just patched "prefilter.log_tpl.php" as this <!-- TPL: current_tpl_name -->.trim($source).< TPL: ................. -->. It functions for header, because the mail is normal (the end of the mime header is not displayed at screen), but effective, too, for main text. So there is no more <tr> translated because of plain/text into "n" cutted by the trim... and "Hi" is at the end...
...of the comment. It's late in Paris I go to sleep.
[01:33]
***Teresa has joined #tikiwiki
Teresa is now known as ttrimm
[01:36]
luciashTrebly: i don't understand
Trebly: sorry
[01:37]
Trebly<luciash> Sorry. The problem was that when you were the option log_tpl the line sent for the header by the prefilter at <<return <!-- TPL: current_tpl_name -->.trim($source).< TPL: ................. --> ; >> was containing a hexa OD inserted between the log_tpl comment and the text generated by the template. This OD was splitting the Mime line "Subject:<text>" into two parts. This fact was...
...generating that the remaining part of the header was condered as the main text. so the Mimi command were displayed and not taken in account. I have added a trim function, so the OD which was coming form nowhere is cutted. This functions for Subjec:<text>.
It function too for the main text and cuts the beginning n (translated for plain/text from {tr} of the template. It should not to be good : we obtain
<!-- TPL: ...................>Hi
You......
While We should have at display
<!-- TPL: ...................>
Hi
You......
"prefilter.log_tpl.php" I have just patched "prefilter.log_tpl.php" as this <!-- TPL: current_tpl_name -->.trim($source).< TPL: ................. -->. It functions for header, because the mail is normal (the end of the mime header is not displayed at screen), but effective, too, for main text. So there is no more <tr> translated because of plain/text into "n" cutted by the trim... and...
..."Hi" is at the end...
[01:50]
<jcyrisse> There are several modules which uses MD5 for encryption. I don't know which is the encryption function used when you receive this message. You need first to ask for this, the operation done when the error message is sent, and after check and add into Apache the corresponding module if missing. It can be Module mod_auth_digest (users identification) or Module mod_ssl (SSL encryption) etc
...
[02:04]
jcyrisse<Trebly> is when I am trying to login
well, i dont know what the problem was, but I fixed it by downloading a XAMPP package for MAC OSX
very weird...at least i can now work on my site locally
still having weird issue with not being able to view tracker item from the View tab.
The container doesnt expand
but list trackers is ok
[02:05]
Trebly<jcyrisse> The setting that can be need are : for APACHE "mod_authz_user" and may be "Module mod_auth_digest" (authentication of user using MD5) and in php.ini : the setting : "session.hash_function = 0" [02:16]
CIA-79tikiwiki: 03robertplummer * r30432 10/trunk/lib/profilelib/installlib.php: [FIX] Simple profile installer for sheets. Imports cells and title of sheet [02:17]
jcyrisse<Trebly> ty, i will check that out [02:18]
***jcyrisse has left [02:28]
CIA-79tikiwiki: 03luciash * r30433 10/branches/6.x/img/icons/admin_textarea.png: [FIX] consistency: jini iconset matching icon for the editing and plugins panel (TODO: rename file, edit the admin panels tpl and move it to pics/large/ where the others are) [02:32]
.... (idle for 17mn)
***goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 250 seconds)
goj|ghost is now known as goj
uSlacker has quit IRC (Ping timeout: 265 seconds)
uSlacker has joined #tikiwiki
[02:49]
......... (idle for 43mn)
uSlacker has quit IRC (Ping timeout: 245 seconds) [03:41]
uSlacker has joined #tikiwiki [03:48]
.... (idle for 15mn)
CIA-79tikiwiki: 03luciash * r30434 10/branches/6.x/ (2 files in 2 dirs): [FIX] consistency: jini iconset matching icon for the social networks panel (TODO: rename file, edit the admin panels tpl to use the bigger icon 48x48 and move this 32x32 to pics/large/ where the others are)
tikiwiki: 03luciash * r30435 10/branches/6.x/pics/large/ (semantic.png semantic48x48.png): [FIX] consistency: jini iconset matching icon for the semantic links panel
tikiwiki: 03luciash * r30436 10/branches/6.x/pics/large/ (feed-icon-48x48.png feed-icon.png): [FIX] consistency: jini iconset matching icon for the external feeds panel
[04:03]
.... (idle for 17mn)
tikiwiki: 03luciash * r30437 10/branches/6.x/pics/large/gnome-lockscreen48x48.png: [FIX] visual: nicer and not so jaggy edge jini iconset matching keys icon for the security panel [04:23]
tikiwiki: 03luciash * r30438 10/branches/6.x/pics/large/ (performance.png performance48x48.png): [FIX] consistency: jini iconset matching icon for the performance panel (TODO: replace path to it in the admin panels tpl) [04:28]
***uSlacker has quit IRC (Ping timeout: 252 seconds)
uSlacker has joined #tikiwiki
[04:34]
...... (idle for 26mn)
CIA-79tikiwiki: 03luciash * r30439 10/branches/6.x/pics/large/ (intertiki.png intertiki48x48.png): [FIX] visual: nicer jini iconset matching icon for the intertiki panel [05:03]
***FrankP has joined #tikiwiki [05:16]
CIA-79tikiwiki: 03luciash * r30440 10/branches/6.x/pics/large/ (maps.png maps48x48.png): [ENH] visual: icon which looks more like map (with compass on it) jini iconset matching icon for the maps panel [05:24]
....... (idle for 33mn)
***chealer has joined #tikiwiki [05:57]
.... (idle for 18mn)
Tikiwiki|botNew Forum Posts: How to remove tiki-index.php from URL - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39273 [06:15]
............... (idle for 1h11mn)
***redflo has joined #tikiwiki
luciash has quit IRC (Ping timeout: 240 seconds)
Sug4r has quit IRC (Ping timeout: 265 seconds)
[07:26]
ttrimm has quit IRC (Quit: Later Folks!) [07:33]
......... (idle for 41mn)
coaboaHi and good morning tikiverse [08:14]
....................... (idle for 1h51mn)
***Trebly has quit IRC (Remote host closed the connection) [10:05]
.... (idle for 16mn)
xavi has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie|away
[10:21]
xavipolom
anybody successful using jquery carousel in Tiki6?
[10:37]
***chibaguy has joined #tikiwiki [10:50]
chibaguypolom
xavi, infinite carousel is working at themes.t.o, right? That's Tiki 6.
[10:50]
xavihi chibaguy [10:52]
chibaguyhi [10:52]
xaviwell, I can't make it work in a server, where in tiki5 it's working, but not in tiki6
today I've re-read the documentation in themes.t.o about carousel in tiki5, and applied to tiki6 (removing the jq), but it doesn't work
there must be something different in themes.t.o
and I don't know what is it
[10:52]
chibaguyhmm. [10:53]
xaviand I've disabled js and css minifying, just in case, but no change [10:54]
chibaguyyou have admin access at themes.t.o, don't you? [10:54]
xaviyes [10:54]
chibaguyso you can see the L&F code, etc. [10:54]
xaviok, there I go [10:54]
chibaguyI forgot how it is exactly, but similar to the docs.
btw, I got a jquery content rotator working at vacommunity.org (tiki 5), that I think would be good for your header background idea.
[10:55]
coaboahi chibaguy & xavi [10:55]
chibaguyhi coaboa [10:55]
xavihi coaboa
chibaguy: content rotator: ok, interesting :-)
about carousel: ok, I might have been missing (or miss-placing?) the css
carousel-related css, I mena
mean
However, when I add the same css entries to my site, as in themes.t.o, the display is wrong... example:
http://test.intercanvis.net/Benvinguda
it seems that unordered lists from rss feeds don't wrap
[10:57]
chibaguyYes, the CSS seems to be missing.
Is it the four images that are in the carousel?
[11:04]
xaviyes
mmm, chibaguy: why the css says: #carousel ul { width: 7600px;
7600px?
I've hidden inside a FADE plugin call those rss feeds, but the homepage is still too wide (maybe 7600 px wide)
[11:05]
chibaguyIt needs to be as wide as the sum of your image widths. [11:06]
xaviok, that's it. I've set it to 1000, and the page displays narrower
however, carousel still not on
[11:08]
chibaguyhey, I see it working in Firefox [11:09]
xaviyes, I was going to say the same!
:-)
I was using chrome previously
mmm, however, with the same chrome, I can see the carousel in themes.t.o with no problems
[11:12]
chibaguyI suspect there is a small difference in css or something that makes the browser behavior different.
maybe a syntax error.
[11:17]
xavimmm, some isse, probably, in this complex page. If I add just the carousel bit in a new page, it works: http://test.intercanvis.net/tiki-index.php?page=test
issue
[11:20]
chibaguyoh
you don't have more than one div#carousel in the not-working page, do you?
[11:21]
xavimmmm [11:23]
chibaguynope. I checked. [11:23]
xavilook at this: http://test.intercanvis.net/Inici
it's wonrking, nowadays, once I moved it out of the split plugin calls
[11:23]
***coaboa has quit IRC (Ping timeout: 252 seconds)
coaboa has joined #tikiwiki
[11:24]
chibaguyI can't see that page as anonymous. [11:25]
xavicross-confirmed: when I added just a split() plugin to the "test" page, carousel stopped working: http://test.intercanvis.net/tiki-index.php?page=test
let me see... I'll and grant more perms (it's a testing site)
see this page: http://test.intercanvis.net/tiki-index.php?page=test
in firefox, ok (with a split plugin)
in chrome, ko
[11:26]
chibaguyHmm, no movement in Opera. [11:28]
xaviok, then, same as in chrome (no movement, and no column respected on the left) [11:29]
chibaguyOne solution is to not use Split. Use divs instead.
(But would mean remaking your whole page.)
[11:30]
xavisafari shows wrong display also (no movement, but all images in a row)
ok, at least, we have identified the potential source of the problem/conflict
I'll send a message to devel list
besides my case, there will be other people having issues and support request when upgrading to tiki6, if split is not fixed
imho
[11:31]
chibaguyIt may be the problem of nested plugins not always working. [11:32]
xaviit might, so it's worth sending a message to the devel list (this might be masking some other issue) [11:33]
chibaguyBut I'm not a fan of Split, since it is using a table for layout. [11:33]
xaviyes, I know :-)
Once I learn how to use div's properly...
[11:33]
chibaguyAs you say, there could be a basic problem that should be worked out. [11:33]
xavithere was some page in themes.t.o about it, wans't it? [11:33]
chibaguyYes, something about floated boxes.
It uses percentages for the column widths, assuming a liquid layout. Since then I've made a few sites that have fixed width so wikitext columns with pixel widths work well. I should do a doc page about that.
Time to eat. bbl.
[11:34]
xavienjoy! :-)
bbl
[11:37]
***ricks99 has joined #tikiwiki [11:39]
ricks99hi all :-) [11:41]
....... (idle for 30mn)
CIA-79tikiwiki: 03sylvieg * r30441 10/trunk/templates/tiki-poll.tpl: [FIX]poll: missing to 30329 [12:11]
tikiwiki: 03sylvieg * r30442 10/trunk/lib/wiki-plugins/wikiplugin_poll.php: oops trace [12:18]
***lphuberdeau has quit IRC (Ping timeout: 276 seconds) [12:26]
FrankP has quit IRC (Ping timeout: 265 seconds) [12:35]
ricks99using trackerfilter with pretty wiki template, how do i have each result appear on a different page with next/prev navigation. i added showpagination=y but all my results are still on the same page :( [12:36]
CIA-79tikiwiki: 03sylvieg * r30443 10/trunk/ (3 files in 3 dirs): [NEW]POLL: option to show nb votes [12:40]
sylviegricks99: no way yet - but I think it is fixed in 6 you have navigation when clicking on one item og the trackerfilter result [12:42]
ricks99im using tiki6 [12:42]
sylviegdid you try max=1 [12:43]
***lphuberdeau has joined #tikiwiki [12:44]
chibaguyre [12:44]
ricks99max=1,showpagination=y still shows all results [12:45]
Tikiwiki|botNew Forum Posts: Building a new social "future" site - TikiWiki configuration vs development - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39275 [12:46]
sylviegstill working for me on a trunk 3 months ago =- did not svn up this site yet [12:46]
ricks99:-(
planned to be working in tiki 6 when released?
[12:47]
sylviegthe list of bugs on tracker is very very long - the code must be cleaned [12:58]
CIA-79tikiwiki: 03sylvieg * r30444 10/trunk/ (3 files in 2 dirs): [FIX]POLL: showtitle is only bar [13:11]
changipolom [13:14]
...... (idle for 28mn)
lphuberdeauhopefully, the unified search will allow to clean up that code significantly [13:42]
ricks99my (hopefully) last tracker question for today....
how can i construct a link or url that will use a trackerlist to use a specific tracker item# ? ({TRACKERLIST(trackerId="1",fields="1:2:3",itemid="XXXXX") /}
d'oh! simply adding &itemId=XXX to the url works
nvr mind
[13:48]
***Bilal has joined #tikiwiki [13:56]
Bilalhi everyone
can anyone help me with some tikiwiki 6 beta questions -
[13:56]
***redflo has quit IRC (Ping timeout: 276 seconds) [13:57]
ricks99but how can i get the itemId number dynamically (that is, read from anotther trackerlist? i tried %itemId% but not returning any value :(
hm. this might be tougher than i thought
[13:58]
lphuberdeaubilal, it would probably be better with beta 3 questions if it's about issues you are having [14:01]
Bilali am unable to get new feature of social networks working
i have provided the keys etc. required for Twitter, however when I click on My Tiki -> Social Networks, it says I (admin) don't have permissions to use this section
while in the permissions section, I can't find a place to set permissions for Social networks
any idea whats happening?
[14:02]
ricks99@sylvieg: do u know how i can build a pretty tracker template that "grabs" the itemId of the currently displayed record? I tried %itemId% but doesnt return anything [14:03]
lphuberdeausorry, I don't know those features much [14:03]
sylviegricks99: look for itemId= in the url? [14:04]
ricks99i have a {TRACKERFILTER} that returns a list of trackers with a pretty wiki tracker template. i want to add a link (in the pretty wiki template) that opens a {TRACKERLIST} with the specific ID.
I know I can add &itemID=X to the link to open the TRACKERLIST, but how do I create the source link in the template for the Trackerfilter"?
[14:06]
sylviegtrackerfilter param are passed to trackerlist. Is it the question? [14:07]
ricks99in the wiki template i'm using for the trackerfilter, how can i construct a link that uses the itemId? I tried: [tempaltepage?itemId=%itemId%|view full profile]
"templatepag" is my wiki template using for the TRACKERLIST
[14:08]
sylviegjust put itemId= or itemId in the url param (check the doc for the syntax) [14:12]
ricks99so i don't need to specify the specifi itemId... just include the name? [14:13]
sylviegfrom the doc: If the URL contains itemId, the link will be completed with the value of the itemId (ex: url="mypage&itemId")
If it is not broken - ...
[14:13]
ricks99hm....
either not working or i'm doing it wrong.
does it need to be a TPL or can i use a wiki page as a template?
[14:14]
sylviegcan be a wiki with teh right perm [14:16]
ricks99in the wiki page that I'm using as the template for my trackerfilter, i added [tiki-index.php?page=Profile&itemId|View Profile] [14:17]
sylviegas the url param to trackerfilter?
the completion is onmly done on param
[14:17]
ricks99when i view the trackerfilter and click the VIEW PROFILE link, the profile page (which has the trackerfilter) shows all of the items
instead of the specific itemid
[14:17]
sylviegSorry I do not udnerstand you go from a trackerfilter to another trackerfilter? [14:23]
ricks99want to go from a trackerfilter to a trackerlist for a specific item [14:25]
i'm going to send detailed info to the dev list. easier to explain then on IRC i think.
tx
[14:34]
maybe that will make it clearer
thought adding the url=... param would do the trick
[14:40]
CIA-79tikiwiki: 03sylvieg * r30445 10/trunk/ (3 files in 3 dirs): [NEW]poll: option for admin to delete a vote [14:41]
chealerI'm noticing a bug in List Articles in Tiki >=5. the date filter is buggy. when you click the day dropdown, focus goes on the the month dropdown. any idea, or how to debug? [14:44]
***Bilal has quit IRC (Quit: Page closed) [14:48]
CIA-79tikiwiki: 03lphuberdeau * r30446 10/trunk/lib/ (13 files in 8 dirs): [MOD] Adding ability to change sort order [15:00]
***chibaguy has quit IRC (Ping timeout: 265 seconds) [15:02]
chealercould I break on the next JavaScript statement executed? [15:10]
lphuberdeauit's a bit hard given that it's all event driven [15:11]
.... (idle for 17mn)
CIA-79tikiwiki: 03sylvieg * r30447 10/trunk/ (3 files in 3 dirs): [FIX]POLL: do not go on result page if results shown in the module [15:28]
***rodrigo_sampaio has joined #tikiwiki [15:28]
xaviback
ricks99: check the doc about "nested plugins" with plugintrackerlist ?
[15:40]
ricks99hi xavi.
y, saw that, but only works with trackerlist
im trying to use trackerfilter
[15:42]
xavior try using the wiki argument variable {{itemId}} [15:42]
ricks99sent detailed usecase to dev list [15:42]
xaviah, ok, no idea, then with tracekrfilter (never used it as such)
yes, I read that
sorry, no more idea myself
are you aware of the {{itemId}} option?
using the wiki argument variable, I mean
[15:43]
ricks99y. (thought i thought it ws %itemId%
gonna try 01{{itemId}} now.
nope.
wsod :-(
[15:44]
CIA-79tikiwiki: 03lphuberdeau * r30448 10/trunk/lib/ (6 files in 3 dirs):
tikiwiki: [FIX] Consistency in interface - when adding methods, make sure they all behave the same please
tikiwiki: [MOD] Adding introspection functionality on the resolvers
[15:49]
chealerit's not even a JavaScript issue, but a label spanning several inputs. which appears to be valid HTML :-| [15:50]
ricks99might b valid, but will surely fail a11y [15:51]
chealerI would say it fails u12y [15:51]
ricks99y. both [15:52]
***redflo has joined #tikiwiki [15:53]
xaviricks99: did you enable "wiki argument variables"?
and do you have your error reporting on?
[15:53]
ricks99yup. although wiki variables are valid in wiki pages, they dont appear to work when used as pretty tracker templates
ricks99 starting to wonder if possibly my usecase logic is wrong
[15:54]
chealerxavi: you have line breaks in the JavaScript: $(function(){<br />
$('#carousel').infiniteCarousel();<br />
});
[15:59]
lphuberdeauoh, that's fixed in 7 [15:59]
chealerthat can't be good, will probably cause JS errors (lucky it doesn't in Firefox) [15:59]
xavidid I?
ok, I'll try , thanks (I'm afraid documentation might be wrong, then)
I'll check the doc also
thanks for the tip
[15:59]
chealerxavi: I assume that's due to some parser bug/unexpected behavior, it must not be in the code [16:00]
lphuberdeauthat's caused by the execution order, the split is parsed first
putting everything on the same line might fix it
[16:00]
xaviyes, it did!
thanks chealer and lphuberdeau!
nice to see you lphuberdeau on irc and on the devel list!
[16:03]
CIA-79tikiwiki: 03chealer * r30449 10/branches/6.x/templates/find.tpl:
tikiwiki: [FIX] Find date selector (List Articles): remove label spanning 3 input fields, causing clicks on any field to move focus to the first field, and the selectors to be largely unusable.
tikiwiki: from r25031
tikiwiki: 03chealer * r30450 10/branches/proposals/5.x/templates/find.tpl: [FIX] Find date selector (List Articles): remove label spanning 3 input fields, causing clicks on any field to move focus to the first field, and the selectors to be largely unusable.
[16:03]
..... (idle for 21mn)
xavidoc.tiki.org down (unable to conect to db)
changi? ^
well, this page, at least: http://doc.tiki.org/PluginCode
homepage seems to load
[16:26]
chealerxavi: works for me [16:31]
xavimmm, yes, works for me now
who knows. failed twice in the previous minutes
[16:32]
CIA-79tikiwiki: 03sampaioprimo * r30451 10/branches/6.x/lang/hu/language.php: Hungarian translations done on i18n.tiki.org [16:34]
xavitime to leave. u all [16:38]
***xavi has left "Leaving." [16:38]
....... (idle for 30mn)
Tikiwiki|botNew Forum Posts: Going from Tiki version 1.8 to 3.8 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39278 [17:08]
***luciash has joined #tikiwiki
luciash has quit IRC (Changing host)
luciash has joined #tikiwiki
ChanServ sets mode: +o luciash
[17:19]
luciashre [17:20]
hi ricks99, try &itemId={{itemId}}
arg vars must be enabled
[17:32]
CIA-79tikiwiki: 03lphuberdeau * r30452 10/trunk/lib/ (11 files in 7 dirs):
tikiwiki: [MOD] Allow filtering results based on the user's permissions. Allowed groups
tikiwiki: are stored at indexing time, meaning changes to permissions will require
tikiwiki: re-indexing content. WYSIWYCA may be invalid between indexing, but efficiency is
tikiwiki: much much better.
[17:39]
luciashricks99: or try just ...&itemId" [17:49]
ricks99have tried both [tiki-index.php?page=Profile&itemId={{itemId}}|View Profile] and [tiki-index.php?page=Profile&itemId|View Profile] neither works
when clicking the view profile link, the resutling page shows all tracker items
[17:51]
luciashricks99: doc says "If itemId is present in the URL, it will be automatically prefilled with the value of the item."
ricks99: i thought you mean in the url param of the TRACKERLIST plugin, prolly misunderstood
[17:51]
ricks99did u see my email on dev list? may b easier to understand [17:52]
sylviegricks99: [...] is not a valid param for trackerfitler [17:52]
ricks99no. [....] is in my wiki tpl [17:53]
sylviegtry to use showlink and url=itemId
url=profile&itemId
[17:53]
luciashricks99: yes, i am replying to that mail here :) ok, that should work → [tiki-index.php?page=Profile&itemId={{itemId}}|View Profile] [17:54]
sylviegbut in the wiki it will not work [17:54]
luciashin the wikiTPL [17:54]
sylviegit will work at the second level after trackerlist but niot at the fist level = list of items
I have 40 unread emails ion tiki list...
[17:54]
luciashor [tiki-index.php?page=Profile&itemId={$itemId}|View Profile] [17:55]
sylviegcan not work luciash
because ricks99wants this at the first level
[17:55]
luciashsylvieg: in wiki TPL ?
sylvieg: it's smarty
[17:55]
sylviegat the first level itemsId is not known (for the actual code) [17:55]
luciashat first level wiki argument variables should work, no ? [17:55]
sylviegbecause it is a list of itemIds in the page [17:55]
ricks99ricks99 confused... [17:56]
coaboame too ;-) [17:56]
luciashricks99: i haven't read log here, just your mail, confused too :) [17:56]
sylviegwherne you are in a trackerlist or trackerfilter page -> tiki knows a list of itemId - so {{itemId}} is not affected [17:56]
ricks99sorry, thought my email was clear :( [17:56]
sylvieguse showlinks=y , url=profile&itemId in the params of trackerfilter [17:57]
lphuberdeautrackers are confusing, don't take it personally ricks ;) [17:57]
luciashricks99: it is right that itemId would work only on trackerlist page where you show only one item
imo
[17:57]
sylviegat least now we have a global vision what we wnat to do with tracker .. it has been build little bit by little bit [17:58]
ricks99testing... [17:59]
sylviegsylvieg thinking the solution we saw in tikifest new yrok is probably the best approach for tracker rewriting [18:00]
luciashricks99: you can use itemId from $f_XX if you add item id type field to your tracker
so [...={$f_XX}|View Profile] should work
[18:00]
ricks99now i get nothing showing on the profile page
ah.. that may be much easier luciash
am i blind? i dont see a tracker field type of "item id"?
ahh... auto-increment.
[18:00]
luciashit is the auto-increment assign type [18:03]
sylviegautopincrement = option.. [18:03]
ricks99of course@
that's so obvious. how could i miss it? ;-)
[18:03]
***amette has quit IRC (Ping timeout: 276 seconds)
amette has joined #tikiwiki
[18:05]
ricks99hm...
my exisitng tracker items have the field unpopulated
and now i can no longer add new items to the tracker
wtf. i cant and anything to my tracker now
ricks99 wonder what he did
[18:08]
CIA-79tikiwiki: 03lphuberdeau * r30453 10/trunk/lib/core/Search/GlobalSource/PermissionSource.php: [ENH] Skip the resolver fetch if not needed [18:14]
sylvieghttp://doc.tiki.org/Auto-Increment+Field the field is set only for new item [18:15]
ricks99y. just saw that [18:15]
luciashoh, that's unfortunate [18:15]
ricks99good thing im only doing testing -- no real data :-) [18:16]
sylviegif soembody wants to integrate this in the code ... welcome [18:16]
ricks99think this will work now. [18:16]
luciashok, why wouldn't {$ItemId} work then when it is sent in url ?
or {{itemId}} (when wiki arg vars set on Admin > Editing...) ?
[18:17]
ricks99i treid both. neither worked
maybe it was me
but using the auto-increement and using that field should do it.
[18:17]
sylviegsylvieg knows why - but did not find the right words to explain [18:18]
...... (idle for 28mn)
luciashricks99: yes, that will definitely work
i am using it like that on one project
[18:46]
Tikiwiki|botNew Forum Posts: Chat - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39281 [19:00]
***conner_bw has joined #tikiwiki [19:01]
lphuberdeau has quit IRC (Ping timeout: 245 seconds) [19:10]
ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) [19:21]
lphuberdeau has joined #tikiwiki [19:34]
changiluciash: do you need help for icons stuff ? (moving files etc...) [19:48]
luciashchangi: it would be helpful if u have some time to do what i wrote in those TODOs
changi: thank you
[19:49]
changiluciash: will have a look [19:50]
luciashhope u like the new icons :) [19:51]
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[19:51]
luciashchangi: also marc would like to see the icon "thumbsup" for tiki-admin.php?page=rating panel ;) [19:52]
changiluciash: yes
luciash: ok, let start with the moving one's
[19:52]
luciashsure [19:52]
changiluciash: admin_textarea become textarea48x48.png right ? [19:57]
***olinuxx has joined #tikiwiki [19:59]
luciashchangi: you can rename to editing...
changi: editing48x48
[20:03]
changiluciash: ok [20:06]
.... (idle for 19mn)
luciash: done [20:25]
CIA-79tikiwiki: 03changi67 * r30455 10/branches/6.x/ (9 files in 4 dirs): [FIX] put icon at the right place and modify ref in tiki-admin [20:26]
changiluciash: about rating, put at the last position, or you have a preference ? [20:33]
luciashmarclaporte: ping
:)
[20:33]
marclaportepong [20:33]
luciashmarclaporte: see chagi's question [20:33]
***LN_ has joined #tikiwiki [20:33]
luciashsorry, changi's [20:33]
marclaporteall things that are not optional should be first, then followed by optional features
should be put in order of approximate usage/stability of the feature
[20:34]
changimarclaporte: could you be more precise ?
:)
[20:34]
marclaportesince rating is quite new and for power users, it should be towards the end [20:34]
luciashchangi: so last position is maybe fine ;) [20:35]
marclaporte:-) [20:35]
changiluciash: do you have a 48x48 for that one ? [20:35]
LN_I have a question for you guys! Is Tikiwiki 2.2 (pretty old I know!) working with PHP 5.3? [20:36]
Tikiwiki|botWelcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile
Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile
[20:36]
changiluciash: where do we activate rating ? [20:38]
luciashchangi: yes, there is 48x48 [20:39]
changiluciash: there is no feature_rating ? [20:39]
luciashLN_: no idea but it should be no problem (other than security risking) [20:39]
changiluciash: where is the 48x48 ? [20:39]
luciashchangi: pics/large [20:40]
changiLN_: only some warning about using deprecated fonctions [20:40]
luciashchangi: or did i commit that ? [20:40]
changis/fonctions/functions/
luciash: i think it's missing :)
[20:40]
luciashchangi: hmm
luciash rechecks
[20:40]
changimarclaporte: rating is not a feature
marclaporte: or it is not define so
[20:41]
LN_luciash: thanks for answering! Do you know if there's some documentation where I could find wich fonctions are deprecated ? [20:43]
marclaporteah [20:43]
luciashchangi: svn status --ignore-externals says i am clear [20:43]
changiluciash: which name ? [20:43]
luciashrating48x48.png [20:43]
changiluciash: of was looking at thumbup
:)
[20:44]
luciashchangi: oh, sorry, i meant the "thumbup" look-a-like :) [20:44]
***Devilwct has joined #tikiwiki [20:46]
Devilwctola [20:46]
changi
LN_: http://www.gssmods.com/topic/49-php53-deprecated-functions-in-php/
[20:46]
Devilwct5.3.1 has even more deprecated functions [20:47]
luciashchangi: if u want u can also check which of the icons are not used anymore and delete them (clean up before release ;)) [20:49]
***LN_ has quit IRC (Ping timeout: 265 seconds) [20:50]
uSlackerGood afternoon/evening fellow tiki-ians!
I'm trying to set up tiki with my hosting company 1and1 and have a problem
site seems to be running fine, I can read page, configure things, etc
but, whenever I edit an article settings and click save, the whole things hang and the database connection appears to drop
[20:50]
Devilwctwhat version? [20:51]
uSlackerI can do other things that write to the database (setting, etc), but article changes/edit, etc cause a problem
running v5.3
[20:52]
***abhi__ has joined #tikiwiki [20:53]
abhi__hi [20:53]
Devilwcthi [20:53]
abhi__can anybody help me out with tikiwiki theme [20:53]
Devilwctuslacker do you have turned php errors on? [20:54]
uSlackerI seem to be able to edit a wiki page without issue, too
Not that I know of
[20:54]
Devilwcthmz and you are logged in with an admin account? [20:55]
abhi__I've the basic theme, fivealive installed, but i dont know how to insert the top menu n catagory menu [20:55]
uSlackercorrect. I can make other admin changes [20:55]
CIA-79tikiwiki: 03nkoth * r30456 10/trunk/tiki-socialnetworks_firstlogin.php: [FIX] Wrong account was being deleted (should have been the temp FB account) [20:55]
Devilwctdo you have a link for me? [20:56]
abhi__does anybody know any premium theme tikiwiki?
4 tikiwiki?
[20:57]
uSlackerDevilwct The site is here: http://s343295821.onlinehome.us/tiki-5.3 [20:57]
DevilwctuSlacker: maybe it gets a timeout?
or it is slow because i am in the netherlands o_0
[20:59]
uSlackerSeems pretty quick in the US. Execution time is 50000 [21:00]
changiabhi__: in look and feel [21:00]
Devilwcta nice yeah it is the distance lol
uSlacker: is it a fresh installation
[21:00]
luciashabhi__: what is "premium" ? [21:02]
uSlackeryes. About 2 weeks old
not in produciton yet
[21:02]
Devilwctthen it should be pretty clean :S
you have full premissions on the database?
[21:03]
changiluciash: you are talking about everything in pics/large/ ? [21:05]
uSlackerDevilwct: to the database, but not the db install [21:06]
Devilwctdatabase should be enough [21:06]
luciashchangi: yes, there r some deprecated (not used afaics) and also in img/icons/ there are even the old-timers admin panels icons [21:06]
Devilwctand can you also delete articles? [21:06]
uSlackerI can see that changes are being written to the database, even the articles table. [21:07]
Devilwctbut it won't change? [21:07]
uSlackerIt seems like I get one good write when I save an article, then it fails on subsequent changes [21:07]
Devilwctmaybe a stupid question but have you tried to clear the cache once in a while? [21:08]
uSlackernope let me try it [21:08]
Devilwctthe cache of Tiki itself you see the button in the upper right corner [21:10]
uSlackerdidn [21:11]
Devilwctdid nothing? [21:11]
uSlackerok, I cleared the various caches and got the same error [21:11]
Devilwctyou have a real error or your page just goes blank? [21:12]
uSlackerwhat happens is the browser spins for 5 seconds then goes write back to edit mode
odd thing is that actions in other browsers continue to work (I have chrome and IE installed)
[21:13]
Devilwctand which one issen't working? [21:14]
uSlackerafter a while then bother browsers die with a 500 internal error
the error appears no matter which browser I start in.
[21:14]
lphuberdeaucheck the browser's error log for the 500, it can be anything [21:16]
Devilwctuhm did you set the directory premissions (via your ftp)? [21:16]
lphuberdeauserver's error log, sorry, getting late [21:16]
uSlackerNo, I set perms vis the shell
I have them set to 755 at the moment
[21:16]
Devilwctcan you try to set them on 777 [21:16]
uSlackerunfortunately I do not have access to the servers error log [21:17]
lphuberdeauseriously? you can search for a long time without those [21:17]
uSlackerI have access log access but not error_log [21:17]
Devilwctthe most problems with an 500 error (internal server error) is premissions, file not foundm ascii upload mode [21:18]
lphuberdeauor timeouts, or memory exhausted, or file permissions [21:18]
Devilwctfoundm = found,
sorry for the typo
[21:19]
uSlackerI reset perms to 777 and the problem appears to be there still
lets see what happens once it recovers
[21:19]
lphuberdeausome configs also give 500 for being too permissive [21:19]
uSlackerif that doesn't help, I'll open a ticket and ask for the error_log
What is ascii upload mode?
[21:20]
***FrankP has joined #tikiwiki [21:24]
uSlackerok, I get a 500 immediately if perms are set to 777
reset to 755 and Its ok
[21:24]
Devilwctit a way how your ftp handles your fileuploads but it doesn't apply to your problem [21:25]
uSlackerbut I still have a problem when I click save on an article. It never leaves edit mode and eventually "crashes" the database connection
OK, I was thinking thats what you meant
Thanks for the help. I'll see if I can get error_log from the hosting provider in the morning
gotta run - dinner awaits!
[21:25]
Devilwcthave a nice dinner ^^
and no problem
[21:28]
***rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds) [21:28]
..... (idle for 21mn)
dcedilotte has joined #tikiwiki [21:49]
dcedilotteHi guys, can anybody tell me what the facebook link does in tikiwiki 6.0? Also, a client of mine would like to know: "Is there a way to enable facebook registration with tiki software?" Thanks guys. [21:52]
luciashdcedilotte: facebook registration was commited recently iirc
dcedilotte: not sure, but i think trunk still only
[21:58]
marclaporteNelson Ko is working on something, but not sure what is use case [21:58]
luciashdcedilotte: the facebook/twitter integration in Tiki 6 is for sharing shoutbox messages to the sites afaik [21:59]
dcedilotteluciash: thanks for answer.
marclaporte, thanks Marc.
[22:01]
***FrankP has quit IRC (Ping timeout: 276 seconds)
Tikiwiki|bot has quit IRC (Ping timeout: 265 seconds)
[22:05]
CIA-79tikiwiki: 03chealer * r30457 10/trunk/templates/find.tpl:
tikiwiki: remove some useless/confusing label elements or convert to span
tikiwiki: Ref: 16723
[22:09]
changibye tiki's [22:13]
***changi is now known as changi|always [22:13]
changi|alwaysousp [22:13]
***changi|always is now known as changi|away [22:14]
dcedilottemarclaporte, how much time do you think it would take to integrate a theme on a tiki website, for someone who has lots of experience but not with Tiki (ie: me)? [22:14]
luciashchangi|away: *g* [22:14]
marclaportedcedilotte: chibaguy & luci are better to answer that
depends on the theme (do you already have in html/css?)
[22:16]
CIA-79tikiwiki: 03chealer * r30458 10/branches/6.x/templates/ (find.tpl tiki-listpages.tpl):
tikiwiki: [FIX] List articles and others: Ignored filter for excluded languages
tikiwiki: from r14521
[22:17]
dcedilottemarclaporte, no, that's the thing, it would only be a PSD file form what the dude is telling me. [22:17]
marclaporteSo you have two jobs
and you need to see the PSD first
[22:18]
dcedilottemarclaporte, as a rough estimate would a week be too short or would it be possible? [22:19]
marclaporteIf design is not crazy, yes a week is OK [22:21]
luciashweek of intensive hard work
;)
[22:21]
dcedilotteluciash, how long do you think it would take me if, like I was saying to Marc, I have plenty of exp. but not with Tiki?
marclaporte, from what he's telling me, it would be a wikihow like design.
[22:23]
luciashfirst u need to export the graphics cuts you'll need for the theme's css, then it depends what everything you want to have in customized/styled look
you can cheat by base your work on one of the closest matching themes which already exist for tiki for start
but if none is suitable, then it's good to start from scratch using the styles/empty.css as a base
and lot of work then adding your CSS definitions by checking the elements using firebug/inspect element developer tools of browsers
u know how to CSS, right ?
[22:24]
dcedilotteluciash, cool. I gave him an estimate that it would take about two weeks, maybe more. Yeah, I'm very familiar with CSS. [22:28]
***rodrigo_sampaio has joined #tikiwiki [22:29]
luciashfor wikihow type of theme (lot of rounded corners boxes and shadows) i would reserve at least 4 weeks
and handling icons are time consumimg too
s/are/is/
[22:29]
dcedilotteTrue. Well, I told him it could vary. [22:31]
***dcedilotte is now known as dcedilotte_away [22:33]
CIA-79tikiwiki: 03chealer * r30459 10/branches/6.x/templates/find.tpl: [FIX] List articles date range filter not remembering values when showing results (from r25035) [22:35]
***conner_bw has quit IRC (Quit: conner_bw) [22:38]
.... (idle for 15mn)
abhi__ has quit IRC (Quit: Page closed) [22:53]
CIA-79tikiwiki: 03chealer * r30460 10/branches/6.x/ (templates/find.tpl tiki-list_articles.php): [FIX] List articles: Clear filter not clearing date limits and article type [22:56]
Devilwctgoing lie down again
good night everyone
[22:58]
***Devilwct has quit IRC (Quit: Page closed) [22:58]
..... (idle for 22mn)
CIA-79tikiwiki: 03nkoth * r30461 10/branches/6.x/lib/wiki/editlib.php: [FIX] Workaround Wysiwyg Image Plugin Editor in IE7 erases image on insert http://dev.tiki.org/item3615 [23:20]
tikiwiki: 03sampaioprimo * r30462 10/branches/6.x/lang/pt-br/language.php: pt-br translation [23:33]
***ttrimm has joined #tikiwiki [23:37]
redflo has left [23:50]

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