History | View | Annotate | Download (18.5 kB)
commit bda64edae8ab88846771235220ebfa8ee6cfdaa1Merge: 23475ab ffe691dAuthor: Igor Wiedler <igor@wiedler.ch>Date: Mon Feb 28 01:03:44 2011 +0100
Merge branch 'ticket/nickvergessen/10024' into develop-olympus
commit 8f91e6ce8be5e79b58c70dc212c5f83b0d8b7094Merge: a6b07ee 9e24993Author: Nils Adermann <naderman@naderman.de>Date: Sun May 30 14:58:30 2010 +0200
Merge branch 'ticket/nickvergessen/9135' into develop-olympus
#50985 - fix XML export of private messages sent to deleted users
Do not permit unauthorised users to delete private messages from folder listing. #54355
Bug #52175atm the "fix" with the most changes involved. We will inform style authors about these changes. We will not release RC2 to RC3 code changes, but will annnounce the style changes within the RC3 release announcement.
rollback; will be in 3.0.7
#50985
define $data array at the correct location. ;)
Fix r10035[ Sort private messages by message time and not message id. (Bug #50015) ]
Sort private messages by message time and not message id. (Bug #50015)
Users can report PMs to moderators which are then visible in a new MCP module
- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users....
fix for #r9451
PM Export uses ISO 8601 date now. (Bug #32645)
Correct alt tag for compose message and message locked - Bug #31525
#33155
#27855
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
#13791 - I hope this works :D
even more fixes. :o
bugfixes. :/ An ugly one included as a temporary solution...
fixing...
- Bug #9791- Replaced .blue class with the .sep class to keep things consistent
Better to have this
ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
rather large update, most important things done:- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations- more username/colour changes/fixes- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...
#5562
major speed boost for Oracle :D
This took a while, every call to sql_query_limit() was checked out for having any implicit/explicit column issues... Hopefully, nothing has changed :D
- fixing a bunch of bugs- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.i hope not having introduced too many new bugs.
consistant obtain_* functions
some fixes
fix some bugs - hopefully not breaking anything...
- some bugfixes- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)
sql_in_set changes
- fixed some bugs- made imageset naming more consistent- updated every schema to be consistent and also fixed it (every db should install fine now)-
- fixing some bugs- removed file_exists calls for auth plugins since they need to be there once set up
fix the schema files as well as other tiny bugs.
fix some bugs... again. :)
- tackle some usability issues- fix bug #3147- added the lock-images made by SHS`- fixed MSSQL errors (adding the correct ESCAPE sequence)
- fixed a few bugs- added user_add() function- check posted images ([img]) for same domain/scipt and php files- auth_api.html updated to the coding guidelines look&feel- introduced ability to force non page-updates (cron is using it)- correctly resend coppa email
ok, this one is rather large... the most important change:re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different
apart from this, code cleanage, bug fixing, etc.
- Bug #1947
- Bug 1893
fix bug #1736
- fixed some bugs- made sql schemas consistent- added correct sequences and generators to sql schemas- extended some rows to hold more data. This solves issues with multibyte characters and too short topic titles, names, etc.- allow multibyte characters in usernames
groupcp.php no longer exist (#1442)
To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.
- fix a bunch of bugs- <!-- $Id$ --> is no longer allowed in template (.html) files- changed layout of private message screens (folders are menu items)...
- some adjustments for search related config options- one year is 365 days long (52 * 7 = 364, but we have one more day each year ;-)) [Bug #1181]- fixed search own posts link in UCP [Bug #1163]- corrections to timezone selection [Bug #1148]- fix quickmod tools on post details page [Bug #1188]
- hopefully fixed inactive create forum input field + button for safari 2.0.2 (floating issue?)- updated format_date calls (fixed ancient calls)- fixed newest username setting for activating users through the admin panel
- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)- use getenv instead of $_ENV (with $_ENV the case could be wrong)- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...
- refactored code- nicer XML output
Another one bites the dust :D
- Nicer way of cleaning junk in PM export- Added various signature and posting controls :P
- Remove the BBCode UIDs from the output- Faster generation of CAPTCHA images
This is what I get for fixing CS issues...
Just some CS stuff :p
No functional change, just making it look nicer...
- You can now export an entire folder as either CSV or XML :D
A small fix to allow unread messages to be viewed from the screen linked to in the header instead of disappearing to the inbox :-)
Fixed new PM link and added online status flag
- added acp_language (language pack management)- minor adjustments to cope with PHP5.x
Fix paging in folderview for PMs. Would be nice if I would do all this in one checkin :)
- only minor changes
- changed ucp classes to work with the new module system- mcp is no longer working, i know.
- some additional changes- fixing pm history bug (quote post)
- fixing some minor bugs...
- some private message fixes
- topic/forum icon img additions
- 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)
- bugfixes- default sort options for posts too- adjusted format_date to remove the (time intensive) preg_ calls- temporary style.php code.
- more pm updates
- fix pm date display and attachments in pms
- 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)...
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.