Install Info
Commit Log
- updating ignore pattern for module folder
- Fixing new Bcrypt login for the AdminCP
- adding support for external http (s) routes
- fixing the ordering of forum threads Based on the last post time
- removing the requirement for DOB on user accounts
- Updating the default friend request limit. It was way too low.
- adding support for external webhooks
- adding google font to default theme to prevent apps from declaring custom font-face
- making sure popups support error messages
- Make sure CURL uses & instead of? in GET requests
- Removing username from registration form
- Fixing JSON error message on popups
- Updating MD5 sum for 4.0.2
- [bug] “Powered By PHPFOX” In Site Title …
- [bug] Code in forum causes mega issue in feed
- [bug] Embedded images are escaping the container
- [bug] no notification of messages
- [bug] Mobile template does not work …
- [bug] [Pages] Disabling Pages Module Turns Entire Site Into Blank White Screen
- [bug] missing phrase
Changelog
Modified Files
- PF.Base / include / checksum / md5
- PF.Base / include / library / phpfox / phpfox / phpfox.class.php
- PF.Base / include / library / phpfox / plugin / plugin.class.php
- PF.Base / include / library / phpfox / setting / setting.class.php
- PF.Base / less / blocks.less
- PF.Base / less / body.less
- PF.Base / less / breadcrumb.less
- PF.Base / less / helpers.less
- PF.Base / less / modules / browse.less
- PF.Base / less / modules / feed.less
- PF.Base / less / modules / forum.less
- PF.Base / less / modules / photo.less
- PF.Base / less / nav.less
- PF.Base / less / panel.less
- PF.Base / less / responsive.less
- PF.Base / less / table.less
- PF.Base / module / .gitignore
- PF.Base / module / admincp / include / component / controller / login.class.php
- PF.Base / module / core / include / component / block / template-menu.class.php
- PF.Base/module/core/template/default/block/template-menu.html.php
- PF.Base/module/core/template/default/block/template-notification.html.php
- PF.Base/module/custom/include/component/ajax/ajax.class.php
- PF.Base/module/feed/static/jscript/feed.js
- PF.Base/module/feed/template/default/block/content.html.php
- PF.Base/module/forum/include/service/forum.class.php
- PF.Base/module/forum/template/default/controller/post.html.php
- PF.Base/module/friend/include/component/controller/panel.class.php
- PF.Base/module/mail/include/service/callback.class.php
- PF.Base/module/photo/include/service/callback.class.php
- PF.Base/module/user/include/service/auth.class.php
- PF.Base/module/user/include/service/process.class.php
- PF.Base/module/user/install/phpfox.xml.php
- PF.Base/module/user/install/version/4.0.0rc1.xml.php
- PF.Base/module/user/template/default/controller/profile.html.php
- PF.Base / static / jscript / thickbox / thickbox.js
- PF.Base / theme / default / flavor / default.css
- PF.Base / theme / default / flavor / default.less
- PF.Base / theme / frontend / default / style / default / image / .gitignore
- PF.Src / Core / App.php
- PF.Src / Core / Event.php
- PF.Src / Core / HTTP.php
- PF.Src / Core / Request.php
- PF.Src / Core / Route.php
- PF.Src / Core / Route / Controller.php
- PF.Src / Core / View / Functions.php
- PF.Src / Core / Webhook.php