Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#49 closed defect (fixed)

Remove references to http://media.ljworld.com from the code

Reported by: Simon Willison Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Apparently http://media.ljworld.com is scattered through the code:

simon:~/src/trunk$ grep -R "media.ljworld.com" * | grep -v ".svn"
media/js/admin/add_calendars.js:                                quickElement('img', cal_link, '', 'src', 'http://media.ljworld.com/img/admin/icon_calendar.gif', 'alt', 'Calendar');
media/js/admin/DateTimeShortcuts.js:        quickElement('img', clock_link, '', 'src', 'http://media.ljworld.com/img/admin/icon_clock.gif', 'alt', 'Clock');
media/js/admin/DateTimeShortcuts.js:        quickElement('img', cal_link, '', 'src', 'http://media.ljworld.com/img/admin/icon_calendar.gif', 'alt', 'Calendar');
media/js/SelectFilter2.js:        quickElement('img', filter_p, '', 'src', 'http://media.ljworld.com/img/admin/selector-search.gif');
media/js/SelectFilter2.js:        quickElement('img', selector_filter, '', 'src', 'http://media.ljworld.com/img/admin/selector-add.gif', 'alt', 'Add');

Change History (5)

comment:1 by pb@…, 19 years ago

Just noting diffs to fix this are available in ticket #229.

comment:2 by Adrian Holovaty, 19 years ago

milestone: Version 1.0

comment:3 by Adrian Holovaty, 19 years ago

(In [451]) Removed media.ljworld.com reference from admin_media/js/SelectFilter2.js. Refs #49

comment:4 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [449], [451] and [452].

comment:5 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top