summaryrefslogtreecommitdiff
path: root/LibertyContent.php
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-19missing paren in queryChristian Fowler1-3/+3
2006-08-19fix hits SQLMax Kremmel1-3/+2
2006-08-18fix SQL syntaxMax Kremmel1-4/+4
2006-08-16Improve SQL performance and add liberty_content_hits tableJams H Thompson1-10/+62
2006-08-15better to choose the default format guid if any thatn tikiwikiSylvie Greverend1-2/+6
2006-07-31change order of WHERE clause to be consist and pick up multi-column indexesChristian Fowler1-3/+3
2006-07-23move content_enter_html checks out of BitPage and into LibertyContentChristian Fowler1-5/+17
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 with...Max Kremmel1-1/+30
2006-07-18try to clean up some of the obejct permission code - make it easy to assign o...Max Kremmel1-37/+35
2006-07-17oops, committed wrong version a second ago. rename tables back to what they w...Max Kremmel1-28/+29
2006-07-17implement fatal messageMax Kremmel1-29/+34
2006-07-07avoid notice if bindVars was not declared as an arraySylvie Greverend1-2/+6
2006-06-20allow caching to various files by allowing specification of cache file extens...Max Kremmel1-30/+38
2006-06-19lots of caching work. cleaned up functions and made them more logicalMax Kremmel1-15/+25
2006-06-19make sure it creates a dir even when the content_id is 1000Max Kremmel1-4/+3