History | View | Annotate | Download (14.6 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- 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- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
- some fixes/changes
- 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.
- a bunch of updates, most of them bbcode related
- 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
trouble oh trouble... trouble oh trouble... trou... SLAP!
- approve/disapprove posts/topics- changed mcp_front to be more moderator friendly- able to change the forum in mcp_queue (for moderators moderating more than one forum)
- forum rules + link to forum rules- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...- some bugfixes within admin_forums and other files- new admin_board layout (much safer, security wise)
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)
inline attachment capability...
do not parse smilies within code tag
Not even worth a log msg ;)
Let's break lots of things
username quoting should be working again...
Added: admin definable bbcodesChanged: preg references, use the prefered $n form instead of the old \\n oneFixed: tweaked PHP highlightning a little
Correct pathname for template
Less bug, more comments
Primary / secondary style bbcode implementation. Not thoroughly tested yet but my test board still functions so I guess it works ;)
path change for bbcode
Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon. Ashe, the bbcode primary/secondary stuff may need some tightening, particularly since it only checks the bbcode_bitfield for the primary template (which may not exist as coped with later) ... I'll leave that to you to alter.
Shifting bits appears to be faster than the pow() function
Fix up display of sigs and bbcode for preview
Changed: [list=square] is translated into an UNordered listFixed: <ul> opening tagChanged: [list] is not hardcoded anymore
Added: width / height parameters to flashFixed: ol closing tagScrewed-up: ol opening tag - will check that later
Updated bbcode parser.Images that are replace with a link according to user's preferences now use the corresponding [url] template.Some regular expressions have been made a little more restrictive.
This version tends to do what it was supposed to do ... I guess users will prefer this ...
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
Added: [/*] tag (list item end tag). Automagically added if needed, in which case it's stored as [/*:m:$uid]Added: any {L_*} var in bbcode.html is replaced by its matching $lang string
prepared (and fixed) topic review.
a few updates, added #539865 and #694413.
Changed: the loading of bbcodes template is triggered whenever needed - see bbcode_tpl()Changed: [flash] got templated
Move second parse cache init after assignment of bitfield ... in case bitfield isn't set globally
First-pass syntax highlightning. Will fix quotes later
More bbcode fixes
Added syntax highlitning to [code]. Added [flash] tag.
Added some extra 's' extensions to preg_matches to cope with multiline data
BBCode parser + decoder, missing some tags and mildly broken at this time
Various, typically posting related updates
Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)
Various updates and alterations
Updates in line with 2.0.1
Fix for "security vulnerability" in img tag
merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations
Move phpbb_preg_quote back into functions because it's plain annoying ... :D
Fixed little bug that made the smilies image tags not XHTML compatible
Fix for bug #529642... Tabs should end parsing for magic urls as well as spaces or newlines...
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Fixed #506066, [img] didn't work with multiple instances directly following each other
doh
Minor change to email match
Various updates, mods, changes to several functions, moved smilies stuff to bbcode.php ... nathan may kill me ... good bye all in advance
Add a ; to URI validation rex
And another ...
Couple more updates to URL 'fixes'
arrgghhhhh I hate regexp
alphaNUMERICS Paul, ... doh
Check for allowed chars in [url] submissions ... could use some double checking
!!$## gotta stop testing on one machine and commiting changes on another... I mistyped one word, and broke quotes completely. :( Somebody please get me a beer
!!$
trimmed down the quote bug fix in second pass to one preg_replace rather than two, by changing the pattern up a bit...
Fix for bug #496944 "quotes with usernames containing "]"
bug #489842 -- some pages were doing bbencode_second and make_click in a bad order.
fixed [code] bbcode linebreaking nbsp; stuff.
Removed uniqid() from make_bbcode_uid(). uniqid() was doing absolutely nothing for 20ms on each call ;(
tabs-to-spaces and other indentation mojo for [code] bbcode.
Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no longer contain the double-quote character. Also removed a dupe from lang_main file.
[quote=username] bbcode.
Removing traces of global announcements and also fixing a potential security hole in bbcode. Img-based javascript is now stripped. All images have to begin with http://
Changes related to private messaging + some bug fixes
Templated bbcode.
color and size tags
Added underlined text [u][/u]
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
Re-added GPL disclaimers
Modified header comments
Various posting updates
Beginnings of the forum managament code (no functionality yet). Also a bit of a fix to view topic so it dosan't screw up when HTML is turned off. Still needs work, HTML works in [quote] tags... havn't tracked it down yet. Nate should look at it!
Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionalityAll this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again
Ran John's fix_files script to fix all the windows carriage returns.Also added the script in the develop dir. To use it copy it to the phpBB2 root dir and run it
Moved all included files to includes