summaryrefslogtreecommitdiff
path: root/edit_storage_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2008-08-04Call-time pass-by-reference has been deprecatedChristian Fowler1-2/+2
2008-07-15call the upload function of active plugins.Max Kremmel1-2/+9
2008-07-03oops rollback - didnt mean to uppack jswjames51-2/+2
2008-07-03fix attachment ajax upload callbacks - forgot to get form by idwjames51-2/+2
2008-06-27if no gContent is available, we fall back to using gBitUser. this is ↵Max Kremmel1-1/+8
necessary when deleting attachments from personal wiki page
2008-06-23Tidy phpdoc headerLester Caine1-2/+2
Need to sort out a standard format for this so that all the relevent stuff is covered
2008-06-22submit title as some content requires it in verify, also a number of other ↵wjames51-2/+2
minor bug fixes - ajax attachments now works again
2007-11-08massive update to javascript and css file loading. main aim is to reduce the ↵Max Kremmel1-2/+2
number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser. to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> ); to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' ); if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work.
2007-11-06uncomment attachment deletionMax Kremmel1-2/+2
2007-10-31move js inclusion stuff to the right fileMax Kremmel1-1/+6
2007-10-31fix attachments ajax conflict by using a simple file to wrap request and ↵Max Kremmel1-51/+2
handle liberty related ajax calls and generally try to simplify insanity of code
2007-10-31fix attachment deletion, revert recent ajax related changes and try to fix ↵Max Kremmel1-38/+39
them in a way that might suit everyone
2007-10-30comment out fetch of edit_storage_list - this include shouldnt end by ↵wjames51-10/+14
pulling in display info - it is used by common ajax loads of edit forms. the tpl rendering should be moved to an external place.
2007-10-26comment out die at end of process - it kills all attempts to ajax edit any ↵wjames51-2/+12
content - if you need to kill the process then it needs to be selectively targeted, this is too general for all use cases of this inc.
2007-10-18clean up code so only ajax is loaded whenneccessary, re-assign gContent only ↵Christian Fowler1-9/+12
with attachments have been deleted, clean up perm checking to use the content level check
2007-10-10migrate core ajax services off prototype to mochikitwjames51-2/+3
2007-10-03load edit_storage_inc.php through the liberty edit service, update all ↵Max Kremmel1-7/+22
instances of the attachment list when we delete an item, fix display on attachment deletion
2007-09-26more code cleanup. including this file from the template causes problems ↵Max Kremmel1-4/+6
when deleting attachments in ajax mode. we'll have to think of a way to fix this...
2007-09-19remove detachment remanantsMax Kremmel1-15/+8
2007-07-11set gBitThemes globalMax Kremmel1-6/+6
2007-07-10move loadAjax() to BitThemesMax Kremmel1-2/+2
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-2/+2
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-06-20Add new expungingAttachment call to LibertyAttachable to notify content that ↵Nick Palmer1-2/+2
an attachment it is connected to is dying. Restore delete to edit_storage_list gated by a new permission. Ensure that fisheye and treasury delete when their attachments delete.
2007-06-18General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ↵Nick Palmer1-8/+3
actually expunge. Default is now to detach. Make fisheye delete on expunge. Make treasury use expungeAttachment() to do the work so we can hook that to notify other content.
2007-04-18Various attachment related changes to make things more ajax and fix bugs.Nick Palmer1-1/+2
2007-04-16AJAX attachment uploader. This stuff ROCKS!Nick Palmer1-14/+18
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-3/+3
2006-02-02detikifyMax Kremmel1-2/+2
2006-01-24merge recent changes into HEADMax Kremmel1-2/+8
2005-11-22merge recent changes into HEADMax Kremmel1-22/+18
2005-10-29merge recent changes into HEADMax Kremmel1-1/+4
2005-08-30synch recent changes from R1 to HEADMax Kremmel1-3/+3
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-2/+2
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-3/+3
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-5/+13
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+46