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

WhoWhatWhen
marclaportejoined #tikiwiki [00:16]
............. (idle for 1h1mn)
MichaelC1joined #tikiwiki [01:17]
.......... (idle for 48mn)
Tiki|botNew Forum Posts: New tutorial for the workspace UI - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49559 [02:05]
................ (idle for 1h15mn)
joined #tikiwiki [03:20]
....................... (idle for 1h51mn)
marclaportejoined #tikiwiki [05:11]
marclaporte1joined #tikiwiki [05:12]
marclaportejoined #tikiwiki [05:24]
..... (idle for 20mn)
joined #tikiwiki [05:44]
joined #tikiwiki [05:50]
joined #tikiwiki [05:56]
marclapo1joined #tikiwiki [05:57]
....... (idle for 31mn)
marclaporte1joined #tikiwiki [06:28]
marclaporte2joined #tikiwiki [06:28]
......... (idle for 41mn)
rinnanleft #tikiwiki [07:09]
joined #tikiwiki [07:23]
....................... (idle for 1h50mn)
Ludo-joined #tikiwiki [09:13]
Tiki|botRecent Bug: - Fixed HTTP Expires Header is in year 1981 - http://dev.tiki.org/item4793 [09:15]
MichaelCjoined #tikiwiki [09:16]
luciashpolom [09:25]
................ (idle for 1h17mn)
xavi1joined #tikiwiki [10:42]
xavipolom
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?
[10:43]
..... (idle for 21mn)
GillesMjoined #tikiwiki [11:07]
Jyhemxavi: not sure. There is a limit to the total number of links. If that limit expires in 2013, it will not show 2012 [11:17]
Jyhem needs to run out to go complain to his banker [11:24]
merugearjoined #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?
[11:35]
xaviback
merugear: hi. which tiki version?
[11:51]
merugear11.1svn [11:52]
xavidid you run "sh setup.sh" [11:52]
merugearyep [11:52]
xaviand got composer and everything? [11:53]
merugearNot sure what composer is, do you mean the WYSIWYG editor? [11:53]
xavinope. when you run setup.sh, the first option is "c", which runs "composer", which fetches external packages (libs) needed for Tiki [11:54]
merugearI believe so. Would it hurt to run it again? [11:54]
xaviand 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"?
[11:54]
merugearI was planning on using monokai
Or is that the theme :P
[11:56]
xavilet's see: 404 means page not found. Can you search for codemirror_modes.js in your file tree? [11:57]
merugearYeah... 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 :)
[11:58]
xavimmm, 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
[11:59]
...... (idle for 25mn)
Jyhem, confirmed, months_links seems to display links to months only in the last year [12:25]
..... (idle for 23mn)
Tiki-KGB03luciash r47916 10branches/12.x/templates/wizard/admin_wizard.tpl * [FIX] grammar [12:48]
Jyhemxavi: what is numrows ? [12:55]
xavi10
I just filled a bug report
[12:55]
luciashxavi: hola
Jyhem: salut
[12:55]
xavithe problem is that only current year is shown
hi luci@irc
[12:55]
Tiki-KGB03luciash r47917 10branches/12.x/templates/wizard/admin_wysiwyg.tpl * [FIX] typos [12:56]
Tiki|botRecent Bug: - Module months_links (blog or cms archive) displays links for current year only - http://dev.tiki.org/item4794 [12:56]
xaviJyhem: ^ [12:56]
Jyhemsalut luciash [12:56]
xaviJyhem, when I hardcoded numrows to some bigger number (58), then a link to a previous year was shown also, etc. [12:57]
Jyhemxavi: we are in october and you limit to 10 months. It makes sense that 2012 does not show [12:57]
xavimmm [12:57]
JyhemIt would have worked last month :-) [12:58]
xaviJyhem, 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"
[12:58]
Jyhemnonono, ten months including the empty ones. [13:00]
xaviah, 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
[13:01]
JyhemProblem is, the numrow param is not controlled by the module, so there is no changing the label/descriptuion :-( [13:08]
chris2joined #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
[13:13]
luciashchris2: yes, there is no easier way afaik, unfortunately [13:18]
chris2:/ ok [13:18]
luciashchris2: it would be great tho if you could share the script so the next one who asks we can direct them to it :) [13:20]
chris2hehe [13:20]
Tiki-KGB03luciash r47918 10branches/12.x/templates/wizard/admin_advanced.tpl * [FIX] typos [13:28]
rodrigoprimojoined #tikiwiki [13:34]
..... (idle for 20mn)
chris2utterly ugly but does the job: http://sprunge.us/NdFS [13:54]
...... (idle for 25mn)
luciashchris2: cool ! thx :) i can put it on some wiki page on tiki.org now [14:19]
chris2ensure no files have ' there :D [14:19]
luciashchris2: what would happen ? the script would just fail to run at worse, nope ? :) [14:20]
chris2yeah [14:21]
luciashgood to note though, thx [14:21]
chris2: feel free to fix/improve if needed -
https://doc.tiki.org/tiki-index.php?page_ref_id=4862
[14:33]
............ (idle for 59mn)
xaviback [15:32]
Bsfezjoined #tikiwiki [15:44]
Tiki-KGB03xavidp 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
[15:48]
luciashxavi: wb [16:01]
Bsfez1joined #tikiwiki [16:10]
..... (idle for 20mn)
Tiki-KGB03alain_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.
[16:30]
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.
[16:42]
.... (idle for 18mn)
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
[17:00]
.... (idle for 18mn)
Bsfezjoined #tikiwiki [17:24]
........... (idle for 51mn)
joined #tikiwiki [18:15]
marclaportejoined #tikiwiki [18:24]
chris2left #tikiwiki [18:31]
Jyhempolom
does godaddy domains come with a couple of emails with webmail at no extra cost?
[18:33]
Telesightjoined #tikiwiki [18:36]
marclaportejoined #tikiwiki [18:38]
BsfezHello 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
[18:43]
JyhemThanks 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
[18:55]
fabriciusjoined #tikiwiki [18:58]
xavihi 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="...."}
[19:05]
eliaspjoined #tikiwiki [19:09]
luciashxavi: oh, that s**ks [19:12]
xaviyep... [19:12]
luciashJyhem: lol, they seem to be very generous [19:13]
xaviJyhem, 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
[19:15]
marclaportejoined #tikiwiki [19:18]
Jyhemxavi: 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
[19:24]
xavimmmm, 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
)
[19:25]
JyhemI 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
[19:31]
marclaportejoined #tikiwiki [19:33]
xavislow 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....
[19:33]
Tiki|botNew Forum Posts: New large Icons that were missing: r47913 (trunk) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49567 [19:35]
xaviamette ?
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
[19:35]
..... (idle for 24mn)
Tiki-KGB03nkoth 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
[20:00]
marclaportejoined #tikiwiki [20:05]
LukeGjoined #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?
[20:09]
xavihi LukeG: clear tiki caches manually at the server
./templates_c/
./modules/cache/
./temp/cache/
[20:19]
Jyhemhttp://yoursite/tiki-admin_system.php?do=all [20:20]
Bsfezjoined #tikiwiki [20:20]
LukeGlink 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?
[20:22]
Tiki|botRecent Bug: - Intertiki Fatal error: Unsupported operand types in include_intertiki.php on line 41 - http://dev.tiki.org/item4795 [20:29]
LukeGit 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! [20:30]
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! [20:38]
xaviLukeG: try the other modules related to calendar: calendar or calendar_new , upcoming_events , etc. (action_calendar might be deprecated, I'm not sure) [20:39]
Tiki|botRecent 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 [20:39]
xavisorry, 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
[20:39]
.... (idle for 18mn)
LukeGjoined #tikiwiki [20:57]
Bsfezjoined #tikiwiki [20:57]
..... (idle for 23mn)
Bsfez1joined #tikiwiki [21:20]
Tiki|botNew Forum Posts: Export Users AND Tracker - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49568 [21:25]
......... (idle for 41mn)
marclaportejoined #tikiwiki [22:06]
.... (idle for 19mn)
GillesMjoined #tikiwiki [22:25]
Tiki|botNew 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 [22:35]
.... (idle for 18mn)
aalex_joined #tikiwiki [22:53]
JyhemJyhem 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 :) [23:00]
...... (idle for 25mn)
Tiki|botNew 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 [23:25]

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