| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-27 | move storeHistory into it's own method so it can be properly overridden in ↵ | Christian Fowler | 1 | -5/+16 | |
| derived classes | |||||
| 2006-08-26 | Fix typos | Jams H Thompson | 1 | -3/+3 | |
| 2006-08-25 | getContentList new param: last_modified to filter the contentsmodifed since | Sylvie Greverend | 1 | -1/+6 | |
| 2006-08-25 | add the possibility to filter content by pigeonholes | Sylvie Greverend | 1 | -2/+2 | |
| 2006-08-22 | must remove hits if remove conten_id | Sylvie Greverend | 1 | -1/+5 | |
| 2006-08-20 | add content_list_history_sql_function hook to get history method | Hash9 | 1 | -5/+19 | |
| 2006-08-19 | added getThumbnailUrl - a not-so-pure virtual function that returns ↵ | Christian Fowler | 1 | -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-19 | missing paren in query | Christian Fowler | 1 | -3/+3 | |
| 2006-08-19 | fix hits SQL | Max Kremmel | 1 | -3/+2 | |
| 2006-08-18 | fix SQL syntax | Max Kremmel | 1 | -4/+4 | |
| 2006-08-16 | Improve SQL performance and add liberty_content_hits table | Jams H Thompson | 1 | -10/+62 | |
| 2006-08-15 | better to choose the default format guid if any thatn tikiwiki | Sylvie Greverend | 1 | -2/+6 | |
| 2006-07-31 | change order of WHERE clause to be consist and pick up multi-column indexes | Christian Fowler | 1 | -3/+3 | |
| 2006-07-23 | move content_enter_html checks out of BitPage and into LibertyContent | Christian Fowler | 1 | -5/+17 | |
| 2006-07-18 | make sure storePermission removes unwanted permissions before storing new ones | Max Kremmel | 1 | -3/+3 | |
| 2006-07-18 | add new method that allows you to transparently update $gBitUser->mPerms ↵ | Max Kremmel | 1 | -1/+30 | |
| with the custom permissions of the loaded content | |||||
| 2006-07-18 | try to clean up some of the obejct permission code - make it easy to assign ↵ | Max Kremmel | 1 | -37/+35 | |
| object permissions using liberty/content_permissions_inc.php | |||||
| 2006-07-17 | oops, committed wrong version a second ago. rename tables back to what they ↵ | Max Kremmel | 1 | -28/+29 | |
| were... | |||||
| 2006-07-17 | implement fatal message | Max Kremmel | 1 | -29/+34 | |
| 2006-07-07 | avoid notice if bindVars was not declared as an array | Sylvie Greverend | 1 | -2/+6 | |
| 2006-06-20 | allow caching to various files by allowing specification of cache file ↵ | Max Kremmel | 1 | -30/+38 | |
| extension, pass full parameter hash on to parser instead of slew of individual parameters | |||||
| 2006-06-19 | lots of caching work. cleaned up functions and made them more logical | Max Kremmel | 1 | -15/+25 | |
| 2006-06-19 | make sure it creates a dir even when the content_id is 1000 | Max Kremmel | 1 | -4/+3 | |
| 2006-06-18 | liberty based caching: caching done to file, added call to parser expunge ↵ | Max Kremmel | 1 | -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-15 | support BIT_CONTENT_MAX_TITLE_LEN for hand tinkering databases to have ↵ | Wakeworks | 1 | -3/+5 | |
| larger or smaller title lengths | |||||
| 2006-05-31 | Remove COUNT reserved word clash | Lester Caine | 1 | -3/+3 | |
| 2006-05-25 | if the data are empty, change the content_store['data'], mInfo['data'] can ↵ | Sylvie Greverend | 1 | -3/+3 | |
| have already been changed | |||||
| 2006-05-15 | optionnal hash for getServicesSql to trnansfer info like filter on this ↵ | Sylvie Greverend | 1 | -4/+4 | |
| pigeonhole | |||||
| 2006-05-05 | rename liberty_content_prefs.name to liberty_content_prefs.pref_name to keep ↵ | Max Kremmel | 1 | -6/+6 | |
| everything conform | |||||
| 2006-04-30 | rename some user settings in liberty_content_prefs | Max Kremmel | 1 | -2/+2 | |
| 2006-04-29 | make it possible to store html data on a per page basis | Max Kremmel | 1 | -2/+8 | |
| 2006-04-19 | more kernel_config renames | Max Kremmel | 1 | -2/+2 | |
| 2006-04-13 | oops: last param not always used: I don't think it can be changed | Sylvie Greverend | 1 | -2/+2 | |
| 2006-04-12 | syntax error: can't have & and = for a parameter | Sylvie Greverend | 1 | -2/+2 | |
| 2006-04-12 | optionally pass on custom object to getServicesSql for stuff like comments ↵ | Max Kremmel | 1 | -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-11 | more permissions housekeeping and tidyup | Max Kremmel | 1 | -2/+2 | |
| 2006-04-10 | revert recent changes. didn't work as expected. | Max Kremmel | 1 | -2/+2 | |
| 2006-04-10 | change behaviour of liberty data plugin parsing: plugins and their contents ↵ | Max Kremmel | 1 | -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-25 | remove debug | Christian Fowler | 1 | -3/+1 | |
| 2006-03-25 | fix _REQUEST references with pParamHash, remove htmlspecialchars | Christian Fowler | 1 | -4/+8 | |
| 2006-03-23 | use getField call for code clean up | Christian Fowler | 1 | -3/+3 | |
| 2006-03-20 | pass $this on to serviceSql function | Max Kremmel | 1 | -3/+2 | |
| 2006-03-12 | remove debug | Max Kremmel | 1 | -2/+1 | |
| 2006-03-12 | use htmlspecialchars() instead of htmlentities() for the liberty_content.title | Max Kremmel | 1 | -2/+3 | |
| 2006-03-06 | prevent any HTML in content titles (XSS hack reported by Kiki ↵ | Christian Fowler | 1 | -5/+5 | |
| http://kiki91.altervista.org / Black_Z3r0 / http://blackzero.netsons.org ) | |||||
| 2006-02-27 | fix action_log table name | Christian Fowler | 1 | -3/+3 | |
| 2006-02-24 | remove 'user' reserved word AS alias since it causes hell with no quotes. | Christian Fowler | 1 | -2/+2 | |
| 2006-02-24 | have thumbnail listing be a selectable option of thumbnails sizes | Christian Fowler | 1 | -2/+2 | |
| 2006-02-23 | make sure an array is never passed on to $data | Max Kremmel | 1 | -3/+7 | |
| 2006-02-22 | clean up getDisplayUrl, clean expungeComments for generalized Db layers | Christian Fowler | 1 | -10/+11 | |
