summaryrefslogtreecommitdiff
path: root/public_html/pageeditor/pageeditor.js
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Notice to remind the user to save. Fixed ambiguity of save buttonsSamuel Lidén Borell1-0/+16
2018-05-31Click/touch uploads to insertSamuel Lidén Borell1-0/+21
2018-04-15Ensure "session expired" iframe has opaque backgroundSamuel Lidén Borell1-0/+1
2018-04-02Fix re-enabling of session keep alive after the session has been restoredSamuel Lidén Borell1-0/+1
2018-04-02Perform session expiration check on window focus eventSamuel Lidén Borell1-0/+10
2018-04-02Fix buggy session expiration checkSamuel Lidén Borell1-1/+1
2018-04-02Show log form in an iframe on session expirationSamuel Lidén Borell1-4/+45
2018-04-02Session keep-alive JS codeSamuel Lidén Borell1-4/+28
2018-04-02UX improvementsSamuel Lidén Borell1-0/+15
2018-04-02Don't run init script if getElementById is unsupported (in very old browsers ...Samuel Lidén Borell1-23/+20
2018-03-26Enable image resizing in Firefox (does not seem to be supported in Chrome)Samuel Lidén Borell1-0/+5
2018-02-26Use wysihtml extended parser rulesSamuel Lidén Borell1-1/+1
2018-02-26Basic toolbar buttons for headings, style, lists, etc.Samuel Lidén Borell1-3/+3
2018-02-26Add warning when navigating to another page with unsaved changesSamuel Lidén Borell1-3/+63
2018-02-26Handle Ok/Cancel buttons with Javascript, to avoid server roundtripSamuel Lidén Borell1-3/+26
2018-02-26Optional support for WYSIWYG editing using WysihtmlSamuel Lidén Borell1-4/+9
2018-02-18Run Javascript initialization code when DOM is loadedSamuel Lidén Borell1-4/+25
2018-02-17Initial alpha versionSamuel Lidén Borell1-0/+7