| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-05-28 | update version to 3.0.0.alphaCVS_HEAD | Christian Fowler | 1 | -4/+4 | |
| 2010-05-11 | fix path to setup_inc.php | Max Kremmel | 1 | -2/+2 | |
| 2010-05-05 | escape quotes for search pagination - cant believe nobody caught this before | wjames5 | 2 | -1/+4 | |
| 2010-05-04 | remove double slashes to avoid wrong redirs | Max Kremmel | 1 | -1/+6 | |
| 2010-04-24 | pass id to block | wjames5 | 1 | -1/+15 | |
| 2010-04-24 | softly deprecate BitSystem::verifyPermission and move it to BitPermUser ↵ | wjames5 | 1 | -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-17 | step one of contenttype name plural - new methods to fetch name in ↵pre_ctype_desc_name_schmeachange | 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-11 | create a func to process 3 common config setters - many pkgs use this code ↵PRE_CONTENTTYPE_NAME_PLURAL | wjames5 | 1 | -1/+19 | |
| snip and can now call this func instead to process an array of settings | |||||
| 2010-04-08 | add a char counter to textarea plugin, set maxchars=n to invoke, not ↵ | wjames5 | 1 | -0/+5 | |
| compatible with various html js editors - someone more ambitious can add such complex capability | |||||
| 2010-04-08 | vd() output of deprecated messages may as well use delayed output | Daniel Sutcliffe | 1 | -2/+2 | |
| 2010-04-02 | Put some debug output in a div that has a link to stop being displayed using ↵ | Daniel Sutcliffe | 1 | -1/+7 | |
| js or skip over if none | |||||
| 2010-03-29 | fully respect admin setting to disabled bithelp -- if kernel intralink ↵ | wjames5 | 1 | -6/+7 | |
| should not be treated link this then it really shouldnt use bithelp or should have a setting to disable | |||||
| 2010-03-29 | Probably best if {|reltime} shows the day of the week of , rather than the ↵ | Daniel Sutcliffe | 1 | -1/+1 | |
| current day, when it is between a day and a week old | |||||
| 2010-03-25 | make it easy to choose a default icon set to fall back to if your custom ↵ | wjames5 | 1 | -5/+1 | |
| icon set does not have an image -- no need to set this in config_inc any more | |||||
| 2010-03-24 | make it easy to turn off wysiwyg from tpl | wjames5 | 1 | -2/+4 | |
| 2010-03-21 | fix up custom default login to append root url | wjames5 | 1 | -1/+6 | |
| 2010-03-21 | first stab at solving post-login page bug - default page is now always home ↵ | wjames5 | 1 | -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-20 | add option to display require icon | wjames5 | 1 | -0/+1 | |
| 2010-03-16 | replace deprecated ereg and split calls | Christian Fowler | 1 | -1/+1 | |
| 2010-03-11 | remove clear from formfeedback plugin and put clear as default in ↵ | wjames5 | 1 | -1/+1 | |
| formfeedback class | |||||
| 2010-03-10 | add smarty modifier that will conveniently append GET parameters to a URL | Christian Fowler | 1 | -0/+17 | |
| 2010-03-10 | split load style method into two so some parts are called before tpl ↵ | wjames5 | 1 | -1/+3 | |
| rendering and some after | |||||
| 2010-03-01 | Refactor isPackackageActive/Installed() to avoid code duplication and intro ↵ | Daniel Sutcliffe | 1 | -38/+53 | |
| isPackageActiveEarly() to use in packages bit_setup_inc | |||||
| 2010-02-24 | fix pagination | Max Kremmel | 1 | -1/+1 | |
| 2010-02-23 | Move call to loadStyle to after modules_inc so can load js, etc within modules | Daniel Sutcliffe | 1 | -3/+3 | |
| 2010-02-12 | pass through error | wjames5 | 1 | -0/+1 | |
| 2010-02-12 | use constants since special pkgs such as temp are defined as well.PRE_LIBERTYSYS_SERVICE_UPDATE | Max Kremmel | 1 | -5/+5 | |
| 2010-02-11 | fix some BitBase namespace stuff for menus | Max Kremmel | 2 | -12/+12 | |
| 2010-02-08 | remove old typo | wjames5 | 1 | -2/+2 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 16 | -30/+34 | |
| 2010-02-08 | if no db table and no settings for pkg found then must not be installedpre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGE | wjames5 | 1 | -1/+4 | |
| 2010-02-05 | nuke deprecated cruft - its about time | wjames5 | 1 | -135/+1 | |
| 2010-02-01 | Only suggest a user register if that feature is turned on | Daniel Sutcliffe | 1 | -2/+5 | |
| 2010-01-14 | replace bad comment with placeholder - needs help from someone who knows ↵ | wjames5 | 1 | -3/+3 | |
| what this is | |||||
| 2010-01-09 | set new version - also updated bitversion.txt on bwo | Max Kremmel | 1 | -3/+3 | |
| 2010-01-06 | remove duplicate setting of 'style' on outstr | Christian Fowler | 1 | -3/+3 | |
| 2010-01-06 | cleanup for XHTML validation | Christian Fowler | 1 | -4/+5 | |
| 2009-12-28 | remove duplicate check that screws up mimetype | Max Kremmel | 1 | -2/+2 | |
| 2009-11-19 | make sure module has access to config params | wjames5 | 1 | -1/+2 | |
| 2009-11-12 | Begin module upgrade - read in modules from both old and new locations and ↵ | wjames5 | 1 | -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-11 | add default meta description for valid gContent during display so you are ↵R270 | Christian Fowler | 1 | -2/+16 | |
| not penalized/ignored by web crawlers | |||||
| 2009-11-11 | Allow Smarty debug console to be turned on from config_inc.php | Daniel Sutcliffe | 1 | -2/+3 | |
| 2009-11-10 | fix indent | wjames5 | 1 | -2/+2 | |
| 2009-11-09 | typo | wjames5 | 1 | -2/+2 | |
| 2009-11-09 | Tiki what? | wjames5 | 1 | -2/+2 | |
| 2009-10-20 | Fixes for Deprecated features in PHP 5.3.x (ereg and split) | John Turner | 3 | -5/+5 | |
| 2009-10-08 | version is 2.7.0RC1 | Christian Fowler | 1 | -2/+2 | |
| 2009-10-08 | change add_link_ticket to use isRegistered instead of the pointless isValid ↵ | Christian Fowler | 1 | -2/+2 | |
| (all BitUsers are valid) | |||||
| 2009-10-08 | update bw version to 2.7.0, add defined checking for versioning | Christian Fowler | 1 | -6/+10 | |
| 2009-10-02 | Make fancy vd() table output initial display be expanded like it used to be | Daniel Sutcliffe | 1 | -1/+1 | |
