| Age | Commit message (Expand) | Author | Files | Lines |
| 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 wh... | Max Kremmel | 1 | -3/+10 |
| 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 a... | Max Kremmel | 1 | -2/+2 |
| 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 http://kiki91.a... | Christian Fowler | 1 | -5/+5 |
| 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 |
| 2006-02-22 | add getContentTypeDescription methods - particularly useful in .tpl files | Christian Fowler | 1 | -1/+9 |
| 2006-02-21 | Add title to liberty_content_links, fixes backlinks on newly created pages, a... | Jams H Thompson | 1 | -10/+11 |
| 2006-02-20 | fix get content type for empty objects | Christian Fowler | 1 | -1/+4 |
| 2006-02-20 | store the lang_code found in $_REQUEST by default | Max Kremmel | 1 | -2/+9 |
| 2006-02-20 | Correct brackets | Lester Caine | 1 | -4/+5 |
| 2006-02-20 | Merge recent changes to HEAD | Sean Lee | 1 | -1/+25 |
| 2006-02-19 | ensure that $data is set to $pMixed if all else fails | bitweaver.org | 1 | -2/+2 |
| 2006-02-19 | before adding the link to liberty_content_links, check if it's already present. | Max Kremmel | 1 | -2/+4 |
| 2006-02-19 | Fix reserved word field names | Lester Caine | 1 | -3/+3 |
| 2006-02-18 | fix formatGuid with pFromatGuid *is* passed in (like in Preview) | bitweaver.org | 1 | -5/+7 |
| 2006-02-18 | check empty history_comment | bitweaver.org | 1 | -3/+3 |
| 2006-02-18 | insert missing space | bitweaver.org | 1 | -2/+2 |
| 2006-02-18 | Fix reserved word field names - follow on from schema | Lester Caine | 1 | -8/+8 |
| 2006-02-17 | rename and move wiki_action_log to generalized liberty_action_log in liberty,... | Christian Fowler | 1 | -3/+3 |
| 2006-02-17 | rename and move wiki_action_log to generalized content_action_log in liberty,... | Christian Fowler | 1 | -4/+4 |
| 2006-02-16 | return unparsed data as default | Max Kremmel | 1 | -3/+3 |
| 2006-02-16 | fix typo - use or wrong variable name | Max Kremmel | 1 | -5/+5 |
| 2006-02-16 | new API for parseData(); please view ApiChangeLog for details | Max Kremmel | 1 | -13/+41 |
| 2006-02-16 | replace tp alias with either atp (article_topic) or wp (wiki_page) | Max Kremmel | 1 | -6/+6 |
| 2006-02-14 | rename content_load_function to content_load_sql_function | Max Kremmel | 1 | -2/+2 |
| 2006-02-13 | allow overriding of order_table in listHash | Max Kremmel | 1 | -1/+3 |
| 2006-02-11 | Strip in-line group_id | Lester Caine | 1 | -2/+1 |
| 2006-02-11 | Restore package and filter persistance on pagination and sort order changes | Lester Caine | 1 | -5/+4 |
| 2006-02-10 | remove the source_id column and replace it with a language map in languages: ... | Max Kremmel | 1 | -7/+1 |
| 2006-02-10 | fix listing of content by only using contentTypes hash | Christian Fowler | 1 | -5/+5 |
| 2006-02-10 | Restructure to use the servicesSql and tidy JOIN order to allow Firebird to r... | Lester Caine | 1 | -32/+35 |
| 2006-02-10 | add proector support, remove \!gatekeeper specific code, and service function... | Christian Fowler | 1 | -12/+6 |
| 2006-02-09 | Filter content by group_id - block content not flagged with a group_id matchi... | Lester Caine | 1 | -2/+8 |
| 2006-02-09 | Add group_id filter - enabled only of gatekeeper is off. | Lester Caine | 1 | -3/+7 |
| 2006-02-09 | Create base functions for isViewable, isEditable, and isAdminable | Lester Caine | 1 | -4/+35 |
| 2006-02-08 | major change of BitDbBase::associateUpdate method - it now takes a simpler ar... | Christian Fowler | 1 | -3/+2 |
| 2006-02-08 | Remove white space at start of SQL query - stopping Firebird driver setting u... | Lester Caine | 1 | -4/+2 |
| 2006-02-08 | php: introduce new method: getPref( $package, $pref, $defaut ) (order is open... | Max Kremmel | 1 | -5/+1 |