aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-26README: Update django version requiredMichael Wood
2015-01-26views: Add more fields to the general searchMichael Wood
2015-01-26tests: Add test for common urls and invalid parametersMichael Wood
2015-01-26latest-errors: Pass the results_mode value to the templateMichael Wood
2015-01-26error-details: Add an error message if there are no details to showMichael Wood
2015-01-26views: Add additional validation to incorrect parametersMichael Wood
2015-01-26urls: Remove redundant url parameters and add index url for convenienceMichael Wood
2015-01-23Paser: Return a useful error for invalid characters in payloadMichael Wood
2015-01-23Post: Add some basic unit tests for testing submissionsMichael Wood
2015-01-23Parser: Add basic catching of exceptions from invalid dataMichael Wood
2015-01-23Parser: Make sure we respond in JSON format with errors if there are anyMichael Wood
2015-01-23Remove unused templates and importsMichael Wood
2015-01-23settings: Add "special submitter" featureMichael Wood
2015-01-23latest-errors: Fix pagination controls so they show 3 pages in either directionMichael Wood
2015-01-23latest-errors: Add visual indication that submitted_on is the default sortMichael Wood
2015-01-23Remove unused code paths and importsMichael Wood
2015-01-23Various design tweaksMichael Wood
2015-01-23Parser: Add feature to have the reponse from a submission in JSONMichael Wood
2015-01-23views: Add backward compatibility for the send-error-reportMichael Wood
2015-01-23discretebarchart: Add custom tooltip overlayMichael Wood
2015-01-23Parser: Return more details about a successful build error being loggedMichael Wood
2015-01-23Move the filtering, queries and ordering to use the orm functionsMichael Wood
2015-01-23Add migrations support. This uses the in built django migrationsMichael Wood
2015-01-23requirements: Update to django 1.7.3Michael Wood
2015-01-23project: Update manage.py, settings.py and wsgi.py form django 1.7Michael Wood
2015-01-23gitignore: Update to exclude venv and .sqlite3Michael Wood
2015-01-23createStatistics: Reduce the number series to 6 in each graphMichael Wood
2015-01-23views/urls: Remove unused importsMichael Wood
2015-01-23README: Update requirements and setup instructionsMichael Wood
2015-01-23Add requirements.txt for use with pipMichael Wood
2015-01-23templates: Fix template tagsMichael Wood
2015-01-23home: Rework the mechanism for generating graphs via custom templateMichael Wood
2015-01-23urls: Remove catch all redirection urlMichael Wood
2015-01-23templates: Fix indentation of home.htmlMichael Wood
2015-01-23createStatistics: Fix missing tz info in date passed to modelMichael Wood
2015-01-23Port to django 1.6Michael Wood
2015-01-23error-report-web: add filtering capabilitiesRoxana Ciobanu
2015-01-23error-report-web: add FontAwesome andd css customizationRoxana Ciobanu
2015-01-23error-report-web: Enhancements to the error pagerRoxana Ciobanu
2015-01-23Centering pagination when table rows are less than 10Belen Barros Pena
2014-10-23parser: Check for tag markup in the metadata fields0.1v0.1Michael Wood
2014-09-08error-report-web: Sorting error tablesRoxana Ciobanu
2014-09-05error-report-tool: apply changes to the landing pageRoxana Ciobanu
2014-08-24README: add info on the git repo and contributingPaul Eggleton
2014-08-22error-report: add top 'Show rows' menuRoxana Ciobanu
2014-08-22error-report: add css customizationRoxana Ciobanu
2014-08-22error-report: sort table by 'Submitted on' columnRoxana Ciobanu
2014-08-22error-report: remember state of the menuRoxana Ciobanu
2014-08-22jquery.cookie.js: add the Cookie PluginRoxana Ciobanu
2014-08-22error-report: add 'Edit columns' menuRoxana Ciobanu