History | View | Annotate | Download (28 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- add even more bugs to the codebase- changed submit_pm to carry on the from userdata
- some cross-db related changes- putting active bots array into cache
- test slightly modified topic tracking code- some bugfixes
- added updated coding guidelines- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users- changed bot code to act on useragent || ip
- 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 last_post_information for moderated topics
- bugfixes- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
- added ability to grab supported gd formats
- fix attachment mod errors- make upload path consistent with all other 2.2 path settings- fix "post title wrong after split" bug
- a bunch of updates, most of them bbcode related
- search updates
- fixed move_pm and delete_pm
- extensions_allowed changed a bit.
- 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
- remove user_karma reference.
- 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)
- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)- determine permission settings for submodules- further approve/disapprove work (approve_details added)
- 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...
- fixed topic icon display (correct radio box checked, only visible in first post)
- 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)
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)
add a little bit more information for style authorsease the jumpbox handling a little bit
- re-enable drafts. ;)- put extension checking into a small function...
- check for array [lang]- admin_forums delete routine updated- added extension groups per forum
small fix for html replacement
splitted language files
- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php- pleasing the users a little bit more by using table constants. :D...
removed message type from message parserassign message if specifiedparse/decode html if enabledvalidate url
enable free disk space check
fixed: smilie parsing in signaturesadded: edit notes
go with Ashe's suggestion...
Finished drafts, one bit is remaining though.added file and disk space statistics.some minor changes here and there.
finish bump topic feature...
bump topic and orphan attachmentschanges here and there...
Let's break lots of things
optimized update_last_post_information query.
re-add quote button. ;)
not my day me thinks
ok, but now, really group by. :)
group by smile_url
admin decides which smilies to be displayed in posting screen
request_var updatesattachment updates/fixes
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
no longer supporting ftp upload
small things... decode_text now checks for bbcode_uid existence. And yes, i know i have screwed up a lot of posts. :/
fix preview of postings with embedded bbcode
okie, using array_merge. :Dfixed: admin_pruneadded: prune topics last viewed at... (only admin_prune ATM)moved: delete_attachments to functions_admin
update topic stats if complete topic is stored for approval.
some sync-related updates... more logical processing of submit_post.
fixed: slashing attachment comments (hopefully)changed header.
saved one query by moving max smilie check to the emoticons function
bah, group handling needs some further discussion ... I'm done with it for M-2
hmm, we never had such an object. :)
a few fixes
some updates...
Fix up display of sigs and bbcode for preview
deleted pm references and small fixes to the thumbnail creation
Global announcements ... sort of work ... well they seem to, need to look at possbility of splitting topics table in two
ups. :)
only small addition for further use...
thumbnail creation support
added: download notice for people unable to see files attached to postschanged: put attachment display into a function now called by posting preview and viewtopic (functions_display.php)fixed: small fix in posting routines, cleanups...
Add forum/topic_id info to redirects
fixed: message post storage. We do not hold the parsed message, only the decoded one for displaying within the textarea.
my turn to break things... only small changes.
added email queue + small changes (do not hit me for the mysql_basic change :D)
Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic
some cleanups/updates
more fun with cookies
decode_text() will strip [/*:m] tags
fixed a small annoying bug.
re-enable posting. ;)
a few updates, added #539865 and #694413.
Do not update post's timestamp if we're only editing it
email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)
changed attachment processing (posting), the old way was a mess. :)
Fixed: decode_text() not decoding /list tags properlyFixed: topic_replies not incremented when quoting another post
Re-enabled polling ... includes option of multiple choice polling, indication of option voted for, etc. ... preliminary implementation, various things need finishing
Altered various aspects of emailing ... tested on a windows platform with both mail() and direct smtp ... it worked in both cases.
First-pass syntax highlightning. Will fix quotes later
#575496 - only one way to do it, user input would be nice. ;)
hmmm, what's the word I'm looking for ... hhmmm .... poooh
Missing concatenationnn ... thingy ... dot ..
Updated topic/forum notification ... untested in live situation ... appeared to work via manual testing
do not use the sync function if post get deleted. added topic_last_post_id information to viewtopic, for determining delete permission correctly.
delete no longer used function
some arrangements...
TODO ;)
Removed unneeded decoding, added bbcode_uid to the second_pass function. (doh)
fixed delete post bug, use extension cache while posting, fix download counter for images
$message is now processed in its unslashed form. Should not break anything...
added 711252 and lock topic within post, fixed post editing a bit.
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...