phpBB
Statistics
| Revision:

root / tags / milestone_3 / phpBB / includes / functions_privmsgs.php

History | View | Annotate | Download (41.7 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 pm

This commit was manufactured by cvs2svn to create tag 'milestone_3'.

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

5068 01/20/2005 09:57 pm Meik Sievertsen

- bugfixes
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.

5048 01/07/2005 12:03 am Meik Sievertsen

- merged getting of unread pm count function to get_folder function
- made folder usable within the template (especially custom folder)

5032 12/12/2004 03:07 pm Meik Sievertsen

- fix attachment mod errors
- make upload path consistent with all other 2.2 path settings
- fix "post title wrong after split" bug

4997 10/08/2004 01:04 pm Meik Sievertsen

- fixed move_pm and delete_pm

4984 09/16/2004 08:33 pm Meik Sievertsen

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

4981 09/05/2004 05:45 pm Meik Sievertsen

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

4980 09/05/2004 11:59 am Meik Sievertsen

dumdidumdidum

4979 09/05/2004 11:54 am Meik Sievertsen

lets pm working again.

4978 09/04/2004 09:32 pm Meik Sievertsen

my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR

4920 07/09/2004 12:41 am Meik Sievertsen

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

4908 06/02/2004 08:07 pm Meik Sievertsen

- private messages - not finished yet.