1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Work with public EDIDs only. More... almost 11 years ago
Switch from function-based to class-based views. Add get_absolute_url() method to EDID model. Add a bit of validation to EDID upload form. Changing EDID status on update is done by the form itself. More... almost 11 years ago
Fix bugs in BaseForm._check_required_field() * Overwrite other validators error message. * Value 0 or False was treated as invalid. More... almost 11 years ago
Move filtering private EDIDs from views to model manager. More... almost 11 years ago
DRY. More... almost 11 years ago
Add AppendedText to some fields to display field unit. More... almost 11 years ago
Display nothing if display gamma value is None. More... almost 11 years ago
Add validators to EDID editing form. More... almost 11 years ago
Hide/disable unused fields in editing page. More... almost 11 years ago
Change NullBooleanField fields widgets to CheckboxInput (like BooleanField). Change bdp_video_input field widget to InlineRadios. More... almost 11 years ago
Change status to edited every time an EDID entry is edited. More... almost 11 years ago
Prevent showing or editing EDID with status = STATUS_PRIVATE. More... almost 11 years ago
Remove null=True from char fields. More... almost 11 years ago
Basic display parameters == bdp More... almost 11 years ago
Replace ModelForms.Meta.exclude with ModelForms.Meta.fields for security reasons. More... almost 11 years ago
Add editing page for EDID entry. Using django-crispy-forms. More... almost 11 years ago
Use exists() when checking for related items, it is "the simplest and fastest way possible" as per Django documents. More... almost 11 years ago
Remove section from side navigation menu if it's not included. More... almost 11 years ago
Fix incorrect field name. Remove unneeded pass statement. More... almost 11 years ago
Add verbose names to fields with cryptic names. More... almost 11 years ago
Store EDID version and revision as a list of choices. More... almost 11 years ago
Use numbered primary key for manufacturer because of duplicates in PNPID list. Improve handling of bsp_video_input. Order StandardTiming and DetailedTiming by identification. More... almost 11 years ago
Improve parsing of week and year of manufacture. More... almost 11 years ago
Improve show_edid interface, using Bootstrap Affix and Scrollspy. More... almost 11 years ago
Update Bootstrap to v2.3.2 and jQuery to 1.10.1. Using uncompressed files, should use asset manager to compress/combine css/js files later. More... almost 11 years ago
Add monitor range limits handling to website. More... almost 11 years ago
Fix signal level standard handling in website. More... almost 11 years ago
Update README Add requirements.txt More... almost 11 years ago
oops ... More... almost 11 years ago
Add manufacturer model. More... almost 11 years ago