phpBB
Statistics
| Revision:

root / tags / milestone_3 / phpBB / includes / functions_display.php

History | View | Annotate | Download (27.3 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 pm

This commit was manufactured by cvs2svn to create tag 'milestone_3'.

5240 10/02/2005 08:15 pm Meik Sievertsen

- move some functions from global functions file to functions_display (those only needed in posting and viewtopic/forum)

5135 04/30/2005 04:24 pm Meik Sievertsen

- test slightly modified topic tracking code
- some bugfixes

5118 04/11/2005 11:32 pm Meik Sievertsen

- 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

5117 04/10/2005 08:07 pm Meik Sievertsen

- 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

5114 04/09/2005 02:26 pm Meik Sievertsen

- 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)

5109 03/22/2005 12:10 am Meik Sievertsen

- and my second attempt

5057 01/13/2005 04:31 pm psotfx

Fix topic count display for subfora

5037 12/31/2004 02:58 pm Meik Sievertsen

- fixed [code=php]
- optimized db/mysql.php a little bit

5035 12/19/2004 06:59 pm Meik Sievertsen

- some fixes/changes

5032 12/12/2004 03:07 pm Meik Sievertsen

- fix attachment mod errors
- make upload path consistent with all other 2.2 path settings
- fix "post title wrong after split" bug

5001 10/13/2004 09:30 pm Meik Sievertsen

- 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)....

4986 09/17/2004 11:11 am Meik Sievertsen

- extensions_allowed changed a bit.

4984 09/16/2004 08:33 pm Meik Sievertsen

- 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)...

4981 09/05/2004 05:45 pm Meik Sievertsen

- 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)

4920 07/09/2004 12:41 am Meik Sievertsen

- 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...

4904 05/31/2004 08:00 pm Meik Sievertsen

- added delete cookies link
- fixed global announcement links in viewforum
- do not display redirects in link forums as posts in forum overview

4903 05/30/2004 09:24 pm Meik Sievertsen

- 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)

4898 05/26/2004 10:32 pm Meik Sievertsen

message/mail updates

4883 05/02/2004 03:06 pm Meik Sievertsen

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)

4862 03/11/2004 10:17 pm Meik Sievertsen

- re-enable drafts. ;)
- put extension checking into a small function...

4861 03/10/2004 09:30 pm Meik Sievertsen

- check for array [lang]
- admin_forums delete routine updated
- added extension groups per forum

4836 02/21/2004 01:47 pm Meik Sievertsen

- 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...

4819 02/08/2004 07:02 pm Meik Sievertsen

inline attachment capability...

4801 02/05/2004 03:42 pm psotfx

Return information for display of active topics in subfora ... little kludgy? but seems to work

4757 01/12/2004 04:00 pm psotfx

Mark given set of forums marked, show "Mark forums read" link on subforum display

4668 11/16/2003 10:53 pm Meik Sievertsen

Finished drafts, one bit is remaining though.
added file and disk space statistics.
some minor changes here and there.

4641 11/05/2003 03:57 pm Meik Sievertsen

related to attachments

4637 11/04/2003 11:05 pm Meik Sievertsen

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).

4614 10/19/2003 05:36 pm Meik Sievertsen

bump topic and orphan attachments
changes here and there...

4573 10/12/2003 11:13 am Meik Sievertsen

optimized update_last_post_information query.

4492 09/09/2003 09:02 am Meik Sievertsen

fixed censoring (quote post, word boundaries, attachment comments)

4467 09/04/2003 08:30 pm Meik Sievertsen

initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.

4458 08/29/2003 08:06 pm Meik Sievertsen

fixed: slashing attachment comments (hopefully)
changed header.

4395 08/13/2003 12:33 am psotfx

Do away with showing "categories" in the subforum listing ... just output a subforum icon/link ... people appear to want this in preference

4184 06/29/2003 12:59 pm Meik Sievertsen

a few fixes

4175 06/25/2003 09:49 pm Meik Sievertsen

some updates...

4147 06/19/2003 06:19 pm psotfx

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

4139 06/17/2003 09:34 pm Meik Sievertsen

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...

4054 05/24/2003 02:30 am psotfx

more fun with cookies

4026 05/20/2003 02:24 pm psotfx

Fix forum link redirection when tracking clicks

3994 05/08/2003 03:17 pm psotfx

forum_link_track to forum_flags & 1

3969 05/04/2003 01:58 am psotfx

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).

3961 05/02/2003 05:50 pm psotfx

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

3956 04/26/2003 07:28 pm psotfx

Only displayed subforum icon if subforums were set to display_on_index

3955 04/26/2003 06:24 pm psotfx

Fixed error in handling sub-forum data when displaying "categories"

3953 04/26/2003 03:17 am psotfx

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

3947 04/24/2003 08:21 pm ludovic_arnaud

Fixed some undefined variables

3925 04/22/2003 07:26 pm psotfx

oops, I completely forget that viewforum uses the new topics_marking table ... guess I need to commit all related changes after all ... pooh

3747 03/29/2003 07:28 pm psotfx

icon name change

3684 03/20/2003 01:31 am psotfx

Add forum image to template vars

3350 01/22/2003 04:06 pm psotfx

lastread stuff is just causing too many problems with repeated forums at present - disabling till fixed

3338 01/20/2003 06:12 am ludovic_arnaud

Un-b0rked ACL options caching, small general fixes

3317 01/13/2003 07:44 am ludovic_arnaud

Very minor changes.

3102 11/27/2002 02:24 pm bartvb

Initial Lastread support. Mind the schema and config changes\!

3075 11/21/2002 04:40 pm thefinn

Moved profile.php to ucp.php. ucp is really really broken right now, don't even think about trying to use it.

3061 11/18/2002 10:04 pm psotfx

Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates

3057 11/18/2002 01:19 am psotfx

"Fix" problem with forum_id being overwritten by sub forum listing

3053 11/15/2002 01:45 pm psotfx

Output nothing if moderator display is "off"

3027 11/13/2002 10:48 pm psotfx

Minor change to remove total_post count

3026 11/13/2002 10:33 pm psotfx

Fix couple of errors ... you should run UPDATE phpbb_users SET user_permissions = '' after this update

3018 11/08/2002 04:33 am ludovic_arnaud

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.

3012 11/07/2002 10:45 pm psotfx

Fix a couple of issues, hopefully haven't broken anything Ashe was planning ...

3011 11/07/2002 04:39 am ludovic_arnaud

Subforums update take #1