Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
2062dd4e3a
Added dummy.js to .gitignore and MANIFEST.in for exclusion.
9637bdf79c
Added test_temp.py to the exclusion in MANIFEST.in.
977a514d32
Renamed the AbstractUserUtils class to UserUtilityInterface, and added the can_view and can_edit functions to the UserUtilityInterface interface. There is no need to separately supply two additional can_view and can_edit callbacks.
744c929259
Revised the documentation of the AbstractUserUtils class.
f2963af161
Renamed the AbstractUserUtils class to UserUtilityInterface, and added the can_view and can_edit functions to the UserUtilityInterface interface. There is no need to separately supply two additional can_view and can_edit callbacks.
aa34a5a1a2
Revised the documentation of the AbstractUserUtils class.
58f8719bcf
Revised so that when the account selector finds the codes from the form, the journal entry editor is used to find the form instead of messing-up with the TransactionForm class and its static method that was a shortcut to the private instance method of the same name.
f8bd80e393
Fixed so that saving the journal entry from the journal entry editor triggers updating the total of the debit or credit side, which in turn triggers validating the balance if it is on a transfer form. This fixed the problem that deleting a journal entry updates total but not re-validating the balance.
5370fffeda
Removed the unused accounting-debit-account-code and accounting-credit-account-code HTML classes.
33179e925f
Revised the account selector to find the account codes from the form through the TransactionForm class, but not finding the codes by itself.
7d971b43cd
Added the missing documentation to the static initialize method of JavaScript TransactionForm class.
4c29da8407
Fixed the documentation of the entryType parameter in the constructor of the JavaScript DebitCreditSideSubForm sub-form.