Giter VIP home page Giter VIP logo

easyenter's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easyenter's Issues

report_stay flag ignored

When checking the "stay open" checkbox, the repot form does not stay open. It acts like the checkbox wasn't checked.

Breaks Manage Plug-in view

I attempted to install on Mantis 3.4 however when navigating to the Manage Plug-ins view it returns a blank page, just the headers and footers display.

'View Status' field can't set/show

Hi There
My live environment is
Mantis Version:2.12.0
Easy Enter Version---Plugin:Mantis EasyEnter 1.2,Dependencies:MantisBT Core 2.10.0 Branch: Mantis 2.10

Add new Report issue on the mantis, Can’t show 'View Status' field.
and check the Mantis EasyEnter Configuration ,
On the Fields to show does not have 'View Status' field
how can i solve it ?
Thank you

https://imgur.com/a/wkFJtFN

Dynamic due date

We would like to have a dynamic due date. If a user creates a bug, the due date should automatically be set to today + 7 days, for example.
Thank you.

Assign To is not available among available fields due to l18n logic

I've found that I was not able to select Assign To field, digging the code I've found that handler_is is supposed to have 'handler' as key to localization files, but there is no $s_handler but $s_assign_to.
My suggestion is change logic and display ANYWAY field no matter localization exists.
Going to create PULL REQUEST

Due Date - honor global configurations when configuring plugin

I had a bit a confusion because I've chosen to display 'Due date', but my configuration was this:

$g_due_date_update_threshold = NOBODY;
$g_due_date_view_threshold = NOBODY;

IMHO, it will be great if plugin config uses this config (Warning: can be redefined at project level), then do give warning if plugin config will not be coerent.

Thanks for your work, I'm going to stress it during this week!!

handler_id not properly managed?

Hi,
sorry, but I'm not a programmer and trying to get the EasyEnter-user to be able to assign an issue directly to the colleague in charge.
Rights and permissions are set accordingly and when using "normal" entry-mask it is possible.
But for production-ease most of my colleagues shall use EasyEnter-GUI.

$g_list_fieldnames = array(
	'category_id', 'reproducibility', 'severity', 'priority', 'due_date', 
	'profile_id', 'platform', 'os', 'os_build', 'handler_id', 'summary',
	'description', 'steps_to_reproduce', 'additional_info', 'ufile[]',
	'view_state', 'report_stay'
);

Although the handler_id-field is listed it doesn't appear in the selectable fields list when configuring EasyEnter. May it be, that there's some "field name mismatching"?
B.t.w.: Im using "german" as standard language with MantisBT 2.14.0.
(May be it is related issue to #8)

Custom Fields of type DATE are not displayed

I've give a look to the code and found this:
suppose you have custom field with ID 32 defined as DATE, when Mantis draw the inputs standard logic creates 3 inputs named as follow:
custom_field_32_year
custom_field_32_month
custom_field_32_day

The logic used to hide custom fields works ok, but the logic to show failed because on configuration is saved 'custom_field_32'.

My workaround is detect CF type, and if is of DATE type, add ALWAYS _year, to string that will be saved on CONFIG.

Nothing happens on submission

Hello!

When i click on the submit button, nothing happens. I tried with several fields conf, several users (even admin ones), same problem. Nothing created, the window doesn't close...

I'm working on mantis 2.17.0

Maybe be i'm doing something wrong.

Have you got an idea?

Thank you in advance

Activating EasyEnter on MantisBT 1.2.19 caused a redirect on the signup process

When you activate EasyEnter 1.0 together with jQuery 1.11.1 users can't signup anymore. As soon as you click on the "Signup for a new account" link, it just redirects you to the login page, showing the url as followed:

http://xxx/login_page.php?return=signup_page.php

As soon as EasyEnter is deactivated it works all fine again. I verified that it doesn't has to do with the other plugin we have installed (The Poser 1.1) as it still comes up when I deactivate poser.

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.