From 8f5d01d451ebbcac51042bf11d233985fa1e01fc Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 2 Apr 2011 16:47:20 -0700 Subject: [PATCH] Get rid of +x on a bunch of nonexecutable files because I failed to set "create mask" on SMB. :/ --- externals/phpmailer/LICENSE | 0 externals/phpmailer/class.phpmailer-lite.php | 0 scripts/__init_env__.php | 0 src/aphront/console/api/DarkConsole.php | 0 src/aphront/console/controller/DarkConsoleController.php | 0 src/aphront/console/core/DarkConsoleCore.php | 0 src/aphront/console/plugin/base/DarkConsolePlugin.php | 0 src/aphront/console/plugin/config/DarkConsoleConfigPlugin.php | 0 src/aphront/console/plugin/errorlog/DarkConsoleErrorLogPlugin.php | 0 .../console/plugin/errorlog/api/DarkConsoleErrorLogPluginAPI.php | 0 src/aphront/console/plugin/request/DarkConsoleRequestPlugin.php | 0 src/aphront/console/plugin/services/DarkConsoleServicesPlugin.php | 0 .../console/plugin/services/api/DarkConsoleServicesPluginAPI.php | 0 src/aphront/console/plugin/xhprof/DarkConsoleXHProfPlugin.php | 0 .../console/plugin/xhprof/api/DarkConsoleXHProfPluginAPI.php | 0 .../configuration/AphrontDefaultApplicationConfiguration.php | 0 .../differential/constants/action/DifferentialAction.php | 0 .../differential/constants/changetype/DifferentialChangeType.php | 0 .../differential/constants/lintstatus/DifferentialLintStatus.php | 0 .../revisioncontrolsystem/DifferentialRevisionControlSystem.php | 0 .../constants/revisionstatus/DifferentialRevisionStatus.php | 0 .../differential/constants/unitstatus/DifferentialUnitStatus.php | 0 .../data/revisionlist/DifferentialRevisionListData.php | 0 .../differential/editor/comment/DifferentialCommentEditor.php | 0 src/applications/differential/mail/base/DifferentialMail.php | 0 .../differential/mail/ccwelcome/DifferentialCCWelcomeMail.php | 0 .../differential/mail/comment/DifferentialCommentMail.php | 0 .../differential/mail/diffcontent/DifferentialDiffContentMail.php | 0 .../differential/mail/newdiff/DifferentialNewDiffMail.php | 0 .../mail/reviewrequest/DifferentialReviewRequestMail.php | 0 .../parser/commitmessage/DifferentialCommitMessage.php | 0 .../exception/DifferentialCommitMessageParserException.php | 0 .../differential/storage/comment/DifferentialComment.php | 0 .../differential/storage/revision/DifferentialRevision.php | 0 .../diffusion/controller/browse/DiffusionBrowseController.php | 0 .../diffusion/view/branchtable/DiffusionBranchTableView.php | 0 src/docs/configuration_guide.diviner | 0 src/view/base/AphrontView.php | 0 src/view/control/table/AphrontTableView.php | 0 src/view/dialog/AphrontDialogView.php | 0 src/view/form/base/AphrontFormView.php | 0 src/view/form/control/base/AphrontFormControl.php | 0 src/view/form/control/checkbox/AphrontFormCheckboxControl.php | 0 src/view/form/control/divider/AphrontFormDividerControl.php | 0 src/view/form/control/file/AphrontFormFileControl.php | 0 src/view/form/control/markup/AphrontFormMarkupControl.php | 0 src/view/form/control/password/AphrontFormPasswordControl.php | 0 src/view/form/control/recaptcha/AphrontFormRecaptchaControl.php | 0 src/view/form/control/select/AphrontFormSelectControl.php | 0 src/view/form/control/static/AphrontFormStaticControl.php | 0 src/view/form/control/submit/AphrontFormSubmitControl.php | 0 src/view/form/control/text/AphrontFormTextControl.php | 0 src/view/form/control/textarea/AphrontFormTextAreaControl.php | 0 src/view/form/control/tokenizer/AphrontFormTokenizerControl.php | 0 src/view/form/error/AphrontErrorView.php | 0 src/view/layout/headsup/action/AphrontHeadsupActionView.php | 0 .../layout/headsup/actionlist/AphrontHeadsupActionListView.php | 0 src/view/layout/panel/AphrontPanelView.php | 0 src/view/layout/sidenav/AphrontSideNavView.php | 0 src/view/null/AphrontNullView.php | 0 src/view/page/base/AphrontPageView.php | 0 src/view/page/failure/AphrontRequestFailureView.php | 0 src/view/page/standard/PhabricatorStandardPageView.php | 0 63 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 externals/phpmailer/LICENSE mode change 100755 => 100644 externals/phpmailer/class.phpmailer-lite.php mode change 100755 => 100644 scripts/__init_env__.php mode change 100755 => 100644 src/aphront/console/api/DarkConsole.php mode change 100755 => 100644 src/aphront/console/controller/DarkConsoleController.php mode change 100755 => 100644 src/aphront/console/core/DarkConsoleCore.php mode change 100755 => 100644 src/aphront/console/plugin/base/DarkConsolePlugin.php mode change 100755 => 100644 src/aphront/console/plugin/config/DarkConsoleConfigPlugin.php mode change 100755 => 100644 src/aphront/console/plugin/errorlog/DarkConsoleErrorLogPlugin.php mode change 100755 => 100644 src/aphront/console/plugin/errorlog/api/DarkConsoleErrorLogPluginAPI.php mode change 100755 => 100644 src/aphront/console/plugin/request/DarkConsoleRequestPlugin.php mode change 100755 => 100644 src/aphront/console/plugin/services/DarkConsoleServicesPlugin.php mode change 100755 => 100644 src/aphront/console/plugin/services/api/DarkConsoleServicesPluginAPI.php mode change 100755 => 100644 src/aphront/console/plugin/xhprof/DarkConsoleXHProfPlugin.php mode change 100755 => 100644 src/aphront/console/plugin/xhprof/api/DarkConsoleXHProfPluginAPI.php mode change 100755 => 100644 src/aphront/default/configuration/AphrontDefaultApplicationConfiguration.php mode change 100755 => 100644 src/applications/differential/constants/action/DifferentialAction.php mode change 100755 => 100644 src/applications/differential/constants/changetype/DifferentialChangeType.php mode change 100755 => 100644 src/applications/differential/constants/lintstatus/DifferentialLintStatus.php mode change 100755 => 100644 src/applications/differential/constants/revisioncontrolsystem/DifferentialRevisionControlSystem.php mode change 100755 => 100644 src/applications/differential/constants/revisionstatus/DifferentialRevisionStatus.php mode change 100755 => 100644 src/applications/differential/constants/unitstatus/DifferentialUnitStatus.php mode change 100755 => 100644 src/applications/differential/data/revisionlist/DifferentialRevisionListData.php mode change 100755 => 100644 src/applications/differential/editor/comment/DifferentialCommentEditor.php mode change 100755 => 100644 src/applications/differential/mail/base/DifferentialMail.php mode change 100755 => 100644 src/applications/differential/mail/ccwelcome/DifferentialCCWelcomeMail.php mode change 100755 => 100644 src/applications/differential/mail/comment/DifferentialCommentMail.php mode change 100755 => 100644 src/applications/differential/mail/diffcontent/DifferentialDiffContentMail.php mode change 100755 => 100644 src/applications/differential/mail/newdiff/DifferentialNewDiffMail.php mode change 100755 => 100644 src/applications/differential/mail/reviewrequest/DifferentialReviewRequestMail.php mode change 100755 => 100644 src/applications/differential/parser/commitmessage/DifferentialCommitMessage.php mode change 100755 => 100644 src/applications/differential/parser/commitmessage/exception/DifferentialCommitMessageParserException.php mode change 100755 => 100644 src/applications/differential/storage/comment/DifferentialComment.php mode change 100755 => 100644 src/applications/differential/storage/revision/DifferentialRevision.php mode change 100755 => 100644 src/applications/diffusion/controller/browse/DiffusionBrowseController.php mode change 100755 => 100644 src/applications/diffusion/view/branchtable/DiffusionBranchTableView.php mode change 100755 => 100644 src/docs/configuration_guide.diviner mode change 100755 => 100644 src/view/base/AphrontView.php mode change 100755 => 100644 src/view/control/table/AphrontTableView.php mode change 100755 => 100644 src/view/dialog/AphrontDialogView.php mode change 100755 => 100644 src/view/form/base/AphrontFormView.php mode change 100755 => 100644 src/view/form/control/base/AphrontFormControl.php mode change 100755 => 100644 src/view/form/control/checkbox/AphrontFormCheckboxControl.php mode change 100755 => 100644 src/view/form/control/divider/AphrontFormDividerControl.php mode change 100755 => 100644 src/view/form/control/file/AphrontFormFileControl.php mode change 100755 => 100644 src/view/form/control/markup/AphrontFormMarkupControl.php mode change 100755 => 100644 src/view/form/control/password/AphrontFormPasswordControl.php mode change 100755 => 100644 src/view/form/control/recaptcha/AphrontFormRecaptchaControl.php mode change 100755 => 100644 src/view/form/control/select/AphrontFormSelectControl.php mode change 100755 => 100644 src/view/form/control/static/AphrontFormStaticControl.php mode change 100755 => 100644 src/view/form/control/submit/AphrontFormSubmitControl.php mode change 100755 => 100644 src/view/form/control/text/AphrontFormTextControl.php mode change 100755 => 100644 src/view/form/control/textarea/AphrontFormTextAreaControl.php mode change 100755 => 100644 src/view/form/control/tokenizer/AphrontFormTokenizerControl.php mode change 100755 => 100644 src/view/form/error/AphrontErrorView.php mode change 100755 => 100644 src/view/layout/headsup/action/AphrontHeadsupActionView.php mode change 100755 => 100644 src/view/layout/headsup/actionlist/AphrontHeadsupActionListView.php mode change 100755 => 100644 src/view/layout/panel/AphrontPanelView.php mode change 100755 => 100644 src/view/layout/sidenav/AphrontSideNavView.php mode change 100755 => 100644 src/view/null/AphrontNullView.php mode change 100755 => 100644 src/view/page/base/AphrontPageView.php mode change 100755 => 100644 src/view/page/failure/AphrontRequestFailureView.php mode change 100755 => 100644 src/view/page/standard/PhabricatorStandardPageView.php diff --git a/externals/phpmailer/LICENSE b/externals/phpmailer/LICENSE old mode 100755 new mode 100644 diff --git a/externals/phpmailer/class.phpmailer-lite.php b/externals/phpmailer/class.phpmailer-lite.php old mode 100755 new mode 100644 diff --git a/scripts/__init_env__.php b/scripts/__init_env__.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/api/DarkConsole.php b/src/aphront/console/api/DarkConsole.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/controller/DarkConsoleController.php b/src/aphront/console/controller/DarkConsoleController.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/core/DarkConsoleCore.php b/src/aphront/console/core/DarkConsoleCore.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/base/DarkConsolePlugin.php b/src/aphront/console/plugin/base/DarkConsolePlugin.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/config/DarkConsoleConfigPlugin.php b/src/aphront/console/plugin/config/DarkConsoleConfigPlugin.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/errorlog/DarkConsoleErrorLogPlugin.php b/src/aphront/console/plugin/errorlog/DarkConsoleErrorLogPlugin.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/errorlog/api/DarkConsoleErrorLogPluginAPI.php b/src/aphront/console/plugin/errorlog/api/DarkConsoleErrorLogPluginAPI.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/request/DarkConsoleRequestPlugin.php b/src/aphront/console/plugin/request/DarkConsoleRequestPlugin.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/services/DarkConsoleServicesPlugin.php b/src/aphront/console/plugin/services/DarkConsoleServicesPlugin.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/services/api/DarkConsoleServicesPluginAPI.php b/src/aphront/console/plugin/services/api/DarkConsoleServicesPluginAPI.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/xhprof/DarkConsoleXHProfPlugin.php b/src/aphront/console/plugin/xhprof/DarkConsoleXHProfPlugin.php old mode 100755 new mode 100644 diff --git a/src/aphront/console/plugin/xhprof/api/DarkConsoleXHProfPluginAPI.php b/src/aphront/console/plugin/xhprof/api/DarkConsoleXHProfPluginAPI.php old mode 100755 new mode 100644 diff --git a/src/aphront/default/configuration/AphrontDefaultApplicationConfiguration.php b/src/aphront/default/configuration/AphrontDefaultApplicationConfiguration.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/constants/action/DifferentialAction.php b/src/applications/differential/constants/action/DifferentialAction.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/constants/changetype/DifferentialChangeType.php b/src/applications/differential/constants/changetype/DifferentialChangeType.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/constants/lintstatus/DifferentialLintStatus.php b/src/applications/differential/constants/lintstatus/DifferentialLintStatus.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/constants/revisioncontrolsystem/DifferentialRevisionControlSystem.php b/src/applications/differential/constants/revisioncontrolsystem/DifferentialRevisionControlSystem.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/constants/revisionstatus/DifferentialRevisionStatus.php b/src/applications/differential/constants/revisionstatus/DifferentialRevisionStatus.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/constants/unitstatus/DifferentialUnitStatus.php b/src/applications/differential/constants/unitstatus/DifferentialUnitStatus.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/data/revisionlist/DifferentialRevisionListData.php b/src/applications/differential/data/revisionlist/DifferentialRevisionListData.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/editor/comment/DifferentialCommentEditor.php b/src/applications/differential/editor/comment/DifferentialCommentEditor.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/mail/base/DifferentialMail.php b/src/applications/differential/mail/base/DifferentialMail.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/mail/ccwelcome/DifferentialCCWelcomeMail.php b/src/applications/differential/mail/ccwelcome/DifferentialCCWelcomeMail.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/mail/comment/DifferentialCommentMail.php b/src/applications/differential/mail/comment/DifferentialCommentMail.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/mail/diffcontent/DifferentialDiffContentMail.php b/src/applications/differential/mail/diffcontent/DifferentialDiffContentMail.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/mail/newdiff/DifferentialNewDiffMail.php b/src/applications/differential/mail/newdiff/DifferentialNewDiffMail.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/mail/reviewrequest/DifferentialReviewRequestMail.php b/src/applications/differential/mail/reviewrequest/DifferentialReviewRequestMail.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/parser/commitmessage/DifferentialCommitMessage.php b/src/applications/differential/parser/commitmessage/DifferentialCommitMessage.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/parser/commitmessage/exception/DifferentialCommitMessageParserException.php b/src/applications/differential/parser/commitmessage/exception/DifferentialCommitMessageParserException.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/storage/comment/DifferentialComment.php b/src/applications/differential/storage/comment/DifferentialComment.php old mode 100755 new mode 100644 diff --git a/src/applications/differential/storage/revision/DifferentialRevision.php b/src/applications/differential/storage/revision/DifferentialRevision.php old mode 100755 new mode 100644 diff --git a/src/applications/diffusion/controller/browse/DiffusionBrowseController.php b/src/applications/diffusion/controller/browse/DiffusionBrowseController.php old mode 100755 new mode 100644 diff --git a/src/applications/diffusion/view/branchtable/DiffusionBranchTableView.php b/src/applications/diffusion/view/branchtable/DiffusionBranchTableView.php old mode 100755 new mode 100644 diff --git a/src/docs/configuration_guide.diviner b/src/docs/configuration_guide.diviner old mode 100755 new mode 100644 diff --git a/src/view/base/AphrontView.php b/src/view/base/AphrontView.php old mode 100755 new mode 100644 diff --git a/src/view/control/table/AphrontTableView.php b/src/view/control/table/AphrontTableView.php old mode 100755 new mode 100644 diff --git a/src/view/dialog/AphrontDialogView.php b/src/view/dialog/AphrontDialogView.php old mode 100755 new mode 100644 diff --git a/src/view/form/base/AphrontFormView.php b/src/view/form/base/AphrontFormView.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/base/AphrontFormControl.php b/src/view/form/control/base/AphrontFormControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/checkbox/AphrontFormCheckboxControl.php b/src/view/form/control/checkbox/AphrontFormCheckboxControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/divider/AphrontFormDividerControl.php b/src/view/form/control/divider/AphrontFormDividerControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/file/AphrontFormFileControl.php b/src/view/form/control/file/AphrontFormFileControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/markup/AphrontFormMarkupControl.php b/src/view/form/control/markup/AphrontFormMarkupControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/password/AphrontFormPasswordControl.php b/src/view/form/control/password/AphrontFormPasswordControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/recaptcha/AphrontFormRecaptchaControl.php b/src/view/form/control/recaptcha/AphrontFormRecaptchaControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/select/AphrontFormSelectControl.php b/src/view/form/control/select/AphrontFormSelectControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/static/AphrontFormStaticControl.php b/src/view/form/control/static/AphrontFormStaticControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/submit/AphrontFormSubmitControl.php b/src/view/form/control/submit/AphrontFormSubmitControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/text/AphrontFormTextControl.php b/src/view/form/control/text/AphrontFormTextControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/textarea/AphrontFormTextAreaControl.php b/src/view/form/control/textarea/AphrontFormTextAreaControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/control/tokenizer/AphrontFormTokenizerControl.php b/src/view/form/control/tokenizer/AphrontFormTokenizerControl.php old mode 100755 new mode 100644 diff --git a/src/view/form/error/AphrontErrorView.php b/src/view/form/error/AphrontErrorView.php old mode 100755 new mode 100644 diff --git a/src/view/layout/headsup/action/AphrontHeadsupActionView.php b/src/view/layout/headsup/action/AphrontHeadsupActionView.php old mode 100755 new mode 100644 diff --git a/src/view/layout/headsup/actionlist/AphrontHeadsupActionListView.php b/src/view/layout/headsup/actionlist/AphrontHeadsupActionListView.php old mode 100755 new mode 100644 diff --git a/src/view/layout/panel/AphrontPanelView.php b/src/view/layout/panel/AphrontPanelView.php old mode 100755 new mode 100644 diff --git a/src/view/layout/sidenav/AphrontSideNavView.php b/src/view/layout/sidenav/AphrontSideNavView.php old mode 100755 new mode 100644 diff --git a/src/view/null/AphrontNullView.php b/src/view/null/AphrontNullView.php old mode 100755 new mode 100644 diff --git a/src/view/page/base/AphrontPageView.php b/src/view/page/base/AphrontPageView.php old mode 100755 new mode 100644 diff --git a/src/view/page/failure/AphrontRequestFailureView.php b/src/view/page/failure/AphrontRequestFailureView.php old mode 100755 new mode 100644 diff --git a/src/view/page/standard/PhabricatorStandardPageView.php b/src/view/page/standard/PhabricatorStandardPageView.php old mode 100755 new mode 100644