History | View | Annotate | Download (38.6 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- adjusting group functions a little bit
- fixed some bugs in group functions
Simplified the DB switch for adding a user a bit
- log removing posts- fix queue saving if package size is 0- user memberships (not used atm)
- some private message fixes
- test slightly modified topic tracking code- some bugfixes
- Documentation related changes- added resend activation email dialog- fixed issue in session code- log failed/successful admin re-authentication/login- fixed simple forum dropdown box (used in mcp and posting)
- and my second attempt
put user into appropiate group after activating his account
fix admin_session "bug"
Fixed some issues with avatars
- bugfixes- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
- a bunch of updates, most of them bbcode related
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
fix some issues with oop, fixing small bugs and prepare the next steps...NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)
Minor updates for group parameter fetching
User delete function
"Overview" functionality ... couple of issues, couple unfinished areas ... topics where user has posted not resyncing correctly when moving posts
Move user ban/unban to function
Various updates, password email hash, altered function names
Further group work ... nearly there ... still some consistency and other issues.
Enable group based avatar ... really not sure about the api layout though
Fix some oopsies
Demote, delete from group and delete group functionality ... when deleting from group the new default will be set according to Admin -> Super Mod -> Reg COPPA -> Reg -> Bot -> Guest which seems quite logical.
Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE
missed a stupid $
Avatar CP issues ... must finish the gallery (item 28 on my list ...)
Slashing of allowed username chars corrected ... may not appear to work "correctly" till remaining changes are committed
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
I hate regexps ...
Some re-arrangement of validation routines to improve extensibility
Updates mainly for removal of extension + header comment ... moved some aspects of ucp around, further work to be done on these areas ... not commiting search for time being
bah, group handling needs some further discussion ... I'm done with it for M-2
Move presently implemented group functions to ... functions
$this->error removed
Move certain methods out of ucp class, move ucp class into ucp, break half a dozen other features, introduce x hundred new, exciting bugs
Yet more updates, topic marking works again ... still intend (optional) checking of "forum read" status on return to index (rather than just the current fudge of visiting the forum), obtain_ranks as a function (used in at least three scripts), removed jabber method that was needed, oops
Well, at least the little prat @ area51 led to a bug fix ...
Some cleanup ... fixes
Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic
Enable view limiting functions ... Ashe, not sure if this is compatible with your thinking for bbcode but it seems the "logical" way to handle disabling of bbcode/flash in this manner. Fixed issue with automatic url handling of local links
More functions added ...
Further updates
Renamed class to ucp (for now at least), includes "module" handling for ucp, new validation, normalisation routines (usefulness to be proved :D), blah blah
Returned to instantiation of ucp object ... perhaps this approach is better? Altered basic info for ucp_modules, updated editor to allow alternative form and textarea names ... still lots of fudginess, hhhmmmm fudge, uuuuugggghhh
guess what
Had to make a start on the UCP proper ... note that things may and in places are quite broken
Various updates, forum links, "improve" forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32
Some change-arounds ... hopefully not introducing problems ...
Here I am going on about minimising new includes and I go and create one ... probably better off as a seperate include though than adding ~500 lines of code to session.php