Ask a sysadmin to give you access to close bugs on bugzilla. (not sure how to do this, do you have to file a sysadmin request?)
You can say I recommended you. Dave 2012/4/17 Dominik Cermak <[email protected]>: > I just got these two nice mails from bugzilla (attached) so it would be nice > if someone with more privileges than me could close these two bugs. > > Thanks in advance, > Dominik > > ---------- Forwarded message ---------- > From: [email protected] > To: Dominik Cermak <[email protected]> > Cc: > Date: Tue, 17 Apr 2012 17:03:54 +0000 > Subject: Re: [ktp-kded-module] /: Make it possible to restore presence on > login > You are not allowed to change the bug status from NEW to RESOLVED. > > Dominik Cermak wrote: >> @bug_id = 281929 >> @bug_status = RESOLVED >> @resolution = FIXED >> >> Git commit cc65c8b9cf823a9e3011c2bc1e235618bddd3fe3 by Dominik Cermak. >> Committed on 17/04/2012 at 18:53. >> Pushed by cermak into branch 'master'. >> >> Make it possible to restore presence on login >> >> It uses the ConnectsAutomatically property and the AutomaticPresence. >> In the kcm you can enable/disable this feature (ConnectsAutomatically >> is set) and on every presence change the new presence is set as the >> AutomaticPresence. >> This way mission-control cares for setting the saved presence as soon as >> possible. >> >> If you want to manage this manually you can change the setting in >> ktelepathyrc: >> >> [KDED] >> autoConnect=manual >> Related: bug 295842 >> REVIEW: 104363 >> >> M +1 -0 CMakeLists.txt >> A +75 -0 autoconnect.cpp [License: LGPL (v2.1+)] >> A +97 -0 autoconnect.h [License: LGPL (v2.1+)] >> M +37 -1 config/telepathy-kded-config.cpp >> M +55 -14 config/telepathy-kded-config.ui >> M +10 -1 telepathy-module.cpp >> M +2 -0 telepathy-module.h >> >> http://commits.kde.org/telepathy-kded-module/cc65c8b9cf823a9e3011c2bc1e235618bddd3fe3 > > > ---------- Forwarded message ---------- > From: [email protected] > To: Dominik Cermak <[email protected]> > Cc: > Date: Tue, 17 Apr 2012 17:03:54 +0000 > Subject: Re: [ktp-kded-module] /: Make it possible to restore presence on > login > You are not allowed to change the bug status from NEW to RESOLVED. > > Dominik Cermak wrote: >> @bug_id = 295842 >> @bug_status = RESOLVED >> @resolution = FIXED >> >> Git commit cc65c8b9cf823a9e3011c2bc1e235618bddd3fe3 by Dominik Cermak. >> Committed on 17/04/2012 at 18:53. >> Pushed by cermak into branch 'master'. >> >> Make it possible to restore presence on login >> >> It uses the ConnectsAutomatically property and the AutomaticPresence. >> In the kcm you can enable/disable this feature (ConnectsAutomatically >> is set) and on every presence change the new presence is set as the >> AutomaticPresence. >> This way mission-control cares for setting the saved presence as soon as >> possible. >> >> If you want to manage this manually you can change the setting in >> ktelepathyrc: >> >> [KDED] >> autoConnect=manual >> Related: bug 281929 >> REVIEW: 104363 >> >> M +1 -0 CMakeLists.txt >> A +75 -0 autoconnect.cpp [License: LGPL (v2.1+)] >> A +97 -0 autoconnect.h [License: LGPL (v2.1+)] >> M +37 -1 config/telepathy-kded-config.cpp >> M +55 -14 config/telepathy-kded-config.ui >> M +10 -1 telepathy-module.cpp >> M +2 -0 telepathy-module.h >> >> http://commits.kde.org/telepathy-kded-module/cc65c8b9cf823a9e3011c2bc1e235618bddd3fe3 > > _______________________________________________ > KDE-Telepathy mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-telepathy > _______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
