Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-2613 now.

ucp.php has execute mode on *nix (fix completed in vcs)

In CVS the file ucp.php has the execute bit set, as shown below.

Code: Select all
chris@sandman:~/public_html/phpBB_HEAD$ stat ucp.php
  File: `ucp.php'
  Size: 8436            Blocks: 24         IO Block: 4096   regular file
Device: fd00h/64768d    Inode: 3637263     Links: 1
Access: (0755/-rwxr-xr-x)  Uid: ( 1000/   chris)   Gid: ( 1000/   chris)
Access: 2006-12-21 00:57:30.000000000 +0000
Modify: 2006-12-21 00:57:30.000000000 +0000
Change: 2006-12-21 00:57:30.000000000 +0000


chmod 644 and cvs commit should sort it

Comments / History

Posted by Schumi (QA Team) on Dec 22nd 2006, 21:03

This is also the case for
[list][*]includes/acp/acp_inactive.php
[/*:m][*]includes/mcp/mcp_logs.php
[*]includes/mcp/mcp_notes.php
[/*:m][*]includes/mcp/mcp_reports.php
[*]includes/mcp/mcp_warn.php
[/*:m][*]includes/search/fulltext_native.php
[*]includes/search/search.php
[/*:m][*]install/index.php
[*]install/install_install.php
[/*:m][*]install/install_main.php
[*]language/en/install.php
[/*:m][*]styles/subSilver/imageset/forum_unread_locked.gif
[*]some mcp_* templates
[/*:m][/list:u]

Posted by ToonArmy (Development Team Member) on Dec 22nd 2006, 23:32

Okay complete list:
[list][*]./adm/images/progress_bar.gif
[/*:m][*]./adm/style/install_convert.html
[*]./adm/style/install_error.html
[/*:m][*]./adm/style/install_footer.html
[*]./adm/style/install_header.html
[/*:m][*]./adm/style/install_install.html
[*]./adm/style/install_main.html
[/*:m][*]./adm/style/acp_inactive.html
[*]./ucp.php
[/*:m][*]./develop/fix_files.sh
[*]./includes/acp/info/acp_inactive.php
[/*:m][*]./includes/acp/acp_inactive.php
[*]./includes/mcp/mcp_logs.php
[/*:m][*]./includes/mcp/mcp_notes.php
[*]./includes/mcp/mcp_reports.php
[/*:m][*]./includes/mcp/mcp_warn.php
[*]./includes/search/fulltext_native.php
[/*:m][*]./includes/search/search.php
[*]./install/index.php
[/*:m][*]./install/install_install.php
[*]./install/install_main.php
[/*:m][*]./language/en/install.php
[*]./styles/subSilver/imageset/forum_unread_locked.gif
[/*:m][*]./styles/subSilver/template/mcp_logs.html
[*]./styles/subSilver/template/mcp_notes_front.html
[/*:m][*]./styles/subSilver/template/mcp_notes_user.html
[*]./styles/subSilver/template/mcp_warn_front.html
[/*:m][*]./styles/subSilver/template/mcp_warn_list.html
[*]./styles/subSilver/template/mcp_warn_post.html
[/*:m][*]./styles/subSilver/template/mcp_warn_user.html
[/list:u]

Generated with
Code: Select all
$ find . -type f -perm /111 -printf "[*]%p\n"
if anyone is interested Wink

The following command will also remove all execution bits from executable files as listed above:
Code: Select all
$ find . -type f -perm /111 -exec chmod -x '{}' \;

Posted by ToonArmy (Development Team Member) on Dec 22nd 2006, 23:33

Worth noting that develop/fix_files.sh is, I guess, supposed to be executable.

Posted by Acyd Burn (Server Manager) on Dec 23rd 2006, 11:44

Unfortunatly will not fix for the moment since sourceforge support staff is only able to change this. We may use another service in the future - therefore tagging as will not fix for the moment.

Posted by ToonArmy (Development Team Member) on Dec 23rd 2006, 13:24

Fair enough.

Posted by Schumi (QA Team) on May 1st 2008, 16:58

I'm giving this ticket a small nudge since phpBB now switched to SVN and this issue finally can get addressed (by removing the svn:executable property of said files) :).

Assigned ticket to user "naderman"

Action performed by naderman (Development Team Leader) on May 14th 2008, 22:27

Changed ticket status from "Will not fix" to "Reviewed"

Action performed by naderman (Development Team Leader) on May 14th 2008, 22:27

Linked ticket with changeset: r8598

Action performed by naderman (Development Team Leader) on Jun 4th 2008, 15:37

Linked ticket with changeset: r8599

Action performed by naderman (Development Team Leader) on Jun 4th 2008, 15:38

Changed ticket status from "Reviewed" to "Fix in progress"

Action performed by naderman (Development Team Leader) on Jun 4th 2008, 15:39

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by naderman (Development Team Leader) on Jun 4th 2008, 15:41

Ticket details

Related SVN changesets