MichaelC1: joined #tikiwiki Tiki|bot: New Forum Posts: New tutorial for the workspace UI - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49559
joined #tikiwiki marclaporte: joined #tikiwiki marclaporte1: joined #tikiwiki marclaporte: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki marclapo1: joined #tikiwiki marclaporte1: joined #tikiwiki marclaporte2: joined #tikiwiki rinnan: left #tikiwiki
joined #tikiwiki Ludo-: joined #tikiwiki Tiki|bot: Recent Bug: - Fixed HTTP Expires Header is in year 1981 - http://dev.tiki.org/item4793 MichaelC: joined #tikiwiki luciash: polom xavi1: joined #tikiwiki xavi: polom
Jyhem ? I need some help with module months_links
In a Tiki9 site for production, it does show the links for 2013 only, even if the first posts started in september 2012. Reproduced here: http://r-es.org/articles?date_min=1346994800&date_max=1359673199&offset=30 (see months_links where it says "Noticias" 2013 [71] > ...). It should contain a link to 2012's articles, isn't it? GillesM: joined #tikiwiki Jyhem: xavi: not sure. There is a limit to the total number of links. If that limit expires in 2013, it will not show 2012 -: Jyhem needs to run out to go complain to his banker merugear: joined #tikiwiki
Good Morning/Afternoon/Evening all! Just got a quick question. I've recently installed TikiWiki and I am trying to get CodeMirror to work on my Wiki pages. Somehow I keep getting errors in the console stating I'm getting a 404 on codemirror_modes.js
Is there some installer I forgot to run? xavi: back
merugear: hi. which tiki version? merugear: 11.1svn xavi: did you run "sh setup.sh" merugear: yep xavi: and got composer and everything? merugear: Not sure what composer is, do you mean the WYSIWYG editor? xavi: nope. when you run setup.sh, the first option is "c", which runs "composer", which fetches external packages (libs) needed for Tiki merugear: I believe so. Would it hurt to run it again? xavi: and after that, the option in setup.sh should be "f", which set perms to what Tiki needs in most cases
no hurt to run it again
and which codemirror mode are you using: "default"? merugear: I was planning on using monokai
Or is that the theme :P xavi: let's see: 404 means page not found. Can you search for codemirror_modes.js in your file tree? merugear: Yeah... I think I kinda messed up the install running sh setup.sh again
I'll go and fiddle a bit with the settings, see where I end up. Thanks for your help though :) xavi: mmm, setup.sh doesn't break anything
codemirror_modes.js should be in temp/public/codemirror_modes.js
so maybe a permisions problem in your tiki folders.
running setup.sh and choosing "f" (fix perms) should fix it for you
Jyhem, confirmed, months_links seems to display links to months only in the last year Tiki-KGB: 03luciash r47916 10branches/12.x/templates/wizard/admin_wizard.tpl * [FIX] grammar Jyhem: xavi: what is numrows ? xavi: 10
I just filled a bug report luciash: xavi: hola
Jyhem: salut xavi: the problem is that only current year is shown
hi luci@irc Tiki-KGB: 03luciash r47917 10branches/12.x/templates/wizard/admin_wysiwyg.tpl * [FIX] typos Tiki|bot: Recent Bug: - Module months_links (blog or cms archive) displays links for current year only - http://dev.tiki.org/item4794 xavi: Jyhem: ^ Jyhem: salut luciash xavi: Jyhem, when I hardcoded numrows to some bigger number (58), then a link to a previous year was shown also, etc. Jyhem: xavi: we are in october and you limit to 10 months. It makes sense that 2012 does not show xavi: mmm Jyhem: It would have worked last month :-) xavi: Jyhem, see this: https://info.tiki.org
I added months links there, and only 7 months are shown, all from 2013
but there are new from previous years, so that more links should be shown, up to 10, at least (and not just 7 months)
see where it says "News Archive" Jyhem: nonono, ten months including the empty ones. xavi: ah, ok
I did set that to 100 there in info.t.o :-)
ok, reverted to 12, since there is no js to hide the links from the previous years there in info.t.o Jyhem: Problem is, the numrow param is not controlled by the module, so there is no changing the label/descriptuion :-( chris2: joined #tikiwiki
hi. i have a legacy tikiwiki installation and want to recover all the files saved there...
the stuff in files/ has only some hash as filename, however
i guess i can extract the stuff from the tiki_files table
but if there is an easier way, save me the hour to write such a script luciash: chris2: yes, there is no easier way afaik, unfortunately chris2: :/ ok luciash: chris2: it would be great tho if you could share the script so the next one who asks we can direct them to it :) chris2: hehe Tiki-KGB: 03luciash r47918 10branches/12.x/templates/wizard/admin_advanced.tpl * [FIX] typos rodrigoprimo: joined #tikiwiki chris2: utterly ugly but does the job: http://sprunge.us/NdFS luciash: chris2: cool ! thx :) i can put it on some wiki page on tiki.org now chris2: ensure no files have ' there :D luciash: chris2: what would happen ? the script would just fail to run at worse, nope ? :) chris2: yeah luciash: good to note though, thx
chris2: feel free to fix/improve if needed -
https://doc.tiki.org/tiki-index.php?page_ref_id=4862 xavi: back Bsfez: joined #tikiwiki Tiki-KGB: 03xavidp r47919 10branches/12.x/lang/ca/language.php * A few more strings
03xavidp r47920 10branches/12.x/lang/es/language.php * A few more strings luciash: xavi: wb Bsfez1: joined #tikiwiki Tiki-KGB: 03alain_desilets r47921 10trunk/lib/test/TestRunnerWithBaseline.php
[ENH] phpunit_with_baselin.php now runs phpunit with --verbose option, so we get a call stack on the failures.
[BUG] TestRunnerWithBaseline::config_from_cmdline() was crashing if no --phpunit-options option was specified.
03alain_desilets r47922 10trunk/lib/test/phpunit.xml
[FIX] set backupGlobals=false in phpunit.xml, to prevent the DB connection from being closed between tests.
03luciash r47923 10branches/12.x/tiki-browse_categories.php
[FIX] display correct count of objects depending on permissions, browse in and find filters (contributed thanks to libertylion.com)
03alain_desilets r47924 10trunk/lib/test/TestRunnerWithBaseline.php
[ENH] Added a --filter option to phpunit_with_baseline.php, so you don't have to specify indirectly through --phpunit-options.
03luciash r47925 10branches/12.x/tiki-browse_categories.php
[FIX] comment correction for r47923: was not about permissions; browse in and find filters only Bsfez: joined #tikiwiki
joined #tikiwiki marclaporte: joined #tikiwiki chris2: left #tikiwiki Jyhem: polom
does godaddy domains come with a couple of emails with webmail at no extra cost? Telesight: joined #tikiwiki marclaporte: joined #tikiwiki Bsfez: Hello Jean Marc, i don't use godaddy hosting, but i recall there are a lots of extra for a little money.
http://www.godaddy.com/hosting/web-hosting.aspx Jyhem: Thanks Bsfez, but I find it strange that http://www.godaddy.com/domains/search-new.aspx → "Domain pricing" does not reflect those low costs. As if "as low as 3.19/month" does not include .com domains
Ouch, 100 email with a total storage of 100 MB. lol fabricius: joined #tikiwiki xavi: hi luci@irc , Bsfez , Jyhem
WTF, I can't edit in 12.x an article post created in 9x or so, because it contained a vimeo plugin call, and now I get a <x> in {VIMEO(ur<x>l="http://....")}{VIMEO}
amazing, I can save with no issues if I rewrite that old code from that old article as plugin call in lowercase: {vimeo url="...."} eliasp: joined #tikiwiki luciash: xavi: oh, that s**ks xavi: yep... luciash: Jyhem: lol, they seem to be very generous xavi: Jyhem, about module months_links, seting max="-1" in 9x worked to get all links displayed (great!). However, in 12.x, that doesn't seem to work... There is something interfering; I don't know whether it's the end date for the articles or what, but they are not displayed in the months_links module
s/seting/setting marclaporte: joined #tikiwiki Jyhem: xavi: in both 9.x and trunk, the line is: $numrows = $mod_reference['rows'] > 0 ? $mod_reference['rows'] : 12;
so -1 would be 12 months, including empty ones xavi: mmmm, let me double check....
see this 9x site: http://r-es.org , left column, "Archivo > Noticias": it displayes 72 from 2013, and 13 from 2012....
ah, but you are right, 10 months from 2013, and those 13 posts from 2012 belong to just 2 more months....
Jyhem, couldn't we make it have the chance to display ALL posts, and not just from 12 months?
somehow count the max number of months with posts found in the database, for the case when max="-1"? (or the case when max="100" and that means more than 12 months of posts
) Jyhem: I think the issue was, this would be a horrible default value since on sizeable sites it has the potential to slow everything down for no guessable reason
I think it should never have used the standard "rows" param marclaporte: joined #tikiwiki xavi: slow down everything? to me, default value 10 (from the default numrows in modules) can be ok. But if the user sets another value, it should allow tiki to fetch posts for that new value. If you add some cache to the module, everything should be fine, isn't it?
Additional issue in 12.x: the max number of rows is not displayed back in the edit interface of modules in 12.x. I mean, I set it to 100. And when I edit the module again, that field is shown as empty
oh well, bug reporting time.... Tiki|bot: New Forum Posts: New large Icons that were missing: r47913 (trunk) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49567 xavi: amette ?
or someone with access to the server where irc.t.o is hosted ? changi ?
the link to "demo" in the header at http://irc.tiki.org/irclogger_logs/tikiwiki points to stats.t.o, and not demo.t.o Tiki-KGB: 03nkoth r47926 10branches/12.x/lib/smarty_tiki/function.jscalendar.php
[FIX] Usability: show timezone to user otherwise confusion could happen what timezone the user is entering date for marclaporte: joined #tikiwiki LukeG: joined #tikiwiki
Hey guys, had just upgraded a 6.3 to 9.6, and all was working fast and well. Then, to the far left way out off screen there was a warning with a checkbox to enable action calendar. I did so, then a few refreshes later I can't load anything...PHP error log says timedate.php is timing out at 300 seconds...I think it's related to my enabling the action calendar.
I went into db and changed feature_action_calendar to n in tiki preferences table, but it's still no good. Suggestions? xavi: hi LukeG: clear tiki caches manually at the server
./templates_c/
./modules/cache/
./temp/cache/ Jyhem: http://yoursite/tiki-admin_system.php?do=all Bsfez: joined #tikiwiki LukeG: link didn't work, as it must be hitting the problem first...I'll try manually clearing those folders you mentioned xavi
nothing but readme and index were in modules/cache. deleted the files from those other two locations. I'll try accessing my site again
btw I'm on Windows Server
it's up!
As I expected, I now again have the error way off screen in far bottom right: The following modules could not be loaded action_calendar. Is there a known issue on 9.6 with this I should know about? I have one calendar with events...do I need to enable action calendar to use/edit/view my existing calendar? Tiki|bot: Recent Bug: - Intertiki Fatal error: Unsupported operand types in include_intertiki.php on line 41 - http://dev.tiki.org/item4795 LukeG: it actually looks like my calendar works fine...so maybe I just need to prevent this action calendar warning from appearing, so no one clicks to enable it again!
let me throw this as an idea...the history on this site is ~500 MB...looks like action calendar gives a way to look at that? So, if it's churning on 500 MB, then that may explain the timeout! xavi: LukeG: try the other modules related to calendar: calendar or calendar_new , upcoming_events , etc. (action_calendar might be deprecated, I'm not sure) Tiki|bot: Recent Bug: - Plugin VIMEO needed to be rewritten to vimeo to prevent to show up in the url param at edition time - http://dev.tiki.org/item4796 xavi: sorry, time to logout for me. You can use the users list ( https://tiki.org/lists ) also for support, if you can't find enough support here at any time. Good luck. Cheers
left #tikiwiki LukeG: joined #tikiwiki Bsfez: joined #tikiwiki Bsfez1: joined #tikiwiki Tiki|bot: New Forum Posts: Export Users AND Tracker - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49568 marclaporte: joined #tikiwiki GillesM: joined #tikiwiki Tiki|bot: New Forum Posts: Fwd: Call for submissions for the Wiki Devroom at FOSDEM (1-2 feb, 2014) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49569 aalex_: joined #tikiwiki -: Jyhem sees there is no point in providing a link to the FOSDEM call for submission :-) Nice mail to mailing-list to forum to irc integration :) Tiki|bot: New Forum Posts: Tiki stand at FOSDEM? TikiFest? 1-2 February 2014: https://fosdem.org/2014/ - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49570