OneThink V1.0.130929 development version released
Based on the 1.0beta version released in the Mid-Autumn Festival, the V1.0.130929 development version has made some architectural improvements and optimizations, added functions, and improved individual user experience. (Refer to the update log later for details)
If there is no special notice, a new development version will be released every Friday after the National Day holiday to correct bugs and optimize, as well as experience new features.
Before the official version is released, please go to
http://www.thinkphp.cn/topic/onethink.html for BUG feedback and suggestions.
We are in the process of sorting out the documentation work. Thank you again for your attention and support for OT. Your efforts will help OT go further!
Things to note:
1. Again, OneThink installation requires PHP5.3+ version, otherwise an error will occur.
2. The current development version does not support the upgrade function, so please back up your previous data and files before reinstalling.
3. Due to the adjustment of the plug-in mechanism, if you have developed plug-ins, please pay attention to adjust them according to the new plug-in naming and methods.
4. BAE is currently not supported, and SAE support will be added when the official version is released.
Update log:
[1.0.130929 development version]
+ Added custom sorting function for document model form fields
+ Add new version background reminder function
* Fixed multiple URL link errors in the template
* Fixed file upload type verification bug
* Fixed the issue where the category to which a deleted document cannot be deleted when it has subdocuments cannot be deleted
* Fixed the problem of data table creation failure when installing certain MYSQL versions
* Improve installer user experience
* Improve the default database connection address to 127.0.0.1 to avoid the problem of too slow connection to mysql in PHP5.3+ version
* Improved retention of default user groups during installation
* Improve verification code performance
* Improve the logic of simplifying document types, removing album types and improving document types
* Improve classification and increase whether articles created by default need to be reviewed
* Improved plug-in and hook mechanisms to support directly using the framework's built-in tag bits as hooks
- The hooks function is changed to hook; the Addons class is changed to Addon; the plug-in class name is changed from Addons to Addon
* Improved document list to be more flexible, making it easier to output the document list of the corresponding type according to the document type.
- By adding your own list method to ArticleController and registering it in the index method, you can output the corresponding template according to the document type. See the implementation of the reply list.
* Improved a large number of code standardization adjustments, performance optimization, and cache optimization
* Many other minor adjustments and improvements are not listed one by one.