summaryrefslogtreecommitdiff
path: root/ajax_edit_storage.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-27Kernel functions changes to cover uninitialized variables and style changes ↵lsces1-2/+2
for PHP8.4
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-2/+2
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-3/+3
2008-07-15attach a form_id to ajax attachment forms so that you can have multiple ↵wjames51-2/+9
attachment forms on a page and have the updates all work smoothly.
2008-07-07setFormatHeader() has been moved to BitThemesMax Kremmel1-3/+3
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-3/+3
options hash
2007-11-18Add missing phpdoc commentsLester Caine1-2/+6
2007-10-31move js inclusion stuff to the right fileMax Kremmel1-6/+2
2007-10-31revert daft idea. this has to be done better to allow for jspacking and ↵Max Kremmel1-3/+3
other features.
2007-10-31fix attachments ajax conflict by using a simple file to wrap request and ↵Max Kremmel1-0/+24
handle liberty related ajax calls and generally try to simplify insanity of code