summaryrefslogtreecommitdiff
path: root/index.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-29General tools updated to PHP8.4 and namespacelsces1-16/+17
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02fix INCLUDE pathmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-2/+2
2017-07-03move _inc files to includes/spider@dev1-1/+1
2016-06-21admin users see all user homepagesspider@app11-1/+1
2016-06-21setActivePackage after setupspider@app11-3/+2
2016-06-21update for BitSystem::get(set)ActivePackage() instead of ACTIVE_PACKAGEspider@app11-3/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-5/+5
2014-05-19move p_users_edit_user_homepage into editors class and verifyPerm when ↵turon1-0/+1
displaying page
2014-04-03add metaNoIndex on not foundspiderr1-1/+2
2014-02-05change code to HTTP_UNAUTHORIZEDspiderr1-53/+56
2013-11-20change canonical to be configurablespiderr1-1/+1
2013-03-13add rel=canonical to user homepagePRE_BOOTSTRAPspiderr1-0/+2
2013-03-05use GONE for not found; default sort_modespiderr1-1/+1
2013-02-07update admin users list with expanded search form and ability to export with ↵spiderr1-2/+2
BitUser::exportHash
2012-02-10use HttpStatusCodes in ::fatalError callspiderr1-1/+1
2010-08-11remove structure class include - no usage in userstekimaki1-1/+0
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2010-02-08fix change passwd form and expanding validation to check if password ↵wjames51-2/+4
requires reset and handle it - auto send pw reset key
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-3/+3
2010-02-01roll back accidental custom mod commit which added service for displaywjames51-4/+2
2010-02-01pw errors is now an array, handle it; add error feed back for pw match to ↵wjames51-2/+4
reg form
2009-04-14set 404 not found for unknown users so spiders can de-indexChristian Fowler1-2/+3
2009-04-13Off mean OFF\! disabling display_users_content_list means that code should ↵Christian Fowler1-6/+3
not be executed at all. a link to liberty/list_content.php in the tpl can be used if necessary
2009-01-24standardize search with 'find' param, removes find_objects - CUSTOM PACKAGE ↵wjames51-3/+3
DEVELOPERS who use get_content_list_inc take notecvs up -dP
2009-01-09minor code cleanupMax Kremmel1-6/+6
2008-09-17new function call 'getStyleCssFile' instead of 'getStyleCss'laetzer1-3/+3
2008-08-28more hash ref fixes - had the wrong onewjames51-6/+6
2008-08-28respect feature setting and perms for access to user content listwjames51-3/+4
2008-08-28fix hash refwjames51-3/+3
2008-07-29Use results from getContentList directlyLester Caine1-3/+3
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-3/+3
options hash
2008-03-23Use content_type_guid value for navigationLester Caine1-4/+4
2008-03-23Tidy user content list paginationLester Caine1-14/+6
2008-03-22fix permission check to be non-fatalJams H Thompson1-4/+3
2008-03-22add content list to user displayJams H Thompson1-2/+44
2007-09-19default to gQueryUser->getField( 'login' ) as preferred layout, and home as ↵Christian Fowler1-3/+6
the fallback_layout
2007-05-05use layoutHash to make sure we load the 'home' layoutChristian Fowler1-3/+4
2007-04-04move all style related code to BitThemes to further clean up the mess. all ↵Max Kremmel1-14/+10
style related methods are now called using BitThemes instead of BitSystem
2007-04-04fix and update center user module display - finally users adhere to default ↵Max Kremmel1-64/+37
layout settings and don't 'require' a custom layout
2007-04-02Massive changes to themes layout engine:Max Kremmel1-6/+6
- merged 3 tables into 1 and removed user-specific layout contol. - moved all layout related code to themes/BitThemes.php. - cleaned up module parameter assignment to module php and tpl files. - improved layout of layout page by enabling all option editing at once. - removed limitation that every module can only be assigned once - more changes, but i can't remember all just now.
2007-01-24display full language nameMax Kremmel1-2/+4
2006-08-29show the average rating of a users contributions on the users pageHash91-2/+5
2006-07-12Fix Bug 1445682 : bitweaver Members's page missing navigationHash91-2/+3
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-6/+6
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-7/+7
conflict with new content preferences
2006-02-09use isFeatureActive() to check if a preference has been setMax Kremmel1-3/+3
2006-02-09remove getPref() and we continue using old method getPreference();Max Kremmel1-4/+4
replace all direct accesses with getPreference() or setPreference() (new function) BitSystem::getPreference() and related functions will be renamed to BitSystem::getConfig()