[01:24] marclaporte joined #tikiwiki [03:08] goj_killedByISP joined #tikiwiki [03:59] refizul polom [04:00] refizul Tiki News needs an update for next webinar https://info.tiki.org/ [04:28] mylesi joined #tikiwiki [08:29] batfasturd joined #tikiwiki [08:29] batfasturd evening all [08:31] batfasturd got a quick possibly stupid question, in version 9.2 I cannot for the life of me figure out how to create a structure... It's like the feature is missing completely. [08:38] batfasturd nevermind, i'm retarded [08:38] batfasturd found it... (Facepalm) [09:49] Bsfez joined #tikiwiki [11:45] j0n3 joined #tikiwiki [11:56] Trebly joined #tikiwiki [12:06] Bsfez joined #tikiwiki [13:26] kstingel joined #tikiwiki [13:51] fabricius joined #tikiwiki [13:58] fabricius joined #tikiwiki [15:19] arildb joined #tikiwiki [16:39] Tiki|bot New Forum Posts: Failed login screen - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45492 [17:39] marclaporte joined #tikiwiki [17:58] arildb I am looking at tracker...in the file lib/core/Tracker/Field/Text.php, the "samerow" parameter is marked as 'deprecated' => true. [17:59] arildb The setting doesn't seem to work (because of being depreciated I assume. [17:59] arildb I would like to display the text fields in the tracker as question on line 1, then the answer field on line 2 [17:59] arildb Is that possible to? [17:59] arildb btw. testing on Tiki 10.x [18:21] Bsfez joined #tikiwiki [18:21] lphuberdeau joined #tikiwiki [18:39] marclaporte joined #tikiwiki [19:09] sandroandrade joined #tikiwiki [19:14] Tiki-KGB tikiwiki 03arildb r43693 10trunk/lib/core/Tracker/Field/Text.php [19:14] Tiki-KGB tikiwiki [FIX] Fix description typo [19:30] arildb I have added tracker functionality to display the text for text fields one one line and the input field on the next line. Currently this is linked to the (depreciated) param "Same Row" on text fields [19:30] arildb The description says: "Display the next field on the same row." and the field is marked as depreciatyed...I am not sure why. Is it correct to link to this param for the 2-line display? [19:33] arildb Is the "next field" indicated in the description, the input area of the field or the next tracker item? [19:41] lindonb joined #tikiwiki [20:32] arildb_ joined #tikiwiki [20:39] Bsfez joined #tikiwiki [20:44] Tiki-KGB tikiwiki 03arildb r43694 10branches/10.x/lib/ 10(5 files in 2 dirs) [20:44] Tiki-KGB tikiwiki [NEW] Added Same Row parameter to Text area field type. [20:44] Tiki-KGB tikiwiki [FIX] Added implementation for tracker setting "Same Row" for the types where it was defined (text field, text area, numeric and currency) [20:44] Tiki-KGB tikiwiki "Same row" is misleading. Should be same line, since both fields are in the same table row, but can have a line break. [20:44] Tiki-KGB tikiwiki Note the parameter was marked as deprecated. I am not sure why. Set 'deprecated' => false [20:44] Tiki-KGB tikiwiki Added default = 1 = Yes = Display the prompt text and the input field on the same line. [20:44] Tiki-KGB tikiwiki (Default doesn't seem to be recognized in the GUI and "No", i.e. separate lines seems to apply by default) [21:36] dhazel joined #tikiwiki [21:36] goj_killedByISP joined #tikiwiki [21:42] Tiki-KGB tikiwiki 03arildb r43695 10branches/10.x/lib/wiki-plugins/wikiplugin_tracker.php [21:42] Tiki-KGB tikiwiki [FIX] Use correct index for the text area samerow option [21:52] Tiki-KGB tikiwiki 03arildb r43696 10branches/10.x/templates/tiki-view_tracker_item.tpl [21:52] Tiki-KGB tikiwiki [FIX] Use the same line layout when viewing the item, as in the input form [22:07] arildb My debugger halts at the line console.log(form.find('textarea.wikiedit')); ...this looks liek debugging code, or ....remove? [22:07] arildb s/liek/like [22:16] arildb_ joined #tikiwiki [22:30] Tiki|bot joined #tikiwiki [22:32] arildb_ joined #tikiwiki [22:42] fabricius joined #tikiwiki [22:45] fabricius joined #tikiwiki [22:48] redflo joined #tikiwiki [22:56] Tiki-KGB tikiwiki 03arildb r43697 10branches/10.x/lib/wiki-plugins/wikiplugin_tracker.php [22:56] Tiki-KGB tikiwiki [FIX] Clean up unmatched tr and td tags [22:56] Tiki-KGB tikiwiki This cleanup seems to solve several issues, including the display of descriptions and the formatting of show-hide in the header field [23:08] Tiki-KGB tikiwiki 03arildb r43698 10branches/10.x/ 10lib/jquery_tiki/tiki-jquery.js 10templates/comment/list.tpl [23:08] Tiki-KGB tikiwiki [FIX] Comment out what looks like debug code. It causes breaks due to error in my debugger.