History | View | Annotate | Download (41.7 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- some bugfixes
- add even more bugs to the codebase- changed submit_pm to carry on the from userdata
hidden fields adjustments
- fixed url parsing ([] breakage)
- some private message fixes
- 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
Only send PM notification if the user wants to receive one
- bugfixes- default sort options for posts too- adjusted format_date to remove the (time intensive) preg_ calls- temporary style.php code.
- merged getting of unread pm count function to get_folder function- made folder usable within the template (especially custom folder)
- fix attachment mod errors- make upload path consistent with all other 2.2 path settings- fix "post title wrong after split" bug
- fixed move_pm and delete_pm
- 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)...
- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)
dumdidumdidum
lets pm working again.
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
- remove output buffering options from download.php (not needed anymore)- optimized viewtopic.php a little bit- removed the create_function (was consuming too much memory) from viewtopic- check for manually added convert[.exe] program name to imagemagick path in admin_attachments...
- private messages - not finished yet.