Fork me on GitHub

Minor extDB change  Bottom

  • Hi all,

    I made a minor convenience improvement at the detail pages of components in extdb. The different version tabs do now need less space, because the component name is only included in the newest version.
    Example: Communicator
    Before we had: Communicator 1.0.3, Communicator 1.0.2, Communicator 1.0.1, and so on
    Now we have: Communicator 1.0.3, 1.0.2, 1.0.1, 1.0.0, and so on

    Regards,
    Axel

    --
    Guite | ModuleStudio
  • good thinkin. I was wishin for something like that.
  • apparently your solution doesn't work everywhere - take a look at the postcalendar entry. no versions show at all. (using FF 3.5)
  • Is there a way to
    a) make the "remind me" function working?
    b) let users choose if update is security-relevant or not? seems as if only an admin can do this.

    Thanks, Flo

    --
    ifs-net.de -- zksoft.de
  • Is it creating the download packages correctly now?
  • craigh

    apparently your solution doesn't work everywhere - take a look at the postcalendar entry. no versions show at all. (using FF 3.5)

    Edit: Fixed, but only for big resolutions (you might need to reload with Ctrl+R to refresh the CSS). There is an incompatibility between the tabs CSS and the theme styles, causing the tabs breaking down as soon as there is not enough width available to put them in one line. Maybe Carsten or Mateo can help here?

    --
    Guite | ModuleStudio
  • dks

    Is it creating the download packages correctly now?

    What do you mean? The only issue I know is that it does not archive .htaccess files (for example in scribite!). I just took a look at this problem and it is caused by the default behaviour of FileUtil::getFiles which excludes .htaccess beside other files and directories which are unwanted in many cases (like .cvs, .svn, etc.) - this causes the upload processing function to "oversee" .htaccess files when copying the component into the extdb archive file system structure.
    My basic approach would be to use an own function instead of the FileUtil::getFiles method at this place. As this seems a little redundant maybe there are any other ideas? Perhaps a DirectoryIterator could be used at this place, too.

    --
    Guite | ModuleStudio
  • quan


    a) make the "remind me" function working?

    Isn't it working? All I can say that it worked when I wrote it initially icon_smile
    Unfortunately I can't do anything about that at the moment as I need database access for looking at the details.

    quan


    b) let users choose if update is security-relevant or not? seems as if only an admin can do this.

    Looked at the template and I believe that I've found a typo. Please recheck.

    --
    Guite | ModuleStudio
  • Guite

    dks

    Is it creating the download packages correctly now?

    What do you mean? The only issue I know is that it does not archive .htaccess files (for example in scribite!).


    Files were missing from an included core. I know that the images folder was effected, not sure if anything else was as well.

    Guite

    I just took a look at this problem and it is caused by the default behaviour of FileUtil::getFiles which excludes .htaccess beside other files and directories which are unwanted in many cases (like .cvs, .svn, etc.) - this causes the upload processing function to "oversee" .htaccess files when copying the component into the extdb archive file system structure.
    My basic approach would be to use an own function instead of the FileUtil::getFiles method at this place. As this seems a little redundant maybe there are any other ideas? Perhaps a DirectoryIterator could be used at this place, too.


    This is an english language forum.
  • Quote

    Isn't it working? All I can say that it worked when I wrote it initially icon_smile
    Unfortunately I can't do anything about that at the moment as I need database access for looking at the details.


    I did not get any mail for new versions... And this is a freature I really am missing...

    Quote


    Looked at the template and I believe that I've found a typo. Please recheck.


    Works fine now - the checkbox is available for extension developers now.

    Thanks!

    Flo

    PS: The new version number listing is great...

    --
    ifs-net.de -- zksoft.de
  • Quote

    Edit: Fixed

    yes, confirmed fix icon_smile
  • 0 users

This list is based on users active over the last 60 minutes.