phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / functions_privmsgs.php

History | View | Annotate | Download (57.4 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10749 08/21/2010 08:30 pm Git Gatekeeper

commit 9731f2492f329a35b80483fa7573763b728c4f40
Merge: 32bffe1 2455a74
Author: Andreas Fischer <>
Date: Sat Aug 21 21:27:07 2010 +0200

Merge branch 'ticket/nickvergessen/7716' into develop-olympus
  • ticket/nickvergessen/7716:...
10748 08/21/2010 08:30 pm Git Gatekeeper

commit 32bffe1a3219b7360fbace7f8f8596b38dfcccf6
Author: Andreas Fischer <>
Date: Sat Aug 21 21:25:34 2010 +0200

Revert "[ticket/7716] Data too long for column 'message_subject'"
This reverts commit 91a60aa878e703ff9af714e0316828216d3dcfa3.
10747 08/21/2010 08:30 pm Git Gatekeeper

commit 7474b69175d08b78b1c96e3dad2c8c16315c6502
Merge: 81db8a8 91a60aa
Author: Andreas Fischer <>
Date: Sat Aug 21 21:19:12 2010 +0200

Merge branch 'ticket/nickvergessen/7716' into develop-olympus
  • ticket/nickvergessen/7716:...
10725 08/19/2010 04:27 pm Git Gatekeeper

commit e1328e87ce23245dbd55a08fbaf3d48e957a6777
Merge: f179987 15d7010
Author: Andreas Fischer <>
Date: Sat Jul 31 02:11:33 2010 +0200

Merge branch 'ticket/jellydoughnut/9757' into develop-olympus
  • ticket/jellydoughnut/9757:...
10322 12/11/2009 10:27 pm Chris Smith

Do not permit unauthorised users to delete private messages from folder listing. #54355

10165 09/19/2009 01:21 pm Joas Schilling

Fix Bug #51655 - Missing global vars phpbb_root_path & phpEx
Authorised by: AcydBurn

10092 09/03/2009 02:44 pm Andreas Fischer

Bug #39505, r9677 - Add integer casting and allow array to be empty. Unset array when no longer needed.

9918 08/04/2009 02:08 pm Meik Sievertsen

Even if the recipient of a PM is now inactive (for whatever reason) still display the information in PM recipient lists and do not hide it

9905 08/01/2009 01:28 pm Meik Sievertsen

Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)

9876 07/27/2009 04:05 pm Meik Sievertsen

Do not send private message back to sender if sender is in the same group the private message was sent to.

9814 07/21/2009 08:59 pm Nils Adermann

Users can report PMs to moderators which are then visible in a new MCP module

9677 06/26/2009 10:07 am Joas Schilling

Change bug #39505 - Pm history only shows pms of the receipts you currently reply to

Authorised by: acydburn

9671 06/24/2009 09:13 pm Joas Schilling

Fix bug #37285 - [Change] Add quote-button for own pm's in pm-history

Authorised by: ToonArmy

9561 06/08/2009 10:05 am Andreas Fischer

Fix bug #46065 - Correctly show private message history
Authorised by: acydburn

9441 04/12/2009 01:21 pm Meik Sievertsen

Fix skipping messages if using next/prev PM in history links. (Bug #22205)

9398 03/19/2009 05:01 pm Meik Sievertsen

Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;)

8993 10/10/2008 07:38 pm Chris Smith

Fix regression introduced in r8951 #34985

8964 09/30/2008 05:49 pm Meik Sievertsen

Check users pm preferences for pm's sent to groups. (Bug #33245)

8951 09/27/2008 01:38 pm Chris Smith

Add quoting support to PM history when composing a reply. #34285

8890 09/19/2008 05:39 pm Meik Sievertsen

Correctly delete message attachments. (Bug #23755) Also revamped and simplified delete_attachments() - it looks like we did not touch it for a long long time.

8567 05/26/2008 02:00 pm Meik Sievertsen

#27855

8521 04/21/2008 03:20 pm Meik Sievertsen

#24665

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8350 01/30/2008 05:01 pm Meik Sievertsen

One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/

Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)...

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8231 11/07/2007 11:45 am Meik Sievertsen

- fix pm not_moved/removed retrieval (it was switched)
- cache db-size retrieval (saves a lot of seconds for very large boards)

8229 11/06/2007 12:15 pm Meik Sievertsen

- fix images off, css on problem for post/reply buttons
- changed calculating new/unread pm count to no longer rely on code logic, but apply all rules, operate on messages and then re-calculating after delivery.

8204 10/19/2007 03:10 pm Meik Sievertsen

fixing some annoying bugs

8146 10/05/2007 04:30 pm Meik Sievertsen

dumdidum... sorry. ;)

8092 09/18/2007 04:49 pm Meik Sievertsen

some fixes. :P
- language authors may review their email template files...

8079 09/05/2007 03:33 pm Meik Sievertsen

fixing some language and style bugs...

8061 08/21/2007 05:09 pm Meik Sievertsen

- make sure the copyright/disclaimer is consistent
- two fixes...

8050 08/19/2007 03:40 pm Nils Adermann

- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()
- using \r on custom bbcodes to allow line breaks [Bug #10758]

8033 08/15/2007 07:32 pm Meik Sievertsen

some bugs fixed

8025 08/13/2007 02:14 pm Meik Sievertsen

Some changes... non-invasive...

7960 07/27/2007 07:01 pm Henry Sudhof

#13791 - I hope this works :D

7909 07/19/2007 10:38 pm Meik Sievertsen

again, a lot of bug fixes

7736 06/09/2007 01:11 pm Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7735 06/09/2007 10:31 am Meik Sievertsen

fixing bug #12283 which is a fix for the fix in #12135
- hopefully now working for both...

7725 06/08/2007 10:26 am Meik Sievertsen

fix bug #12135 with the patch provided by APTX

7685 05/26/2007 04:23 pm Nils Adermann

- Send stylesheet in style.php even without a valid session id [Bug #11531]
- request_var should strictly return the requested number of dimensions
- corrected a character mapping in the search indexing character list, people might want to reindex after this change if they use fulltext_native

7469 05/05/2007 12:22 pm Meik Sievertsen

Better support for nested transactions...

7242 03/30/2007 04:24 pm Meik Sievertsen

other fixes...

7178 03/12/2007 08:43 pm Meik Sievertsen

it could happen that new private messages are wrongly tagged. We try to "repair" this when releasing messages.

6915 01/21/2007 07:33 pm Meik Sievertsen

fixing some bugs, most being submitted grammatical/spelling errors.

6905 01/18/2007 03:41 pm Meik Sievertsen

fixing some bugs

6894 01/17/2007 07:41 pm Meik Sievertsen

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

6826 12/31/2006 05:56 pm Meik Sievertsen

- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662

6816 12/27/2006 06:43 pm Meik Sievertsen

Unused Code inside function update_forum_data [Bug #6606]
Copy permissions protection for groups [Bug #6594]
HTML issues in ACP [Bug #6580, #6578]
Always send the correct encoding [related to bug #6576]
Mass email fixes for first loop iteration [Bug #6570]...

6702 12/03/2006 05:12 pm Meik Sievertsen

some tiny bugfixes.

6660 11/26/2006 03:55 pm Meik Sievertsen

- bug fixes for #5618, #5588 and #5584
- remove messenger->reset() calls (they are already performed on sending)

6650 11/24/2006 03:59 pm Meik Sievertsen

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. :)...

6628 11/21/2006 07:15 pm Meik Sievertsen

- 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.

6548 11/03/2006 10:05 pm Meik Sievertsen

ok, i am an idiot...

6546 11/03/2006 06:50 pm Meik Sievertsen

- make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4
- assign some default vars to email templates (we always need some basic ones)

6545 11/03/2006 12:26 pm Meik Sievertsen

- implemented the suggested html_entity_decode function made by david
- fixed string length checking by also decoding entities for the sake of checking
- used the new html_entity_decode function

6497 10/14/2006 04:56 pm Meik Sievertsen

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

6414 09/28/2006 05:04 pm Meik Sievertsen

- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message - this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index....

6411 09/26/2006 09:59 pm Meik Sievertsen

These changes should let olympus scale a little bit better.
i haven't adjusted the schemas but added the details to create_schema_files - david is able to build them then in line with his changes. :)

6380 09/18/2006 12:02 am Nils Adermann

- no more encoding mixture, say hello to UTF-8 (I'll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]
- take local server time into consideration for birthday/age calculation
- faster active topic search
- allow changing active topic time frame [Bug #4150]...

6364 09/13/2006 06:08 pm Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6353 09/05/2006 11:22 am Meik Sievertsen

oh, forgot one thing

6342 09/01/2006 03:16 pm Meik Sievertsen

fix some bugs - hopefully not breaking anything...

6271 08/12/2006 03:14 pm Meik Sievertsen

sql_in_set changes

6238 08/06/2006 07:52 am David M

This should end some issues we have been having regarding the proper binary encoding of stuff. :D
Acyd Burn: quit breaking the schema :P

6232 08/03/2006 05:23 pm Meik Sievertsen

- custom profile field fixed
- fixing sql_fetchfield from cache
- changing the quote parser. In my tests i have not seen changed behaviour - but i might have broken something with this change.

6209 07/24/2006 12:08 pm David M

OK...

This commit should increase the total number of BBCodes from 31 to 2040. Some things to watch out for:

Each database likes to deal with binary data in its own, special way. They are, quite frankly, too cool for school.

MySQL, MSSQL and Oracle all allow me to send in a default value for their binary column using a hex number. However, MSSQL forces me to send the specific data as a hex number and thus we must CAST it....

6177 07/13/2006 02:51 pm Meik Sievertsen

- renamed the following columns:
comment -> attach_comment
new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted
module_name -> module_basename
value -> lang_value

- every column is now NOT NULL
- every column is now having a DEFAULT value...

6114 06/22/2006 05:14 pm Meik Sievertsen

time to squash some bugs

6104 06/19/2006 11:30 pm Meik Sievertsen

some bugfixes

6081 06/17/2006 01:28 pm Meik Sievertsen

fix bugs #2271 and #2273

6055 06/13/2006 05:06 pm Meik Sievertsen

- added class="radio" to all radio- and checkboxes
- make sure the database gets closed correctly in cron.php
- bugfixes

6054 06/13/2006 12:16 am Meik Sievertsen

- get swatch converted into new acp format
- add page title to ucp pages
- add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages)
- fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx)

6017 06/07/2006 10:44 am Meik Sievertsen

#2109

6015 06/06/2006 10:53 pm Meik Sievertsen

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.

5967 05/26/2006 05:04 pm Meik Sievertsen

some tiny changes...

5952 05/20/2006 08:39 pm Meik Sievertsen

- fixed a few smaller things

5931 05/18/2006 11:03 pm Meik Sievertsen

- fixing a few tiny bugs
- added new function to (re)apply sids where needed (login and mcp quickmod) - #1829

5902 05/12/2006 10:52 pm Meik Sievertsen

- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods
- cleaned up posting.php
- the submit/delete_post functions are now usable (functions_posting.php)...

5880 05/04/2006 07:20 pm Meik Sievertsen

fix bug #1736

5853 04/27/2006 04:20 pm Nils Adermann

- allow searches for multibyte characters in fulltext_native
- use preg_quote safely

5768 04/08/2006 03:06 pm Meik Sievertsen

groupcp.php no longer exist (#1442)

5765 04/06/2006 07:15 pm Meik Sievertsen

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)...

5721 03/25/2006 05:10 pm Meik Sievertsen

do not ask why i put the pm table there instead of the polls. :o
- remove forum description from title tag (now it's able to hold bbcode etc. resulting in broken layout)

5699 03/22/2006 06:30 pm Meik Sievertsen

adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).

5678 03/21/2006 08:23 pm Meik Sievertsen

- a bunch of bugfixes. :P

5670 03/19/2006 03:23 pm Meik Sievertsen

- add our beloved in_phpbb check

5630 03/14/2006 09:32 pm grahamje
  • empty log message ***
5622 03/13/2006 12:19 am Meik Sievertsen

- 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)...

5603 03/06/2006 03:03 pm Meik Sievertsen

- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag)
- fixed forum editing and parent id selection
- completely removed HTML support (it only creates security problems)
- changed cache_moderators() to reflect permission changes

5315 11/30/2005 06:48 pm Meik Sievertsen

- added acp_language (language pack management)
- minor adjustments to cope with PHP5.x

5255 10/04/2005 11:39 pm Meik Sievertsen

- some bugfixes

5241 10/02/2005 08:17 pm Meik Sievertsen

- add even more bugs to the codebase
- changed submit_pm to carry on the from userdata

5201 08/19/2005 12:55 pm Meik Sievertsen

hidden fields adjustments

5151 05/15/2005 10:08 pm Meik Sievertsen

- fixed url parsing ([] breakage)

5139 05/01/2005 03:15 pm Meik Sievertsen

- some private message fixes

5114 04/09/2005 02:26 pm Meik Sievertsen

- 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)

5109 03/22/2005 12:10 am Meik Sievertsen

- and my second attempt

5084 01/28/2005 12:38 pm bartvb

Only send PM notification if the user wants to receive one