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

WhoWhatWhen
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[00:07]
.... (idle for 19mn)
jneusteter has left
Caarrie|away is now known as Caarrie|sleeping
[00:26]
........ (idle for 37mn)
coaboa has joined #tikiwiki
coaboa|afk has quit IRC (Ping timeout: 248 seconds)
[01:03]
.... (idle for 19mn)
goj_killedByISP has joined #tikiwiki
goj has quit IRC (Disconnected by services)
goj_killedByISP is now known as goj
[01:24]
...... (idle for 26mn)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
[01:50]
...... (idle for 26mn)
CIA-12tikiwiki: 03chealer * r37893 10/trunk/templates/find.tpl: [FIX] "Undefined variable: find_categId" [02:16]
tikiwiki: 03chealer * r37894 10/trunk/tiki-listpages.php: [FIX] "Undefined variable: find_categId" (more) [02:23]
.... (idle for 18mn)
nkoth|nelsonso chealer, that was it? [02:41]
chealernkoth|nelson: no, still fixing find stuff :-(
but you can branch anyway and I continue after
hum, filtering articles by category doesn't seem to work in trunk
oh, it also doesn't work in 7.x
[02:42]
***marclaporte has quit IRC (Read error: Connection reset by peer)
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[02:48]
chealergrrr, that's a UI bug [03:04]
nkoth|nelsonI'm trying to finish something off first [03:05]
chealerI'm sure we solved some List articles date filter bugs not so long ago [03:06]
..... (idle for 20mn)
CIA-12tikiwiki: 03nkoth * r37895 10/trunk/lib/ (validatorslib.php wiki-plugins/wikiplugin_tracker.php): [FIX] Should translate validation messages [03:26]
nkoth|nelsonok chealer, I will have a look at that script now... [03:27]
chealerOK [03:27]
CIA-12tikiwiki: 03chealer * r37896 10/trunk/ (4 files):
tikiwiki: [FIX] Pre-check box for selected category when switching from dropdown to the tree picker
tikiwiki: [FIX] "Undefined variable: find_categId" (more)
[03:37]
***conner_bw has joined #tikiwiki [03:43]
chealernkoth|nelson: did you get my mail "Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[25035] trunk/templates/tiki-list_articles.tpl" sent in November 2010? [03:46]
nkoth|nelsonit's a olong time ago [03:46]
chealernkoth|nelson: I had already forgotten about the first issue described there and it confused me once more earlier [03:47]
nkoth|nelsonthat is just related to the date range filter right? [03:48]
chealernkoth|nelson: yes [03:48]
nkoth|nelsonI'm open to suggestions [03:50]
***conner_bw has quit IRC (Quit: conner_bw) [03:51]
CIA-12tikiwiki: 03chealer * r37897 10/trunk/tiki-list_articles.php: [FIX] "Undefined variable: find_categId" (more) [03:53]
chealernkoth|nelson: well, my idea would be that by default, there's no filter on publish dates. if the user wants, he uses a checkbox or something to active it [03:54]
nkoth|nelsonchealer: I think there should be a pair of pref to set the default start/end date if possible. [03:56]
chealernkoth|nelson: that's an idea. but my main issue is that the filtering shouldn't change if you don't change the filters
the only thing is I'm not clear on how the interface should be designed
[03:56]
nkoth|nelsonthat's true, but the dates seected are remembered I think
so it shouldn't change
[03:57]
chealernkoth|nelson: go to http://ido.ath.cx:8080/tiki/trunk/tiki-list_articles.php and click Go. you should see the articles list shrink [03:58]
nkoth|nelsonnot supposed to behave like that
besides it's not date related
the articles that dissapear are in the date range
Thebug in this case is the topic
the ones with the blank topic disappear
[03:59]
chealernkoth|nelson: well, there has to be more than that, because if you change the first year to 2009 and the last to 2012, all articles remain [04:02]
nkoth|nelsonhmm,maybe tehre is a bug with the date selector then (I thought I fixed this more than once) [04:02]
chealerI do know there were some bugs fixed in find.tpl about a year ago, can't remember the details
nkoth|nelson: there may be extra confusion because filtering on date would also imply filtering only non-expired articles
(which may not be the case by default)
[04:03]
nkoth|nelsonok looks like the confusion here is that the date fields are MMDDYY
so it is a 1 year period
it is Oct 2
[04:06]
chealeroh yeah, you or I had fixed a confusion between month and day in find.tpl
nkoth|nelson: but I don't see what you mean. yes, it's a 1 year period...?
[04:08]
nkoth|nelsonI mean the filter is working as expected at the moment
after you press Go, but it is not taking effect on load.
it defaults to 2 Oct 2010 to 2 Oct 2011 and there are only 2 items in that time period.
[04:09]
chealernkoth|nelson: yes, that's one way to describe the problem (although as I said I would rather not have any date filtering by default, so for me the problem is that the filter form defaults to filtering on dates)
also, it's a usability issue not to give a simple way to disable filtering on date
[04:11]
nkoth|nelsonI agree, add a checkbox for now
and if the checkbox is not checked then don't filter on date
[04:12]
chealerI agree, that's the simplest solution I see [04:15]
CIA-12tikiwiki: 03chealer * r37898 10/trunk/templates/find.tpl: [FIX] List filter: Some categories not showing in dropdown (r37015 regression. sections don't like new getCategories() indexing. oops) [04:26]
chealernkoth|nelson: fixed the problem with the list of categories [04:27]
nkoth|nelsonok [04:28]
chealernkoth|nelson: how does the script look? [04:29]
nkoth|nelsoni haven't looked yet
checked out trrunk again
I am supposed to run php doc/devtools/svnbranch.php branches/8.x i think
looking at the svnbranch.php now
[04:30]
chealerI guess [04:34]
CIA-12tikiwiki: 03chealer * r37899 10/trunk/lib/tree/ (BrowseTreeMaker.php tree.php): [REF] TreeMaker: implement a single constructor for all implementations [04:37]
nkoth|nelsonit look like a pretty simple script [04:37]
CIA-12tikiwiki: 03nkoth * r37900 10/branches/8.x/: [BRANCH] Creation, trunk 0 to 37899 [04:44]
chealerYAY!
nkoth|nelson: no issues?
[04:44]
nkoth|nelsonlet me do a svn switch
well, what happened was simply a creation of a new branch from old
comparing with branches/7.x looks like this is the way it was done before
[04:45]
chealernkoth|nelson: what "old" do you mean? [04:46]
nkoth|nelsonI mean trunk
(not old at all)
[04:46]
chealernkoth|nelson: you expected something else :-? [04:47]
***AldenIsZen has quit IRC (Quit: Leaving) [04:47]
nkoth|nelsonno, not really. I mean from what I know about svn this is pretty much what it should be [04:47]
chealergreat, so we're branched!
chealer svns too
[04:48]
nkoth|nelsonyes
time to write email
[04:48]
chealernkoth|nelson: yes. I can do that
thanks for the branch, even if it was easy
I was a little scared :-)
[04:48]
nkoth|nelsonok please do., svn switch before making your next fix [04:49]
chealerchealer doesn't use doc/devtools/ often [04:49]
nkoth|nelsonprovide the svn switch command in the email [04:50]
chealerOK [04:50]
........ (idle for 38mn)
***chealer_ has joined #tikiwiki
chealer has quit IRC (Read error: Connection reset by peer)
[05:28]
......... (idle for 43mn)
salamandyr has joined #tikiwiki [06:11]
salamandyri've got a new tiki wki site up.. trying to figure out a quick contact-us form or something but it's not obvious how, to me :)
oh and this is the site for anyone who is curious: nfbresearch.com
[06:12]
.... (idle for 17mn)
nkoth|nelsonhttp://doc.tiki.org/Contact+us [06:29]
***Merbster has joined #tikiwiki [06:29]
MerbsterGood morning [06:30]
...... (idle for 28mn)
***oeversetten has joined #tikiwiki [06:58]
oeversettenpolom [06:59]
chealer_good morning Merbster, oeversetten [07:01]
***chealer_ is now known as chealer [07:02]
MerbsterMerbster is ill today. [07:02]
oeversetten:/ [07:06]
salamandyrthanks nkoth [07:06]
***chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[07:06]
chibaguypolom
Maybe due to configuration, but javascript seems to be awol in my svn trunk right now (no module closing, superfish behavior in menus, column hiding, etc.).
error console shows "missing ; before statement. line 1453. varError: missing ; before statement Line: 1453, Column: 142
Source Code:
var t=this;setTimeout(function(){t.frame.contentWindow.postMessage(cbid+";svgCanvas['"+name+"']("+argstr.join(",")+")","*");},0);return cbid;}$.fn.drawFullscreen=function(){var win=$(window);var me=$(this);me.trigger('saveDraw');var fullscreen=$('#fullscreen');var menuHeight=$('#svg-menu').height();if(fullscreen.length==0){$('body').addClass('full_screen_body');fullscreen=$('<div />').attr('id','fullscreen').html(me.find('#tiki_
draw_editor')).prependTo('body');var fullscreenIframe=fullscreen.find('iframe');win.resize(function(){fullscreen.height(win.height()).width(win.width());fullscreenIframe.height((fullscreen.height()-menuHeight));}).resize().resize();}else{me.append(fullscreen.find('#tiki_draw_editor'));win.unbind('resize');fullscreen.remove();$('body').removeClass('full_screen_body');}
Also setCookie is not defined.
Also Error: $ is not defined Source File: http://localhost/TikiWiki/trunk/tiki-index.php?page=application#
Line: 1107
Sorry for paste, bigger than I expected.
[07:07]
chealerhi chibaguy. what is module closing? [07:13]
chibaguyI mean the icon to open and close a module doesn't do anything.
hi chealer
Usually you can display the module data, leaving only the title, by clicking the icon if that parameter is set.
[07:15]
***Wilkins has joined #tikiwiki [07:17]
chibaguychealer, specifically about that, "icntoggle is not defined"
"Source File: javascript:icntoggle('mod-menu_css_twol1','module.png');
Line: 1"
reported by error console.
[07:17]
chealerchibaguy: I see. in any case, I have no JavaScript error on page load on r37900 (with some modifications) [07:19]
chibaguychealer, I see. Apparently I have a local conflict, I guess.
Hmm, turned off 'minimize javascript' and now things are working again.
chealer, I turned minify javascript back on and things stopped working again.
[07:20]
***nkoth|nelson has quit IRC (Quit: nkoth|nelson) [07:23]
chibaguy(This is with a wamp server on a windows laptop.) [07:23]
chealerchibaguy: a local conflict... you should normally notice those [07:23]
chibaguyWell, there was no problem until the last day or so.
But actually I haven't been using trunk much, so am not sure.
[07:24]
chealerTortoiseSVN must have a status option to see modified files and such, should show conflict ones too
s/conflict/conflicted/
[07:24]
chibaguyThe svn seems ok. By conflict I meant something that would interfere with javascript working.
But i wonder why there's no problem when javascript isn't minified.
I have had it minified in the past and behavior was fie.
was fine.
chealer, by the way, thanks for doing the branch 8 (though I feel the need to run faster these days ;-) ).
[07:25]
chealerchibaguy: we had a few instances of minify JS exposing (arguable) bugs is JavaScript files which cause no issues when they're served normally, stuff like a missing semi-colon at the end of a file
chibaguy: it's Nelson that did it, I just announced, possibly accidentally taking credit :-)
[07:27]
chibaguyoh, I see. :-)
That missing ; might be the problem then.
[07:29]
chealerchibaguy: I get the same problem enabling minify [07:31]
chibaguywell, thanks to Nelson for the branch and to you for the announcment. [07:31]
chealerchibaguy: looks like it. must be one of the rare times where an interpretation error is clear [07:36]
***marclaporte has quit IRC (Read error: Connection reset by peer) [07:37]
chealerdisabling svg-edit fixes [07:38]
chibaguyah [07:40]
***salamandyr has left "Leaving" [07:40]
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[07:46]
....... (idle for 31mn)
Bernard1 has joined #tikiwiki [08:17]
arildbI see that the 8.x is established. In the mail from chealer it said that there would be semi-automatic merging from trunk in the coming period. I assume that this means FIX changes should only be applied in trunk, and that they will be "automatically" incorperated in 8.x. Can somebody confirm this? [08:21]
oeversettenI understood that fixes in 8.x will be merged into trunk [08:25]
arildboeversetten: OK, so the other way around [08:26]
***Bernard2 has joined #tikiwiki [08:26]
oeversettenseems sane as long as they should be quite the same at the moment [08:26]
***Bernard1 has quit IRC (Read error: Connection reset by peer) [08:26]
arildboeversetten: Yes, you are right (I read the mail more carefully) [08:28]
oeversetten:) [08:28]
CIA-12tikiwiki: 03arildb * r37901 10/branches/8.x/lib/prefs/feature.php: [DOC] Fix SEFURL description. _htaccess and web_config should be copied, not renamed. [08:31]
fabriciusTRIM handles offsite backups => What are offsite backups? - is that databasedumps?
just reading some documentation
[08:33]
CIA-12tikiwiki: 03changi67 * r37902 10/branches/8.x/lib/setup/twversion.class.php: [REF] Change to fit 8.X [08:33]
***Wilkins has quit IRC (Ping timeout: 276 seconds) [08:34]
Wilkins has joined #tikiwiki
arildb has quit IRC (Read error: Connection reset by peer)
arildb has joined #tikiwiki
SJ-Jay has joined #tikiwiki
[08:42]
Bernard2Morning good people ! [08:49]
Merbstermorning Bernard2 [08:56]
fabriciusgood morning Bernard2 [08:57]
SJ-Jaymorning :D [09:02]
***lerrachiq has joined #tikiwiki [09:10]
fabriciusmorrrning SJ-Jay [09:12]
Bernard2well well we have a 8 :) [09:13]
fabriciusJens (oeversetten): do you remember our recent discussion about the automatic category based menu? [09:14]
oeversettenhehe, morning, it's almost lunch time here :D timezones are funny... [09:14]
fabriciusYes Bernard, that's cool [09:15]
Bernard2:) i'm gmt +2 now (winter time) [09:15]
fabriciuswe have still gmt+1 (summer time) where are you? [09:16]
oeversetteneither mideast or russia [09:16]
fabriciusJens, I kind of forgot the solution - which actual module you use - I tried with "Kategorie" - maybe I miss some config or I use the wrong module for the right purpose [09:17]
Bernard2i live in Israel (Avtalyon tiny village lost in the galilee heights)
i have explored automatic menu using Category but i change for structures. I beleive both work well but Structures way is less complicated for end user.
;)
[09:18]
fabriciusah cool
structures is a good idea aswell
didn't think on that aswell
[09:20]
Bernard2if you'd like to see : http://scd.shocksite.com/ registuser/12345
the sided menu
[09:21]
Using Category will always look like a tweak to the eyes of the customer (especially when talking about the pages thats should not be in the menu). To make it look like a normal feature require specific customization (i don't like because updating is less stable then).
Structures look more logical and it work fine too. The only sacrifice is to add an $if for the structures-bar so only admin or superuser see the bar at the top of the page.
[09:28]
fabriciushow and where you did that $if ? [09:34]
oeversettenbut structures just structure the objects, resp wiki pages, it does not categorize them... [09:34]
fabriciusyou could work with autocategorisation for people in only one main group [09:35]
oeversettenthe only thing i miss using categories as menu is that it does not list those objects inside a category, though i wonder what the section parameter is for!? [09:36]
Bernard2fabricius: in tiki-wiki_structure_bar.tpl => {if $tiki_p_admin == 'y'}
oeversetten: well in this case we don't use category so...
oeversetten: it should display childs
[09:37]
oeversettenyes, children it displays, but only category children, not the object in them :(
or did i misconfigure it?
[09:39]
***Wilkins_ has joined #tikiwiki [09:42]
Bernard2Mmm not sure 100% about this… i recall i didn't like the idea to create one category per object that's when i moved to Structures. Sylvie and i discussed it and may be she knows more than me about displaying objects in a children category in the catory plugins [09:43]
***Wilkins has quit IRC (Ping timeout: 260 seconds) [09:43]
Wilkins_ has quit IRC (Ping timeout: 248 seconds) [09:49]
oeversetteni would very like to use it that way, so i can see at first glance how a thing is categorised since the menu reflects it without need of refreshing, and i think it's mighty in combination with category jails, so new objects appear only there in the menu wherein they were created... [09:50]
SJ-Jayhey guys
interesting conversation you are having.. just to be sure.. are you discussing how menues could be affected by categories? ie. if wiki page is in a specific category, then menu X should be visible?
[09:53]
***Wilkins_ has joined #tikiwiki [09:55]
oeversettenmy actual intention is to have an up to date menu and using the categories modul to do so
btw: tiki-8.x is behaving odd while trying to login, browser says there is no tiki-login.php, but it is there...
[09:59]
SJ-Jayit would be really nice if categories could control menues.. we are missing that feature.. atm. be are forced to hide the menues using Jquery which is not an optimal solution as the menu is shown for a split second before Jquery hides it.. very confusion for end users [10:02]
oeversettenand jquery does not prevent seeing the menus in source, afaik [10:03]
Bernard2SJ-Jay: It seams there are two options discussed. One is "autobuilding" focused, and the other is category-menu. [10:04]
***arildb has quit IRC (Read error: Connection reset by peer) [10:06]
fabriciusSJ-Jay: this discussion is a bit different
SJ-Jay: like autogenerate a menu whilst users setup content
another page => another menuitem automatically
[10:07]
oeversettenyou could split it, but if the current categories modul would also list the objects inside the categories it displays it would do it! [10:08]
fabriciusSJ-Jay: I have to get a shower, then I tell ya more about module visibility - it was recently committed by jonnyb [10:09]
***chealer has quit IRC (Ping timeout: 248 seconds) [10:10]
fabriciusor SJ-Jay - did you subscribe the dev-list
SJ-Jay: I did write a mail yesterday 20:30 "Re: [Tiki-devel] areas or perspective_binder", where it should be descibed
[10:11]
oeversettenbernard2: I do not see a sided bar :( [10:16]
fabriciusoeversetten: you have to login#
registuser/12345
[10:17]
oeversettenuh, there it is, looks fine
is the folder icon default or customizable?
[10:19]
Bernard2Bernard2: default… i didn't dig there, but i all the css is there. [10:22]
chibaguyoeversetten: in general, the folder icon is customizable, if that is what you are asking. [10:23]
oeversettenk, that it is [10:23]
fabriciusbrb [10:23]
chibaguyhave a 'styles/yourstyle/pics/icons/folder.png and .../ofolder.png and they will replace the default images.
be sure to use 16x16 px.
[10:24]
oeversettenah, k [10:25]
chibaguysame with styles/yourstyle/img/icons/external_link.gif and probably others; I didn't check yet. [10:25]
oeversettencurrently it seems not advisable to show all type of errors tiki encounters, at the moment one of them replaces the port to use in my installation, so the browser complains that it is far away of every known.
clearing cache helps, too
[10:28]
SJ-Jayback! lunch :D
fabricius, give me a hint when your back.. was off to lunch
[10:43]
fabriciusrehi
SJ-Jay: just sat dowm
fabricius is getting a coffee
fabricius likes with milk, no sugar
[10:51]
***Caarrie|sleeping is now known as Caarrie|away [10:57]
SJ-Jaysame here [10:57]
oeversettenoeversetten creating an image for areas, too less pixels available... [10:59]
fabriciusJens - for the menu or for what?
so SJ-Jay any question left?
[11:02]
SJ-JayYeah.. could you tell me more about the menu/categorie thingy? [11:03]
oeversettenfarbricius: admin panel, yes, i guess it should be added in the admin.fullpanel.xcf first and then exported to png, but why would gimp not let me move the new layer to right position :( [11:06]
fabriciusSJ-Jay: in the end it is just easy -> there is a new preference in Tiki 8, where you can set visibility to categories in the same way than for perspectives
SJ-Jay: just type in the category number(s) where the module should appear
[11:07]
SJ-Jayso for each menu i can specify which categorie it should be visible to? [11:08]
fabriciusYES [11:08]
SJ-Jay:D !!!!!!
we been waiting for this since we started!
[11:08]
fabriciusnon-visibility is possible aswell - but just not yet working (bug on construction) [11:09]
SJ-Jayso i should be able to test it right now? (we are running tiki 8 svn) [11:09]
fabriciusSJ-Jay: I was begging for this since Tiki 3 !!
every month, sometimes several times a week
but it was hard to get people an imagination what I meant with AREAS
and now there are a few people and it turns out, that everybody was looking for similar stuff
I will make up a documentation page on dev.t.o "How to structure my Tiki"
[11:09]
SJ-Jayit was one of the first things Merbster was told to look at.. seems it was i very good idea :)
a*
[11:12]
fabriciusand all that - contextual menu, menu/category, perspectives, workspaces, areas, ... should go onto this page [11:12]
SJ-Jayvery good idea fabricius.. [11:12]
fabriciusyes - it was a very good idea
so now we have two methods to setup areas
both with categories
for both the same sort of category tree can be used
with binder has to - without binder should
[11:12]
SJ-Jayyeah [11:14]
fabriciusand it seems, that both csan be used in the same installations (with two trees then)
or without binder on a public site and with binder on an extra intranet installation
connected via Intertiki for single user management
woohooo that will be a pretty large docu page
[11:14]
SJ-Jayhehe you'll be needing loads of coffee :D [11:16]
fabriciushehe [11:16]
oeversettenyes, try mocca for that, that will keep you awake for a while ;) [11:19]
.... (idle for 15mn)
chealer, nkoth, jonnyb: does an image icon for areas suffice as fix? [11:34]
fabriciushehe [11:35]
***arildb has joined #tikiwiki [11:37]
...... (idle for 28mn)
Wilkins_ is now known as Wilkins [12:05]
RobertPlummer has joined #tikiwiki [12:11]
RobertPlummerGood morning Tiki Devs (polom) [12:16]
MerbsterMorning to you RobertPlummer [12:18]
RobertPlummerChecking out 8.x right now... Congrats devs on getting that out.
Now to start fixing...
[12:27]
Merbsterwhat did I do wrong when a pretty tracker says I am specifying wrong fieldIds but the Ids I specify are the correct ones?
oh wait
doh
[12:39]
CIA-12tikiwiki: 03robertplummer * r37903 10/branches/8.x/lib/codemirror_tiki/ (codemirror_tiki.css codemirror_tiki.js): [FIX] Made sure that line number configuration is brought to syntax highlighter, it was failing from a user perspective. Also, ensured that the object is returned so it acts like other jQuery plugins [12:44]
***chibaguy has quit IRC (Ping timeout: 252 seconds) [12:45]
Merbsterif I have a tracker only with textarea fields, and I go to "Create new tracker item" in the admin area, only the titles of the fields is shown, there are no actual text area field visible [12:46]
RobertPlummerHey guys, is there an easy way to detect the last page that was visited before the one they are in? So that we can redirect them back there when they are done using the feature they are in?
Ideally it would be a cookie I would think.
[12:53]
***lphuberdeau has quit IRC (Ping timeout: 245 seconds) [12:56]
lphuberdeau has joined #tikiwiki [13:04]
lphuberdeaubrowers send the origin URL as a header, available in $_SERVER['HTTP_REFERER'] [13:06]
RobertPlummerBut what if the referer is itself?
Is it smart enough to know that?
[13:06]
lphuberdeauno [13:07]
RobertPlummerTHat is what I thought.
We need to know what the last url + params were so we can send the user back there after they are done with a feature.
[13:07]
lphuberdeauyou'd need to store that in the session [13:07]
RobertPlummerlphuberdeau: I figured that, I just didn't know if it existed already. [13:08]
***radek82 has joined #tikiwiki [13:10]
Merbstercan a tracker containt more than one textarea?
contain*
[13:14]
***rodrigo_sampaio has joined #tikiwiki [13:15]
lphuberdeausure [13:16]
Merbsterlphuberdeau, ok. thanks. [13:16]
CIA-12tikiwiki: 03oeversetten * r37904 10/branches/8.x/ (5 files in 3 dirs): [ENH] areas has an own icon now, hope it is intuitive enough [13:23]
RobertPlummerlphuberdeau:So in tiki-setup.php I'll do if session['referer'] != refferer, updated refererer, and that way we can alway have sessions referrer. Can you think of a more dynamic way of doing this more dynamically?
I'd like also to capture things like request variables....
I guess I could do a foreach through them, but sounds a little hacky.
asp.net has a built in feature for this.
[13:25]
lphuberdeauyou mean all of $_REQUEST?
I wouldn't really do that, it's best for session data to remain small
[13:26]
RobertPlummerlphuberdeau: I agree, but there has to be an automated wayof doing this, it would be a nice feature to have in tiki. [13:28]
lphuberdeaugetting the submitted info a few forms back? [13:29]
RobertPlummerlphuberdeau: No, say you are at a page, you insert {plugin} and save.
The plugin has a button "Created new 'entity from plugin'", like "Create new drawing".
So you click it, but you are in a page, and in a structure.
or in some other feature that I've not thought of.
You'd want to go back to that page after you are done editing, right?
Ideally with a back button.
Now if you click "Back" you mess up the editing process. We could use an ajax overlay, but it should degrade gracefully.
[13:30]
lphuberdeauI think the ideal is to have the drawing stuff appear in a context rather than take you to a separate page, which is kind of old-school [13:32]
RobertPlummerIt should still degrade gracefully. [13:32]
lphuberdeauwell, svg-edit without javascript is not really that useful [13:33]
RobertPlummerYes, but the svg image is.
Anyway, I'm just saying it should be in php somewhere, it probably is, it usually just tracks GET params, and the url last hit.
Oh well, perhaps a nice overlay is what we will go with.
To much overhead, to much change.
[13:33]
Bernard2Rodrigo, i'm reading http://tiki.org/Translation+branching+strategy#How_to_merge_language_files, i need some guidance [13:35]
rodrigo_sampaioBernard2: ok, are you familiar with shell? [13:35]
Bernard2i know what it is. :) i'm there already in my trunk folder
next step is php get_strings.php lang=he . what does this do ?
[13:36]
rodrigo_sampaioBernard2: you have to run get_strings.php on the branch you want to update the translations. [13:38]
RobertPlummerlphuberdeau: Thanks buddy. [13:38]
rodrigo_sampaioBernard2: get_strings.php will update lang/he/language.php file with English strings that have been added to Tiki. [13:39]
Bernard2mmm that was an important information !
output is:
Languages: he
Total time spent: 2.48590302467 seconds
[13:39]
rodrigo_sampaioBernard2: please while working your way to merge the translations, update the wiki page with any information you think is relevant
Bernard2: the output looks good
[13:41]
Bernard2ok [13:42]
rodrigo_sampaioBernard2: probably lang/he/language.php has some more English strings now
Bernard2: it is a good idea to commit it now and then run mergelang.php. this way, when you run the second script you be easier to see what was changed by it.
[13:42]
Bernard2ok i commit then [13:45]
CIA-12tikiwiki: 03yonixxx * r37905 10/trunk/lang/he/language.php: [TRA] hebrew translation progress [13:45]
rodrigo_sampaioBernard2: great, no it is time to run mergelang.php
s/no/now
[13:46]
Bernard2output;
php doc/devtools/mergelang.php /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk /var/www/sites/dtc/shocksite.com/subdomains/www/html
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk/lib/language/ParseFile.php on line 54
this vhost has 128mb should have been enought
[13:48]
rodrigo_sampaioBernard2: please paste the command you tried [13:51]
oeversettenyou have to increase the php memory size, I think, 32MB sounds like default setting [13:51]
rodrigo_sampaioBernard2: ? [13:52]
Bernard2php doc/devtools/mergelang.php /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk /var/www/sites/dtc/shocksite.com/subdomains/www/html
oeversetten: my php memory size is 128mb
[13:52]
oeversettenoh, then i do not know [13:53]
rodrigo_sampaioBernard2: try php doc/devtools/mergelang.php /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk /var/www/sites/dtc/shocksite.com/subdomains/www/html lang=he
Bernard2: you just want to update Hebrew anyway I guess
[13:54]
Bernard2yes ;)
not better
php doc/devtools/mergelang.php /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk /var/www/sites/dtc/shocksite.com/subdomains/www/html lang=he
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 75 bytes) in /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk/lib/language/ParseFile.php on line 48
[13:55]
rodrigo_sampaioBernard2: this is strange, my local php installation has 128mb and I don't get this memory exhausted error.
Bernard2: sorry, but I don't know how to fix that if you can't increase your memory limit.
[13:57]
Bernard2… will allow 256mb (it is my server) [13:57]
rodrigo_sampaioBernard2: try that and let me know what happens [13:58]
***fabricius has quit IRC (Remote host closed the connection) [14:01]
Bernard2Bernard2 is always working with a movie on a screen in the background… hard to be concentrate when the second wall of Minis Tirix fall :D [14:03]
***nkoth|nelson has joined #tikiwiki
stix_ has joined #tikiwiki
[14:04]
stix_wasn't there a page that lists all wiki-pages? [14:06]
lphuberdeautiki-listpages.php [14:07]
Merbsterin regard to textarea tracker fields, what is list mode? [14:08]
lphuberdeauMerbster, looking at the template? [14:10]
Merbsterlphuberdeau, no. I'm trying to setup a textarea field but I have no idea what value is appropriate to one of the params, because I have no idea what "list mode" is? :) [14:11]
lphuberdeauerr, I don,t even know where you see that then
in most cases, you can ignore all parameters
[14:12]
***arildb has quit IRC (Read error: Connection reset by peer) [14:13]
Merbsterbut I need one listed further down in the "chain"
can I just skip it bo doing: 0, 75, 15, ,200
[14:13]
***arildb has joined #tikiwiki [14:13]
lphuberdeauwhat chain? [14:13]
Merbsterparams are separated by , [14:14]
lphuberdeauwhat version are you working with? [14:14]
Merbster8 svn
it's under trackers.
when you add a textarea field
[14:14]
lphuberdeauI'm really confused, nothing you say links me to anything right now [14:15]
Tiki|botNew Forum Posts: Need help importing images into Tiki - http://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=42386 [14:15]
Merbsterlol
I will take it from the top.
when setting up a tracker, and adding a field. you can select a field type of textarea
when you add the field. you can "configure" the textarea field in a textbox that contains the parameters delimited by ","
[14:15]
Bernard2rodrigo_sampaio: same error with 256mb php mem [14:16]
Merbsterthis is the list of params available to the textarea field type: toolbars,width,height,max,listmax,wordmax,distinct
listmax is the parameter I am confused about
[14:17]
lphuberdeauare you sure that's not 7.x? [14:17]
Merbsterplease slap me
I have been ill today so my mind is not so fresh
I am on our production version which is not yet upgraded to 8 svn.
sorry lphuberdeau
[14:17]
lphuberdeaujust leave the value empty when in doubt? [14:18]
Merbsterand I can do that how? [14:18]
lphuberdeau,, [14:18]
Merbsterok.
I just wanted to verify because the last tracker I saw using this, stopped working
I am recreating that piece of work right now.
would hate breaking it a 3rd time
[14:18]
rodrigo_sampaioBernard2: sorry, no idea than. what I can do is run mergelang.php for you, commit the changes and than you check. [14:21]
Bernard2ok
this you can do for 6p also ?
(i'm working on it too)
[14:21]
CIA-12tikiwiki: 03lphuberdeau * r37906 10/branches/8.x/lib/ (3 files in 3 dirs): [MOD] Adding file events (need a hook) [14:24]
***arildb has quit IRC (Read error: Connection reset by peer) [14:25]
rodrigo_sampaioBernard2: I understand that you have been working on branches/6.x. So I should update 7.x, 8.x and trunk with the translations from 6.x. That is correct? [14:25]
Bernard2yes please [14:26]
oeversettenBernard2: google says "increase your memory limit", too, sure you set the right php.ini? or that your system, you said its a vhost, has enough memory?
oeversetten just find it strange
[14:32]
rodrigo_sampaiooeversetten: me too [14:34]
***ihtus has joined #tikiwiki [14:36]
ihtusHi
I need some help. In what tables inside the database is saved the relationship bitween wikipages and its categories?
[14:36]
Bernard2Well… tiki-install confirm 256mb
i recall he encoding require 4bit or something instead of 2
[14:38]
CIA-12tikiwiki: 03sampaioprimo * r37907 10/branches/7.x/lang/he/language.php: updating with get_strings.php [14:39]
rodrigo_sampaioBernard2: alternatively you can try doc/devtools/mergelange.pl
Bernard2: since it is perl, you won't have problems with PHP's memory_limit
Bernard2: this script is not available on trunk and 8.x. but it is on 6.x and 7.x.
Bernard2: anyway, I'm about to commit the results after running mergelang.php on 7.x
[14:39]
lphuberdeauihtus: tiki_category_objects , but you will also need tiki_objects to get catObjectId [14:40]
CIA-12tikiwiki: 03sampaioprimo * r37908 10/branches/7.x/lang/he/language.php: merging translations from 6.x [14:40]
rodrigo_sampaioBernard2: please check if 37908 looks good [14:41]
Bernard2ok [14:41]
rodrigo_sampaioBernard2: if so, I will merge the translations to 8.x and trunk as well [14:41]
Bernard2look good [14:50]
Merbsterihtus, look at tiki_objects [14:51]
***arildb has joined #tikiwiki [14:52]
rodrigo_sampaioBernard2: ok, so I will do the same for 8.x and trunk [14:53]
Merbsterihtus, and tiki_category_objects [14:53]
***SJ-Jay has quit IRC (Read error: Connection reset by peer)
ichat has joined #tikiwiki
[14:53]
CIA-12tikiwiki: 03sampaioprimo * r37909 10/branches/8.x/lang/he/language.php: updating with get_strings.php
tikiwiki: 03sampaioprimo * r37910 10/branches/8.x/lang/he/language.php: merging translations from 6.x
[14:55]
stix_I can't find my way around in the 100000 things in the admin-menu… Where do I set the system to send an email everytime a page has been created/edited? [14:57]
ichatwhen i tryed installing tikiwiki 7.2 to my new webhost, after copying ftp to my host, the webbased installer gave no errors... but anything i tried from tiki_admin.php failed with an internal server error on http://domain.nl/admin_tiki.php?somevar=try&othervar=false
im running mysql 5 and php 5.3.8
[14:57]
CIA-12tikiwiki: 03sampaioprimo * r37911 10/trunk/lang/he/language.php: updating with get_strings.php
tikiwiki: 03sampaioprimo * r37912 10/trunk/lang/he/language.php: merging translations from 6.x
[14:58]
ichatits only going wrong with that one file (tiki_admin.php) as far as i can tell - how could i try to debug this... [15:00]
rodrigo_sampaioBernard2: done :) [15:02]
ihtuslphuberdeau, Merbster: thank you
I take a specific tiki page. In tiki_pages talbe it's page_id is 42. In tiki_objects table it's objectId is 168. The only commond field that is the same is pageName (in tiki_pages) and itemId + name (in tiki_objects).
so the relationship between tiki_pages and tiki_objects is by pageName and itemId + name ?
[15:03]
lphuberdeauyeah, you should also check the type for safety [15:04]
ihtuslphuberdeau: I see, but which one is main: itemId or name (from tiki_objects table)
?
[15:06]
Bernard2rodrigo_sampaio: tks [15:06]
lphuberdeauog, itemId [15:06]
ihtusthanks! [15:07]
lphuberdeausorry, name is just junk [15:07]
ichatthis is strange
i reinstalled tiki...
than everything went fine....
than i removed the /installer/ subfolder and i got this internal server error 500 again
[15:20]
RobertPlummerichat, don't remove that folder ;) [15:22]
***lphuberdeau has quit IRC (Read error: Connection reset by peer) [15:22]
RobertPlummerichat, the installer isn't a one time thing. It is there for updating as well.
It can be "locked", but should not be removed.
[15:22]
ichatRobertPlummer - ty...
i guess i was to mutch used to having it removed with other apps like joomla etc
i didn't lock the installer from the 'web based installer, can i still do it..
after i have reuploaded the /installer/ files
[15:25]
***lphuberdeau has joined #tikiwiki
fabricius has joined #tikiwiki
[15:29]
changi|ffaichat: yes you can
ichat: just get back into it
the last step will propose to lock it
[15:46]
***arildb_ has joined #tikiwiki
fabricius has quit IRC (Quit: *fuuuppppp gone*)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
arildb_ has quit IRC (Read error: Connection reset by peer)
arildb_ has joined #tikiwiki
arildb has quit IRC (Ping timeout: 260 seconds)
arildb_ has quit IRC (Read error: Connection reset by peer)
lerrachiq has quit IRC (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
[15:47]
ichatcan i just rerun the steup safly than, changi|ffa [15:52]
chealeroeversetten: I do consider the admin panel image as a fix. thank you [15:55]
oeversettenthx [15:58]
changi|ffaichat: yes [16:06]
***marclaporte has quit IRC (Read error: Connection reset by peer) [16:08]
oeversettenhmm, something does not work right with category jail
referring to http://doc.tiki.org/Tutorial%3A+Manually+creating+a+Workspace#Set_the_workspace_s_home_page the second paragraph of the section, the category is not preselected :(
someone can second this?
[16:11]
lphuberdeauI don't know which paragraph you refer to [16:15]
RobertPlummerlphuberdeau: It looks like the first button in tracker admin for creating trackers, at the top, doesn't work.
Bottom one works fine, just fyi.
[16:15]
lphuberdeaurobertplummer, just remove the first one then
probably legacy leftovers
[16:16]
oeversettenlphuberdeau: where it says "To see the effect of the "jail"" and so on [16:17]
***Wilkins has quit IRC (Ping timeout: 258 seconds) [16:19]
lphuberdeauinstalling demo profile... [16:20]
CIA-12tikiwiki: 03robertplummer * r37913 10/branches/8.x/lib/wiki-plugins/wikiplugin_code.php: [FIX] Made sure param is sending to syntax highlighter for line numbers [16:22]
RobertPlummerlphuberdeau: I forgot to make sure the plugin was sending the param for override. That is the fix that we talked about needed for line numbers on friday.
lphuberdeau: I had started fixing it in trunk, and had to manually merge locally, just forgot to bring that one over.
[16:23]
CIA-12tikiwiki: 03robertplummer * r37914 10/trunk/lib/wiki-plugins/wikiplugin_contributionsdashboard.php: [NEW] Added contributions dashboard, really just a proof of concept and place holder for logs query lib [16:25]
RobertPlummerchealer: Where is raphael svg toolkit in tiki? [16:28]
lphuberdeauoeversetten: found the issue [16:28]
oeversetten:)
lphuberdeu: also found the reason?
tried trunk r37890, same problem
[16:29]
lphuberdeauwell, I don't really know how stuff could work [16:31]
oeversetten:( [16:33]
chealerRobertPlummer: no idea about raphael, but I heard that [16:36]
RobertPlummerchealer: Ok, thanks. [16:36]
chealerRobertPlummer: locate mentions lib/dracula/raphael-min.js
RobertPlummer: are you aware that svg-edit is incompatible with Minify JavaScript? chibaguy reported his JavaScript was broken on trunk this night
[16:36]
RobertPlummerchealer: I did not see his email. I will fix asap. [16:38]
chealerRobertPlummer: lib/svg-edit/embedapi.js uses really sloppy JavaScript
RobertPlummer: it was on IRC: http://irc.tiki.org/irclogger_log/tikiwiki?date=2011-10-03,Mon&sel=122#l118
[16:38]
RobertPlummerchealer: Yea, I know. Dirty code = smelly integration. [16:38]
CIA-12tikiwiki: 03lphuberdeau * r37915 10/branches/8.x/lib/categories/categlib.php: [FIX] Introduction of $forceincat broke most of category editing by providing a bad default value that removed all categories [16:40]
RobertPlummerchealer: I don't understand why it is failing, it is being included through an iframe. [16:41]
chealerRobertPlummer: embedapi.js? do you see the errors? [16:43]
RobertPlummerchealer: I'm not going to edit their external.
That would be an unmanaged branch, no?
[16:43]
lphuberdeaurobertplummer, make sure the file is not included in minify by adding 'external' when including the file [16:44]
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[16:45]
chealerRobertPlummer: I don't understand what an "unmanaged branch" is [16:45]
RobertPlummer8.x is managed... [16:46]
chealerRobertPlummer: lphuberdeau's suggestion sounds good. if you go with that, you could first revert r37716 for this file then add the argument
RobertPlummer: what do you mean by a branch being "managed"?
[16:48]
RobertPlummerwhen someone creates an alternative update to a project without it being in the original svn, I would assume that it then becomes unmanged in svn.
So updates to the external would wipe the fix. I could be dead wrong though, I didn't think we edited anything in those external libs.
I know it is kinda a strange case because we don't external it with a link, only through svn.
[16:48]
chealerRobertPlummer: indeed, nothing in lib/svg-edit/ was modified. [16:50]
RobertPlummerchealer: What then was modified?
(looking as well at logs)
[16:50]
chealerRobertPlummer: what was modified? sorry, what do you mean, at which point was something modified? [16:51]
RobertPlummer"RobertPlummer: lphuberdeau's suggestion sounds good. if you go with that, you could first revert r37716 for this file then add the argument"
What was modified in r37716?
[16:51]
chealerRobertPlummer: oh. http://sourceforge.net/apps/trac/tikiwiki/changeset/37716 [16:52]
CIA-12tikiwiki: 03lphuberdeau * r37916 10/branches/8.x/templates/tracker_actions.tpl: [FIX] Remove broken link [16:53]
chealerRobertPlummer: lphuberdeau included svg-edit files in minify, but apparently that won't work with embedapi.js in its current state. [16:53]
RobertPlummerok, I will revert and add. [16:53]
CIA-12tikiwiki: 03lphuberdeau * r37917 10/branches/8.x/templates/tiki-admin_trackers.tpl: [ENH] Reduce visual clutter by placing description under tracker name [16:53]
chealerRobertPlummer: we can't modify files included through externals (except by getting access to externals). the only thing we can do is to copy the external somewhere, like we do with third_party/ [16:54]
RobertPlummerchealer: Right, that is all I was saying. [16:54]
***ichat has quit IRC (Ping timeout: 255 seconds) [16:55]
chealerRobertPlummer: stuff in third_party can only be wiped when we manually update the third_party/ directory, if we forget to re-apply our changes [16:55]
RobertPlummerlphuberdeau: In the future, please let me know before making a feature unusable by dropping the core files that it relies on this close to branch. [16:56]
oeversettenlphuberdeau: thx 4 r37915 that was fast :) [16:56]
ihtussorry guys, one more question: in what tables I can see the inheritance of nested categories? [16:56]
lphuberdeauthat piece of code looked very broken [16:56]
RobertPlummerlphuberdeau: I will gladly fix any problem, just dropping the feature alltogether really doesn't help anything. [16:56]
lphuberdeauRobertPlummer: Not saying to remove the feature, I'm just saying to make sure that file does not get into the minified file
the problem is that minify joins all files together, and if they are not pristine, they break the whole thing, while when included as an external, it can execute safely on it's own
[16:57]
chealerRobertPlummer: I suppose lphuberdeau didn't realize that would happen (the JavaScript errors weren't immediately obvious outside svg-edit). this is really caused by minimal quality code in embedapi.js [16:58]
oeversettenihtus: tiki-categories should contain the parentIds as well [16:58]
ihtusoh I see 10x [16:59]
chealerRobertPlummer: so in this case, either 1) we get the upstream embedapi.js "fixed". 2) We create a third_party/ repository and fix a local copy of embedapi.js ourselves. OR 3) Definitely the easiest solution, we follow lphuberdeau's suggestion of excluding embedapi.js from minifying.
my choice would be 1 or 3
[17:00]
lphuberdeau1 and 3
3 being short-term
[17:00]
***RobertPlummer has quit IRC (Ping timeout: 258 seconds) [17:01]
RobertPlummer has joined #tikiwiki [17:13]
RobertPlummerlphuberdeau: I was too quick to comment, you did fine all you did was add a feature check.
lphuberdeau: I miss-read the commit.
[17:13]
When I have minify on, the whole website becomes super sluggish and slow.
Looks like tiki-jquery.js isn't clearing the minify process.
[17:23]
lphuberdeau?
first load would be slower because the file is generated on demand
and it can get bad if you have files included randomly, because that would cause multiple minified files from being used (I did try to explain this once)
[17:24]
***conner_bw has joined #tikiwiki [17:29]
RobertPlummerlphuberdeau: Understood, but this is on a non-wiki page, tiki-list_file_gallery.php. Seems it is just timing out in /lib/minify/JSMin.php on random lines. [17:32]
lphuberdeauwhat does non-wiki page has to do with the situation? minify js is for everything in tiki
minify is a fairly long process that is CPU intensive, sadly
and until it is successful, yes, site will be slow and sluggish
[17:33]
RobertPlummerlphuberdeau: Trying with latest jsmin.php to see if it is any better. [17:39]
lphuberdeaumight work [17:40]
RobertPlummerlphuberdeau: Perhaps it would be advantageous to add set_time_limit(bigger number); just before we call the script so that it is completed correctly. [17:41]
lphuberdeauyeah, makes sense [17:42]
RobertPlummerHow much time you think it needs?
600 seconds?
[17:42]
CIA-12tikiwiki: 03chealer * r37918 10/branches/8.x/lib/perspective_binder.php:
tikiwiki: [FIX] Areas: "You have an error in your SQL syntax; check the manual that
tikiwiki: corresponds to your MySQL server version for the right syntax to use near
tikiwiki: 'a:0:{}'')' at line 1" (quoted question mark in update_areas() query, r37853
tikiwiki: regression).
[17:43]
RobertPlummerlphuberdeau: testing with 600 seconds..... lol, this could take some time :). [17:43]
CIA-12tikiwiki: 03lphuberdeau * r37919 10/branches/8.x/lib/freetag/freetaglib.php: [FIX] Crash when anonymous eventually adds a tag [17:43]
lphuberdeauit's not that long usually ;) [17:43]
RobertPlummerlphuberdeau: I figure, it can't hurt.
lphuberdeau: WOOHOO IT WORKS GREAT
lphuberdeau: I will go ahead and update jsmin.php too, there has been a lot of changes in there.
[17:44]
chealeroeversetten: please see r37918 [17:44]
oeversetten? [17:44]
lphuberdeausounds good [17:44]
oeversettenmoment [17:45]
CIA-12tikiwiki: 03lphuberdeau * r37920 10/branches/8.x/lib/filegals/filegallib.php: [MOD] Additional value for event [17:46]
oeversettenoh, but its fixed now? [17:46]
***ichat has joined #tikiwiki [17:48]
CIA-12tikiwiki: 03robertplummer * r37922 10/trunk/lib/minify/JSMin.php: [UPDATE] Update JSMin.php to a newer version [17:49]
***conner_bw has quit IRC (Quit: conner_bw) [17:49]
CIA-12tikiwiki: 03robertplummer * r37923 10/trunk/lib/headerlib.php: [FIX] Added timeout so that minify works with shorter timeouts [17:51]
oeversettenuh, without marks it works, too, interesting... [17:52]
CIA-12tikiwiki: 03robertplummer * r37924 10/branches/8.x/tiki-setup.php: [FIX] Ensured that draw is loaded as external, doesn't minify well [17:55]
RobertPlummerdraw minify = fixed [17:55]
Tiki|botNew Forum Posts: Anonymous, Registered can't see structure navigation, only admins. - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42387 [18:00]
chealeroeversetten: I just fixed it, yes
oeversetten: the problem is when the quotation mark is quoted. it doesnt work then
thanks RobertPlummer
[18:06]
RobertPlummerchealer: I did good?
:P
[18:07]
chealerRobertPlummer: did you get what lphuberdeau and I were saying about the 3 options possible before you dropped out? [18:09]
RobertPlummerchealer: I didn't my connection has been spotty today, comcast is redoing something. [18:10]
chealerRobertPlummer: see http://irc.tiki.org/irclogger_log/tikiwiki?date=2011-10-03,Mon&sel=593#l589 [18:11]
RobertPlummerlooking [18:11]
***ichat has left [18:12]
chealerthe ideal fix would be 1, but 3 is good as immediate fix. if we just do 3, it would be good to comment the inclusion line explaining why it's an external. [18:12]
marclaportestix_: tiki-admin_notifications.php [18:13]
***flo-tstudio has joined #tikiwiki [18:21]
flo-tstudioSalut tlm :)
on travaille sur l'organisation de LinuxMAO
est-il possible avec tikiwiki d'avoir des noms de page différents du titre de la page ?
[18:22]
lphuberdeauhello, this is an English channel (I do speak French) [18:24]
marclaportego in admin wiki panel, and find "description" [18:25]
flo-tstudioMy english is bad but i will try [18:25]
marclaporteSo page name can be short and clean, and descripton be something totally different [18:25]
lphuberdeauwe're OK with bad English, no worries [18:25]
flo-tstudioI'd like to change the title of the html page without change the url of the page [18:38]
***lphuberdeau has quit IRC (Read error: Connection reset by peer)
pianoliv has joined #tikiwiki
[18:39]
RobertPlummerchealer: Sorry, had to step away for a minute. #3 was the solution.
chealer, I will update with a comment.
[18:40]
chealerRobertPlummer: yeah. thanks, that works [18:41]
CIA-12tikiwiki: 03robertplummer * r37925 10/branches/8.x/tiki-setup.php: [FIX] Added explanation of why svg-edit is external [18:42]
RobertPlummer:) [18:42]
.... (idle for 17mn)
pianolivHi everyone :)
when choosing "description" as the "Browser title display mode", does it reflect in any way on google searches ?
[18:59]
chealerhum, just got something odd editing a module in trunk. the name of the module disappeared (after just changing its groups). the name record is now the empty string in the database. [19:12]
Jyhemhi guys! [19:13]
nkoth|nelsonplanoliv: re description in browser title, I think so, but everyone has different theory about how google works [19:13]
JyhemInstalling a tiki 8 right now :-) [19:13]
nkoth|nelsonhi [19:13]
Jyhemi think we need to add 8.x and trunk in the bug tracker http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5 [19:14]
***lphuberdeau has joined #tikiwiki [19:17]
chealerhey Jyhem [19:18]
pianolivnkoth|nelson, I'm not the first to ask, right ? :)
thanks, I'll have to try out by myself anyway
[19:21]
chealerJyhem: I guess
can you do that?
[19:25]
CIA-12tikiwiki: 03mlustenberg * r37926 10/trunk/lib/test/editlib/ (ParseToWysiwyg_CharacterTest.php ParseToWysiwyg_TextTest.php): [REF] EditLib Tests: consistent arguments for all calls to parseToWysiwyg()
tikiwiki: 03mlustenberg * r37927 10/trunk/lib/test/editlib/ParseToWysiwyg_LinkTest.php: [ENH] More tests for EditLib (link parsing, fixes are needed)
[19:26]
tikiwiki: 03chealer * r37928 10/trunk/ (3 files in 3 dirs): [REF] FileGalLib: Split getPath() from getTree() [19:39]
Jyhemchealer: I guess I can, but I'm in the middle of an email. I'll report if i could later [19:39]
CIA-12tikiwiki: 03nkoth * r37929 10/branches/8.x/lib/trackers/trackerlib.php: [FIX] Trackeralias redirection always going to English page when there is a translation [19:40]
***oeversetten has left [19:42]
CIA-12tikiwiki: 03robertplummer * r37930 10/trunk/lib/wiki-plugins/wikiplugin_contributionsdashboard.php: [ENH] Use raphael charts to show up visits per day on current page, just a demo of what is coming. [19:53]
***flo-tstudio has left "Leaving." [19:55]
Jyhemchealer: done. [19:59]
CIA-12tikiwiki: 03mlustenberg * r37931 10/trunk/lib/test/editlib/ParseToWiki_LinkTest.php: [ENH] More tests for EditLib (link conversion) [20:04]
***DarkCalf has joined #tikiwiki
DarkCalff has quit IRC (Quit: Leaving)
[20:09]
chealerthanks Jyhem. I added that step to How to release. [20:14]
CIA-12tikiwiki: 03mlustenberg * r37932 10/trunk/lib/ (2 files in 2 dirs):
tikiwiki: [MOD] changed html attribute class="wiki" to class="wiki page" when parsing ((Page))
tikiwiki: This modification simplifies the conversion of html links to the Wiki Syntax (Visual Wiki)
[20:14]
***Bernard2 has quit IRC (Quit: Leaving.) [20:27]
sylviegDo we have a soap authentication in tiki already. I have a 3- application that send user et password in soap format to tiki and tiki answers in soap true or false? [20:28]
RobertPlummersylvieg: we have http authentication [20:35]
sylviegRobertPlummer: http like an url with 2 params user and password?
perhaps easier with an example : http://wiki.developerforce.com/index.php/How_to_Implement_Single_Sign-On_with_Force.com
[20:37]
RobertPlummersee: https://github.com/robertleeplummerjr/bluebox/blob/master/modules/auth-1.0/libraries/drivers/Auth/Tiki.php
$client = Http::connect('bluebox.tikisuite.org');
$client->setCredentials($username, $this->passwordOrig);
$status = $client->get('/tiki/tiki-index.php')->run();
$tikiLogin = FALSE;
if (isset($status[0])) {
$tikiLogin = $status[0]->getSuccess();
}
if ($tikiLogin != TRUE) return $tikiLogin;
Try a different url
[20:39]
sylviegthx : RobertPlummer :-) [20:40]
RobertPlummerTHen you'll be set
np, keep in mind it is just an example.
[20:40]
***Merbster has quit IRC (Read error: Connection reset by peer) [20:47]
CIA-12tikiwiki: 03changi67 * r37933 10/trunk/lib/test/Calendar/DateTest.php: [REF] New style [20:52]
***Jyhem has quit IRC (Read error: Operation timed out)
Jyhem has joined #tikiwiki
ihtus has quit IRC (Quit: Page closed)
[20:55]
CIA-12tikiwiki: 03robertplummer * r37934 10/trunk/lib/ (2 files in 2 dirs): [ENH] Bringing some temporary data in to see what all is possible [21:02]
RobertPlummerlphuberdeau: For an option in params, do we have a checkbox (not radio) type?
plugin params I mean
[21:05]
***libs_ has quit IRC (*.net *.split)
blast_hardcheese has quit IRC (*.net *.split)
libs_ has joined #tikiwiki
blast_hardcheese has joined #tikiwiki
[21:09]
lphuberdeauwhat?
sylvieg, it's really just HTTP Basic authentication
[21:16]
***pianoliv has quit IRC (Remote host closed the connection) [21:19]
Jyhemouch : first Tiki8 install displays prominently "Show php error messages" but they all say stuff like
File: lib/smarty/libs/sysplugins/smarty_internal_data.php
Line: 291
Type: Undefined variable: tikidb_created
This is just the place where the reports are generated, not the places where the variable needs to be set
Kind of useless, no ? :-(
[21:20]
lphuberdeauyes
those only show up because the installer now uses tiki's header.tpl, but that does not make much sense as tiki's not initialized in the installer
[21:21]
sylvieglphuberdeau: salesforce.com offers either a php interface or a soap auth - in both case it will be easy.. any other product to interface tiki with than Microsoft CRM is a big +++ [21:23]
***SJ-Jay has joined #tikiwiki [21:25]
JyhemOK, I'll make sure the offending variables are initialized in installer/tiki-installer.php [21:27]
CIA-12tikiwiki: 03robertplummer * r37935 10/trunk/lib/ (2 files in 2 dirs):
tikiwiki: [ENH] Added a dashboard view and a demo date selection
tikiwiki: [ENH] Brought the date range grouping to logs query lib and removed form plugin to simplify
[21:38]
SJ-Jayhey gyts
i just remember something
Merbster wrote a webservice handler for webservice post
atm. it is only possible to GET webservice information through webservice plugin
[21:40]
***RobertPlummer has quit IRC (Ping timeout: 258 seconds) [21:42]
SJ-Jay has quit IRC (Read error: Connection reset by peer)
DarkCalff has joined #tikiwiki
radek82 has quit IRC (Quit: Leaving)
DarkCalf has quit IRC (Ping timeout: 245 seconds)
[21:56]
DarkCalfz has joined #tikiwiki
DarkCalff has quit IRC (Ping timeout: 244 seconds)
DarkCalff has joined #tikiwiki
[22:11]
chealerJyhem: kind of. Smarty 3 brought some regressions in error reporting. [22:15]
JyhemThen again, the variables *look* uninitialized :-( [22:17]
***DarkCalfz has quit IRC (Ping timeout: 258 seconds) [22:17]
JyhemI catch a bunch of them while installing a Tiki8, but that's not a rigorous process. Especially as it's not even a virgin Tiki8 (it's an upgraded Tiki 4.2) [22:19]
...... (idle for 29mn)
CIA-12tikiwiki: 03jyhem * r37936 10/branches/8.x/ (3 files in 3 dirs): [FIX] Avoid various PHP error messages which appear on a fresh install by initializing some variables [22:48]
...... (idle for 25mn)
***rodrigo_sampaio has quit IRC (Quit: Leaving.) [23:13]
DarkCalfz has joined #tikiwiki [23:19]
JyhemInteresting: On a Tiki8, I search preference feature_best_language and I blank screen with my error logs asaying "read data timeout in 40 seconds," So I hit F5 and all is well.
So far, nothing unexpected
BUT then I do the same search preference feature_best_language and it blanks again :-(
[23:21]
***DarkCalff has quit IRC (Ping timeout: 244 seconds) [23:22]
JyhemI thought it would index everything the first time (hence the timeout), and then all would be fast ? [23:22]
***RobertPlummer has joined #tikiwiki [23:34]
lphuberdeaumight not be generated? [23:34]
Jyhemhat's what I fear. My server is not *that* underpowered [23:36]
lphuberdeautry increasing the time limit temporarily to see if that helps [23:38]
chealerJyhem: if it times out, that means the process of generation failed due to the max execution time, so unless it builds gradually, it will do the same if you retry
(with the same maximum time)
[23:44]
JyhemAhhh, interesting point.
Anyway, I raised max_execution_time = 120 (from 60 before) and it did the search quite fast
then I lowered it again to 60, and it still works fine
so either it's the apache restart, or it's the non-incremental index creation
Jyhem going to bed as it's 1:42 here and all is about wellish :-)
[23:47]
chealergood night [23:53]

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