phpBB
Statistics
| Revision:

root / tags / milestone_3 / phpBB / viewtopic.php

History | View | Annotate | Download (51.8 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'.

5247 10/02/2005 08:47 pm Meik Sievertsen

- session changes

5216 09/20/2005 09:00 pm bartvb

Small bug in template, some fields not shown if user posts first message in forum where postcount is not increased

5168 07/03/2005 05:11 pm Meik Sievertsen

- checkin fixed viewtopic (just forgot to check it in, been applied to area51 after 2.0.16 release)

5140 05/05/2005 06:55 pm Meik Sievertsen

- some cross-db related changes
- putting active bots array into cache

5137 04/30/2005 04:34 pm Meik Sievertsen

- related to the updated topic tracking code

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)

5108 03/21/2005 11:43 pm Meik Sievertsen

- first try to break things...

5079 01/26/2005 11:11 pm psotfx

I'ml unwell, give me a break

5078 01/26/2005 02:37 pm psotfx

Display poll results after voting even if you can change said vote

5073 01/22/2005 01:24 pm Meik Sievertsen

damn

5072 01/22/2005 01:07 pm Meik Sievertsen

tiny addition

5071 01/21/2005 08:20 pm Meik Sievertsen

- removed unnecessary pm options
- added one option to clearly define email visibility

5068 01/20/2005 09:57 pm Meik Sievertsen

- bugfixes
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.

5034 12/18/2004 05:42 pm Meik Sievertsen

fix highlight issue in 2.1

5027 11/14/2004 06:12 pm Meik Sievertsen

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

5025 11/07/2004 01:38 pm Meik Sievertsen
  • empty log message ***
5024 11/06/2004 03:24 pm Meik Sievertsen

- minor fixes

5003 10/19/2004 09:26 pm Meik Sievertsen

- search updates

4995 10/08/2004 12:59 pm Meik Sievertsen

- load_moderators taken into account at index.php
- added S_UNREAD_TOPIC to viewforum
- changed S_UNREAD to S_UNREAD_POST in viewtopic

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)

4978 09/04/2004 09:32 pm Meik Sievertsen

my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR

4973 09/01/2004 06:09 pm psotfx

Danger Wil Robinson Danger! Paul is commiting files! Danger

4972 09/01/2004 05:55 pm psotfx

Danger Wil Robinson Danger! Paul is commiting files! Danger

4970 09/01/2004 05:47 pm psotfx

This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4969 09/01/2004 10:42 am Meik Sievertsen

- now notification redirection working... ?!

4964 08/22/2004 03:09 pm Meik Sievertsen

- remove avatar class
- added S_FIRST_UNREAD and S_UNREAD
- removed U_POST_ID

4947 08/01/2004 08:00 pm psotfx

Changed IP to Info ... pointless having two links to basically the same information

4937 07/19/2004 10:13 pm Meik Sievertsen

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

4936 07/17/2004 08:51 pm Meik Sievertsen

gah

4925 07/11/2004 05:20 pm Meik Sievertsen

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

4923 07/09/2004 02:31 pm Meik Sievertsen

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

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

4918 06/24/2004 10:06 am Meik Sievertsen

fixed viewtopic pagination (accidently added $start in the middle rendering pagination useless)

4915 06/15/2004 07:56 pm Meik Sievertsen

- fixed notification redirection
- added SID to ucp redirects

4912 06/06/2004 11:44 pm Meik Sievertsen

- added folder_moved image
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion

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)

4892 05/26/2004 08:26 pm Meik Sievertsen

fixed last edited by
tryed to fix mark read code
other small fixes...
added (commented out) custom profile fields template support

4887 05/20/2004 02:54 pm psotfx

Disable karma/rating

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)

4870 03/20/2004 06:06 pm Meik Sievertsen

add a little bit more information for style authors
ease the jumpbox handling a little bit

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

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

4859 03/06/2004 05:58 pm Meik Sievertsen

minor adjustments

4844 02/28/2004 10:16 pm Meik Sievertsen

splitted language files

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

4818 02/08/2004 07:00 pm Meik Sievertsen

the display code for inline attachments, isn't it cute? ;)

4779 02/02/2004 06:20 pm Meik Sievertsen

preserve 'jump to post'... if emailed notification link and login required.

4767 01/25/2004 03:30 pm Meik Sievertsen

fixed: smilie parsing in signatures
added: edit notes

4762 01/19/2004 06:50 pm Meik Sievertsen

'post encoding'-fix

4749 01/11/2004 01:52 am psotfx

Update for new karma image location/creation

4679 11/22/2003 06:57 pm Meik Sievertsen

more user friendly (this fulfills request #695587 in conjunction with the previously added topic link to the notification templates)

4675 11/22/2003 12:19 am ludovic_arnaud

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

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

4634 11/01/2003 05:10 pm Meik Sievertsen

finish bump topic feature...

4625 10/22/2003 10:41 pm Meik Sievertsen

oops... not realised the config name change locally. :/
added logging of bump action

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

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

4578 10/12/2003 01:59 pm psotfx

Let's break lots of things

4577 10/12/2003 11:27 am Meik Sievertsen

sticky/announcement time limit
login upon notification

4522 10/01/2003 07:24 pm psotfx

Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic

4499 09/15/2003 12:25 am ludovic_arnaud

Fixed: invalid start value will not cause the whole table to be returned ;)
Changed: some lang strings. lang_main to be updated soon

4473 09/07/2003 03:46 pm psotfx

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

4471 09/07/2003 12:16 am ludovic_arnaud

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

4455 08/29/2003 02:30 am psotfx

Changing of votes ... possible new icons for "new votes since last view" in viewforum

4441 08/27/2003 06:32 pm psotfx

Various bits and pieces ... this isn't really what I wanted M-2 to look like but hum ho

4408 08/15/2003 06:33 pm Meik Sievertsen

now display_notice is working as expected.

4401 08/13/2003 06:58 pm Meik Sievertsen

re-display download notice

4272 07/16/2003 02:13 pm psotfx

The moron has left the building

4269 07/16/2003 01:46 pm psotfx

Online tracking img load switch

4204 07/04/2003 07:20 pm psotfx

Various updates

4192 07/03/2003 12:36 am ludovic_arnaud

Added a quick link to post details for moderators

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

a few fixes

4178 06/26/2003 06:46 pm Meik Sievertsen

fixed edit posts (wrong username/id entered)

4167 06/23/2003 04:00 pm psotfx

Global announcements ... sort of work ... well they seem to, need to look at possbility of splitting topics table in two

4162 06/21/2003 02:36 pm Meik Sievertsen

only small addition for further use...

4161 06/21/2003 03:43 am ludovic_arnaud

Fixed signatures showing up no matter if you wanted it or not

4150 06/19/2003 06:25 pm psotfx

Marking and various fixes ... Karma calculation code removed ... don't see point in potentially messing up ratings when "formula" changes

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

4080 06/05/2003 02:53 am psotfx

A few minor updates

4076 06/03/2003 11:40 pm psotfx

Default rank images directory

4065 05/28/2003 04:20 pm psotfx

Incorrect avatar dimensions

4062 05/27/2003 01:53 am psotfx

Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic

4057 05/25/2003 04:32 pm Meik Sievertsen

some cleanups/updates

4052 05/24/2003 01:46 am psotfx

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.

4051 05/23/2003 06:15 pm psotfx

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.

4031 05/20/2003 04:01 pm psotfx

Only set start = 0 when first sorting ... else it screws everything up :)

4029 05/20/2003 03:35 pm psotfx

This version tends to do what it was supposed to do ... I guess users will prefer this ...

4028 05/20/2003 03:24 pm psotfx

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

4021 05/19/2003 05:24 pm psotfx

Jump to last post on "View newest unread" when all posts have been read

4005 05/11/2003 06:21 pm Meik Sievertsen

a few updates, added #539865 and #694413.

4004 05/11/2003 02:58 am psotfx

Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere

3980 05/06/2003 12:48 am psotfx

email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)

3978 05/04/2003 07:15 pm psotfx

Removed nav_links

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

3967 05/04/2003 01:33 am Meik Sievertsen

only very small things.

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