Jen

Results 40 comments of Jen

> Right, you would not need to use initialize-db since a test database has already been provided for you and that script is not designed to be used on a...

In cgi-bin/DW/Controller/Support/Faq.pm in the `faqbrowse_handler` function, I can see that it is missing a statement `$vars->{remote} = $remote;` anywhere before calling `render_template`, so the template never has a valid remote...

Just an update to point out that 2bcca87a087cd5715e77fcfb0e2a0b7f5589aff1 converted this to TT, but I haven't looked to see if it incorporated any of the above suggestions, and it looks like...

I'm happy to investigate that alternative - I'll flag this as having requested changes until I have time to try it out.

The only interface I’m aware of for payment history searches is the /admin/pay page. As Rah mentioned above, that form returns all carts created by the user, and in this...

Following the merge of #2953 here's what's still left in the tools directory: - `endpoints` subdirectory (contains 2 files used by the legacy RTE) - `fck_poll.bml` (used by the legacy...

We would also want to make sure each user is only allowed to click it once, right? Not sure how to mesh that with allowing anonymous clicks.

Another report says logging out has the same problem: https://www.dreamwidth.org/support/see_request?id=46162

Whitelisted streamable.com as part of #2407.

I believe that when `etc/config.pl` was renamed to `etc/config.pl.example` the boilerplate text was not updated. I added the check to `bin/checkconfig.pl` to help occasional developers who had previously expected `etc/config.pl`...