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

View | Annotate | Download (13.2 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
8743 08/12/2008 06:03 PM Henry Sudhof

Catch too long help lines

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

Hiding everywhere little buggers, eh?

8387 02/23/2008 12:26 PM Meik Sievertsen

Fix Custom BBCode {EMAIL}-Token usage - #21155

8285 12/26/2007 03:53 PM

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

8153 10/07/2007 12:34 PM Nils Adermann

- Match custom BBCodes in the same way during first and second pass - patch provided by IBBoard [Bug #14268]

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

8056 08/19/2007 11:29 PM Nils Adermann

- Prevent {URL} token in custom BBCodes from make_clickable messing [Bug #14151]
- Added alternative tokens to custom BBCodes which are safe for CSS/Javascript and changed TEXT token to entitise opening and closing parantheses.

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

try to normalize everything...

7774 06/18/2007 02:16 PM David M

#12473

7768 06/16/2007 04:11 PM David M

#12377

7736 06/09/2007 01:11 PM Meik Sievertsen

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

7663 05/22/2007 11:32 PM David M

#11255
#11259
#11291
#11335
#11457
#11473
#11475
#11511
#11523
#11527

7574 05/14/2007 09:00 PM David M

#10903

6998 02/17/2007 05:51 AM David M

#8090

6881 01/11/2007 01:33 PM David M

meh

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

#6772
- some other random things

6867 01/09/2007 09:16 PM David M

#6776

6691 11/28/2006 04:01 PM David M

#5656

6608 11/19/2006 03:56 PM David M

#5452

6606 11/19/2006 03:43 PM David M

#5450

6605 11/19/2006 03:37 PM David M

#5428

6584 11/15/2006 04:35 PM Meik Sievertsen

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

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

ok, i am an idiot...

6547 11/03/2006 09:19 PM David M

#5030

6455 10/07/2006 05:47 PM Meik Sievertsen

for some things we do not need the utf8 function. :)

6452 10/07/2006 02:36 PM Meik Sievertsen

tried to begin adjusting all string functions where applicable - still a lot to do.
i hope i catched all relevant sections and did not mess something up.

6434 10/03/2006 05:59 AM David M

#4226

6432 10/03/2006 12:35 AM David M

kill the cache

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

consistent acp layout regarding backlinks and messages.

6414 09/28/2006 05:04 PM Meik Sievertsen

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

6391 09/23/2006 01:37 PM Meik Sievertsen

fix custom bbcode html replacement to correctly replace references
It failed if there was a number directly after the token, resulting in $12345, where $1 was needed. Fixed by using ${x}

also made sure that newlines within the html replacement are not replaced with <br />.

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)

6275 08/12/2006 05:10 PM Meik Sievertsen

bugfixes

6264 08/12/2006 12:06 AM David M

heh

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

6247 08/07/2006 05:21 AM David M
  • empty log message ***
6223 08/01/2006 07:06 AM David M

- BBCode helpline is now customizable

6209 07/24/2006 12:08 PM David M

OK...

This commit should increase the total number of BBCodes from 31 to 2040. Some things to watch out for:

Each database likes to deal with binary data in its own, special way. They are, quite frankly, too cool for school.

MySQL, MSSQL and Oracle all allow me to send in a default value for their binary column using a hex number. However, MSSQL forces me to send the specific data as a hex number and thus we must CAST it....

6133 07/01/2006 08:30 AM David M

bugs? bugs.

6077 06/17/2006 08:50 AM David M

- Some fixes

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.

5982 05/28/2006 09:15 PM Meik Sievertsen

- adjusted coding guidelines
- fixed custom bbcode {TEXT} token
- added unapproved item/info for unapproved posts in a topic

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.

5678 03/21/2006 08:23 PM Meik Sievertsen

- a bunch of bugfixes. :P

5672 03/19/2006 03:58 PM Meik Sievertsen

- bbcode ids need to be greater than NUM_CORE_BBCODES

5603 03/06/2006 03:03 PM Meik Sievertsen

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

5313 11/28/2005 07:38 PM Meik Sievertsen

- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/
- acp changes

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

- more acp additions and changes...