summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2008-06-22submit title as some content requires it in verify, also a number of other ↵wjames51-17/+26
minor bug fixes - ajax attachments now works again
2008-06-20big overhaul of ajax attachment uploader - this is mime and attachable ↵wjames51-1/+12
friendly. however its not wiki friendly which requires a title to run its store process - so thats on the todo list. this doest break anything, since it was already broken.
2007-11-11update dependency commentwjames51-2/+2
2007-10-31make ajax process check in attch uploader specific to attchment processes - ↵wjames51-28/+29
general ajax request checks are too sweeping in scope, which can cause conflicts in other ajax requests that might not want the same exclusion. also tidy a libertyattachments ajax callback so its not running its process everytime its called on page load - which prolly should be cleaned up but not goign to bother tonight
2007-10-10move ajax liberty attachments code to liberty pkg - may move this to ↵wjames51-0/+51
header_inc in near future