php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


New in This Group

How to join php translators team
12/7/2009 10:40:04 AM

svn: /web/doc-editor/trunk/js/ main.js main_min.js
11/30/2009 7:53:46 AM

svn: /web/doc-editor/trunk/ README index.php js/main_min.js js/ui/component/FilePanel.js
11/30/2009 3:38:50 AM

PHP Documentation volunteer
11/21/2009 11:07:33 AM

svn: /web/doc-editor/trunk/php/ class.php
11/11/2009 9:24:12 PM

svn: /web/doc-editor/trunk/php/ class.php
11/11/2009 9:22:21 PM

svn: /web/doc-editor/trunk/php/ class.php
11/11/2009 9:19:34 PM

svn: /web/doc-editor/trunk/php/ class.php
11/11/2009 9:18:04 PM

svn: /web/doc-editor/trunk/php/ class.php
11/11/2009 9:15:52 PM

svn: /web/doc-editor/trunk/php/ class.php
11/11/2009 9:11:34 PM

svn: /web/doc-editor/trunk/js/ui/component/ PendingPatchGrid.js Reply

Group: php.doc.web Subscribe Posted:11/29/2009 12:47:20 PM Replies:0 Views:17 Items(0)
--e2be61abe1b42ffd482654f5bbb0bd7414034e4e
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

yannick Sun, 29 Nov 2009 12:47:20 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291419

Log:
Disable reject patch sub-menu for anonymous user

Changed paths:
U web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js

Modified: web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js 2009-11-29 12:43:45 UTC (rev 291418)
+++ web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js 2009-11-29 12:47:20 UTC (rev 291419)
@@ -111,6 +111,7 @@
}, '-', {
scope : this,
text : _('Reject this patch'),
+ disabled : (phpDoc.userLogin === 'anonymous'),
iconCls : 'iconPageDelete',
handler : function()
{
@@ -310,4 +311,4 @@
ui.component._PendingPatchGrid.instance = new ui.component.PendingPatchGrid(config);
}
return ui.component._PendingPatchGrid.instance;
-};
\ No newline at end of file
+};

--e2be61abe1b42ffd482654f5bbb0bd7414034e4e--
yann...@php.net (=?utf-8?q?Yannick_Torres?=)
11/29/2009 12:47:20 PM





Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM