summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-15call edit service on new user object - not admin user object which creates ↵wjames51-2/+4
bad pObject ref in service
2008-10-15shorter short description; unused details hiddenlaetzer1-4/+4
2008-10-08update commentMax Kremmel1-3/+3
2008-10-08remove insane number of paranthesesMax Kremmel1-6/+6
2008-10-05further layout cleanup.Max Kremmel1-3/+3
2008-10-05better highlight permissions that deviate from defaultMax Kremmel1-21/+28
2008-10-03add hack to allow users to log in when the installer force is calledcreate_permissionMax Kremmel1-4/+9
2008-10-02Use empty instead of ! in case it isn't set yet.Nick Palmer1-2/+2
2008-10-02Don't start a session for a shell script.Nick Palmer1-2/+5
2008-10-02fix user image upload, clean up code and rename 'fSubmit' stuff to use ↵Max Kremmel5-102/+100
normal names
2008-09-27move storeImages to BitPermUser after all other inserts because it can set ↵Christian Fowler2-12/+12
mErrors and hork things up, add no_perm_check to storeImages
2008-09-17new function call 'getStyleCssFile' instead of 'getStyleCss'laetzer1-3/+3
2008-09-15concatenate whereSql on getList so service sql does not get squashedChristian Fowler1-4/+4
2008-09-14remove commented kruft, add users_semaphores to delete queue on expungeChristian Fowler1-15/+8
2008-09-14add a generic bitdebug() function to display a message when gDebug is set ↵Max Kremmel1-41/+51
and clean up code for mkdir_p()
2008-09-10a number of html and consistency fixes for module helpMax Kremmel2-6/+8
2008-09-09one help file for each module (that takes parameters), html code change from ↵laetzer4-18/+37
<table> to <dl>
2008-08-30wordinglaetzer1-3/+3
2008-08-29del vd()laetzer1-3/+3
2008-08-28tidy up user home page so that rest of user page features are rendered even ↵wjames51-30/+24
if user has not created home page content.
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-08-13add \!empty check if user_cookie_site insetead of isset. trying to track ↵bitweaver.org1-2/+2
down weird login bug, can't imagine this is it, but more clean code. - spiderr
2008-08-12Missing globalLester Caine1-1/+3
2008-07-29Use results from getContentList directlyLester Caine4-13/+13
2008-07-22Fixed typoStephan Borg1-3/+3
2008-07-22Added check for IIS as $_SERVER['HTTPS'] uses 'off' valueStephan Borg1-3/+4
2008-07-22Include getServicesSql in so that user list can be restricted if requiredLester Caine1-15/+22
May need to change to it's own user_list_sql_function
2008-07-22Extended authorization module for restricting multisite loginLester Caine1-0/+128
2008-07-20Removed recursive includeStephan Borg1-2/+3
2008-07-09call edit service since we are editing content - and assign editUser to ↵wjames51-2/+6
gContent so everythign works smoothly - hopefully this was not done before because of some oversight and because this creates any weird conflicts - which it shouldnt
2008-07-08dead plugin kept in tidbits for nowMax Kremmel1-202/+0
2008-07-08move some plugins to their new homesMax Kremmel2-0/+304
2008-07-08put ticket check in right place, on savewjames51-1/+1
2008-07-03move verifyTicketChristian Fowler1-4/+4
2008-07-02move verifyTickets to be after FORMSChristian Fowler1-3/+3
2008-07-02pForceCheck to FALSE in verify Ticket until TRUE case can be sortedChristian Fowler1-4/+4
2008-07-01change verifyTicket to verify empty _REQUEST['tk'] by defaultChristian Fowler1-6/+6
2008-06-30set uri_mode = TRUE when feeding RSS stuff. this way all URLs are always ↵Max Kremmel1-4/+6
absolute.
2008-06-30return home if user cancels editingwjames51-2/+5
2008-06-29fix users language selectionMax Kremmel2-6/+6
2008-06-28remove debugMax Kremmel1-5/+3
2008-06-27massive cleanup of old image storing code, migrate BitUsers to LM and fix ↵Max Kremmel1-150/+124
various outdated image storing problems - things should be working now...
2008-06-25whitespace correctionbitweaver.org1-4/+4
2008-06-25remove redundant options parameterChristian Fowler1-3/+3
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler24-75/+75
options hash
2008-06-23replace individual function parameters with an array of options when using ↵Max Kremmel1-6/+9
liberty thumbnail fetching functions
2008-06-14Invoke preview and edit services in the right places.Nick Palmer1-2/+6
2008-06-10fix UPPER on getUserInfo only on non-numbersChristian Fowler1-5/+12