Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / adm / index.php

index.php

View | Annotate | Download (18.4 KB)

# Date Author Comment
8812 View | Annotate 09/04/2008 01:39 PM toonarmy

Remove caching of templates from the database completely, themes is cut down ready for a complete chop, and fix the installer :)

8652 View | Annotate 06/13/2008 07:12 PM aptx

Fix ACP module URLs

8607 View | Annotate 06/05/2008 01:35 PM Kellanved

minor constant fix, won’t make it work

8587 View | Annotate 06/03/2008 06:33 PM Kellanved

merge

8579 View | Annotate 05/29/2008 06:19 PM vic

I’m going to get an award for the smallest commit ever.

8572 View | Annotate 05/29/2008 02:25 PM acydburn

ok… i hope i haven’t messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed.
- A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid(‘memberlist’)) – in this case the root path and extension get added automatically. The hook is called after these are added.

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8431 View | Annotate 03/13/2008 04:25 PM acydburn

merging #r8426 to #r8430

8411 View | Annotate 02/27/2008 04:21 PM Kellanved

cross-ci

8391 View | Annotate 02/23/2008 03:23 PM acydburn

merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390

8295 View | Annotate 01/03/2008 06:00 PM davidmj

oh boy…
- Migrate code base to PHP 5.1+

8294 View | Annotate 01/03/2008 03:37 PM kellanved

cross-ci to the head

8277 View | Annotate 12/12/2007 05:45 PM acydburn

- change adm/index,php, acp_attachments.html and acp_ban.html to be triggered by the next update

8146 View | Annotate 10/05/2007 04:30 PM acydburn

dumdidum… sorry. ;)

8092 View | Annotate 09/18/2007 04:49 PM acydburn

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

8072 View | Annotate 08/30/2007 11:21 PM acydburn

necessary changes…

8065 View | Annotate 08/24/2007 04:06 PM acydburn

forgot this line…

8047 View | Annotate 08/18/2007 03:52 PM naderman

- allow multibyte search configuration
- added ldap_user_filter to add additional restrictions on the user objects used for authentication [Bug #12627]
- improved ldap explanations a bit
- display searchable subforums of invisible parents in advanced search forum selection [Bug #11395]

7954 View | Annotate 07/26/2007 05:51 PM acydburn

do not get too excited

7919 View | Annotate 07/22/2007 04:04 PM kellanved

Cleaning up (#13689)
Also removed the useless login box from the ACP.

7794 View | Annotate 06/25/2007 12:05 AM kellanved

Well, let’s add the implementation. :|

7464 View | Annotate 05/05/2007 01:36 AM acydburn

correct label

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)

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

again, some changes here and there…

6979 View | Annotate 02/10/2007 02:55 AM shs

#6872

Missed this one… suprised no one complained about warnings or whatever.

6930 View | Annotate 01/26/2007 05:09 PM acydburn

- 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
- Tried to comply to the permission field ordering within the language files while displaying permission sets. Hopefully it’s worth the additional processing time.
- Disable submit buttons after clicking for installation and conversions.

6905 View | Annotate 01/18/2007 03:41 PM acydburn

fixing some bugs

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]

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.

6656 View | Annotate 11/26/2006 01:22 PM acydburn

some tiny changes

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)

6468 View | Annotate 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 View | Annotate 10/07/2006 07:40 PM acydburn

he braces style is deprecated as of PHP 6

6451 View | Annotate 10/07/2006 02:56 AM shs

Explicitly setting the (X)HTML content-language for the ACP so that Unicode font matching within browsers work correctly when Chinese/Korean/Japanese language packs are selected due to Han Unification
which map different graphemes to the same codepoint.

References:

http://www.w3.org/International/tutorials/tutorial-lang/
http://en.wikipedia.org/wiki/Han_unification

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

6380 View | Annotate 09/18/2006 12:02 AM naderman

- 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]
- reload stylesheet on language change [Bug #4222]

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

implement bare-bone validation for config variables…

6338 View | Annotate 08/30/2006 09:47 PM dhn2

Some interface work on the ACP:
- #3774 and more

6276 View | Annotate 08/12/2006 05:37 PM grahamje

Allow ACP access if install/ is present and display the generic board disabled message otherwise so that a user does not know the reason for it being disabled

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

some bugfixes

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

time to squash some bugs

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

6055 View | Annotate 06/13/2006 05:06 PM acydburn

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

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.

5986 View | Annotate 05/30/2006 02:24 PM naderman

- various corrections related to permissions in the mcp, including [Bug #1994] and [Bug #1924]
- fixed some quickmod bugs [#1994] and [Bug #1898]
- browse reports/unapproved posts by topic id
- correctly hide approval details
- added return message to mcp_ban [Bug #1851]
- adjusted some links, including [Bug #1855]
- added some missing language variables, including [Bug #1824], [Bug #1841], [Bug #1852] and [Bug #1864]
- always show all options in mcp_topic [Bug #1938]

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

5894 View | Annotate 05/07/2006 11:44 PM naderman

- added the template editor (doesn’t use a hardcoded list of template filenames for categorisation anymore)
- fix some bugs related to storing template files in the database
- allow templates stored in subfolders of the /styles/name/template/ folder

5877 View | Annotate 05/04/2006 05:49 PM acydburn

- 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

5838 View | Annotate 04/23/2006 04:23 PM acydburn

- 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

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

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

5419 View | Annotate 01/03/2006 02:33 PM subblue

Added class=”radio” to the hardcoded radio button input strings to prevent styling problems

5396 View | Annotate 12/29/2005 11:27 PM davidmj

// TODO: Buy more bug spray

- Somebody forgot a global variable…

5372 View | Annotate 12/22/2005 05:28 PM acydburn

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

5365 View | Annotate 12/21/2005 07:18 PM acydburn

- user avatar, user signature, user attachments

5357 View | Annotate 12/19/2005 07:55 PM acydburn

- drop in the new administration panel
- not finished yet: some user related items, style admin, database admin and permissions
- Graham: Please add your MCP schema data to the schema data file. ;)

5200 View | Annotate 08/19/2005 12:52 PM acydburn

- only bugfixes
- use usergroup function to activate users at admin index

5155 View | Annotate 05/30/2005 08:42 AM acydburn

- fix two small errors i “introduced” a while back. ;)

5152 View | Annotate 05/15/2005 10:17 PM acydburn

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

5114 View | Annotate 04/09/2005 02:26 PM acydburn

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

5090 View | Annotate 02/02/2005 02:14 PM bartvb

Missing UCP language string, some small activation issues on adm/index.php

5040 View | Annotate 01/02/2005 08:12 PM acydburn

- make use of new get_supported_image_types format
- added mysql 4.1.x support for database size

4893 View | Annotate 05/26/2004 08:55 PM acydburn

language additions
some small fixes

4883 View | Annotate 05/02/2004 03:06 PM acydburn

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)

4860 View | Annotate 03/06/2004 06:43 PM acydburn

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

4668 View | Annotate 11/16/2003 10:53 PM acydburn

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

4618 View | Annotate 10/21/2003 02:16 AM psotfx

Select boxes rather than several submit buttons … must standardise these approaches across admin forms

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

4583 View | Annotate 10/12/2003 05:29 PM psotfx

Updated the various “users of emailer”, fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety

4480 View | Annotate 09/07/2003 06:52 PM psotfx

Extension var update

4429 View | Annotate 08/24/2003 08:16 PM psotfx

The moving of update eliminates it’s usefulness … given the change was done to increase security it wins :)

4428 View | Annotate 08/23/2003 11:53 PM ludovic_arnaud

Because of vars being unset by common.php we must always declare them after common.php has been called

4416 View | Annotate 08/22/2003 02:28 AM psotfx

specialchars data in swatch, rejiggle index variable setting and comparisons, replace .php with $phpEx in styles for swatch

4271 View | Annotate 07/16/2003 02:08 PM psotfx

mainoption/liteoption -> btnmain/btnlite

4210 View | Annotate 07/06/2003 08:48 PM acydburn

merged log tables, added new log_type (critical).
changed email class a little bit.
bug fixed the queue a little bit.

4206 View | Annotate 07/04/2003 07:22 PM psotfx

Lang var case changes

4062 View | Annotate 05/27/2003 01:53 AM psotfx

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

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

3949 View | Annotate 04/24/2003 08:24 PM ludovic_arnaud

No functional changes, will only produce less PHP notices/warnings.

3800 View | Annotate 04/10/2003 12:17 AM ludovic_arnaud

Weekly update: MCP templates. Forms renamed to ‘main’, added mcp_jumpbox.html for easy jumping and mcp_foruminfo.html.
Not too happy with HTML though =” templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html

3720 View | Annotate 03/25/2003 03:21 PM psotfx

Enable reminder email sending

3709 View | Annotate 03/24/2003 08:03 PM psotfx

Carriage returns

3708 View | Annotate 03/24/2003 08:03 PM psotfx

Capitalisation, additional of one or two new options, removal of global prune option, addition of stats reset on admin index page

3647 View | Annotate 03/13/2003 01:18 PM psotfx

Redirect path changes

3646 View | Annotate 03/13/2003 01:14 PM psotfx

New directory name