phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / ucp / ucp_attachments.php

History | View | Annotate | Download (6.8 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9500 04/30/2009 08:30 am Meik Sievertsen

#44655

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

Hiding everywhere little buggers, eh?

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

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

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

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

#i8

8113 09/26/2007 06:53 pm Meik Sievertsen

#i53

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]

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

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

6538 10/30/2006 05:20 pm Meik Sievertsen

some fixes

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

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

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

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

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)

6048 06/11/2006 08:13 pm Meik Sievertsen

- fixed a few bugs
- added user_add() function
- check posted images ([img]) for same domain/scipt and php files
- auth_api.html updated to the coding guidelines look&feel
- introduced ability to force non page-updates (cron is using it)
- correctly resend coppa email

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.

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

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.

5701 03/22/2006 07:48 pm Meik Sievertsen

- hopefully fixed inactive create forum input field + button for safari 2.0.2 (floating issue?)
- updated format_date calls (fixed ancient calls)
- fixed newest username setting for activating users through the admin panel

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

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

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

- some ucp changes (added the module info too)

5254 10/04/2005 11:31 pm Meik Sievertsen

- changed ucp classes to work with the new module system
- mcp is no longer working, i know.

5202 08/19/2005 12:56 pm Meik Sievertsen

ucp -> groups -> memberships

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)

5012 10/30/2004 07:07 pm Meik Sievertsen

more ucp updates

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

4895 05/26/2004 10:16 pm Meik Sievertsen

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

4738 01/10/2004 01:19 pm Meik Sievertsen

minor changes...

4656 11/08/2003 07:12 pm psotfx

Some minor alterations to neaten it up a little ... hopefully Acyd won't be too upset

4652 11/06/2003 04:05 pm Meik Sievertsen

UCP -> Attachments