World: r3wp
[!CureCode] web-based bugtracking tool
older newer | first last |
Dockimbel 17-Jan-2010 [882x2] | Regarding the new attached files feature: adding or deleting files doesn't generate any new entry in the ticket's log. As attached files management is done asynchronously, it doesn't require posting the ticket's form to commit changes. So, the policy for logging attached files actions is not clearly defined yet. Your feeback about this topic is welcome. |
For Chrome users, you might need to SHIFT-reload on CC's first shown page to get the lastest CSS file version. | |
Sunanda 17-Jan-2010 [884] | Been doing usual user-type things on new CC. Looks good! |
Will 17-Jan-2010 [885] | why not put it on googlecode so we can access latest as we please 8-) even better github, guthub is amazing 8-) |
Dockimbel 17-Jan-2010 [886x3] | Thanks Sunanda. I'm currently testing emails sending. |
Will: I'm already using my business SVN repository. Managing a new public repository would be currently too time-consuming for me. I prefer for now making snapshot archives for download. Once CC will be a bit more mature (having an install script for example), I'll probably move it on a public one. | |
Graham, please retry to reset your password, if you can't get access to your account, let me know. | |
Graham 17-Jan-2010 [889] | Worked. Thanks. |
Dockimbel 28-Jan-2010 [890] | CureCode v0.9.10 source code released, see http://curecode.org/ New installation script included. |
Will 28-Jan-2010 [891] | Thanks Doc 8-) |
Graham 28-Jan-2010 [892] | The password reset link doesn't change each time you reset the password. |
Dockimbel 28-Jan-2010 [893x2] | You mean the key part? The key is per user account, not per email sent. |
Do you think that's it's not enough secure? | |
Graham 28-Jan-2010 [895x2] | Everyother system I've used which has reset the password has used a different link each time. |
Can we have it so that the userid and password prepopulate? | |
Graham 29-Jan-2010 [897x5] | I don't think CC remembers my project even though I set the R3 as default project. |
Also, I use http://supergenpass.com/to remember my password ... but this seems to work oddly if at all on the CC site ... | |
It wouldn't matter if I could prepopulate the userid and password ... | |
If I input a search item, then to clear the search item I have to clear it, and hit enter to resubmit with a blank search field? | |
Is there a filter to on searches to only show active issues? | |
Dockimbel 30-Jan-2010 [902x6] | Active issues: no such filter yet, I miss it too. |
Looking at your preferences saving issue... | |
Can't see anything wrong with your prefs data nor in the prefs saving code. Your current default project is "All Projects", selecting R3 project in the droplist, then going to Profile and hitting "Set default..." button should work, can you try it again? | |
Password remembering: Chrome's password system seems to have difficulties too. I don't have any clue about what the cause is, maybe BrianH would, as he had investigate such issues deeper. | |
Search item: any filter will remain active until you change its parameter or select another one. | |
Reset password link: CC's reset password link can only be compromised if someone get access to your email account or if he's able to sniff your web traffic. I'm not sure that the risk of someone taking control of your CC account and mixing up your posted tickets, or spamming comments is severe enough to raise the security protections higher. I usually apply protecting measures proportionnally to the level of risks involved. If you can convince me that the current level of protection used in CC is not high enough, I will raise it. | |
james_nak 2-Feb-2010 [908x2] | Doc, well, when I tried to log in for the first time I get the "Sorry. this page cannot be displayed.." error. After fooing around with it for a while I thought perhaps the curecode code had to be located inside the root-dir. I originally had it on another drive. Well, that seemed to fix it. Thanks. |
fooing = fooling | |
Dockimbel 2-Feb-2010 [910] | Such error message means that a REBOL error! has been raised in a RSP script or in %app-init.r. The error is then logged in %trace.log for you to review. I should make a customized error page by the way. |
james_nak 2-Feb-2010 [911] | Doc, yes, I realized that it was representative of an error after trying to create a test page to read a mysql db using your mysql library (just to test my mysql install). I wsa wondering though whether it's true that all the scripts have to be located within the root-dir? That is, in my case, I had the curecode folder on a different drive.adn referenced that via the "root-dir" in the curecode web-app section. Well, actually, that was generated bu the "install.r" script. Just curious. Thanks. |
Dockimbel 2-Feb-2010 [912] | Webapp's root-dir must point to the folder where CureCode application is located. The install script doesn't move anything nor creates any file, it just builds the bugs database and prints out a webapp definiton based on the location of the CureCode folder, and answers you give. |
james_nak 2-Feb-2010 [913] | Yes, I see that. What I was referring to was whether or not Cheyenne can see outside of host's root-dir. BTW, the whole thing (Cheyenne and Curecode) work great. |
Dockimbel 2-Feb-2010 [914] | Cheyenne can see what REBOL can see, there's currenlty no specific limitations in Cheyenne. However, it would be safer to limit accessible folders using the SECURE sandboxing system. |
james_nak 2-Feb-2010 [915] | OK, thanks. Great stuff. |
Graham 5-Feb-2010 [916] | Would be better to create a R3 GUI project now ... or filter them off and import them later on? |
Paul 6-Feb-2010 [917] | Doc, you might want to add a feature to curecode so that a user has a default project so we don't need to choose it everytime. |
Graham 6-Feb-2010 [918] | There is already ... |
Paul 6-Feb-2010 [919x2] | Really? I'll recheck as I must have missed it. |
Ahhh there is. I haven't been in my profie for so long. | |
james_nak 8-Feb-2010 [921x2] | Just wondering if others are experiencing this behavior and/or this is a Cheyenne issue. After so many hours I have to restart the Cheyenne services in order for curecode to work. Cheyenne is working in that I can go to any other page. |
I'll try logging out and seeing if that makes a difference. Maybe the session expires and then on this local machine (also runs the services), it needs the service restart. | |
Graham 8-Feb-2010 [923] | Since Cheyenne is still working it sounds like the issue might be with the database ... |
Henrik 9-Feb-2010 [924] | james, I have no such issues, but I guess it depends on how intensely the database is used. maybe write a separate test script that performs db access and reads some curecode tables into the browser. if it doesn't work, when curecode fails, then the db connection must be bad. |
Dockimbel 9-Feb-2010 [925] | James, I've never experienced that. CC's default session expiration time is 30 minutes. I'll install Cheyenne as service on my XP box and will see how it behaves with CC after a few hours. |
james_nak 9-Feb-2010 [926] | Guys, thanks for your input. I did log off, thinking that perhaps not doing so might be causing the issue. This morning, the same "page unavailable" occured. I checked the log and there is an RSP script error in the head.rsp file: ** Script Error : say expected data argument of type: string none ** Where: rsp-script ** Near: [projects/2: say projects/2 Then a separate entry Request = make object! [ ... referring to the index.rsp file. I can in fact run my test page which has a mysql test that reads the curecode tables within it without any issues. I have that work-around of restarting the service so I'm cool. I was just wondering if anyone else had that same behavior. I'm also going to test it from another machine today. Interesting. Reaching the server from another machine worked. Then when I went back to the server machine and tried curecode, it also worked. I'll do some more tests and let you know. Thanks. |
Dockimbel 9-Feb-2010 [927] | Can you run it for a whole day in normal mode (not as service) to see if it's related to service mode? |
james_nak 9-Feb-2010 [928] | OK, I''ll do that. |
james_nak 10-Feb-2010 [929] | Alright. I ran it overnight as an application and it produced the error. But, I also had the browser running overnight. I just closed and re-launched the browser and now it works. Perhaps it is a cache issue. I think we can at least say that it is not related to the cheyenne services. |
Dockimbel 10-Feb-2010 [930] | Thanks for testing. Good to know, I think that's probably related to the way session expiration is handled in CC. I'll see if I can reproduce that with a short session timeout. |
Dockimbel 11-Feb-2010 [931] | After a few attempts playing with expired sessions, I can't reproduce your issue with the latest SVN revision. Try to run Cheyenne in verbose mode using : -vvv as command line argument and send me the log chey-* log file once the error happens. |
older newer | first last |