aMSN Forums
June 20, 2013, 01:12:15 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Code Contributions  (Read 3079 times)
krylko
Newbie

Offline Offline

Posts: 11


View Profile
« on: August 13, 2006, 11:51:33 pm »

Is there a way to commit changes to SVN repository without being registered as a developer. I added one menu item under Help menu and coresponding translation in lang folder. How can I commit the changes?

Anyway, here's the patch:
Code:
Index: gui.tcl
===================================================================
--- gui.tcl (revision 7127)
+++ gui.tcl (working copy)
@@ -3278,6 +3278,8 @@
  set lang [::config::getGlobalKey language]
  $help add command -label "[trans faq]" \
     -command "launch_browser \"http://amsn.sourceforge.net/faq.php?lang=$lang\""
+ $help add command -label "[trans forums]" \
+    -command "launch_browser \"http://amsn.sourceforge.net/forums/index.php\""
  $help add separator
  $help add command -label "[trans msnstatus]" \
     -command "launch_browser \"http://messenger.msn.com/Status.aspx\""

Nothing revolutionary though, but I like to be able to access forums from aMSN.
Thanks
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #1 on: August 14, 2006, 10:00:22 am »

Smiley Thanx but Smiley

1) You cannot commit to SVN unless you are a registered devel (think about the security risks that this would bring!)

2) Help - Send Feedback takes you to the forum!

Thanx again for the patch Smiley
Logged
krylko
Newbie

Offline Offline

Posts: 11


View Profile
« Reply #2 on: August 15, 2006, 03:27:44 am »

Quote from: "vivia"
Smiley Thanx but Smiley

1) You cannot commit to SVN unless you are a registered devel (think about the security risks that this would bring!)

2) Help - Send Feedback takes you to the forum!

Thanx again for the patch Smiley

LoL :oops:
Never clicked Send Feedback before Cheesy

thx vivia
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!