Activity - 17,230 Changes

August 1, 2024
People
July 31, 2024
People
"; var itemCreatedTemplate = "
Item created.
" var target = $(this) var filePath = "{{fileDiffName}}" var changeId = $(this).data("change-id"); var params = JSON.parse(document.getElementById("change_" + changeId + "_config").textContent); var diffString = Diff.createPatch(params.fileName, params.originalString, params.updatedString); var configuration = { drawFileList: false, fileListToggle: false, fileContentToggle: false, outputFormat: 'line-by-line', rawTemplates: { "generic-empty-diff": params.itemCreated ? itemCreatedTemplate : emptyTemplate, "generic-file-path": filePath } }; var diff2htmlUi = new Diff2HtmlUI(target[0], diffString, configuration); diff2htmlUi.draw(); diff2htmlUi.highlightCode() if (target.data("change-key") == "images") { target.kendoTooltip({ callout: false, filter: ".d2h-code-line-ctn", autoHide: true, position: 'top', content: function(e) { var target = $('#tooltip_content'); var change_entry = decodeEntities($(e.target).text()); var parsed_entry = JSON.parse(change_entry); var image_path = Object.values(parsed_entry)[0].file_path; var image_type = Object.keys(parsed_entry); e.sender.popup.element.addClass("tmdb_theme image_popup").removeClass('backdrop poster profile').addClass(image_type[0]); target.html("

Loading...

"); e.sender.popup.element.css("visibility", "hidden"); $.ajax({ url: kendo.format('/remote/image?size={0}&file_path={1}', 'w500', image_path), cache: false, dataType: 'html', async: false, beforeSend: function() { activatePageLoader(); } }).fail(function() { deactivatePageLoader(); showError('There was a problem.'); }).done(function(response) { deactivatePageLoader(); target.html(response); e.sender.popup.element.css("visibility", "visible"); }); return target.html(); }, show: function(e) { $("div.k-tooltip-button").addClass('hide'); } }); } }; $(function() { $("div[data-change-id]").each(diffChange); createActivityChart(); });

Can't find a movie or TV show? Login to create it.

Login

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login