Opened 13 years ago
Closed 13 years ago
#146 closed enhancement (fixed)
Constitution linkifying filter
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Sometime |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| Size: | small |
Description
The group view page (eg, https://asa.mit.edu/groups/32/) has some mildly complicated template logic to linkify HTTP constitution URLs, display directly AFS (and unrecognized) ones, and display a helpful message for blank ones. Package this logic into a filter that takes a URL, and switch to using it both for the group display page and the constitutions page (https://asa.mit.edu/groups/constitutions/).
Change History (2)
comment:1 Changed 13 years ago by adehnert
- Component changed from Data export to Core
comment:2 Changed 13 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed:
commit 4bf869273b42d21643fd0dc64f1f5e6bf5b0ee74 Author: Alex Dehnert <adehnert@mit.edu> Date: Mon Sep 24 00:35:52 2012 -0400 Add and use constitution linkifying filter (ASA-#146)