| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-05-31 | remove mochikit dependency; use BitBase.SimpleAjax instead; tweak logic to ↵ | Christian Fowler | 1 | -17/+26 | |
| hide + and - in add to content; add isInStructure method | |||||
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵ | wjames5 | 3 | -4/+4 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2010-04-17 | fine tune single plural selection of type namepre_ctype_desc_name_schmeachange | wjames5 | 2 | -2/+1 | |
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵ | wjames5 | 1 | -2/+2 | |
| accessed though systme hash with get name method call, still no schema change required | |||||
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵ | wjames5 | 1 | -2/+2 | |
| accessed though systme hash with get name method call, still no schema change required | |||||
| 2010-04-17 | step two of contenttype name plural - convert all mType references to ↵ | wjames5 | 1 | -1/+1 | |
| getContentTypeName(), each of these was manually checked for rendering | |||||
| 2010-04-17 | step one of contenttype name plural - new methods to fetch name in ↵ | wjames5 | 1 | -2/+2 | |
| libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change | |||||
| 2010-04-08 | add a char counter to textarea plugin, set maxchars=n to invoke, not ↵ | wjames5 | 1 | -2/+18 | |
| compatible with various html js editors - someone more ambitious can add such complex capability | |||||
| 2010-03-20 | add option to display require icon | wjames5 | 1 | -0/+1 | |
| 2010-03-18 | Make the p_liberty_read_comments permission actually be required to see comments | Daniel Sutcliffe | 1 | -25/+27 | |
| 2010-03-16 | skip display if $attachment is empty, which may be the case for old, broken ↵ | Christian Fowler | 1 | -2/+2 | |
| content | |||||
| 2010-02-23 | strip_tags from filename (description), so that <p> etc. don't end up inside <a> | laetzer | 1 | -1/+1 | |
| 2010-02-21 | preserve functionality for statically invoked service files when there is no ↵ | Christian Fowler | 1 | -2/+2 | |
| object (upload services are the most notable need) | |||||
| 2010-02-21 | check for valid gContent before trying to access it | Christian Fowler | 1 | -1/+1 | |
| 2010-02-15 | new feature check if content type has service available to it - anticipates ↵ | wjames5 | 1 | -2/+2 | |
| integration of lcconfig some day - defaults to true for non lcconfig installations | |||||
| 2010-02-14 | add space before "Allow HTML" checkbox | Max Kremmel | 1 | -1/+1 | |
| 2010-02-12 | display error if there is one | wjames5 | 1 | -0/+1 | |
| 2010-02-12 | flatten services hash and introduce new param for adding some meta data ↵ | wjames5 | 1 | -5/+3 | |
| about services to easy site configuration, see lcconfig | |||||
| 2010-02-10 | update javascript to use BitBase namespace | Christian Fowler | 1 | -4/+4 | |
| 2010-02-10 | update javascript to use BitBase namespace | Christian Fowler | 2 | -3/+3 | |
| 2010-01-30 | add View link | Christian Fowler | 1 | -3/+7 | |
| 2010-01-30 | add center comments | Christian Fowler | 2 | -0/+69 | |
| 2009-10-29 | set primary_attachment_id in mInfo from mStorage, and standardize on that in ↵ | Christian Fowler | 1 | -1/+1 | |
| edit tpls | |||||
| 2009-10-20 | Limit perm name to admins | Tyler Bello | 1 | -1/+1 | |
| 2009-10-20 | Fix pathing to bit_setup_inc.php | Tyler Bello | 1 | -1/+1 | |
| 2009-10-16 | default to <span style='display:inline-block'> for att-pluging wrapper. This ↵ | Christian Fowler | 1 | -2/+2 | |
| insures maximum compatibility in all browsers, and allow att's to line up horizontally. (read up on span and inline-block for details why it must be this combo | |||||
| 2009-10-15 | sorround description in div tag so it doesnt break inline elements like the ↵ | Tyler Bello | 1 | -1/+1 | |
| <p> :P | |||||
| 2009-10-15 | sorround description in p tag so it doesnt break inline elements like the <br/> | Tyler Bello | 1 | -1/+2 | |
| 2009-10-15 | Add width and height attributes to image in mime attachment tpl so that they ↵ | Tyler Bello | 1 | -2/+2 | |
| actually respect the size that was passed in | |||||
| 2009-10-08 | check all 3 comment flags | wjames5 | 1 | -1/+1 | |
| 2009-10-08 | loose check if we are editing a comment or content so we can check the right ↵ | wjames5 | 1 | -9/+24 | |
| objects format guid | |||||
| 2009-09-17 | reduce clutter in tpl - remove excess verbage, and remove table column | Christian Fowler | 1 | -18/+14 | |
| 2009-09-15 | if we have a single format in the liberty hash use it - this lets us get the ↵ | wjames5 | 1 | -1/+7 | |
| meta data so we can let user know the format type in effect, otherwise use default. | |||||
| 2009-06-30 | move $() into BitBase name space, and use document.getElementById in ↵ | Christian Fowler | 1 | -5/+5 | |
| distro'ed packages | |||||
| 2009-06-30 | include required javascript for Multifile uploads | Christian Fowler | 1 | -0/+1 | |
| 2009-05-17 | clean up inline login form and use choose div classes based on what they ↵ | bitweaver.org | 1 | -13/+12 | |
| represent and not what they look like | |||||
| 2009-05-05 | remove depricated storeage plugin stuff and crusty outdated ajax bits | wjames5 | 1 | -14/+1 | |
| 2009-05-04 | fix html and indent with tabs | Max Kremmel | 1 | -37/+33 | |
| 2009-05-01 | use is_editable, which comes from userCanEdit which should take all of the ↵ | Christian Fowler | 1 | -3/+1 | |
| removed conditionals into account | |||||
| 2009-04-28 | add display for User if user_id is set | Christian Fowler | 1 | -0/+3 | |
| 2009-04-28 | add hidden fields for user_id and sort_mode in restrict listing form | Christian Fowler | 1 | -2/+3 | |
| 2009-04-28 | make storage_thumbs listing more like a true listing of attachments | Christian Fowler | 1 | -19/+69 | |
| 2009-04-13 | cap menu item and translate | wjames5 | 1 | -1/+1 | |
| 2009-04-07 | Ajax filter not working reliably - replaced with {minifind} simply to get it ↵ | Lester Caine | 1 | -0/+4 | |
| working for now | |||||
| 2009-03-17 | upgrade Comments to LiberytMime to support attaching files to comments. big ↵ | wjames5 | 4 | -1/+70 | |
| move also of comment storage hash verification into LComm::verifyComment, everything else is support. new liberty admin option to enabled attachments on comments. boards and tickters verification bits move into verification services | |||||
| 2009-03-09 | Don't show the Format Help tab if there is none to show | Daniel Sutcliffe | 1 | -15/+17 | |
| 2009-02-25 | move captcha next to comment_name, add params.id and params.style to ↵ | Christian Fowler | 1 | -2/+2 | |
| captcha.tpl so inline login can toggle captcha display | |||||
| 2009-02-25 | add code to be able to do online login/registration when posting comment | Christian Fowler | 1 | -2/+23 | |
| 2009-02-24 | remove all php includes | Max Kremmel | 1 | -2/+0 | |
| 2009-02-24 | move data.dbreport.php to a non distro package | Christian Fowler | 1 | -29/+0 | |
