Discussion:
[mantisbt-dev] New plugin - Lightbox
Kauê Santoja
2015-08-18 20:20:28 UTC
Permalink
Hello!

I'm new on this mail list and don't know exactly how it's work.
I commited a remake from the old MantisBT-Lightbox plugin
(https://github.com/infojunkie/MantisBT-Lightbox).

Now it's works on every instalation and was a better integration with
jQuery Plugin https://github.com/santoja/Lightbox
<https://github.com/santoja/Lightbox>

I'll be glad if this can help someone and enter to the official comunity
repository =).
--
Kauê Santoja
Manilal K M
2015-08-20 08:56:43 UTC
Permalink
I couldn't install this plugin without changing the Mantis version requirements. I changed the following line

$this->requires = array(
'MantisCore' => '1.2, 1.3',
);
to
$this->requires = array(
'MantisCore' => '1.2',
);

With the above change, the plugin works fine. Would be nice to have this in mantis-plugins.

regards,
Manilal

----- Original Message -----
Sent: Wednesday, August 19, 2015 1:50:28 AM
Subject: [mantisbt-dev] New plugin - Lightbox
Hello!
I'm new on this mail list and don't know exactly how it's work.
I commited a remake from the old MantisBT-Lightbox plugin
(https://github.com/infojunkie/MantisBT-Lightbox ).
Now it's works on every instalation and was a better integration with jQuery
Plugin https://github.com/santoja/Lightbox
I'll be glad if this can help someone and enter to the official comunity
repository =).
--
Kauê Santoja
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
------------------------------------------------------------------------------
Kauê Santoja
2015-08-20 12:46:54 UTC
Permalink
Thank you Manilal! It's fixed now =)
Post by Manilal K M
I couldn't install this plugin without changing the Mantis version
requirements. I changed the following line
$this->requires = array(
'MantisCore' => '1.2, 1.3',
);
to
$this->requires = array(
'MantisCore' => '1.2',
);
With the above change, the plugin works fine. Would be nice to have this in mantis-plugins.
regards,
Manilal
----- Original Message -----
Sent: Wednesday, August 19, 2015 1:50:28 AM
Subject: [mantisbt-dev] New plugin - Lightbox
Hello!
I'm new on this mail list and don't know exactly how it's work.
I commited a remake from the old MantisBT-Lightbox plugin
(https://github.com/infojunkie/MantisBT-Lightbox ).
Now it's works on every instalation and was a better integration with
jQuery
Plugin https://github.com/santoja/Lightbox
I'll be glad if this can help someone and enter to the official comunity
repository =).
--
Kauê Santoja
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
--
Kauê Santoja
http://santoja.com.br
Manilal K M
2015-08-24 06:06:50 UTC
Permalink
The plugin doesn't works with PNG images. Have you tested it?

regards,
Manilal
Sent: Thursday, August 20, 2015 6:16:54 PM
Subject: Re: [mantisbt-dev] New plugin - Lightbox
Thank you Manilal! It's fixed now =)
Post by Manilal K M
I couldn't install this plugin without changing the Mantis version requirements.
I changed the following line
$this->requires = array(
'MantisCore' => '1.2, 1.3',
);
to
$this->requires = array(
'MantisCore' => '1.2',
);
With the above change, the plugin works fine. Would be nice to have this in
mantis-plugins.
regards,
Manilal
----- Original Message -----
Sent: Wednesday, August 19, 2015 1:50:28 AM
Subject: [mantisbt-dev] New plugin - Lightbox
Hello!
I'm new on this mail list and don't know exactly how it's work.
I commited a remake from the old MantisBT-Lightbox plugin
( https://github.com/infojunkie/MantisBT-Lightbox ).
Now it's works on every instalation and was a better integration with jQuery
Plugin https://github.com/santoja/Lightbox
I'll be glad if this can help someone and enter to the official comunity
repository =).
--
Kauê Santoja
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
--
Kauê Santoja
http://santoja.com.br
Kauê Santoja
2015-08-24 10:16:32 UTC
Permalink
I'll do the test and let you know
Post by Manilal K M
The plugin doesn't works with PNG images. Have you tested it?
regards,
Manilal
------------------------------
*Sent: *Thursday, August 20, 2015 6:16:54 PM
*Subject: *Re: [mantisbt-dev] New plugin - Lightbox
Thank you Manilal! It's fixed now =)
Post by Manilal K M
I couldn't install this plugin without changing the Mantis version
requirements. I changed the following line
$this->requires = array(
'MantisCore' => '1.2, 1.3',
);
to
$this->requires = array(
'MantisCore' => '1.2',
);
With the above change, the plugin works fine. Would be nice to have this
in mantis-plugins.
regards,
Manilal
----- Original Message -----
Sent: Wednesday, August 19, 2015 1:50:28 AM
Subject: [mantisbt-dev] New plugin - Lightbox
Hello!
I'm new on this mail list and don't know exactly how it's work.
I commited a remake from the old MantisBT-Lightbox plugin
(https://github.com/infojunkie/MantisBT-Lightbox ).
Now it's works on every instalation and was a better integration with
jQuery
Plugin https://github.com/santoja/Lightbox
I'll be glad if this can help someone and enter to the official comunity
repository =).
--
Kauê Santoja
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
--
Kauê Santoja
http://santoja.com.br
Kauê Santoja
2015-08-25 09:34:05 UTC
Permalink
Hello again

Now the plugin have a config page.
Users can choose where the Lightbox will run, link to the image, image
preview or both.

https://github.com/santoja/Lightbox
Post by Kauê Santoja
I'll do the test and let you know
Post by Manilal K M
The plugin doesn't works with PNG images. Have you tested it?
regards,
Manilal
------------------------------
*Sent: *Thursday, August 20, 2015 6:16:54 PM
*Subject: *Re: [mantisbt-dev] New plugin - Lightbox
Thank you Manilal! It's fixed now =)
Post by Manilal K M
I couldn't install this plugin without changing the Mantis version
requirements. I changed the following line
$this->requires = array(
'MantisCore' => '1.2, 1.3',
);
to
$this->requires = array(
'MantisCore' => '1.2',
);
With the above change, the plugin works fine. Would be nice to have this
in mantis-plugins.
regards,
Manilal
----- Original Message -----
Sent: Wednesday, August 19, 2015 1:50:28 AM
Subject: [mantisbt-dev] New plugin - Lightbox
Hello!
I'm new on this mail list and don't know exactly how it's work.
I commited a remake from the old MantisBT-Lightbox plugin
(https://github.com/infojunkie/MantisBT-Lightbox ).
Now it's works on every instalation and was a better integration with
jQuery
Plugin https://github.com/santoja/Lightbox
I'll be glad if this can help someone and enter to the official
comunity
repository =).
--
Kauê Santoja
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
--
Kauê Santoja
http://santoja.com.br
Continue reading on narkive:
Loading...