History | View | Annotate | Download (45.7 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
fix bbcode in bbcode problem
- changed dbal class layout
- fixed breaking quote bbcode ([quote])
- fix two small errors i "introduced" a while back. ;)
- fixed url parsing ([] breakage)
- fix issue with malicious protocols- check input on every hardcoded bbcode/check for empty content
- test slightly modified topic tracking code- some bugfixes
- fix [list] preview and list parsing in general (no [ and ] breaking)
- 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)
- and my second attempt
fix admin_session "bug"
BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues
- bugfixes- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
- split long urls fix (& into &)
- fixed [code=php]- optimized db/mysql.php a little bit
- 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.
Some small touchups
- a bunch of updates, most of them bbcode related
/me destroyed posting messages completly, now operating normal again. :) (... hopefully, never trust a dev)
- search updates
- search indexing fix
- 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)...
- 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)
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
- 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)...
message/mail updates
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)
- check for array [lang]- admin_forums delete routine updated- added extension groups per forum
minor adjustments
small fix for html replacement
removed message type from message parserassign message if specifiedparse/decode html if enabledvalidate url
inline attachment capability...
fixed: smilie parsing in signaturesadded: edit notes
Minor change: check for potential bbcodes before we parse the message
my attempt to break things...
Finished drafts, one bit is remaining though.added file and disk space statistics.some minor changes here and there.
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).
bump topic and orphan attachmentschanges here and there...
Let's break lots of things
optimized update_last_post_information query.
request_var updatesattachment updates/fixes
Allow/disallow [quote] tags. If we make any other bbcode disable-able we should consider passing them in an array ;)
some small fixesgot 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
fix poll parsing
Trim emoticon preg
username quoting should be working again...
okie, using array_merge. :Dfixed: admin_pruneadded: prune topics last viewed at... (only admin_prune ATM)moved: delete_attachments to functions_admin
some sync-related updates... more logical processing of submit_post.
initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.
speed up split words a tad
fixed: slashing attachment comments (hopefully)changed header.
Added: admin definable bbcodesChanged: preg references, use the prefered $n form instead of the old \\n oneFixed: tweaked PHP highlightning a little
saved one query by moving max smilie check to the emoticons function
Fixed the error message for too many quotes
sqlite support UNION ALL SELECT method
Shifting bits appears to be faster than the pow() function
a few fixes
some updates...
thumbnail creation support
Changed: while validating quotes usernames, the loop will end at the first incorrect bbcode pair
Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic
Changed: \r\n becomes \n within postsAdded: width / height parameters to flashAdded: bbcodes validation within quotes usernames
Changed: $warn_msg changed into a class var. (allows from returning errors from regexps)Added: max_quote_depthChanged: PHP syntax highlightning modified to use CSS classes instead of <font> tags
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]
a few updates, added #539865 and #694413.
Fixed quotes having bbcodes in author name
email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)
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
changed attachment processing (posting), the old way was a mess. :)
Fixed: imbricated quotesAdded: individual bbcodes can be disabled. (still has some bug, not sure where though)
Re-enabled polling ... includes option of multiple choice polling, indication of option voted for, etc. ... preliminary implementation, various things need finishing
First-pass syntax highlightning. Will fix quotes later
Update of comment :D
Replied to comment, no code changes
some arrangements...
More bbcode fixes
Added syntax highlitning for [code].[code] is now case-insensitive. Nothing else to mention ;)
Enable/disable fulltext index updating
$message is now processed in its unslashed form. Should not break anything...
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. ;))
BBCode parser + decoder, missing some tags and mildly broken at this time
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...
Did you know that if you use backslashes in a log message WinCVS freaks out and commit files at random? I didn't either.
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
initial attachment functionality... only posting related (add/delete/edit) and schema. Also added attachment switch to board settings admin.
prepare files, last commit before committing initial attachment functionality - please see thread within development forum.
I keep forgetting changes to line terminators and tortoisecvs 1.3.4+
Problem with url matching + spaces
forum and topic notification + poll fixes
some posting updates and fixes.