| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-06-12 | set default position of split to 500 | Max Kremmel | 1 | -2/+2 |
| 2007-06-12 | better trailing junk removal regex | Max Kremmel | 1 | -2/+2 |
| 2007-06-11 | Moved purification method to filter where it belongs - code needs to be moved... | Max Kremmel | 1 | -28/+29 |
| 2007-06-10 | make it possible to call parseData statically | Max Kremmel | 1 | -3/+3 |
| 2007-06-10 | keep status functions grouped | Max Kremmel | 1 | -7/+7 |
| 2007-06-10 | check mInfo as well as mPrefs for allow_comments | Max Kremmel | 1 | -4/+11 |
| 2007-06-10 | typo | Max Kremmel | 1 | -2/+2 |
| 2007-06-10 | new feature post comments using ajax - note scroll but in IE is not a functio... | wjames5 | 1 | -1/+9 |
| 2007-06-10 | add optional trailing \n char to split regex | Max Kremmel | 1 | -2/+2 |
| 2007-06-10 | lots of work with respect to the recent addition of filters. pre and post spl... | Max Kremmel | 1 | -66/+63 |
| 2007-06-09 | update comment regarding options for filter stages: pre, post, presplit, post... | Max Kremmel | 1 | -2/+2 |
| 2007-06-09 | update returned variable when filter has been applied | Max Kremmel | 1 | -2/+2 |
| 2007-06-09 | update parseHash['data'] with parsed data for post filters | Max Kremmel | 1 | -1/+2 |
| 2007-06-09 | make sure data is returned when no filter is active | Max Kremmel | 1 | -2/+2 |
| 2007-06-09 | add method to filter data and tentatively added hooks in parseData() | Max Kremmel | 1 | -6/+32 |
| 2007-06-01 | use isOwner() | Max Kremmel | 1 | -2/+2 |
| 2007-05-30 | improvement to LibertyStructures editing - separate Add Content with Mochikit... | Christian Fowler | 1 | -1/+21 |
| 2007-05-21 | content_description is already translated (i think) | Max Kremmel | 1 | -2/+2 |
| 2007-05-21 | Operational fixes for history page with listInfo controls for pagination | Lester Caine | 1 | -10/+15 |
| 2007-05-20 | Ensure that cache path ends in a slash. Fixes bug in expunge. | Nick Palmer | 1 | -2/+3 |
| 2007-05-18 | Move caching out of tikiwiki format and into LibertyContent so all formats | Nick Palmer | 1 | -9/+139 |
| 2007-05-17 | first crack at stencils. They work! woot! tidy up still needed. | Christian Fowler | 1 | -2/+3 |
| 2007-05-15 | fix getCachePath - mkdir_p returns true only if the directory was actually cr... | bitweaver.org | 1 | -5/+6 |
| 2007-05-10 | Fixed open_dir conflict when creating temp folders for liberty due to ambiguo... | Walter Wojcik | 1 | -18/+5 |
| 2007-05-07 | add more content_status stuff - isDeleted methods, and add config defaults to... | Christian Fowler | 1 | -19/+33 |
| 2007-05-01 | return default user permission setting when no content permission is set | Max Kremmel | 1 | -1/+4 |
| 2007-05-01 | undefined variable fix. default permission setting is denied unless user has ... | Max Kremmel | 1 | -5/+6 |
| 2007-05-01 | remove commented code | Christian Fowler | 1 | -12/+1 |
| 2007-05-01 | return true for global admin for content type admin - seemed busted for conte... | Christian Fowler | 1 | -4/+5 |
| 2007-05-01 | fix getPreference for a content_id | Christian Fowler | 1 | -5/+6 |
| 2007-04-15 | merge tp_http_request with BitSystem::fetchRemoteFile, rename function to bit... | Max Kremmel | 1 | -2/+2 |
| 2007-04-15 | merge tp_http_request with BitSystem::fetchRemoteFile, rename function to bit... | Max Kremmel | 1 | -2/+2 |
| 2007-04-10 | fix content perm sql to use gBitUser->mUserId, no lc.user_id | wjames5 | 1 | -2/+5 |
| 2007-04-08 | Add preview functionality and ability to popup based on a content_id. | Nick Palmer | 1 | -1/+24 |
| 2007-04-06 | Add preview function to liberty content and improve generic display_content. | Nick Palmer | 1 | -1/+31 |
| 2007-04-05 | xing commit: disable url caching functions until they are fixed | bitweaver.org | 1 | -1/+7 |
| 2007-04-04 | spiderr commit: fix perms to check for admin | wjames5 | 1 | -2/+2 |
| 2007-04-04 | spiderr commit: Assigned content perms override the indvidual global perms, s... | wjames5 | 1 | -21/+36 |
| 2007-03-31 | add missing tick mark in query | wjames5 | 1 | -2/+2 |
| 2007-03-31 | add whitespace to query, use lcperm for liberty_content_permissions for consi... | Max Kremmel | 1 | -14/+15 |
| 2007-03-31 | lots of content permissions work. tentatively added updateUserPermissions() t... | Max Kremmel | 1 | -15/+21 |
| 2007-03-31 | add some parameter checks to storePermission() and rename uop table alias to ... | Max Kremmel | 1 | -30/+34 |
| 2007-03-29 | remove duplicate preferences store cycle | Max Kremmel | 1 | -8/+1 |
| 2007-03-23 | break hasUserPermission with fatal param into separate verifyPermission funct... | Christian Fowler | 1 | -37/+73 |
| 2007-03-22 | add first pass at getContentPermissionsSql | Christian Fowler | 1 | -2/+9 |
| 2007-03-21 | remove deleted object_type query from expunge | Christian Fowler | 1 | -3/+3 |
| 2007-03-21 | add liberty cache refresh link, clean up some caching issues, add method to c... | Max Kremmel | 1 | -5/+20 |
| 2007-03-20 | rearrange function order for similar perm methods | Christian Fowler | 1 | -26/+26 |
| 2007-03-19 | *SCHEMA CHANGE* move object_permissions to liberty_content_permissions table,... | Christian Fowler | 1 | -34/+126 |
| 2007-03-10 | Fix how I check if a status exists. | Nick Palmer | 1 | -2/+2 |