summaryrefslogtreecommitdiff
path: root/smarty_bit
AgeCommit message (Expand)AuthorFilesLines
2010-05-05escape quotes for search pagination - cant believe nobody caught this beforewjames51-0/+3
2010-04-24pass id to blockwjames51-1/+15
2010-04-08add a char counter to textarea plugin, set maxchars=n to invoke, not compatib...wjames51-0/+5
2010-03-29fully respect admin setting to disabled bithelp -- if kernel intralink should...wjames51-6/+7
2010-03-29Probably best if {|reltime} shows the day of the week of , rather than the cu...Daniel Sutcliffe1-1/+1
2010-03-24make it easy to turn off wysiwyg from tplwjames51-2/+4
2010-03-20add option to display require iconwjames51-0/+1
2010-03-16replace deprecated ereg and split callsChristian Fowler1-1/+1
2010-03-11remove clear from formfeedback plugin and put clear as default in formfeedbac...wjames51-1/+1
2010-03-10add smarty modifier that will conveniently append GET parameters to a URLChristian Fowler1-0/+17
2010-02-24fix paginationMax Kremmel1-1/+1
2010-02-12pass through errorwjames51-0/+1
2010-01-06remove duplicate setting of 'style' on outstrChristian Fowler1-3/+3
2009-10-20Fixes for Deprecated features in PHP 5.3.x (ereg and split)John Turner2-3/+3
2009-09-30fix for off by one error in bit_select_datetimeTyler Bello2-8/+8
2009-09-21add style to handled attributesChristian Fowler1-1/+1
2009-09-10Convert timestamps to epochsTyler Bello1-3/+5
2009-08-28new smarty plugin to include js files - will pack and cache them to - this is...wjames51-0/+57
2009-08-19whitespaceTyler Bello1-1/+1
2009-07-03only add onsubmit if it is non-emptyChristian Fowler1-1/+3
2009-05-28lets you add a known custom module into a tpl, this could be modified to allo...Tekimaki1-0/+63
2009-05-05allow css id and style as parametersChristian Fowler1-1/+4
2009-05-05enabled different display text param from link title so hover can provide dif...wjames51-1/+10
2009-04-28do not stuff obsubmit with an empty semi=colon if get_template_vars( 'service...Christian Fowler1-1/+3
2009-04-21fix date offset, this is as proper as it gets until users have their own time...Tekimaki2-2/+8
2009-04-21support id param so we can support multiple tab panel cookiesTekimaki1-2/+7
2009-04-02add users_login_homepage config, and use that value where default is users/my...Christian Fowler1-0/+4
2009-04-01if js enabled void hrefTekimaki1-1/+3
2009-04-01js in a tags should go in onclick NOT in href. void href but make plugin back...Tekimaki1-6/+7
2009-03-31Missing phpdoc blockLester Caine1-1/+5
2009-03-31pdpdoc updateLester Caine1-0/+4
2009-03-31phpdoc updateLester Caine1-1/+1
2009-03-31phpdoc updateLester Caine1-0/+6
2009-03-12Allow override of <a title="" ...> using iatitle, and document itra in {smart...Daniel Sutcliffe1-4/+8
2009-02-05persist contenttypeguid request properly - handle array params in making urlsTekimaki1-2/+11
2009-02-05Cull intermediate function pagination_cLester Caine1-31/+0
2009-01-26typosTekimaki1-5/+2
2009-01-25smarty plugin for creating pageurl so we can get rid of nasty capture sequenc...Tekimaki1-0/+85
2009-01-25check if DateTime class existsChristian Fowler1-1/+1
2009-01-23remove debugbitweaver.org1-1/+0
2009-01-23reduce load by only translating when neededMax Kremmel1-1/+2
2009-01-12Default fixed timezone to UTC in absence of an alternativeLester Caine1-1/+1
2008-12-05Combine DateTime daylight saving with ADOdb DateLester Caine1-6/+16
2008-10-28allow for different display options when we're in the installer.Max Kremmel1-5/+14
2008-10-18clean up onsubmit stuff and allow services to insert a stringMax Kremmel1-16/+23
2008-10-08make biticon behave nicely with install packageMax Kremmel1-1/+1
2008-10-08look up user if we've only been given a user_idMax Kremmel1-0/+4
2008-10-03remove duplicate slashesMax Kremmel1-1/+1
2008-10-02fix regular expression to pick up help_mod_ files as wellMax Kremmel1-2/+2
2008-09-28use isset to catch 0 as wellMax Kremmel1-1/+1