[Bug 34305] This is an example bug for 2012 Pune Hackathon

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

Arthur Richards  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-05-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords|patch-need-review   |patch-reviewed

--- Comment #7 from Mark A. Hershberger  2012-05-08 
16:29:21 UTC ---
(In reply to comment #6)
> Can somebody please review the patches and afterwards replace the
> "patch-need-review" keyword by "patch-reviewed"?

done

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-05-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

Andre Klapper  changed:

   What|Removed |Added

   Keywords||patch, patch-need-review
 CC||a9016...@gmx.de

--- Comment #6 from Andre Klapper  2012-05-08 09:13:11 UTC ---
Can somebody please review the patches and afterwards replace the
"patch-need-review" keyword by "patch-reviewed"?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

--- Comment #5 from bharath  2012-02-15 12:46:35 UTC 
---
Created attachment 10017
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10017
prints the name specified in the url

this newly made changes can display the value of the name parameter passed in
the url if it is mentioned otherwise it displays a random name

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

--- Comment #4 from Ashwini  2012-02-11 08:16:10 
UTC ---
Comment on attachment 9982
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9982
Patch which extends the funtionality of special page

>Index: Example/Example.i18n.php
>===
>--- Example/Example.i18n.php   (revision 48)
>+++ Example/Example.i18n.php   (working copy)
>@@ -6,8 +6,10 @@
> // English
> $messages[ 'en' ] = array(
>   'example-example' => 'This is an example!',
>+  'example-hello_world'=> 'hello $1',
> );
> 
>+
> // Message documentation for translators
> $messages[ 'qqq' ] = array(
>   'example-example' => 'This is just an example message. Nothing 
> special.',
>Index: Example/Example.body.php
>===
>--- Example/Example.body.php   (revision 48)
>+++ Example/Example.body.php   (working copy)
>@@ -9,9 +9,23 @@
>   /**
>* Make your magic happen!
>*/
>+  function getRandomName(){
>+  $name_array=array();
>+  $name_array ['en'] = array (
>+  'first'=> 'Ashwini',
>+  'second'=> 'Arthur',
>+);
>+}
>   function execute( $par ) {
>   global $wgOut;
>+  global $wgRequest;  
>+  $wgOut->addWikiMsg( 'example-hello_world' );
>+  echo "Hello wikimedia";
>   
>-  $wgOut->addWikiMsg( 'example-example' );
>+  
>+  
>$wgOut->addwikimsg('example-hello_world',$this->getRandomName()); 
>+  
>$wgOut->addwikimsg('example-hello_world',$wgRequest->getText('Ashwini'));
>+
>+  
>   }
> }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

p858snake  changed:

   What|Removed |Added

   Attachment #9980|0   |1
   is patch||

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

p858snake  changed:

   What|Removed |Added

   Attachment #9980|application/octet-stream|text/plain
  mime type||

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

--- Comment #3 from Ashwini  2012-02-11 07:33:49 
UTC ---
Created attachment 9982
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9982
Patch which extends the funtionality of special page

1. I have added some messages in special pages.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

--- Comment #2 from akshay chugh  2012-02-11 07:33:26 
UTC ---
Created attachment 9981
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9981
echoes the name taken from url

this newly made changes allow us to print the name parameter passed in url
along with the word 'Hello'

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34305] This is an example bug for 2012 Pune Hackathon

2012-02-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34305

--- Comment #1 from Arthur Richards  2012-02-10 
05:33:59 UTC ---
Created attachment 9980
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9980
Example patch submission

These are some changes to make the example extension way more awesome. This
patch makes it possible to dynamically generate a 'Hello world' message. It can
take an optional 'name' parameter to say 'Hello $name'. If 'name' is not
present, it will randomly select a name from a list of names in code.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l