[Citadel Development] (no subject)

2010-01-13 Thread IGnatius T Foobar
The Add, change, delete user accounts link in WebCit is broken. It displays an error page didn't find Template [edituser_select] 15 15. Can this be fixed easily ... and how many more of these errors might be lurking?

[Citadel Development] Citadel commit log: revision 8223

2010-01-13 Thread dothebart
r8223 | dothebart | 2010-01-12 14:17:09 -0500 (Tue, 12 Jan 2010) | 2 lines Changed paths: M /trunk/webcit/useredit.c * upsi, some links to templates which didn't follow the moving action

[Citadel Development] Citadel commit log: revision 8223

2010-01-13 Thread dothebart
  Di Jan 12 2010 14:17:13 EST von "dothebart" dotheb...@uncensored.citadel.org Betreff: Citadel commit log: revision 8223 r8223 | dothebart | 2010-01-12 14:17:09 -0500 (Tue, 12 Jan 2010) | 2 lines Changed paths: M

[Citadel Development] (no subject)

2010-01-13 Thread IGnatius T Foobar
ups, that was moved to aide/edituser/select i'll fix it. Ok, the screen appears now, but the user list in it is empty.

[Citadel Development] Citadel commit log: revision 8224

2010-01-13 Thread dothebart
r8224 | dothebart | 2010-01-12 16:02:26 -0500 (Tue, 12 Jan 2010) | 3 lines Changed paths: M /trunk/webcit/static/t/aide/edituser/box_select.html M /trunk/webcit/useredit.c * fix memleak * fix template reference

[Citadel Development] (no subject)

2010-01-13 Thread dothebart
  Di Jan 12 2010 15:02:28 EST von IGnatius T Foobar @ Uncensored ups, that was moved to aide/edituser/select i'll fix it. Ok, the screen appears now, but the user list in it is empty. one more try? i'll have a look whether I can find a way so the

[Citadel Development] (no subject)

2010-01-13 Thread dothebart
Having a look at goto... is that used anywhere? /* set info to 1 if the user needs to read the room's info file */ if (CC-room.QRinfo vbuf.v_lastseen) { info = 1; }if yes, would it make sende to add it to the UA_* flags? since the data is available over there too...

[Citadel Development] Citadel commit log: revision 8225

2010-01-13 Thread ajc
r8225 | ajc | 2010-01-12 19:04:15 -0500 (Tue, 12 Jan 2010) | 1 line Changed paths: M /trunk/citadel/modules/network/serv_network.c * Added some more diagnostics to serv_network.c -- troubleshooting a problem

[Citadel Development] Citadel commit log: revision 8226

2010-01-13 Thread ajc
r8226 | ajc | 2010-01-12 19:08:13 -0500 (Tue, 12 Jan 2010) | 1 line Changed paths: M /trunk/citadel/modules/network/serv_network.c * fixed a bug in network_process_file() that was causing every message to be loaded into

[Citadel Development] Citadel commit log: revision 8227

2010-01-13 Thread ajc
r8227 | ajc | 2010-01-12 23:50:31 -0500 (Tue, 12 Jan 2010) | 1 line Changed paths: M /trunk/citadel/modules/network/serv_network.c * Removed the extra log message now that the bug is fixed

[Citadel Development] Re: Citadel commit log: revision 8226

2010-01-13 Thread IGnatius T Foobar
r8201 *completely* broke the networker.