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

View | Annotate | Download (6 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9698 06/27/2009 08:56 PM Nils Adermann

acp module for submitting statistical information to phpBB

9607 06/17/2009 12:17 PM Joas Schilling

Fix bug #22665 - Display and highlight already used rank images while assigning new rank

Authorised by: acydburn

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

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 PM

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

8176 10/14/2007 12:07 PM Henry Sudhof

#14725
One check too many

8147 10/05/2007 04:36 PM Meik Sievertsen

dumdidum... sorry. ;)

8123 10/03/2007 05:33 PM Henry Sudhof

Cleanup in aisle 15

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

7920 07/22/2007 10:11 PM Meik Sievertsen

try to normalize everything...

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

a bunch of fixes

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

6880 01/11/2007 06:44 AM David M

#6772
- some other random things

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

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

ok, i am an idiot...

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)

6234 08/03/2006 09:52 PM grahamje

Min ranks

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

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.

5765 04/06/2006 07:15 PM Meik Sievertsen

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!-- $Id$ --> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)...

5725 03/25/2006 08:14 PM Meik Sievertsen

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.

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

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

- banning, disallow usernames and ranks