summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-07apply same standard to all pluginsMax Kremmel22-78/+80
2006-08-06remove unnecessarey check for wiki package active, fixes upgrade script ↵Jams H Thompson1-4/+1
build of liberty_content_links
2006-08-06clean up outputMax Kremmel1-3/+3
2006-08-05add anon_name to schema and upgrade scriptJams H Thompson2-1/+4
2006-08-05make sure mPlugins is an array() when not setMax Kremmel1-2/+2
2006-08-05avoid errors when $gLibertySystem->mPlugins is emptyMax Kremmel1-10/+17
2006-08-05add optional title for code segmentsMax Kremmel1-3/+8
2006-08-05set correct guid for pluginMax Kremmel1-3/+3
2006-08-05clean up plugins to have a uniform help displayMax Kremmel11-64/+73
2006-08-05make help_page optionalMax Kremmel1-2/+2
2006-08-04fixing some upgrader problemsMax Kremmel2-165/+166
2006-08-01fix undefined constant definition error during installationMax Kremmel1-6/+7
2006-07-31rename mPackage to mSystem to avoid variable nameing conflictsMax Kremmel1-14/+14
2006-07-31make LibertySystem extendableMax Kremmel1-34/+34
2006-07-31change order of WHERE clause to be consist and pick up multi-column indexesChristian Fowler1-3/+3
2006-07-31add ip to list contentChristian Fowler1-0/+2
2006-07-31ensure lower case mime type splitChristian Fowler1-2/+2
2006-07-30load only active liberty plugins and eliminate liberty_plugins tableJams H Thompson4-64/+99
2006-07-29another iconMax Kremmel1-0/+0
2006-07-29add some more mime iconsMax Kremmel39-0/+0
2006-07-29fix comments editing checkHash91-3/+3
2006-07-29new files for reply with quote featureHash92-0/+134
2006-07-27remove {renderer}'s dependency on BitBoards, Add reply with quote feature to ↵Hash94-38/+32
comments that works cleanly for all formats
2006-07-26add anon name, and cleanup codeHash94-103/+59
2006-07-26remove big 5 globals that are put in namespace just prior to includeWakeworks1-3/+1
2006-07-24suppose it is a wrong copy/pasteSylvie Greverend1-4/+4
2006-07-23move content_enter_html checks out of BitPage and into LibertyContentChristian Fowler1-5/+17
2006-07-23improve package management and performance, eliminate some package related ↵Jams H Thompson2-4/+12
install errors
2006-07-22add signitures that can be written in any format and stored in a comment ↵Hash92-2/+131
which can have any content type
2006-07-21fix comment paging change hash to ihash (one other change in comments_inc.php)Hash91-1/+1
2006-07-21add support for topic reply notification and locked topicsHash91-14/+42
2006-07-18make sure storePermission removes unwanted permissions before storing new onesMax Kremmel1-3/+3
2006-07-18add new method that allows you to transparently update $gBitUser->mPerms ↵Max Kremmel1-1/+30
with the custom permissions of the loaded content
2006-07-18try to clean up some of the obejct permission code - make it easy to assign ↵Max Kremmel5-37/+183
object permissions using liberty/content_permissions_inc.php
2006-07-17oops, committed wrong version a second ago. rename tables back to what they ↵Max Kremmel1-28/+29
were...
2006-07-17implement fatal messageMax Kremmel1-29/+34
2006-07-16remove unused parameters from registration hashMax Kremmel1-3/+0
2006-07-13tighten regexpsMax Kremmel1-5/+5
2006-07-12adapt comments so it can be used with boardsHash94-66/+73
2006-07-12use LibertyAttachable::expunge to delete a liberty_content - to be sure not ↵Sylvie Greverend1-11/+20
to forget additionnal information
2006-07-12need the list of format_guid to know the format_guid value if only one if ↵Sylvie Greverend1-3/+7
available
2006-07-11add the format choice for a comment - as the comments are parsed - to have ↵Sylvie Greverend2-2/+8
the correctly parsed if the only format is html and not tw
2006-07-11add download iconMax Kremmel1-0/+0
2006-07-11organise functions by content and add more documentationMax Kremmel1-74/+107
2006-07-11add insert iconMax Kremmel1-0/+0
2006-07-11remove unnecessary liberty_get_function() callMax Kremmel1-2/+1
2006-07-10break out comments post formChristian Fowler2-35/+37
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-07avoid notice if bindVars was not declared as an arraySylvie Greverend1-2/+6