aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-23Post: Add some basic unit tests for testing submissionsmichaelw/masterMichael 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-22Remove unused code paths and importsMichael Wood
2015-01-22Various design tweaksMichael Wood
2015-01-22Parser: Add feature to have the reponse from a submission in JSONMichael Wood
2015-01-22views: Add backward compatibility for the send-error-reportMichael Wood
2015-01-21discretebarchart: Add custom tooltip overlayMichael Wood
2015-01-21Parser: Return more details about a successful build error being loggedMichael Wood
2015-01-21Move the filtering, queries and ordering to use the orm functionsMichael Wood
2015-01-21Add migrations support. This uses the in built django migrationsMichael Wood
2015-01-21requirements: Update to django 1.7.3Michael Wood
2015-01-21project: Update manage.py, settings.py and wsgi.py form django 1.7Michael Wood
2015-01-21gitignore: Update to exclude venv and .sqlite3Michael Wood
2015-01-15createStatistics: Reduce the number series to 6 in each graphMichael Wood
2014-10-27views/urls: Remove unused importsMichael Wood
2014-10-27README: Update requirements and setup instructionsMichael Wood
2014-10-27Add requirements.txt for use with pipMichael Wood
2014-10-27templates: Fix template tagsMichael Wood
2014-10-27home: Rework the mechanism for generating graphs via custom templateMichael Wood
2014-10-23urls: Remove catch all redirection urlMichael Wood
2014-10-23templates: Fix indentation of home.htmlMichael Wood
2014-10-23createStatistics: Fix missing tz info in date passed to modelMichael Wood
2014-10-23Port to django 1.6Michael Wood
2014-10-23error-report-web: add filtering capabilitiesRoxana Ciobanu
2014-10-23error-report-web: add FontAwesome andd css customizationRoxana Ciobanu
2014-10-23error-report-web: Enhancements to the error pagerRoxana Ciobanu
2014-09-12Centering pagination when table rows are less than 10Belen Barros Pena
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
2014-08-14error-report: add 'Submitter' columnRoxana Ciobanu
2014-08-14error-report: add 'Submitted on' detailRoxana Ciobanu
2014-08-14error-report: add 'Submitted on' columnRoxana Ciobanu
2014-03-06README: add required version for django-nvd3Andreea Proca
2014-03-05templates/error-page: keep the search stringAndreea Proca
2014-02-28templates: add search error page and hide register functionalityAndreea Proca
2014-02-17views: fix duplicated elementsAndreea Proca
2014-02-14templates: design changesAndreea Proca
2014-02-11templates: use discreteBarChart type for chartsAndreea Proca