View | Annotate | Download (51.8 KB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- session changes
Small bug in template, some fields not shown if user posts first message in forum where postcount is not increased
- checkin fixed viewtopic (just forgot to check it in, been applied to area51 after 2.0.16 release)
- some cross-db related changes - putting active bots array into cache
- related to the updated topic tracking code
- made path information available to template (T_) - eased topic/post icon in templates (removing hardcoded img) - added S_FIRST_ROW and S_LAST_ROW to template engine
- 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)
- first try to break things...
I'ml unwell, give me a break
Display poll results after voting even if you can change said vote
damn
tiny addition
- removed unnecessary pm options - added one option to clearly define email visibility
- bugfixes - default sort options for posts too - adjusted format_date to remove the (time intensive) preg_ calls - temporary style.php code.
fix highlight issue in 2.1
- 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.
- minor fixes
- search updates
- load_moderators taken into account at index.php - added S_UNREAD_TOPIC to viewforum - changed S_UNREAD to S_UNREAD_POST in viewtopic
- 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
Danger Wil Robinson Danger! Paul is commiting files! Danger
This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!
- now notification redirection working... ?!
- remove avatar class - added S_FIRST_UNREAD and S_UNREAD - removed U_POST_ID
Changed IP to Info ... pointless having two links to basically the same information
- 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)
gah
- 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)
- added splitting of topics to mcp - added merging of posts to mcp - fixed parsing of acl_getf results - adjusted tracking code for important announcements (seems to work now)
- 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 viewtopic pagination (accidently added $start in the middle rendering pagination useless)
- fixed notification redirection - added SID to ucp redirects
- added folder_moved image - new feature: bookmark topics - fixed post details link - added confirmation screen to cookie deletion
- added delete cookies link - fixed global announcement links in viewforum - do not display redirects in link forums as posts in forum overview
- 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)
fixed last edited by tryed to fix mark read code other small fixes... added (commented out) custom profile fields template support
Disable karma/rating
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 authors ease the jumpbox handling a little bit
- check for array [lang] - admin_forums delete routine updated - added extension groups per forum
minor adjustments
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...
the display code for inline attachments, isn't it cute? ;)
preserve 'jump to post'... if emailed notification link and login required.
fixed: smilie parsing in signatures added: edit notes
'post encoding'-fix
Update for new karma image location/creation
more user friendly (this fulfills request #695587 in conjunction with the previously added topic link to the notification templates)
If you don't know what it is, you shouldn't be reading this... (query split as discussed in dev forum) Fixed: board's URL in printer mode
related to attachments
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).
finish bump topic feature...
oops... not realised the config name change locally. :/ added logging of bump action
bump topic and orphan attachments changes here and there...
Let's break lots of things
sticky/announcement time limit login upon notification
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
Fixed: invalid start value will not cause the whole table to be returned ;) Changed: some lang strings. lang_main to be updated soon
Updates mainly for removal of extension + header comment ... moved some aspects of ucp around, further work to be done on these areas ... not commiting search for time being
Added: fetch posts the other way (see forum) Fixed: call-time pass by reference is deprecated on PHP 4.2.0+ and it may display a warning Fixed: str_replace() on highlight words
Changing of votes ... possible new icons for "new votes since last view" in viewforum
Various bits and pieces ... this isn't really what I wanted M-2 to look like but hum ho
now display_notice is working as expected.
re-display download notice
The moron has left the building
Online tracking img load switch
Various updates
Added a quick link to post details for moderators
a few fixes
fixed edit posts (wrong username/id entered)
Global announcements ... sort of work ... well they seem to, need to look at possbility of splitting topics table in two
only small addition for further use...
Fixed signatures showing up no matter if you wanted it or not
Marking and various fixes ... Karma calculation code removed ... don't see point in potentially messing up ratings when "formula" changes
added: download notice for people unable to see files attached to posts changed: put attachment display into a function now called by posting preview and viewtopic (functions_display.php) fixed: small fix in posting routines, cleanups...
A few minor updates
Default rank images directory
Incorrect avatar dimensions
Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic
some cleanups/updates
Wasn't stripping slashes from the cookies ... that will account for some of the erroneous mark read, nothing changes issues. Add name="" to image generation ... for "on" event handlers, etc.
Various updates, changed jump to first unread as per Ashe's suggestion/request ... hope people don't start linking to it making me regret reverting to this implementation :D Moved many decisions on what icons to output to templates ... feedback wrt any performance impacts happily accepted.
Only set start = 0 when first sorting ... else it screws everything up :)
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
Jump to last post on "View newest unread" when all posts have been read
a few updates, added #539865 and #694413.
Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere
email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)
Removed nav_links
page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).
only very small things.
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. :)
further work on the attachment panel... and see how plain those icons are... these are the correct ones to rip ;) Hopefully someone will make some nice upload icons. :)
Various changes, and tests ... marking/tracking is not complete ... tinkering, changing, etc. still to be done ... it's just I've made numerous and various changes to different files so a commit really is due
Fixed some undefined variables (my bad ;))
replaced \' with ' in template to let it parse javascript correctly. admin_attachments.php changes. added real media streaming.
Re-enabled polling ... includes option of multiple choice polling, indication of option voted for, etc. ... preliminary implementation, various things need finishing
do not use the sync function if post get deleted. added topic_last_post_id information to viewtopic, for determining delete permission correctly.
use only one query for updating download counts.
Revert INCLUDE template change, fixed attachment display.
make_normal fixed (was making topics sticky) quickmod's "delete topic" fixed
A special rank bug that was a real git to track down :D
viewtopic v1.260: less memory than 1.259 and still 5% faster than v1.256
bbcode parsing of signature ... may change ... alter handling of newlines
- BBCode now only loaded if necessary - now obtains the whole post rowset before actual processing apply - put all user_cache definitions together - topic_view is only updated once per topic, not at every page
Enable/disable display of moderator listings
fixed delete post bug, use extension cache while posting, fix download counter for images
re-use include...
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...
IP information moved to Post Details
"Report" button only shows up if the user is authorised. Default forum_id for globals temporary (and arbitrary) set to 2.
Fixed the quickmod type-changing tools for global announcements
show the attach icon in viewforum. added cached extensions (we need them within viewtopic)
Re-enable avatar display
Update icon name
Modes renamed - easier to remember
Minor changes
icon name change
Using real counts when displaying unapproved items to keep the page count accurate.
Output total posts/topics
Print entire topic
Moved login procedure to a function enabling "inline" login links ... no more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php
Please try not to notice.
Added indicators for reported and/or unapproved items. Note that moderators with m_approve permission can now read unapproved topics and posts normally.
Additional info for profiles
Switched up $total and $offset as per MySQL manual
Merged forum nav for viewtopic/viewforum, fixed cache behavior with an empty icons table.
Icon updates
Cache topic icons ... being used in three places, two high traffic areas ... probably worth caching, alter word censor to one var array ... hopefully this doesn't break anything :D
Un-b0rked ACL options caching, small general fixes
ignore post test
Initial Lastread support. Mind the schema and config changes\!
Of course it has to be more tricky than that doesn't it ... well, I'm off to bed so it can stick it up its pipe and smoke it for now :D
didn't urlencode highlighted url data ... tut tut
Moved profile.php to ucp.php. ucp is really really broken right now, don't even think about trying to use it.
Got bored so added print topic output view
Further layout faffing, nav links for viewtopic (code needs merging with viewforum/posting), moderators for viewtopic
Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates
Experimental: link to the first unread post without redirection
viewforum queries update + a couple of bugfixes.
Some bugfixes, quick-(un)locking now works.
Various, typically posting related updates
sigh
Smilies enabled ... note this is not necessarily final ...
Dumped sql_query_array, replaced with build_array, posting updates, fixed quoting in mysql layers, fulltext enabled ... speed/problem feedback welcome
Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)
Posting and acl option updates
Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final
Added the redirect() function for nice and clean redirection.
Permission related updates ... is still not final but is getting there ... faster than British Rail too
Well, here are all my changes ... don't blame me if things break :D
Forum/Topic marking updates
Some sql changes
More session changes to accomodate ACL_PERMIT/PREVENT ...
More changes ... switched away from prefetch for now ...
More re-arrangements
oops
Various changes
Remove topic_vote
Updates for permissions, sessions, lots of things ... note that many things do_not_work now ... I'm commiting them to stop people complaining about my holding on to everything :) There is no update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things
merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly
Ok all of these damned httpd server that are different are about annoying
Various bug fixes, polls, Guest vs. Anonymous, quoting guests
More header fixing
Fix error when view is set to somethng unexpected
Minor rewrite of some sql fetchrow stuff
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Bu**er bu**er bu**er damn damn damn ...
oops, removed preg_quote but left \* in place ... bug #516545
Minor update to topic notification which should put an end to a rare bug
No idea if this is as desired but 'topic link' now points to the current page
Repeat after me "Paul is a moron"
Add a login redirect for users not logged in who attempt to visit restricted forums ... also shows a forum/post doesn't exist for hidden forums/topics/posts if user is logged in but not authed to view them
Or this one even ... this is not easy ...
Okay, let's give this highlighting preg_ a shot ...
Semi-fix for bug #511849 , see comments for more details
Fixed bug #512194
Another warning fix ...
Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these
Various updates related to email creation ... should fix various bugs and errors, in theory
Fix global disallow sig still allows old sigs to display bug #501162
Fix admin disable avatar yet still shows bug #506070
Fix bug #504604
Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums
Fix bug #501353
Allowing old style URLs
Added alt and title tags to rank image output
Altered way ICQ overlay is done, uses JavaScript ... don't want this generated within the source code, fixed website issue in profile
Moderator+ viewing of email addresses
Fix sig bug #495562 and prepare club for next person who says "fix it quick" ... :)
Separate sig completely from message
Fixed bug #493598 and added SPAN to signature
Another lastvisit name change missed
Fix view newest post error + missing mini post icon in posting preview
Fixed some language strings, added some handy things to viewtopic
Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction
Avatar size is fixed for remote avatars
Small change to make HTML source of viewtopic more readable
bug #489842 -- some pages were doing bbencode_second and make_click in a bad order.
bug #488067: no, preg_quote() didn't always have 2 args.
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
A 'not quite a Pauls up' + short date format
Implemented Navigation bar in Mozilla
Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!
Reminder to self, checking files at 2am bad, checking files at 2pm good
More lang cleanups
Rank code playing silly beggars again, I hate that game personally
Mainly language updates but some bug fixes too
Lang related update for topic watch
Added admin enabling of email form
Email form - free with purchase of any two other items
I really dispise ), someone should ban them immediately
Corrected for space within highlighted words, this is the version running on the main site
The way message is output for unset topic/post was correct, changing back
Fixed bug #478505 also added code to retain highlight though pagination on viewtopic
Checked all calls to message_die and made sure that if they would be outputted to a user without a major error that they got their error string from the lang file Also made sure all calls had the right arguments in teh right place
Ooops, forgot to clear edited by output for subsequent posts
Altered various language constructs + new quote changes for PM + altered pagination
Minor change to message output when no posts exist
Fix a few things left over from old global announce stuff
More changes for global announcements. They no longer require the mode to be set (it works without), posting.php has been updated to reflect replies to announcements in ALL forums, and a admin page for announcements (global) has been added, although it can only link to pages with the true forum and auth permissions. A more refined version will be coming soon
Just the start to the wonderful world of global announcements. Adds support for them as well as creates a new forum, id -1. Do not delete the forum. I'll write the admin later.
Various changes to location redirection ... please note the format and name changes
Various updates mainly URI session related ... login still having problem with full URI sessions
Preliminary avatar gallery support
I seem to have modified copies of these, so I'm comming 'em just in case
Minor updates and fixes
Fixed bug with non-ranked post getting the rank of the previous poster. Partially filed under #462263.
Another file that didn't commit for some reason + change to subSilver body_text colour
Changes related to private messaging + some bug fixes
topic watch/forum/topic read now cause a message to be displayed, changed profile ICQ for subSilver, various other changes
ICQ decided to change the location of their online indicators. New location in viewtopic
Slight mod to template name check for subSilver ICQ output ... must alter this
Updated and fixed various issues, see post in developers forum for info
Updated moderator panel, particularly move/delete topic
Fixed little bug with auto-linking screwing up links when both at the end of a message and the signature is attached. This fix works, but dosan't really solve the problem because I have no idea why it was happening in the first place
Altered layout of phpbb_config table
View IP code in
Fixed bug #459427
Moved signature attach toggle to DB run convert_sig to update after adding new field to DB
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
Re-added GPL disclaimers
Re-added GPL disclaimer
Modified header comments
ODBC only returning associative fields so modded next/prev topic code appropriately
Various updates for templates
Remote avatar support
Just some jiggling
Match topic and post subject too
Wildcard for censored words now works correctly
Re-jiggled censored word stuff and added wildcard ... needs testing
Word censoring, first part. Does not support wildcards yet but that's coming in the next step.
Notify on reply now supposedly fully functional
Topic notification ... initial stuff
Various posting updates
Code added to get around double htmlspecialchar stuff + some of my stuff looks to allow HTML even when off, removed
Moved smilies code into functions, would it be better in bbcode.php?
More varied changes, again hopefully not breaking anything
Changes encorporate smily processing...
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!
More compliance updates + select previous posts in viewtopic
New split icon + tidied up other mod topic icons
Forum locking now implemented + some updates for future functionality
Still seems to be pagination problem, I dont have it so what havent I committed ...
Fixed errors, non-sid-appended urls, lang switchovers, etc.
Removed unrequired admin checks, modded moderator query, jiggled rank/avatar image stuff
Added editing information, no time limit at present
Template config system, store relevant config stuff here
Fixed problem with anon users not being able to view avatars
Added a text link to split topic interface. Needs a button
Added a needed stripslashes to the topic_title
Changes to include location + some other misc stuff
Confirmation finished for delete, lock, and unlock.
Lots of checking in posting + delete now works
Remove icons/urls from anonymous post displays
is_first_post was missing from the edit button for some reason..
Fixed bug in posting (forum_topics was incremented on replies, not just new topics) One click lock/unlock/delete works for modcp.
Finished lang switchover and various updates
Minor spelling mistake in url
Minor irritation with ranks fixed
More images ... now CVS is back up
Fixes and updates
Altered view next and previous topic code and minor updates or fixes
Started on moderator control panel code. Main layout is started, no functionality yet
Updates related to message.php
Spot the mess ups
Demos of message_die use
Switched forum_auth to the forums table
Made some fixes to posting, next up Reply with Quote
Posting preview done, ability for anonymous users to post with a username
Fixed jump to post problem
Forum level annoucements and sticky topics are done. Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked
Reduced auth code size and added some more auth types
Auth now returns a type allowing for more meaningful failure messa ges
Demo topic tracking code ... commented out by default
Fixed reply w/ quote link (functionality still dosan't exist for it though) Fixed bug with being able to modifiy someone elses profile Fixed bug with BBCode not working Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now)
IP and Delete post icons only show to moderators
Allow restricted view forums
More changes ... admin level now set in phpbb_users rather than via auth system
Added post subject to postgres schema. Updated viewtopic query to include group by for the auth forums table when linking after posting
Changes to allow all auth types to be returned
Auth Stage-1 goes in
Added ability to jump to specific post
Additional page info sent to templates
Commented out current prev/next topic for time being
More work on posting. Editing now works. Also replies can have subjects.
Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionality All 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
Users sigs display correctly. Some minor improvments to posting...still LOTS to be done
Fixed some little bugs in viewtopic. Also made sure viewtopic's next/prev functionality only views topics in the current forum. Added some extra error messages to modify profile for when the query fails.
Took out some debugging code
Removed separate header/footers and moved into each pages body
Freeking windows carriage returns...someone tell me how to fix UltraEdit so it does do this..
Removed the Oracle specific SQL statment, the non-mysql one works fine with it
Introduced the $operator variable and cut the amount of SQL statments in half :)
Added functionality for the next/prev buttions in viewtopic
Initial SQL updates complete
Added generate_pagination routine
Send post id to template for possible anchor name ref
Now allow for GET based session
Moved config, images vars to arrays and various other fixes
Changed joined_date to use create_date
Updated to use create_date rather than date
Moved all included files to includes
error_die changes and various bug fixes to files
Session code updates
Ranks now work
Handing of BBCode and HTML in sigs. BBCode/HTML settings apply to sigs as well as messages
Added make_clickable()
v2 BBcode now being used.. run bbcode_conversion.php to convert your database. It WILL make a backup posts_text table.
New template system. Lots of merging conflicts, so let nate know if he broke stuff.
Fixed some links, added 'Goto Page:' link in viewforum.
Moved include files
me == moron...
fixed little bug in viewtopic
Fixed URL backward compatibility
Allow for legacy topic_id as url param
Reduced query number, changed parameter names
Started on posting.php, got the logic done for displaying the new topic form
More work on viewtopic, still needs SQL tweeking (normal ranks arn't working)
Viewtopic mostly done. Need private forum stuff, pagination, and some SQL tweaks
Initial revision