Install Info
Commit Log
- Fixing issues with PHP5.5 file uploads
- Forcing the /api routes to be built
- Adding a constant to not remove a uploaded file
- Adding a new method to attach blocks to app routes
- Adding API support to pass a segment for the type of feed
- Changed how apps get URL segments. Fixed it to allow the underscore
- Adding default CSS so apps can pick up on BG and font colors
- [bug] Can’t open themes or apps from admin panel
Changelog
Modified Files
- PF.Base/include/checksum/md5
- PF.Base/include/library/phpfox/file/file.class.php
- PF.Base/include/library/phpfox/image/library/gd.class.php
- PF.Base/include/library/phpfox/module/module.class.php
- PF.Base/include/library/phpfox/phpfox/phpfox.class.php
- PF.Base/include/library/phpfox/request/request.class.php
- PF.Base/include/setting/routes.sett.php
- PF.Base/less/app.less
- PF.Base/module/admincp/include/component/controller/apps/index.class.php
- PF.Base/module/admincp/template/default/controller/apps/index.html.php
- PF.Base/module/feed/include/service/feed.class.php
- PF.Base/module/language/template/default/controller/admincp/index.html.php
- PF.Base/module/theme/template/default/controller/admincp/index.html.php
- PF.Base/static/jscript/ajax.js
- PF.Base/theme/adminpanel/default/style/default/jscript/menu.js
- PF.Base/theme/default/flavor/default.css
- PF.Src/Api/Feed.php
- PF.Src/Core/Api.php
- PF.Src/Core/App.php
- PF.Src/Core/Block.php
- PF.Src/Core/Cache.php
- PF.Src/Core/Controller.php
- PF.Src/Core/Route.php
- PF.Src/Core/Route/Controller.php
- PF.Src/Core/Theme.php