Introduction
New GBG submission system export and bug fixes.
New Features
- "Clear flags" added to the pub screen to clear all flags prior to re-entering them (0400)
- Added change of licensee to the pub score report (0438)
- GBG beers changed from simple text box to a grid of beers in order to comply with the format used by the new GBG electronic submission system. The upgrade script maintains the online guide without editing but if you attempt to edit a record, you have to split out the beers. The fields per beer are Start date (when beer came on), End date (when beer went off), Brewery, Beer, strength, delivery type and notes (0489)
Enhancements and changes
- Date filter added to the pub score tab to filter scores. Defaults to scores from the last 12 months (0248)
- Including $$TEST$$ in comments of a score automatically ignores the score - useful for testing (0401)
- When scoring, it doesn't try searching for pub in any town if no match find. Previously, users were getting mismatched pubs and not noticing (0405)
- HTML used in the guide optimised to be more standard (0416)
- Included the words CAMRA and WhatPub in the title tag to improve search engines (0413)
- Http Only cookies used for "remember me" mechanism to reduce cross site scripting (0415)
- Hard coded email addresses changed to variables (0408)
- Added text suggesting user hovers over the flags for more information (0417)
- Spaces between lines tightened up on the watched pubs report (0424)
- Increased the size of the notes field in pub flags to 100 characters from 50 (0431)
- Online guide shows opening times even if Sunday times not defined (0466)
- Headings on tabs on the pub screen changed to reflect the dual activities & beer usage (0490)
Bug Fixes
- NBSS import modified to cater for the changes in the NBSS CSV format (0483)
- Validation of email carried out when entering scores to prevent email send failing (0482)
- The application ending only deletes temporary files over 5 days old. Previously, it deleted all temporary files which caused a problem with the application worker process re-cycling whilst a file was still in use and was causing the "Parameter not found" error when saving pubs with photos (0409)
- The message saying "Edited by another user" fixed when refreshing pubs in background (0098)
- User friendly error message added when trying to open a pub that has been deleted (0117)
- HTML tags removed from pub description on the search results page to prevent incomplete tags causing corrupt display (0350)
- System report log formatted correctly when exported to PDF (0403)
- Fixed the crash importing NBSS scores where the username in HOPS was non-integer, e.g. "xxxx" (0425)
- The extra column visible when reposition pubs is now hidden (0418)
- Fixed the problem with Google maps not displaying for pubs that had "&" and other non-alpha characters in the name and town (0419)
- County box made wider to allow for Greater London (0467)
Internal Changes
- HTML generation code re-factored
- No return machanism removed from Page.Open (0406)
- Removed the code to check for overwrites on the score screen (0445)
- Pub guides split into 1,000 pub per folder to prevent a huge number of files in single folder. This does mean old links will break and Google will have to re-index everything (0428)