Install Info
Commit Log
- adding phpstorm support to whoops
- Fixing theme HTML loader
- Fixing base.html loader
- Fixing BBCode issues
- Adding a forum perm to allow the control of who can or cannot post in a specific forum
- Updating AdminCP theme to change how apps are displayed
- Adding instance() to Phpfox_Date
- Adding dev and debug tools
- Adding extra option CSS for activity feed form
- Adding a hook for privacy settings
- Automated Dist: 1438503917
- Adding a new way to add blocks
- Updating local storage for apps
- adding fix on @ for comments
- Adding support for apps to run installs
- Defaulting debug mode during upgrades
- Making sure installer does not pick up app header/footer
- [bug] Profile Privacy Not Working in PF Community
- [bug] Ad Module not working properly
- [bug] Forum Thread counter shows wrong value
- [bug] friend request notification not stable
- [bug] [Relationships] Connecting To Another Person Doesn’t Always Work Properly
- [bug] “Search” not working in v4.0.3
- [bug] Ad Module V4
- [bug] Cant add e-gifts more than one
- [bug] Page photo issue
- [bug] Profile page avatar issue
- [bug] Hide Main Menu option issue
- [bug] User profile page issue for showing pages of user.
- [bug] Block. Site Wide. AdminCP.
- [bug] Ads Do Not Display
- [bug] Theme Adminpanel does not save changes
- [bug] [Activity Feed] Comments Disappear Past Two
Changelog
Modified Files
- PF.Base/include/checksum/md5
- PF.Base/include/init.inc.php
- PF.Base/include/library/phpfox/date/date.class.php
- PF.Base/include/library/phpfox/image/helper.class.php
- PF.Base/include/library/phpfox/module/module.class.php
- PF.Base/include/library/phpfox/parse/bbcode.class.php
- PF.Base/include/library/phpfox/parse/output.class.php
- PF.Base/include/library/phpfox/phpfox/phpfox.class.php
- PF.Base/include/library/phpfox/setting/setting.class.php
- PF.Base/include/library/phpfox/template/template.class.php
- PF.Base/install/include/installer.class.php
- PF.Base/install/include/version/4.0.5.php
- PF.Base/less/body.less
- PF.Base/less/modules/feed.less
- PF.Base/less/nav.less
- PF.Base/less/noimage.less
- PF.Base/less/panel.less
- PF.Base/module/ad/include/component/controller/admincp/add.class.php
- PF.Base/module/ad/include/service/process.class.php
- PF.Base/module/ad/static/jscript/ad.js
- PF.Base/module/ad/template/default/controller/admincp/add.html.php
- PF.Base/module/ad/template/default/controller/admincp/sponsor.html.php
- PF.Base/module/admincp/include/component/controller/app/add.class.php
- PF.Base/module/admincp/include/component/controller/index.class.php
- PF.Base/module/admincp/include/service/block/process.class.php
- PF.Base/module/admincp/template/default/controller/apps/index.html.php
- PF.Base/module/custom/include/component/ajax/ajax.class.php
- PF.Base/module/custom/include/service/relation/relation.class.php
- PF.Base/module/egift/include/component/controller/admincp/categories.class.php
- PF.Base/module/feed/include/component/block/display.class.php
- PF.Base/module/feed/include/service/feed.class.php
- PF.Base/module/feed/static/jscript/feed.js
- PF.Base/module/feed/template/default/block/comment.html.php
- PF.Base/module/feed/template/default/block/content.html.php
- PF.Base/module/forum/include/component/ajax/ajax.class.php
- PF.Base/module/forum/include/component/controller/forum.class.php
- PF.Base/module/forum/include/component/controller/post.class.php
- PF.Base/module/forum/include/service/forum.class.php
- PF.Base/module/forum/include/service/thread/thread.class.php
- PF.Base/module/friend/include/component/ajax/ajax.class.php
- PF.Base/module/friend/include/component/controller/panel.class.php
- PF.Base/module/friend/include/service/request/request.class.php
- PF.Base/module/friend/static/jscript/search.js
- PF.Base/module/friend/template/default/controller/panel.html.php
- PF.Base/module/pages/include/component/controller/index.class.php
- PF.Base/module/pages/include/service/category/category.class.php
- PF.Base/module/photo/include/component/controller/frame.class.php
- PF.Base/module/privacy/include/service/privacy.class.php
- PF.Base/module/profile/include/component/block/pic.class.php
- PF.Base/module/user/include/service/callback.class.php
- PF.Base/module/user/template/default/controller/profile.html.php
- PF.Base/static/jscript/main.js
- PF.Base/theme/adminpanel/default/style/default/css/custom.css
- PF.Base/theme/adminpanel/default/style/default/jscript/menu.js
- PF.Base/theme/adminpanel/default/style/default/less/forms.less
- PF.Base/theme/adminpanel/default/style/default/less/mixins.less
- PF.Base/theme/adminpanel/default/style/default/less/modules/apps.less
- PF.Base/theme/default/flavor/default.css
- PF.Base/tools/.gitignore
- PF.Base/tools/bootstrap.css
- PF.Base/tools/debug.php
- PF.Base/tools/dev.php
- PF.Base/tools/ping.php
- PF.Src/Api/Friend.php
- PF.Src/Core/App.php
- PF.Src/Core/App/Installer.php
- PF.Src/Core/App/Object.php
- PF.Src/Core/Block.php
- PF.Src/Core/Db.php
- PF.Src/Core/Home.php
- PF.Src/Core/Request.php
- PF.Src/Core/Storage.php
- PF.Src/Core/Storage/Object.php
- PF.Src/Core/Theme/HTML.php
- PF.Src/Core/Theme/Object.php
- PF.Src/Core/View.php
- PF.Src/Core/View/Loader.php
- PF.Src/Core/Webhook.php
- README.md