phpBB
Statistics
| Revision:

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

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

5255 10/04/2005 11:39 pm Meik Sievertsen

- some bugfixes

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)

5201 08/19/2005 12:55 pm Meik Sievertsen

hidden fields adjustments

5195 08/18/2005 02:48 pm Meik Sievertsen

- added function for easily building hidden fields
- extended confirm_box function (ability to use custom urls, ability to use custom confirm message)

5161 06/13/2005 07:51 pm Meik Sievertsen

- view active topics
- seperated search id (int) from search id (string) for security reasons

5152 05/15/2005 10:17 pm Meik Sievertsen

- request_var updates
- added group selection to pm filter
- fixed activation/deletion of inactive user accounts in admin index
- fixed some color swatch bugs

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

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

5139 05/01/2005 03:15 pm Meik Sievertsen

- some private message fixes

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

5116 04/10/2005 01:21 pm Meik Sievertsen

- fixed custom profile field get/store
- changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option)
- fixed bugs after jabber queue processing (data being escaped differently)

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

5091 02/10/2005 09:19 pm Meik Sievertsen

change viewonline page slightly.
Mental Note: Step away from using in_array in conjunction with huge arrays (and within a loop), might get slow. ;)

5087 01/29/2005 02:33 pm bartvb

Fixed dotted topics on reply

5083 01/27/2005 07:59 pm Meik Sievertsen

fix admin_session "bug"

5076 01/24/2005 02:14 pm bartvb

BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues

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.

5063 01/15/2005 07:49 pm Meik Sievertsen

- bugfixes
- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)

5055 01/11/2005 09:58 pm bartvb

Fixed small PM issue in header

5038 01/02/2005 08:06 pm Meik Sievertsen

...see if i am able to break the cookie tracking system this time. :D
- made some session code updates
- added new acl function (might be helpful later)

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

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

5036 12/22/2004 03:06 am psotfx

Remove version information from display

5023 11/06/2004 03:22 pm Meik Sievertsen

- a bunch of updates, most of them bbcode related

4996 10/08/2004 01:01 pm Meik Sievertsen

- cur_page no longer in use
- fix confirm box (since it used cur_page) :)

4994 10/06/2004 02:05 pm Meik Sievertsen

set correct dynamic config field if config name not present

4991 10/02/2004 02:20 pm psotfx

Remove globalsearch action, no need

4990 10/01/2004 01:27 pm psotfx

Global search action

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

4983 09/06/2004 08:23 am Meik Sievertsen

- print memory usage if available

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

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!

4957 08/04/2004 09:10 pm Meik Sievertsen

- fixing some issues with the confirm screen - merging our (the devs) approaches (more fail-safe now)
- fixing some small issues...

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

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)

4899 05/26/2004 10:46 pm Meik Sievertsen

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

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

4860 03/06/2004 06:43 pm Meik Sievertsen

show correct login screen (accessing /adm while logged out)

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

splitted language files

4838 02/22/2004 11:22 am Meik Sievertsen

always redirect on login (fixes the "i am not logged in" problem. ;))

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

4804 02/07/2004 11:48 am Meik Sievertsen

hopefully fixed "mark forums read" -> db based tracking

4785 02/03/2004 03:29 am psotfx

gen_random_string move ... not entirely sure about this ... may well return to user functions

4768 01/30/2004 12:48 pm psotfx

Enable redirect after login

4757 01/12/2004 04:00 pm psotfx

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

4733 01/09/2004 12:56 pm psotfx

hhmm, string cleanup was rather ... broken

4717 01/05/2004 12:15 pm psotfx

Minor changes, add new S_USER_LANG template var

4702 12/06/2003 01:45 pm psotfx

Update ACP linkage

4661 11/10/2003 04:03 pm psotfx

gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth to auth class as acl_get_list method, blurp gurgle blurp

4660 11/10/2003 03:26 pm psotfx

We're going down, we're going down, blurp, blurp, gurgle, gurgle

4658 11/10/2003 03:19 pm psotfx

Change to discover auth ... this time I think I got it right ... ooohh look @ that pretty iceberg ...

4655 11/08/2003 06:22 pm psotfx

Finally add deletion of expired sessions from forum access table, remove request_var useage for explain linkage

4645 11/05/2003 07:50 pm psotfx

/me whoopsies all over the floor
/me is ashamed

4643 11/05/2003 07:46 pm psotfx

Admin load switch for jumpbox

4636 11/04/2003 10:54 pm Meik Sievertsen

request_var update to support 2-dimensional arrays.

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

finish bump topic feature...

4603 10/15/2003 07:43 pm psotfx

Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE

4593 10/13/2003 01:34 am psotfx

well, seems putting the queue process in the footer doesn't work on "real boards" where people hit stop constantly on their browser :D

4578 10/12/2003 01:59 pm psotfx

Let's break lots of things

4571 10/12/2003 11:09 am Meik Sievertsen

new rule

4521 10/01/2003 07:22 pm psotfx

request_var init

4515 09/27/2003 10:45 pm psotfx

Fix missing path seperators in template/imageset T_ vars

4508 09/17/2003 11:51 pm ludovic_arnaud

Fixed: sql_return_on_error() calls. Now works as expected
Changed: var types explicitly casted

This checkin msg is dedicated to dhn ;)

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

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

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

4451 08/28/2003 07:32 pm Meik Sievertsen

saved one query by moving max smilie check to the emoticons function

4448 08/28/2003 02:28 am ludovic_arnaud

Taken explain code out of sql_query. New improved layout.

4440 08/27/2003 06:31 pm psotfx

bah, group handling needs some further discussion ... I'm done with it for M-2

4430 08/25/2003 03:38 am psotfx

A few more changes ... nearly there ... deleting users is going to be a little troublesome

4412 08/17/2003 07:52 pm ludovic_arnaud

Fixed: removes the ending slash if the script path is empty resulting in a double slash in the URL

4375 08/11/2003 03:12 am psotfx

Remove trailing slash from T_XXXX_PATH vars

4365 08/10/2003 08:42 pm ludovic_arnaud

Moved sql_close() down, after the cache is unloaded.

4343 08/06/2003 05:45 pm psotfx

A fair amount of additional working or semi-working stuff ... template stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues

4325 07/24/2003 03:58 pm psotfx

Changes for styling directory layout alterations

4303 07/21/2003 02:44 am psotfx

Send DB stored css data to template if necessary ... yes, I realise this won't be cached like a normal stylesheet but there are potential ways around that

4253 07/14/2003 01:29 am psotfx

More styling stuff ... activate, deactivate styles ... deactivated styles can still be used in forum/board styling selectors

4249 07/13/2003 11:39 pm psotfx

Update data for styling schema changes

4236 07/13/2003 05:15 pm psotfx

Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon. Ashe, the bbcode primary/secondary stuff may need some tightening, particularly since it only checks the bbcode_bitfield for the primary template (which may not exist as coped with later) ... I'll leave that to you to alter.

4203 07/04/2003 07:19 pm psotfx

sqlite support UNION ALL SELECT method

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

4054 05/24/2003 02:30 am psotfx

more fun with cookies

4053 05/24/2003 01:55 am ludovic_arnaud

Changed: set_config() won't actually update the database if config values match

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.

4039 05/21/2003 09:06 pm ludovic_arnaud

get_forum_branch() moved to function_admins.php

4025 05/20/2003 02:16 pm psotfx

More functions added ...

4004 05/11/2003 02:58 am psotfx

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

4003 05/10/2003 07:19 pm psotfx

Returned to instantiation of ucp object ... perhaps this approach is better? Altered basic info for ucp_modules, updated editor to allow alternative form and textarea names ... still lots of fudginess, hhhmmmm fudge, uuuuugggghhh

3996 05/09/2003 04:11 pm psotfx

Had to make a start on the UCP proper ... note that things may and in places are quite broken

3990 05/08/2003 05:14 am ludovic_arnaud

Fixed: moderators "viewprofile" links

3989 05/08/2003 03:14 am psotfx

Changed forum_link_track to forum_flags for storage of additional info [ pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting

3980 05/06/2003 12:48 am psotfx

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