ورود و خروج






فراموش کردن کلمه عبور
ثبت نام نكرده ايد؟ عضویت
بازديدکنندگان: 3432066

Syndicate

تبلیغات

Official Partner

مامبولرن : سايت رسمي ترجمه و پشتيباني مامبو فارسي

لينک دانلود
براي ظاهر شدن لينک دانلود ابتدا در سایت عضو شوید . سپس با نام کاربری و کلمه عبور خود وارد سایت شوید .

"در گذشته اي نه چندان دور براي در اختيار داشتن يك وب سايت بايد مشقت زيادي را تحمل ميكرديد، ولي امروزه با در اختيار داشتن برنامه هاي مديريت محتواي وب داشتن وب سايت تقريبا به هيچ تخصص ويژه اي نياز ندارد. يكي از بهترين نرم افزارهاي مديريت محتواي وب ؛ مامبو است.
اگر شما علاقمند هستيد يك وب سايت داشته باشيد ولي از مسايل فني و پيچيده سر در نمي آوريد ، فقط به يك چيز نيازمند هستيد: مامبو !
با مامبو بدون دانستن HTML  يا  XML  يا  هر چيز ديگر ؛ فقط متن خود را تايپ كنيد ، عكس را قرار دهيد و روي دكمه ذخيره كليك كنيد! حالا شما يك وب سايت داريد و ميتوانيد با رابط كاربري تحت وب مامبو آن را مديريت كنيد."

تارگاه مامبولرن پايگاه رسمي نمايندگي مامبو براي زبان فارسي است. مامبولرن وظيفه فارسي سازي ، گسترش ، آموزش و پشتيباني مامبو را براي زبان فارسي به عهده گرفته است و كاربران را براي استفاده از اين نرم افزار محبوب راهنمايي ميكند.
شما در بخش هاي مختلف اين پايگاه ميتوانيد اطلاعات و آموزشهاي لازم را دريافت كنيد ، سوالات خود را مطرح كنيد ، پكيجهاي توسعه مناسب و فارسي شده را در اختيار داشته باشيد و در صورت لزوم سفارش توليد و يا گسترش سيستمهاي مورد نياز خود را بدهيد.
مامبولرن استفاده خوبي از مامبو را براي شما آرزومند است!

Advertisement
مامبو 4.6.4 منتشر شد چاپ ايميل
Friday, 23 May 2008
Mambo 4.6.4 :: مامبو 4.6.4بنیاد مامبو نسخه 4.6.4 مامبو را با نام Sunrise که نسخه ای با امنیت بالاست را منتشر کرد .  این نسخه مامبو ، ضعفهای امنیتی را که در نسخه های پیشین 4.6 دیده شده بود را برطرف ساخته است . بنابراین توصیه می شود تمامی کاربران نسخه های 4.6 به بالا را به نسخه 4.6.4 تبدیل کنند ( کاربرانی که از نسخه فارسی استفاده میکنند تا انتشار نسخه مامبو فارسی و پچ ارتقا از نسخه 4.6.2 به 4.6.4 صبر کنند )

این نسخه همچنین باگهای موجود در 4.6.3 را برطرف کرده و شامل توسعه دهنده هایی برای مدیریت زبان و هسته مامبو می باشد.
برای آگاهی از تغییرات این نسخه روی "ادامه مطالب" کلیک کنید .



Release Notes:

Core

  • Added determineOptionAndItemid;
  • Fixed FS#305 $cache is not a mosCache object;
  • Fixed sef related undefined index for $mysql_charsets in database.php;
  • Temporary workaround in database class for FS#294 (mosRedirect doesn't work right with content rating);
  • _runBots pass wrong mambot parameters (mosimage parameters doesn't take effect);
  • ! deprecating $configuration->current_language->charset by $mosConfig_charset;
  • # fixed FS#338 - "simple mode" & "Advanced Mode" doesn't switch;
  • ! extra sanitation for mosRedirect.

Installation

  • Fixed - If you enter the wrong database authentication info you get a blank page instead of the javascript error popup;
  • mos_ prefixes replaced by #__ (some tables doesn't take a prefix different to mos_);
  • mosConfig_usecaptcha is not included at configuration.php after a fresh installation;
  • Make sure that components without menu links will be populated in the database, so they can be uninstalled.

Com Content

  • fixed bug in mosimage alignment options in frontend editing;
  • fixed, FS#326 - Pagination Don't work If Use Caching;
  • Content checked out times;
  • Fixed FS#318 - Fatal error in content.php - Call to undefined method stdClass::def();
  • Fixed FS#319 - Undefined variable pageTitle in content.php;
  • fixed cache doesn't work when a content item is displayed;
  • added Output cache to mosCache class;
  • adding extra validation rating content, the user must have access to the article;
  • # fixed FS#345 - Cannot set "Use Global" for pdf, print, and email icons of default "Home" item in mainmenu;
  • ! refactoring method getItemid of contentHandler class, to produce Itemids more accurate and reuse for categories and sections;
  • # Fixed FS#314 - Search result links does not match Sublevel Menu links, the order that the Itemid is calculated has been reordened, first exact items, caterories, sections, global blog sections, and frontpage itemid at end.

Language Manager

  • adding a empty set of catalogs for the default english catalog;
  • the default english language now is editable;
  • xml parser doesn't read language xml files with encoding different to utf-8 (Wrong characters in dates);
  • validating that each file exists before attempt to export it;
  • refactoring GNU gettext detection at PHPGettextAdmin;
  • Adding Lao language thanks to laithai team;
  • Adding Bosnian language thanks to water_rabbit;
  • fixed, plurals form expression for the language isn't saved into the .mo file, the default one is always used;
  • fixed, one single plural form isn't supported by ngettext;
  • Untranslated strings;
  • current language selected validation must be within language manager and not inside mosMenuBar class;
  • FS#330 - Enable translations of non-default language;
  • Adding new $mosConfig_charset global setting.

SEF

  • Fixed missing base href tag;
  • Fixed logic hole in index.php that caused a blank page when using a non-sef link with SEF turned off;
  • fixed, FS#260 - SEF URLs seem broken using cPanel temp URL;
  • fixed, FS#332 - base href kills anchors.

Universal Instaler

  • modules, templates and mambots get uninstalled under a reinstall attempt;
  • fix, languages.po catalog isn't installed.

MOSltyCE

  • # fixed FS#336 - Default editor toolbar not showing in IE7 with 3rd party addons.

Com Weblinks

  • stripslashes function call fixed to have the correct # of params.

Com Search

  • Fixed FS#310 - categories.searchbot.php and section.searchbot.php and results with no menu linkage;
  • FS#325 - com_search issues with spaces and options. resolved.

RSS Feeds

  • changed the encoding of the produced feeds to utf-8.

Com Modules

  • Fixed FS#308 - no error message in module preview when trying to preview a non-typed module;
  • Fixed custom module duplicating content;
  • Fixed FS#308 - Preview Module fails with Call to undefined function: mosgetparam().

Com Mambots

  • Fixed bug where sorting mambots doesn't work.

Com Comments

  • comment poster is displayed as anonymous if name or email is not supplied when submitting comments;
  • Fixed config settings not saved with emulate globals off in administrator/components/com_comment/admin.comment.php;
  • Fixed issues with com_comment when emulate/register globals is off;
  • adding extra validation leaving comments, the article must exist, be published, the user must have access to the article and the section must be allowed to leave comments;
  • # comment form doesn't work with sef enabled;
  • # fixed FS#315 - Write Comment and section module links points to itemid 1.

Com Contact

  • fixed missing contact_id and & issue in contacts component form redirect;
  • # fixed FS#335 - Contact Details - state field increased in length.

Com Admin

  • # fixed FS#341 - Check for Updates redirects to a wrong address for downloads.

Com Polls

  • # fixed FS#320 - Poll Component Menu Assignments, polls doesn't appears in menu links assigned;

Mod Polls

  • $Itemid removed from the poll results, onchange javascript code;
  • sefRelToAbs call removed from the poll results on link;
  • Fixed numerous sef and Itemid issues in polls;
  • make sure that menuid is set.

Mod Newsflash

  • Fixed FS#312 - mod_newsflash does not render images.

Mod Sections

  • Fixed Itemid not being included in sefRelToAbs();
  • wrong gerenated urls with SEF enabled.

Mod latestcontent

  • Fixed Latest Content vertical display option bug.

Mod Sections

  • # fixed FS#315 - Write Comment and section module links points to itemid 1.

Mod Templatechooser

  • template fix for SEF quotation was missing in the showimage function - to preview template thumbnails.

Mod Random Image

  • fixed random image module notice if there is no folder set in its configuration;
  • added default value to mod_random_image module folder parameters.
 
بعد >