MetaMagik

Custom Fields for Kanboard - Plugin MetaMagik

MIT License

Stars
98
MetaMagik - 1.4.0

Published by creecros about 5 years ago

  • #43
  • Updated key/val field to actually perform like key val
    • tablename,keycol,valcol e.g. users,username,id
    • this would create a dropdown list that displays usernames but stores the user_id as the value upon selection.
  • Updated list types to include a deselect option.
    • i.e. a user list would create a dropdown of users, but there was no unselect option included, it is now included.
  • Added a field based on equals criteria. Select a table, column for criteria, the criteria, and the value column.
    • tablename,criteria_col,criteria,valcol e.g. tasks,project_id,5,title
    • this would produce a field with dropdown select, only listing the titles of tasks in project id 5.
MetaMagik - 1.3.0

Published by creecros over 5 years ago

  • #10 Enhancement
    • Custom fields can be "Global" or "Project" scope
  • #41 fix
MetaMagik - 1.2.6

Published by creecros over 5 years ago

  • #40 Fix
    • Automatic Actions should no longer cause Custom Field data to disappear
MetaMagik - 1.2.5

Published by creecros over 5 years ago

  • Added a validation rule to prevent field names containting .'s
  • Added function to replace and remove whitespace, and special characters in field names.
MetaMagik - 1.2.4

Published by creecros almost 6 years ago

  • Fixes #36
    • Duplication to another project now duplicates Metadata
MetaMagik - 1.2.3

Published by creecros almost 6 years ago

  • Added Date Field per #34
MetaMagik - 1.2.2

Published by creecros almost 6 years ago

  • Projects viewers can once again see Metadata.
    • Project viewers cannot modify metadata
MetaMagik - 1.2.1

Published by creecros almost 6 years ago

  • Fixes #30
  • Access definitions added
    • Project viewers can no longer modify or view metadata
MetaMagik - 1.2.0

Published by creecros almost 6 years ago

  • Switched to semantic versioning
  • Added more custom field types
  • Can now choose which column to attach fields to
  • Organization of methods
  • Drag and drop to change column placement
  • Arranged summaries into columns to match task mod/create forms
  • fixed php notices and warnings (cleaner code)
  • enabled "is required" functionality
  • UI improvements
  • More Drag and drop improvements
MetaMagik - 0.0.8

Published by creecros almost 6 years ago

  • Sortable Custom Fields(Admin Access only)
  • Metadata Summary changed to Table
  • Removed Alphabetical Sorting
  • Correctly Implements #21
MetaMagik - 0.0.7

Published by creecros almost 6 years ago

  • More fixes for #21, related to sorting
  • Fixes a PHP Warning in the Helper
MetaMagik - 0.0.6

Published by creecros almost 6 years ago

  • Fixes #21
  • Sorts Metadata ascending in tasks and config.
MetaMagik - 0.0.5

Published by creecros about 6 years ago

Fixes #18

MetaMagik - 0.0.4

Published by creecros about 6 years ago

Fixes #15

  • Corrected Strings that were untranslatable
  • Updated German Translations
MetaMagik - 0.0.3

Published by creecros about 6 years ago

minor bug fix:

  • don't display footer icon when all meta is empty
MetaMagik - 0.0.2

Published by creecros about 6 years ago

minor bug fixes
disallow spaces in field names
update count in tool tip to only count non empty values

MetaMagik - 0.0.1

Published by creecros about 6 years ago

MetaMagik v0.0.1 -First Release