Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / docs / coding-guidelines.html

coding-guidelines.html

View | Annotate | Download (102.4 KB)

# Date Author Comment
9064 View | Annotate 11/13/2008 02:04 PM toonarmy

been a while :( ... merge in r8997, r8998, r8999, r9000, r9001, r9002, r9003, r9004, r9005, r9007, r9008, r9009, r9010, r9011, r9012, r9013, r9014, r9015, r9022, r9023, r9029, r9030, r9034, r9048, r9049, r9054, r9056

8952 View | Annotate 09/27/2008 01:45 PM toonarmy

Merge in r8940, r8941, r8942, r8945, r8946, r8947, r8949, r8950, r8951

8696 View | Annotate 07/28/2008 03:37 PM acydburn

marge

8610 View | Annotate 06/05/2008 04:11 PM acydburn

merge…

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.

8478 View | Annotate 03/29/2008 01:10 AM naderman

I mean it. Really. Go away.

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

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

8369 View | Annotate 02/02/2008 04:24 PM acydburn

merge revisions: #r8359, #r8360, #r8368

8246 View | Annotate 11/18/2007 04:37 PM naderman

- Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to create a new database connection instead of reusing an existing one if the dbms supports it [Bug #14927]
- Automatic URL parsing no longer allows dots in the schema but can parse URLs starting after a dot [Bug #15110]
- Dynamic width for birthday select boxes [Bug #15149]

8237 View | Annotate 11/16/2007 12:20 AM kellanved

A few typos

8211 View | Annotate 10/21/2007 01:26 PM acydburn

make sure we always check for a valid directory handle

8159 View | Annotate 10/09/2007 07:35 PM kellanved

...

8141 View | Annotate 10/05/2007 11:05 AM kellanved

weird.

8125 View | Annotate 10/03/2007 05:58 PM kellanved

oh well.

8097 View | Annotate 09/22/2007 08:13 PM acydburn

updated documents to prosilver style

8088 View | Annotate 09/13/2007 05:01 PM acydburn

- some language tweaks suggested by John
- some bug fixes
- finally adding db_tools…

8061 View | Annotate 08/21/2007 05:09 PM acydburn

- make sure the copyright/disclaimer is consistent
- two fixes…

8038 View | Annotate 08/16/2007 05:38 PM acydburn

increase the odbc limit (64k is too low, the theme data itself is >64k)

8037 View | Annotate 08/16/2007 03:50 PM naderman

- added a comment on normalization

8036 View | Annotate 08/16/2007 03:48 PM naderman

- added info on utf8_strtolower/upper

8035 View | Annotate 08/16/2007 02:19 PM naderman

- added information about Unicode to coding guidelines
- two little changes

7819 View | Annotate 07/01/2007 08:46 PM acydburn

allow mod authors to plug in info_ language files for population within the menu.

7796 View | Annotate 06/25/2007 05:28 PM davidmj

a reminder for us all :)

7513 View | Annotate 05/09/2007 05:54 PM davidmj

#10701

7456 View | Annotate 05/04/2007 02:30 PM acydburn

added class for disabled options in ACP
E_USER_ERROR now using language keys if available [related to #10445]
UCP/MCP title tags [#10441]
Check $start parameter in viewforum [#10435]
Check for postable forum for moving user posts within users ACP [#10433]
Show error if admin tries to put forums beneath linked forums [related to #10433]
Correctly catch attachments while moving posts [#10431]
language change in install.html [#10425]
Updated AUTHORS file

7412 View | Annotate 04/27/2007 06:13 PM acydburn

fixing…

7394 View | Annotate 04/24/2007 03:33 PM vic_delfant

- #10085
- Added notice about iso.txt to the coding guidelines

7310 View | Annotate 04/09/2007 06:04 PM naderman

- correctly initialise $words in fulltext_native [Bug #347]
- display ignored words from sub-search-queries
- “Return to search page” [Bug #9591]
- spelling in coding guidelines
- htmlspecialchars forwarded_for before logging

7271 View | Annotate 04/03/2007 01:29 AM shs

All the things you wanted to know about language codes and phpBB i18n/L10n guidelines plus things you didn’t even know you didn’t know… but was too afraid to ask. :P

7020 View | Annotate 02/20/2007 05:46 AM davidmj

#8148

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.

6915 View | Annotate 01/21/2007 07:33 PM acydburn

fixing some bugs, most being submitted grammatical/spelling errors.

6872 View | Annotate 01/10/2007 05:47 PM acydburn

fix some general bugs and some convertor related

6844 View | Annotate 01/06/2007 07:31 PM acydburn

- updated/new documents

6641 View | Annotate 11/23/2006 03:26 PM acydburn

adding revision information

6638 View | Annotate 11/23/2006 12:52 PM acydburn

document the recent change for sql_query_limit

6413 View | Annotate 09/28/2006 02:42 PM acydburn

updated coding guidelines. ;)

6328 View | Annotate 08/29/2006 05:52 PM acydburn

small correction to the coding guidelines

6048 View | Annotate 06/11/2006 08:13 PM acydburn

- 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

5982 View | Annotate 05/28/2006 09:15 PM acydburn

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

5881 View | Annotate 05/04/2006 08:25 PM acydburn

- fix bug #1727 (need to be watched – problems could arise by this change)
- added a note about login_box() to the coding guidelines

5595 View | Annotate 03/01/2006 10:48 PM acydburn

- some bugfixes
- committed coding guidelines as they are at area51
- removed script_path (needs a close inspection later)
- removed the need for server_name and server_port
- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)

5228 View | Annotate 09/25/2005 04:33 PM acydburn

- adjusting group functions a little bit

5117 View | Annotate 04/10/2005 08:07 PM acydburn

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip