phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / docs / coding-guidelines.html

History | View | Annotate | Download (105.7 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
  • svn:mime-type: text/html
# Date Author Comment
11086 03/31/2011 07:30 pm Git Gatekeeper

commit ec5ca9df6b37f38cff5ddc4bb9bd0bd6f2795b01
Merge: 6ac93d8 ddda094
Author: Igor Wiedler <>
Date: Thu Mar 31 20:23:30 2011 +0200

Merge branch 'ticket/haklop/10110' into develop-olympus
  • ticket/haklop/10110:
    [ticket/10110] Remove tab from empty lines...
11026 03/06/2011 02:15 pm Git Gatekeeper

commit 7027489c8ebbd1f3a77a6357db8dc6e862cd978d
Merge: 12721f6 36e96bb
Author: Andreas Fischer <>
Date: Sun Mar 6 15:06:58 2011 +0100

Merge branch 'ticket/p/10059' into develop-olympus
  • ticket/p/10059:
    [ticket/10059] Fix two misspellings of consistent.
10932 01/16/2011 09:30 pm Git Gatekeeper

commit ba5c7d8e63d97650989c2866c20c11f16f4c1128
Merge: e9c584a 60eff4e
Author: Nils Adermann <>
Date: Sun Jan 16 22:25:49 2011 +0100

Merge branch 'ticket/bantu/9859' into develop-olympus
  • ticket/bantu/9859:
    [ticket/9859] Remove the years from the copyright statements in docs files....
10871 11/18/2010 01:15 pm Git Gatekeeper

commit fbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483
Merge: b02cec8 d917b2d
Author: Andreas Fischer <>
Date: Thu Nov 18 14:04:57 2010 +0100

Merge branch 'prep-release-3.0.8' into develop-olympus
  • prep-release-3.0.8:
    [ticket/9899] Change recaptcha theme from default to 'clean' in the ACP....
10823 10/19/2010 01:15 pm Git Gatekeeper

commit d503272645d0f14daa2c2664e04dbdc33da9379e
Merge: 5f0f8c2 b27b69c
Author: Igor Wiedler <>
Date: Tue Oct 19 14:03:44 2010 +0200

Merge branch 'ticket/bantu/9857' into develop-olympus
  • ticket/bantu/9857:
    [ticket/9857] Remove visible $Id$ from phpBB/docs files.
10822 10/19/2010 01:15 pm Git Gatekeeper

commit 5f0f8c25be2c51b3699768ca7857e477ac68a061
Merge: 435636e c4dfe24
Author: Igor Wiedler <>
Date: Tue Oct 19 13:55:18 2010 +0200

Merge branch 'ticket/igorw/9509' into develop-olympus
  • ticket/igorw/9509:
    [ticket/9509] Remove section 8 from index...
10694 08/19/2010 04:26 pm Git Gatekeeper

commit c86f9eb25aca49f9ca77c636fbf03dcfc7540e36
Merge: c79df97 58cb46d
Author: Andreas Fischer <>
Date: Thu Jul 8 19:44:39 2010 +0200

Merge branch 'ticket/evil3/9704' into develop-olympus
  • ticket/evil3/9704:
    [ticket/9704] Fix minor typo in coding guidelines.
10395 01/01/2010 11:39 pm Andreas Fischer

Fix Bug #56125 - XHTML mistakes in Coding Guidelines. Patch by leviatan21.

10064 08/30/2009 12:15 pm Meik Sievertsen

Revert INC/DEC feature. It is not consistent with the other template variables - bad idea. ;) We will get to it though... but not now.

10054 08/25/2009 10:48 am Meik Sievertsen

This is an enhancement for revision r10051 (INC template variable)
Within the mentioned revision INC was only able to be applied to defined template variables.
I extended it now to work on all supported variables (template vars, defines, loops, defines in loops)...

10051 08/24/2009 04:12 pm Henry Sudhof

Add INC (working name) to template syntax

10007 08/17/2009 03:42 pm Meik Sievertsen

Added section about special constants able to be used.

9848 07/25/2009 11:23 am Chris Smith

Add some docs for dynamic includes adding in r9570

9817 07/21/2009 10:51 pm Nils Adermann

Adding info on the VCS to coding guidelines

9036 10/25/2008 04:16 pm Meik Sievertsen

up the version number

9009 10/13/2008 04:27 am Chris Smith

Maybe I am falling asleep? Spelling in r9008

9008 10/13/2008 04:24 am Chris Smith

Grammar #28865

8947 09/26/2008 08:43 pm Chris Smith

Remove reference to old mysql4 abstraction layer. #26065

8887 09/19/2008 12:25 pm Meik Sievertsen

mine type property working in rep view?

8803 09/02/2008 08:06 am Meik Sievertsen

#32115 (small typo in coding guidelines)

8798 08/29/2008 02:03 pm Henry Sudhof

minor fixes to guidelines

8732 07/30/2008 01:45 pm Henry Sudhof

updated to mention template changes

8693 07/28/2008 03:29 pm Meik Sievertsen

force the use of sql_multi_insert() for multi inserts... also adjusted the coding guidelines accordingly.

8596 06/04/2008 04:44 pm Meik Sievertsen

spelling mistake

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)

8360 02/01/2008 01:47 pm Meik Sievertsen

fixing one small typo

8285 12/26/2007 03:53 pm

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

8246 11/18/2007 04:37 pm Nils Adermann

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

8237 11/16/2007 12:20 am Henry Sudhof

A few typos

8211 10/21/2007 01:26 pm Meik Sievertsen

make sure we always check for a valid directory handle

8159 10/09/2007 07:35 pm Henry Sudhof

...

8141 10/05/2007 11:05 am Henry Sudhof

weird.

8125 10/03/2007 05:58 pm Henry Sudhof

oh well.

8097 09/22/2007 08:13 pm Meik Sievertsen

updated documents to prosilver style

8088 09/13/2007 05:01 pm Meik Sievertsen

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

8061 08/21/2007 05:09 pm Meik Sievertsen

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

8038 08/16/2007 05:38 pm Meik Sievertsen

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

8037 08/16/2007 03:50 pm Nils Adermann

- added a comment on normalization

8036 08/16/2007 03:48 pm Nils Adermann

- added info on utf8_strtolower/upper

8035 08/16/2007 02:19 pm Nils Adermann

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

7819 07/01/2007 08:46 pm Meik Sievertsen

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

7796 06/25/2007 05:28 pm David M

a reminder for us all :)

7513 05/09/2007 05:54 pm David M

#10701

7456 05/04/2007 02:30 pm Meik Sievertsen

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

7412 04/27/2007 06:13 pm Meik Sievertsen

fixing...

7394 04/24/2007 03:33 pm vic_delfant

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

7310 04/09/2007 06:04 pm Nils Adermann

- 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 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 02/20/2007 05:46 am David M

#8148

6930 01/26/2007 05:09 pm Meik Sievertsen

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

6915 01/21/2007 07:33 pm Meik Sievertsen

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

6872 01/10/2007 05:47 pm Meik Sievertsen

fix some general bugs and some convertor related

6844 01/06/2007 07:31 pm Meik Sievertsen

- updated/new documents

6641 11/23/2006 03:26 pm Meik Sievertsen

adding revision information

6638 11/23/2006 12:52 pm Meik Sievertsen

document the recent change for sql_query_limit

6413 09/28/2006 02:42 pm Meik Sievertsen

updated coding guidelines. ;)

6328 08/29/2006 05:52 pm Meik Sievertsen

small correction to the coding guidelines

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

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

5881 05/04/2006 08:25 pm Meik Sievertsen

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

5595 03/01/2006 10:48 pm Meik Sievertsen

- 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 09/25/2005 04:33 pm Meik Sievertsen

- adjusting group functions a little bit

5117 04/10/2005 08:07 pm Meik Sievertsen

- 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