Reason Developer Notebook
Posts tagged with “Minisite Modules” (All posts)
Jobs without start dates hide start dates
August 1, 2006 at 8:32 pmPretty basic change -- previously, jobs without start dates would always say they started immediately (because 0000-00-00 is always before today, natch.)
DefaultMinisiteWithAuthModule and Login changes
July 25, 2006 at 3:27 pmI've created a new module that takes care of the basics needed for a module that is for authenticated users only. Instead of extending the DefaultMinisiteModule, a module can extend…
Generic3 module provides last modified dates to template
June 28, 2006 at 5:05 pmThe Generic3 module -- and all of the modules that extend from it, including research guides, blogs, av, etc. -- now report the appropriate last modification information back to the…
autofill forms / thor .csv fixes
June 23, 2006 at 5:55 pmAutofill Forms
Forms have a new feature called "autofill," which gives the user the option to autofill fields that are named with a particular string.
The feature only works for logged-in users…
make_link function
June 23, 2006 at 5:48 pmI've added a make_link function to url_utils.php. This is mostly intended to be used by modules which need a simple way to add / remove elements from the query string…
Siblings module no longer tries to run on home pages
June 23, 2006 at 3:31 pmThe siblings module had been listing the children of home pages as if they were siblings (they met the criterion of pages that share the same parent, since home pages…
Added A-Z Parameter to Children Module
June 13, 2006 at 9:32 amFor long lists of children, an a-z index of the children is sometimes useful. I've added the parameter "provide_az_links" to the children module which adds a list of alpha links above the children, so users can skip to the spot they want.
database backed thor forms
May 5, 2006 at 11:02 amThor, the thor content manager, and the form module have been upgraded to allow thor form submissions to be saved to a database backend. Old forms should work as is,…
Generic3: pagination links now maintain filtering state
April 27, 2006 at 11:33 amThe pagination links on the generic3 module were not passing along the current filters, which was annoying if you wanted to see the second page of something you had filtered…
Events module fixed to show only relevant categories
April 26, 2006 at 10:26 amI've updated the events module to show only categories that events on the site have been associated with. In addition, cateogories are now sorted alphabetically -- they were previously unsorted.
Generic3 Module: Relationship filters fixed to show only relevant items
April 21, 2006 at 9:27 pmIt has been a nagging problem that relationship filter lists often contain items that are not really relevant to the subject at hand. A prime example is on blogs, where…
Gallery Vote Module
April 6, 2006 at 2:48 pmI have moved to production an extension of the gallery module called gallery_vote.php - by choosing the page type gallery_vote, a standard gallery now has a built-in voting mechanism. Anyone…