summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-28update version to 3.0.0.alphaCVS_HEADChristian Fowler1-4/+4
2010-05-11fix path to setup_inc.phpMax Kremmel1-2/+2
2010-05-05escape quotes for search pagination - cant believe nobody caught this beforewjames52-1/+4
2010-05-04remove double slashes to avoid wrong redirsMax Kremmel1-1/+6
2010-04-24pass id to blockwjames51-1/+15
2010-04-24softly deprecate BitSystem::verifyPermission and move it to BitPermUser ↵wjames51-12/+4
where all user permission stuff should be housed. BitSystem will pass through the call, but try not to use and migrate legacy to BitPermUser
2010-04-17step one of contenttype name plural - new methods to fetch name in ↵pre_ctype_desc_name_schmeachangewjames51-2/+2
libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change
2010-04-11create a func to process 3 common config setters - many pkgs use this code ↵PRE_CONTENTTYPE_NAME_PLURALwjames51-1/+19
snip and can now call this func instead to process an array of settings
2010-04-08add a char counter to textarea plugin, set maxchars=n to invoke, not ↵wjames51-0/+5
compatible with various html js editors - someone more ambitious can add such complex capability
2010-04-08vd() output of deprecated messages may as well use delayed outputDaniel Sutcliffe1-2/+2
2010-04-02Put some debug output in a div that has a link to stop being displayed using ↵Daniel Sutcliffe1-1/+7
js or skip over if none
2010-03-29fully respect admin setting to disabled bithelp -- if kernel intralink ↵wjames51-6/+7
should not be treated link this then it really shouldnt use bithelp or should have a setting to disable
2010-03-29Probably best if {|reltime} shows the day of the week of , rather than the ↵Daniel Sutcliffe1-1/+1
current day, when it is between a day and a week old
2010-03-25make it easy to choose a default icon set to fall back to if your custom ↵wjames51-5/+1
icon set does not have an image -- no need to set this in config_inc any more
2010-03-24make it easy to turn off wysiwyg from tplwjames51-2/+4
2010-03-21fix up custom default login to append root urlwjames51-1/+6
2010-03-21first stab at solving post-login page bug - default page is now always home ↵wjames51-13/+29
page, which is how it was behaving, new method getIndexPage lets any process choose to get an index page type - implement in BitUser login to fetch either a group home or default login value - which can still be the home page -- now fully respects settings in user configuration settings
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 ↵wjames51-1/+1
formfeedback class
2010-03-10add smarty modifier that will conveniently append GET parameters to a URLChristian Fowler1-0/+17
2010-03-10split load style method into two so some parts are called before tpl ↵wjames51-1/+3
rendering and some after
2010-03-01Refactor isPackackageActive/Installed() to avoid code duplication and intro ↵Daniel Sutcliffe1-38/+53
isPackageActiveEarly() to use in packages bit_setup_inc
2010-02-24fix paginationMax Kremmel1-1/+1
2010-02-23Move call to loadStyle to after modules_inc so can load js, etc within modulesDaniel Sutcliffe1-3/+3
2010-02-12pass through errorwjames51-0/+1
2010-02-12use constants since special pkgs such as temp are defined as well.PRE_LIBERTYSYS_SERVICE_UPDATEMax Kremmel1-5/+5
2010-02-11fix some BitBase namespace stuff for menusMax Kremmel2-12/+12
2010-02-08remove old typowjames51-2/+2
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames516-30/+34
2010-02-08if no db table and no settings for pkg found then must not be installedpre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEwjames51-1/+4
2010-02-05nuke deprecated cruft - its about timewjames51-135/+1
2010-02-01Only suggest a user register if that feature is turned onDaniel Sutcliffe1-2/+5
2010-01-14replace bad comment with placeholder - needs help from someone who knows ↵wjames51-3/+3
what this is
2010-01-09set new version - also updated bitversion.txt on bwoMax Kremmel1-3/+3
2010-01-06remove duplicate setting of 'style' on outstrChristian Fowler1-3/+3
2010-01-06cleanup for XHTML validationChristian Fowler1-4/+5
2009-12-28remove duplicate check that screws up mimetypeMax Kremmel1-2/+2
2009-11-19make sure module has access to config paramswjames51-1/+2
2009-11-12Begin module upgrade - read in modules from both old and new locations and ↵wjames51-2/+5
process config files during layout editing. Add an upgrade method for packages which upgrade their modules to call to assist people updating their site. Make some use of the new config data to demonstrate possibilities in layout menu. Include one module update in blog pkg to sketch out how configuration file might look.
2009-11-11add default meta description for valid gContent during display so you are ↵R270Christian Fowler1-2/+16
not penalized/ignored by web crawlers
2009-11-11Allow Smarty debug console to be turned on from config_inc.phpDaniel Sutcliffe1-2/+3
2009-11-10fix indentwjames51-2/+2
2009-11-09typowjames51-2/+2
2009-11-09Tiki what?wjames51-2/+2
2009-10-20Fixes for Deprecated features in PHP 5.3.x (ereg and split)John Turner3-5/+5
2009-10-08version is 2.7.0RC1Christian Fowler1-2/+2
2009-10-08change add_link_ticket to use isRegistered instead of the pointless isValid ↵Christian Fowler1-2/+2
(all BitUsers are valid)
2009-10-08update bw version to 2.7.0, add defined checking for versioningChristian Fowler1-6/+10
2009-10-02Make fancy vd() table output initial display be expanded like it used to beDaniel Sutcliffe1-1/+1