root / branches / phpBB-3_0_0 / phpBB / includes / functions.php

View | Annotate | Download (123 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10266 11/14/2009 07:12 PM Joas Schilling

[Fix] Force full date for board online record date.
Authorised by: bantu

10172 09/20/2009 07:50 PM Meik Sievertsen

remove unnecessary query parts... thanks to asinshesq for pointing it out.

10149 09/16/2009 08:51 AM Meik Sievertsen

move up the feed code because MODs often use this location which results in more unneccessary conflicts.

10147 09/15/2009 02:10 PM Meik Sievertsen

Fix login for passworded forums - Bug #51265
Was a regression from r10067 for Bug #50285

10129 09/10/2009 09:44 AM Andreas Fischer

Fix bug #51075 introduced in r10121.

10121 09/08/2009 11:36 AM Meik Sievertsen

Further adjust unread tracking query, should work now for user last mark times less than forum/topic mark times.

10120 09/08/2009 09:53 AM Andreas Fischer

Rename get_unread_topics_list() to get_unread_topics().
Cleanup: Remove some stuff we no longer need.
Related to report #46765

10118 09/07/2009 04:48 PM Meik Sievertsen

Fix retrieval of unread topics list. The old queries were too heavy, using temporary and filesort and actually only based on topics being retrieved before. Instead now use one query which is also a lot faster and yields the same results.

10113 09/07/2009 01:38 AM Andreas Fischer

Adjustments to r10005: Use request_var() to get cookie data.
Some more adjustments to get_unread_topics_list()
Related to report: #46765

10094 09/03/2009 02:59 PM Henry Sudhof

#50675 ; also don't reset the captcha on login

10088 09/02/2009 06:12 AM Jim Wigginton

Fixed bugs #43145, #44375, #44415 and #43045

10087 09/01/2009 07:37 PM Andreas Fischer

Save some calls here, since page_footer(true) gets called quite often.

10082 09/01/2009 12:39 PM Meik Sievertsen

Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)

10071 08/31/2009 10:31 AM Andreas Fischer

Addition to r10060: Add function documentation.

10067 08/30/2009 06:13 PM Meik Sievertsen

Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)

10061 08/28/2009 12:39 PM Meik Sievertsen

Send service unavailable response code for E_USER_ERROR

10060 08/28/2009 10:26 AM Joas Schilling

Fix Bug #49195 - Queries on un-indexed column user_email
Added function to generate email-hash.

Authorised by: AcydBurn

10058 08/27/2009 10:10 AM Meik Sievertsen

Change of r10055, which itself was:
Adjustement for r10050, related to Bug #50185

Instead of S_TAB_INDEX we now use a method suggested by nickvergessen - we simply DEFINE the tabindex for the captcha depending on where it is included.

10057 08/25/2009 02:52 PM Ruslan Uzdenov

One more unread posts search adjustment.
Authorised by: AcydBurn

10055 08/25/2009 11:02 AM Meik Sievertsen

Adjustement for r10050, related to Bug #50185
Use internal S_TAB_INDEX instead of DEFINE

10045 08/23/2009 12:12 PM Ruslan Uzdenov

More unread posts search adjustment.
Authorised by: AcydBurn

10018 08/18/2009 03:51 PM Ruslan Uzdenov

Better tracking of global announcements
Authorised by: AcydBurn

10010 08/17/2009 04:47 PM Meik Sievertsen

i know, i know, no need to hrm me. :P - r10009

10009 08/17/2009 04:45 PM Meik Sievertsen

no need to call generate_board_url() twice - r10008

10008 08/17/2009 03:45 PM Meik Sievertsen

Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
This feature does not change anything for those not using the constant and this feature is also quite in-flux. We need to test this with some applications and bridges and there may be other locations able to benefit from it.

10005 08/17/2009 02:28 PM Ruslan Uzdenov

Add unread posts search support for cookie-based tracking
Authorised by: AcydBurn

10003 08/17/2009 02:21 PM Meik Sievertsen

i am very very sorry for this hackish approach...
(ability to skip add_log calls)

10000 08/17/2009 10:45 AM Joas Schilling

Fix r9961 - populate who is online only where required

Authorised by: AcydBurn

9991 08/15/2009 03:18 PM Joas Schilling

r9961 - also set item name in page_header parameter for better implementation of #31975

Authorised by: AcydBurn

9965 08/12/2009 04:00 PM Meik Sievertsen

ok, i am very sorry, but this needs to be fixed.
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored....

9961 08/12/2009 11:30 AM Henry Sudhof

populate who is online only where required

9958 08/12/2009 10:19 AM Henry Sudhof

change item to item_id; related to #49485

9926 08/05/2009 01:51 PM Ruslan Uzdenov

Fix bug #15729 - Global announcements marked as read if all new topics in forum are viewed
Authorised by: AcydBurn

9924 08/05/2009 01:02 PM Henry Sudhof

log general errors in cron, images and when debug is enabled

9923 08/04/2009 04:57 PM Henry Sudhof

and for pseudocron too (to conisder: log db errors to debug faulty cron jobs)

9920 08/04/2009 04:34 PM Henry Sudhof

add the option to place image debugging information to the log

9907 08/01/2009 02:52 PM Meik Sievertsen

Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)

9885 07/28/2009 09:29 PM Andreas Fischer

Fix tiny typo in r9884, #46765. Thanks rxu.

9884 07/28/2009 04:30 PM Andreas Fischer

Move get_unread_topics_list() up in functions.php, added some documentation. Related to #46765

9883 07/28/2009 03:56 PM Andreas Fischer

More small adjustments to get_unread_topics_list(). #46765

9882 07/28/2009 03:34 PM Ruslan Uzdenov

Fix r9855 for #46765
Authorised by: bantu

9869 07/27/2009 12:39 PM Henry Sudhof

Minor captcha API change - disable display of plugin by returning false in get_template.

9855 07/26/2009 11:16 AM Ruslan Uzdenov

Fix r9755 for #46765
Authorised by: ToonArmy

9828 07/22/2009 11:47 AM Joas Schilling

fix r9758

Authorised by: AcydBurn

9785 07/18/2009 11:29 PM Chris Smith

Ensure user errors are displayed regardless of PHP settings. #47505

9777 07/18/2009 10:02 AM Chris Smith

#42925

9776 07/18/2009 09:44 AM Marek RuszczyƄski

- PHP4 compatibility

9758 07/14/2009 08:35 PM Joas Schilling

Feature Bug #43375 - Ability to delete warnings and keep warnings permanently

Authorised by: AcydBurn

9755 07/14/2009 02:46 PM Ruslan Uzdenov

Fix bug #46765 - View unread posts
Authorised by: AcydBurn

9748 07/11/2009 10:05 AM Andreas Fischer

Fix bug #47775 - Properly convert and show filesize information
Authorised by: naderman

9737 07/08/2009 02:30 PM Ruslan Uzdenov

Fixed Bug #24075 - GZIP status is not showed up correctly in debug mode
Authorised by: AcydBurn

9729 07/07/2009 03:36 PM Andreas Fischer

Fix r9728 - It does actually not work that way. ;-)
Authorised by: naderman

9728 07/07/2009 03:18 PM Andreas Fischer

Fix bug #47785 - Fetch requested cookie variables directly from cookie super global.
This should fix a problem with phpBB installations on PHP 5.3

Authorised by: naderman

9674 06/25/2009 05:57 PM Meik Sievertsen

revert r9653 because it does not work as advertised (a load of bugs and not really what we wanted... back to the drawing board ;))

9668 06/24/2009 10:08 AM Meik Sievertsen

- Fix XHTML for r9666
- Utilize $captcha->solved property
- Only validate captcha once to retain captcha mode over switching from/to agreement page

9653 06/22/2009 02:36 PM Ruslan Uzdenov

Fix bug #46765 - View unread posts
Authorised by: acydburn

9648 06/21/2009 04:00 PM Gabriel Vazquez

Fixed bug #43125

Authorised by: AcydBurn

9641 06/21/2009 10:40 AM Meik Sievertsen

rename user_id in confirm_box to confirm_uid. We are able to do this because confirm_box is completely transparent to the outside.

9638 06/20/2009 10:38 PM Joas Schilling

Fix bug #31975 - Enhance obtain_users_online_string to be able to return user-lists for other session-items

Authorised by: acydburn

9636 06/20/2009 06:45 PM Meik Sievertsen

- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users....

9609 06/17/2009 01:29 PM Henry Sudhof

Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles

9575 06/12/2009 02:41 PM Meik Sievertsen

First ATOM Feed commit/integration
- Idea and original RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21

9574 06/12/2009 01:56 PM Meik Sievertsen

Fix dynamic config update routine error if firebird is used (Bug #46315)

9554 06/07/2009 11:34 AM Meik Sievertsen

some corrections, only very minor things.

9528 06/03/2009 10:19 AM Chris Smith

Correctly determine writable status of files on Windows operating system. #39035

9524 06/02/2009 02:12 PM Henry Sudhof

Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.

9519 05/23/2009 04:11 PM Meik Sievertsen

suppress warnings (stat failed). Though may be good to know... why!

9474 04/18/2009 06:40 PM Meik Sievertsen

#43755 - also return GiB sizes for get_formatted_filesize(), patch by nickvergessen

9437 04/11/2009 09:11 AM Meik Sievertsen

a language alteration for captchas.
Added min/max captcha chars constants and changed the length from 5-8 to 4-7

9410 03/28/2009 03:18 PM Meik Sievertsen

fix unkown variable problem. ;)

9399 03/19/2009 07:24 PM Chris Smith

SQL optimisations

9398 03/19/2009 05:01 PM Meik Sievertsen

Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;)

9394 03/18/2009 06:09 PM Meik Sievertsen

backport 3.2 version of phpbb_chmod() - need to be tested further...

9316 02/07/2009 08:56 PM Chris Smith

Tiny change to accept back slashes for Windows paths, phpBB passes forward slashes but other code might not

9308 01/27/2009 05:54 PM Meik Sievertsen

remove the cache for the session lookups. Actually, the disk reads/writes are more expensive than the sql queries. At phpbb.com for example this results in excessive disk access and more than 1000 cache files. This is not acceptable.

9153 12/02/2008 05:02 PM Meik Sievertsen

Add same redirect disable_cd_check parameter to meta_refresh - #38065

9150 12/02/2008 04:23 PM Meik Sievertsen

Slight performance increase for common parameter calls to append_sid() (Bug #37555 - Patch by BartVB)

9144 12/01/2008 06:04 PM Chris Smith

Fix potential issues with the stat cache and phpbb_chmod()

9146 12/01/2008 05:27 PM Chris Smith

stupid PHP manual :@ the two parameters to clearstatcache() are 5.3 only. Fix r9144

9131 11/30/2008 12:48 PM Meik Sievertsen

Let's face it - the most common setup we see with phpBB is having group-specific settings for external users (FTP, whatever).
Changed phpbb_chmod() to set the group bit, even if the PHP user is the owner. (somehow this sounds complicated, i hope you get the idea).

9057 11/10/2008 05:24 PM Henry Sudhof

inheritance is reflexive

8987 10/09/2008 04:17 PM Meik Sievertsen

- Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088)
- Do not display last post link and sort display options for search engines. (Bug #15088)

8967 10/02/2008 02:04 PM Meik Sievertsen

Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw)

8957 09/30/2008 11:49 AM Meik Sievertsen

further adjustments to exit; statements
force E_USER_ERROR to exit always - it is always a fatal error which should stop every execution happening

8956 09/29/2008 06:55 PM Meik Sievertsen

check fields properly not being set sometimes. ;)

8874 09/18/2008 04:17 PM Meik Sievertsen

Set secure cookie for style switcher if required. (Bug #19625)

8832 09/05/2008 09:09 PM Chris Smith

Extra slash is included in the redirect url when redirecting to the forum root directory. Closes #33605
Fix small mistake in CHANGELOG

8801 09/01/2008 11:33 PM Meik Sievertsen

Show users posts in queue in acp and profile + link to mcp

8787 08/24/2008 01:35 PM Meik Sievertsen

fix installation by defining our needed CHMOD_READ and CHMOD_WRITE constants.

8784 08/23/2008 07:24 PM Meik Sievertsen

fix a small glitch in phpbb_chmod

8783 08/23/2008 07:23 PM Meik Sievertsen

some changes for proper code documentation

8780 08/22/2008 02:52 PM Meik Sievertsen

change the way we do chmodd'ing. I know, my implementation really sucked... good we have motivated community members who point this out. ;) Thanks to faw for providing a way better function and for discussing and also abiding to our needs. :) LEW21 should maybe credited too... he gave the inspiration without knowing it.

8778 08/22/2008 01:00 PM Henry Sudhof

comments

8775 08/21/2008 05:41 PM Henry Sudhof

as per evil3, some more anti-CSRF

8763 08/16/2008 09:06 PM Meik Sievertsen

the chmod change i already had within the changelog (by mistake). This should further secure writable directories and created files.
Installation need to be tested on different hosts.

8737 08/01/2008 04:29 PM Meik Sievertsen

fix cookie secure detection... hopefully

8733 07/30/2008 03:56 PM Henry Sudhof

cleaning tpl fallbacks up

8691 07/28/2008 03:26 PM Meik Sievertsen

tiny alterations/bugfixes

8675 06/28/2008 07:07 PM Meik Sievertsen

Bug #29635

8674 06/28/2008 05:07 PM Meik Sievertsen

New parameter for redirect() to circumvent the cross-domain check.

8667 06/21/2008 06:05 PM Meik Sievertsen

further checks on maximum storage length

8651 06/12/2008 04:40 PM Meik Sievertsen

remove the $Id$ line there and instead add valuable information. Oh, and did not know the phpass project catched our implementation of their code. :) Nice to see.

8643 06/10/2008 02:54 PM Meik Sievertsen

added two comments to describe the functions use-case

8641 06/10/2008 12:30 AM Nils Adermann

Regular expression for email matching in posts will no longer die on long words

8636 06/09/2008 07:05 PM Meik Sievertsen

#27395

8622 06/08/2008 05:34 PM Henry Sudhof

typo

8611 06/06/2008 01:27 PM Henry Sudhof

Some xenophobia

8594 06/04/2008 03:39 PM Meik Sievertsen

ok, well, my team is allowed to give me some slappage. :/ I now changed this sooo often and never realised the code portion is absolute rubbish... with ini_get returning something completely different. Now, this should work (at least for PHP 5.2.x) - tested all 16 possible combinations of triggering errors before and after headers sent, with and without gzip compression, with and without output buffering. Now, please work for others too...

8591 06/04/2008 01:40 PM Henry Sudhof

Too much for a minor; sorry

8585 06/03/2008 06:29 PM Henry Sudhof

a little polish

8581 06/02/2008 07:15 PM Henry Sudhof

give the ACP a login screen

8523 04/21/2008 03:36 PM Meik Sievertsen

we slowly get to it

8519 04/21/2008 03:05 PM Meik Sievertsen

did i ever mention that i hate php's handling of buffers (or i simply do not understand them)

8501 04/10/2008 05:51 PM Henry Sudhof

Remove caching. Ideally, this owuld depend on the current load

8491 04/04/2008 01:41 PM Meik Sievertsen

suppress ob_flush() output and flush() at the end (within my tests this solved blank pages on some setups and do not affect gzip compression).

8479 03/29/2008 01:22 AM Nils Adermann

Hiding everywhere little buggers, eh?

8475 03/27/2008 05:17 PM Meik Sievertsen

some corrections to let the update work flawlessly.

8474 03/27/2008 02:17 PM Henry Sudhof

#24105 - Quite compliacted lang changes, translators will complain :|

8447 03/18/2008 02:49 PM Meik Sievertsen

Allow & and | in local part of email addresses - #22995

8443 03/18/2008 01:03 PM Meik Sievertsen

i think i will stop committing thinks today. :/

8442 03/18/2008 12:58 PM Meik Sievertsen

i somehow mixed my local copy with the changes

8440 03/18/2008 12:10 PM Meik Sievertsen

grr

8439 03/18/2008 11:21 AM Meik Sievertsen

hmm, still bugs there

8438 03/18/2008 11:14 AM Meik Sievertsen

- some changes to the recent session change
- display errors on inserting sessions
- fix database updater

8437 03/17/2008 11:17 PM Henry Sudhof

meh

8436 03/17/2008 05:25 PM Henry Sudhof

This should get rid of the filesorts and temp tables on index (with topic read tracking as exception).
Updater still needs testing. Not yet merged to 3.1
#22715 - thanks HoL

8412 02/27/2008 04:25 PM Henry Sudhof
8409 02/27/2008 04:11 PM Henry Sudhof

and the API

8389 02/23/2008 02:18 PM Meik Sievertsen

some language/style/code fixes (refer to the diff of the changelog)

8387 02/23/2008 12:26 PM Meik Sievertsen

Fix Custom BBCode {EMAIL}-Token usage - #21155

8355 01/30/2008 08:30 PM Meik Sievertsen

Fixing realpath issues for provider returning the passed value instead of disabling it. This fixes issues with confirm boxes for those hosted on Network Solutions for example. - #20435
many thanks to the reporter for allowing me to debug this on his server. :)

8350 01/30/2008 05:01 PM Meik Sievertsen

One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/

Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)...

8348 01/29/2008 04:49 PM Meik Sievertsen

#19955

8312 01/07/2008 02:50 PM vic_delfant

Same goes for the 3_0_0 branch... Fixed a problem caused by "-x-" variations of a translation, such as fr-x-strict and de-x-sie. We're now sending the main language code to the output so it will at least be a valid language code

8285 12/26/2007 03:53 PM

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8273 12/10/2007 07:35 PM Henry Sudhof

Late fix for #16174

8269 12/05/2007 05:34 PM Meik Sievertsen

wonderful, another change... now come slap me to death... conquering mars.

8246 11/18/2007 04:37 PM Nils Adermann

- Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to create a new database connection instead of reusing an existing one if the dbms supports it [Bug #14927]
- Automatic URL parsing no longer allows dots in the schema but can parse URLs starting after a dot [Bug #15110]...

8241 11/17/2007 09:04 PM Meik Sievertsen

some further fixes
- re-introduce grabbing random number from /dev/urandom

8223 11/03/2007 12:10 PM Meik Sievertsen

some changes

8201 10/17/2007 05:47 PM Meik Sievertsen

fixing one severe bug showing since 5.2.4

8199 10/17/2007 12:11 AM Henry Sudhof

Lesson learned.

8160 10/09/2007 11:04 PM Henry Sudhof

#14679

8156 10/09/2007 01:21 PM Henry Sudhof

new clicky thingies.

8148 10/05/2007 04:45 PM Meik Sievertsen

example.com

8146 10/05/2007 04:30 PM Meik Sievertsen

dumdidum... sorry. ;)

8143 10/05/2007 03:14 PM Henry Sudhof

#i43

8139 10/04/2007 08:50 PM Meik Sievertsen

#i42
new password hashing mechanism for storing passwords

8135 10/04/2007 05:08 PM Meik Sievertsen

#14621
#14596
info file changes

8131 10/04/2007 02:03 PM Meik Sievertsen

- fixed database updater
- fixed hook function call in database updater
- fixed bot agent detection (we used a wildcard within the w3c-agent, therefore we should really support this. ;))

8129 10/04/2007 01:14 PM Meik Sievertsen

remove one problematic instance from the realpath replacement

8126 10/03/2007 07:47 PM Meik Sievertsen

#i41
(basically do not allow autocompletion for admin re-authentication)

8120 10/03/2007 05:05 PM Henry Sudhof

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8119 10/02/2007 08:29 PM Meik Sievertsen

#i8

8118 10/01/2007 09:24 PM Meik Sievertsen
  • empty log message ***
8116 10/01/2007 07:43 PM Meik Sievertsen

#i112

8114 09/26/2007 07:00 PM Meik Sievertsen

#i66

8100 09/22/2007 09:18 PM Meik Sievertsen

new hook system (do not get it confused with events or plugins please)
- introducing two new hookable functions too

8099 09/22/2007 08:31 PM Meik Sievertsen

#i62 - #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines.

8098 09/22/2007 08:21 PM Meik Sievertsen

#i61

8094 09/21/2007 05:00 PM Meik Sievertsen

put expressions for ip validation into our get_preg_ function.

8092 09/18/2007 04:49 PM Meik Sievertsen

some fixes. :P
- language authors may review their email template files...

8084 09/09/2007 03:35 PM Nils Adermann

- http://www.boardlocation.tld/phpBB/ links will not get an extra trailing slash with magic url anymore [Bug #14362]

8072 08/30/2007 11:21 PM Meik Sievertsen

necessary changes...

8061 08/21/2007 05:09 PM Meik Sievertsen

- make sure the copyright/disclaimer is consistent
- two fixes...

8057 08/20/2007 05:07 PM Meik Sievertsen

fix for bug #14165... hopefully

8053 08/19/2007 04:51 PM Meik Sievertsen

away with debug code...

8050 08/19/2007 03:40 PM Nils Adermann

- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()
- using \r on custom bbcodes to allow line breaks [Bug #10758]

8045 08/18/2007 01:53 AM Nils Adermann

- strip_bbcode should not treat smilies which look like BBCode and are placed in front of a closing tag as BBCode
- highlight in post subjects and topic titles
- language entry SMILIE_ONE_ADDED should have been SMILIES_ONE_ADDED

8033 08/15/2007 07:32 PM Meik Sievertsen

some bugs fixed

8025 08/13/2007 02:14 PM Meik Sievertsen

Some changes... non-invasive...

7994 08/01/2007 06:27 PM Meik Sievertsen

some tiny fixes and two new features. ;)

7961 07/27/2007 07:33 PM Meik Sievertsen

err, forgot to commit

7914 07/21/2007 06:02 AM David M

clean up

7901 07/17/2007 07:02 PM Meik Sievertsen

remove T_THEME_DATA completely... now the css data is able to be fetched for banned users too. Gives us a good chunk of memory back.

7890 07/15/2007 10:53 PM Nils Adermann

- search result extract shouldn't end in the middle of a multibyte character [Bug #11863]
- missing localisation for an imageset shouldn't create lots of "imageset refreshed" log messages [Bug #12027]
- explain that themes which need parsing cannot be stored on the filesystem [Bug #11134]...

7889 07/15/2007 03:47 PM Meik Sievertsen

even more fixes. :o

7884 07/14/2007 05:44 PM Meik Sievertsen

a bunch of fixes

7880 07/13/2007 02:15 PM Henry Sudhof

#13315

7874 07/12/2007 03:02 PM Meik Sievertsen

allow what is stated within the changelog...

7866 07/11/2007 05:03 PM Meik Sievertsen

some fixes

7851 07/09/2007 07:14 PM Henry Sudhof

#13121
#13093

7830 07/03/2007 05:36 PM Meik Sievertsen

let's see if i can break something. :o

7789 06/24/2007 02:49 PM Meik Sievertsen

tweak the sql_like_expression feature a little bit to allow correct escaping

7788 06/23/2007 02:16 PM Meik Sievertsen

new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).

7787 06/22/2007 06:47 PM Henry Sudhof

Fixing a few things for postgres. Thanks to wagnerch for researching the issue and providing a patch.
#12587

7784 06/19/2007 08:24 PM Meik Sievertsen

try to support -- in smileys by not using comments within post text display...

7755 06/14/2007 05:03 PM Henry Sudhof

Changing the behaviour of the hideonline permission.

Test the current setting before altering the memory limit during install(Bug #12195)

And another language var.

7749 06/11/2007 02:12 AM Meik Sievertsen

my round of bug fixes

7736 06/09/2007 01:11 PM Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7695 05/28/2007 08:46 PM Meik Sievertsen

do not put mailto: in front of the text if parsing email address

7685 05/26/2007 04:23 PM Nils Adermann

- Send stylesheet in style.php even without a valid session id [Bug #11531]
- request_var should strictly return the requested number of dimensions
- corrected a character mapping in the search indexing character list, people might want to reindex after this change if they use fulltext_native

7681 05/25/2007 08:00 PM Meik Sievertsen

fix an improper fix.
- generally, sorry, but direct url parsing after ] will no longer work...
- try to eliminate the most common "bug" for placing urls within the [url=][/url] part (the text). This will trigger make_clickable and render the url invalid (doubled url), moreso if other text is involved too. This is still te case if the url is not written directly after the [url=] part. This is nearly the best we can get within 3.0.x - and every report about [url=], [url] and make_clickable and it's non-parsing or parsing will be closed with "will not fix", except it is a critical bug resulting in the non-functioning of the board. We may adjust this later to our own liking while we try to find different ways to face these problems.

7646 05/19/2007 06:40 PM Meik Sievertsen

we included a check for getimagesize() existance... now we again can suppress notices while running this function.

7633 05/18/2007 05:51 PM Meik Sievertsen

those little things. ;)

7624 05/17/2007 11:12 PM shs

The Grand Copyright Year Unification... breakdown of years, of re-copyrighting due to major changes:

2000 - phpBB1.0.0 released
2002 - phpBB2.0.0 released & phpBB2.2.x commenced
2005 - phpBB2.2.x is canned with phpBB3.0.0 to succeed it, prosilver also starts development proper...

7616 05/17/2007 03:23 PM Meik Sievertsen

#11074 - only process and check (as well as display) images if the category also matches. ;)

7590 05/15/2007 06:02 PM Henry Sudhof

Making logout somewhat more secure.

Language variables, take them while they're hot. (just one, so be quick)

7588 05/15/2007 05:46 PM Meik Sievertsen

#10956

7587 05/15/2007 05:44 PM Meik Sievertsen

#10948

7564 05/14/2007 07:21 AM David M

#10883

7561 05/13/2007 10:09 PM Nils Adermann

- use /48 and /64 subnets for IPv6 matching [Bug #9538]

7559 05/13/2007 06:15 PM Nils Adermann

- correctly transfer the search query across search result pages
- changed highlighting so foo* will match foo again [Bug #10031]
- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]...

7503 05/07/2007 11:21 PM Meik Sievertsen

#10617

7497 05/07/2007 03:19 PM Meik Sievertsen

fixing some bugs
changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB.

7485 05/06/2007 05:31 PM Meik Sievertsen

#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481
- more label fixes
- simpler approach to get input cursor text

7483 05/06/2007 07:40 AM shs

Stragglers that got missed during ACP prosilver-isationageing.

7456 05/04/2007 02:30 PM Meik Sievertsen

added class for disabled options in ACP
E_USER_ERROR now using language keys if available [related to #10445]
UCP/MCP title tags [#10441]
Check $start parameter in viewforum [#10435]
Check for postable forum for moving user posts within users ACP [#10433]...

7455 05/03/2007 04:29 PM Meik Sievertsen

some language-specific adjustements
fix prune users (adding the list of users to the confirmation page)
tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)

7439 04/30/2007 05:35 PM Meik Sievertsen

#10283 - no style if banning anonymous/ip and using style requiring stylesheet parsing. Also fixes a bug for non-parsed THEME_DATA...

7437 04/30/2007 04:16 PM Meik Sievertsen

email preg

7429 04/30/2007 12:46 PM Henry Sudhof

Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.

-Route all avatar downloads through download.php - adrien
-Change the way inline attachments are delivered
-Fixes a few (unreported) bugs, notably avatar upload during group generation...

7428 04/29/2007 10:56 PM Nils Adermann

- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]
- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...

7424 04/28/2007 11:16 PM Nils Adermann

- magic urls should have class="postlink", added class="postlink-local" for relative magic urls [Bug #9867]
run develop/adjust_magic_urls.php to modify your post/sig/pm contents to use class="postlink"
- corrected a few bugs in fulltext_mysql stats [Bug #10165]

7386 04/22/2007 08:09 PM Meik Sievertsen

changed the cache files to save some memory (all global ones are hold in memory, doubling it).

7373 04/19/2007 01:46 AM David M

make it work like viewtopic

7360 04/15/2007 10:46 PM David M
  • empty log message ***
7359 04/15/2007 09:00 PM David M

#9836

7355 04/15/2007 12:59 PM Nils Adermann

- m_warn is no longer a local moderation permission
- magic urls should properly use html entities
- speed up posting on big boards, MAX query can be simplified a lot in certain cases
- user IP list should be labelled with "Other users" [Bug #9707]

7354 04/13/2007 05:33 PM shs

Revert and undoing bug #9736

Won't fix, at least for 3.0.x. Re-review come 3.2.x and perhaps may be able to get localised prefixes, so something like:

Sv: Re: Antwort: <Subject>

... doesn't happen. :P

7345 04/13/2007 07:03 AM shs

#9736

Quidquid latine dictum sit, altum sonatur... redux! :P

7341 04/13/2007 06:13 AM shs

#9736

Quidquid latine dictum sit, altum sonatur. :P

7289 04/06/2007 09:24 PM Meik Sievertsen

revert this change. It is actually not a bug. We use append_sid on view to let relative links correctly work.

7285 04/06/2007 03:14 PM Meik Sievertsen

ticket #9599 - Nils, please review!

7273 04/03/2007 03:25 PM David M

#9578

7245 03/31/2007 01:58 PM Meik Sievertsen

#5386 - make new/unread private message variables available (holding the number of said private messages)

7242 03/30/2007 04:24 PM Meik Sievertsen

other fixes...

7241 03/30/2007 12:49 PM Meik Sievertsen

some changes/bugfixes

7234 03/26/2007 06:28 PM Meik Sievertsen

not doubling notices...

7218 03/23/2007 01:18 PM Meik Sievertsen

again, some changes here and there...

7216 03/22/2007 04:15 PM Meik Sievertsen

some fixes... hopefully not breaking something. :o

7209 03/19/2007 04:46 PM Meik Sievertsen

small redirect fix. ;)

7197 03/15/2007 12:56 AM dhn2

#24601 ;_;

7164 03/10/2007 04:05 PM Meik Sievertsen

#8632

7163 03/10/2007 03:31 PM Meik Sievertsen

#8618 + padding store check

7151 03/08/2007 05:42 PM Meik Sievertsen

apply correct check for hiding session

7150 03/08/2007 04:49 PM Meik Sievertsen

again... some more fixes.

7143 03/07/2007 05:55 PM Meik Sievertsen

- fix some group specific bugs
- correctly determining terrafrost's birthday mod

7121 03/04/2007 11:14 PM David M

typo

7120 03/04/2007 11:08 PM David M

- small MSSQL thing
- changed how we store tracking data

7119 03/04/2007 05:05 PM Nils Adermann

- added a UNIQUE index on the wordmatch table
- some modifications of search indexing which might improve the speed and hopefully fixes [Bug #8352]
- added logging to search indexing [Bug #8384]

7090 02/27/2007 02:00 AM shs

"Reintroducing" S_CONTENT_DIR_LEFT & S_CONTENT_DIR_RIGHT as S_CONTENT_FLOW_BEGIN & S_CONTENT_FLOW_END, but rather than taking values from ./language/xx/common.php (which often got translated when not needed, eg: to French, or just plain not used at all, swapping left=>right and right=>left in RTL mode)....

7089 02/26/2007 02:57 PM David M

#8282

7076 02/25/2007 11:09 PM Nils Adermann

- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]...

7054 02/24/2007 01:31 PM Meik Sievertsen

trying to fix some bugs...

7053 02/24/2007 12:09 PM Meik Sievertsen

no h2

7052 02/24/2007 12:03 PM Meik Sievertsen

do not rely on admin style for E_USER_ERROR messages

7030 02/21/2007 08:43 PM David M

#8254

7007 02/18/2007 02:42 PM Meik Sievertsen

fixing some bugs
more mcp links for easier moderating different aspects (all, forum, topic)
i may have introduced new bugs with this commit due to me having fixed some things weeks ago and some code changed in between - please report if you see something not working as expected.

6974 02/08/2007 11:11 PM Nils Adermann

- Pruning doesn't lower user post counts anymore [Bug #7676]
- Better resync explanations in ACP
- relative link to board shouldn't result in an empty link [Bug #7762]
- allow spaces to define multiple classes [Bug #7700]
- forgot addslashes for password conversion [Bug #7530]...

6973 02/07/2007 05:32 PM Meik Sievertsen

adjust text for getting image dimensions as well as not suppressing warnings for getimagesize()

6969 02/05/2007 05:24 PM Meik Sievertsen

only some minor fixes

6940 01/27/2007 06:21 PM shs

SEPARATOR, not SEPERATOR... also "neutralised" variable naming as it's used elsewhere outside of pagination. :)

6934 01/27/2007 01:30 PM Meik Sievertsen

#7424
- rebuild username_clean column due to changes in utf8_clean_string()

6930 01/26/2007 05:09 PM Meik Sievertsen

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community...

6915 01/21/2007 07:33 PM Meik Sievertsen

fixing some bugs, most being submitted grammatical/spelling errors.

6905 01/18/2007 03:41 PM Meik Sievertsen

fixing some bugs

6894 01/17/2007 07:41 PM Meik Sievertsen

ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o

6886 01/13/2007 11:32 PM Nils Adermann

- solved a problem with magic urls inside brackets, and with bbcodes being treated as IPv6 addresses
- turn NOT IN () and IN () into 1=1 and 1=0 so the database will understand it, instead of throwing an error in sql_in_set [Bug #7118]
- some tiny fixes to fulltext_native

6862 01/08/2007 10:14 PM Nils Adermann

- new homographs or IDN confusables ( http://www.unicode.org/reports/tr39/data/international.txt )
- also added character names to old homographs
- pagination_sep theme option removed, PAGINATION_SEPERATOR can be set in language files and the theme can overwrite it using span.page-sep [Bug #6872]

6843 01/05/2007 10:17 PM Nils Adermann

- use constants no weird numbers ;-)
- solved problem with \w using UTF-8 search (fulltext_mysql) by using PCRE unicode character properties if available [Bug #5768]

6832 01/03/2007 07:58 PM Nils Adermann

- allow login with redirect parameter
- altered URL regular expression so it won't cause problem with long URLs - PCRE >:( [Bug #6720]
- moderator list on index should have coloured groups in bold as everywhere else too
- correctly handle password requirements in UCP [Bug #6692]...

6831 01/03/2007 05:38 PM Meik Sievertsen

- removed download mode selection (the column info and constants will not be removed, we or others may be able to re-use them later on)
- removing extension from physical filename for uploaded attachments (as has been suggested some time ago from our community), can still be used by using the new 'unique_ext' mode on file cleaning...

6829 01/02/2007 05:35 PM Meik Sievertsen

- do not allow setting the parent to currently assigned childs [Bug #6708]
- Allow the display_on_index setting to be specified for link forums [Bug #6660]
- Rank code in functions_display.php [Bug #6656]
- Added some new locations for the viewonline page [Related to bug #6484]...

6816 12/27/2006 06:43 PM Meik Sievertsen

Unused Code inside function update_forum_data [Bug #6606]
Copy permissions protection for groups [Bug #6594]
HTML issues in ACP [Bug #6580, #6578]
Always send the correct encoding [related to bug #6576]
Mass email fixes for first loop iteration [Bug #6570]...

6814 12/27/2006 01:06 AM Nils Adermann

- display search type as page title for premade searches [Bug #6508]
- flash enabled on user side by default, so that admins can actually change anything by activating it (still disabled by default)
- properly implemented password complexity check [Bug #6584]...

6803 12/24/2006 02:11 PM Meik Sievertsen

some fixes today
- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.

6794 12/23/2006 06:56 PM David M

regex man strikes again!

6786 12/21/2006 05:50 AM David M

#6462, not a bug unless you run a version of PHP 5 that is less than 5.0.4...

6783 12/20/2006 12:48 AM David M

#6436, thanks ToonArmy for the patch :D

6774 12/16/2006 09:24 PM Nils Adermann

- Optimize acl_getf_global a bit
- a little performance improvement of the IP regular expressions
- convert post_text/subject collation to utf8_unicode_ci if a user wants to use mysql_fulltext to allow case insensitivity [Bug #6272]
- mysql_fulltext should alter all necessary columns at once to speed up the process...

6731 12/09/2006 08:17 PM David M

proper solution to #6114, guarantees $seed lies below 0x7FFFFFFF

6730 12/08/2006 04:20 PM Meik Sievertsen

- re-add script_path for "strange configurations" to let them force the generated urls correctly
- show rank title if no rank image present in memberlist
- other fixes.

6729 12/08/2006 01:08 AM David M

#6076
- removed unused junk from functions.php

6719 12/06/2006 11:13 PM Meik Sievertsen

minor bugfixing

6711 12/05/2006 09:06 PM David M

oops :D

6705 12/03/2006 06:36 PM David M

#5734
- replaced array_rand($array) with mt_rand(0, sizeof($array) - 1) as array_rand did not take my seed

6702 12/03/2006 05:12 PM Meik Sievertsen

some tiny bugfixes.

6698 12/02/2006 02:19 PM Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6677 11/27/2006 10:33 PM Meik Sievertsen

better layed out...

6674 11/27/2006 08:32 PM Meik Sievertsen

#5610

6671 11/27/2006 05:05 PM Meik Sievertsen

Using a different approach for the data updates (same as the schema updates)

6669 11/27/2006 01:56 PM dhn2

blah ..

6667 11/27/2006 01:45 PM dhn2

#4892

6660 11/26/2006 03:55 PM Meik Sievertsen

- bug fixes for #5618, #5588 and #5584
- remove messenger->reset() calls (they are already performed on sending)

6650 11/24/2006 03:59 PM Meik Sievertsen

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...

6629 11/21/2006 07:20 PM Meik Sievertsen

decrease the barrier for E_ALL error reporting and email traces from DEBUG_EXTRA to DEBUG

6628 11/21/2006 07:15 PM Meik Sievertsen

- fixing a bunch of bugs
- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.
i hope not having introduced too many new bugs.

6614 11/19/2006 10:00 PM Meik Sievertsen

some tiny fixes.

6611 11/19/2006 04:23 PM David M

#5446
- slight opti thrown in :D

6601 11/18/2006 05:27 PM Meik Sievertsen

- a handful of mcp fixed, the most important one is the change for check_ids() - it is now supporting ids from more than one forum too, making it possible to use some mcp features as designed initially. We really need to get our moderator team testing the mcp extensively....

6597 11/17/2006 10:51 PM David M

#5376
- removed some unneeded globals

6595 11/17/2006 08:37 PM Meik Sievertsen

adjust some comments to work with phpdocumentor. :)

6589 11/16/2006 05:51 PM Meik Sievertsen

ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.

6584 11/15/2006 04:35 PM Meik Sievertsen

- fixes for the following bugs:
#5326
#5318
#5304
#5290
#5288
#5278
#5276
#5272
#5266
- also fixed the "Call-time pass-by-reference" bug #5252
- within this step changed the normalize calls to require references.
- added captcha size variables to the class scope (suggestion was posted at area51)

6578 11/12/2006 08:45 PM David M
  • empty log message ***
6572 11/12/2006 04:35 PM Meik Sievertsen

consistant obtain_* functions

6569 11/12/2006 03:29 PM Nils Adermann

message

6561 11/10/2006 02:49 PM Meik Sievertsen

- some fixes
- added script for easy adjustement of username_clean column within the users table (please see the note i added to the utf8_clean_string() function)

6552 11/04/2006 06:19 PM Meik Sievertsen

- use the $var_ary for settings in a more logical way (hopefully removes the clutter and shows where which variable is set how)
- hopefully utf8 passwords are working too now

6549 11/04/2006 12:09 AM David M

- compress is nicer (fixed a bug :P)
- UTF-8 code is nicer (fixed a bug :P)
- new CAPTCHA. Replaced the old one for size and usability issues. The old CAPTCHA will most likely be released as a separate package

6548 11/03/2006 10:05 PM Meik Sievertsen

ok, i am an idiot...

6545 11/03/2006 12:26 PM Meik Sievertsen

- implemented the suggested html_entity_decode function made by david
- fixed string length checking by also decoding entities for the sake of checking
- used the new html_entity_decode function

6544 11/02/2006 04:23 PM Meik Sievertsen

some updates; and hopefully not completely breaking redirects (again). :D You know, i like breaking things.

6542 10/31/2006 09:31 PM grahamje

Changing regeneration of the rand seed

6521 10/22/2006 08:32 PM grahamje

Add an optional flag to allow the disabling of generating the cron image for pages if appropriate

6519 10/22/2006 03:46 PM Meik Sievertsen

ENT_COMPAT is the default, with ENT_QUOTES a few features will no longer work.

6517 10/22/2006 03:32 PM Meik Sievertsen

- now username changes should work as desired
- removed some extract() calls

6511 10/19/2006 03:55 PM Meik Sievertsen

Revised attachment categories a bit
Fixes for the following bugs:
#4830
#4818
#4816
#4810
#4808
#4798
#4796
#4772
#4662
#4646
#4546
#4524
#4270

I hope not having introduced additional severe errors :)

6510 10/19/2006 01:58 AM David M

- typo in functions.php
- #4826

6508 10/18/2006 05:32 PM Meik Sievertsen

let the forum link work again
(we do not need the removed check because the board url is always prefixed, except for those urls having a valid scheme and host part)

6503 10/15/2006 09:22 PM David M

looks like nobody ever found this bug :D

6500 10/14/2006 09:05 PM David M

if we want a string, don't close the DB and cache

6497 10/14/2006 04:56 PM Meik Sievertsen

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

6494 10/14/2006 12:10 AM Nils Adermann

- introducing clean usernames, needs to be tested more, I'm not sure I didn't miss anything
- homograph list should probably be extended

6487 10/12/2006 05:20 PM Meik Sievertsen

some test code, hopefully working for all occassions where we are using the functions...

6477 10/11/2006 12:43 PM Meik Sievertsen

- make sure all sort keys are valid and selectable.

6476 10/11/2006 09:02 AM Meik Sievertsen

do not use parse_str because it could lead to "unexpected" output which could lead to XSS

6468 10/08/2006 03:42 PM grahamje Changes to language functionality.
Notes to translators:
  • Language directory should where possible be named xx[_yy[_zz]] as appropriate for the language code (lower case with underscores to separate)
  • USER_LANG should contain the relevant iso code which is returned with page content (ie en-gb for the default language pack)
6459 10/07/2006 07:40 PM Meik Sievertsen

he braces style is deprecated as of PHP 6

6458 10/07/2006 07:11 PM Meik Sievertsen

better not. ;)

6457 10/07/2006 06:49 PM Meik Sievertsen

strpos...

6452 10/07/2006 02:36 PM Meik Sievertsen

tried to begin adjusting all string functions where applicable - still a lot to do.
i hope i catched all relevant sections and did not mess something up.

6447 10/06/2006 08:43 PM Meik Sievertsen

- support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled
- mcp fixes
- fixed some usability issues

6436 10/03/2006 08:35 PM Meik Sievertsen

- extend config checking to include check for writeable path
- removed not utilized user_allow_email column from schema
- removed inactive groups (they had no use at all, since inactive users are not able to login)
The only benefit those brought are distinguish users - but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes....

6428 10/02/2006 05:11 PM Meik Sievertsen

consistent acp layout regarding backlinks and messages.

6423 10/01/2006 01:10 PM grahamje

Prevent cookies from other applications interfering with our forms

6418 09/29/2006 02:06 PM Meik Sievertsen

of course $host instead of $domain

6415 09/28/2006 05:11 PM Meik Sievertsen

err, no, from the php manual actually... the zend function has some security issues.

6414 09/28/2006 05:04 PM Meik Sievertsen

- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message - this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index....

6383 09/23/2006 12:14 AM Meik Sievertsen

some tiny fixes here and there

6380 09/18/2006 12:02 AM Nils Adermann

- no more encoding mixture, say hello to UTF-8 (I'll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]
- take local server time into consideration for birthday/age calculation
- faster active topic search
- allow changing active topic time frame [Bug #4150]...

6367 09/15/2006 04:08 PM Meik Sievertsen

implement bare-bone validation for config variables...

6364 09/13/2006 06:08 PM Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6352 09/04/2006 10:35 PM Meik Sievertsen

- fix security issue in download.php
- fixing some phpdocumentor warnings/errors
- adjust pop-before-smtp "auth" (nowadays no one should rely on it)
- add backtrace for smtp email errors if DEBUG_EXTRA is enabled

6351 09/04/2006 03:47 PM Meik Sievertsen

- fixing profile bug
- adjusting acl_gets calls (they are or'd - make sure they get checked correctly based on the situation)
- automatically assign the u_download and u_search permission to the guest group

6345 09/02/2006 03:33 PM Meik Sievertsen

some changes/fixes

6342 09/01/2006 03:16 PM Meik Sievertsen

fix some bugs - hopefully not breaking anything...

6321 08/28/2006 07:20 PM Nils Adermann

- birthdays/age in user's timezone and not server's local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)...

6320 08/28/2006 05:50 PM Meik Sievertsen

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)

6314 08/23/2006 09:52 AM Meik Sievertsen

fix redirect if we are within the admin directory (not /ucp.php but /{admin_directory}/index.php)

6312 08/22/2006 11:26 PM Meik Sievertsen

some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.

6301 08/18/2006 11:19 PM David M
  • empty log message ***
6296 08/17/2006 06:26 AM David M

- getcwd replacement
- realpath stuff thanks to Chris

6292 08/15/2006 03:08 AM David M

If i could force you all to use PHP 5.1.0+, then i could just use the count param with preg_replace. Oh well...

6271 08/12/2006 03:14 PM Meik Sievertsen

sql_in_set changes

6263 08/11/2006 11:52 PM David M

so.... what does this thing do?

well, the super fast, ultra efficient, massively huge BBCode handling system was implemented differently on each DBMS. Although this provided the best performance, the solution was a bit hacky.

So what does this new thing do? We use base64 encoding to make everything nice and shiny, it turns into nice, safe characters that we can just jam into varchars on essentially any database. This has two implications: we must decode every bitfield we get AND we have slightly fewer IDs to work with. It goes down from 2040 BBCodes to 1512. We lose like a quarter of them :P...

6256 08/09/2006 11:03 PM Meik Sievertsen

- load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51.
- reported bugs fixed

6241 08/06/2006 07:25 PM Nils Adermann

- finally making the age calculation work [Bug #3582]
- replacing all occurances of L_NONE with a more specific string [Bug #3494]
- a few corrections to html id attributes in the installer
- using correct permission in mcp_report [Bug #2471]
- allow deleting the avatar, when no upload method is enabled and hide the delete button if no avatar is set

6224 08/01/2006 05:29 PM Meik Sievertsen

- fixing some bugs
- shortening some db columns to meet the requirements
- correctly increase/decrease user post counts
- fix the topic title length bug(s)

6209 07/24/2006 12:08 PM David M

OK...

This commit should increase the total number of BBCodes from 31 to 2040. Some things to watch out for:

Each database likes to deal with binary data in its own, special way. They are, quite frankly, too cool for school.

MySQL, MSSQL and Oracle all allow me to send in a default value for their binary column using a hex number. However, MSSQL forces me to send the specific data as a hex number and thus we must CAST it....

6188 07/17/2006 05:23 AM David M

hmm... This commit does not increase the number of BBCodes. However, this does other things that we need to do first. This splits the usage of allow_* from the BBCode bitfield in forum descriptions, forum rules and group descriptions. This also fixes a tiny, tiny severe issue that nobody found :D I hope it works :P

6178 07/14/2006 02:59 PM Meik Sievertsen

add not applied sql_escape in memberlist

6177 07/13/2006 02:51 PM Meik Sievertsen

- renamed the following columns:
comment -> attach_comment
new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted
module_name -> module_basename
value -> lang_value

- every column is now NOT NULL
- every column is now having a DEFAULT value...

6161 07/09/2006 06:23 PM Meik Sievertsen

- tackle some usability issues
- fix bug #3147
- added the lock-images made by SHS`
- fixed MSSQL errors (adding the correct ESCAPE sequence)

6149 07/06/2006 06:46 PM Meik Sievertsen

some bugfixes

6147 07/05/2006 05:48 PM Meik Sievertsen

re-check cookie_secure value within generate_board_url() for those users having it enabled but not running on a SSL connection (which of course results in server errors). This should (hopefully) further minimize support requests. ;)

Thanks again to aninhill for giving me full access to his board to be able to spot this error.

6139 07/02/2006 11:42 PM Meik Sievertsen

- fixed language pack management a bit (supporting backslashes)
- fixed ftp_fsock, also fixing a reported bug in there

6135 07/01/2006 09:11 PM Meik Sievertsen

- add additional auth check to the permission roles modules
- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved......

6124 06/24/2006 05:52 PM grahamje

Show message to those browsing whilst board is disabled

6122 06/24/2006 03:27 PM Meik Sievertsen

ok, first attempt at solving some compatibility issues.
- dropping in replacement for realpath

6117 06/23/2006 04:04 PM Meik Sievertsen

make sure set_config is called with the correct is_dynamic value

6114 06/22/2006 05:14 PM Meik Sievertsen

time to squash some bugs

6104 06/19/2006 11:30 PM Meik Sievertsen

some bugfixes

6073 06/16/2006 06:54 PM Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

6058 06/13/2006 11:06 PM Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6055 06/13/2006 05:06 PM Meik Sievertsen

- added class="radio" to all radio- and checkboxes
- make sure the database gets closed correctly in cron.php
- bugfixes

6054 06/13/2006 12:16 AM Meik Sievertsen

- get swatch converted into new acp format
- add page title to ucp pages
- add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages)
- fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx)

6051 06/12/2006 06:09 PM Meik Sievertsen

removed the ability to parse after closing brackets, since this seems to create a bunch of new problems
added a space after quotes for correctly parsing urls/smilies
instead of splitting the url just compare with strpos
david: please review once you get home. :)

6047 06/11/2006 07:06 AM David M

;-)

6043 06/10/2006 10:16 PM Meik Sievertsen

try to prevent re-parsing of parsed bbcode content

6042 06/10/2006 06:51 PM David M

- BBCode bugs
- PostgreSQL now gives us database info (if you are running 8.1 or have the dbsize contrib module installed)

6039 06/10/2006 04:56 PM grahamje

Hide search links if you are not allowed to use them
(if we're not sure, then they are displayed just to be safe)

6032 06/09/2006 09:51 PM David M

Another bug bites the dust

6022 06/08/2006 12:59 PM Meik Sievertsen

- fix some smaller bugs
- removed custom profiles preview field from acp

6015 06/06/2006 10:53 PM Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

6000 06/02/2006 12:35 PM Meik Sievertsen

correctly re-init auth array on login/logout (bug #2055 is related to it)

5995 06/01/2006 03:47 PM Meik Sievertsen

- create forums by default
- hide prune options if not enabled
- fixed module management enable/disable switch if in module itself
- fixed some schema errors
- adjusted $user->page array generation for developers calling scripts outside of phpBB root

5975 05/28/2006 04:58 PM Meik Sievertsen

- do not allow pruning founders
- do not display full path to installation in error message text (only occurence would be "header already sent" warnings)

5973 05/27/2006 06:24 PM Meik Sievertsen

- remove description from profile fields
- added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We may let it there for the Betas though, but it will be removed during the RC's)...

5967 05/26/2006 05:04 PM Meik Sievertsen

some tiny changes...

5957 05/21/2006 06:54 PM Meik Sievertsen

- fixing a few smaller bugs/glitches
- init user session in cron.php (else it can produce errors if functions expect the user object being set)
- fix sql escaping for mssql/mssql_odbc

5933 05/19/2006 11:08 PM Meik Sievertsen

- fixed dotted topics on some occassions being wrong
- fixed post author change
- fixed moving topics (they should not count into read tracking now) - think about having only one column for shadow topics/similar to forum links
- moved a function from functions.php to functions_display.php (this function is only used by viewtopic and viewforum which already include this file)...

5931 05/18/2006 11:03 PM Meik Sievertsen

- fixing a few tiny bugs
- added new function to (re)apply sids where needed (login and mcp quickmod) - #1829

5929 05/18/2006 08:18 PM Meik Sievertsen

- added a few missing log variables
- include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now)
- added check to cron.php
- added database_gc config variable
- recalculate binary trees every once a week ;)

5911 05/13/2006 07:48 PM David M

- captcha stuff
- unique_id

5905 05/13/2006 02:24 AM Meik Sievertsen

using another approach

5902 05/12/2006 10:52 PM Meik Sievertsen

- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods
- cleaned up posting.php
- the submit/delete_post functions are now usable (functions_posting.php)...

5888 05/06/2006 05:15 PM Nils Adermann

- introduce LA_, UA_ and A_ template variables (they allow styles to use template variables used for javascript in subSilver outside javascript in their own template while they won't break our javascript if they contain quotes) also fixes [Bug #1116]
- corrected page title for search indexing progress bar [Bug #1695]...

5882 05/05/2006 02:28 PM Meik Sievertsen

- put the error reporting check into another location (since we do want to display our notices. ;))
- default error reporting in common.php
- E_ALL being set if DEBUG_EXTRA defined

5881 05/04/2006 08:25 PM Meik Sievertsen

- fix bug #1727 (need to be watched - problems could arise by this change)
- added a note about login_box() to the coding guidelines

5877 05/04/2006 05:49 PM Meik Sievertsen

- slightly adjusted the DEBUG/DEBUG_EXTRA requirements
- changed error_reporting to E_ALL
- our error handler now takes the error_reporting value into account allowing us to correctly supress notices

5875 05/04/2006 08:54 AM Meik Sievertsen

- fixed ul/li margin
- fixed [code=php] tag (tags got mangled on edit)
- fixed a tiny issue within the ban function

5858 04/29/2006 03:18 AM Meik Sievertsen

- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.

5856 04/28/2006 05:58 PM David M

- fixed gen_rand_string

5851 04/26/2006 10:02 PM grahamje

Fix a broken explain link

5843 04/25/2006 05:17 AM David M

- Bug #1285

5838 04/23/2006 04:23 PM Meik Sievertsen

- build explain links a bit different...
- fix btn_ip reference (it is btn_info now)
- removed sql_report.css (we use the acp css)
- updated the sql report layout

5824 04/22/2006 06:18 PM Meik Sievertsen

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))
- some bugfixes
- PHP6 fix

5819 04/22/2006 03:50 PM grahamje

OK< so it did break it - copy and paste error

5813 04/21/2006 10:42 PM grahamje

Porting the random number generator code over
Fingers crossed that this doesn't break anything.... ;-)

5790 04/17/2006 03:09 PM Meik Sievertsen

- clean up marklist calls (global function)
- added new feature: test out others permissions (admin permissions will not be copied)
- changed attachment processing by directly using the template engine
- fixed some attachment related bugs
- additional tiny fixes

5785 04/15/2006 04:55 PM Meik Sievertsen

i do not think i need this any longer. ;)

5784 04/15/2006 04:48 PM Meik Sievertsen

- fixed some bugs
- made sql schemas consistent
- added correct sequences and generators to sql schemas
- extended some rows to hold more data. This solves issues with multibyte characters and too short topic titles, names, etc.
- allow multibyte characters in usernames

5779 04/09/2006 11:20 PM Nils Adermann

- check m_ permission for quickmod [Bug #1317]
- don't sync the global forum (id 0) [Bug #1383]
- corrections to available time zones [Bug #1306]
- only display open reports on mcp_front
- added whois information to mcp_post [Bug #1400]
- copy "dot" when copying a topic [Bug #1321]...

5758 03/29/2006 07:56 PM Meik Sievertsen

#1362 - Url shortening error on local URL's

5745 03/28/2006 07:23 PM Meik Sievertsen

#1264 - fix redirecting if page dir is empty

5724 03/25/2006 06:21 PM Meik Sievertsen

changed the way re-authentication is handled, basically hardening the process.
- also forbid re-authenticating as another user.

needs further testing.

5712 03/25/2006 03:16 PM Meik Sievertsen

my attempt to fix custom profile fields

- added the load settings for custom profile fields
- re-added our famous make_clickable function
- removed group_by clauses (due to the lang id selection the group by clause is no more needed)

I hope that i have not just created new bugs. ;)

5709 03/25/2006 01:07 PM Meik Sievertsen

- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars
- streamlined the process of generating text with bbcode/smilies/urls (forum rules, forum descriptions, group descriptions at the moment)...

5699 03/22/2006 06:30 PM Meik Sievertsen

adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).

5678 03/21/2006 08:23 PM Meik Sievertsen

- a bunch of bugfixes. :P

5643 03/17/2006 01:51 PM Meik Sievertsen

- fix some bugs...

5633 03/15/2006 02:03 PM Meik Sievertsen

- adding ability to assign moderator specific ban options
- fixing destroying of sql caches
- fixing referencing of sql cached queries if more than one are active on one page
- other fixes

5631 03/14/2006 09:35 PM grahamje

We now return the log_id of newly created logs. This is used by the warnings code and may prove to be of use elsewhere or in MODs

5627 03/14/2006 02:32 PM Meik Sievertsen

erm... actually remove the debugging thingy... holla

5626 03/14/2006 02:29 PM Meik Sievertsen

slightly different redirect function (now hopefully able to handle all sorts of uris)

5624 03/13/2006 07:05 PM Meik Sievertsen

- added users activity load setting

5622 03/13/2006 12:19 AM Meik Sievertsen

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...

5619 03/11/2006 02:52 AM David M

- Moved the image loading outside the big loop. This brings fewer comparisons and allows us to unload the image data sooner.
- Used a more appropriate method to break the images into chunks.

5612 03/09/2006 07:32 PM Meik Sievertsen

- fix cookie shortening
- let the acm handle the module cache
- call $cache->save() after destroying data if necessary

5611 03/09/2006 03:43 AM David M

- By default, new installations of magick add itself to PATH and not to a variable that it creates.

5602 03/04/2006 06:34 PM grahamje

Expire issued warnings after and admin configurable time
TODO: Add config option for this value to the ACP

5595 03/01/2006 10:48 PM Meik Sievertsen

- some bugfixes
- committed coding guidelines as they are at area51
- removed script_path (needs a close inspection later)
- removed the need for server_name and server_port
- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)

5586 02/25/2006 09:25 PM Nils Adermann

just remove a little error message that came up in a very seldom situation

5574 02/22/2006 10:42 PM Meik Sievertsen

implementing permission roles

- copy permissions (adding groups)
- copy permissions (adding forums)
- checking proper groupadd/del settings
- added intro page to permissions (to give an overview and quick links)
- able to select forums + subforums, single forum, all groups, all users (permission screens)...

5558 02/18/2006 02:54 PM Meik Sievertsen

- fix some tiny bugs
- fix module system (sometimes the layout is broken due to falsly deactivated categories)
- auth updates (setting permissions)
- fix "category jumping" bug in acp
- u_action is defined by the module itself

5556 02/15/2006 04:50 PM Meik Sievertsen

display complete backtrace. ;)

5553 02/12/2006 08:21 PM Meik Sievertsen

my turn to break things... harharhar
- checking in permission settings and permission masks
- permission presets and documentation not finished yet
- added backtrace function to determine file/line for sql errors
- fixed marlist for orphan attachments/groups/logs/users...

5544 02/11/2006 03:00 AM David M

- A MUCH better UI to editting an imageset :-)

5494 01/25/2006 10:01 PM Meik Sievertsen

- moved add_log out of functions_admin (this file should only be included in admin/admin-related pages)
- fixed cookie based topic tracking
- added missing config variables
- other minor things

5491 01/23/2006 08:43 PM grahamje

I'm removing the HEADER_INC check from the error handler to resolve incomplete output in some cases.
If this causes a problem in a specific case, please let me know the details

5490 01/23/2006 07:47 PM Meik Sievertsen

- fix minor bugs

5486 01/22/2006 02:06 PM Meik Sievertsen

- size select fix
- introduced function for building group options (acp)
- fixed acl_getf if negated option needs to be retrieved
- only using one function for updating post informations
- fixing module display if module is disabled
- if user is having a non-existent style do not print out error message, instead fix the users value and load the default style

5451 01/14/2006 03:34 PM Meik Sievertsen

- assign user rank
- only a few very tiny bugfixes

5441 01/11/2006 07:56 PM Nils Adermann

- overhauled search system
- updated structure for search backend plugins
- better result caching using ACM
- search results no longer session restricted => link to them by copying the URL :)
- in-topic search
- indexing posts now uses search backend plugins...

5437 01/07/2006 06:07 PM Nils Adermann

- array_combine replacement for PHP4
- properly send the charset

5431 01/06/2006 08:48 AM Meik Sievertsen

making sure coding guidelines are met... ;)

5430 01/05/2006 11:47 PM subblue

Updated the General Error page

5416 01/02/2006 06:30 PM Meik Sievertsen

- install style and style elements
- refresh template and style cache

5403 12/30/2005 12:09 PM Nils Adermann

- mt_srand in unique_id working properly (swapped usec and sec)
- mt_srand in digest_md5 removed

5395 12/29/2005 07:13 PM Nils Adermann

This was causing trouble on ppc, I kept getting the same random string (probably the passed value was too big). And "As of PHP 4.2.0, there is no need to seed the random number generator with srand() or mt_srand() as this is now done automatically." so I removed it completely.

5388 12/28/2005 06:35 PM Meik Sievertsen

- some changes to browser checking (was the reason for not working logins)
- partly working style acp
- other tiny changes here and there

5372 12/22/2005 05:28 PM Meik Sievertsen

- ok, get away with the secondary style approach (styles can be mixed together easily with the acp)
- introduce a more generic approach of defining some additional variables through cfg files as well as the name, copyright and version fields
- please note that at the moment this is in flux. I added it now for Tom because he needs the theme parameters.

5355 12/18/2005 08:58 PM grahamje

Third time around, it turns out that the code where I made that mistake initially is completely unneeded since you won't get to this point if the user is anonymous (or a bot) anyway

5350 12/17/2005 11:38 PM grahamje

Fix an issue with hidden users showing up on the online list if their
global setting was yes but they had hidden for this session

5348 12/17/2005 11:09 PM Nils Adermann

I was told I also had to commit something today ;-)
Hexadecimal should be in double quotes.

5347 12/17/2005 10:34 PM grahamje

Adding the ability to change send_encoding needs a slight tweak to the
code which tests it since it will now always be set

5325 12/11/2005 12:20 AM Meik Sievertsen

- custom profile fields
- prune users
- prune forums

5323 12/09/2005 07:09 PM Meik Sievertsen

- banning, disallow usernames and ranks

5319 12/04/2005 09:25 PM Meik Sievertsen

- some bugfixes
- checking if page_header has been called already
- call correct page footer function
- rewrote avatar gallery
- seperated compilation of template and template functions (new file: functions_template.php)
- added assign_display function to template...

5315 11/30/2005 06:48 PM Meik Sievertsen

- added acp_language (language pack management)
- minor adjustments to cope with PHP5.x

5302 11/17/2005 06:32 PM Meik Sievertsen

- some ucp changes (added the module info too)

5296 11/08/2005 08:29 PM Meik Sievertsen

- tiny bugfixes. ;)

5288 11/03/2005 09:53 PM grahamje

I'm merging a few changes that we made to the session code in 2.0 into
this code stream as well. This should work, but equally it might break
the autologin :-)

5272 10/19/2005 08:00 PM Meik Sievertsen

- updated topic tracking code
- additional changes (mostly bugfixes)
- bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;)
- and last but not least, introducing some bugs in ucp main front (regarding topic tracking)

5268 10/09/2005 07:59 PM Meik Sievertsen

- added new query type to dbal's sql_build_array
- allow setting custom template path
- adjusted module class to correctly parse trees with more than one category
- added caching to module class

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)

3978 05/04/2003 07:15 PM psotfx

Removed nav_links

3977 05/04/2003 05:09 PM psotfx

Fixed, hopefully, jumpbox indentation issues

3975 05/04/2003 03:41 PM psotfx

No need to require guests to login before asking for password

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

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

3909 04/21/2003 06:35 PM psotfx

A few changes, moved some items to templates

3874 04/17/2003 07:47 PM psotfx

Minor changes

3870 04/17/2003 07:00 PM psotfx

Some change-arounds ... hopefully not introducing problems ...

3842 04/16/2003 01:12 AM psotfx

Enable/disable display of moderator listings

3838 04/15/2003 08:56 PM Meik Sievertsen

fixed delete post bug, use extension cache while posting, fix download counter for images

3807 04/10/2003 11:35 PM Meik Sievertsen

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

3792 04/09/2003 11:26 PM ludovic_arnaud

Moved back gen_sorting() to mcp.php

3785 04/03/2003 02:46 AM ludovic_arnaud

Trying to centralise sorting... currently used in MCP, successfully tested in viewforum.

3777 04/01/2003 11:11 PM Meik Sievertsen

show the attach icon in viewforum. added cached extensions (we need them within viewtopic)

3772 04/01/2003 02:06 AM psotfx

Just throwing this in ... dependencies still not complete ... the GUI and storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET

3756 03/30/2003 04:39 PM psotfx

Don't output error page header when header already sent

3750 03/29/2003 07:42 PM Meik Sievertsen

global $db... ashe, i think you noticed already. :)

3739 03/28/2003 02:25 AM ludovic_arnaud

forum_parents made more reliable. Removed the $extra_form_fields parameter from jumpbox routines.

3722 03/25/2003 04:02 PM psotfx

board_email becomes board_contact, board_email is now intended for use in "From:" and "Reply-to:" ... board_contact to be used where a "user facing" contact point is needed, e.g. spam, errors, etc.

3718 03/25/2003 03:19 PM psotfx

Tidy up and simplify emailer class, add generate_board_url function ... note changes to emailer setup! Example will be adm/index.php remind

3682 03/20/2003 01:29 AM psotfx

sql char field types must be enclosed in ' rather than "

3650 03/17/2003 01:53 AM psotfx

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

3647 03/13/2003 01:18 PM psotfx

Redirect path changes

3383 01/28/2003 07:16 PM psotfx

Slight change to obtain_icon sql

3366 01/27/2003 04:44 PM psotfx

Do away with icon_id > 1 business since it's no longer needed ... note you should delete the empty icon in your icons table.

3361 01/22/2003 09:52 PM ludovic_arnaud

Re-enabled fully dynamic config settings.

3359 01/22/2003 09:16 PM ludovic_arnaud

Merged forum nav for viewtopic/viewforum, fixed cache behavior with an empty icons table.

3347 01/21/2003 04:58 PM psotfx

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

3338 01/20/2003 06:12 AM ludovic_arnaud

Un-b0rked ACL options caching, small general fixes

3316 01/13/2003 06:11 AM ludovic_arnaud

Minor fixes

3315 01/13/2003 05:25 AM ludovic_arnaud

EOL should be fixed now

3312 01/11/2003 11:56 PM ludovic_arnaud

Implementation of an experimental cache manager.

3287 01/08/2003 11:27 PM psotfx

This is red, now why is it red ... probably because it's not green ... so let's make it green and hope it wasn't red for some specific reason

3284 01/08/2003 07:27 PM psotfx

Updates as opposed to downdates

3262 01/07/2003 03:37 PM psotfx

Various updates

3161 12/03/2002 12:53 AM psotfx

Redirect changes

3107 11/27/2002 04:15 PM psotfx

oops

3099 11/26/2002 01:50 AM psotfx

I know the jumpbox layout doesn't always match the real forum structure ... will fix

3097 11/26/2002 01:15 AM bartvb

Fixing my fix and initial checkin of markread()

3094 11/26/2002 12:46 AM psotfx

Some changes to forum admin to better reflect subforum 'post/non-post' changes ... no guarantees I've not broken something ... note the schema changes

3092 11/25/2002 07:32 PM bartvb

Made the error handler behave responsibly when $user isn't there yet

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.

3064 11/20/2002 12:12 AM psotfx

Update jumpbox for subforum changes

3063 11/19/2002 07:55 PM psotfx

Further layout faffing, nav links for viewtopic (code needs merging with viewforum/posting), moderators for viewtopic

3061 11/18/2002 10:04 PM psotfx

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

3060 11/18/2002 07:56 PM psotfx

Cache moderator names?

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.

3010 11/07/2002 04:20 AM ludovic_arnaud

Subforums update take #1

3007 11/05/2002 05:50 AM ludovic_arnaud

viewforum queries update + a couple of bugfixes.

2997 11/01/2002 01:23 PM psotfx

Various, typically posting related updates

2993 10/31/2002 04:20 AM ludovic_arnaud

Minor changes, trying to get it working on my test server

2983 10/30/2002 01:57 AM psotfx

Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)

2980 10/28/2002 09:38 PM psotfx

sql_quote fixed

2976 10/28/2002 01:34 AM psotfx

Rules and lang changes

2975 10/28/2002 01:25 AM psotfx

Rules updates

2969 10/26/2002 02:34 PM psotfx

Preliminary 'freeze' on permissions system awaiting developer feedback, testing, etc. Caching of non-dynmaic config and acl option elements.

2958 10/20/2002 09:19 PM psotfx

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

2953 10/11/2002 04:55 AM ludovic_arnaud

More jumpbox stuff, still not happy with the layout though =(

2952 10/11/2002 04:24 AM ludovic_arnaud

Minor bugfix (subforums template was called even if there only were empty subcats).
Jumpbox got its "Select a forum" entry back.

2950 10/10/2002 02:35 AM ludovic_arnaud

Bugfix (disappearing forum names) + enabled jumpbox and modified it to allow category jumping.

2948 10/09/2002 09:50 PM ludovic_arnaud

Added the redirect() function for nice and clean redirection.

2942 10/08/2002 10:06 PM psotfx

Permission changes, updates admin functions, indented jumpboxes ... note that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually

2923 10/04/2002 03:09 PM psotfx

Well, here are all my changes ... don't blame me if things break :D

2913 10/03/2002 04:43 AM ludovic_arnaud

Subforums handling part 2, it almost works. Also added: the "Explain" link at the bottom page, can be removed easily before official release if necessary.

2889 09/15/2002 07:21 PM ludovic_arnaud

Cleanups

2866 08/18/2002 12:08 AM psotfx

Some sql changes

2834 08/07/2002 02:03 AM psotfx

Rule output changes ... no point in limiting delete/attach just to viewtopic ...

2826 08/06/2002 05:32 PM psotfx

Changed things ... in various ways ... I think

2823 08/06/2002 02:50 AM psotfx

Wrong footer .. what a shock

2822 08/05/2002 05:01 PM psotfx

bye bye computer

2821 08/05/2002 05:00 PM psotfx

The next thing to go wrong causes this computer to go flying ...

2820 08/05/2002 04:59 PM psotfx

message_die admin header/footer update

2810 08/02/2002 06:39 PM psotfx

Pagination updates ... new function for on_page

2760 07/27/2002 06:37 PM psotfx

Updated user search system ... this really needs to be integrated with memberslist or something ... but it'll do here for now

2707 07/17/2002 04:13 PM psotfx

Updates to message output for admin (primarily)

2702 07/16/2002 08:22 PM psotfx

How come this worked fine locally ... bloody amazing ...

2665 07/14/2002 04:35 PM psotfx

Combine, update, remove various functions ... by committing this various 'things' will stop working, I did warn you not to use 2.1.x ... :)

2558 05/09/2002 04:07 PM psotfx

IP related updates + fixed gc in sessions

2532 04/20/2002 02:22 AM psotfx

merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations

2462 04/02/2002 04:04 PM psotfx

Various updates with any luck they fix a few minor issues without causing new ones ...

2448 03/31/2002 02:06 AM psotfx

pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly

2427 03/25/2002 01:41 PM psotfx

Move phpbb_preg_quote back into functions because it's plain annoying ... :D

2426 03/25/2002 01:39 PM psotfx

Fix bad word cockup ... oh look the censor failed and let cockup through, oh, and again ... geez sourceforge needs better censors for its CVS system

2417 03/24/2002 12:12 AM psotfx

timezone setup should be isset not !empty ... GMT is 0 after all .. oops

2338 03/19/2002 02:00 AM psotfx

bah

2335 03/19/2002 01:43 AM psotfx

Stuff that phpbb_preg ... not including bbcode and can't be bothered to move phpbb_preg out ...

2331 03/19/2002 01:08 AM psotfx

phpbb_preg_quote that bad word replace ... just in case ...

2328 03/19/2002 12:53 AM psotfx

Stop being too paranoid about hacking of includes containing only fully inclusive functions

2304 03/18/2002 02:35 PM psotfx

Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)

2274 03/06/2002 01:40 AM psotfx

Localise days/months, fix bug in validate_username ... this doesn't see functions.php split, working on that separately

2263 03/04/2002 02:43 PM psotfx

preg_quote badword ... don't use # in your bad word list(!)

2219 02/28/2002 03:17 PM psotfx

Slight mod to language selector to handle double underscored lang files

2212 02/25/2002 03:59 PM psotfx

Failed to switch to English images default if prefered language doesn't exist ...

2208 02/25/2002 02:08 AM psotfx

Move activation key stuff to profile, search_username stuff to search, re-add @ to create_date

2145 02/14/2002 05:09 PM bartvb

Use default style if user doesn't have a theme set (shouldn't happen)

2128 02/13/2002 04:40 PM psotfx

Fixed error in make_forum_select box generation output

2113 02/12/2002 06:14 PM psotfx

Change way error is returned to validate email/username, fixes problem with lack of language support for error output and subsequent doubled username, etc. issues + remove get_userdata_from_id and use get_userdata instead + other minor changes

2070 02/09/2002 04:54 PM bartvb

Fixed 404 for header (#51499)

2067 02/08/2002 09:54 PM psotfx

Fixed missing " bug #514823

2065 02/08/2002 02:44 AM psotfx

hmmm, doh ... of course removing the preg_quote here is no doubt going to cause bug reports of "I can't censor xyz@asd" ...

2063 02/08/2002 02:33 AM psotfx

Various updates, mods, changes to several functions, moved smilies stuff to bbcode.php ... nathan may kill me ... good bye all in advance

2054 02/04/2002 07:31 PM psotfx

Another change to the way {LANG} is handled for images ... last one, ... hopefully :)

2049 02/03/2002 08:19 PM thefinn

Fixed bug #507473

2019 01/31/2002 02:16 AM psotfx

Changed selection of localised images ... new {LANG} replace format

1965 01/27/2002 04:10 AM psotfx

Fix various bugs; password length warning, proper warnings for username/email errors

1919 01/22/2002 07:13 PM bartvb

Fixed bug #505838, debug messages didn't show SQL errors

1841 01/11/2002 11:53 AM bartvb

Cosmetic error in language_select() (related to #499989)

1810 01/07/2002 08:01 PM psotfx

Added / to dirname . file for is_file/links for language selector ...

1807 01/06/2002 02:06 AM psotfx

Minor changes

1785 01/03/2002 05:04 PM psotfx

Removed windows carriage returns and newline at end of file ...

1784 01/03/2002 04:12 PM the_systech

Ok that was stupid.. Better version of a fix for 497077... Somebody hand me a beer.

1783 01/03/2002 04:09 PM the_systech

Updated validate_username function for use with mysql4 Bug #497077

1775 01/02/2002 04:40 PM psotfx

Clean up display of languages, limit to directory names only

1672 12/22/2001 12:18 PM bartvb

Sigh

1671 12/22/2001 12:17 PM bartvb

Fixed small problem with translation of imgs

1663 12/21/2001 05:00 PM psotfx

More \' updates

1633 12/19/2001 05:07 PM bartvb

Made smileys case-sensitive (i.e. :o != :O )

1617 12/17/2001 01:46 AM psotfx

Oops, another file I forgot to commit, perhaps I should commit myself ...

1597 12/16/2001 02:27 AM psotfx

Fix bug #493735 was still using old config value name for theme

1566 12/14/2001 03:41 AM psotfx

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

1553 12/11/2001 09:43 AM natec

bug #488067: no, preg_quote() didn't always have 2 args.

1550 12/11/2001 03:21 AM psotfx

More updates for Euclid, minor update to subSilver, fixed bug #490798

1547 12/10/2001 05:52 PM bartvb

Fixed #490848 and introduced $current_template_path

1512 12/05/2001 01:50 AM psotfx

Fixed bug #488016

1504 12/03/2001 01:46 PM psotfx

Should fix bug #487886 bad word preg now uses # and quotes # too

1474 11/29/2001 12:25 PM psotfx

Fixed bug #486207

1458 11/26/2001 11:42 PM bartvb

Fixed problem with disappearing Mozilla nav bar when message_die() is called

1452 11/26/2001 01:09 PM bartvb

Implemented Navigation bar in Mozilla

1441 11/26/2001 12:31 AM natec

Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no longer contain the double-quote character. Also removed a dupe from lang_main file.

1408 11/21/2001 05:27 PM psotfx

Order of username in username search was missing

1368 11/19/2001 03:12 PM psotfx

More language updates

1332 11/16/2001 06:31 PM psotfx

Mainly language updates but some bug fixes too

1306 11/13/2001 06:26 PM psotfx

Treat moved topics as being non-existent for re-sync of topic counts

1270 11/03/2001 10:49 PM psotfx

Fixed bug #477831 + some minor alterations

1247 10/26/2001 01:21 AM psotfx

Altered various language constructs + new quote changes for PM + altered pagination

1224 10/16/2001 04:47 PM psotfx

Slight mods to the usersearch function, moved to search.php

1218 10/16/2001 12:35 PM thefinn

Fixed some bugs with banning and some code that wasnt updated when we changed the theme/template system

1210 10/15/2001 10:15 PM the_systech

Username Disallow Admin...

1182 10/14/2001 05:48 PM psotfx

Various updates mainly to message die for admin compatibility

1170 10/11/2001 02:18 PM psotfx

Changed paths for language

1138 10/06/2001 07:50 PM psotfx

Fixed preg single quote potential problem, altered jumpbox slightly - Third time lucky ... I hate FTP ...

1137 10/06/2001 07:49 PM psotfx

Fixed preg single quote potential problem, altered jumpbox slightly

1136 10/06/2001 07:21 PM psotfx

Fixed preg single quote potential problem, altered jumpbox slightly

1115 10/02/2001 01:56 AM psotfx

This is getting boring ... I FTP, or think I do and yet still these files get through unchanged ...

1111 10/02/2001 01:22 AM psotfx

Changes related to private messaging + some bug fixes

1100 09/27/2001 07:28 PM bartvb

Damn newlines

1099 09/27/2001 07:15 PM bartvb

Error reporting on set_style()

1083 09/25/2001 08:18 PM psotfx

Updated and fixed various issues, see post in developers forum for info

1047 09/16/2001 02:59 PM psotfx

Various changes

1018 09/10/2001 01:22 AM psotfx

Combined theme/templates in profile as suggested, added META refresh and made a couple of other changes

1017 09/09/2001 11:13 PM bartvb

Fixed bug #460075

1016 09/09/2001 02:40 PM bartvb

Removed some trailing newlines

1010 09/08/2001 08:24 PM bartvb

Altered layout of phpbb_config table

999 09/07/2001 02:32 PM psotfx

Fixed bug #459427

987 09/06/2001 02:29 AM psotfx

Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be

976 09/03/2001 09:52 AM thefinn

Fixed bug #457835

973 09/03/2001 12:08 AM psotfx

Fix for bug #457835

961 09/01/2001 06:08 PM psotfx

Tidied up the sync functions

943 08/31/2001 12:20 AM thefinn

Re-added GPL disclaimers

937 08/28/2001 04:33 PM the_systech

addition for sorting smiley codes so that they all work properly on all DBMS's
The smiley functions should probably be moved to bbcode.php at some point

933 08/26/2001 04:04 PM psotfx

Modified header comments

931 08/24/2001 05:47 PM psotfx

Thought it best to add the email validate now

921 08/23/2001 05:11 PM psotfx

LENGTH not compatible with ODBC

913 08/21/2001 09:41 PM psotfx

Added border=0 as suggested to remove borders around linked smilies

907 08/20/2001 12:09 AM gpolins

Fixed moved topic in sync

901 08/18/2001 12:51 AM gpolins

Fixed bug in updating forum last post in sync

883 08/15/2001 05:51 PM the_systech

Hurray the smilies code appears to work :)

875 08/14/2001 07:49 PM the_systech

Ok last bit with the smilies :)

874 08/14/2001 07:17 PM the_systech

Another attempt at fixing smilies code :)

873 08/14/2001 07:02 PM the_systech

Fix for smilies code ;)

828 08/10/2001 01:32 AM psotfx

Moved smilies code into functions, would it be better in bbcode.php?

781 08/01/2001 09:59 PM psotfx

User, IP and email banning admin functional

773 07/31/2001 11:34 PM psotfx

More compliance ... it never ends

770 07/31/2001 08:37 PM psotfx

More compliance updates + select previous posts in viewtopic

753 07/28/2001 01:16 AM psotfx

Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes

750 07/25/2001 12:11 AM thefinn

System config admin section started. Can view settings but can't modify them at the moment

728 07/22/2001 10:32 PM psotfx

Still seems to be pagination problem, I dont have it so what havent I committed ...

661 07/14/2001 07:30 PM psotfx

Template config system, store relevant config stuff here

649 07/13/2001 06:42 PM thefinn

Split posts works, split beyond this post does not. Still needs interface work as well

646 07/13/2001 06:14 PM psotfx

Changes to include location + some other misc stuff

627 07/11/2001 04:19 AM thefinn

Split is half done... don't try and use it though its current b0rked :)

605 07/08/2001 10:24 PM psotfx

Some tidying up and switchover to message_die

485 06/13/2001 10:32 AM thefinn

Added a count of total number of topics to the get_db_stats function

481 06/12/2001 06:37 PM psotfx

Switched validate_username check to groups table

468 06/11/2001 02:53 PM psotfx

Fixed isset and empty checks on userdata so user prefs now work again

467 06/11/2001 02:43 PM psotfx

Fixed isset and empty checks on userdata so user prefs now work again

463 06/11/2001 02:58 AM thefinn

Posting preview done, ability for anonymous users to post with a username

461 06/11/2001 02:22 AM psotfx

Some updates

446 06/09/2001 11:09 PM psotfx

Likely fix for pagination failure on div 10 boundary

443 06/09/2001 03:47 AM thefinn

Similar problem with the user_timezone field

442 06/09/2001 03:42 AM thefinn

Check user_dateformat against '' was messing up sourceforge so I changed it to an

if($userdata[user_dateformat])

insted.

377 05/30/2001 10:21 PM psotfx

Auth Stage-1 goes in

336 05/27/2001 05:11 AM thefinn

More work on posting. Editing now works. Also replies can have subjects.

331 05/26/2001 03:07 PM psotfx

Fixed a small problem with pagination

328 05/26/2001 02:25 AM thefinn

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

317 05/20/2001 10:58 PM psotfx

Moved the append_sid routine to the sessions.php file

298 05/15/2001 03:22 AM psotfx

This fixes the error that I though I fixed in the last commit ... doh

297 05/15/2001 02:15 AM psotfx

Various updates

279 05/13/2001 02:12 PM psotfx

First of changes to SQL

265 05/08/2001 01:04 AM psotfx

Added generate_pagination routine

256 05/06/2001 06:16 PM psotfx

Now allow for GET based session

237 05/04/2001 12:10 AM psotfx

Moved config, images vars to arrays and various other fixes

232 05/03/2001 12:31 AM psotfx

Moved several functions to profile.php

226 05/02/2001 02:42 AM psotfx

Fixed bug in utilising user selected timezone

223 05/01/2001 10:27 PM thefinn

Added some passthru support to login
Got edit profile half working..

222 05/01/2001 09:10 PM thefinn

Fixed a pile of Windows carriage returns

216 04/29/2001 10:21 PM psotfx

Added forgotten default_theme to global declarations

215 04/29/2001 10:18 PM psotfx

Minor change to var in user_prefs

203 04/25/2001 12:32 AM psotfx

Updated for generic theming

200 04/20/2001 09:30 AM thefinn

Added user selectable templates, and put the system template into the config database. Updated mysql_schema as well

189 04/19/2001 05:05 PM psotfx

Removed need to send db as a parameter to functions

182 04/19/2001 03:18 PM psotfx

Moved all included files to includes