ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1677
|
Fri Feb 10 16:16:11 2006 |
| Dimitrios Tsirigkas | dimitrios.tsirigkas@cern.ch | Info | | | Re: Posting without logging in! |
Stefan Ritt wrote: |
Yes indeed. I fixed that in SVN revision 1655. I upgraded this server so you can try again if it works. |
Just tried it, it's fixed 
Dimitris |
1726
|
Mon Feb 27 08:43:22 2006 |
| Hagelstein, Kay | k.hagelstein@stadt.wede.de | Bug report | | 2.6.1 | Forgot password |
Hi,
the "Forgot password?" option doesn’t work with the Group option.
The elog Version is ELOG V2.6.1-1668
Regards
Kay |
1730
|
Mon Feb 27 19:29:15 2006 |
| Patrick Decowski | decowski@berkeley.edu | Bug report | | 2.6.1 | Find in multiple logbooks returns wrong pages |
hello ELOG developers,
i think that i found a problem in the find function of ELOG version 2.6.1. i can reproduce it on the forum ELOG website on midas.psi.ch:
go to: http://midas.psi.ch/elogs/Contributions/?cmd=Find
and enter under author 'ritt' and check the 'search all logbooks' checkmark, then search
the returned list has all your postings on all three ELOG sections, but if you look at the links that are returned, they point to the 'Contributions'
portion of the ELOG and not the 'Forum' portion as they should. this means that the wrong posting is returned when you click on the link (or in
this case, no posting at all).
for example, the HTML of the first link is
[...]
<tr>
<td class="list2" nowrap><a href="1723">Forum</a></td>
<td class="list2">
<a href="1723"> 1723 </a>
</td>
<td class="list2" nowrap><a href="1723">Thu Feb 23 15:50:20 2006</a></td>
<td class="list2"><a href="1723">Stefan <B style="color:black;background-color:#ffff66">Ritt</B></a></td><td class="list2"><a
href="1723"><a href="stefan.ritt@psi.ch">stefan.ritt@psi.ch</a></a></td><td class="list2"><a href="1723">Question</a></td><td
class="list2"><a href="1723">Re: Protect Selection page</a></td><td class="list2"><a href="1723"></a> </td><td class="list2"><a
href="1723"></a> </td><tr>
[...]
i.e., it is missing '../Forum' in front of all the links.
regards,
patrick. |
7
|
Fri Mar 24 14:06:19 130 |
| | | | | | |
|
1749
|
Mon Mar 6 13:06:59 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | 2.6.1 | Re: Find in multiple logbooks returns wrong pages |
This problem has been fixed in SVN revision 1671. |
1772
|
Tue Mar 14 17:11:10 2006 |
| Giorgio Croci Candiani | g.crocic@libero.it | Bug report | | 2.6.1 | Re: Access to global configuration in v2.6.1 |
> > or maybe browser cookies.
>
> That rings a bell. If you change user permissions (like password file/no password file/rename logbooks) you might be
> fooled by old cookies. Just delete all cookies in your browser and try again.
Hi,
here I am at it again. Since my first posts, I tried to install the latest version of elog out-of-the-box on one pair of
PCs from scratch (fresh elog install on new, just-installed PCs, OS WinXP Pro and Win2000), but with no results. No
trace of the global configuration menu or the buttons to reach it.
Neither taking a look at the code has helped, I could not figure out exactly where the button bar was generated.
Didn't anybody other point out a similar behaviour? Do you have any suggestion for any tests to carry out?
Thanks
GiorgioCC |
1789
|
Tue Apr 4 06:18:18 2006 |
| Steve Jones | steve.jones@freescale.com | Request | | 2.6.1 | Simple math within an elog form |
This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. For example:
What we are trying to do is create a simple form that helps a person assign a risk value to a series of identified risks
Attributes = risk1, risk2, risk3, totalrisk
Type risk1 = numeric
Type risk2 = numeric
Type risk3 = numeric
OPtions risk1 = 10, 20, 30
Options risk2 = 10, 20 , 30
OPtions risk3 = 10, 20 , 30
Subst totalrisk = $risk1+$risk2+$risk3
I suppose I could use $shell to do this but I was trying to stay away from $shell for security reasons.
Thanks |
1790
|
Tue Apr 4 08:15:29 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | 2.6.1 | Re: Simple math within an elog form |
Steve Jones wrote: | This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. |
This item is already on the wishlist, so I added your vote there. But due to my workload, it will certainly not be implemented in the next few weeks. |