aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-advanced_help
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Use USE_DRUPAL instead of including bsd.drupal.mkChris Rees2011-08-311-3/+2
| | | | Notes: svn path=/head/; revision=280862
* Begin process of removal of drupal5 ports:Chris Rees2011-07-291-1/+1
| | | | | | | | | | - Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version - Deprecate the drupal5 ports for removal on 29/Aug Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=278517
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Change maintainer address for my portsEygene Ryabinkin2010-11-271-1/+1
| | | | | | | Approved by: erwin (co-mentor) Notes: svn path=/head/; revision=265291
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.2Martin Wilke2009-04-112-6/+14
| | | | | | | | PR: 133551 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer) Notes: svn path=/head/; revision=232104
* - Update to 1.1Martin Wilke2009-03-112-6/+12
| | | | | | | | PR: 132538 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer) Notes: svn path=/head/; revision=229895
* The advanced help module allows module developers to store theirMartin Wilke2008-08-193-0/+55
help outside the module system, in pure .html files. The files can be easily translated simply by copying them into the right translations directory. The entire system can appear in a popup or not as the module prefers (and by taking away access to view the popups, a site can force the popups to not exist). The system ties into Drupal's search system and is fully indexed, so the entire contents can be searched for keywords. the help files can be placed in a hierarchy as well, allowing for top down navigation of the help. WWW: http://drupal.org/project/advanced_help PR: ports/125798 Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru> Notes: svn path=/head/; revision=218848