arildb: joined #tikiwiki Tiki-KGB: tikiwiki 03kstingel r44460 04users/kstingel/API_trunk
tikiwiki [DEL] removing existing versioned directory so I can make new Dir
tikiwiki 03kstingel r44461 03users/kstingel/API-trunk
tikiwiki [NEW] working copy for API documentation edits Trebly: <Everybody>Hi, I have problem of authentication with my SVN local repository.
With new Url, password changed on sf, and new TortoiseSVN version (1.7) I get a connection to server error.
Tortoise don't show the authentication panel (it should), do somebody met any problem ?
I have not to change anything since four years... Something about update after the url of tiki repository have changed ? arildb: Trebly: works ok at my end. Also using TortoiseSVN 1.7 Trebly: <arildb> Thanks, the problem is that after the change of sf urls and password update, SVN should ask a new authentication (panel which ask credentials to sf) and it doesn't (I have not updated since 3 or for month... laurei: joined #tikiwiki goj: joined #tikiwiki laurei: joined #tikiwiki laurei_: joined #tikiwiki lphuberdeau: joined #tikiwiki fabricius: joined #tikiwiki gour: joined #tikiwiki xavi: joined #tikiwiki redflo: joined #tikiwiki fabricius: joined #tikiwiki dennmans: joined #tikiwiki Jyhem_laptop: joined #tikiwiki xavi: polom
I recently noticed a bug with tiki_get_mime in PluginRR in Tiki9 svn
and googling for it, I found a commit (at least) in which the function seemed to be replaced by a different one by lphuberdeau (r42542 in 9x)
so I guess that I need to replace the call:
$info['filetype'] = tiki_get_mime($filepath, 'application/octet-stream');
with something like:
$info['filetype'] = TikiLib::lib('mime')->from_path($filepath, 'application/octet-stream'); Jyhem_laptop: joined #tikiwiki xavi: ok, that change apparently soved the problem
another thing which I don't know how to solve (a notice, from a missing feature) is how to use the $tikidomainslash type of variable from multitiki from a plugin
Jyhem_laptop, g'morning, any clue about the usage of $tikidomainslash inside a plugin (like PluginR) ?
newbie question, I guess.... Jyhem_laptop: joined #tikiwiki xavi: ok, I commit as is (step by step)
mmm
changi ?
any clue why commit messages to mods are not echoed in the irc channel?
they used to be....
before the change in the bots months ago
for instance, r44269 .... Jyhem_laptop: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki jonnyb: joined #tikiwiki
polomolop rodrigoprimo: joined #tikiwiki xavi: hi jonnyb :-) jonnyb: hi xavi - happy 2013! xavi: :-) same for you! jonnyb: i just learnt something about the cd command - who'd have thought it! xavi: :-D jonnyb: "cd -" takes you back to the previous dir - i never knew that! :) xavi: never did I either :-) jonnyb: :D Jyhem_laptop: joined #tikiwiki jonnyb: is anyone else having trouble with trunk? i'm getting checksum errors fabricius: joined #tikiwiki xavi: no idea, sorry (fighting with other things; I'm not using trunk :-/ ) redflo: joined #tikiwiki xavi: bbl Jyhem_laptop: joined #tikiwiki vmachine: left #tikiwiki rodrigoprimo: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Trebly: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Tiki-KGB: tikiwiki 03xavidp r44462 10mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php
tikiwiki [FIX]Added a case for Tiki 9+ (after r42542) to allow getting mime types (keeping the plugins backwards compatible). And bug fixed in cache path when multitiki used. Thanks changi for warning about the new sf.net repo url for mods also xavi: wohoo, changi, yuo are right, once I commit in the right place, commit message is echoed here :-)
ah, jonnyb, I did read your change in svn tips page...
I was getting those issues also right now in mods after I switched branch to new url... jonnyb: hi again xavi - oddly i didn't get any of that last year when i first moved to the new repo xavi: I ended up deleting the whole folder with the conflixting files with checksum missmatches and doing 'svn up' again fixed the issues for me
yeah, new year, new weirdnesses
hopefully, temporary... jonnyb: yes, same for me, except i also had to do "svn revert --depth infinity ./" to reset everything
the usual monthly svn "time tax" - i reckon on losing a couple of hours to svn weirdness every now and again ;) Jyhem_laptop_: joined #tikiwiki marclaporte: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki dhazel: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki arildb: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki xavi: ok, time to leave for me
bb
left #tikiwiki Jyhem_laptop: joined #tikiwiki marclaporte: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r44463 10branches/10.x/ 10lib/parser/parserlib.php 10admin/include_wiki.php
tikiwiki [bp/r44183,r44198][FIX](hopefully) make backlinks work with SEFURL for pages in html format.
tikiwiki r44183 has several fixes afterwards.
tikiwiki 03arildb r44464 10branches/10.x/web_config
tikiwiki [br/r44150][ENH] Explicitly set the IIS7 maxAllowedContentLength, which is one components which limits the max file size during uploads.
tikiwiki Users can now adjust this value easier. This component is currently *not* a part of the calculation: max file upload size, presented to users in the upload panel.
tikiwiki When installing the IIS maxAllowedContentLength is set to 30MB, which is IIS default. IIS installation which already have adjusted this value at IIS server level, must adjust the new web.config value accordingly.
tikiwiki 03arildb r44465 10branches/9.x/web_config
tikiwiki [br/r44150][ENH] Explicitly set the IIS7 maxAllowedContentLength, which is one components which limits the max file size during uploads.
tikiwiki Users can now adjust this value easier. This component is currently *not* a part of the calculation: max file upload size, presented to users in the upload panel.
tikiwiki When installing the IIS maxAllowedContentLength is set to 30MB, which is IIS default. IIS installation which already have adjusted this value at IIS server level, must adjust the new web.config value accordingly. Jyhem_laptop: joined #tikiwiki sandroandrade: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r44466 10branches/10.x/ 10tiki-print.php 10lib/pdflib.php
tikiwiki Make PDF print work on windows 64-bit systems
tikiwiki [bp/r44154][FIX] Catch invalid PDF
tikiwiki [bp/r44155][MOD] PDF from URL: WekKit (wkhtmltopdf) now writes a temporary file when generating the PDF.
tikiwiki [FIX] WebKit output used to be stdout, but this has encoding(?) problems on windows 7 64-bit.
tikiwiki [bp/r44161][MOD] Die with a proper error message if required shell_exec function is not available. Jyhem_laptop: joined #tikiwiki dennmans: left #tikiwiki jonnyb: bye all - more tomorrow! gour: joined #tikiwiki RobertPlummer: joined #tikiwiki luciash: polom RobertPlummer: joined #tikiwiki rodrigoprimo: joined #tikiwiki rodrigoprimo1: joined #tikiwiki rodrigoprimo: joined #tikiwiki
joined #tikiwiki luciash: was struggling today with trackerlist filterfield="1" and exactvalue="2|3" where it is category type field
then i checked the docs and it does give no exaple how to do filtering by category with category can be id 2 or 3
then i saw the params not(x) and categories(x) but when i put them in exactvalue="not(4)" it breaks the site with mysql error...
so i tried without filterfield and exactvalue
just put notcategories(4) along the plugin params and it does not break the site with mysql error anymore, but i am not sure if it actually works
anybody has better clue how is it supposed to work if you need filtered list using category type field in Tiki LTS version ? dhazel: joined #tikiwiki luciash: and when you need cat A _or_ B ? RobertPlummer: joined #tikiwiki marclaporte: joined #tikiwiki rodrigoprimo: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki Jyhem_laptop: joined #tikiwiki rodrigoprimo: joined #tikiwiki aooboa: joined #tikiwiki
Greetings... just installed the 10.0 release on the main page and I'm not seeing the Site Title when I log out (I do see it when I'm logged in.) Also, I do see the Site Logo logged in or not. Any thoughts?
... from tiki-admin.php?page=look Site Title and Subtitle are set and only visible to logged in users. fabricius: joined #tikiwiki arildb_: joined #tikiwiki arildb__: joined #tikiwiki RobertPlummer: joined #tikiwiki fabricius: joined #tikiwiki