Gwayne: joined #tikiwiki redflo: joined #tikiwiki xavi: joined #tikiwiki Tiki-KGB: 03xavidp r51491 10branches/13.x/lib/parser/parserlib.php
[ENH]Three more wiki argument variables related to revision-approval info (and not just any last-version info) added for better control on the display of critical info in iso9001/14001 and such certification systems, which involve document revision and aproval systems. Thanks Zac for tips (Re: https://dev.tiki.org/item5112?cookietab=2#threadId3784 )
03xavidp r51492 10branches/12.x/lib/parser/parserlib.php
[bp/r51491][ENH]Three more wiki argument variables related to revision-approval info (and not just any last-version info) added for better control on the display of critical info in iso9001/14001 and such certification systems, which involve document revision and approval systems. Thanks Zac for tips (Re: https://dev.tiki.org/item5112?cookietab=2#threadId3784 ) fabricius: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Tiki-KGB: 03xavidp r51493 10branches/13.x/lib/wiki-plugins/wikiplugin_trackercalendar.php
[FIX]Fix position of Value and description in the options for the trackercalendar plugin; fix warnings (y in condition as character and not variable), and remove duplicate array keys found in some cases
03xavidp r51494 10branches/12.x/lib/wiki-plugins/wikiplugin_trackercalendar.php
[bp/r51493][FIX]Fix position of Value and description in the options for the trackercalendar plugin; fix warnings (y in condition as character and not variable), and remove duplicate array keys found in some cases jonnyb: joined #tikiwiki
polom xavi: polom jonnyb: moqmoq xavi xavi: :-)
does anyone know how to indicate in a profile definition for a date field of a tracker, to set the date "in a week from now", or something similar?
I read somewhere months ago that there was some syntax for that, but I don't know where to look... (first google searches failed, probably searching for the wrong strings)
maybe unix timestamps allow that?
s/timestamp/time definitions jonnyb: there is a clever php function that can cope with "3 weeks from now" and stuff like that, not sure if it's used in profiles (never tried it)
http://www.php.net/manual/en/function.strtotime.php xavi: ok, thks, jonnyb
yes, that was the place where I did read about it! :-) I'll try with profiles.... Tiki-KGB: 03xavidp r51495 10branches/13.x/templates/wizard/profiles_demo_interesting_use_cases.tpl * [FIX]Use the profile version closer to this Tiki version.
03xavidp r51496 10branches/12.x/templates/wizard/profiles_demo_interesting_use_cases.tpl * [bp/r51495][FIX]Use the profile version closer to this Tiki version. xavi: jonnyb, the relative times work, even if there is some issue when editing that tracker item, since it doesn't display anything in the date field (weird)
bug report in process to get this reproduced (probably will need some help from lph to get it fixed) Tiki|bot: joined #tikiwiki
New Forum Posts: phpbb credentials function lost - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=52308 jonnyb: thanks xavi - can't see why editing would be different from viewing if the date is in there... (but who knows ;) ) xavi: yep, weirdy behavior Tiki|bot: Recent Bug: - 13.x: TrackerCalendar info in the popup box when hovering on items shows content without parsing (ok in 12.x) - http://dev.tiki.org/item5254 xavi: mmmm, when reproducing the issue in the show instance (13.x), I see this:
DateTime::__construct(): Failed to parse time string (1401055200000 10:00) at position 14 (1): Double time specification
that item was created not through the profile, but by a human thorugh the wiki page with the tracker calendar (clicking on a date of the calendar) jonnyb: js timestamps are unix timestamps * 1000 (based on ticks not seconds) so you need to divide by 1000 somewhere
surprised that doesn't work... xavi: and then, I can't edit the time of that item (no icon for popup helper to fix the date)
http://xavi-9794-5254.show.tikiwiki.org/tiki-view_tracker_item.php?itemId=5 Tiki|bot: Recent Bug: - Creation of tracker items with relative dates from profiles shows the right date in view item but empty when editing item - http://dev.tiki.org/item5255
joined #tikiwiki edge226: joined #tikiwiki gavincrenshaw: joined #tikiwiki Telesight: joined #tikiwiki fabricius1: joined #tikiwiki marclaporte: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki edge226: joined #tikiwiki Tiki-KGB: 03lrrcenter r51497 10trunk/ 03lib/core/Tiki/Command/DailyReportSendCommand.php 10console.php
[FIX] Daily Reports was not Multitiki ready. Add a new command to console.php (daily-report:send). This command should be run from cron instead of tiki-user_reports_send.php gavincrenshaw: joined #tikiwiki fabricius: joined #tikiwiki marclaporte: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Tiki-KGB: 03robertplummer r51498 10branches/13.x/lib/rating/ratinglib.php
[FIX] Remove multi vote counts by DELETE and ensure there is a filter for numeric vote values
03robertplummer r51499 10branches/13.x/lib/prefs/wiki.php * [FIX] Remove the default filter, as it conflicts with the votes lib
03robertplummer r51500 10branches/13.x/lib/smarty_tiki/function.rating_result_avg.php * [FIX] Remove just "0" in average nothing else
03robertplummer r51501 10branches/13.x/templates/rating.tpl * [FIX] voted in the scenario of labels the key is the vote, so point at vote
03robertplummer r51502 10branches/13.x/lib/rating/ratinglib.php * [FIX] Opps, array_filter on one too many Tiki|bot: New Forum Posts: Content template with page tabs - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=52315