| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-02-22 | add whitespace for conditional levels so code is readable, call {php} includ... | Christian Fowler | 1 | -46/+39 |
| 2009-02-22 | add getThumbnailUrl method that will return the primary attachment, or last a... | Christian Fowler | 1 | -1/+16 |
| 2009-02-21 | If no external database connection string supplied fall back to local database. | Lester Caine | 1 | -8/+14 |
| 2009-02-21 | Tidy dbreport_direct and dbreport_manage - still need to add tools to create ... | Lester Caine | 3 | -18/+52 |
| 2009-02-21 | Move to liberty - plugin will be used from other packages | Lester Caine | 3 | -0/+1733 |
| 2009-02-07 | only display edit icon when a user has the right to edit a comment | Max Kremmel | 1 | -2/+3 |
| 2009-02-06 | when checking for a general user perm you call hasPermission on gBitUser, not... | Tekimaki | 1 | -2/+2 |
| 2009-02-06 | hush up exif_read_data which can be noisy due to crappy files, e.g. "Incorrec... | Christian Fowler | 1 | -3/+4 |
| 2009-02-05 | persist contenttypeguid request properly - handle array params in making urls | Tekimaki | 1 | -2/+2 |
| 2009-02-05 | fix case where all pay be sent in an array - the bug was we were limiting req... | Tekimaki | 1 | -3/+12 |
| 2009-02-05 | fix comment status joins - need comment table ref independently - was depende... | Tekimaki | 1 | -3/+7 |
| 2009-02-04 | fix comments getDisplayUrl - gets url based on root_id - related fix boards t... | Tekimaki | 1 | -3/+8 |
| 2009-02-04 | remove unused p_liberty_delete_attachments perm check | Christian Fowler | 1 | -1/+1 |
| 2009-02-03 | more robust getDisplayUrl | Tekimaki | 1 | -1/+4 |
| 2009-01-31 | remove debug | Christian Fowler | 1 | -2/+1 |
| 2009-01-30 | pass pFunctionParam by reference in invokeServices so service methods can alt... | Christian Fowler | 1 | -2/+3 |
| 2009-01-28 | pass param hash by reference in services - utilized in _list_sql services to ... | Tekimaki | 1 | -2/+2 |
| 2009-01-28 | add some standard help language | Tekimaki | 1 | -0/+1 |
| 2009-01-27 | Help text fixes | Daniel Sutcliffe | 2 | -4/+4 |
| 2009-01-25 | tweak switchboard message | Christian Fowler | 1 | -3/+3 |
| 2009-01-25 | send switchboard 'new comment' event | Christian Fowler | 1 | -2/+14 |
| 2009-01-24 | standardize search with 'find' param, removes find_objects - CUSTOM PACKAGE D... | wjames5 | 4 | -8/+20 |
| 2009-01-24 | tweak connectby query for postgres8.3, check for \!empty($pParamHash['content...R250 | Christian Fowler | 1 | -5/+5 |
| 2009-01-24 | provide a full list of accepted styling methods. | Max Kremmel | 1 | -3/+3 |
| 2009-01-24 | alphabetically sort options for easier overview | Max Kremmel | 1 | -9/+8 |
| 2009-01-23 | check lat lngs are numeric so 0s print | Tekimaki | 1 | -2/+2 |
| 2009-01-23 | only print <br /> when a description is set | Max Kremmel | 1 | -1/+3 |
| 2009-01-23 | disable by default | Max Kremmel | 1 | -2/+2 |
| 2009-01-23 | use serviceLocation='comment' for comment to display to allow service to opt ... | Christian Fowler | 1 | -1/+1 |
| 2009-01-16 | Prevent creation of cache directories when cache is switched off | Lester Caine | 1 | -2/+3 |
| 2009-01-16 | Allow longer page numbers - log had 20000 pages but I could not get to end | Lester Caine | 1 | -1/+1 |
| 2009-01-16 | undefined variable fix | Max Kremmel | 1 | -3/+3 |
| 2009-01-15 | add option to use swftools to convert pdfs to swf and display the PDF inline | Max Kremmel | 4 | -0/+285 |
| 2009-01-15 | use is_executable() instead of unreliable and cumbersome shell_exec() | Max Kremmel | 1 | -4/+4 |
| 2009-01-15 | Fix error when viewing content from tags package. | Nick Palmer | 1 | -2/+2 |
| 2009-01-11 | more code cleanup | Max Kremmel | 1 | -111/+115 |
| 2009-01-11 | clean up code. | Max Kremmel | 1 | -26/+32 |
| 2009-01-10 | make use of get_image_sizes function, add option to set default liberty image... | Max Kremmel | 3 | -9/+24 |
| 2009-01-10 | move fancy zoom stuff to liberty mime, clean up code, set size in $_REQUEST, ... | Max Kremmel | 1 | -1/+11 |
| 2009-01-04 | undefined index fix and some code cleanup | Max Kremmel | 1 | -6/+6 |
| 2009-01-04 | use a better motion estimation method for encoding mp4 files. keep an eye on ... | Max Kremmel | 1 | -4/+4 |
| 2009-01-03 | allow user to specify displayed size when using {attachment} with the new pan... | Max Kremmel | 1 | -1/+6 |
| 2009-01-03 | force a maximum quality of 75 to reduce panoramic image download size and pro... | Max Kremmel | 1 | -2/+22 |
| 2009-01-03 | if we specify output=thumbnail, we can force the use of thumbnail display for... | Max Kremmel | 1 | -6/+7 |
| 2009-01-03 | allow mime plugins to provide wiki help | Max Kremmel | 2 | -27/+70 |
| 2009-01-03 | allow the user to specify the default compression setting for thumbnails | Max Kremmel | 5 | -14/+28 |
| 2009-01-02 | rename 'flv' to 'video', clean up code and fix the use of MP4Box when fixing ... | Max Kremmel | 13 | -162/+217 |
| 2009-01-02 | calculate the maximum possible vertical movement based on the aspect ratio of... | Max Kremmel | 2 | -4/+25 |
| 2009-01-02 | remove image flop. no need for that anymore with new pano viewer | Max Kremmel | 1 | -25/+22 |
| 2009-01-01 | update fspp to new version (renamed to pan0), split swf player into new tpl a... | Max Kremmel | 3 | -66/+13 |