summaryrefslogtreecommitdiff
path: root/LibertyContent.php
AgeCommit message (Expand)AuthorFilesLines
2007-02-24fix 'seperate' spelling mistakesMax Kremmel1-4/+4
2007-02-16comment out undefined vars for nowChristian Fowler1-3/+4
2007-02-11pagination fixesJams H Thompson1-1/+19
2007-01-21Actually fix history commentsJams H Thompson1-8/+9
2007-01-21fixes for history commentsJams H Thompson1-6/+6
2007-01-07make content permissions sortableMax Kremmel1-3/+9
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-5/+5
2006-12-31translate content descriptionMax Kremmel1-2/+2
2006-12-13Added invocation of content_load_function to allow services to have data that...Nick Palmer1-1/+2
2006-12-08statically call LibertyContent::isValid() from storePreference() that storing...Max Kremmel1-9/+17
2006-12-08remove punctuation from log messagesMax Kremmel1-4/+4
2006-11-16add first methods to utilize liberty_content_status - isPrivate, isProtected,...Christian Fowler1-3/+18
2006-11-10add stub code for expunging structures, needs real workChristian Fowler1-1/+6
2006-11-08allow assignment of a given permission to multiple groups and only return use...Max Kremmel1-15/+53
2006-11-02Re-add content_allow_html preference because existing sites wiht any HTML in ...Christian Fowler1-4/+4
2006-10-13phpDoc correctionsLester Caine1-2/+2
2006-09-22update liberty_content_links when expunge a contentSylvie Greverend1-1/+6
2006-09-21don't use _URL as relative path. use _PATH for file dealingsMax Kremmel1-18/+8
2006-09-20first pass at http://www.bitweaver.org/wiki/Liberty+Content+Status - basics a...Christian Fowler1-1/+7
2006-09-20shorten log messagesMax Kremmel1-5/+5
2006-09-19fixes from and until date rangewjames51-3/+3
2006-09-19log message cleanup and add option to delete old log entriesMax Kremmel1-5/+12
2006-09-19use correct hash to get title for logMax Kremmel1-2/+2
2006-09-18remove old commented codeMax Kremmel1-15/+2
2006-09-16remove diff commentsMax Kremmel1-16/+1
2006-09-16add logging back to expunge functionMax Kremmel1-3/+3
2006-09-15add captcha to liberty commentsChristian Fowler1-2/+2
2006-09-15add basic logging to liberty, clean up liberty_action_log table and enable so...Max Kremmel1-5/+197
2006-09-13autoload preference during first getPreference callChristian Fowler1-1/+11
2006-09-08some cleanup in getContentList(), fix syntax and clean up in get_content.php,...Max Kremmel1-29/+71
2006-09-06fix cant query for pgsql when there's a joinMax Kremmel1-9/+16
2006-09-06make case insensitiveMax Kremmel1-2/+2
2006-09-06cleanup crazy whereSql stuff with a legit solutionChristian Fowler1-2/+2
2006-09-06cleanup crazy whereSql stuff with a legit solutionChristian Fowler1-2/+1
2006-09-06cleanup crazy whereSql stuff with a legit solutionChristian Fowler1-2/+2
2006-09-06patches WHERE clause in getContentListwjames51-2/+2
2006-09-06initialize return value in case nothing comes backChristian Fowler1-1/+17
2006-09-05getContentList pqrqm end_date to get the content modified beforeSylvie Greverend1-7/+13
2006-09-01fix getContentList queryMax Kremmel1-6/+7
2006-08-31better getFilterSqlSylvie Greverend1-20/+38
2006-08-31remove typo in queryChristian Fowler1-2/+2
2006-08-29add comment regarding search related entry in LCMax Kremmel1-2/+4
2006-08-29if a content_id has a function getFilterSql, this function will be called at ...Sylvie Greverend1-5/+31
2006-08-27move storeHistory into it's own method so it can be properly overridden in de...Christian Fowler1-5/+16
2006-08-26Fix typosJams H Thompson1-3/+3
2006-08-25getContentList new param: last_modified to filter the contentsmodifed sinceSylvie Greverend1-1/+6
2006-08-25add the possibility to filter content by pigeonholesSylvie Greverend1-2/+2
2006-08-22must remove hits if remove conten_idSylvie Greverend1-1/+5
2006-08-20add content_list_history_sql_function hook to get history methodHash91-5/+19
2006-08-19added getThumbnailUrl - a not-so-pure virtual function that returns Request_U...Christian Fowler1-1/+11