In-Portal

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

1. Fixes #0000273: Get rid of ereg* functions usage, because they are slow and are deprecated since PHP 5.3

2. Commit on behalf of Dmitry.

INP-229

    • -6
    • +5
    /branches/5.0.x/core/units/fck/fck_tp.php

1. Fixes #0000566: Don't include tracking code during site content editing in browse modes

2. Commit on behalf of Dmitry.

INP-453

    • -3
    • +4
    /branches/5.0.x/core/install/upgrades.sql
    • -0
    • +2
    /branches/5.0.x/core/install/install_data.sql

Fixes #0000554: FCKEditor doesn't show in Firefox 3.6, that was released few days ago

INP-443

    • -1
    • +1
    /branches/5.0.x/core/editor/fckutils.cfm

1. Fixes #0000529: Unable to login when, when IIS compatibility option is used in non-debug mode

2. Also fixes problem, when captcha doesn't work if debug mode is off.

INP-431

    • -9
    • +17
    /branches/5.0.x/core/kernel/application.php

Fixes #0000506: kDateFormatter class error reporting problems

INP-421

    • -0
    • +5
    /branches/5.0.x/core/kernel/db/dbitem.php

Fixes #0000498: Parameter "grid_filters" is ignored during grid rendering

INP-415

Fixes #0000476: Got no permission error, when I was trying to delete form submission

INP-393

Fixes #0000358: Processing of "_ses_redirect" template in "u:processLoginRedirect" method

INP-296

Fixes #0000451: New Phrase Translation on the Front end needs adjustments

INP-376

    • -1
    • +1
    /branches/5.0.x/core/kernel/application.php

Fixes #0000448: Category item Images are not Resized when Thumbnail and Fullsize are used

INP-373

Fixes #0000561: Parameter "format" is ignored by "inp_edit_fck" block

INP-449

Fixes #0000563: Toolbar button phrase translation doesn't work

INP-450

Fixes #0000564: Parameter "hint_label" isn't processed by "inp_edit_textarea" block

INP-451

Fixes #0000433: Tag MoreLink doesn't work, when pagination is displayed before list

INP-358

Fixes #0000539: Incorrect rewrite listener processing order

INP-435

    • -2
    • +2
    /branches/5.0.x/core/kernel/application.php

Fixes #615: Missing "icon24_help.png" icon

INP-482

    • binary
    /branches/5.0.x/core/admin_templates/img/icons/icon24_help.png

Fixes #452: CSV Export fails to send prepared File when it's name (without extension) will end with one of this symbols: ".", "c", "s", "v"

INP-377

Fixes #577: Missing INDEX on ACL field in PermCache table

INP-458

    • -1
    • +6
    /branches/5.0.x/core/install/upgrades.sql

Fixes #558: Search buttons Wraps in Grid Toolbar

INP-446

Fixes #553: Empty CategoryId in Item object after it's Created

INP-442

Fixes #479: All user editing tabs disappear after visiting "Items" tab

INP-396

Fixes #551: Database Connection object missing in TemplatesCache class

INP-441

Fixes #559: Icon for "Website & Content" in Admin is Wider and pushes the section title

INP-447

Fixes #503: Unable to create new language as copy of other language

INP-419

Fixes #0000549: Multilingual column values in grid are always shown on primary language

INP-439

Fixes #0000560: Incorrect value in columns in multiple languages

INP-448

Fixes #0000574: Url Parameter "pass_events" is not stripped from Url after being Processed

INP-456

    • -1
    • +8
    /branches/5.0.x/core/kernel/application.php

Fixes #0000496: Error in number formatting in case if thousands separator not specified

INP-413

1. Bug #0000458: Scale image quality setting is incorrect for PNG images

2. Function "imagepng" has "compression" as 2nd parameter, but "imagejpg" has "quality" as 2nd parameter. That lead to imagepng being given worst quality setting in result.

INP-383

1. Bug #0000049: Merge ConfigurationAdmin and ConfigurationValues table

2. Root password was broken on configuration save

INP-39