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

WhoWhatWhen
Tiki|botNew Forum Posts: What is articles good for? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41987 [01:04]
***Caarrie|away is now known as Caarrie|sleeping [01:13]
..... (idle for 21mn)
lphuberdeau has quit IRC (Ping timeout: 250 seconds) [01:34]
rodrigo_sampaio has quit IRC (Quit: Leaving.)
goj_killedByISP has joined #tikiwiki
goj has quit IRC (Disconnected by services)
goj_killedByISP is now known as goj
[01:48]
............. (idle for 1h0mn)
coaboa|afk has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 255 seconds)
[02:51]
Trebly has quit IRC (Ping timeout: 264 seconds) [03:06]
..... (idle for 24mn)
lphuberdeau has joined #tikiwiki [03:30]
............................................. (idle for 3h41mn)
redflo has joined #tikiwiki
Wilkins has joined #tikiwiki
Wilkins has quit IRC (Remote host closed the connection)
Wilkins has joined #tikiwiki
[07:11]
CIA-88tikiwiki: 03chealer * r35928 10/trunk/categorize.php:
tikiwiki: [FIX] Uploads to file gallery hang during upload "Fatal error: Call to a member function check_script() on a non-object" in AJAX response due to undefined $access from FileGalLib->_actionHandler_uploadFile()
tikiwiki: r35706 regression. thanks Nelson Koth
[07:26]
***redflo has left [07:31]
Merbster has joined #tikiwiki
redflo has joined #tikiwiki
[07:41]
MerbsterPolom! [07:41]
***SJ-Jay has joined #tikiwiki [07:47]
SJ-Jaypolom everyone! [07:47]
coaboa|afkpolom back & good morning tikiverse [07:54]
SJ-Jaywhat's going on with tiki.org? [08:01]
..... (idle for 23mn)
can anyone explain how to make multiple selections on the same row with the checkbox tracker field? [08:24]
Tiki|botNew Forum Posts: Can Tiki show content based on Freetag or Category? Oh and "subroutines" - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41992 [08:36]
.............. (idle for 1h8mn)
***bonanza has joined #tikiwiki [09:44]
.......... (idle for 47mn)
Caarrie|sleeping is now known as Caarrie|away [10:31]
..... (idle for 22mn)
that_nima has joined #tikiwiki [10:53]
that_nimahello ? [10:55]
***that_nima is now known as nima [10:56]
SJ-Jayis it possible to create a custom tracker field type? i need to create af field which links to a file on a network share [10:59]
lphuberdeauit gets easier in 7 and even more in 8 [11:01]
***luciash has joined #tikiwiki [11:02]
luciashpolom [11:02]
lphuberdeauyou essentially need to add a class and register it from 7+ [11:03]
SJ-Jaywe already upgraded to 7.0 [11:03]
Merbster7.1* [11:03]
SJ-Jay7.1 sorry
:D
[11:03]
***luciash has quit IRC (Changing host)
luciash has joined #tikiwiki
ChanServ sets mode: +o luciash
[11:03]
lphuberdeaucheck out lib/core/Tracker/Field/ [11:03]
SJ-Jayi was hoping to "steal" the code from the attachment field type.. but instead uploading the file, i just wants to register the file location
want*
[11:04]
Merbsterlphuberdeau, ok, that makes sense, where to register it? :) [11:05]
***luciash changes topic to: #tikiwiki [11:09]
luciashoops :) [11:09]
***luciash changes topic to: Tiki Wiki CMS Groupware - Software made the Wiki Way - Tiki 7.1 is out! Wanna ask something? Just ask. We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log), type !help to get some help from our bot ;) Enjoy! [11:13]
luciash!help [11:13]
Tiki|botYou can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . [11:13]
lphuberdeauthe registration part is actually different in 7 and 8, but look at Tracker_Field_Factory in both cases
as for the file field, I wouldn't say it's the best one to base yourself on
it's a complicated one
[11:14]
SJ-Jayhmm.. don't know what else to do! :S
we need to link trackers to files located on our network share..
the other way around ofc.. files to trackers!
[11:20]
lphuberdeaujust saying file is not the best starting point
because you're creating a link, not upoading a file
[11:20]
Merbsterlphuberdeau, we're creatin g a link to a file. So the user has to select the file to generete the link to by using a file explorer popup window (in lack of a better term) [11:21]
lphuberdeauthat's going to be trouble
because the browser might not let you know the path to that file
[11:22]
Merbsterhow does file upload forms work then? [11:23]
lphuberdeauthe browser does the file reading and sending to the server [11:24]
Merbsterah. so the chain will break when I want a textual representation of the filepath sent back to the server from the browser?
could it be accomplished with jQuery?
[11:24]
lphuberdeauwell, jquery can do it if javascript can do it (no magic), and that might depend on the browser [11:26]
Merbstercompany standard is IE8
So that is our "target" as much as I dislike it.
[11:27]
lphuberdeauI wouldn't know about IE [11:27]
MerbsterI have to, but I don't want! :P [11:27]
***sylvieg has joined #tikiwiki
ChanServ sets mode: +o sylvieg
[11:27]
lphuberdeaubut take a file field and see if you can extract the field's textual value from there [11:28]
Merbsterbtw. lphuberdeau do you have a quick answer as to why ointegratelib.php wants a DeclFilter? [11:28]
lphuberdeauto filter the data [11:28]
***rodrigo_sampaio has joined #tikiwiki [11:30]
Merbsterlphuberdeau, hehe I had expected as much :P
But I don't want to do any filtering on what is returned from the Webservice.
[11:30]
lphuberdeauback in a few minutes [11:32]
***lphuberdeau has quit IRC (Ping timeout: 246 seconds)
lphuberdeau has joined #tikiwiki
[11:36]
lphuberdeauthe thing is that the lib does not expect html, so it filters stuff for security
you might want to specify that filter as a parameter (defaulting to the current situation) and specify your own filter, either adapted to the content or a global rule not to filter if you feel that way
[11:47]
Merbsterlphuberdeau, we're just trying to push a string of text to a webservice. no HTML just pure text :) [11:49]
lphuberdeauthe filter won't affect you then
well, it most cases it won't ;)
[11:49]
***cyrusae has joined #tikiwiki [11:50]
MerbsterI have just supplied the url parameters in performRequest and inserted the params the correct places in the url.
I tried to figure out how it chooses the filter but as far as I can see it defaults to XSS. but that selection is based oin the postBody var. which I did not supply, since it defaults to null I thought it ok to ommit it.
Most other places where performRequest is called they just pass it an URL, no postbody either.
[11:50]
lphuberdeaumost requests that it handles are just GET requests [11:52]
MerbsterThis would be a post request I guess, since we're posting data and not getting it :P [11:52]
lphuberdeauyes, although that depends more on the service we're calling [11:53]
Merbsterlphuberdeau, do you have any good ressources to learn about the internals of webservices? [11:56]
cyrusaehey, it appears like a script of tiki is causing suhosin to crash. thats the snippet: http://paste.pocoo.org/show/455247/ suhosin always answers me with "Aug 9 13:35:40 HAL9000 suhosin[1368]: ALERT - end canary mismatch on efree() - heap overflow detected at 0xb875fba4 (attacker '172.31.80.174', file '/var/www/lib/userslib.php', line 408)" and apache with "[Tue Jul 26 13:25:11 2011] [notice] child pid 1395 exit signal Segmentation fault
(11)"
[11:56]
lphuberdeautry updating PHP
which tiki version is that anyway?
[11:57]
cyrusaeits up to date. 7.0 [11:57]
lphuberdeau7.0 is not up to date for tiki
7.0 does not exist for PHP ;)
[11:57]
cyrusaephp is up to date and tiki has version 7.0 [11:58]
lphuberdeauwhat version? [11:58]
cyrusae5.3.3-7+squeeze3 [12:00]
lphuberdeau5.3.6 is released [12:01]
Merbsterlphuberdeau, I got an error about the DeclFilter, but the request was performed (atleast the data I sent ended up the correct place) [12:02]
lphuberdeauI looked at the code for that file in 7.0 and I see nothing wrong with the function in which line 408 is contained
and since this is a memory management error, it's more likely to be PHP than tiki
[12:03]
CIA-88tikiwiki: 03robertplummer * r35929 10/trunk/lib/core/WikiParser/Experimental/WikiParser.php: [FIX] moved values around to get parser working, and for very simple text it works now, now off to refine each type/state syntax [12:04]
cyrusaejust added backports to the package-list, but that doesnt update php [12:04]
lphuberdeauand that code does not rely on by ref variables which sometimes cause trouble
Merbster, error?
[12:04]
Merbsterlphuberdeau: Fatal error: Class 'DeclFilter' not found in C:inetpubwwwrootlibointegratelib.php on line 94
do I need to include a defintion
or is an instance it needs?
[12:05]
lphuberdeauthat class should autoload if you're in a tiki context [12:06]
MerbsterI am not well equipped to figure out contexts.
I have created a form in a webservice template that calls the php script I have made.
I don't know if that counts as a tikiwiki context or if forms handlers code is out of scope of the rest of the wiki.
[12:06]
***chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[12:08]
chibaguypolom [12:08]
Merbstermy knowledge of php is limited, TikiWiki is the first real PHP code I have worked with. [12:08]
lphuberdeauyou can always include it directly if that fixes it
require_once 'lib/core/DeclFilter.php';
[12:08]
MerbsterI think it's a good bet. I will try. [12:09]
***cyrusae has quit IRC (Quit: Verlassend) [12:16]
SJ-Jaypolom chibaguy :) [12:17]
***GillesMM has joined #tikiwiki [12:19]
luciashhi chibaguy [12:21]
***RobertPlummer has joined #tikiwiki [12:23]
RobertPlummerpolom all [12:23]
chibaguyhi SJ-Jay, luciash and all [12:23]
MerbsterYo! :) [12:23]
CIA-88tikiwiki: 03sampaioprimo * r35930 10/trunk/tiki-user_watches.php: typo
tikiwiki: 03robertplummer * r35931 10/trunk/lib/parser/ (6 files): Moved the WikiParser to it's new home, lib/parser, and will be creating the linkage there for everything, next commit will be delete of experimental folder
tikiwiki: 03robertplummer * r35932 10/trunk/lib/core/WikiParser/Experimental/: Removed experimental wiki parser from it's old location
[12:25]
luciashluciash is missing 14th day repeat for Tiki calendar events
s/14th/14-day/
luciash going to code it (soon) :-p
[12:28]
CIA-88tikiwiki: 03lphuberdeau * r35933 10/trunk/ (3 files in 2 dirs): [MOD] Removing the local item when edit is pushed to avoid visual conflict and hide the inability to track those changes [12:31]
.... (idle for 15mn)
***Wilkins has quit IRC (Ping timeout: 252 seconds) [12:46]
nimai'm not using wikiwords, when i create a link to a page that doesn't exist ((new page | create a new page)) i get create a new page? where only the ? is a hyperlink
i'd like the whole phrase 'create a new page' to be a link
any ideas ?
[12:56]
luciashnot implemented
hack the code
[12:57]
lphuberdeauwell, it's not a bit code change [12:57]
CIA-88tikiwiki: 03sampaioprimo * r35934 10/trunk/lib/test/editlib/ (3 files): mark tests as incomplete [12:58]
lphuberdeaulib/core/WikiParser/OutputLink.php line 85 [12:58]
nimawas the hack code in reply to me ? [12:58]
lphuberdeaunima, yes [12:59]
***Trebly has joined #tikiwiki [12:59]
nimaokay cheers - i'm new to twiki and i thought i was going mental [13:00]
luciashnima: yup
nima: not yup to the mental ;)
nima: see the line lphuberdeau mentioned
[13:00]
nimayup. if you see me typing sudo apt-get install into here then you'll know i've gone mental... [13:02]
luciash:)
that's quite common ppl mistype into irc command line pretty often ;)
[13:02]
nimamy sympathies to them
i'm using version 6.2 i think the file might have changed you're talking about the line with the outputLink( '?. array ...
i just need a $page.'?' don't it
*i
oh i see i add it to the attributes string
[13:03]
***radek82 has joined #tikiwiki [13:10]
CIA-88tikiwiki: 03lphuberdeau * r35935 10/trunk/ (2 files in 2 dirs): [FIX] CSS class name causes conflicts, too ambiguous [13:10]
lphuberdeauah, can't help with 6.2, I don't even remember how the code was back then [13:11]
nimaoh that's fine i think i can wrap my head around this php [13:11]
lphuberdeaubut yeah, if the file exist, it should be in there [13:11]
SJ-Jaylphuberdeau, do you think it is impossible to pass the local file location path to the webserver? [13:12]
***bonanza has quit IRC (Ping timeout: 240 seconds) [13:12]
lphuberdeauit's actually possible if the form is not set-up to send the files, but that's not the case
actually, I've seen it in some browsers, but I don't think that's a defined behavior
[13:12]
SJ-Jaywell.. i just have to do more research at some point.. my desk is stacked with unfinished work.. and just keeps growing! Merbster and me won't be getting that much sleep the next few weeks..
btw i am also having trouble with a tracker.. can you confirm that the file attachments field can only be used once per tracker?
i'm trying to add multiple files per tracker, but just receives this error: Incorrect fieldId: 188
i know for sure this fieldId exist.. and have even tried to replace it with a new!
[13:20]
***luciash has quit IRC (Ping timeout: 252 seconds) [13:27]
lphuberdeauyeah, that may be one of the issues with the file field
in Tiki8, it's kind of superseeded by "files", which stores in file galleries, indexes the content and allows multiple fields per item
oh, and allows drag&drop of files, multiple upload, ...
[13:27]
***bonanza has joined #tikiwiki [13:29]
SJ-Jaythat sounds good! [13:30]
***luciash has joined #tikiwiki [13:33]
sylviegin tiki6 it was possible to have multiple file fields - with only one file per field [13:35]
CIA-88tikiwiki: 03lphuberdeau * r35936 10/trunk/lib/ (core/Tracker/Field/ItemLink.php trackers/trackerlib.php): [FIX] Notices [13:42]
lphuberdeauoh, so that's what the code was trying to do, never figured it out during the conversion [13:43]
CIA-88tikiwiki: 03lphuberdeau * r35937 10/trunk/ (2 files in 2 dirs): [ENH] Avoiding useless work and printing out the links to local and remote items as appropriate in the synchronization tab [13:44]
SJ-Jaydoes anyone know if there is a bug with the tracker image field? [13:48]
***nkoth has joined #tikiwiki [13:48]
SJ-Jaycan't get it working..
i've configured the image gallery identical as our file gallery which work
image and file gallery saves the files on a server location.. all permissions are set correctly
[13:48]
lphuberdeauimage and file share code if I am correct, both are problematic ;) [13:50]
CIA-88tikiwiki: 03sylvieg * r35938 10/branches/7.x/lib/trackers/trackerlib.php: [FIX]tracker: speed up 15 times item history function [13:52]
SJ-Jaymy boss made some sketches on how he would like some of the registrations i'm trying to do with trackers.. since this morning i haven't finished anyone yet! :P [13:53]
CIA-88tikiwiki: 03sylvieg * r35939 10/branches/7.x/installer/schema/20110808_tracker_tiki.sql: [FIX]tracker: incoprrect index [13:56]
***nkoth has quit IRC (Quit: nkoth)
flaytos has joined #tikiwiki
[13:56]
flaytoshello [14:00]
CIA-88tikiwiki: 03sylvieg * r35940 10/branches/7.x/db/tiki.sql: [FIX]tracker: incorrect index [14:00]
flaytosthere's any way of put a calendar in wikitiki? [14:01]
sylviegthe calendar feature has some modules like incoming_event or calendar_new
{MODULE(module=calendar_new) /}
[14:02]
flaytosok, thanks :D [14:03]
***flaytos has quit IRC (Quit: Page closed) [14:07]
CIA-88tikiwiki: 03sylvieg * r35941 10/branches/proposals/6.x/ (3 files in 3 dirs): [bp/r 35938, 35939, 35940][FIX]tracker: speed up 15 times item history function+incorrect index [14:12]
SJ-Jaytracker checkboxes side by side.. possible? [14:14]
lphuberdeauin Tiki7, you can use the category field to achieve that effect
in Tiki8, there is a multiselect field that does just that
[14:20]
SJ-Jaylphuberdeau, please give me tiki8! [14:21]
lphuberdeautake it, it's called trunk right now [14:21]
SJ-Jayarg.. think i'll wait until there's a stable release
don't think it's i good idea when we are releasing our intranet in a month
[14:22]
lphuberdeauthat's probably 2 months out [14:22]
SJ-Jay100 employees screaming at our faces when things goes wrong.. already having nightmares!
could you explain your suggestion with categories?
i don't see any category options when adding the checkbox field
[14:22]
lphuberdeauit's the category field that has a checkbox option [14:24]
SJ-Jayoh [14:24]
sylviegbtw lphuberdeau how multivalues is implemented? I think I saw a comma separated value?
that works for fileId .. but is it risky for drop-down?
[14:25]
CIA-88tikiwiki: 03sampaioprimo * r35942 10/third_party/vfsStream/ (18 files in 2 dirs): [ADD] vfsStream 0.10.0 (used in unit tests to mock the file system)
tikiwiki: 03sampaioprimo * r35943 10/trunk/lib/test/: adding vfsStream as a external repository (used in unit tests to mock the file system)
[14:30]
tikiwiki: 03sampaioprimo * r35944 10/trunk/lib/test/core/Multilingual/MachineTranslation/GoogleTranslateWrapperTest.php:
tikiwiki: fix google machine translation test (it should be independent of google
tikiwiki: return value)
[14:42]
MerbsterI have included a form in a template that calls a custom handler I wrote. But whenever I load up the page that contains the webservice plugin that calls this template, the actual form handler is executing this setting my data to " "
I have tried to use isset on the variables to no avail.
But I am confused, shouldn't the form handler only be called when submit is pressed? - not when the containing page is loaded?
[14:45]
CIA-88tikiwiki: 03sampaioprimo * r35945 10/trunk/lib/test/language/ (4 files): remove test to check whether vsfStream class exists [14:47]
lphuberdeausylvieg, the dropdown's values are defined in a comma separated format
so storing them the same way is not risky
[14:47]
CIA-88tikiwiki: 03robertplummer * r35946 10/trunk/lib/ (parser/WikiParser.php parser/parserlib.php tikilib.php):
tikiwiki: [FIX] Parser fixes
tikiwiki: [NEW] Started extending parserlib to use WikiParser.php from the automated Jison output
tikiwiki: [NEW] Added parserlib to callable libs in tikilib
[14:48]
sylvieglphuberdeau: what do you do with value with comma + long values? [14:48]
lphuberdeauthose can't exist in a dropdown, because they would be split
due to the way options are defined
[14:49]
sylvieghehe [14:56]
luciashwrite the comma encoded ? [15:01]
lphuberdeau? [15:02]
luciashe.g.: lphuberdeau%2C the master of php [15:05]
lphuberdeau?? [15:05]
Tiki|bot??[x]: Usage: ?? <word> [> nick] [15:05]
luciashor html encoded or ... :-p
%2C is comma
[15:06]
lphuberdeauwell, I'm just using what was closest to what was there [15:06]
luciashi was suggesting what i would do if i needed to write comma in comma separated values
just
meybe misunderstood
maybe
[15:07]
lphuberdeauwell, you might try that, but I hope it would double encode your attempt to trick tiki [15:08]
CIA-88tikiwiki: 03jean-lucnavarro * r35947 10/trunk/lang/fr/language.php: [TRA] more French translations [15:09]
luciashI hope too :D [15:14]
SJ-Jaydoes tracker image field use file gallery og image gallery location? [15:23]
***rodrigo_sampaio1 has joined #tikiwiki
rodrigo_sampaio has quit IRC (Ping timeout: 252 seconds)
[15:24]
lphuberdeaumight be neither
image galleries are deprecated++ anyway
[15:28]
sylviegown db table [15:28]
SJ-Jayi'm going nuts! am i the only one who are experiencing the problem? [15:29]
***JKC has joined #tikiwiki [15:29]
SJ-Jayimages just doesn't show.. the classic red cross just appears [15:29]
CIA-88tikiwiki: 03robertplummer * r35948 10/trunk/lib/parser/ (WikiParser.php parserlib.php): [FIX] Integrations with new parser lib [15:32]
sylvieg2 img fields working for me in tiki7
arew you using file attachment or image field?
sylvieg always confuses witht eh 2 fields
[15:33]
CIA-88tikiwiki: 03lphuberdeau * r35949 10/trunk/lib/wiki-plugins/wikiplugin_map.php: [MOD] Modify the map plugin to act like a locator when no mapfile specified, will grab only items in the center by default [15:37]
***nkoth has joined #tikiwiki [15:38]
Merbster has quit IRC (Read error: Connection reset by peer) [15:43]
JKCi am trying to set up tiki's unified search, but it includes content in the search that the user does not have access to view (ie its in a restricted category). any way to change that/
?
[15:47]
sylviegdoing a merge ... but all the lang files are in conflict - Do I keep the trunk version? [15:47]
lphuberdeausome jean-luc has been commiting to french in trunk for a while
so I guess that is the right place to commit language
[15:49]
CIA-88tikiwiki: 03nkoth * r35950 10/trunk/lib/categories/categlib.php: [FIX] If multilingual is on and language is not english, categories with repeated names were not appearing in category field listings. [15:53]
SJ-Jayhey sylvieg sorry for not replying.. was busy :)
i'm trying to use the image field
file attachment works flawless
[15:53]
CIA-88tikiwiki: 03sylvieg * r35951 10/trunk/ (25 files in 15 dirs): [MRG] Automatic merge, branches/7.x 35708 to 35940 [16:02]
***chibaguy has quit IRC (Read error: Connection reset by peer) [16:08]
sylviegSJ-Jay: ok - was confused - did you check if files are created in img/trackers dierctory? [16:10]
SJ-Jaysylvieg, is it possible to configure tracker images to be saed on a shared location?
all other files are saved on our networkshare
[16:11]
sylviegshared between different tiki sites?
no
[16:12]
SJ-Jaynoononon [16:12]
sylviegbut you can put a symbolic link... the name is a hash so it must be problematic
s/must/could
[16:12]
SJ-Jayoh [16:14]
sylvieglphuberdeau: you wrote a feature to add localized comments in a wiki page. I do not remember the name of the feature and where to activate it [16:14]
SJ-Jaythe files are actually saved in img/trackers
can i change this location?
[16:14]
sylvieglphuberdeau: found it inline comments
SJ-Jay: not sure it is a feature.. I think it is hard coded
[16:16]
SJ-Jayok..
but still weird that images are not shown
[16:18]
sylviegcheck if the files are there is the directory, the perms iof the directory is ok, the fiels are not empty [16:19]
SJ-Jaycan confirm that the images are there.. i expect the perms of the directory is ok, or else the website would not be working?
and the images would not be written to the dir
[16:20]
sylviegare the fiels non empty? [16:22]
SJ-Jaywell if i open the tracker item there's a red cross
i've used firebug to track the image and alls seems good.. dir is correct, filename is correct :S
[16:23]
sylviegcheck if the files are corrct either by copying a file in a name like xxxx.gif if it is a gif file or use hexdump or other to check the content [16:24]
SJ-Jayhmm dont understand.. you want me to copy the file from the dir to my local machine and rename it to it's original format like jpg? [16:24]
sylviegI gave you only ideas to check the content of the file
if there are not weel written can be the utf8 problem... for instance
[16:25]
CIA-88tikiwiki: 03lphuberdeau * r35952 10/trunk/ (6 files in 4 dirs): [FIX] Pass around the values to display the filter form correctly [16:26]
sylvieghumm can not have the comment inline working on my local. Is there a demo somewhere?
working on demo.tiki.org/7x needs to figure out why it is not working on my local
[16:31]
***radek82 has quit IRC (Quit: Leaving) [16:32]
lphuberdeauyou need to enable wiki paragraph formatting [16:33]
sylviegI did
in fact how did you implement the feature. It is a search on a text taht is commented or it is a marker in the wiki text to refers to the comment?
[16:33]
***luciash has quit IRC (Ping timeout: 252 seconds) [16:35]
lphuberdeauthere is a marker in the comment and the comment is repositionned in javascript [16:35]
sylviegand the marker is the selected text? [16:36]
lphuberdeauI added a comment on the first line of the home page
on demo.t.o/7.x
I think I need to fix it in trunk because some things changed
although I'm pretty sure I had it working when things changed
[16:37]
sylviegthx lphuberdeau for your help
sylvieg be back later (need to buy a fan for my computer)
[16:40]
***redflo has left [16:49]
JKC has quit IRC (Quit: Page closed) [16:58]
chealerpolom [17:00]
CIA-88tikiwiki: 03lphuberdeau * r35953 10/trunk/templates/wiki-plugins/wikiplugin_memberlist.tpl: [FIX] Strange decision not to display as userlink when user cannot be removed from a group [17:04]
Tiki|botNew Forum Posts: Uncheck the exact match in search module - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41998 [17:11]
CIA-88tikiwiki: 03chealer * r35954 10/trunk/ (lang/de/language.php lang/fr/language.php lib/prefs/auth.php): Admin login: "Multiple authentication backends are supported by Tiki." -> "Tiki supports several authentication methods." [17:24]
***Jyhem_laptop has quit IRC (Ping timeout: 250 seconds) [17:30]
CIA-88tikiwiki: 03chealer * r35955 10/trunk/lang/fr/language.php: French: review r35843 [17:40]
***nkoth has quit IRC (Read error: Connection reset by peer)
Jyhem_laptop has joined #tikiwiki
nkoth has joined #tikiwiki
nkoth_ has joined #tikiwiki
nkoth has quit IRC (Read error: Connection reset by peer)
nkoth_ is now known as nkoth
nkoth has quit IRC (Ping timeout: 260 seconds)
rodrigo_sampaio1 has quit IRC (Quit: Leaving.)
[17:48]
radek82 has joined #tikiwiki
nkoth has joined #tikiwiki
nkoth_ has joined #tikiwiki
[18:00]
RobertPlummerchealer: are you the release manager for 8?
Well anyway, chealer, I'm working with LP to
[18:05]
***nkoth has quit IRC (Ping timeout: 260 seconds)
nkoth_ is now known as nkoth
[18:06]
RobertPlummermove all parser stuff from tikilib to parserlib [18:07]
CIA-88tikiwiki: 03chealer * r35956 10/trunk/ (lang/fr/language.php templates/filter.tpl): "Select Tag" => "Select Tags" [18:13]
chealerhi RobertPlummer [18:13]
RobertPlummerhey chealer [18:13]
chealerRobertPlummer: I'm not. nobody has volunteered yet
are blogs showing for anyone in trunk?
[18:13]
RobertPlummerI was just wondering if you had any input on the move of parser stuff.
You are (like lp) a wealth of knowledge
[18:14]
chealerRobertPlummer: I don't think so. as I wrote, I didn't study the parser yet. I'm just hoping your job clears it enough to that I feel like digging into it at some point :-) [18:15]
RobertPlummerlol
Yea, the new parser seems to be pretty solid and will probably cut down about 90% of the code.
[18:16]
chealerRobertPlummer: if anything, my intuition tells me any big piece moved from tikilib is a good thing [18:16]
RobertPlummerBut lp and I feel it should go into 1 place to die eventually. [18:16]
chealerRobertPlummer: yuhu! :-)
RobertPlummer: did you see Stéphane's mail on the parser yesterday?
the Jison parser
[18:16]
RobertPlummerthe parserlib went from about 10 lines to 2k just a few minutes ago.
no, could you resend to me?
[18:17]
chealerRobertPlummer: http://article.gmane.org/gmane.comp.cms.tiki.cvs/67039
RobertPlummer: are you subscribed to tiki-cvs?
[18:18]
RobertPlummerI don't think so.
That parser was based off older version of Jison.
It is somewhat complicated to use jison to first parser js, then convert to php, then test, but the end product saves SO MUCH TIME!
The latest today is WAY better.
[18:18]
lphuberdeauadding 2k lines is great if you took em off tikilib [18:19]
RobertPlummerActually working with wiki syntax fine.
yea,
[18:19]
chealerRobertPlummer: OK, I forwarded you my reply [18:20]
RobertPlummerThanks buddy!
The new parser does most of the heavy lifting without even breaking a sweat.
And it is unified, we have it in both js and php.
THE SAME lib in both languages.
[18:20]
CIA-88tikiwiki: 03lphuberdeau * r35957 10/trunk/ (3 files in 3 dirs): [FIX] Comment inline adjustments for new comment interface [18:21]
***nkoth_ has joined #tikiwiki [18:22]
RobertPlummerwell same parser anyway [18:22]
***nkoth has quit IRC (Ping timeout: 260 seconds)
nkoth_ is now known as nkoth
[18:23]
RobertPlummeranyway, I'm going to need help with any of the errors of bringing old to the new, I will do my best to track them down though, but if you guys find any please let me know. [18:24]
chealerRobertPlummer: yeah, that unified parser is great [18:25]
RobertPlummer;)
I think it will make WYSIWYG easy.
As soon as I get this moved (perhaps by days end) I'm going to start on Quasiwyg base
[18:26]
***nkoth_ has joined #tikiwiki [18:27]
RobertPlummerThe new WYISWYG example
I'm going to take a very complex hack and turn it into a lib done right.
[18:27]
***nkoth has quit IRC (Ping timeout: 260 seconds)
nkoth_ is now known as nkoth
SJ-Jay has quit IRC (Read error: Connection reset by peer)
[18:30]
nkoth has quit IRC (Read error: Connection reset by peer)
nkoth has joined #tikiwiki
[18:42]
RobertPlummerWhat is all this plugin fingerprint stuff?
lphuberdeau, chealer ^
[18:45]
lphuberdeausome plugins need admin auditing before running, and the auditing is handled by the fingerprints, which is essentially a hash for the plugin with arguments [18:46]
RobertPlummerYea, but half of them aren't even used in tiki after grepping. [18:47]
lphuberdeauyou mean functions?
yes, many of those are used in few places, mostly in tikilib
[18:47]
***nkoth_ has joined #tikiwiki [18:49]
CIA-88tikiwiki: 03lphuberdeau * r35958 10/trunk/lib/tikilib.php: [FIX] Bad merge [18:49]
RobertPlummerlphuberdeau: hash being plugin name + body + params + instance? [18:50]
lphuberdeauwouldn't know what instance is in there
essentially, the same plugin fingerprint can be in multiple pages/places in tiki
only needs one approval
[18:51]
CIA-88tikiwiki: 03jean-lucnavarro * r35959 10/trunk/lang/fr/language.php: [TRA] more French translations [18:52]
***nkoth has quit IRC (Ping timeout: 260 seconds)
nkoth_ is now known as nkoth
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[18:52]
CIA-88tikiwiki: 03sampaioprimo * r35960 10/trunk/lib/notifications/notificationemaillib.php: [FIX] user receive only one notification when monitoring both topic and thread [18:54]
***rodrigo_sampaio has joined #tikiwiki [18:54]
CIA-88tikiwiki: 03lphuberdeau * r35961 10/trunk/ (lib/Horde/ lib/core/Horde/ tiki-filter-base.php): [FIX] Move in autoload path [18:57]
***nkoth_ has joined #tikiwiki [19:01]
CIA-88tikiwiki: 03sampaioprimo * r35962 10/branches/proposals/6.x/ (5 files in 4 dirs): [bp/35960][FIX] user receive only one notification when monitoring both topic and thread [19:02]
***nkoth_ has quit IRC (Client Quit) [19:02]
CIA-88tikiwiki: 03sampaioprimo * r35963 10/branches/7.x/ (3 files in 3 dirs): [bp/35960][FIX] user receive only one notification when monitoring both topic and thread [19:02]
***nkoth has quit IRC (Ping timeout: 250 seconds)
rwik has joined #tikiwiki
[19:03]
rwikdoes anyone know off the top of their head where I would dump a .js file to call on a wiki page? [19:04]
RobertPlummerrwik: anywhere in your domain.
rwik: it depends on what it does.
[19:05]
rwikanywhere? I may have used the wrong term with call, but i have a js script which generates a table of contents, and i want to use html to embed it on wysiwyg edited pages [19:07]
CIA-88tikiwiki: 03lphuberdeau * r35964 10/trunk/lib/profilelib/profilelib.php: [ENH] Profile parser a bit more flexible about what it accepts [19:10]
RobertPlummerlphuberdeau: you think we should give tikilib a "parse_data" method?
It is called in 170+ locations
I don't mind it so much, if it is auto loaded from parserlib
[19:16]
lphuberdeauwell, for convenience you can replace the body in tikilib with some indirection [19:17]
.... (idle for 18mn)
RobertPlummerlphuberdeau, chealer : I have all error detection on and when I go to load tiki-index.php to try to start to debug, I get a blank page.
Any idea?
[19:35]
***DarkCalff has quit IRC (Quit: Leaving) [19:35]
RobertPlummerI have errors on in php.ini and in tiki.
all errors = strict
[19:35]
lphuberdeaumight be a syntax error in a file that loads before tiki sets up the error reporting
php -l on all files you have modified locally
[19:36]
***sylvieg has quit IRC (Quit: Leaving.) [19:37]
CIA-88tikiwiki: 03jean-lucnavarro * r35965 10/trunk/lang/fr/language.php: [TRA] more French translations [19:43]
***rwik has quit IRC (Ping timeout: 252 seconds) [19:44]
CIA-88tikiwiki: 03marclaporte * r35966 10/trunk/lib/prefs/fgal.php: [MOD] removing zip option on fresh installs to make interface simpler
tikiwiki: 03marclaporte * r35967 10/trunk/lib/prefs/ (global.php style.php): identifying a few more prefs as basic
[19:47]
***RobertPlummer has quit IRC (Ping timeout: 252 seconds)
RobertPlummer has joined #tikiwiki
[19:49]
RobertPlummerlphuberdeau: sorry my internet burped.
what is php -l?
[19:50]
chealerRobertPlummer: did you check Apache logs? [19:51]
RobertPlummeryup
How do you force php to display errors?
nm I got it
http://www.polak.ro/force-php-to-display-all-the-error-messager.html
;)
[19:54]
chealergood
RobertPlummer: FWIW, that's what's done in lib/setup/error_reporting.php but there may be an issue with the error handler
[19:56]
RobertPlummerIt is,
in parserlib
fyi I'm getting ready to update then commit.
:D
When you are ready lphuberdeau you can jump in and start helping out afterwards.
Woohoo I see a wiki page!
(with new parserlib in place)
[19:58]
CIA-88tikiwiki: 03marclaporte * r35968 10/trunk/lib/wiki-plugins/wikiplugin_map.php: moving Mapserver-needed param to advanced section [20:02]
RobertPlummerMy biggest commit yet coming. [20:03]
CIA-88tikiwiki: 03robertplummer * r35969 10/trunk/ (35 files in 15 dirs): [ENH] Moved most plugin/parsing functionality from tikilib to parserlib and did my best to hook it all back up in effort to refine the current parser and integrate the new one [20:03]
***kstingel has joined #tikiwiki [20:04]
RobertPlummerTesters wanted! [20:04]
kstingelhow do I import the 7.1 release into my experimental branch? [20:05]
RobertPlummerdon't you branch from it? [20:06]
kstingelI have no clue how to do so, I've already created a folder ... /branches/experimental/html5_compliance but there's nothing in there at the moment because I didn't know how to copy the initial contents across [20:08]
RobertPlummeryou have to branch from 7.1 and it will create your folder for you based on the branch name, but I could be rong.
wrong.
[20:09]
***sylvieg has joined #tikiwiki
ChanServ sets mode: +o sylvieg
[20:09]
kstingelso I should delete the folder I created and branch from /tags/7.1 instead? [20:11]
CIA-88tikiwiki: 03marclaporte * r35970 10/trunk/lib/prefs/feature.php: Redirect to similar wiki page is an interesting feature but it can cause support requests because people visit a page and end up on another. So turning off by default to make Tiki with less surprises by default
tikiwiki: 03lphuberdeau * r35971 10/trunk/templates/ (3 files in 2 dirs): [ENH] Hide empty sections on filters
tikiwiki: 03kstingel * r35972 10/branches/experimental/html5_compliance/: remove empty directory, will replace with branch
[20:11]
marclaporteRobertPlummer : Fatal error: Call to undefined method ParserLib::genPass() in lib/parser/parserlib.php on line 1398 [20:16]
RobertPlummerchange $this to $tikilib
I will fix
It is a BIG commit, sorry for any problems.
[20:16]
marclaportemarclaporte is on standby :-) [20:17]
RobertPlummermarclaporte: are you sure it was on line 1398? [20:19]
marclaportethat is what the page says
LP is on it
commit coming soon
[20:19]
RobertPlummerI just fixed it [20:21]
CIA-88tikiwiki: 03robertplummer * r35973 10/trunk/lib/parser/ (WikiParser.php parserlib.php): [FIX] genpass usage from tikilib, from the parserlib fallout [20:21]
RobertPlummerlphuberdeau: what are you doing, just fixes? [20:22]
marclaporteRobert is faster!
Fatal error: Call to undefined method ParserLib::how_many_at_start() in lib/parser/parserlib.php on line 2069
[20:23]
lphuberdeauwas looking at the extent of the damage
robert, for class members, you should use private instead of var
[20:24]
CIA-88tikiwiki: 03lphuberdeau * r35974 10/trunk/lib/ (parser/parserlib.php tikilib.php): [FIX] Pointing to wrong lib, plus some minor cleanup [20:31]
sylvieglphuberdeau: can you give a clue where to begin to debug inline comment - I can not succeed to have it work in trunk [20:32]
RobertPlummerlphuberdeau: thanks your help is awesome! [20:32]
lphuberdeauI fixed it just this afternoon [20:32]
RobertPlummerinline comment?
~np~Like this?~/np~
[20:32]
lphuberdeaucomments will only appear when you display them, because they are not loaded with the page anymore
different feature robert, nothing to do with the parser this time
[20:32]
RobertPlummerok
sorry
woohoo I have the new parser plugged into tiki-index.php and it is nearly working!
[20:33]
lphuberdeauchecking every function for bad calls now, I ran into a few issues, there has got to be more [20:36]
***rodrigo_sampaio1 has joined #tikiwiki [20:36]
RobertPlummer(ie working is not integrated) [20:36]
sylviegCall to undefined method ParserLib::how_many_at_start() in /home/sg/www/html/test/tikitrunkfresh/lib/parser/parserlib.php on line 2066 [20:36]
RobertPlummerlphuberdeau: THANKS! [20:36]
sylviegsomebody is on it .. I had the bad idea to svn up [20:36]
RobertPlummerlol, sorry guys, the pain will be short lived. [20:37]
***rodrigo_sampaio has quit IRC (Ping timeout: 252 seconds) [20:38]
CIA-88tikiwiki: 03sylvieg * r35975 10/trunk/lib/parser/parserlib.php: [FIX]parser: lib [20:40]
chealerhi kstingel [20:40]
kstingelhi chealer [20:41]
marclaportemarclaporte cheers kstingel [20:41]
sylvieglphuberdeau: thks I have the button Add Comment now (only when the comments div has been displayed once however) [20:42]
chealerkstingel: experimental branches are all based on trunk, not a certain version. I don't think html5 should be any different if it's meant to be merged back to trunk [20:42]
RobertPlummermarclaporte: I'm adding a new feature that turns off/on the new parser lib. [20:42]
CIA-88tikiwiki: 03marclaporte * r35976 10/trunk/templates/admin/include_general.tpl: Moving sender email higher in admin panel because it's really important [20:42]
RobertPlummermarclaporte: The new parserlib will be completely part of tiki by days end, WOOHOO! [20:43]
kstingelI'm trying to work out how to create a branch via TortoiseSVN [20:43]
RobertPlummerkstingel: right click repository, click branch
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-branchtag.html
[20:43]
kstingelchealer: I was planning on going from 7.1 since that's the current (and it's allegedly HTML5 compliant)
in explorer, or in the repo browser?
[20:44]
chealerkstingel: did you see http://dev.tiki.org/Experimental+Branches ? usually an experimental branch even has to be kept synchronized with trunk via semi-automatic merges from trunk to the experimental branch [20:44]
***lphuberdeau has quit IRC (Read error: Connection reset by peer)
Jyhem_laptop has quit IRC (Read error: Connection reset by peer)
[20:45]
chealerkstingel: the point, we won't allow massive changes in the Tiki 7 branch. The branch for about all development is trunk. If you work against Tiki 7, it will be major pain/impossible to merge when you're done.
kstingel: (I for one can't help with TortoiseSVN, I'm afraid few people here use it)
oh. RobertPlummer, are you working on Mac OS or Windows?
[20:46]
RobertPlummerubuntu [20:47]
chealerRobertPlummer: oh. sorry, didn't mean that as an insult ;-) [20:47]
RobertPlummerlol [20:47]
chealerRobertPlummer: but you have a Macintosh, right? [20:47]
RobertPlummerI used to use TortoiseSVN for 5 years solid. No mac [20:48]
***Jyhem_laptop has joined #tikiwiki
DarkCalf has joined #tikiwiki
[20:48]
RobertPlummerIn-fact on ubuntu I use rabbitVCS which is a tortoiseSVN clone. [20:48]
chealerRobertPlummer: ouch. sorry about that double insult :-)
oh yeah, you may have mentioned that a while ago
[20:48]
RobertPlummerchealer you are hurting my feelings. You like Macs or something?
chealer: Yea, I just use what works ;)
[20:49]
chealeroh, it was more of a GNOME thing
RobertPlummer: no, we had so many people on Mac last time in New York I must have confused you with someone else
[20:49]
RobertPlummerchealer: what do you use? [20:51]
kstingelchealer: so if I branch from trunk is good? .... I can always keep my 7.1 hacks to my personal site :) [20:51]
chealerRobertPlummer: I use an IBM laptop with Debian and KDE [20:51]
RobertPlummerchealer: ah, a real man! [20:52]
chealerkstingel: it's better, although I'm still not convinced that doing a branch is a good idea. sorry, I haven't had time to reply to your thread yet [20:52]
kstingelI broke my Linux box :( .... blew the power supply and fried the motherboard (and HDs), no spare box to turn into a replacement [20:54]
chealerkstingel: *you* broke all of that? how did you manage? [20:55]
kstingelin my defense, I didn't blow it up ... it was plugged in during heavy storms and when I got back home it was dead ... along with my UPS [20:55]
chealerOK, that's what I would have thought. still pretty badlucked [20:56]
kstingelamazingly, I didn't kill the monitor too ... that took me another 6 months, it died of old age (7 yo) [20:56]
RobertPlummerchealer: how do we check for features now in 8? I forget. [20:57]
chealerkstingel: what did you mean by "I (we) could safely test for from the 7.1 release without the possibility of inadvertently breaking a page by changing things we shouldn't." [20:57]
kstingelteenage kids thought main comp needed to be on for them to access net ... didn't think to turn it off when thunder started [20:58]
chealerRobertPlummer: sorry, I don't understand what by "check for features now in 8"
s/what/what you mean/
[20:58]
RobertPlummerIn parserlib in the middle of parse_data I want to check if a feature is turned on, and based off that I want to use the new parser if it is enabled. [20:59]
chealerkstingel: haha. yeah, I still try to power off desktops during storms. was it on a power bar? [20:59]
RobertPlummerchealer: see above [21:00]
kstingelI'm only new to community editing .. I still tend to think in terms of my knowledge level ... and one of the first changes I planned to make was fix the remaining <br> tags ... they should all be <br />, but I'm worried that might break stuff [21:00]
chealerRobertPlummer: oh. I imagine checking $prefs['foo'] still works, but I don't remember that there's a better way in trunk [21:00]
RobertPlummerok [21:00]
kstingelas I was writing my reply, I was thinking in terms of what I'm confident doing ... then remembered there's most likely people who know tiki better than me (not hard) who would also look in on my hacks ... oops, edits :) [21:02]
chealerkstingel: I didn't mean which changes you want to try, I just can't make perfect sense of the above sentence. you want to test *for* 7.1 or *from* 7.1? [21:03]
kstingelrather than wait to be able to use the code in the next stable release, I want to use the fixes in the current version :) [21:04]
RobertPlummermarclaporte: getting ready to commit the ability to turn on the new parser for wiki pages (or anything that calls parse_data) [21:04]
marclaportemarclaporte is on standby [21:05]
chealerkstingel: there will definitely be some people to review your commits [21:05]
CIA-88tikiwiki: 03robertplummer * r35977 10/trunk/ (4 files in 3 dirs):
tikiwiki: [NEW] Added the ability to turn on wiki parser in parse_data, this is really only for debugging and will probably need moved later.
tikiwiki: [FIX] WikiParser... pesky + again, need to move all dom element creation to another function inside parserlib or even smarty
[21:06]
chealerkstingel: I tend to agree with Louis-Philippe that you should just commit to trunk and trust you will get feedback if things go wrong. could you detail what would be your plan if not? you want to test on your own Tiki 7 website? [21:07]
***lphuberdeau has joined #tikiwiki [21:07]
CIA-88tikiwiki: 03marclaporte * r35978 10/trunk/lib/prefslib.php: [MOD] Advanced prefs are no longer visible by default. http://doc.tiki.org/Tiki8#Admin_panels_-_filtering_basic_and_advanced_preferences [21:08]
kstingelI have test tikis set up running 6x, 7x, trunk and prop6x so that I can compare proposed fixes for backwards compatibility with current active versions [21:09]
RobertPlummermarclaporte: fyi plugins don't get $headerlib js files posted for some reason, I will have it fixed soon for the new parser, it is just an fyi.
There are a ton of things it doesn't do yet, but the hardest things have been covered, ie lexing.
marclaporte: correction on that, it does work, just not reading the params correctly will put a damper on things ;)
[21:09]
chealerkstingel: yes, that's good. but why would you do an experimental branch rather than commit directly to trunk? [21:13]
marclaporteFatal error: Call to undefined method ParserLib::array_apply_filter() in lib/parser/parserlib.php on line 1018 [21:15]
chealerkstingel: I don't know how much you know about VCS-s, but with Subversion it's very easy to control changes. if your project really goes bad, the worst that can happen (unless something messy happens) is that we rollback the changes, which is just a one-liner.
kstingel: I think the risk that you pose working directly on trunk is lesser than the risk you work on an experimental branch, have trouble merging these changes to trunk once you're done, and then we lose you work
[21:16]
kstingelchealer: I read somewhere we're not meant to add new directories into /lib/ ... if I don't create a jail, how do I add Smarty3? [21:19]
marclaporteStephane should add Smarty3 to trunk this week
<br> -> <br /> is good to do in trunk
[21:20]
chealerkstingel: as Marc said... I recommend you discuss directly on the development list and with Stéphane Casset before doing any work on Smarty 3 [21:21]
kstingelok, I'll just knit some more baby beanies and wait until Smarty3 comes in to start my template overhaul then .... and let my FTP client finish in peace .... SVN and FTP are fighting for swap space at the moment
.... and my fingers are cold :)
[21:23]
CIA-88tikiwiki: 03lphuberdeau * r35979 10/trunk/lib/ (parser/parserlib.php tikilib.php): [FIX] Multiple issues extracting the parser code to parserlib [21:29]
lphuberdeauRobertPlummer, you did a good job searching for calls to the functions you moved, but you forgot to check the remaining relations between tikilib and parserlib
that's where all of the issues were
[21:30]
RobertPlummerWhat do I need to do now?
lphuberdeau:
[21:30]
lphuberdeauI fixed them
just something to look out for next time you move code around ;)
[21:30]
CIA-88tikiwiki: 03kstingel * r35980 10/third_party/component_version_listing.txt: [NEW] added "component_version_listing.txt", I've been using it to track library versions, thought it may be of use to others [21:31]
RobertPlummerlphuberdeau: Thanks yoda [21:32]
***kstingel is now known as kstingel|away [21:33]
RobertPlummerthe force is strong with lphuberdeau [21:33]
CIA-88tikiwiki: 03robertplummer * r35981 10/trunk/lib/parser/ (WikiParser.php parserlib.php):
tikiwiki: [FIX] For parsing inline plugins
tikiwiki: [FIX] Removed unneeded function for parsing args
tikiwiki: [FIX] rename of params to args in wikiparser
[21:36]
RobertPlummerlphuberdeau: we made some real progress today!
I have a fully working new parser that looks almost exactly like the old parser.
VERY COOL!
[21:36]
marclaportekstingel|away : I added your link to http://dev.tiki.org/External+Libraries [21:36]
RobertPlummerI'm heading out! [21:37]
lphuberdeaustill havn't tested the new parser, I stuck to fixing the old one [21:38]
***RobertPlummer has quit IRC (Ping timeout: 252 seconds)
kstingel has joined #tikiwiki
kstingel|away has quit IRC (Ping timeout: 258 seconds)
kstingel is now known as kstingel|away
kstingel|away is now known as kstingel
lphuberdeau has quit IRC (Ping timeout: 255 seconds)
[21:41]
radek82 has quit IRC (Quit: Leaving) [21:56]
CIA-88tikiwiki: 03kstingel * r35982 10/third_party/component_version_listing.txt: updated to include vfsStream [21:58]
marclaportekstingel : did you consider maintaining in a wiki page? [22:07]
kstingelmarclaporte: not yet, I only wrote the file up 2 days ago .... where should I create the page? [22:09]
marclaporteThat info could be on http://dev.tiki.org/External+Libraries
(I added link there)
Wiki page seems easier to update
but if you prefer to maintain in SVN that's fine too :-)
[22:11]
kstingelI saw the link .... just waiting on browser to log me in so I can create the page
will try to keep both updated .... I use the text file for debugging my apps ... gives me an easy way to make sure I'm using the same library versions
oops ... I think I broke tiki ... I tried to login to dev.tiki.org and I broke it .... "Tiki is unable to connect to the database"
[22:12]
marclaportekstingel : CodeMirror should be 2.1 or something and not 2.0 ? [22:19]
kstingelonly reference I could find in files was to codemirror 2, so I just entered that .... will double check [22:20]
marclaportemarclaporte suggests to put a hyperlink to the project homepage [22:21]
kstingelwill do that for all of them in the tiki page, was a bit untidy for a text file though [22:22]
marclaporteok :-) [22:23]
kstingel:( I can't login, I broke Tiki .... I very very sorry .... honest, I didn't mean to break it [22:26]
marclaportehahahahahah
don't worry
you are helping test it :-)
doesn't mean it's you
[22:26]
kstingelit either doesn't like me today, or it wants to forget me :) .... I had ticked the box marked "remember me" [22:27]
marclaporteMySQL server has gone away : prolly not you [22:32]
kstingelMySQL is back now .... but Tiki is slow to load [22:33]
marclaportemarclaporte pings changi [22:41]
.... (idle for 15mn)
***Indro has joined #tikiwiki [22:56]
Indrohi all
i have exactly the same problem like this guy http://tiki.org/tiki-view_forum_thread.php?comments_parentId=40360
any idea what i can do?
i cant loggin to tikiwiki anymore, it just displays a blank screen?
[22:56]
chealerIndro: that thread is about a problem logging out [23:05]
Indroyeah it display only blank screen after i logged out
how i can get site back?
[23:06]
chealerIndro: so you only get blank screens from your site, whether you're authenticated or not? [23:08]
Indroi cant login after logged out because i get blank screen
so i can check if its work if im authenticated. ;)
can't
any idea what i could do?
[23:09]
kstingelmarclaporte: there are 2 sites for JS Calendar, which site do I link to? ... the current (v 2+), or the old (ours) [23:20]
Indrois there something a i i can do to get ride of the blank screen? [23:20]
chealerIndro: does the page source contain anything? BTW, what is your native language? [23:21]
Indrothe source code is <div id="Mithelfen" style="display:block;">
german is native. ;)
[23:22]
marclaportekstingel : JSCalendar is on the way out in favor of jQuery stuff
Is the current still FOSS?
[23:22]
chealerIndro: when did your problem start? [23:23]
kstingelit was still in the third-party directory when I ran today's update :) [23:24]
Indroi dont know because i was logged in long time, the problem begans after logged out
since then there is only blank screen
last action was added a module with a menu.
then logged out, blank screen.
[23:24]
***GillesM has quit IRC (Remote host closed the connection) [23:26]
CIA-88tikiwiki: 03chealer * r35983 10/trunk/lang/fr/language.js: uniformize translation of "Edit module" [23:27]
chealerkstingel: you want to put the version in Tiki next to the current upstream version?
kstingel: oh, nevermind
[23:27]
Indrochealer: any idea what i can do? [23:28]
chealerkstingel: it's not a big deal, you could link to the new version since it links to the old one anyway
Indro: try enabling PHP errors reporting. are you still logged in in any browser?
[23:29]
Indrosadly not anymore. :/
but i think i have enabled it already
where can i find the log?
[23:32]
chealerIndro: are you able to log back in using a URL similar to tiki-login.php?user=admin&pass=12345 ? [23:33]
Indrodoesnt work with that url
just get blank page
[23:34]
chealerIndro: Tiki only logs errors in the output so you would already see them. Apache can also log errors but PHP needs to be configured to do that.
Indro: you did change "12345" to your actual password, right?
[23:35]
Indroit works now, thxx. :)
but when i log out i get blank page again. :/
[23:37]
chealerIndro: what is there error reporting level set to?
Indro: what is the error reporting level set to?
[23:39]
CIA-88tikiwiki: 03kstingel * r35984 10/third_party/component_version_listing.txt: updated CodeMirror version [23:42]
Indrowhere is that setting? [23:46]
chealerIndro: in the General admin control panel [23:48]
kstingelhave also added the info from the SVN file to http://dev.tiki.org/External+Libraries
... linkage is only available on the Tiki page, I didn't add it to the txt file because it threw my 'table' out of alignment
[23:49]
IndroShow all php errors
is there
where can i find them?
[23:52]
***kstingel|away has joined #tikiwiki [23:52]
chealerkstingel: thanks
Indro: a fatal error would just show. do you know Smarty?
[23:53]
Indronot really
i enabled smarty error
but it display still nothing
[23:54]
chealerIndro: OK. did you create custom/user modules? [23:54]
Indroyes [23:54]
***fabricius has joined #tikiwiki [23:54]
chealerIndro: how many? does any of them display for the Anonymous group? [23:54]
***kstingel has quit IRC (Ping timeout: 260 seconds) [23:55]
Indroi deleted the custom module, now it works again. =)
thanks for your help, really appreciate it. :)
[23:57]

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