phpBB
Statistics
| Revision:

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

History | View | Annotate | Download (45.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'.

5227 09/25/2005 04:29 pm Meik Sievertsen

fix bbcode in bbcode problem

5193 08/17/2005 05:57 pm Meik Sievertsen

- changed dbal class layout

5158 06/10/2005 08:59 pm Meik Sievertsen

- fixed breaking quote bbcode ([quote])

5155 05/30/2005 08:42 am Meik Sievertsen

- fix two small errors i "introduced" a while back. ;)

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

- fixed url parsing ([] breakage)

5148 05/10/2005 07:03 pm Meik Sievertsen

- fix issue with malicious protocols
- check input on every hardcoded bbcode/check for empty content

5135 04/30/2005 04:24 pm Meik Sievertsen

- test slightly modified topic tracking code
- some bugfixes

5127 04/20/2005 10:36 pm Meik Sievertsen

- fix [list] preview and list parsing in general (no [ and ] breaking)

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

5083 01/27/2005 07:59 pm Meik Sievertsen

fix admin_session "bug"

5076 01/24/2005 02:14 pm bartvb

BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues

5063 01/15/2005 07:49 pm Meik Sievertsen

- bugfixes
- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)

5046 01/05/2005 07:35 am Meik Sievertsen

- split long urls fix (& into &)

5037 12/31/2004 02:58 pm Meik Sievertsen

- fixed [code=php]
- optimized db/mysql.php a little bit

5035 12/19/2004 06:59 pm Meik Sievertsen

- some fixes/changes

5027 11/14/2004 06:12 pm Meik Sievertsen

- letting urls work again, fixing [code] breakage on urls, corrected magic_url to be able to parse urls at the beginning/end of bbcode blocks
- fixed "edited by" message.

5026 11/10/2004 03:15 pm bartvb

Some small touchups

5023 11/06/2004 03:22 pm Meik Sievertsen

- a bunch of updates, most of them bbcode related

5005 10/21/2004 12:04 pm Meik Sievertsen

/me destroyed posting messages completly, now operating normal again. :) (... hopefully, never trust a dev)

5003 10/19/2004 09:26 pm Meik Sievertsen

- search updates

4993 10/06/2004 02:04 pm Meik Sievertsen

- search indexing fix

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)

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

4961 08/14/2004 08:29 pm Meik Sievertsen

- made message parser more clear
- changed smilie processing again (let's see which bugs pop up here)
- fixed url processing, you know this broken links... ;) see important note (maybe the other devs can help here)
- more control over processing html, emoticons and magic urls (if used for other purposes)...

4898 05/26/2004 10:32 pm Meik Sievertsen

message/mail updates

4883 05/02/2004 03:06 pm Meik Sievertsen

fix some issues with oop, fixing small bugs and prepare the next steps...
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)

4861 03/10/2004 09:30 pm Meik Sievertsen

- check for array [lang]
- admin_forums delete routine updated
- added extension groups per forum

4859 03/06/2004 05:58 pm Meik Sievertsen

minor adjustments

4849 03/01/2004 04:24 pm Meik Sievertsen

small fix for html replacement

4834 02/15/2004 03:03 pm Meik Sievertsen

removed message type from message parser
assign message if specified
parse/decode html if enabled
validate url

4819 02/08/2004 07:02 pm Meik Sievertsen

inline attachment capability...

4767 01/25/2004 03:30 pm Meik Sievertsen

fixed: smilie parsing in signatures
added: edit notes

4695 11/28/2003 12:27 am ludovic_arnaud

Minor change: check for potential bbcodes before we parse the message

4682 11/23/2003 11:25 pm Meik Sievertsen

my attempt to break things...

4668 11/16/2003 10:53 pm Meik Sievertsen

Finished drafts, one bit is remaining though.
added file and disk space statistics.
some minor changes here and there.

4637 11/04/2003 11:05 pm Meik Sievertsen

new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...

Note: please merge your attachment tables (develop dir).

4614 10/19/2003 05:36 pm Meik Sievertsen

bump topic and orphan attachments
changes here and there...

4578 10/12/2003 01:59 pm psotfx

Let's break lots of things

4573 10/12/2003 11:13 am Meik Sievertsen

optimized update_last_post_information query.

4540 10/09/2003 04:49 pm Meik Sievertsen

request_var updates
attachment updates/fixes

4532 10/05/2003 09:59 pm ludovic_arnaud

Allow/disallow [quote] tags. If we make any other bbcode disable-able we should consider passing them in an array ;)

4510 09/24/2003 09:41 pm Meik Sievertsen

some small fixes
got rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;)
NOTE: New css element added to theme

4503 09/15/2003 11:04 pm Meik Sievertsen

fix poll parsing

4490 09/09/2003 03:01 am psotfx

Trim emoticon preg

4485 09/07/2003 08:11 pm Meik Sievertsen

username quoting should be working again...

4482 09/07/2003 07:16 pm Meik Sievertsen

okie, using array_merge. :D
fixed: admin_prune
added: prune topics last viewed at... (only admin_prune ATM)
moved: delete_attachments to functions_admin

4477 09/07/2003 05:23 pm Meik Sievertsen

some sync-related updates... more logical processing of submit_post.

4467 09/04/2003 08:30 pm Meik Sievertsen

initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.

4459 08/30/2003 03:53 am psotfx

speed up split words a tad

4458 08/29/2003 08:06 pm Meik Sievertsen

fixed: slashing attachment comments (hopefully)
changed header.

4453 08/28/2003 10:50 pm ludovic_arnaud

Added: admin definable bbcodes
Changed: preg references, use the prefered $n form instead of the old \\n one
Fixed: tweaked PHP highlightning a little

4451 08/28/2003 07:32 pm Meik Sievertsen

saved one query by moving max smilie check to the emoticons function

4225 07/12/2003 06:04 pm ludovic_arnaud

Fixed the error message for too many quotes

4203 07/04/2003 07:19 pm psotfx

sqlite support UNION ALL SELECT method

4190 07/03/2003 12:23 am ludovic_arnaud

Shifting bits appears to be faster than the pow() function

4184 06/29/2003 12:59 pm Meik Sievertsen

a few fixes

4175 06/25/2003 09:49 pm Meik Sievertsen

some updates...

4160 06/20/2003 07:20 pm Meik Sievertsen

thumbnail creation support

4085 06/05/2003 09:17 pm ludovic_arnaud

Changed: while validating quotes usernames, the loop will end at the first incorrect bbcode pair

4062 05/27/2003 01:53 am psotfx

Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic

4059 05/25/2003 09:17 pm ludovic_arnaud

Changed: \r\n becomes \n within posts
Added: width / height parameters to flash
Added: bbcodes validation within quotes usernames

4045 05/22/2003 03:32 am ludovic_arnaud

Changed: $warn_msg changed into a class var. (allows from returning errors from regexps)
Added: max_quote_depth
Changed: PHP syntax highlightning modified to use CSS classes instead of <font> tags

4028 05/20/2003 03:24 pm psotfx

Enable view limiting functions ... Ashe, not sure if this is compatible with your thinking for bbcode but it seems the "logical" way to handle disabling of bbcode/flash in this manner. Fixed issue with automatic url handling of local links

4016 05/19/2003 01:29 am ludovic_arnaud

Added: [/*] tag (list item end tag). Automagically added if needed, in which case it's stored as [/*:m:$uid]

4005 05/11/2003 06:21 pm Meik Sievertsen

a few updates, added #539865 and #694413.

3997 05/09/2003 10:24 pm ludovic_arnaud

Fixed quotes having bbcodes in author name

3980 05/06/2003 12:48 am psotfx

email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)

3961 05/02/2003 05:50 pm psotfx

Various updates, forum links, "improve" forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32

3960 05/01/2003 08:24 pm Meik Sievertsen

changed attachment processing (posting), the old way was a mess. :)

3939 04/24/2003 12:55 am ludovic_arnaud

Fixed: imbricated quotes
Added: individual bbcodes can be disabled. (still has some bug, not sure where though)

3920 04/22/2003 06:47 pm psotfx

Re-enabled polling ... includes option of multiple choice polling, indication of option voted for, etc. ... preliminary implementation, various things need finishing

3901 04/20/2003 10:30 pm ludovic_arnaud

First-pass syntax highlightning. Will fix quotes later

3890 04/19/2003 03:01 pm psotfx

Update of comment :D

3889 04/19/2003 03:00 pm psotfx

Replied to comment, no code changes

3883 04/18/2003 03:07 pm Meik Sievertsen

some arrangements...

3879 04/18/2003 01:47 am ludovic_arnaud

More bbcode fixes

3860 04/17/2003 12:31 am ludovic_arnaud

Added syntax highlitning for [code].
[code] is now case-insensitive. Nothing else to mention ;)

3844 04/16/2003 01:20 am psotfx

Enable/disable fulltext index updating

3831 04/14/2003 01:20 am ludovic_arnaud

$message is now processed in its unslashed form. Should not break anything...

3816 04/11/2003 09:51 pm Meik Sievertsen

changed $message to be a class variable, added attachment category constants (now images are displayed inlined by default... no wrong assignments anymore, if you wondered why your zip file got streamed. ;))

3812 04/11/2003 02:19 am ludovic_arnaud

BBCode parser + decoder, missing some tags and mildly broken at this time

3807 04/10/2003 11:35 pm Meik Sievertsen

initial 'view attachments' implementation. added new template var (merged include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet...

3804 04/10/2003 03:58 am ludovic_arnaud

Did you know that if you use backslashes in a log message WinCVS freaks out and commit files at random? I didn't either.

3800 04/10/2003 12:17 am ludovic_arnaud

Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html for easy jumping and mcp_foruminfo.html.
Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html

3697 03/22/2003 04:48 pm Meik Sievertsen

initial attachment functionality... only posting related (add/delete/edit) and schema. Also added attachment switch to board settings admin.

3695 03/20/2003 02:21 pm Meik Sievertsen

prepare files, last commit before committing initial attachment functionality - please see thread within development forum.

3668 03/18/2003 06:32 pm psotfx

I keep forgetting changes to line terminators and tortoisecvs 1.3.4+

3667 03/18/2003 06:24 pm psotfx

Problem with url matching + spaces

3633 03/12/2003 03:21 pm Meik Sievertsen

forum and topic notification + poll fixes

3631 03/10/2003 08:39 pm Meik Sievertsen

some posting updates and fixes.