Here is the first (hopefully only) release candidate for upcoming version 1.1 of the RHUMC software. This is the final list of features for 1.1, and the only remaining work is a final once-over test and to update the user guide.
A breakdown of the included changes new to rc.1:
Changes
- Admin Apps
- Data Dumper
- Ability to specific what fields to output and in what order
- LaTeX Generator
- Can now specific output file name
- Can now attempt to convert unicode to its ascii counterpart (may butcher words)
- ~~Can now auto-escape LaTeX characters~~ Pushed to later minor release
- Management System
- Ability to filter on past Conferences
- New field/filter on Attendee for being assigned to a session
- "Old" data (from past Conferences) can no longer be modified
- This includes Attendees, Conferences, Days, Sessions, Special Sessions, and Tracks
- Misc.
- Included `setup.py` file for creating `settings.py` and `wsgi.py` files
- A little code cleanup
- Minor bugfixes