DedeCMS V5.5 enhanced or corrected function list 1. Bugs that have been corrected:
1. Add the background system administrator account, and the account in the member list cannot be deleted;
2. This document requires a registered member to access. You are currently: a registered member (the prompt text is incorrect);
3. Advanced search selects release time, search error occurs;
4. After the member center publishes the content, click "Continue to publish articles", and the HTML text box is gone (the action of the form is wrong);
5. When publishing an article in the background, if you check "Jump" and enter the URL, if you edit the content again, you will find that there is nothing saved before reading;
6. The tips and steps for selecting and cropping pictures are not clearly explained, resulting in confusing operations;
7. Fixed the bug where documents may be lost when moving content to the recycle bin when batch moving documents;
8. The custom form upload attachment is invalid;
9. If there are more than 10 titles, it seems that the title with id 1 and the title with id 10 are duplicated! ;
10. Line 22 of the include/taglib/ask.lib.php file if ($tid>0) $tid = " (tid=$tid Or $tid2= $tid ) is wrong;
11. If the email address for member registration is underlined, it will always fail the verification;
12. The system background disables the submission function of some models, but the front-end member center can still display submission-related options; (this will be processed when upgrading the member center)
13. The DEDE search function is inaccurate (words that are not in the vocabulary or split Chinese characters are not searched);
14. The VOTE.PHP program of the voting system does not process the options that are not selected during voting!
15. Unreviewed articles appear in the member space, leading to the emergence of illegal information. (This function is not a BUG. It was originally designed this way, but we will consider adding a parameter for the administrator to decide whether to allow it.)
16. The default watermark background is black, making transparent gifs ugly!
17. When creating a new topic, after filling in the brief title, it is empty again when editing the topic;
18. You can register as a member without agreeing to the agreement;
2. Upgrade function
(1) Humanized functions:
1. Allow users to select a column link type without a default page, which is the typedir/ mode;
2. Support titles with page numbers when paginating articles, and have different abstracts on each page;
3. Upgrade the search program. If the keyword contains the column name, the content of this column will be searched. If there are multiple keyword combinations, a single character search is allowed;
(2) Member related:
1. Upgrade the membership system and correct existing problems such as user banning and review;
2. Upgrade the membership system and set the option to close the album in the background so that the album menu will no longer be displayed;
3. Allow "all documents" in the member space to be set by users to specific channels;
4. Member custom classification supports classification by model;
5. Added deletion function for member avatars and corporate image photos;
6. Make appropriate adjustments to the details of the member center;
7. Corrected the confusion of consumption information management in the member center;
8. Add the function of redeeming points for gold coins;
9. Change the backend member management function to make it more user-friendly;
10. Correct the membership level setting (the concept of 5.3 is too confusing, so it will be restored to 5.1 mode);
11. Allows you to freely set whether the user's pen name can have the same name;
(3) Background operations:
1. Upgrade the administrator rights system to allow designated administrators to manage multiple columns;
2. Fixed the error of not updating the cache when deleting and moving columns;
3. Fixed the error of not returning to the original page after deleting or updating keywords;
4. Optimize the user search keyword management function;
5. When publishing an article, you can randomly obtain a template among the preset templates (enhanced version of the random template function in 5.1);
6. Add optional real-time HTML generation function;
7. Document custom attributes allow custom sorting;
8. Optimize the image attachment upload function of the article module;
9. Add the website editor performance statistics function (how many articles the administrator and publisher posted, how many articles he posted today, how many articles he posted yesterday, how many articles he posted in a month);
10. Add site-wide comment switch option;
11. You can individually choose whether to use watermarks on images when publishing articles or when uploading images;
12. Optimize sources, authors, color selection boxes and related management;
13. The topic can be upgraded to be independent of the column;
14. The editor will be retained after review by the administrator;
15. Fixed the topic node problem;
16. Add an auxiliary selector for columns loaded using AJAX to solve the problem of inconvenient operation with drop-down boxes when there are too many columns;
17. Add a quick attribute editing function and use AJAX loading form to edit the basic information of the article;
18. Add functions of batch deletion and adding certain attributes (AJAX form);
19. Add column merging function;
□20. Upgrade the keyword management function, retain and upgrade the keyword extraction function, and use the new on-site keyword link management function;
(4) Module plug-in
1. Upgrade the guestbook system and add options such as support for replying and support for limiting posts to only members;
2. You can specify the maximum number of pages to display in the free list to prevent all content of the website from being displayed;
3. The wap function is improved and strengthened;
(5) Other functions
1. Reset the index of the main data table so that it is at the best performance for most websites.
2. Add scheduled task function (each task corresponds to a separate program and can be triggered by client software or when the user browses dynamic pages);
3. Field supports using array to obtain the value of any field; (Support tags: {dede:field name= array /}, arclist, arclistsg, loop, sql tags of article list template)
4. The editor is upgraded to FCK2.6 (supports: Google Chrome);
5. Directly control the MySQL timeout in the database class;
6. When publishing an article, you can individually choose whether to use watermarks on images or when uploading images; 7. Set different titles and abstracts for paginated articles (add numbers such as 1, 2, etc. to the title);
7. Allow the use of direct jump URLs (the data structure needs to be modified. In order to be more stable during upgrades, it is changed to a direct jump form without displaying any content, but this URL is not used directly);
8. Change the default front-end template to light blue style;
9. Static js advertising (can be replaced by caching);
12. Add the function of calling the second-level subclass by default in the front-end navigation menu;
illustrate:
The official version will also add some features, but the specific things to be added are still waiting for user feedback to be decided.
Expand