HomeIn-Portal Phabricator

Merge of "in-portal/branches/5.2.x@16388" to "in-portal/branches/5.3.x@16391".

Description

Merge of "in-portal/branches/5.2.x@16388" to "in-portal/branches/5.3.x@16391".

Conflicts:

  • composer.lock
  • core/admin_templates/catalog/advanced_view.tpl
  • core/admin_templates/catalog/item_selector/item_selector_advanced_view.tpl
  • core/admin_templates/catalog/item_selector/item_selector_catalog.tpl
  • core/admin_templates/config/config_edit.tpl
  • core/admin_templates/incs/form_blocks.tpl
  • core/admin_templates/incs/grid_blocks.tpl
  • core/admin_templates/js/ajax_dropdown.js
  • core/admin_templates/js/template_manager.js
  • core/admin_templates/mailing_lists/send_queue.tpl
  • core/admin_templates/reviews/reviews.tpl
  • core/admin_templates/users/user_edit_items.tpl
  • core/install/english.lang
  • core/install/install_data.sql
  • core/install/install_toolkit.php
  • core/install/upgrades.php
  • core/install/upgrades.sql
  • core/kernel/application.php
  • core/kernel/db/cat_event_handler.php
  • core/kernel/db/db_event_handler.php
  • core/kernel/db/db_tag_processor.php
  • core/kernel/kbase.php
  • core/kernel/managers/url_manager.php
  • core/kernel/nparser/nparser_config.php
  • core/kernel/session/session.php
  • core/kernel/utility/event.php
  • core/kernel/utility/factory.php
  • core/kernel/utility/http_query.php
  • core/kernel/utility/unit_config_reader.php
  • core/units/admin/admin_config.php
  • core/units/admin/admin_tag_processor.php
  • core/units/categories/categories_config.php
  • core/units/categories/categories_event_handler.php
  • core/units/category_items/category_items_config.php
  • core/units/email_queue/email_queue_config.php
  • core/units/forms/form_fields/form_fields_config.php
  • core/units/forms/form_submissions/form_submissions_config.php
  • core/units/forms/forms/forms_config.php
  • core/units/general/general_config.php
  • core/units/helpers/image_helper.php
  • core/units/helpers/language_import_helper.php
  • core/units/helpers/modules_helper.php
  • core/units/images/images_config.php
  • core/units/logs/change_logs/change_logs_config.php
  • core/units/logs/email_logs/email_logs_config.php
  • core/units/logs/session_logs/session_logs_config.php
  • core/units/mailing_lists/mailing_lists_config.php
  • core/units/modules/modules_config.php
  • core/units/page_revisions/page_revisions_config.php
  • core/units/permissions/permissions_event_handler.php
  • core/units/permissions/permissions_tag_processor.php
  • core/units/phrases/phrases_config.php
  • core/units/reviews/reviews_config.php
  • core/units/scheduled_tasks/scheduled_task_eh.php
  • core/units/scheduled_tasks/scheduled_tasks_config.php
  • core/units/sections/sections_config.php
  • core/units/site_domains/site_domains_config.php
  • core/units/structure/structure_config.php
  • core/units/themes/themes_config.php
  • core/units/user_groups/user_groups_config.php
  • core/units/users/users_config.php

Details

Committed
alexNov 12 2016, 6:43 AM
Parents
rINP16391: Merge of "in-portal/releases/5.2.1@16068" to "in-portal/branches/5.3.x@16094".
rINP16388: Fixes INP-1579 - Remove "ItemSQLs" from unit configs
rINP16379: Fixes INP-1526 - Don't call "kDBEventHandler::checkItemStatus" when ID…
rINP16377: Fixes INP-1567 - Register missing classes in class factory
rINP16376: Fixes INP-1570 - Make In-Portal Class Locator externally usable
rINP16374: Fixes INP-1487 - Create empty search result table, when search keyword is too…
rINP16373: Fixes INP-1561 - Don't share Admin Console Menu Width across users
rINP16367: Fixes INP-1531 - Allow specifying default date/time for "inp_edit_date_time"…
rINP16363: Fixes INP-1528 - When attaching file to e-mail verify, that it's a file, not…
rINP16362: Fixes INP-1529 - Don't attach same file twice to same e-mail
rINP16359: Fixes INP-1530 - The "Image" tag must set DataExists flag for Template Parser
rINP16358: Fixes INP-1533 - Use "EXTR_SKIP" with "extract" function
rINP16357: Fixes INP-1535 - Escape referrer displayed during redirect debugging
rINP16356: Fixes INP-1536 - Escape url for JavaScript context during JavaScript made…
rINP16355: Fixes INP-1537 - The CS fix for "kUtil::array_merge_recursive" method
rINP16354: Fixes INP-1538 - Enable Mod-Rewrite by default
rINP16353: Fixes INP-1543 - Return detected theme/language ID immediately from…
rINP16352: Fixes INP-1544 - Delete expired session without using "Session" object
rINP16350: Fixes INP-1546 - Make "user-profile:Field" tag support fields of any type
rINP16348: Fixes INP-1563 - Make "kApplication::QuickRun" method reusable
rINP16347: Fixes INP-1558 - Empty internal page dropdown during link adding in CKEditor
rINP16339: Fixes INP-1557 - Use "http_build_query" to escape url parameters
rINP16338: Fixes INP-1556 - Make use of "HttpOnly" cookies
rINP16318: Fixes INP-1525 - Register default build events when re-reading caches
rINP16317: Fixes INP-1524 - Disable auto-complete on password fields on user creation page
rINP16314: Fixes INP-1521 - Don't expose InitList and PrintList tag communication to Web…
rINP16313: Fixes INP-1520 - Honor manually set owner of categories/category items…
rINP16309: Fixes INP-1512 - Each "kDBBase::SetDefaultValues" call should respect "#NOW#"…
rINP16308: Fixes INP-1509 - Change concept used for category path matching to module…
rINP16307: Fixes INP-1508 - Enable non-sortable grid column title wrapping
rINP16306: Fixes INP-1507 - Flush OpCode cache for /system/config.php when it's changed
rINP16305: Fixes INP-1491 - Round numbers in kFormatter before using "sprintf"
rINP16304: Fixes INP-1514 - Reset validation errors before object loading
rINP16300: Fixes INP-1503 - Search for new units during install/upgrade
rINP16299: Fixes INP-1493 - Always expand calculated fields in WHERE filters
rINP16298: Fixes INP-1492 - Replace "%2$s" with current language in "kDBList…
rINP16297: Fixes INP-1504 - Correctly use "index_type" option from multilingual field…
rINP16296: Fixes INP-1498 - Add protection against missing EmailEvents table during…
rINP16295: Fixes INP-1497 - Detect primary key of "email-template" unit automatically…
rINP16294: Fixes INP-1496 - Don't initialize "scheduled-task" unit during installation
rINP16293: Fixes INP-1490 - Use width of frame with menu to detect current width in…
rINP16291: Fixes INP-1488 - Actualize "bugtraq:logregex" SVN property
rINP16290: Fixes INP-1479 - Define "pp_*" virtual fields in "user-profile" unit config
rINP16288: Fixes INP-1477 - Sort catalog items by primary key (id) during export
rINP16286: Fixes INP-1444 - Show item name (vs module name) during category permission…
rINP16279: Fixes INP-1471 - Change default for CSV export encoding
rINP16278: Fixes INP-1478 - Cut tailing zeros for numbers with 0 in the middle
rINP16277: Fixes INP-1467 - Remove license check for "In-Commerce" module
rINP16276: Fixes INP-1468 - Popup window title is never updated
rINP16274: Fixes INP-1458 - Remove dependency to annotation library from Composer
rINP16273: Fixes INP-1466 - Don't use "m_Link" tag inside "m_Redirect" tag
rINP16272: Fixes INP-1461 - Print only first 50 elements for long arrays
rINP16271: Fixes INP-1460 - In "m_PrintCurrentParams" tag check if object is castable to…
rINP16270: Fixes INP-1457 - Clear template parser state before parsing "404 Not Found"…
rINP16268: Fixes INP-1456 - CKFinder resizing uploaded images
rINP16267: Fixes INP-1455 - Prevent direct access to page configured with external urls
rINP16266: Fixes INP-1454 - Check correct permissions during Catalog data export
rINP16264: Fixes INP-1434 - Broken CKEditor modal windows
rINP16263: Fixes INP-1443 - Ignore requests to the missing ".map" files in Mod-Rewrite
rINP16262: Fixes INP-1441 - JavaScript error, when editing link in CKEditor
rINP16261: Fixes INP-1440 - Add gaps between z-indexes used in Content Mode
rINP16260: Fixes INP-1453 - Multiple AdminEditButton for same item doesn't work properly
rINP16259: Fixes INP-1469 - Remove event bubbling cancellation from GridItem.Click()…
rINP16251: Fixes INP-1480 - Add missing "svn:keywords" properties to PHP files (5.2.x)
rINP16250: Fixes INP-1439 - The "m:OnAfterConfigRead" event isn't fired during url…
rINP16249: Fixes INP-1432 - Process only frames from same domain
rINP16247: Fixes INP-1400 - Store resized images from theme under /system folder
rINP16246: Fixes INP-1412 - Always create extra priority for temp-only DB records
rINP16245: Fixes INP-1413 - Don't do full Application Init during deployment
rINP16243: Fixes INP-1414 - Remove "perm_prefix" processing code duplication in "perm" unit
rINP16241: Bug MINC-125 - Use grid name during order export
rINP16236: Fixes INP-1437 - DB is changed on local builds
rINP16235: Fixes INP-1438 - Form field value length assertion is done on empty value
rINP16233: Fixes INP-1442 - Concurrent page editing AJAX notification shouldn't modify…
rINP16232: Fixes INP-1446 - Ignore draft page revisions, when content revision control…
rINP16231: Fixes INP-1449 - Recalculate priorities, when new item is added
rINP16212: Marking r15851 (5.1.x branch) as merged in favor of r15850 (5.2.x branch)
rINP16205: Fixes INP-1427 - Don't execute currency-related code during installation
rINP16204: Fixes INP-1428 - Use "connectionOpened" method instead of "connectionOpened"…
rINP16203: Fixes INP-1433 - Handle resource type in Debugger
rINP16201: Fixes INP-1373 - Admins are receiving e-mails with empty quotes
rINP16199: Fixes INP-1419 - Manually added e-mail recipients not shown in log
rINP16198: Fixes INP-1417 - Cut trailing zeros properly
rINP16196: Fixes INP-1418 - Unable to show/hide custom toolbar button
Branches
Unknown
Tags
Unknown
Build Status
Buildable 487
Build 487: After New Commit (Harbormaster Build Plan)