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