In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0001374 [In-Portal CMS] Admin Interfaces bug report always 2012-08-15 08:07 2012-11-07 14:33
Reporter alex View Status public Project Name In-Portal CMS
Assigned To Dmitry Developer
Priority normal Resolution fixed Fixed in Version 5.2.1-B1
Status resolved Product Version 5.1.0 Target Version 5.2.1
Time EstimateNo estimate
Summary 0001374: JavaScript error in Change Logs section
Description With "Change Log" section enabled try putting Google Analytics tracking code into corresponding system setting.
As a result new "updated" record would be created in "Change Log" section that would cause major error in JavaScript and a broken grid.

Also detailed information about record isn't revealed on double-click.
Additional Information
Tags No tags attached.
Reference https://groups.google.com/d/topic/in-portal-bugs/0JOTWLsl6B4/discussion
Change Log Message Fixes JavaScript error in "Change Log" section
Estimate Points 1
Attached Files patch file icon change_log_js_error_fix.patch [^] (977 bytes) 2012-08-15 08:07 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0005135)
alex (manager)
2012-08-15 08:13

Will test all together later.
User avatar (0005136)
alex (manager)
2012-08-15 08:17

Fix committed to 5.2.x branch. Commit Message:

Fixes 0001374: JavaScript error in Change Logs section
User avatar (0005288)
erik (manager)
2012-11-07 12:16

Not working. Nothing is written to change log.

// save changes to database
$sesion_log_id = $this->Application->RecallVar('_SessionLogId_');

if (!$save || !$sesion_log_id) {
    // saving changes to database disabled OR related session log missing
    return ;
}

In this place $sesion_log_id = false, and method returns before writing data to DB.
User avatar (0005289)
alex (manager)
2012-11-07 12:19

That's because:
1. changes logging needs to be enabled first in configuration
2. re-login required to enable logging for currently logged-in user
User avatar (0005290)
erik (manager)
2012-11-07 13:02

Ok, relogin was missed. Works fine.

- Related Changesets
In-Portal CMS: 5.2.x r15515
Timestamp: 2012-08-15 08:17:05
Author: alex
Details ] Diff ]
Fixes 0001374: JavaScript error in Change Logs section
mod - /in-portal/branches/5.2.x/core/units/logs/change_logs/change_logs_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/logs/change_logs/changes_formatter.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-11-07 14:33 Dmitry Status reviewed and tested => resolved
2012-11-07 14:33 Dmitry Resolution reopened => fixed
2012-11-07 14:33 Dmitry Assigned To => Dmitry
2012-11-07 13:02 erik Note Added: 0005290
2012-11-07 13:02 erik Assigned To erik =>
2012-11-07 13:02 erik Status needs testing => reviewed and tested
2012-11-07 12:20 alex Assigned To alex => erik
2012-11-07 12:20 alex Status needs feedback => needs testing
2012-11-07 12:19 alex Note Added: 0005289
2012-11-07 12:17 erik Resolution fixed => reopened
2012-11-07 12:16 erik Note Added: 0005288
2012-11-07 12:16 erik Status resolved => needs feedback
2012-08-15 08:17 alex Note Added: 0005136
2012-08-15 08:17 alex Status reviewed and tested => resolved
2012-08-15 08:17 alex Fixed in Version => 5.2.1-B1
2012-08-15 08:17 alex Resolution open => fixed
2012-08-15 08:17 alex Assigned To !COMMUNITY => alex
2012-08-15 08:17 alex Changeset attached 5.2.x r15515
2012-08-15 08:13 alex Note Added: 0005135
2012-08-15 08:13 alex Status needs testing => reviewed and tested
2012-08-15 08:13 alex Assigned To => !COMMUNITY
2012-08-15 08:13 alex Developer => alex
2012-08-15 08:13 alex Status active => needs testing
2012-08-15 08:12 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/0JOTWLsl6B4/discussion
2012-08-15 08:07 alex New Issue
2012-08-15 08:07 alex File Added: change_log_js_error_fix.patch
2012-08-15 08:07 alex Change Log Message => Fixes JavaScript error in "Change Log" section
2012-08-15 08:07 alex Estimate Points => 1



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker