In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
959 [In-Portal CMS] Admin Interfaces bug report always 2011-01-04 10:44 2011-03-30 09:53
Dmitry  
alex  
normal  
closed 5.0.0  
fixed  
 
none 5.1.2-B1  
https://groups.google.com/d/topic/in-portal-bugs/y9sCGmAdTYQ/discussion
Fixes minor 404 error for arrow sorting image in Admin
0
0000959: Minor 404 errors in Admin in web-server log due to List Arrow images
There is a little glitch when we get additional 404 errors due to incorrect paths for List Arrows on some sections in Admin.


This is a log records from web-server:

AAA.BBB.CCC.DDD - - [04/Jan/2011:10:05:26 -0600] "GET /dev/SVN/5.1.x-dev/core/admin_templates/%5C%22img/list_arrow_desc_big.gif%5C%22 HTTP/1.1" 404 7132
AAA.BBB.CCC.DDD - - [04/Jan/2011:10:05:26 -0600] "GET /dev/SVN/5.1.x-dev/core/admin_templates/%5C%22img/list_arrow_desc_big.gif%5C%22 HTTP/1.1" 404 7132


This happens, because we've got relative paths to images in grid_blocks.tpl and that code is evaluated in javascript resulting base url to be added.
patch relative_image_paths_in_grid_blocks_removed.patch (4,338) 2011-01-04 10:44
http://tracker.in-portal.org/file_download.php?file_id=897&type=bug
Issue History
2011-03-30 09:53 Dmitry Note Added: 0003351
2011-03-30 09:53 Dmitry Status resolved => closed
2011-01-09 08:33 alex Note Added: 0003179
2011-01-09 08:33 alex Status reviewed and tested => resolved
2011-01-09 08:33 alex Fixed in Version => 5.1.2-B1
2011-01-09 08:33 alex Resolution open => fixed
2011-01-09 08:33 alex Assigned To !COMMUNITY => alex
2011-01-09 08:33 alex Changeset attached 5.1.x r14129
2011-01-05 12:04 Dmitry Note Added: 0003164
2011-01-05 12:04 Dmitry Status needs testing => reviewed and tested
2011-01-04 10:45 Dmitry Developer Dmitry => alex
2011-01-04 10:45 Dmitry Assigned To => !COMMUNITY
2011-01-04 10:45 Dmitry Developer => Dmitry
2011-01-04 10:45 Dmitry Status active => needs testing
2011-01-04 10:44 Dmitry New Issue
2011-01-04 10:44 Dmitry File Added: relative_image_paths_in_grid_blocks_removed.patch
2011-01-04 10:44 Dmitry Reference => https://groups.google.com/d/topic/in-portal-bugs/y9sCGmAdTYQ/discussion
2011-01-04 10:44 Dmitry Change Log Message => Fixes minor 404 error for arrow sorting image in Admin

Notes
(0003164)
Dmitry   
2011-01-05 12:04   
Tested okay, please commit.
(0003179)
alex   
2011-01-09 08:33   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000959: Minor 404 errors in Admin in web-server log due to List Arrow images
(0003351)
Dmitry   
2011-03-30 09:53   
Closing, since 5.1.2 release has been released.