- Posts: 12770
- Thank you received: 1657
01st July 2024 - New version 1.25.7
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
4 months 2 weeks ago #167734
by Mr. Dam
01st July 2024 - New version 1.25.7 was created by Mr. Dam
The Edocman developer team announce the release of Edocman 1.25.7. This is a eighth release for the 1.25.x series of Edocman with new improvements and bugs fixed.
What's new in Edocman 1.25.7
1. Improve categories management function
When you have a large number of categories in Edocman, with previous versions of the extenson, you will see the categories management section loading slowly, the keyword search function with categories at child levels not working. From version 4 and 5, Joomla removes the Chosen dropdown box, therefore, it's difficult to search through the child level categories in Category dropdown select boxes too.
All above problems are solved in this Edocman version. You will see the faster loading in categories management page when you have a large number of categories, and you will able to search through lowest categories in the Category dropdown select boxes.
2. Improve Batch Upload function
We improve the documents upload function in Batch Upload task to make it to work correctly and smoothly.
3. Improve layouts
Some minor issues in Categories and Documents listing have been solved in this version
4. Edocman Finder plugin
In previous versions, there was an issue with the document links in Joomla Smart Search results, from search result page, if you click on the document links, the document details was opened in wrong menu page. This error has been fixed in this version.
5. Other improvements
Thanks
Developer team
What's new in Edocman 1.25.7
1. Improve categories management function
When you have a large number of categories in Edocman, with previous versions of the extenson, you will see the categories management section loading slowly, the keyword search function with categories at child levels not working. From version 4 and 5, Joomla removes the Chosen dropdown box, therefore, it's difficult to search through the child level categories in Category dropdown select boxes too.
All above problems are solved in this Edocman version. You will see the faster loading in categories management page when you have a large number of categories, and you will able to search through lowest categories in the Category dropdown select boxes.
2. Improve Batch Upload function
We improve the documents upload function in Batch Upload task to make it to work correctly and smoothly.
3. Improve layouts
Some minor issues in Categories and Documents listing have been solved in this version
4. Edocman Finder plugin
In previous versions, there was an issue with the document links in Joomla Smart Search results, from search result page, if you click on the document links, the document details was opened in wrong menu page. This error has been fixed in this version.
5. Other improvements
- Improve tags module
- Improve plugin Action log
- Improve plugin gallery
- Improve plugin notification
- Improve Limit downloads/Upload
- Improve plugin System import
- Improve plugin thumbnail generator
Thanks
Developer team
The following user(s) said Thank You: Alison, Johnny
Please Log in or Create an account to join the conversation.
- Dan Loa
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
4 months 2 weeks ago #167738
by Dan Loa
Replied by Dan Loa on topic 01st July 2024 - New version 1.25.7
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 12770
- Thank you received: 1657
4 months 1 week ago #167793
by Mr. Dam
Replied by Mr. Dam on topic 01st July 2024 - New version 1.25.7
Hi Dan,
I see the problem, could you please click on My Downloads at the top and re-download and install latest Edocman version again and let me know the result.
Thanks
Dam
I see the problem, could you please click on My Downloads at the top and re-download and install latest Edocman version again and let me know the result.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Dan Loa
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
4 months 5 days ago #167914
by Dan Loa
Replied by Dan Loa on topic 01st July 2024 - New version 1.25.7
Hi Mr. Dam, thank you for the reply.
After re-downloading the latest version 1.25.7, as instructed, and installing com_docman.zip from the extracted package, the same issue remains.
After re-downloading the latest version 1.25.7, as instructed, and installing com_docman.zip from the extracted package, the same issue remains.
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 12770
- Thank you received: 1657
4 months 2 days ago #167944
by Mr. Dam
Replied by Mr. Dam on topic 01st July 2024 - New version 1.25.7
Hi Dan,
Please submit new ticket on category: Edocman and provide your site credentials. We will check and help you to solve the issue
Thanks
Dam
Please submit new ticket on category: Edocman and provide your site credentials. We will check and help you to solve the issue
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Dan Loa
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
4 months 23 hours ago #167975
by Dan Loa
Replied by Dan Loa on topic 01st July 2024 - New version 1.25.7
We fixed the issue by refactoring the code like this.
/components/com_edocman/helper - line 443
// Check if we're not in a CLI environment
if (PHP_SAPI !== 'cli')
{
// For web requests, use the existing method
self::$items[$language] = Factory::getApplication()->getMenu('site')->getItems($attributes, $values);
}
else
{
// For CLI, return an empty array or null
self::$items[$language] = [];
}
/components/com_edocman/helper - line 443
Code:
if (PHP_SAPI !== 'cli')
{
// For web requests, use the existing method
self::$items[$language] = Factory::getApplication()->getMenu('site')->getItems($attributes, $values);
}
else
{
// For CLI, return an empty array or null
self::$items[$language] = [];
}
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 12770
- Thank you received: 1657
4 months 23 hours ago #167976
by Mr. Dam
Replied by Mr. Dam on topic 01st July 2024 - New version 1.25.7
Hi Dan,
Thank you for your suggestion, we will check your provided code and update into core of Edocman extension.
Regards,
Dam
Thank you for your suggestion, we will check your provided code and update into core of Edocman extension.
Regards,
Dam
The following user(s) said Thank You: Dan Loa
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.