Skip to content

Releases: creecros/MetaMagik

1.4.0

13 Aug 13:42
Compare
Choose a tag to compare
  • #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.

1.3.0

30 Jun 12:08
Compare
Choose a tag to compare
  • #10 Enhancement
    • Custom fields can be "Global" or "Project" scope
  • #41 fix

1.2.6

18 Jun 03:06
Compare
Choose a tag to compare
  • #40 Fix
    • Automatic Actions should no longer cause Custom Field data to disappear

1.2.5

29 Jan 14:32
d059090
Compare
Choose a tag to compare
  • Added a validation rule to prevent field names containting .'s
  • Added function to replace and remove whitespace, and special characters in field names.

1.2.4

23 Jan 15:47
d7192c1
Compare
Choose a tag to compare
  • Fixes #36
    • Duplication to another project now duplicates Metadata

1.2.3

02 Jan 14:27
be120be
Compare
Choose a tag to compare
  • Added Date Field per #34

1.2.2

07 Dec 14:12
3561d2b
Compare
Choose a tag to compare
  • Projects viewers can once again see Metadata.
    • Project viewers cannot modify metadata

1.2.1

06 Dec 21:35
a4be2db
Compare
Choose a tag to compare
  • Fixes #30
  • Access definitions added
    • Project viewers can no longer modify or view metadata

1.2.0

20 Nov 18:11
5151801
Compare
Choose a tag to compare
  • 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

0.0.8

02 Nov 21:21
3a00aa6
Compare
Choose a tag to compare
  • Sortable Custom Fields(Admin Access only)
  • Metadata Summary changed to Table
  • Removed Alphabetical Sorting
  • Correctly Implements #21