|
||||||||||
|
New in This Group How to join php translators team12/7/2009 10:40:04 AM svn: /web/doc-editor/trunk/js/ main.js main_min.js11/30/2009 7:53:46 AM svn: /web/doc-editor/trunk/ README index.php js/main_min.js js/ui/component/FilePanel.js11/30/2009 3:38:50 AM PHP Documentation volunteer11/21/2009 11:07:33 AM svn: /web/doc-editor/trunk/php/ class.php11/11/2009 9:24:12 PM svn: /web/doc-editor/trunk/php/ class.php11/11/2009 9:22:21 PM svn: /web/doc-editor/trunk/php/ class.php11/11/2009 9:19:34 PM svn: /web/doc-editor/trunk/php/ class.php11/11/2009 9:18:04 PM svn: /web/doc-editor/trunk/php/ class.php11/11/2009 9:15:52 PM svn: /web/doc-editor/trunk/php/ class.php11/11/2009 9:11:34 PM |
svn: /web/doc-editor/trunk/js/ui/component/ PendingPatchGrid.js
|
|||||||||
| 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 |
note 97095 added to soapclient.soapclient
note 97094 added to function.sqlite-changes
note 97093 added to function.sqlite-changes
note 97092 added to ref.xmlrpc
note 97091 added to function.var-export