World: r3wp
[!CureCode] web-based bugtracking tool
older newer | first last |
Fork 28-Dec-2009 [849] | CureCode had a problem when I created my account a couple of days ago, went to a page not found, and didn't send me a notification mail. After that it wouldn't let me try and sign up for that name again. Reset password came up with an error page as well. |
Dockimbel 28-Dec-2009 [850] | Your account has been validated, you can use it now. I got an error also while validating your account, this is new. I'll check the server to see what's going wrong. |
Fork 28-Dec-2009 [851] | Thanks, I'll have to reset the password, I was messing with errors and never wrote what I picked down... |
Dockimbel 28-Dec-2009 [852x2] | Please wait a minute, I'm restarting the server. |
Done. | |
Fork 28-Dec-2009 [854x2] | Reset password is giving me "Sorry, this page cannot be displayed. Try again or contact the web site administrator." after I submit id and email address |
Running to lunch now but will check in with it when I get back... | |
Carl 28-Dec-2009 [856] | Hi Doc, one small thing... Chrome browser does not remember the login password cookie. |
Dockimbel 28-Dec-2009 [857] | Hi Carl, I'll check that too. |
BrianH 28-Dec-2009 [858] | Doc, we'll need a RAMBO migration to a new CureCode project some time next month, after the new R2 release. Open tickets only should be fine. Afaict we won't need to delay the first R2 release until the migration happens. The first release should be emergencies (like installation) and low-hanging fruit only. |
Dockimbel 28-Dec-2009 [859] | No problem, we can add a new project to the current server when you need it. |
BrianH 28-Dec-2009 [860] | Carl, could you chime in here about the RAMBO migration process? Dataset migration is better than web scraping :) |
Carl 28-Dec-2009 [861] | If I recall, RAMBO is just a big REBOL file. |
Dockimbel 28-Dec-2009 [862] | Fork: the mail agent script seems to break on sending emails to your address (don't know why). Your reset password attempt an hour ago failed. I will fix these email issues tomorrow. |
Graham 28-Dec-2009 [863] | Is this the Cheyenne mail server? |
Dockimbel 29-Dec-2009 [864x2] | nope, it's just REBOL's SEND with a simple MX retrieving routine. |
When the SMTP protocol fails to connect or to send, it raises an exception that traverse UniServe's and Cheyenne layer and is messing things in a way I cannot track back. That's the only case where I see such kind of issues. It seems to be specifically related to raised errors in port's handlers. | |
Graham 29-Dec-2009 [866] | Why are you not using the chyenne mail server? |
Dockimbel 29-Dec-2009 [867] | Didn't have time yet to upgrade CC for that. I'm planning to do that this week with other improvements to CC. |
Graham 16-Jan-2010 [868x4] | http://www.curecode.org/rebol3/reset-pass.rsp server error when I entered my name and email ... maybe I don't have an account on R3 |
Now get #[object! [ code: 501 type: access id: not-open arg1: "Port" arg2: #[none] arg3: #[none] near: [if empty? block: reduce block] where: confirm ]] | |
when I try to reset my password ... | |
I tried to create another account using my name and it said one already existed ... | |
Dockimbel 17-Jan-2010 [872x7] | I'm upgrading CureCode to the latest version to fix this issue. Emails will be sent through the builtin MTA, fixing the instability caused by the SMTP scheme when a connection error occurs. |
Entering in maintenance mode on CureCode server, current user sessions will be closed for the upgrade. If you're editing a ticket please save your changes now and logout from CureCode. I'll do the server upgrade in ~10mn. | |
Restarting server... | |
server up again, testing if everything is working ok.... | |
forgot to add new options in config file...restarting | |
Seems to work ok now. | |
CureCode v0.9.10 changelog : o FEAT: Ticket's attached files management added. o FIX: Default query parameters corruption for anonymous users fixed. o FIX: Issue #1371 regarding policy for ticket deletion by owner. o FIX: Dimissed ticket can't be changed by the owner anymore. o FIX: Ordering not working properly for all filters and columns. o FIX: Minor missing translations for french catalog. o LOOK: Added Henrik's 33% fix for page header. o LOOK: "Example code" field now use PRE tag for better rendering of source code. | |
Will 17-Jan-2010 [879] | is CC available for download? |
Dockimbel 17-Jan-2010 [880x4] | Older versions are available here: http://curecode.org |
Latest version: I need to build a package first, can be done rapidly, but no install script yet available, you'll have to figure it out. | |
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 [897x2] | 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 ... | |
older newer | first last |