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.
a3148cc17d
Fixed bug that was using an existing entry, even when the source had been selected as new.
c709f0bbf5
Prevent redirection when in dev mode, so that we can see the debug output from each page
8faafe7f4e
Fixed a very long-standing but with a unclosed <div> tag. Also forced autocomplete to OFF for the new items. I wouldn't really care, but this was causing a bug with Chrome where the autocomplete was forcing the radio buttons to be unchecked.
4319847665
Bug fixes that have been made since going live.
d22a69b510
Fix for annoying 400 error from apache on lunarpages when the requested url is a top level request without a trailing slash.
011d1208e8
Initial thoughts on the charge reversal. It's obviously not working yet, or I wouldn't leave it hanging on a branch.
9dd09c4d2e
Branch created to save some changes/thoughts on charge reversals. As of branch creation, we're just deleting the current disbursements on the charge, and deletion is never good, since we lose information by definition. For example, the collected rents report will be adversely affected. So, we need to figure out how to keep the disbursement, and yet still have everything work out correctly. That work will be started on this branch.