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

View | Annotate | Download (11.9 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
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'.

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

dumdidum... sorry. ;)

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

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

Some changes... non-invasive...

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

try to normalize everything...

7810 06/29/2007 03:56 PM Henry Sudhof

err

Forgot to mention: also commited a fix for #12321, but I'm not yet sure if it'll stay.

7809 06/29/2007 03:37 PM Henry Sudhof

#12461

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

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

trying to fix some bugs...

6970 02/06/2007 08:09 PM Meik Sievertsen

Some... fixes... laying around here.

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.

6770 12/15/2006 03:54 PM Meik Sievertsen

- fixed bug within the database update script
- #6254
- #6242
- #6184
- #6160
- #6020

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

minor bugfixing

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

consistent acp layout regarding backlinks and messages.

6366 09/14/2006 04:57 PM Meik Sievertsen

- Fix some bugs
- fixed retrieving of permissions if the LIKE statement is used as well as proper supporting (needs testing on mssql)

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

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)

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

sql_in_set changes

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

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.

5710 03/25/2006 01:35 PM Meik Sievertsen

fix #1213

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

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

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

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

5310 11/20/2005 07:58 PM Meik Sievertsen

- more acp additions and changes...

5303 11/17/2005 07:06 PM Meik Sievertsen

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