***: lphuberdeau has quit IRC (Ping timeout: 276 seconds)
goj has quit IRC (Disconnected by services)
goj_killedByISP has joined #tikiwiki
goj_killedByISP is now known as goj
Caarrie|away is now known as Caarrie|sleeping
lindonb has joined #tikiwiki lindonb: chealer: hi ***: coaboa has joined #tikiwiki
coaboa has quit IRC (Remote host closed the connection)
coaboa|afk has quit IRC (Ping timeout: 264 seconds)
fabricius has joined #tikiwiki
lindonb has left
fabricius has quit IRC (Remote host closed the connection) CIA-88: tikiwiki: 03chealer * r36352 10/trunk/ (2 files in 2 dirs): [FIX] Search for Wiki page module: undefined index exact when exact parameter is left to the default ***: chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy chibaguy: polom
Sorry for the off-topic, but this is fun to read: http://www.informationweek.com/thebrainyard/news/social_networking_consumer/231500371/you-know-youre-from-it-in-1990s-if-
nostalgia chealer: "12. you could identify the speed a modem was connecting by the sound of the tones."
heh, I guess I'm not
good night chibaguy: hi chealer and good night. (yeah, I don't recall the differences per speed on those tones.) sylvieg1: page
oop ***: xavi has joined #tikiwiki chibaguy: I guess it's probably known already that instances of "url" in the docs at doc.t.o are sanitized (http://doc.tiki.org/PluginTracker#Parameters -- "you can put double quotes around the url (ex: ur<x>l="http:/tikiwiki.org")."
Well, anyway at least it's no surprise when "url" and "script" get sanitized in the user's wikitext. But it'd be nice if these strings could be used intact for legitimate purposes in reality and in the docs. ***: lphuberdeau has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie|away
Laiat has joined #tikiwiki
lindonb has joined #tikiwiki
lindonb has left
Laiat has quit IRC (Quit: Page closed)
thraxisp has joined #tikiwiki
nkoth has joined #tikiwiki
fabricius has joined #tikiwiki CIA-88: tikiwiki: 03xavidp * r36355 10/branches/proposals/6.x/lang/ca/language.php: set in sync with branches 6x
tikiwiki: 03lphuberdeau * r36356 10/trunk/lib/core/ (2 files in 2 dirs): [FIX] Missing language handling
tikiwiki: 03xavidp * r36357 10/branches/6.x/lang/ca/language.php: set in sync with proposals 6x lphuberdeau: for a moment I asked myself if it was still worth it to commit to 6.x, then I reminded myself it was still supported, feels like so long ago CIA-88: tikiwiki: 03xavidp * r36358 10/branches/proposals/6.x/lang/ca/language.php: updated a bit with help of maryonce and jboleda ***: fabricius has quit IRC (Remote host closed the connection)
jonnyb has joined #tikiwiki xavi: lphuberdeau: :-) "LTS" chealer: polom ***: nkoth has quit IRC (Quit: nkoth) Tiki|bot: New Forum Posts: Can Tiki read a table from a Database to fill a Items list field? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42071 ***: lphuberdeau has quit IRC (Quit: lphuberdeau)
lphuberdeau has joined #tikiwiki
lphuberdeau has quit IRC (Quit: lphuberdeau)
lphuberdeau has joined #tikiwiki
lphuberdeau has quit IRC (Client Quit)
lphuberdeau has joined #tikiwiki jonnyb: hi lphuberdeau - you about (intermittently it seems) - have a dull question about $tikilib->httprequest and related fns lphuberdeau: k jonnyb: sry - phone CIA-88: tikiwiki: 03chealer * r36359 10/trunk/lib/init/smarty.php:
tikiwiki: [FIX] get_filename() and others do not support template_dir as an array, only the traditional string (r36095 regression)
tikiwiki: See http://article.gmane.org/gmane.comp.cms.tiki.cvs/67578 lphuberdeau: don't ask to ask :) jonnyb: :) ***: OldMines has joined #tikiwiki xavi: polom ***: lindonb has joined #tikiwiki xavi: jonnyb, got your email jonnyb: hi xavi xavi: you canreproduce (no hurry at all, can be other day) here:
http://intercanvis.net/tiki-view_tracker_item.php?itemId=2621&show=view&reloff=17&cant=510
this item is duplicated with 2620
so I want to save it with status closed and another change (reason for closing it), but the user can't save it successfully chealer: hi lindonb, xavi OldMines: hello, I am seeking help with allowing only 1 item per user in a tracker (Tiki Wiki 7). I have the option checked in the Tracker's parameters, and also have a "user selector" field, but users can still add multiple items. They have the tiki_p_create_tracker_items permission, not sure if this is the problem, but without out, they couldnt add even 1 item. xavi: when I click at save, I see nothing there at the botom
but If I manually scroll at the top, I see the js validation error OldMines: s/out/it/ lindonb: hi chealer! xavi: using ff6 ***: marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte xavi: hi chealer and lindonb lindonb: hey xavi! chealer: how are you lindonb? good to see you here OldMines: anyone can help me on the problem described above ? lindonb: doing great, thanks!
how about you? chealer: lindonb: I'm OK, just too busy :-S
but it's really the development pace keeping me busy :-) lindonb: good problem to have!
you are an awesome one-man quality control team! jonnyb: OldMines: sorry, not tried that in 7, used to work in 6 but might need fixing (trackers changed a lot for 7) OldMines: oh jonny you think it might be a bug
beind quite new to tikiwiki, I thought I was making a mistake somewhere.. jonnyb: ok, lphuberdeau: i'm trying to get an http POST to work using $tikilib->httprequest by diverting it into prepare_http_auth_post but it doesn't seem to like it. Looks like that function is unused - any clues as to best way to do this?
OldMines: the setup was always quite tricky, so that's possible, but i haven't re-tested it with 7.x so could well be a bug (sorry, not much help) lphuberdeau: jonnyb: prepare_http_auth_post has a different purpose and is called through some dynamic function building jonnyb: thought it might be lphuberdeau: jonnyb: if you want to build a post request, you should call get_http_client(), which returns a Zend_Http_Client and that should give you all you need
get_http_client makes sure the proxy and authentication stuff is set-up properly jonnyb: ok, and not use the fns in tikilib? lphuberdeau: it's a function in tikilib to get the client jonnyb: ok, got it (i think) - and use the zend functions "raw" to do the post? lphuberdeau: you want to post to a tiki site? chealer: lindonb: heheh. I wish I wasn't a team, but thank you :-) jonnyb: yes, the tiki connect info lphuberdeau: if it's a controller on the other side, you can use Services_RemoteController
see examples in Services_Tracker_SyncController jonnyb: hmmm, ok - thanks lphuberdeau, will investigate ***: xavi has left Tiki|bot: New Forum Posts: Rick Sapir's book on the nook - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42073 ***: OldMines has quit IRC (Quit: Page closed)
chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.)
lphuberdeau has quit IRC (Ping timeout: 252 seconds)
marclaporte has quit IRC (Ping timeout: 276 seconds) CIA-88: tikiwiki: 03chealer * r36360 10/trunk/lib/smarty_tiki/ (86 files):
tikiwiki: [REF] Smarty blocks, functions, output filters and prefilters: stop passing Smarty object by reference, unneeded with PHP 5
tikiwiki: thanks Rodney Rehm ***: OldSkill has joined #tikiwiki
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte OldSkill: re, anyone can help me setup my tracker correctly? I want users to only be able to create a single item, not more
oh and also, my tiki wiki 7.0 checks for updates but does not find the 7.1, it says version is up to date ***: lphuberdeau has joined #tikiwiki OldSkill: hmm the registering of new users on tiki.org seems broken too :/ marclaporte: OldSkill : oh! chealer: OldSkill: thanks for reporting. the version issue is known
changi|morphee: could you check what's going on on https://tiki.org/tiki-register.php ? changi|morphee: chealer: i'm not the master of tiki.org :) chealer: changi|morphee: oh, sorry. thanks changi|morphee: marclaporte: upgrade of trunkdoc in processs chealer: OldSkill: I sent a mail to the tikiwiki-devel mailing list about the registration problem.
changi|morphee: I imagine you're just doing maintenance, but doc/dev are broken
bbl changi|morphee: chealer: not any more
:)
sync doc and trunkdoc
:) chealer: changi|morphee: thanks marclaporte: doc: Tiki is unable to connect to the database
ok, it's back changi|morphee: trunkdoc is up
2date ***: matteo-servas-it has joined #tikiwiki changi|morphee: marclaporte: i always get a blank page on trunkdoc.tiki.org
marclaporte: normal ? marclaporte: no
means something exploded in trunk :-)
and it gives extra justification of why this project is very important
view source just has: <div id="TikiDocumentationSuite" style="display:block;"> Is it running out of RAM? matteo-servas-it: I'm looking for help on my first php - tiki wiki program ***: jonnyb has quit IRC (Quit: I am going outside... I may be some time...) marclaporte: nice to see you here matteo-servas-it! matteo-servas-it: Hi marc
I have winnten a bash program, who take a pdf and superinpose a string (this copy was ..... by the user ....) it works if I run ib bash
I have 2 problem changi|morphee: marclaporte: it's working on trunkdev matteo-servas-it: I can't run the hello program , i found in the help site , there are many wrong characters can you send me or put in the site the right one? marclaporte: matteo-servas-it : what URL are you looking at? matteo-servas-it: second a problem whit php. I can't run bash where I modify my
http://dev.tiki.org/Hello+World#To_create_a_new_plugin this example
don't work because of extra characters
http://dev.tiki.org/Create+a+Plugin#Create_a_Plugin too
I need to call the bash program /somepath/lista.sh username but if i call inside php the progran don't work
How I can trace the program chealer: what are the credentials for trunkdoc again?
nevermind ( http://tiki.org/Pre-Dogfood+Server )
changi|morphee: that looks like a Smarty compilation failure. is error reporting enabled? ***: Laiat has joined #tikiwiki OldSkill: anyone feel like helping me with my tracker issue? ***: lphuberdeau has quit IRC (Ping timeout: 260 seconds)
lphuberdeau has joined #tikiwiki
ab_ has joined #tikiwiki
ab_ is now known as Guest72463
Guest72463 has quit IRC (Client Quit) chealer: hum, getting "You appear to be using HTML in your article but have not selected "Allow HTML". This will result in HTML tags being removed. Do you want to save your edits anyway?" when editing on old article on info (Daniel's first interview). it does contain HTML, and the checkbox is not checked
hum, it's "Allow full HTML (for this edit session)"
so if you don't check that previously entered HTML is "broken"
meh
changi|morphee: info is struggling
"General error: 2006 MySQL server has gone awa" ***: arild_ has joined #tikiwiki arild_: I have had problems assigning a searchbox in the top menu bar using Tiki 7.1. Easy in Tiki6. Just check in features. In Tiki7 the drag&drop of modules does not seem to work properly
Anybody else with the same problem? ***: thraxisp has quit IRC (Read error: Connection reset by peer)
thraxisp_ has joined #tikiwiki OldSkill: still unable to register on tiki.org ? ***: fabricius has joined #tikiwiki
lindonb has quit IRC (Quit: bye bye!) arild_: !help Tiki|bot: You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot .