Register
Home Projects Help

root / branches / phpBB-3_0_0 / phpBB / includes / acp / acp_board.php

acp_board.php

View | Annotate | Download (39.9 KB)

# Date Author Comment
8593 View | Annotate 06/04/2008 03:23 PM Kellanved

#28055

8554 View | Annotate 05/15/2008 03:29 PM Kellanved

So, tighten things up a little further. QA Team, please check this.

8497 View | Annotate 04/08/2008 02:15 PM Kellanved

Begone ghost entries – the Ghostbusters are here

8493 View | Annotate 04/07/2008 06:04 PM Kellanved

#24895

8479 View | Annotate 03/29/2008 01:22 AM naderman

Hiding everywhere little buggers, eh?

8422 View | Annotate 02/29/2008 02:40 PM Kellanved

Problem migrating old cvs working copy to svn

8407 View | Annotate 02/27/2008 04:10 PM Kellanved

Using new validation options;
#15539

8350 View | Annotate 01/30/2008 05:01 PM acydburn

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)
Language typos/fixes (Bug #20425, #15719, #15429, #14669, #13479)
Style/Template fixes (Bug #20065, #19405, #19205, #15028, #14934, #14821, #14752, #14497, #13707, #14738)
Tiny code fixes (Bug #20165, #20025, #19795, #14804)

8285 View | Annotate 12/26/2007 03:53 PM

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

8156 View | Annotate 10/09/2007 01:21 PM kellanved

new clicky thingies.

8147 View | Annotate 10/05/2007 04:36 PM acydburn

dumdidum… sorry. ;)

8120 View | Annotate 10/03/2007 05:05 PM kellanved

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

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

8099 View | Annotate 09/22/2007 08:31 PM acydburn

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

8096 View | Annotate 09/22/2007 03:33 PM acydburn

basename auth values for acp_board

7909 View | Annotate 07/19/2007 10:38 PM acydburn

again, a lot of bug fixes

7790 View | Annotate 06/24/2007 03:57 PM kellanved

Maybe we shouldn’t trust the language settings in the db so much.

7777 View | Annotate 06/18/2007 05:12 PM kellanved

Fixing a few minor bugs; changing one language variable.

#12123
#12483
#12489
#12513

7736 View | Annotate 06/09/2007 01:11 PM acydburn

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

7722 View | Annotate 06/07/2007 07:41 PM kellanved

Adding a little more exlanation about flash.
Enabling FLASH per default while leaving the default permissions to disable it.
There might be no mods and admins visible one a board
#12185

7715 View | Annotate 06/06/2007 04:00 PM kellanved

Changing the stance we take towards flash. (DelvarWorld, NeoThermic)
fixing a few smaller bugs.

#12007
#12003

7605 View | Annotate 05/16/2007 02:32 PM shs

#11030

7455 View | Annotate 05/03/2007 04:29 PM acydburn

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)

7397 View | Annotate 04/24/2007 07:52 PM acydburn

forgot the true

7396 View | Annotate 04/24/2007 07:19 PM acydburn

do not substract one year, only show the full date to not confuse users.

7391 View | Annotate 04/24/2007 02:11 AM shs

#10067

Never noticed the date output in the dropdown was dynamic… so made sense to actually use the relative days feature to actually show how it works by placing “Today” within the date, and append it with a date of how it’d be formatted it it wasn’t yesterday/today/tomorrow by offsetting the time() by 1 year negatively.

Bonus is that the RELATIVE_DAYS variable is no longer needed, though have switched that for a VARIANT_DATE_SEPARATOR variable incase people want to localise ” / ” (could have been hardcoded, but you never know! :P)

The YESTERDAY/TODAY/TOMORROW variables have also had their trailing commas nuked (the comma has gone into the date format code) as people whom want:

“d M Y H:i:s" => "01 Jan 2007 13:37:00”

... enabling relative days with: ”|d M Y| @ H:i:s”

... would have got: “Today, @ 13:37:00”

... but now they shall get: “Today @ 13:37:00”

Lastly, added a relative date option for those prefering middle-endian dates with am/pm time.

7374 View | Annotate 04/19/2007 10:59 PM davidmj

#9902

7322 View | Annotate 04/10/2007 10:50 PM acydburn

checking in some fixes… also added “previous/next pm in history” links to prosilvers private message view; dhn, you may want to have a look at the placement. :)

7241 View | Annotate 03/30/2007 12:49 PM acydburn

some changes/bugfixes

7232 View | Annotate 03/26/2007 05:42 PM acydburn

some tiny bugfixes and changed is_active() a bit…

7218 View | Annotate 03/23/2007 01:18 PM acydburn

again, some changes here and there…

7157 View | Annotate 03/09/2007 08:01 PM dhn2

#8576
Introducing percentage based font sizing for the font-site BBCode

7079 View | Annotate 02/26/2007 12:30 AM naderman

- added an explanation of gzip compression [Bug #8198]

6915 View | Annotate 01/21/2007 07:33 PM acydburn

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

6912 View | Annotate 01/20/2007 06:58 PM acydburn

- fixing some bugs
- removing utf8 characters from email files (has been discussed internally, you guys know why)
- making sure some opendir calls are checked before calling readdir.

6888 View | Annotate 01/16/2007 02:02 PM dhn2

#7120
- some consistency fixes

6816 View | Annotate 12/27/2006 06:43 PM acydburn

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]
Extension groups to be allowed in PM’s and/or Posts [Bug #6558]
Extension allowance checking clarified (no longer using forum id 0 for private messaging)
Using request_var() array method for some variables [Bug #6556]
Added confirmation for deletion of ranks/smilies/icons/word censores [Bug #6548, #6530, #6512, #6466]
Only show postable forums in dropdown list for moving posts on forum deletion as well as correct re-indexing [Bug #6510, #6476, #6384]
Jabber password being password field in jabber settings screen [Bug #6478]
user activity language variable if viewing not own profile [Bug #6432]
Show moderator group/user-name colour [Bug #6402]
Log rank creation/updating/removing [Bug #6398]
Update check permission changed from a_ to a_board [Bug #6392]

6814 View | Annotate 12/27/2006 01:06 AM naderman

- 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]
- do not ldap_escape paramaters for the bind function [Bug #6208]
- deleted words in edited post subjects weren’t getting there search cache refreshed [Bug #6288]
- made common word threshold configurable [Bug #6168]
- recreated word match table entries after installation, side effect of bug #6060
- option to only allow ASCII usernames
- adjusted search page pagination [Bug #6424]
- correctly calculate unformatted search result extract length

6744 View | Annotate 12/10/2006 09:13 PM naderman

I’m a little oblivious today ;-)

6730 View | Annotate 12/08/2006 04:20 PM acydburn

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

6702 View | Annotate 12/03/2006 05:12 PM acydburn

some tiny bugfixes.

6666 View | Annotate 11/27/2006 12:37 PM dhn2

#5630

6584 View | Annotate 11/15/2006 04:35 PM acydburn

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

6569 View | Annotate 11/12/2006 03:29 PM naderman

message

6436 View | Annotate 10/03/2006 08:35 PM acydburn

- 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.
- rewrote user_active_flip to support multiple users and a mode, as well as coping with the aforementioned changes
- implemented updated jabber class to support SRV server records and for better jabberd2 support.
- jabber errors now logged to the error log with a full transaction
- fixed user_delete calls to include usernames where possible and also update last post information correctly
- implemented additioal checks to user management to cope with common mistakes
- On installation, guess the required mysql schema as best as possible. Users now only need to decide if they want to use the mysqli extension or not (mysqli selected by default) and no longer need to know their mysql version.
- founders do not need to re-activate their account on profile changes
- remove older session if re-authentication was successful (re-authentication always assigns a new session id)
- set the cookie directly instead of using php’s function
- added inactive_remind to see which users got deactivated because of reminders (or re-activation) sent out

hopefully not introduced too many bugs – those testing with CVS releases, please concentrate on user registration, activation, profile changes (email/password)...

6414 View | Annotate 09/28/2006 05:04 PM acydburn

- 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.
- some additional bugfixes

6367 View | Annotate 09/15/2006 04:08 PM acydburn

implement bare-bone validation for config variables…

6364 View | Annotate 09/13/2006 06:08 PM acydburn

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

6320 View | Annotate 08/28/2006 05:50 PM acydburn

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

6256 View | Annotate 08/09/2006 11:03 PM acydburn

- 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 View | Annotate 08/06/2006 07:25 PM naderman

- 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

6161 View | Annotate 07/09/2006 06:23 PM acydburn

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

6151 View | Annotate 07/07/2006 02:36 PM naderman

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant
- moved newest user updating from ucp_register to user_add function
- renamed the admin_ auth module function to acp_
- added initialisation code to auth_apache which checks whether it will work
- added user_add support to both auth_ldap and auth_apache
- some auth_ldap tweaks, should work with users deeper in the organisation structure too now
- adjusted global topics in mcp_report to work like mcp_queue

6149 View | Annotate 07/06/2006 06:46 PM acydburn

some bugfixes

6129 View | Annotate 06/28/2006 04:43 AM davidmj

ketchup? catcher? catheter? no. CAPTCHA

- New CAPTCHA ACP, only lets you enable what you can actually use :D
- CAPTCHA ACP also has a nifty demo link that lets you preview a CAPTCHA with the current settings that you enable.

I hope it all works…

6114 View | Annotate 06/22/2006 05:14 PM acydburn

time to squash some bugs

6104 View | Annotate 06/19/2006 11:30 PM acydburn

some bugfixes

6073 View | Annotate 06/16/2006 06:54 PM acydburn

- 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

6049 View | Annotate 06/11/2006 09:32 PM grahamje

UI change to default date format

6015 View | Annotate 06/06/2006 10:53 PM acydburn

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.

5985 View | Annotate 05/30/2006 06:27 AM davidmj

- We are now at seven different policies, not counting the non-GD version. We must remove something…
- Made the CAPTCHA system idiot proof, disabling all the policies still lets an image get created.
- We handle the case of a user having GD but no TTF. Thankfully, we have CAPTCHAs that don’t need TTF!
- Fixed that stupid language string…
- Renamed Occlude to Overlap
- Shape is now only enabled if TTF support is detected

5934 View | Annotate 05/20/2006 12:50 AM davidmj

a few changes ;-)

5929 View | Annotate 05/18/2006 08:18 PM acydburn

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

5902 View | Annotate 05/12/2006 10:52 PM acydburn

- 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)
- adjusted header icons (transparency)
- a bunch of fixes for mssql
- bug fixes

5887 View | Annotate 05/06/2006 04:57 PM grahamje

Remove references to max_warnings as we are not using the value
More advanced handling of warnings (ie ability to automatically ban at a threshold is likely to follow in 3.2 instead)

5862 View | Annotate 04/29/2006 06:30 PM davidmj

- CAPTCHA!

Xore and NeoThermic are very cool, you must thank them!

5824 View | Annotate 04/22/2006 06:18 PM acydburn

- 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

5787 View | Annotate 04/15/2006 08:51 PM acydburn

slightly modified general tab layout to remove the confusion between board defaults and board settings.

5744 View | Annotate 03/28/2006 07:10 PM acydburn

added ability to hide coppa groups (mainly applied to permission screens)

5739 View | Annotate 03/28/2006 02:44 PM davidmj

- Visual Confirmation for guest posting

5725 View | Annotate 03/25/2006 08:14 PM acydburn

ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing “hacks” is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.

5712 View | Annotate 03/25/2006 03:16 PM acydburn

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

5655 View | Annotate 03/18/2006 05:45 PM naderman
  • empty log message *
5653 View | Annotate 03/18/2006 05:19 PM naderman

- Added init_{$auth_plugin} function which can be used to test a connection to the authentication system before actually saving the new configuration. This will hopefully stop people from locking themselves out by using an authentication system that they cannot connect to.

5636 View | Annotate 03/16/2006 12:20 AM naderman

- removed search settings from load page
- no need to retrieve mysql information on every page => removed (fulltext_mysql)
- added init() method to search plugins which is called when the search backend is changed
- optional create/delete index functions for methods which don’t need to loop through all posts (like fulltext_mysql)
- index statistic functions for search plugins, displayed on acp search index page
- only remove words above 60% (fulltext_phpbb)
- added acp method to search plugins so they can display config options specific to a certain search backend
- renamed fulltext_phpbb specific options to make clear that they are a part of the plugin
- reordered lang entries for the load settings section

added acp_search.php:
- settings: general options / search backend / backend specific options
- index: statistics / delete index / create index (progress popup while processing)

5624 View | Annotate 03/13/2006 07:05 PM acydburn

- added users activity load setting

5622 View | Annotate 03/13/2006 12:19 AM acydburn

- 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)
- implemented max login attempts
- changed the expected return parameters for logins/sessions
- added acp page for editing report/denial reasons
- other fixes here and there

5605 View | Annotate 03/06/2006 06:29 PM grahamje

Configure the warning expiry

5603 View | Annotate 03/06/2006 03:03 PM acydburn

- added “display_on_posting” setting to custom bbcodes (creates a button with the bbcode tag)
- fixed forum editing and parent id selection
- completely removed HTML support (it only creates security problems)
- changed cache_moderators() to reflect permission changes

5595 View | Annotate 03/01/2006 10:48 PM acydburn

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

5594 View | Annotate 03/01/2006 01:02 AM davidmj

- Proper iteration of files

5583 View | Annotate 02/25/2006 06:46 AM davidmj

Another one bites the dust :D

- Nicer way of cleaning junk in PM export
- Added various signature and posting controls :P

5558 View | Annotate 02/18/2006 02:54 PM acydburn

- 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

5441 View | Annotate 01/11/2006 07:56 PM naderman

- 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
– develop/search_fill.php working again
– fulltext_mysql not working yet
- tiny bugfixes to ACM

5349 View | Annotate 12/17/2005 11:16 PM davidmj

- Better handling of invalid email functions

5347 View | Annotate 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

5346 View | Annotate 12/17/2005 10:16 PM davidmj

- send_encoding is now configurable

5340 View | Annotate 12/16/2005 08:05 PM naderman

- Apache auth plugin is working again
- LDAP auth plugin now supports OpenLDAP
- fixed Authentication settings in ACP
- preparatory ACP changes for the search

5337 View | Annotate 12/15/2005 02:07 PM acydburn

- and add missing settings for autologin

5336 View | Annotate 12/15/2005 01:59 PM acydburn

- wrong variable used for obtaining current configuration

5310 View | Annotate 11/20/2005 07:58 PM acydburn

- more acp additions and changes…

5303 View | Annotate 11/17/2005 07:06 PM acydburn

HOLLA! Whats this shit…
These gets commited now because i want to be sure no one is changing an admin file corresponding the ones listed within includes/acp