Регистрация ·  Логин: Пароль: Запомнить   · Забыли пароль?




Ответить на тему
Автор Сообщение

Модератор
Аватара пользователя

С нами: 11 лет 3 месяца
Сообщения: 7870
Молдова

Сообщение 19 фев 2016, 22:30 

[Цитировать]

sh404SEF v4.7.2.3180 Component for Joomla 2.5.28 & 3.4.x


Версия: 4.7.2.3180
Год выпуска: 2015
Разработчик: weeblr.com
Таблетка: не требуется
Требования: Joomla 2.5.28 или 3.4.x или Выше
Лицензия и условия использования - GNU GPL
Полная документация (English)

Описание: sh404SEF - компонент для CMS Joomla 3.1.x , предназначенный
для улучшения индексирования вебсайта (SEO-оптимизации) и придания
URL-адресам более осмысленные имена. Этот "дружественный к поиску"
(search-engine-friendly, SEF) компонент автоматически переименовывает
URL-адреса PHP-страниц в удобочитаемый текст, удаляет из него ненужные
символы и даже добавляет суффикс файла в его конец.Будьте внимательны ! В моих раздачах (и не только моих) участились случаи рекламы сайтов - лохотронов, продающих доступ на скачку расширений. Подумайте - пред тем как платить, кому и за что Вы платите. И каковы гарантии того что продавец будет выполнять свои обещания. Ведь оптата идёт "на деревню дедушке"Warning !!! Uwaga !!! Эта раздача мною больше обновляться не будет
2015-12-23 Version 4.7.2

chgAdded workaround for extensions (plugins) that still use JRequest API, breaking 404 page handling
chgVirtuemart: do not create URLs in database for some search
chgInclude "Unknown origin" 404s in the "External" count on the control panel, confusing otherwise
chgAdded workaround for language filter system plugin redirecting to another language when using shurl or aliases
chgAdded more checks on shared resource installer such as shLib
chgDon't use ShlSystemFactory during install, even on a sh404SEF-enabled site, as it may be a very old install, without this method
bugWrong French translation for Internal/External 404 selectors
2015-11-22Version 4.7.1.3144
chgDon't reset Itemid for extensions which creates non-sef urls like ..&Itemid=&...
chgRemoved option to display share count on Twitter button (discontinued by Twitter on 15/11/20
chgMake sure Twitter cards always have a title and description, won't validate any longer otherwise
chgAnalytics reports display now off by default, avoid unrequired warning on dashboard on first install
chgshLib now using versioned, compressed js and css files
bugAppend/prepend to page title may be missing when no custom meta data/title is set
bugWe may create invalid records in the database, which generates 404 on some pages
bugOn Virtuemart multilingual sites, we may sometimes use home page Itemid instead of not enforcing any Itemid
bugVirtuemart on multilingual sites: We may not use the correct Itemid if the URL is passed as non-sef (view cart for instance)
bugVirtuemart meta data plugin missing from last release
bugIn rare situations (an item is deleted, then restored, and there are multiple visits in the mean time), the item could still generate 404 after being restored
bugNot always inserting language code in default language home page link
bugNot adding default language code in language switcher module link (regression)
bugMay have a fatal error if user disabled the shLib system plugin
bugPossible fatal error on some articles using page breaks
bugRegression: should not encode page title
bugError page not displayed if a ?format=feed or ?format=raw is added to the 404 URL

2015-10-26 4.7.0.3065

newAdded support for Google Analytics Enhanced link attribution
newReworked 404 error page display mechanism, not articles anymore, prevent showing in search and other issues. Simpler data entry, one place
newAdded support for Referrer policy meta tag
newOptional recording and displaying of source URL for each SEF URL, including where duplicates are found
newAdded filters on all views to show/hide URLs based on hits: list URLs that are most/never used
newShowing detailed statistics about shURLs: hits, date, referrer, IP, user agent and redirect target
newShowing detailed statistics about Aliases: hits, date, referrer, IP, user agent and redirect target
newShowing detailed statistics about 404s: referrer, IP, date & time, user agent
newNow showing if 404s originate from your site or from external sources
newNow give priority to meta data entered in Joomla! menu items and articles over automatically created. Page manager still has top priority
newAdded workaround for extensions incorrectly sending data to a relative URL through POST
newOption to prepend date to article URLs (/YYYY/MM/DD)
newFine grained permissions, allow granting access on each backend page individually
newAdded compatibility mode, producing Joomla URLs, but still storing them to database
chgAdded another check in case a non-sef link exists for a component that has been uninstalled
chgAdded some checks on file inclusion, in case of failed installation
chgRemoved URL rewriting setting. Now using directly the Joomla! global configuration setting instead
chgNow using a JLayout to display the 404 error page main content, allows overriding in template
chgOptimized the Pinterest sharing PNG file, from 3.9KB to 1.1.KB
chgNow testing for vmLang existence, in case of really, really outdated Virtuemart versions
chgUpdated to latest Facebook SDK loading code
chgNow clearing opcache upon installation
chgRemoved Classic Analytics mode, as all Google accounts have now been moved to Universal
chgDefault Facebook buttons to HTML5
chgAutomatic canonical when homepage/index.php is requested. Was manual before.
chgAdded control panel message center, with notifications about the site configuration and warnings
chgReturn to control panel menu link not working on Internet Explorer
chgRedesigned info messages on top of most pages, now collapsible
chgAlso override exceptions handler for 404 pages. In rare situations, we would not catch the 404s (using Joomla router, and an URL would match a menu item separator!)
chgAdded back hit counting on URLs
chgNow using bordered tables on all list, easier to read
chgBetter detection of current language, don't need Content language to be set
chgMultilingual sites: now adding language code in homepage URL to match Joomla. Compensating with a canonical to home page
chgUpdated installer code to also resist to users manually deleting some system DB tables and folders
chgAdded upgrading of aliases table when upgrading very old site missing the 'type' column
chgRemoved last use of JRequest::checktoken
chgCache remote config statically, in addition to Joomla cache, as Joomla cache can be slow if many links on a page. Closes #433, thanks redComponent
chgNow give priority to Joomla-created browser title over sh404SEF com_content page title if one exists
chgOnly remove Joomla-created canonical tag on com_content pages
chgSwitched to using alias instead of title for weblinks, avoids issues with default Joomla! .htaccess
chgAllow backslashes in custom page title
chgMove database table creation to installation script instead of sql file, safer in case user manually deletes table between updates
chgRemoved sh404SEF Facebook appId, sh404SEF not listed any more on shared links
bugIncorrect table used when deleting user data. Moved table names to constants
bugFatal error when using an extension router.php file which uses the
object format introduced in J! 3.3
bugDouble language code in rss feed URL on multilingual sites when
com_content featured view is home page and language code is not set to
be removed
bugHome page may not be recognized (and custom meta data not set) when page is accessed through tracking vars (ie utm_source, ...)
bugCustom non-sef with / are not properly saved
Fixes t908
bugError in source language file, trailing characters added to translations
bugLanguage code might be removed from uri - thanks redComponent
bugCustom canonical tag is not exported when exporting meta data to file, showing warnings when importing the file back in
bugUndefined variable when logging spammer visits caught by Project Hiney Pot
bugPathway not always overriden on 404 error page
bugSocial plugin shared URL is wrong when user specify a fully qualified URL in a custom tag
bugComponent permissions not properly saved, unusable ACL
bugTypo in layout, opacity parameter for 404 auto-redirect message not used


Download
Для скачивания .torrent файлов необходима регистрация
Сайт не распространяет и не хранит электронные версии произведений, а лишь предоставляет доступ к создаваемому пользователями каталогу ссылок на торрент-файлы, которые содержат только списки хеш-сумм

Страница 1 из 1

Ответить на тему

   Похожие торренты   Торрент 




cron