History | View | Annotate | Download (5.6 KB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- changed ucp classes to work with the new module system- mcp is no longer working, i know.
- add ability to limit search to groups
Delete u and k cookies
Session key implementation.
- some fixes here and there
- added updated coding guidelines- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users- changed bot code to act on useragent || ip
- 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)
BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues
- more updates, mostly bugfixes to the bbcode parser- changed current_user in sessions (please review)- give more flexibility to style authors in regard to the pagination elements- profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...
I will not swear, I will not swear ... I will not ... oh f**k it
This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!
Rejiggle "board disabled" system to allow admin/mods access, eliminate duplication and "fudges" ... hopefully I've not overlooked something fundamental ...
- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)- determine permission settings for submodules- further approve/disapprove work (approve_details added)
- fixed notification redirection- added SID to ucp redirects
- added folder_moved image- new feature: bookmark topics- fixed post details link- added confirmation screen to cookie deletion
- enable admin login if board disabled- new reply image for pm's (fits better into the style)
- added delete cookies link- fixed global announcement links in viewforum- do not display redirects in link forums as posts in forum overview
- forum rules + link to forum rules- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...- some bugfixes within admin_forums and other files- new admin_board layout (much safer, security wise)
blabla
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)
splitted language files
always redirect on login (fixes the "i am not logged in" problem. ;))
- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php- pleasing the users a little bit more by using table constants. :D...
use logical expression for module permissions + prefixes for acl's and config variables (acl_ and cfg_).
Enable redirect after login
Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE
Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety
Minor mods
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
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
Re-arrange auth and setup calls ... needs to be repeated for all major scripts
Move certain methods out of ucp class, move ucp class into ucp, break half a dozen other features, introduce x hundred new, exciting bugs
Updated Firebird schema ... "compatible" with mysql version ... NOTE the change in ucp schema, module_name becomes module_title to prevent conflict. Various script SQL issues preventing full compatibility with Firebird at present
Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic
Changes as per functions_user.php
Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere
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
page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).
Moved login procedure to a function enabling "inline" login links ... no more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php
Remove server string stuff since it's now handled by redirect
Oh my God what have they done? What HAVE they done .... infamy! infamy! they've all got it in-for-me ... (c) Rank
Moved profile.php to ucp.php. ucp is really really broken right now, don't even think about trying to use it.