| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2006-02-08 | Add source_id and group_id | Lester Caine | 1 | -2/+11 |
| 2006-02-08 | Wed Feb 8 13:30:46 2006 Michael Jennings (mej) | Michael Jennings | 1 | -2/+2 |
| 2006-02-08 | return preferences when a content_id is specified | Max Kremmel | 1 | -3/+5 |
| 2006-02-07 | silence version check | Max Kremmel | 1 | -2/+2 |
| 2006-02-07 | check for mInfo['version'] not mPageId | Max Kremmel | 1 | -2/+2 |
| 2006-02-07 | finish move of content versioning to liberty_content - had to move version co... | Christian Fowler | 1 | -7/+183 |
| 2006-02-06 | Change ['control'] to ['listInfo'] | Lester Caine | 1 | -34/+34 |
| 2006-02-06 | more preference standardisation | Max Kremmel | 1 | -7/+7 |
| 2006-02-04 | remove rankings from kernel, unify rankings in single function: LibertyConten... | Max Kremmel | 1 | -2/+29 |
| 2006-02-02 | make event_time follow last_modified time if event_time isn't specified | Hash9 | 1 | -1/+2 |
| 2006-02-01 | detikify sequence name | Christian Fowler | 1 | -2/+2 |
| 2006-02-01 | detikify liberty | Max Kremmel | 1 | -52/+52 |