summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-23automagically select best image type that's best for the particular upladed ↵Max Kremmel6-105/+147
file, allow override of file types and use liberty thumbnail fetcher where possible
2007-06-23place h3 and date in header for easier stylingMax Kremmel1-3/+7
2007-06-23due to recent changes in the way comments are nested, there is no need for ↵Max Kremmel1-10/+11
incrmenting margins anymore.
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel59-0/+0
msie png fix and add an option to enable it
2007-06-22fix meta constraints. remove UNIQUE since that is guaranteed to break with ↵Christian Fowler1-3/+3
two content of the same type. Multi-column primary on meta_content_map forces multi-column duplicate restraint. virgin install tested.
2007-06-22fix links to user pagesMax Kremmel1-4/+15
2007-06-22try using branded butterfly as liberty iconMax Kremmel1-0/+0
2007-06-22Mod to liberty_meta_content_map to prevent it failing to install.Lester Caine1-3/+3
UNIQUE key added to meta_key index, but that needs to be created before foreign key can be applied.
2007-06-22make use of requireHandlerFile()Max Kremmel1-4/+3
2007-06-22add method to require a specific handler file based on the hash in ↵Max Kremmel1-1/+17
LSys->mContentTypes
2007-06-22clean up constraintsChristian Fowler2-6/+2
2007-06-22SCHEMA CHANGE: update liberty_meta to be properly normalized and mapped, no ↵Christian Fowler2-5/+45
supporting code. SchemaChangelog has been updated
2007-06-22Add phpdoc comment blocksLester Caine2-2/+18
2007-06-22Add phpdoc comment blocksLester Caine5-6/+45
2007-06-21SCHEMA CHANGE: change some stuff in as yet unused table liberty_meta_dataMax Kremmel2-2/+6
2007-06-21provide an easy means (admin_comments_url) for packages to indicate where in ↵Max Kremmel1-1/+16
the admin interface you can modify comment settings
2007-06-21change order of delete sequence that packages such as treasury can freely ↵Max Kremmel1-32/+42
deal with attachment expunge data without constraints, leave data in tables for as long as possible that things like 'load' can still work.
2007-06-21make sure $ret is an array and arrays are camelCapsedMax Kremmel1-7/+7
2007-06-20Add new expungingAttachment call to LibertyAttachable to notify content that ↵Nick Palmer5-9/+58
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-20make it possible to call loadPreferences staticallyMax Kremmel1-4/+12
2007-06-20change int to float on the item_postion columnMax Kremmel2-2/+2
2007-06-19Doh! Don't know how these got missed with the displayPreview fixes from ↵Nick Palmer2-6/+6
yesterday.
2007-06-19include liberty_content_connection_map in upgraderMax Kremmel1-0/+8
2007-06-19SCHEMA CHANGE: add liberty_content_connection_map as descussed on the core ↵Max Kremmel1-1/+10
mailing list
2007-06-19Remove primary_attachment setting. This belongs in INDIVIDUAL content types ↵Nick Palmer1-7/+0
that are using it for something special, NOT in the generic system.
2007-06-19Fixup HMLTPurifier and restore it to functioning health.Nick Palmer1-13/+19
2007-06-18General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ↵Nick Palmer2-85/+29
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-06-18remove large cunks of commented codeMax Kremmel1-88/+1
2007-06-17fix regex that causes seg fault with some data inputJams H Thompson1-2/+2
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ↵Max Kremmel1-3/+2
from tikiwiki days and is tedious to deal with.
2007-06-17add link to online helpMax Kremmel1-1/+9
2007-06-17getGroupPermissions() now takes a parameter hash instead of the individual ↵Max Kremmel1-2/+2
inputs.
2007-06-17Move liberty_linked_attachments to LINKED_ATTACHMENTS in config_inc.phpLester Caine3-8/+5
2007-06-17Add 'liberty_linked_attachments' selectionLester Caine2-4/+9
This will force content_id, attachment_id and file_id to use a single generator The setting of this MUST not be changed once a database is in use!
2007-06-17Add 'liberty_linked_attachments' config item for referenceLester Caine1-2/+3
This will force content_id, attachment_id and file_id to use a single generator It is included here as it is a setting that MUST not be changed once a database is in use!
2007-06-16disable attachment deletion until we have found a way to delete the spawning ↵Max Kremmel1-2/+2
content if there is one
2007-06-16place file details in next lineMax Kremmel1-2/+2
2007-06-16fix size selectionMax Kremmel1-5/+5
2007-06-16Roll back picking up content_id - it can't actaully pick the correct one ↵Lester Caine1-3/+2
with the current relationships.
2007-06-16Obtain content_id if attachment is real contentLester Caine1-2/+3
2007-06-16finally fix the friggin image replacement bugMax Kremmel2-7/+11
2007-06-16Only need Primary Attachment edit for generic Attachment MangerLester Caine1-1/+2
Would be useful to add option to remove primary id without detaching And the attachment list should perhaps highlight the primary attachment better
2007-06-16Allow bitfile to be called in the installerLester Caine1-2/+2
2007-06-16Add generic Primary Attachment to Attachments tabLester Caine1-0/+8
2007-06-16Force default storage_guid to bitfileLester Caine1-13/+4
2007-06-16Ensure bitfile is loaded even if it's direct use is disabled. This allows it ↵Lester Caine1-1/+3
to be used in the background of other packages.
2007-06-16Disable direct upload functions if the plugin is disabled but still allow ↵Lester Caine1-3/+5
plugin to be used for user images, fisheye and other upload functions
2007-06-16Remove fisheye storage format - replaced ny modification of bitfileLester Caine1-115/+0
2007-06-16replace treasury storage plugin with a data plugin. ↵Max Kremmel2-82/+163
treasury/admin/database_update.php has been updated to deal with database changes required fo this to work smoothly
2007-06-16don't throw error when attachment_id give is set to 0. this can happen when ↵Max Kremmel1-2/+2
you save a wiki page and it will mess with page save.