Changeset 7716 for contributed_modules/modules/routepermissions
- Timestamp:
- 05/09/09 18:24:43 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/routepermissions/module.xml
r7606 r7716 2 2 <rawname>routepermissions</rawname> 3 3 <name>Outbound Route Permissions</name> 4 <version>0.3. 1.0</version>4 <version>0.3.2.0</version> 5 5 <candisable>yes</candisable> 6 6 <canuninstall>yes</canuninstall> 7 7 <changelog> 8 *0.3.2.0* Fixed bugs in Ticket #3655 & Ticket #3669 8 9 *0.3.1.0* Inserts ROUTENAME into routes so core does not have to 9 10 *0.3.0.0* Added ability to redirect back with a prefix, added 'fail' destination. … … 12 13 </changelog> 13 14 <description> 14 Allows you to block access to various routes, on a per-extension basis . Note that this module requires a database to be available AT ALL TIMES.15 Allows you to block access to various routes, on a per-extension basis, and to redirect calls to another route by adding a prefix (which can then be stripped by the destination route). Note that this module requires a database to be available AT ALL TIMES. 15 16 </description> 16 17 <menuitems>
