Trebly: No 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.
Tikiwiki|bot: New Forum Posts: Chat in tikiwiki - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=39271
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.
luciash: oh, i am not sure i follow but probably any enhancement which doesn't break thinks is welcome :)
*things
:D
jcyrisse: any 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?
luciash: jcyrisse: probably because it's not implemented in your PHP
jcyrisse: check phpinfo
jcyrisse: luciash: it wasnt used in 5.x?
CIA-79: tikiwiki: 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).
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.
jcyrisse: so where do i look in phpinfo to confirm whether implemented or not?
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"
jcyrisse: Trebly: i think i see it...md2 md4 md5 sha1along with a whole slew of others listed
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
luciash: Trebly: 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 ?
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).
luciash: sorry, 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
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).
luciash: ah :D
i see
***: Caarrie|away is now known as Caarrie|sleeping
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.
***: Teresa has joined #tikiwiki
Teresa is now known as ttrimm
luciash: Trebly: i don't understand
Trebly: sorry
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...
<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
...
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
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"
CIA-79: tikiwiki: 03robertplummer * r30432 10/trunk/lib/profilelib/installlib.php: [FIX] Simple profile installer for sheets. Imports cells and title of sheet
jcyrisse: <Trebly> ty, i will check that out
***: jcyrisse has left
CIA-79: tikiwiki: 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)
***: 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
uSlacker has quit IRC (Ping timeout: 245 seconds)
uSlacker has joined #tikiwiki
CIA-79: tikiwiki: 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
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
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)
***: uSlacker has quit IRC (Ping timeout: 252 seconds)
uSlacker has joined #tikiwiki
CIA-79: tikiwiki: 03luciash * r30439 10/branches/6.x/pics/large/ (intertiki.png intertiki48x48.png): [FIX] visual: nicer jini iconset matching icon for the intertiki panel
***: FrankP has joined #tikiwiki
CIA-79: tikiwiki: 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
***: chealer has joined #tikiwiki
Tikiwiki|bot: New Forum Posts: How to remove tiki-index.php from URL - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39273
***: redflo has joined #tikiwiki
luciash has quit IRC (Ping timeout: 240 seconds)
Sug4r has quit IRC (Ping timeout: 265 seconds)
ttrimm has quit IRC (Quit: Later Folks!)
coaboa: Hi and good morning tikiverse
***: Trebly has quit IRC (Remote host closed the connection)
xavi has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie|away
xavi: polom
anybody successful using jquery carousel in Tiki6?
***: chibaguy has joined #tikiwiki
chibaguy: polom
xavi, infinite carousel is working at themes.t.o, right? That's Tiki 6.
xavi: hi chibaguy
chibaguy: hi
xavi: well, 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
chibaguy: hmm.
xavi: and I've disabled js and css minifying, just in case, but no change
chibaguy: you have admin access at themes.t.o, don't you?
xavi: yes
chibaguy: so you can see the L&F code, etc.
xavi: ok, there I go
chibaguy: I 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.
coaboa: hi chibaguy & xavi
chibaguy: hi coaboa
xavi: hi 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
chibaguy: Yes, the CSS seems to be missing.
Is it the four images that are in the carousel?
xavi: yes
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)
chibaguy: It needs to be as wide as the sum of your image widths.
xavi: ok, that's it. I've set it to 1000, and the page displays narrower
however, carousel still not on
chibaguy: hey, I see it working in Firefox
xavi: yes, 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
chibaguy: I suspect there is a small difference in css or something that makes the browser behavior different.
maybe a syntax error.
xavi: mmm, 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
chibaguy: oh
you don't have more than one div#carousel in the not-working page, do you?
xavi: mmmm
chibaguy: nope. I checked.
xavi: look at this: http://test.intercanvis.net/Inici
it's wonrking, nowadays, once I moved it out of the split plugin calls
***: coaboa has quit IRC (Ping timeout: 252 seconds)
coaboa has joined #tikiwiki
chibaguy: I can't see that page as anonymous.
xavi: cross-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
chibaguy: Hmm, no movement in Opera.
xavi: ok, then, same as in chrome (no movement, and no column respected on the left)
chibaguy: One solution is to not use Split. Use divs instead.
(But would mean remaking your whole page.)
xavi: safari 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
chibaguy: It may be the problem of nested plugins not always working.
xavi: it might, so it's worth sending a message to the devel list (this might be masking some other issue)
chibaguy: But I'm not a fan of Split, since it is using a table for layout.
xavi: yes, I know :-)
Once I learn how to use div's properly...
chibaguy: As you say, there could be a basic problem that should be worked out.
xavi: there was some page in themes.t.o about it, wans't it?
chibaguy: Yes, 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.
xavi: enjoy! :-)
bbl
***: ricks99 has joined #tikiwiki
ricks99: hi all :-)
CIA-79: tikiwiki: 03sylvieg * r30441 10/trunk/templates/tiki-poll.tpl: [FIX]poll: missing to 30329
tikiwiki: 03sylvieg * r30442 10/trunk/lib/wiki-plugins/wikiplugin_poll.php: oops trace
***: lphuberdeau has quit IRC (Ping timeout: 276 seconds)
FrankP has quit IRC (Ping timeout: 265 seconds)
ricks99: using 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 :(
CIA-79: tikiwiki: 03sylvieg * r30443 10/trunk/ (3 files in 3 dirs): [NEW]POLL: option to show nb votes
sylvieg: ricks99: no way yet - but I think it is fixed in 6 you have navigation when clicking on one item og the trackerfilter result
ricks99: im using tiki6
sylvieg: did you try max=1
***: lphuberdeau has joined #tikiwiki
chibaguy: re
ricks99: max=1,showpagination=y still shows all results
Tikiwiki|bot: New 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
sylvieg: still working for me on a trunk 3 months ago =- did not svn up this site yet
ricks99: :-(
planned to be working in tiki 6 when released?
sylvieg: the list of bugs on tracker is very very long - the code must be cleaned
CIA-79: tikiwiki: 03sylvieg * r30444 10/trunk/ (3 files in 2 dirs): [FIX]POLL: showtitle is only bar
changi: polom
lphuberdeau: hopefully, the unified search will allow to clean up that code significantly
ricks99: my (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
***: Bilal has joined #tikiwiki
Bilal: hi everyone
can anyone help me with some tikiwiki 6 beta questions -
***: redflo has quit IRC (Ping timeout: 276 seconds)
ricks99: but 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
lphuberdeau: bilal, it would probably be better with beta 3 questions if it's about issues you are having
Bilal: i 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?
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
lphuberdeau: sorry, I don't know those features much
sylvieg: ricks99: look for itemId= in the url?
ricks99: i 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"?
sylvieg: trackerfilter param are passed to trackerlist. Is it the question?
ricks99: in 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
sylvieg: just put itemId= or itemId in the url param (check the doc for the syntax)
ricks99: so i don't need to specify the specifi itemId... just include the name?
sylvieg: from 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 - ...
ricks99: hm....
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?
sylvieg: can be a wiki with teh right perm
ricks99: in the wiki page that I'm using as the template for my trackerfilter, i added [tiki-index.php?page=Profile&itemId|View Profile]
sylvieg: as the url param to trackerfilter?
the completion is onmly done on param
ricks99: when 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
sylvieg: Sorry I do not udnerstand you go from a trackerfilter to another trackerfilter?
ricks99: want to go from a trackerfilter to a trackerlist for a specific item
i'm going to send detailed info to the dev list. easier to explain then on IRC i think.
tx
maybe that will make it clearer
thought adding the url=... param would do the trick
CIA-79: tikiwiki: 03sylvieg * r30445 10/trunk/ (3 files in 3 dirs): [NEW]poll: option for admin to delete a vote
chealer: I'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?
***: Bilal has quit IRC (Quit: Page closed)
CIA-79: tikiwiki: 03lphuberdeau * r30446 10/trunk/lib/ (13 files in 8 dirs): [MOD] Adding ability to change sort order
***: chibaguy has quit IRC (Ping timeout: 265 seconds)
chealer: could I break on the next JavaScript statement executed?
lphuberdeau: it's a bit hard given that it's all event driven
CIA-79: tikiwiki: 03sylvieg * r30447 10/trunk/ (3 files in 3 dirs): [FIX]POLL: do not go on result page if results shown in the module
***: rodrigo_sampaio has joined #tikiwiki
xavi: back
ricks99: check the doc about "nested plugins" with plugintrackerlist ?
ricks99: hi xavi.
y, saw that, but only works with trackerlist
im trying to use trackerfilter
xavi: or try using the wiki argument variable {{itemId}}
ricks99: sent detailed usecase to dev list
xavi: ah, 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
ricks99: y. (thought i thought it ws %itemId%
gonna try 01{{itemId}} now.
nope.
wsod :-(
CIA-79: tikiwiki: 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
chealer: it's not even a JavaScript issue, but a label spanning several inputs. which appears to be valid HTML :-|
ricks99: might b valid, but will surely fail a11y
chealer: I would say it fails u12y
ricks99: y. both
***: redflo has joined #tikiwiki
xavi: ricks99: did you enable "wiki argument variables"?
and do you have your error reporting on?
ricks99: yup. 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
chealer: xavi: you have line breaks in the JavaScript: $(function(){<br />
$('#carousel').infiniteCarousel();<br />
});
lphuberdeau: oh, that's fixed in 7
chealer: that can't be good, will probably cause JS errors (lucky it doesn't in Firefox)
xavi: did I?
ok, I'll try , thanks (I'm afraid documentation might be wrong, then)
I'll check the doc also
thanks for the tip
chealer: xavi: I assume that's due to some parser bug/unexpected behavior, it must not be in the code
lphuberdeau: that's caused by the execution order, the split is parsed first
putting everything on the same line might fix it
xavi: yes, it did!
thanks chealer and lphuberdeau!
nice to see you lphuberdeau on irc and on the devel list!
CIA-79: tikiwiki: 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.
xavi: doc.tiki.org down (unable to conect to db)
changi? ^
well, this page, at least: http://doc.tiki.org/PluginCode
homepage seems to load
chealer: xavi: works for me
xavi: mmm, yes, works for me now
who knows. failed twice in the previous minutes
CIA-79: tikiwiki: 03sampaioprimo * r30451 10/branches/6.x/lang/hu/language.php: Hungarian translations done on i18n.tiki.org
xavi: time to leave. u all
***: xavi has left "Leaving."
Tikiwiki|bot: New Forum Posts: Going from Tiki version 1.8 to 3.8 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39278
***: luciash has joined #tikiwiki
luciash has quit IRC (Changing host)
luciash has joined #tikiwiki
ChanServ sets mode: +o luciash
luciash: re
hi ricks99, try &itemId={{itemId}}
arg vars must be enabled
CIA-79: tikiwiki: 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.
luciash: ricks99: or try just ...&itemId"
ricks99: have 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
luciash: ricks99: 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
ricks99: did u see my email on dev list? may b easier to understand
sylvieg: ricks99: [...] is not a valid param for trackerfitler
ricks99: no. [....] is in my wiki tpl
sylvieg: try to use showlink and url=itemId
url=profile&itemId
luciash: ricks99: yes, i am replying to that mail here :) ok, that should work → [tiki-index.php?page=Profile&itemId={{itemId}}|View Profile]
sylvieg: but in the wiki it will not work
luciash: in the wikiTPL
sylvieg: it 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...
luciash: or [tiki-index.php?page=Profile&itemId={$itemId}|View Profile]
sylvieg: can not work luciash
because ricks99wants this at the first level
luciash: sylvieg: in wiki TPL ?
sylvieg: it's smarty
sylvieg: at the first level itemsId is not known (for the actual code)
luciash: at first level wiki argument variables should work, no ?
sylvieg: because it is a list of itemIds in the page
-: ricks99 confused...
coaboa: me too ;-)
luciash: ricks99: i haven't read log here, just your mail, confused too :)
sylvieg: wherne you are in a trackerlist or trackerfilter page -> tiki knows a list of itemId - so {{itemId}} is not affected
ricks99: sorry, thought my email was clear :(
sylvieg: use showlinks=y , url=profile&itemId in the params of trackerfilter
lphuberdeau: trackers are confusing, don't take it personally ricks ;)
luciash: ricks99: it is right that itemId would work only on trackerlist page where you show only one item
imo
sylvieg: at least now we have a global vision what we wnat to do with tracker .. it has been build little bit by little bit
ricks99: testing...
-: sylvieg thinking the solution we saw in tikifest new yrok is probably the best approach for tracker rewriting
luciash: ricks99: you can use itemId from $f_XX if you add item id type field to your tracker
so [...={$f_XX}|View Profile] should work
ricks99: now 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.
luciash: it is the auto-increment assign type
sylvieg: autopincrement = option..
ricks99: of course@
that's so obvious. how could i miss it? ;-)
***: amette has quit IRC (Ping timeout: 276 seconds)
amette has joined #tikiwiki
ricks99: hm...
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
CIA-79: tikiwiki: 03lphuberdeau * r30453 10/trunk/lib/core/Search/GlobalSource/PermissionSource.php: [ENH] Skip the resolver fetch if not needed
sylvieg: http://doc.tiki.org/Auto-Increment+Field the field is set only for new item
ricks99: y. just saw that
luciash: oh, that's unfortunate
ricks99: good thing im only doing testing -- no real data :-)
sylvieg: if soembody wants to integrate this in the code ... welcome
ricks99: think this will work now.
luciash: ok, why wouldn't {$ItemId} work then when it is sent in url ?
or {{itemId}} (when wiki arg vars set on Admin > Editing...) ?
ricks99: i treid both. neither worked
maybe it was me
but using the auto-increement and using that field should do it.
-: sylvieg knows why - but did not find the right words to explain
luciash: ricks99: yes, that will definitely work
i am using it like that on one project
Tikiwiki|bot: New Forum Posts: Chat - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39281
***: conner_bw has joined #tikiwiki
lphuberdeau has quit IRC (Ping timeout: 245 seconds)
ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org)
lphuberdeau has joined #tikiwiki
changi: luciash: do you need help for icons stuff ? (moving files etc...)
luciash: changi: it would be helpful if u have some time to do what i wrote in those TODOs
changi: thank you
changi: luciash: will have a look
luciash: hope u like the new icons :)
***: marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
luciash: changi: also marc would like to see the icon "thumbsup" for tiki-admin.php?page=rating panel ;)
changi: luciash: yes
luciash: ok, let start with the moving one's
luciash: sure
changi: luciash: admin_textarea become textarea48x48.png right ?
***: olinuxx has joined #tikiwiki
luciash: changi: you can rename to editing...
changi: editing48x48
changi: luciash: ok
luciash: done
CIA-79: tikiwiki: 03changi67 * r30455 10/branches/6.x/ (9 files in 4 dirs): [FIX] put icon at the right place and modify ref in tiki-admin
changi: luciash: about rating, put at the last position, or you have a preference ?
luciash: marclaporte: ping
:)
marclaporte: pong
luciash: marclaporte: see chagi's question
***: LN_ has joined #tikiwiki
luciash: sorry, changi's
marclaporte: all 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
changi: marclaporte: could you be more precise ?
:)
marclaporte: since rating is quite new and for power users, it should be towards the end
luciash: changi: so last position is maybe fine ;)
marclaporte: :-)
changi: luciash: do you have a 48x48 for that one ?
LN_: I have a question for you guys! Is Tikiwiki 2.2 (pretty old I know!) working with PHP 5.3?
Tikiwiki|bot: 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
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
changi: luciash: where do we activate rating ?
luciash: changi: yes, there is 48x48
changi: luciash: there is no feature_rating ?
luciash: LN_: no idea but it should be no problem (other than security risking)
changi: luciash: where is the 48x48 ?
luciash: changi: pics/large
changi: LN_: only some warning about using deprecated fonctions
luciash: changi: or did i commit that ?
changi: s/fonctions/functions/
luciash: i think it's missing :)
luciash: changi: hmm
-: luciash rechecks
changi: marclaporte: rating is not a feature
marclaporte: or it is not define so
LN_: luciash: thanks for answering! Do you know if there's some documentation where I could find wich fonctions are deprecated ?
marclaporte: ah
luciash: changi: svn status --ignore-externals says i am clear
changi: luciash: which name ?
luciash: rating48x48.png
changi: luciash: of was looking at thumbup
:)
luciash: changi: oh, sorry, i meant the "thumbup" look-a-like :)
***: Devilwct has joined #tikiwiki
Devilwct: ola
changi:
LN_: http://www.gssmods.com/topic/49-php53-deprecated-functions-in-php/
Devilwct: 5.3.1 has even more deprecated functions
luciash: changi: if u want u can also check which of the icons are not used anymore and delete them (clean up before release ;))
***: LN_ has quit IRC (Ping timeout: 265 seconds)
uSlacker: Good 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
Devilwct: what version?
uSlacker: I can do other things that write to the database (setting, etc), but article changes/edit, etc cause a problem
running v5.3
***: abhi__ has joined #tikiwiki
abhi__: hi
Devilwct: hi
abhi__: can anybody help me out with tikiwiki theme
Devilwct: uslacker do you have turned php errors on?
uSlacker: I seem to be able to edit a wiki page without issue, too
Not that I know of
Devilwct: hmz and you are logged in with an admin account?
abhi__: I've the basic theme, fivealive installed, but i dont know how to insert the top menu n catagory menu
uSlacker: correct. I can make other admin changes
CIA-79: tikiwiki: 03nkoth * r30456 10/trunk/tiki-socialnetworks_firstlogin.php: [FIX] Wrong account was being deleted (should have been the temp FB account)
Devilwct: do you have a link for me?
abhi__: does anybody know any premium theme tikiwiki?
4 tikiwiki?
uSlacker: Devilwct The site is here: http://s343295821.onlinehome.us/tiki-5.3
Devilwct: uSlacker: maybe it gets a timeout?
or it is slow because i am in the netherlands o_0
uSlacker: Seems pretty quick in the US. Execution time is 50000
changi: abhi__: in look and feel
Devilwct: a nice yeah it is the distance lol
uSlacker: is it a fresh installation
luciash: abhi__: what is "premium" ?
uSlacker: yes. About 2 weeks old
not in produciton yet
Devilwct: then it should be pretty clean :S
you have full premissions on the database?
changi: luciash: you are talking about everything in pics/large/ ?
uSlacker: Devilwct: to the database, but not the db install
Devilwct: database should be enough
luciash: changi: yes, there r some deprecated (not used afaics) and also in img/icons/ there are even the old-timers admin panels icons
Devilwct: and can you also delete articles?
uSlacker: I can see that changes are being written to the database, even the articles table.
Devilwct: but it won't change?
uSlacker: It seems like I get one good write when I save an article, then it fails on subsequent changes
Devilwct: maybe a stupid question but have you tried to clear the cache once in a while?
uSlacker: nope let me try it
Devilwct: the cache of Tiki itself you see the button in the upper right corner
uSlacker: didn
Devilwct: did nothing?
uSlacker: ok, I cleared the various caches and got the same error
Devilwct: you have a real error or your page just goes blank?
uSlacker: what 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)
Devilwct: and which one issen't working?
uSlacker: after a while then bother browsers die with a 500 internal error
the error appears no matter which browser I start in.
lphuberdeau: check the browser's error log for the 500, it can be anything
Devilwct: uhm did you set the directory premissions (via your ftp)?
lphuberdeau: server's error log, sorry, getting late
uSlacker: No, I set perms vis the shell
I have them set to 755 at the moment
Devilwct: can you try to set them on 777
uSlacker: unfortunately I do not have access to the servers error log
lphuberdeau: seriously? you can search for a long time without those
uSlacker: I have access log access but not error_log
Devilwct: the most problems with an 500 error (internal server error) is premissions, file not foundm ascii upload mode
lphuberdeau: or timeouts, or memory exhausted, or file permissions
Devilwct: foundm = found,
sorry for the typo
uSlacker: I reset perms to 777 and the problem appears to be there still
lets see what happens once it recovers
lphuberdeau: some configs also give 500 for being too permissive
uSlacker: if that doesn't help, I'll open a ticket and ask for the error_log
What is ascii upload mode?
***: FrankP has joined #tikiwiki
uSlacker: ok, I get a 500 immediately if perms are set to 777
reset to 755 and Its ok
Devilwct: it a way how your ftp handles your fileuploads but it doesn't apply to your problem
uSlacker: but 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!
Devilwct: have a nice dinner ^^
and no problem
***: rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds)
dcedilotte has joined #tikiwiki
dcedilotte: Hi 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.
luciash: dcedilotte: facebook registration was commited recently iirc
dcedilotte: not sure, but i think trunk still only
marclaporte: Nelson Ko is working on something, but not sure what is use case
luciash: dcedilotte: the facebook/twitter integration in Tiki 6 is for sharing shoutbox messages to the sites afaik
dcedilotte: luciash: thanks for answer.
marclaporte, thanks Marc.
***: FrankP has quit IRC (Ping timeout: 276 seconds)
Tikiwiki|bot has quit IRC (Ping timeout: 265 seconds)
CIA-79: tikiwiki: 03chealer * r30457 10/trunk/templates/find.tpl:
tikiwiki: remove some useless/confusing label elements or convert to span
tikiwiki: Ref: 16723
changi: bye tiki's
***: changi is now known as changi|always
changi|always: ousp
***: changi|always is now known as changi|away
dcedilotte: marclaporte, 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)?
luciash: changi|away: *g*
marclaporte: dcedilotte: chibaguy & luci are better to answer that
depends on the theme (do you already have in html/css?)
CIA-79: tikiwiki: 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
dcedilotte: marclaporte, no, that's the thing, it would only be a PSD file form what the dude is telling me.
marclaporte: So you have two jobs
and you need to see the PSD first
dcedilotte: marclaporte, as a rough estimate would a week be too short or would it be possible?
marclaporte: If design is not crazy, yes a week is OK
luciash: week of intensive hard work
;)
dcedilotte: luciash, 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.
luciash: first 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 ?
dcedilotte: luciash, cool. I gave him an estimate that it would take about two weeks, maybe more. Yeah, I'm very familiar with CSS.
***: rodrigo_sampaio has joined #tikiwiki
luciash: for 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/
dcedilotte: True. Well, I told him it could vary.
***: dcedilotte is now known as dcedilotte_away
CIA-79: tikiwiki: 03chealer * r30459 10/branches/6.x/templates/find.tpl: [FIX] List articles date range filter not remembering values when showing results (from r25035)
***: conner_bw has quit IRC (Quit: conner_bw)
abhi__ has quit IRC (Quit: Page closed)
CIA-79: tikiwiki: 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
Devilwct: going lie down again
good night everyone
***: Devilwct has quit IRC (Quit: Page closed)
CIA-79: tikiwiki: 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
tikiwiki: 03sampaioprimo * r30462 10/branches/6.x/lang/pt-br/language.php: pt-br translation
***: ttrimm has joined #tikiwiki
redflo has left