History | View | Annotate | Download (27.3 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- move some functions from global functions file to functions_display (those only needed in posting and viewtopic/forum)
- test slightly modified topic tracking code- some bugfixes
- 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)
- and my second attempt
Fix topic count display for subfora
- fixed [code=php]- optimized db/mysql.php a little bit
- some fixes/changes
- fix attachment mod errors- make upload path consistent with all other 2.2 path settings- fix "post title wrong after split" bug
- ucp register/remind/activate fixes mostly regarding account activation- general ucp fixing (profile and ucp_main)- created three new functions (return correct topic author string, generate topic related pagination and get topic type/status...). These general bits are used on several pages (subscribed topics, bookmarks, viewforum)....
- 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)
- 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...
- 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)
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)
- re-enable drafts. ;)- put extension checking into a small function...
- check for array [lang]- admin_forums delete routine updated- added extension groups per forum
- 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...
inline attachment capability...
Return information for display of active topics in subfora ... little kludgy? but seems to work
Mark given set of forums marked, show "Mark forums read" link on subforum display
Finished drafts, one bit is remaining though.added file and disk space statistics.some minor changes here and there.
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).
bump topic and orphan attachmentschanges here and there...
optimized update_last_post_information query.
fixed censoring (quote post, word boundaries, attachment comments)
initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.
fixed: slashing attachment comments (hopefully)changed header.
Do away with showing "categories" in the subforum listing ... just output a subforum icon/link ... people appear to want this in preference
a few fixes
some updates...
Yet more updates, topic marking works again ... still intend (optional) checking of "forum read" status on return to index (rather than just the current fudge of visiting the forum), obtain_ranks as a function (used in at least three scripts), removed jabber method that was needed, oops
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...
more fun with cookies
Fix forum link redirection when tracking clicks
forum_link_track to forum_flags & 1
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).
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
Only displayed subforum icon if subforums were set to display_on_index
Fixed error in handling sub-forum data when displaying "categories"
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
oops, I completely forget that viewforum uses the new topics_marking table ... guess I need to commit all related changes after all ... pooh
icon name change
Add forum image to template vars
lastread stuff is just causing too many problems with repeated forums at present - disabling till fixed
Un-b0rked ACL options caching, small general fixes
Very minor changes.
Initial Lastread support. Mind the schema and config changes\!
Moved profile.php to ucp.php. ucp is really really broken right now, don't even think about trying to use it.
Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates
"Fix" problem with forum_id being overwritten by sub forum listing
Output nothing if moderator display is "off"
Minor change to remove total_post count
Fix couple of errors ... you should run UPDATE phpbb_users SET user_permissions = '' after this update
Cleaned up viewforum/index, altered template class to replace missing lang strings with a nicely formatted text, pre-implemented topics prefetching and broke some things.
Fix a couple of issues, hopefully haven't broken anything Ashe was planning ...
Subforums update take #1