Tangra Framework for PHP 2.0.2 is released
2009-09-21 17:32:03
We are happy to announce that TF 2.0.2 (aio 20090921) is released.
Changes:
tangra_lib
bugfix: modules_manager/tangra_module_release_dbc.class.php - load_arr_latest_online was loading also offline releases
bugfix: tangra_simple_tple.class.php - wrong operator in version compare for tangra versions comparison.
TCC
No changes
Modules
TangraCMS-1.1.0
bugfix: now 'content' ci is loaded explicitly (not just first as before which caused problems when intro ci was added first)
bugfix: TCMS_VPT_Product_Category_Content_WP was using vpage/tcms_vpage_content_item_dbc.class.php which is duplicate of tcms_vpage_ci_dbc.class.php
bugfix: old fashion create_default_redir_view() caused loosing transit vars (used to go back to content item)
bugfix: was not able to switch off dir index in general settings
bugfix: attachment_download.php and get_img_public.php was booting my_site_admin instead of my_site
bugfix: deleting file (attachment) now correctly checks it it is used by ci
bugfix: deleting image now correctly checks it it is used by ci
VPage manage - Now user cannot delete ci or sa if page is online and cache is not on and locked
bugfix: now deleting system attribute changes last modified of page
Sitemap entry - now there is "Ignore non-existent path" checkbox that allows to enter paths to virtual pages served by other applications like wikis
Now you can enter normal menu item that is not a link
Removed old and unused authors functionality
Adding ordering for content item images
Adding alt and note per content item image, not just global per image
bugfix: managing normal ci - removed intro row - normal cis don't have intros
Adding filter to content item image select grid
Adding attachment note per content item, adding filter to attachment select grid
Added filters for images and attachments
Added automatic transliteration (cyr to lat) of vpage's path when creating new page.
Added cache settings in template
Created separate forms for vpage's cache and sitemap settings
serp_stats-1.0.0
Finds search engine result pages position (SERP positions) and presents result in graphic view.
Provides bot (run via cron job) that gathers statistic about position ot given search phrase in given search engine. Bot have ability to use different xproxies (i.e. IP from different countries), different user agent signature (simulate different browsers) and language settings (http header Accept-Language).
Graphics presentation is based on Open Flash Chart library.
bot_tools-1.0.0
Contains classes and data used by bots: xproxy server, xproxy client (direct and xproxy) and user_agent
ap_bot_tools-1.0.0
Admin panel interface for bot_tools
extlib_open_flash_chart-1.0.0
Contains Open Flash Chart SWF, JS and PHP library. Open Flash Chart is used to create pretty flash graphics like lineplots, bars, pies, etc...