Re: Pre-fill Attribute with last entry, posted by Richard Stamper on Tue Mar 30 13:43:46 2021
|
Just noting that, depending on what you want to achieve, you may be able to use the threading functionality so that a "new" entry is actually
a "reply" to a previous entry. This will allow you to populate attributes with values from that previous entry without having to rely on
storing information outside the system, with all the attendant concurrency risks already identified. |
Re: Potential bug with the Quick filter, posted by Stefan Ritt on Mon Sep 22 21:31:36 2008
|
Paul O'Shaughnessy wrote:
|
Re: Potential bug with the Quick filter, posted by Paul O'Shaughnessy on Tue Sep 23 15:03:51 2008
|
Stefan
Ritt wrote:
|
Re: Posting without logging in!, posted by Stefan Ritt on Fri Feb 10 11:41:38 2006
|
[quote="Dimitris"]Hi all! This is an HTTP POST request submitted from the command line using curl, and providing no authentication information. If I can
post as myself using this command, then shouldn't something be done about this?[/quote]
|
Re: Posting without logging in!, posted by Dimitrios Tsirigkas on Fri Feb 10 16:16:11 2006
|
[quote="Stefan Ritt"]
Yes indeed. I fixed that in SVN revision 1655. I upgraded this server so you can try again if it works.[/quote]
|
Re: Postdating the Entry Date, posted by Stefan Ritt on Wed Feb 19 09:47:32 2003
|
> Is is possible to postdate the Entry Date for an entry?
>
> The documentation lists the ability to forward date an entry, but I don't
|
Re: PostScript Files shown as text., posted by Stefan Ritt on Wed Sep 8 15:52:00 2004
|
> At some point, in the last week or so, I upgraded the debian-unstable
> version (r1459-1) of elog. Now, PostScript files (as attachments) are
> displayed (shown in ascii text, instead of just showing the link).
|
Re: Post using html form --> not solved ... , posted by Stefan Ritt on Wed Jan 4 12:38:07 2023
|
When you log in manually to a logbook, a session ID is created and stored in a cookie "sid". On your shift check list you need some code to
copy this session ID into your current form. In the code form 2010, I used "unm" and "upwd", but this was removed since it's not
safe. So now you need somethign like: |