1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Split edid.js to multiple files. More... almost 11 years ago
`manage.py createinitialrevisions` is only needed when adding django-reversion with old data in db. More... almost 11 years ago
PEP-8. More... almost 11 years ago
Update user account links in navbar. Add flash messages to base.html Add templates for account emails management and changing password. More... almost 11 years ago
Add revision support. More... almost 11 years ago
Prefetch timings to reduce database queries. More... almost 11 years ago
Update Makefile and README.md More... almost 11 years ago
Switch to django-allauth for authentication, registration, account management. More... almost 11 years ago
Add user field to all models. Update user field whenever an update is done. Require login for all create/update/delete views, except for uploading EDID view. Add login/logout pages. More... almost 11 years ago
Update to follow PEP 8. More... almost 11 years ago
Add Makefile. More... almost 11 years ago
Move common parts of templates to separate files. More... almost 11 years ago
Save upload binary EDID file to file system. More... almost 11 years ago
Fix typo in EDID Parser. More... almost 11 years ago
Update EDID Parser tests. More... almost 11 years ago
Add created and modified DateTimeField to EDID and timings. More... almost 11 years ago
Order Manufacturers by name_id. Add Manufacturer to admin pages. Add StandardTiming and DetailedTiming inline with EDID admin page. Limit models fields listed in admin pages. More... almost 11 years ago
Change EDID default manager to EDIDPublicManager. Update EDIDAdmin to override default manager and list all objects. More... almost 11 years ago
Add timings reordering functionality. Remove unique index ("EDID", "identification") from timings models. More... almost 11 years ago
Move up all subsequent timings after deleting a timing. Add delete confirmation templates. More... almost 11 years ago
Inject EDID to timing forms. Add validation to StandardTimingForm.aspect_ratio. More... almost 11 years ago
Add TimingMixin to provide common functions to timing editing views. More... almost 11 years ago
Use timing identification instead of pk in URLs. Add addition button if no timings were found. More... almost 11 years ago
Add border to tables for enhanced look. More... almost 11 years ago
Add javascript support for hiding unused fields. More... almost 11 years ago
Standard and detailed timings changes: Add forms with validations. Add update pages. Fix action buttons in EDID update page. More... almost 11 years ago
Fix a bug in EDIDUpdateForm.clean() where nullified fields were not updated. More... almost 11 years ago
Remove some fields units from their names. More... almost 11 years ago
Add Timing abstract model to be inherited by StandardTiming and DetailedTiming models. More... almost 11 years ago
Allow overriding setting in local_settings.py More... almost 11 years ago