Loading...
 
Skip to main content

History: Pretty_Tracker

Source of version: 18

Copy to clipboard
            Please see:
http://doc.tikiwiki.org/Page+Tracker

---
TESTING . . . .

loaded this tracker in 3.0

trackers was turned on
tracker was created
wiki page was created
wikipage has no content.
---

!!Creating a generic database
{CODE(caption=>YAML,wrap=>1)}
preferences:
 enable: [ feature_trackers ]
objects:
 -
  type: tracker
  ref: data_tracker
  data:
   name: Structured Data
   description: Typical database
   default_status: open
   show: [ creation_date, modification_date, list_modification_date ]
 -
  type: tracker_field
  ref: data_summary
  data:
   name: Summary
   tracker: $data_tracker
   type: text_field
   flags: [ searchable, public, list, mandatory, link ]
   order: 10
 -
  type: tracker_field
  ref: data_value
  data:
   name: Value
   tracker: $data_tracker
   type: numeric
   flags: [ searchable, public, list ]
   order: 20
 -
  type: tracker_field
  ref: data_description
  data:
   name: Description
   tracker: $data_tracker
   type: text_area
   flags: [ public, searchable ]
   order: 30
{CODE}

!!The wiki part
{CODE(caption=>YAML,wrap=>1)}
preferences:
 enable: [ feature_wiki ]
objects:
 -
  type: wiki_page
  data:
   name:  PrettyTrackerOutput
   content: wikicontent:PrettyTrackerOutput
{CODE}

!!Related
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1843
        

History

Information Version
Tue 14 of Sep, 2010 01:06 GMT-0000 Marc Laporte cleaner 19
Tue 14 of Apr, 2009 16:38 GMT-0000 Marc Laporte 18
Mon 17 of Nov, 2008 05:13 GMT-0000 idealpragmatist 16
Mon 17 of Nov, 2008 05:10 GMT-0000 idealpragmatist 15
Wed 24 of Sep, 2008 22:42 GMT-0000 Marc Laporte 14
Wed 06 of Aug, 2008 18:53 GMT-0000 Marc Laporte 13
Wed 06 of Aug, 2008 16:20 GMT-0000 Marc Laporte 12
Wed 06 of Aug, 2008 16:10 GMT-0000 Marc Laporte 11
Wed 06 of Aug, 2008 15:57 GMT-0000 Marc Laporte 10
Wed 06 of Aug, 2008 07:44 GMT-0000 Marc Laporte 9
Wed 06 of Aug, 2008 07:40 GMT-0000 Marc Laporte 8
Wed 06 of Aug, 2008 07:29 GMT-0000 Marc Laporte 7
Wed 06 of Aug, 2008 07:26 GMT-0000 Marc Laporte 6
Wed 06 of Aug, 2008 07:12 GMT-0000 Marc Laporte 4
Wed 06 of Aug, 2008 07:08 GMT-0000 Marc Laporte 2
Wed 06 of Aug, 2008 07:05 GMT-0000 Marc Laporte 1