summaryrefslogtreecommitdiff
path: root/find_user.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-28General code updated to PHP8.4 and namespace ... work in progress on ↵lsces1-5/+5
updating some third party code
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2007-11-08massive update to javascript and css file loading. main aim is to reduce the ↵Max Kremmel1-3/+1
number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser. to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> ); to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' ); if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work.
2007-04-04move all style related code to BitThemes to further clean up the mess. all ↵Max Kremmel1-6/+6
style related methods are now called using BitThemes instead of BitSystem
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-6/+8
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-3/+3
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-0/+9
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+21