summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-13fix typo, remove commented debugChristian Fowler1-2/+0
2006-09-13fix pParmHash typo, formattingChristian Fowler2-11/+10
2006-09-12add pagination to user_activityChristian Fowler3-6/+15
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+7
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-12clean up of activity display to something readableChristian Fowler1-9/+7
2006-09-12major overhaul to change and remind password. This should fix outstanding ↵Christian Fowler9-69/+79
issues, and clean up old TW code. It also reduced the lenght of the confirm URL so email apps are less likely to truncate it. If you need to change anything related to user password confirmation or changing, please check with spiderr first.
2006-09-12fix up userActivity with some clickable linksChristian Fowler2-2/+19
2006-09-12fix uname typo in change password view_user hidden form elementChristian Fowler1-1/+1
2006-09-12the mErrors on PASSWORD FAILURE is CRUCIAL that bit auth fails properly. DO ↵Christian Fowler1-4/+6
NOT MESS WITH THIS AGAIN unless you know what you are doing and have checked with me first.
2006-09-06fix busted missing closing tr tagChristian Fowler1-1/+1
2006-09-06[FIX] User Preferences "Real Name" Storage Fails (#1546652)Fabio Rampazzo Mathias1-25/+27
2006-09-06proect edit link with isRegisteredChristian Fowler1-1/+1
2006-09-06fix typoChristian Fowler1-2/+2
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel25-52/+52
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-09-03preliminary biticon cleanupMax Kremmel1-1/+1
2006-09-03clean up htmlMax Kremmel1-9/+12
2006-09-03add tab to display watchesJams H Thompson2-2/+20
2006-09-02fix test for asking for old passwordJams H Thompson1-3/+3
2006-09-02add README with link to source site (CC License)Max Kremmel1-0/+2
2006-09-02update flags with nicer ones from http://www.famfamfam.com/lab/icons/flags/ ↵Max Kremmel243-0/+0
, fix spelling mistakes and add a ton of flags.
2006-09-02Cleaned up login() and logout() functions, in relation to Remember Me ↵Stephan Borg1-15/+19
settings and cookie time.
2006-09-02Cleaned up session, Remember Me and cookie_time code.Stephan Borg1-7/+13
2006-09-02Sanity check cookie_path for prefix / and if settings are equal to defaults, ↵Stephan Borg2-3/+16
to set as empty strings - this prevents problems after upgrades from hardcoded authentication cookie_paths. Settings are displayed correctly in Login Settings screen.
2006-09-02Corrected default setting for remember_me to "n"Stephan Borg1-1/+1
2006-08-30field is spelt: field not feildMax Kremmel1-2/+2
2006-08-30set needed variables globalMax Kremmel1-0/+1
2006-08-29show the average rating of a users contributions on the users pageHash92-2/+8
2006-08-29Fixed remember me feature, cookie defaults (cause of unable to login) and ↵Stephan Borg1-19/+13
cleaned up validate().
2006-08-25patches bug in verify when used by permissions.phpwjames51-4/+6
2006-08-25display system group if no user groupSylvie Greverend1-3/+3
2006-08-24patches tpl call bugwjames51-3/+3
2006-08-23Improve error messageJams H Thompson1-3/+3
2006-08-23Numerous fixes to upgrade scripts + eliminate ability of users to invalidate ↵Jams H Thompson9-61/+123
each others passwords
2006-08-17useless: perms are cachedSylvie Greverend1-3/+2
2006-08-17can display an error message when a user needs/can choose his group to do an ↵Sylvie Greverend1-2/+5
action
2006-08-17the registration process was brokenSylvie Greverend1-4/+4
2006-08-17fix unknown functionSylvie Greverend1-4/+4
2006-08-17Fix several user registration issuesJams H Thompson4-52/+78
2006-08-16Improve SQL performance and add liberty_content_hits tableJams H Thompson1-0/+1
2006-08-14fix bug preventing registration from working silentlyHash91-3/+5
2006-08-11ensure that the user content is loadedHash91-2/+3
2006-08-11add liberty service call to load service sql on full loadHash91-4/+5
2006-08-03missing commaMax Kremmel1-3/+3
2006-07-31clean up sorting of menu itemsChristian Fowler1-12/+14
2006-07-29When scanning for Authentication Plugins ignore directories starting with . ↵Hash91-1/+1
as they are hidden directories
2006-07-29add gLightWeightScan to help trim down start up - esp. useful for ajax, etc.Christian Fowler1-32/+34
2006-07-28clean up getUserActivity and online users modulebitweaver.org2-10/+11
2006-07-27require the php4 compatiblity scandir function to make BaseAuth work with php4Hash91-0/+2
2006-07-26remove big 5 globals that are put in namespace just prior to includeWakeworks1-2/+0
2006-07-26use user_class config when creating new user objectsChristian Fowler3-9/+11