summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorFilesLines
2007-03-31disable permissions tab for now.Max Kremmel1-2/+2
2007-03-31move _inc content into tpl that's calling itMax Kremmel1-1/+100
2007-03-31Fixed pagination of comments with pretty_urls on and direct pagination.Nick Palmer1-2/+2
2007-03-31lots of content permissions work. tentatively added updateUserPermissions() t...Max Kremmel3-78/+103
2007-03-29move stars menu to its own and out of libertywjames51-3/+0
2007-03-29you cannot have nested forms - services are inserted into forms, rename some ...Max Kremmel1-5/+6
2007-03-21add liberty cache refresh link, clean up some caching issues, add method to c...Max Kremmel2-0/+3
2007-03-17some work on content translations - basics are working now. need to clean up ...Max Kremmel1-0/+3
2007-03-16add liberty content edit tab, with support for permissionsChristian Fowler1-0/+13
2007-03-10Doh! Forgot to add these two with the owner and status changes.Nick Palmer2-0/+11
2007-03-10Added support for changing status and owners of content. Reordered some statu...Nick Palmer1-3/+3
2007-03-06add id to post div for anchor targettingMax Kremmel1-1/+1
2007-02-25allow for naming the structure type you are working with 'Presentation' or 'B...TekiMaki1-2/+5
2007-02-17prevent anonymous user from editing any anonymous comment.Christian Fowler1-1/+1
2007-02-16Fix so content_id is included properly in detach url when base url does not h...Nick Palmer1-1/+5
2007-01-14replace contents of modifier.display_bytes.php with modifier.kbsize.php and u...Max Kremmel2-2/+2
2007-01-11add option to scan for usage of a given attachment id in contentMax Kremmel1-1/+24
2007-01-07make content permissions sortableMax Kremmel1-2/+2
2007-01-07simplify template a bit by moving cache times to a hash in the php fileMax Kremmel1-13/+1
2007-01-06add ImageMagick to both imagemagick options labelChristian Fowler1-2/+2
2007-01-05searched for .title} .description} and .data} and added |escape where appropr...Max Kremmel2-2/+2
2006-12-31mising {tr}sMax Kremmel1-1/+1
2006-12-30clickable link for displaynameMax Kremmel1-1/+1
2006-12-23clean out a lot of the old structure stuff. comment unused functions and move...Max Kremmel1-0/+8
2006-12-23default to own attachments for admin as wellMax Kremmel1-1/+1
2006-12-22whitespaceMax Kremmel1-6/+6
2006-11-26move getAttachmentList function to LibertyAttachable, where it belongs and ad...Max Kremmel2-1/+62
2006-11-25make liberty status stuff optional and hide for now since it's not being used...Max Kremmel2-7/+8
2006-11-16simplify some pretty insane codeMax Kremmel1-7/+6
2006-11-10clean up allow html code and UIChristian Fowler1-5/+0
2006-11-08allow assignment of a given permission to multiple groups and only return use...Max Kremmel1-1/+1
2006-11-02Re-add content_allow_html preference because existing sites wiht any HTML in ...Christian Fowler1-1/+7
2006-11-01change wiki help layout to make it work better in narrow designsMax Kremmel1-33/+26
2006-10-01change .path and .navigation span to div. makes display:block obsolete but sh...Max Kremmel1-4/+4
2006-09-21add forgotten edit_content_status_inc.tpl templateChristian Fowler1-0/+6
2006-09-19log message cleanup and add option to delete old log entriesMax Kremmel1-52/+83
2006-09-19typoMax Kremmel1-1/+1
2006-09-18remove non XHTML compliant label, remove legend from form as it horked up tabsChristian Fowler1-3/+1
2006-09-17fix odd case of undefined vars for bogus postsChristian Fowler1-1/+1
2006-09-16add some basic action log admin screen - still needs some workMax Kremmel1-0/+60
2006-09-16massive captcha cleanup, centralised captcha verification, added option to us...Max Kremmel2-9/+27
2006-09-15add captcha to liberty commentsChristian Fowler2-3/+4
2006-09-15add basic logging to liberty, clean up liberty_action_log table and enable so...Max Kremmel1-0/+1
2006-09-15fixes vaidation error of trailing commawjames51-22/+22
2006-09-10clean up, move around and consolidate tonnes of crappy and complicated core a...Max Kremmel1-40/+44
2006-09-09xhtml fixesMax Kremmel1-1/+1
2006-09-08sets null in case of empty values, patches validataion bugwjames51-13/+13
2006-09-07adds content description to json outputwjames51-0/+1
2006-09-07expands return object to include hits and ratings propertieswjames51-1/+8
2006-09-06adds additional param options, including json outputwjames51-0/+29