| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-08-04 | Call-time pass-by-reference has been deprecated | Christian Fowler | 1 | -2/+2 | |
| 2008-07-15 | call the upload function of active plugins. | Max Kremmel | 1 | -2/+9 | |
| 2008-07-03 | oops rollback - didnt mean to uppack js | wjames5 | 1 | -2/+2 | |
| 2008-07-03 | fix attachment ajax upload callbacks - forgot to get form by id | wjames5 | 1 | -2/+2 | |
| 2008-06-27 | if no gContent is available, we fall back to using gBitUser. this is ↵ | Max Kremmel | 1 | -1/+8 | |
| necessary when deleting attachments from personal wiki page | |||||
| 2008-06-23 | Tidy phpdoc header | Lester Caine | 1 | -2/+2 | |
| Need to sort out a standard format for this so that all the relevent stuff is covered | |||||
| 2008-06-22 | submit title as some content requires it in verify, also a number of other ↵ | wjames5 | 1 | -2/+2 | |
| minor bug fixes - ajax attachments now works again | |||||
| 2007-11-08 | massive update to javascript and css file loading. main aim is to reduce the ↵ | Max Kremmel | 1 | -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-06 | uncomment attachment deletion | Max Kremmel | 1 | -2/+2 | |
| 2007-10-31 | move js inclusion stuff to the right file | Max Kremmel | 1 | -1/+6 | |
| 2007-10-31 | fix attachments ajax conflict by using a simple file to wrap request and ↵ | Max Kremmel | 1 | -51/+2 | |
| handle liberty related ajax calls and generally try to simplify insanity of code | |||||
| 2007-10-31 | fix attachment deletion, revert recent ajax related changes and try to fix ↵ | Max Kremmel | 1 | -38/+39 | |
| them in a way that might suit everyone | |||||
| 2007-10-30 | comment out fetch of edit_storage_list - this include shouldnt end by ↵ | wjames5 | 1 | -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-26 | comment out die at end of process - it kills all attempts to ajax edit any ↵ | wjames5 | 1 | -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-18 | clean up code so only ajax is loaded whenneccessary, re-assign gContent only ↵ | Christian Fowler | 1 | -9/+12 | |
| with attachments have been deleted, clean up perm checking to use the content level check | |||||
| 2007-10-10 | migrate core ajax services off prototype to mochikit | wjames5 | 1 | -2/+3 | |
| 2007-10-03 | load edit_storage_inc.php through the liberty edit service, update all ↵ | Max Kremmel | 1 | -7/+22 | |
| instances of the attachment list when we delete an item, fix display on attachment deletion | |||||
| 2007-09-26 | more code cleanup. including this file from the template causes problems ↵ | Max Kremmel | 1 | -4/+6 | |
| when deleting attachments in ajax mode. we'll have to think of a way to fix this... | |||||
| 2007-09-19 | remove detachment remanants | Max Kremmel | 1 | -15/+8 | |
| 2007-07-11 | set gBitThemes global | Max Kremmel | 1 | -6/+6 | |
| 2007-07-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -2/+2 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 1 | -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-20 | Add new expungingAttachment call to LibertyAttachable to notify content that ↵ | Nick Palmer | 1 | -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-18 | General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ↵ | Nick Palmer | 1 | -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-18 | Various attachment related changes to make things more ajax and fix bugs. | Nick Palmer | 1 | -1/+2 | |
| 2007-04-16 | AJAX attachment uploader. This stuff ROCKS! | Nick Palmer | 1 | -14/+18 | |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 1 | -3/+3 | |
| 2006-02-02 | detikify | Max Kremmel | 1 | -2/+2 | |
| 2006-01-24 | merge recent changes into HEAD | Max Kremmel | 1 | -2/+8 | |
| 2005-11-22 | merge recent changes into HEAD | Max Kremmel | 1 | -22/+18 | |
| 2005-10-29 | merge recent changes into HEAD | Max Kremmel | 1 | -1/+4 | |
| 2005-08-30 | synch recent changes from R1 to HEAD | Max Kremmel | 1 | -3/+3 | |
| 2005-08-07 | merge recent changes from R1 to HEAD | Max Kremmel | 1 | -2/+2 | |
| 2005-08-01 | merge recent changes with HEAD - R1 and HEAD are identical now | Max Kremmel | 1 | -3/+3 | |
| 2005-06-28 | Merge recent changes from R1 into HEAD | Christian Fowler | 1 | -5/+13 | |
| 2005-06-19 | IMPORT TikiPro CLYDE FINAL | bitweaver.org | 1 | -0/+46 | |
