aboutsummaryrefslogtreecommitdiff
path: root/www/trac-restrictedarea
Commit message (Collapse)AuthorAgeFilesLines
* - Take maintainershipGreg Larkin2009-05-061-1/+1
| | | | Notes: svn path=/head/; revision=233324
* - Reset maintainerMartin Wilke2009-05-041-1/+1
| | | | | | | | PR: 133702 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> Notes: svn path=/head/; revision=233234
* Fix the spelling of EXPIRATION_DATE.Mark Linimon2009-04-111-1/+1
| | | | Notes: svn path=/head/; revision=232126
* - Mark deprecated and ignoreBeech Rintoul2009-01-211-0/+4
| | | | | | | | PR: ports/130690 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=226591
* - Bump PORTREVISION after arp updateMartin Wilke2008-07-071-1/+1
| | | | | | | PR: 125269 125274 Notes: svn path=/head/; revision=216446
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* The RestrictedAreaPlugin is a pretty simple Trac plugin that allows the TracMartin Wilke2007-05-274-0/+37
administrator to set up restricted areas which are accessible only for privileged users. The access is controlled via the new Trac action RESTRICTED_AREA_ACCESS and a list of paths configured in the Trac INI-file. WWW: http://trac-hacks.org/wiki/RestrictedAreaPlugin Submitted by: Gerrit Beine <gerrit.beine at gmx.de> Notes: svn path=/head/; revision=192093