Page 1 of 1

Errors in the new version 3.2.0 (updated)

Posted: 17 Apr 2020, 17:03
by Kostelano
Hello!
I started to get acquainted with the new version of the component (3.2.0) and found that in the filter (EVERYWHERE, on each page) where you need to use the DIRECTION header, something else is used:

Image

In the Russian version (and probably in other languages too) the name is too long, because Joomla constant is used.

Image

It is probably best to use a language constant:

Code: Select all

JGLOBAL_ORDER_DIRECTION_LABEL="Direction"
(site/administrator/language/en-GB/en-GB.ini)

-----------------------------------------------------

I will add error messages to this topic.

Re: Errors in the new version 3.2.0 (updated)

Posted: 17 Apr 2020, 23:03
by Kostelano
The list of files has a field for limiting the number of files on one page.

The problem is that in the field there is NO option in 200 and 500 elements. BUT these values are in the general settings (configuration) of Joomla.

It turns out that when you select a value, for example, 200 in the general settings of the site, only 5 elements are displayed on the file list page. Those. quantity is broken.

Image

If you set the value to 100 in the settings (it is available in your component too), then everything is displayed well and there is no problem.

Re: Errors in the new version 3.2.0 (updated)

Posted: 17 Apr 2020, 23:06
by Jan
Hi, thank you for the info, I will take a look at it but I don't exactly understand the first post?

Jan

Re: Errors in the new version 3.2.0 (updated)

Posted: 18 Apr 2020, 19:24
by Kostelano
Jan wrote: 17 Apr 2020, 23:06 Hi, thank you for the info, I will take a look at it but I don't exactly understand the first post?
The constant is used in the SORT DIRECTIONS selection field:

Code: Select all

JFIELD_ORDERING_DESC="Select the ordering."
But this is not ORDERING, but DIRECTION OF ORDER and it is better to use a constant:

Code: Select all

JGLOBAL_ORDER_DIRECTION_LABEL="Direction"
---------------------------------------------------------------------

Other.
When you select ANY value (except Database) in the Display Date Type parameter field, on the frontend we get a warning:

Image

Joomla 3.9.16
PHP 7.3.2
Phoca Download 3.2.0

Re: Errors in the new version 3.2.0 (updated)

Posted: 18 Apr 2020, 23:17
by Kostelano
Phoca Download Control Panel --> Logging: there is no reaction when you click on a link (page).

Image

Re: Errors in the new version 3.2.0 (updated)

Posted: 20 Apr 2020, 14:00
by Jan
Hi, thank you very much for all the information. I will take a look at them.

Jan

Re: Errors in the new version 3.2.0 (updated)

Posted: 14 May 2020, 21:37
by Kostelano
Good afternoon! I will add here (in my topic), since there is already a note.

Action Log
There is a suggestion / wish: implement the plugin by analogy "Action Log - Joomla".

I noticed that recently more and more extensions add a similar plug-in to their packages. And I agree with them.

Now tracking the actions in component Phoca Download is not possible. Everything looks something like this:

Image

We need at least lines for basic actions: created / edited / deleted ...

Please consider this possibility in the future. THANK!

Re: Errors in the new version 3.2.0 (updated)

Posted: 16 May 2020, 00:34
by Jan
Hi, added to feature reqest list.

Jan

Re: Errors in the new version 3.2.0 (updated)

Posted: 24 Oct 2020, 17:01
by Jan
Hi, should be Ok in version 3.2.1:

- undefined costant DATE_FORMAT_LC3
- links in logs
- 200,500 in pagination
- filtereing completely changed in admin

https://www.phoca.cz/news/1098-phoca-do ... 1-released

Jan