summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2026-05-18Rework javascript to remove MochiKit and simplify to jqueryLester Caine2-181/+140
2026-05-15Move acisortable to package used in structure_editLester Caine3-0/+958
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine2-0/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2010-06-02move all imagetags stuff to tagsChristian Fowler1-28/+0
2010-05-13Basic javascript for image area tagging function. This needs to be combined ↵Lester Caine1-0/+28
with mimetaggedimage plugin
2008-12-14create service for ajax comments so that fck editor (or any other add on) ↵wjames51-19/+29
can do waht it needs to do before posting via ajax
2008-12-01tiny typo in commentwjames51-1/+1
2008-09-07remove input ids which are unnecessary and can cause collision if multiple ↵wjames51-10/+16
forms are loaded to the same page. also replace file input if ajax upload fails so onchange works on subsequent attempts
2008-07-15attach a form_id to ajax attachment forms so that you can have multiple ↵wjames51-5/+5
attachment forms on a page and have the updates all work smoothly.
2008-07-14update calls to show and hideSpinner to BitBasewjames51-2/+2
2008-07-14move ajax file browser to kernel and rename js file and class, make use of ↵Max Kremmel1-35/+0
new js urls and add extensive usage instructions for ajax file browser.
2008-07-14add basic ajax file browserMax Kremmel1-0/+35
2008-07-03properly clear file upload field by replacing inputwjames51-4/+9
2008-07-03fix attachment ajax upload callbacks - forgot to get form by idwjames51-1/+2
2008-07-01make attachment ajax js more flexible for overridingwjames51-17/+27
2008-07-01move js to scripts dir with other scriptswjames51-0/+150
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