List of new files?

Trombones13

Well-known member
Maybe this would only be useful to me, in which case this can be disregarded, but long story short, I have to manually fix file permissions when I upload them to the server. This becomes a problem when I don't know which files are new and need updated permissions. Is there (or could there be) a list of files that have been added since the last release (i.e. Feeder.php was added in RC1)?

Thanks! :)
 
Added in Beta 6:
Code:
/fb_channel.php
/js/xenforo/lightbox.js
/library/XenForo/CacheRebuilder/Facebook.php
/library/XenForo/Captcha/Question.php
/library/XenForo/ControllerAdmin/CaptchaQuestion.php
/library/XenForo/ControllerAdmin/Feed.php
/library/XenForo/CronEntry/Feeder.php
/library/XenForo/DataWriter/CaptchaQuestion.php
/library/XenForo/DataWriter/Feed.php
/library/XenForo/Helper/Http.php
/library/XenForo/Helper/Language.php
/library/XenForo/Install/Upgrade/1000036-100b6.php
/library/XenForo/Model/CaptchaQuestion.php
/library/XenForo/Model/Feed.php
/library/XenForo/Route/PrefixAdmin/CaptchaQuestions.php
/library/XenForo/Route/PrefixAdmin/Feeds.php
/library/XenForo/ViewAdmin/Feed
/library/XenForo/ViewPublic/Conversation/EditMessageInline.php
/library/XenForo/ViewPublic/Conversation/ViewMessage.php
/library/XenForo/ViewPublic/Misc
/library/XenForo/ViewPublic/Post/EditInline.php
/styles/default/xenforo/gradients/pinstripes.png
/styles/default/xenforo/widgets/lightbox-sprite.png
/styles/default/xenforo/widgets/quicknav.png

Added in RC1:
Code:
/js/xenforo/feed_preview.js
/library/XenForo/ControllerHelper/Admin.php
/library/XenForo/Install/Upgrade/1000051-100rc1.php
/library/XenForo/ViewAdmin/Feed/Preview.php
/styles/default/xenforo/gradients/lightbox-pinstripes.png
/styles/default/xenforo/widgets/edit-hover.png
/styles/default/xenforo/widgets/edit-sprite.png
/styles/default/xenforo/widgets/edit.png
/styles/default/xenforo/widgets/style-preview.png
 
Could I get another one of these lists? Not sure which file(s) I'm missing but I'm getting an unexpected error when I try to check for outdated templates, which leads me to believe I have permissions to change.
 
You should download the upgrade package and upload it overwriting all the existing files, just to be sure.
Anyway,

Added in RC2:
Code:
/library/XenForo/Install/Upgrade/1000052-100rc2.php
/library/XenForo/SabreDav/ErrorHandler.php
/library/XenForo/ViewPublic/Error/RegistrationRequired.php
/styles/default/xenforo/widgets/revert.png
Added in RC3:
Code:
/library/XenForo/BbCode/Formatter/HtmlEmail.php
/library/XenForo/ControllerAdmin/StyleAbstract.php
/library/XenForo/Helper/Url.php
/library/XenForo/Option/FacebookAdmins.php
/library/XenForo/Option/Twitter.php
/library/XenForo/ViewPublic/Helper/Like.php
 
You should download the upgrade package and upload it overwriting all the existing files, just to be sure.
I did; it's just that with whatever settings I have on this server, new files get uploaded with CHMOD 600 and 700 instead of 644 and 755. Apparently we're moving servers later today to accommodate the streaming server for the station, so this should hopefully be the last time I have this issue. Thanks a lot!
 
Top Bottom