summaryrefslogtreecommitdiff
path: root/LibertyContent.php
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-18liberty based caching: caching done to file, added call to parser expunge fun...Max Kremmel1-3/+46
2006-06-15support BIT_CONTENT_MAX_TITLE_LEN for hand tinkering databases to have larger...Wakeworks1-3/+5
2006-05-31Remove COUNT reserved word clashLester Caine1-3/+3
2006-05-25if the data are empty, change the content_store['data'], mInfo['data'] can ha...Sylvie Greverend1-3/+3
2006-05-15optionnal hash for getServicesSql to trnansfer info like filter on this pigeo...Sylvie Greverend1-4/+4
2006-05-05rename liberty_content_prefs.name to liberty_content_prefs.pref_name to keep ...Max Kremmel1-6/+6
2006-04-30rename some user settings in liberty_content_prefsMax Kremmel1-2/+2
2006-04-29make it possible to store html data on a per page basisMax Kremmel1-2/+8
2006-04-19more kernel_config renamesMax Kremmel1-2/+2
2006-04-13oops: last param not always used: I don't think it can be changedSylvie Greverend1-2/+2
2006-04-12syntax error: can't have & and = for a parameterSylvie Greverend1-2/+2
2006-04-12optionally pass on custom object to getServicesSql for stuff like comments wh...Max Kremmel1-3/+10
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-2/+2
2006-04-10revert recent changes. didn't work as expected.Max Kremmel1-2/+2