Coder Social home page Coder Social logo

kanboard_plugin_metadata's People

Contributors

busfreak avatar dmkcv avatar eskiso avatar fatrex avatar timostahl avatar trendspotter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kanboard_plugin_metadata's Issues

No more metadata for tasks with Kanboard-1.0.28

I don’t see the "Metadata" sidebar entry anymore on tasks. I can see it on projects and users though.

I know some things have changed regarding plugins, but I can’t figure out what’s going on in the code…

missing key length in Mysql.php

The new version throws an error while migrating DB:
column 'machine_name' used in key specification without a key length

The key length has to be defined with TEXT columns

UNIQUE(machine_name(255), attached_to(255)

or something similar.

Configuration

Version: master
PHP version: 5.3.10-1ubuntu3.21
PHP SAPI: apache2handler
OS version: Linux 3.2.0-97-generic-pae
Datenbanktreiber mysql
Database version: 5.5.46-0ubuntu0.12.04.2
Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0

$values not set in forms

add metadata values

maybe you have to remove $values again?
I don't know why you have put it in the forms, so I didn't change it.

Thanks

Timo,

I started using this plugin today to edit metadata that will be used to interface Kanboard with my workplace's ticket system (BMC FootPrints). Your plugin works nicely. Just what I needed.

Thank you for creating, maintaining, and publicly sharing your creation. This plugin has also provided a useful example of creating a Kanboard plugin. So, thank you!

KB crashes after plugin installation

Hi,

After installing Metadata plugins through the web interface, KB crashes with the message "Internal Error: Unable to migrate schema for the plugin: Metadata => SQLSTATE[HY000]: General error: 8 attempt to write a readonly database".

By the way, I had to manually change the original kanboard_pluing_metadata-1.0.29.0 directory name to Metadata (I saw it as a solution for a different plugin issue).

I'm using KB 1.0.30.

Thanks for such an useful application.

bug d'install

hello,
i'm french, sorry for my english
i have a problem

i have upload Metadata in the folder Plugins...
but there is an error

''Internal Error: Identifier "language" is not defined.''

help me please...

Custom field from DB selected item get lost

Custom key-value from DB works great!

Only Problem with selection:

  1. Select an option from the dropdown - OK
  2. Save Task - OK
  3. Everything visible in Task - OK
  4. Edit Task - OK
  5. Selected item is lost! You can choose a new option but can´t see whic option was selected.

Would it be possible?

THX!

Constant missing in version 1.33

I upgrade kanboard to 1.33 today and installed the metadata plugin. I get the following error when I choose the plugins menu item:

PHP Warning: constant(): Couldn't find constant \Kanboard\Plugin\kanboard_plugin_metadata-1.0.33.0\Schema\VERSION in /Library/Server/Web/Data/Sites/.../app/Core/Plugin/SchemaHandler.php on line 69, referer: https://.../dashboard

Define task metadata at project level

It would be useful to be able to add task level metadata in the settings for a project. If any were defined, it should add a new section to the task edit form, with an input field for each piece of metadata.

It would be good to be able to specify (at project level), whether each piece of metadata should be shown on the kanban board, as key-value pairs directly below the ticket name.

My particular use case is that I'd like to be able to show an invoice number on the ticket in the kanban board without having to hover the pointer over an icon.

unexpected '['

Parse error: syntax error, unexpected '[' in /var/www/kanboard/plugins/Metadata/Controller/Metadata.php on line 51

$this->projectMetadata->save($project['id'], [$values['key'] => $values['value']]);
Array not recognized, because of PHP version?
$this->userMetadata->save($user['id'], array($values['key'] => $values['value']));
works.

Configuration

Version: master
PHP version: 5.3.10-1ubuntu3.21
PHP SAPI: apache2handler
OS version: Linux 3.2.0-97-generic-pae
Datenbanktreiber mysql
Database version: 5.5.46-0ubuntu0.12.04.2
Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.