This commit was manufactured by cvs2svn to create tag 'milestone_3'.
dumdidum
- some bugfixes
- changed ucp classes to work with the new module system- mcp is no longer working, i know.
- Pauls (psoTFX) new module class
blabla
- some additional changes- fixing pm history bug (quote post)
- add building multi insert to dbal- fix sql explain in mysql4 layer
- add even more bugs to the codebase- changed submit_pm to carry on the from userdata
- move some functions from global functions file to functions_display (those only needed in posting and viewtopic/forum)
- re-add constants.php for easier modding
- some bugfixes- allow template variables in defines
- session changes (this checkin is producing a lot of errors and render the cvs useless. Those following cvs should be able to grasp what to do, others... please wait for other changes being checked in)
- checking in pauls (psoTFX) search changes (with tiny adjustments from me)
acm_main file for grouping cache-related functions.
- adjusting group functions a little bit
fix bbcode in bbcode problem
Use cookie_domain when setting session cookies
Logout banned users, they are unable to use the normal logout link
System always showed 'you are banned permanently' even for temporary bans
- fixing some minor bugs...
ucp -> groups -> memberships
hidden fields adjustments
- fix some tiny glitches
- fixed some bugs in group functions
- added function for easily building hidden fields- extended confirm_box function (ability to use custom urls, ability to use custom confirm message)
- fixing annoying queue bug
- changed dbal class layout
changed name of mssql-odbc file
do not use php5 function
Does this work any better ... let's see ...
Minor updates
Simplified the DB switch for adding a user a bit
Tidy up var assignment, cast integers in queries
sigh
Delete login key upon logout ... knew I forgot something from my original code
Remove use of serialize for session cookie data, no need for it anymore ... at least I can't think of one.
Session key implementation.
Fixed small profile fields problem
Fixed a problem with editing bbcode in textfields
- view active topics- seperated search id (int) from search id (string) for security reasons
- sorry for this change paul. :( But it is needed for a memberlist change... hopefully not breaking anything for you. The only change is the check for the ids explicitly set to false to allow ids with "0".
- fixed breaking quote bbcode ([quote])
- log removing posts- fix queue saving if package size is 0- user memberships (not used atm)
- fix two small errors i "introduced" a while back. ;)
Fix a problem with Admin Profile (text) Fields and registration
- request_var updates- added group selection to pm filter- fixed activation/deletion of inactive user accounts in admin index- fixed some color swatch bugs
- fixed url parsing ([] breakage)
- fix issue with malicious protocols- check input on every hardcoded bbcode/check for empty content
- check for empty uploaded file
Ratings table is no longer available in this version
- updated oracle schema/db files- updated sqlite schema/db files
- some cross-db related changes- putting active bots array into cache
- some private message fixes
- test slightly modified topic tracking code- some bugfixes
- topic/forum icon img additions
- changes to /acm
- dbal changes
forgot to commit this for the img change
tiny fixes
- fix [list] preview and list parsing in general (no [ and ] breaking)
- add ability to grab single image params from user::img
Problem with the permission caching that only showed in some race condtion
- made path information available to template (T_)- eased topic/post icon in templates (removing hardcoded img)- added S_FIRST_ROW and S_LAST_ROW to template engine
- 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
- fixed custom profile field get/store- changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option)- fixed bugs after jabber queue processing (data being escaped differently)
forgot one file
- 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)
new file upload class handling all file uploads.
- and my second attempt
It's really hard to get a commit right the first time. Really\! It is\!
Show a useful error message if a language file is missing
change viewonline page slightly.Mental Note: Step away from using in_array in conjunction with huge arrays (and within a loop), might get slow. ;)
let composing pms work again. :)
fix last_post_information for moderated topics
Fixed dotted topics on reply
put user into appropiate group after activating his account
Only send PM notification if the user wants to receive one
fix admin_session "bug"
Fixed some issues with avatars
Fixed small bug related to email sending
BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues
- change registration page language on-the-fly- added download function to functions_compress as well as tiny bugfixes- added local_name and author to iso.txt file
- removed unnecessary pm options- added one option to clearly define email visibility
- fix sql error (mysql4.1)
- bugfixes- default sort options for posts too- adjusted format_date to remove the (time intensive) preg_ calls- temporary style.php code.
- fix bugs in mysql4 layer
- remove group informations from session queries
- bugfixes- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
These aren't the search files you're looking for ... I can go about my business ... move along ...
Fix topic count display for subfora
Fixed small PM issue in header
- make file available in gallery avatar_column
this should eliminate most problems with statements not interpreted but valid. We really do not use/need multiline conditionals. ;)
- this should work... he says
- interbase/firebird 1.5+ support (still needs some tweaking)
No support for MS Access in the next major release - sorry guys, it's really not meant for use with multiple concurrent users anyway
- merged getting of unread pm count function to get_folder function- made folder usable within the template (especially custom folder)
- split long urls fix (& into &)
- mssql related changes- only added NOT NULL text columns to schema_data, no updates here. ;)