Jacob Bates
Jacob Bates
Let's have this conversation in #99
The scan will most likely continue and finish with the current code. I believe it determines what needs to get rescanned based on page/file modification timestamps. This new worker would...
Great point! I'm not sure why we didn't add that feature to the Users tab in the first place.
This is the function that loads users: https://github.com/ucfopen/UDOIT/blob/master/public/assets/js/admin.js#L93
@cidilabs Is this relevant for 3.x?
If you edit a page while UDOIt is open, you'll need to reload UDOIT so that it can rescan the page and update the issues. If you fixed the issue,...
`user` is a reserved word in Postgres. If we were writing SQL by hand, we could put double quotes around `user`. We must do this manually every time this table...
I'm going to push this one out to 3.1.0. This is not an immediate issue because the `user` table has been renamed to `users`, but the points brought up by...
@cooperfellows 3.0.0 is compatible with the Heroku free tier. All of the Heroku Postgres issues have been resolved at this time. This request is just to make the table names...
It seems like we don't have consensus, so I'm removing this from the 3.1.0 milestone. We can revisit this for a future release.