summaryrefslogtreecommitdiff
path: root/LibertyContent.php
AgeCommit message (Collapse)AuthorFilesLines
2006-08-27move storeHistory into it's own method so it can be properly overridden in ↵Christian Fowler1-5/+16
derived classes
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 ↵Christian Fowler1-1/+11
Request_URI to a content's thumbnail representation. It is up to the derived content what exactly this means. If not implemented in the content's class, LibertyContent method will return NULL, which is an acceptable case meaning no thumbnail is available. FisheyeGallery, BitUser might return pictures, BitArticle might return the article topic image, etc.
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 ↵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 Kremmel1-37/+35
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-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 ↵Max Kremmel1-30/+38
extension, pass full parameter hash on to parser instead of slew of individual parameters
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 ↵Max Kremmel1-3/+46
function during LibertyContent::expunge() call Modified Files: liberty/LibertyContent.php liberty/admin/admin_liberty_inc.php liberty/plugins/format.tikiwiki.php liberty/templates/admin_liberty.tpl
2006-06-15support BIT_CONTENT_MAX_TITLE_LEN for hand tinkering databases to have ↵Wakeworks1-3/+5
larger or smaller title lengths
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 ↵Sylvie Greverend1-3/+3
have already been changed
2006-05-15optionnal hash for getServicesSql to trnansfer info like filter on this ↵Sylvie Greverend1-4/+4
pigeonhole
2006-05-05rename liberty_content_prefs.name to liberty_content_prefs.pref_name to keep ↵Max Kremmel1-6/+6
everything conform
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 ↵Max Kremmel1-3/+10
where they get loaded from within an object. add servicesSql stuff to comments for things like stars to work with comments.
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-2/+2
2006-04-10revert recent changes. didn't work as expected.Max Kremmel1-2/+2
2006-04-10change behaviour of liberty data plugin parsing: plugins and their contents ↵Max Kremmel1-2/+2
are not parsed by format parser anymore. if you want to parse text within the plugin, you need to call the parser yourself from within the plugin, you need to call LibertyContent::parseData manually
2006-03-25remove debugChristian Fowler1-3/+1
2006-03-25fix _REQUEST references with pParamHash, remove htmlspecialcharsChristian Fowler1-4/+8
2006-03-23use getField call for code clean upChristian Fowler1-3/+3
2006-03-20pass $this on to serviceSql functionMax Kremmel1-3/+2
2006-03-12remove debugMax Kremmel1-2/+1
2006-03-12use htmlspecialchars() instead of htmlentities() for the liberty_content.titleMax Kremmel1-2/+3
2006-03-06prevent any HTML in content titles (XSS hack reported by Kiki ↵Christian Fowler1-5/+5
http://kiki91.altervista.org / Black_Z3r0 / http://blackzero.netsons.org )
2006-02-27fix action_log table nameChristian Fowler1-3/+3
2006-02-24remove 'user' reserved word AS alias since it causes hell with no quotes.Christian Fowler1-2/+2
2006-02-24have thumbnail listing be a selectable option of thumbnails sizesChristian Fowler1-2/+2
2006-02-23make sure an array is never passed on to $dataMax Kremmel1-3/+7
2006-02-22clean up getDisplayUrl, clean expungeComments for generalized Db layersChristian Fowler1-10/+11