https://bugzilla.novell.com/show_bug.cgi?id=803384 https://bugzilla.novell.com/show_bug.cgi?id=803384#c0 Summary: pastes to paste.opensuse.org never expire Classification: openSUSE Product: openSUSE 12.3 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: KDE4 Workspace AssignedTo: kde-maintainers@suse.de ReportedBy: ctrippe@opensuse.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) konqueror/4.10.0 Safari/534.34 Initially reported via http://lists.opensuse.org/opensuse-factory/2013-02/msg00246.html Hi, All & KDE maintainers, In Pastebin plasmoid, we have two unique service providers for paste.opensuse.org http://opendesktop.org/content/show.php?content=141038 and paste.opensuse.org (I failed to find its source) But we have a bug that pastes sending from those two service proviers are set to `never expires`. Because if you use the web GUI, it is set to "1 week". After some digging, I find it's even not what the author intended to do. Because in imgsusepasteorg/contents/code/main.js, he set the `expiry` to `1440` which means `1 Day`. Then I downloaded the stikked-0.5.4.zip (https://stikked.googlecode.com/files/stikked-0.5.4.zip), in system/application/views/defaults/paste_from.php, the id is actually `expire` instead of `expiry`. He failed to transfer the value for expiry, so pastes sent from there were set to `never expires`. So we need to change those two files in kdebase4-workspace package: /usr/share/kde4/apps/plasma/shareprovider/pasteopensuseorg/contents/code/main.js /usr/share/kde4/apps/plasma/shareprovider/imgsusepasteorg/contents/code/main.js and set `expiry` to `expire`. I didn't see our "suse tweak" for those two files in spec file, it seems to be from upstream, so we need a developer who has commit permission to fix it upstream. PS: We also have this problem for 12.2/12.1, so if we want to save our server, we have to make an update for them. PS1: I left a message for that uploader on opendesktop.org, if he's among us, please re-upload the fixed tar ball. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.