summaryrefslogtreecommitdiff
path: root/LibertyAttachable.php
AgeCommit message (Collapse)AuthorFilesLines
2006-07-11remove unnecessary liberty_get_function() callMax Kremmel1-2/+1
2006-07-08include icon in clear thumbnail clear functionMax Kremmel1-2/+2
2006-07-08make original size opitonal as wellMax Kremmel1-3/+6
2006-07-04remove default value for site_temp_dir from schema_inc.php. default values ↵Max Kremmel1-21/+19
were causing problems during install
2006-07-03more docsMax Kremmel1-8/+22
2006-07-03allow option to only create specific thumbnail sizesMax Kremmel1-31/+47
2006-07-03translate error messageMax Kremmel1-2/+2
2006-06-20fix hash keyMax Kremmel1-2/+2
2006-06-13added permissions tweaks for all supported gd image typesJerry Russell1-1/+9
2006-06-13Add chmod 644 to newly uploaded and resized images to allow some wonky ↵Jerry Russell1-1/+8
hosting scenarios to work properly
2006-06-11fix proper handling of pMoveFile in process_genericChristian Fowler1-3/+4
2006-06-05add option to override root path to enable absolute paths - makes it ↵Max Kremmel1-10/+15
possible to store things in non-web accessible directories
2006-06-05fix liberty_process_generic so it doesn't nuke the original file any more ↵Christian Fowler1-10/+10
during image thumbnailing.
2006-06-04add some sanity checks before processingMax Kremmel1-1/+7
2006-05-18try to get liberty_process_archive working againMax Kremmel1-3/+19
2006-05-18revert very important process_archive logic back so subdirs get processed ↵Christian Fowler1-6/+3
properly
2006-05-18return directory if passed a directory in liberty_process_archiveChristian Fowler1-1/+5
2006-05-08remove requirement for files to be uploaded via form. file processing can ↵Max Kremmel1-8/+7
now occur on ftp uploaded files as well
2006-05-03make getStoragePath/Url/Branch calls availabe with static callsMax Kremmel1-8/+13
2006-05-02get xupload working and make changes to liberty and fisheye to allow the use ↵Max Kremmel1-11/+13
of xupload
2006-04-19more kernel_config renamesMax Kremmel1-5/+5
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-4/+4
conflict with new content preferences
2006-02-06unify defined package constantsMax Kremmel1-8/+8
2006-02-02detikify sequence namesMax Kremmel1-3/+3
2006-02-01detikify libertyMax Kremmel1-14/+14
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org1-5/+5
package_ name. have changed everything except liberty except kernel
2006-01-25Added uspport for multiple database backend support. This necessitates ↵Christian Fowler1-10/+7
removal of all use of ->EOF and ->fields on the result sets. Also, queries that snag a single row and then use $rs->fields should revert to the simpler getRow() funciton in the BitDb classes. BitDb.php was broken into kernel/BitDbBase.php and kernel/BitDbAdodb.php. kernel/BitDbPear.php was added wiht functionality for Pear::DB Also, the bitweavercore cvs module now works. So you can install a total barebones bitweaver - even without the wiki package. The main fix was to insure pageExists was only executing if wiki package was active so it would not select from non-existant tables
2006-01-24merge recent changes into HEADMax Kremmel1-7/+6
2006-01-15merge recent changes into HEADMax Kremmel1-2/+2
2005-12-26merge recent changes into HEADMax Kremmel1-16/+16
2005-12-18merge recent changes into HEADMax Kremmel1-9/+9
2005-11-22merge recent changes into HEADMax Kremmel1-86/+312
2005-10-29merge recent changes into HEADMax Kremmel1-4/+11
2005-09-03synch recent changes from R1 to HEADMax Kremmel1-7/+19
2005-08-24synch recent changes from R1 to HEADMax Kremmel1-2/+8
2005-08-11merge recent changes with HEAD - keeping stuff up to date in case someone ↵Max Kremmel1-1/+3
starts going nuts in HEAD
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-23/+18
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-11/+18
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+701