Product News

This was meant to be a 1.5.5 release, but I ended up sending out the 1.5.5 release unofficially to all of my users two Sundays ago and of course they ended up finding a few bugs and areas of improvement (I wasn't able to get all of them in, but the biggies all made it in). But since I had already tagged the 1.5.5 release that means any new additions meant a new version too, so here we go with version 1.5.6!

Quick Release Note: The 1.5.6 version's ZIP file contains a customized router.php file which can be used to overwrite DOCman's default router.php file. My version adds some new capabilities that allows my query reduction improvements to be taken advantage of even when SEF URLs have been enabled (unfortunately I couldn't fix this within the plugin as it's an issue with DOCman itself, hence the customized router.php file).

New version 1.5.6 Features!

  • Added support for my preload() method within the DocmanRouterHelper class (so if you copy over my custom router.php file into components/com_docman then the number of queries needed when SEF is enabled should be greatly reduced).
  • Added canUpdate() method to DOCmanListHelper class.
  • Added the canUpdate() text into the layouts.
  • Added some additional language keys into the language file.
  • Added some additional configuration options for the menu buttons (now you can turn on/off each of the Downloads Home, Search Documents and Submit Files buttons as well as use a custom URL for the Downloads Home link).
  • Added some additional text that gets displayed when you install the plugin to make sure and inform users that they should go and Enable the plugin if they are installing it for the first time.
  • Added ability for custom height/width to be used for the table layout with preview Layout Option.
  • Fixed issue Wes was running into by creating a modified copy of the getDocsByUserAccess() method to the DOCmanListHelper class.
  • Fixed issue that loaded all documents when the preloadDocumentsGroupedByCategory() method was called with an empty value for $catIds.
  • Note: Still need to fix PDF focusing issue reported by Remco in the table layout with preview layout.
  • Note: Need to add in modal layout option.

Version 1.5.5 Additions:

  • Moved Default Table Layout into its own file (Corresponding key: useTableLayout)
  • Added New List Layout (Corresponding key: useListLayout)
  • Added New Table with Preview Layout (Corresponding key: useTableLayoutWithPreview)
  • Completely reworked the data retrieval portion of the plugin to preload data in chunks, rather than load records one by one.
  • Added Category Primary Field Ordering Capability (Corresponding keys: categoryOrderByName, categoryOrderByParentId, categoryOrderById, categoryOrderByOrdering along with categoryOrderAscending, categoryOrderDescending)
  • Added Category Secondary Field Ordering Capability (Corresponding keys: categoryOrderByNone2, categoryOrderByName2, categoryOrderByParentId2, categoryOrderById2, categoryOrderByOrdering2 along with categoryOrderAscending2, categoryOrderDescending2)
  • Made some additional CSS improvements

So why did it take me a little bit longer to release this version?

That's a great question! I guess there are a couple of things, but the main reason was that I went on  October 15 to get a LASIK consultation with the wonderful Dr. Angela Nahl of La Jolla, California, to see if I would be a good candidate for laser eye surgery.

You see, I've been wearing glasses since I was eight years old and over the years my eyesight had decreased pretty steadily to the point where I was close to -8.00 diopters (or about 20/1200) and I had just gotten to the point where I really didn't want to wear my glasses anymore and didn't want to bother with contacts either (which i had been wearing on and off over the years).

So I went in and met Dr. Nahl and everything checked out for me as a candidate so I signed the paperwork and then came back the following Friday, October 22, to get my eyes fixed.

Even though I look pretty serious in the picture below, I wanted to share the fact that I'm so into Joomla that I went ahead and wore my recently acquired shirt from the San Jose Joomla!Day to my procedure :-).


(I swear I don't look this serious all of the time!)

So I've been trying to keep my eyes rested the past few weeks (prior to the surgery and then afterwards), but I still wanted to put some work into fixing the issues that have cropped in the last two weeks after I sent out that email about version 1.5.5.

If there is anybody out there that is in a similar situation with their eyes, I would definitely recommend Dr. Nahl (she had the fastest laser after all, haha...about twice as fast according to her as the one at UCSD's Shiley Eye Center) and the procedure in general. I know it's different person-to-person, but for me there was only a mild scratchiness immediately after the procedure which went away after a few hours and unlike some I didn't have watery eyes or anything afterwards. When I went back in this past Tuesday for a follow-up I was able to see all the way to the 20/15 line on Snellen Chart so I felt pretty good about that :-).

Thank you very much for your patience everyone and thank you to everyone that wished me luck on my procedure!

Want to see what other features DOCman List has? Check out the Features page! Want to see the plugin in action? Check out the DOCman List Plugin's Example page on our Demo Site!

This is just a quick update to let anyone out there who is using DOCman List on a site with a few thousand documents that are all going to be displayed on a single page I've got some great updates coming around the corner for you!

One of them is currently already available from the Downloads section: an Updated Joomla! Core SEF System Plugin (you can simply download and install it and it will overwrite the default Joomla! SEF System Plugin).

This plugin was created in order to solve a problem I've detailed here. The problem is a PHP "White Screen of Death" which I originally thought was due to a problem in DOCman List somewhere, but after some debugging I discovered it was due to a call to the preg_replace function failing within the Joomla! SEF System Plugin that was causing the entire page's output to be replaced by an empty string. My updated version I have here on this site fixes that issue by introducing a workaround that checks to see if the regular expressions fails and tries again (and if that doesn't work, it just continues with the existing page output, and prevents the empty string problem from occurring).

The other BIG improvement with the upcoming 1.5.5 version of DOCman List is an entirely reworked data retrieval system that performs "preloading" of the document and category information in order to prevent the need to run many queries.

This evening I emailed the Joomlatools team (the DOCman developers) to see if they can help accommodate me with a small addition to the DOCman Router that would allow me to keep the number of queries down when SEF URLs are turned on (currently the Router causes a query to be executed for every unique document even if DOCman List already loaded the data for the document...effectively negating the improvements).

I'm hoping they'll be receptive of the idea, as it will make things much easier for me, but if not, I'll have to figure out another way to keep things efficient with SEF URLs turned on.

Look for the new DOCman List release on October 17th!

The best part about software development is receiving feedback from your users, and today was no exception when one of our users, marbz, sent me an email telling me there was an issue with the download links being created by DOCman List. I quickly went to our demo site to see if I could verify the problem there, and sure enough I could, so I quickly went to work on figuring a solution.

It looks like the problem was introduced via a "bug fix" for a separate problem in the 1.5.3 release. That problem was related to another issue mentioned by a different user who had disabled all of the buttons within DOCman's Standard Buttons plugin, which DOCman List depended on for retrieving the download link for an item. Since the download is pretty important, I wanted to remove the dependency on the Standard Buttons plugin for the Download link and that addition was made in 1.5.3. However, the way I was adding the link into the data set that turns into the beautiful DOCman List output turned out to be flawed and caused the same link to end up being used for all of the links within a table.

That's all been resolved now though and you'll be able to find the 1.5.4 release available on the site here with that fix added. 

Thanks again marbz, and to all of my awesome users!

This was meant to be a 1.5.2 release (but I ended up finding a bug and I remembered another requested feature so I ended up going back and making those additions so I'm skipping the 1.5.2 release).

New version 1.5.3 Features!

  • Added ability for server's last update time to be used, rather than the value stored within DOCman (useful for those uploading documents via FTP). Thank you d2drummer! (Corresponding keys when calling plugin: useSystemUpdateTime, useDocmanUpdateTime).
  • Added ability to remove the "/" (forward slash) character from being displayed before the Category Name. Thanks d2drummer! (Corresponding keys when calling plugin: showForwardSlash, hideForwardSlash).
  • Added ability for Category Names to not be linked directly to their category page (instead, just the name is displayed with no link). Thanks marbz! (Corresponding keys when calling plugin: showCategoryLinks, hideCategoryLinks).
  • Added ability for the Downloads Home, Search Documents, and Submit Files buttons (normally only available on the actual DOCman Component Page) to be displayed by the plugin. Thanks r2bmanag! (Corresponding keys when calling plugin: showMenu, hideMenu. You may also simply use
    Downloads Home
    Downloads Home
    to display the menu once wherever you'd like and leave this option disabled.).

Want to see what other features DOCman List has? Check out the Features page! Want to see the plugin in action? Check out the DOCman List Plugin's Example page!

New version 1.5.1 Features!

  • Added Display of the Uploaded By Field  (in addition to the existing: Name, Size, Added On, Last Updated On, and Downloaded columns)
  • Added Show/Hide Capability for following columns: Size, Added On, Last Updated On, Uploaded By and Downloaded.
  • Made categories displaying files collapsible (and the option configurable)
  • Reduced database query usage (unfortunately, DOCman's methods being used within the plugin still generate quite a few...I'll look into fixing this in an upcoming revision)
  • Added ability to display document description in a mootools tooltip when hovering over the document name
  • Added ability to change parameters on the fly when calling the plugin using the following keywords (case-sensitive): orderByName, orderByDate, orderByHits, orderAscending, orderDescending, showTooltip, hideTooltip, showSize, hideSize, showAddedOn, hideAddedOn, showLastUpdatedOn, hideLastUpdatedOn, showUploadedBy, hideUploadedBy, showUsersActualName, showUsername,showDownloaded, hideDownloaded, showExpanded, showCollapsed.
  • Added automatic parameter reset capability  (otherwise, after changing the parameters dynamically in one call, subsequent calls to the plugin will continue to use the same settings).

Want to see what other features DOCman List has? Check out the Features page!