The version control system for phpBB3 is subversion. The repository is available at http://code.phpbb.com/svn/phpbb. +
The version control system for phpBB3 is subversion. The repository is available at http://code.phpbb.com/svn/phpbb.
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 8ac2e4e89d..7f747e09e2 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -69,7 +69,7 @@
If entered with tabs (replace the {TAB}) both equal signs need to be on the same column.
Ensure that your editor is saving files in the UNIX (LF) line ending format. This means that lines are terminated with a newline, not with Windows Line endings (CR/LF combo) as they are on Win32 or Classic Mac (CR) Line endings. Any decent editor should be able to do this, but it might not always be the default setting. Know your editor. If you want advice for an editor for your Operating System, just ask one of the developers. Some of them do their editing on Win32. +
Ensure that your editor is saving files in the UNIX (LF) line ending format. This means that lines are terminated with a newline, not with Windows Line endings (CR/LF combo) as they are on Win32 or Classic Mac (CR) Line endings. Any decent editor should be able to do this, but it might not always be the default setting. Know your editor. If you want advice for an editor for your Operating System, just ask one of the developers. Some of them do their editing on Win32.
/includes/db/firebird.php
/includes/db/msssql.php
/includes/db/mssql_odbc.php
/includes/db/mysql.php
/includes/db/mysql.php
/includes/db/mysqli.php
/includes/db/oracle.php
/includes/db/postgres.php
/styles
, style.php
There are some special constants application developers are able to utilize to bend some of phpBB's internal functionality to suit their needs.
@@ -1170,24 +1170,13 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group& <!-- INCLUDE {FILE_VAR} --> -Template defined variables can also be utilised. +
Template defined variables can also be utilised.
<!-- DEFINE $SOME_VAR = 'my_file.html' --> <!-- INCLUDE {$SOME_VAR} -->
A contentious decision has seen the ability to include PHP within the template introduced. This is achieved by enclosing the PHP within relevant tags:
@@ -1541,11 +1530,11 @@ div <form method="post" id="mcp" action="{U_POST_ACTION}"> <fieldset class="submit-buttons"> - <input type="reset" value="{L_RESET}" name="reset" class="button2" /> - <input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" /> + <input type="reset" value="{L_RESET}" name="reset" class="button2" /> + <input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" /> {S_FORM_TOKEN} - </fieldset> -</form> + </fieldset> +</form>The version control system for phpBB3 is subversion. The repository is available at http://code.phpbb.com/svn/phpbb. +
The version control system for phpBB3 is subversion. The repository is available at http://code.phpbb.com/svn/phpbb.