History | View | Annotate | Download (105.7 kB)
commit ec5ca9df6b37f38cff5ddc4bb9bd0bd6f2795b01Merge: 6ac93d8 ddda094Author: Igor Wiedler <igor@wiedler.ch>Date: Thu Mar 31 20:23:30 2011 +0200
Merge branch 'ticket/haklop/10110' into develop-olympus
commit 7027489c8ebbd1f3a77a6357db8dc6e862cd978dMerge: 12721f6 36e96bbAuthor: Andreas Fischer <bantu@phpbb.com>Date: Sun Mar 6 15:06:58 2011 +0100
Merge branch 'ticket/p/10059' into develop-olympus
commit ba5c7d8e63d97650989c2866c20c11f16f4c1128Merge: e9c584a 60eff4eAuthor: Nils Adermann <naderman@naderman.de>Date: Sun Jan 16 22:25:49 2011 +0100
Merge branch 'ticket/bantu/9859' into develop-olympus
commit fbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483Merge: b02cec8 d917b2dAuthor: Andreas Fischer <bantu@phpbb.com>Date: Thu Nov 18 14:04:57 2010 +0100
Merge branch 'prep-release-3.0.8' into develop-olympus
commit d503272645d0f14daa2c2664e04dbdc33da9379eMerge: 5f0f8c2 b27b69cAuthor: Igor Wiedler <igor@wiedler.ch>Date: Tue Oct 19 14:03:44 2010 +0200
Merge branch 'ticket/bantu/9857' into develop-olympus
commit 5f0f8c25be2c51b3699768ca7857e477ac68a061Merge: 435636e c4dfe24Author: Igor Wiedler <igor@wiedler.ch>Date: Tue Oct 19 13:55:18 2010 +0200
Merge branch 'ticket/igorw/9509' into develop-olympus
commit c86f9eb25aca49f9ca77c636fbf03dcfc7540e36Merge: c79df97 58cb46dAuthor: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 19:44:39 2010 +0200
Merge branch 'ticket/evil3/9704' into develop-olympus
Fix Bug #56125 - XHTML mistakes in Coding Guidelines. Patch by leviatan21.
Revert INC/DEC feature. It is not consistent with the other template variables - bad idea. ;) We will get to it though... but not now.
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)...
Add INC (working name) to template syntax
Added section about special constants able to be used.
Add some docs for dynamic includes adding in r9570
Adding info on the VCS to coding guidelines
up the version number
Maybe I am falling asleep? Spelling in r9008
Grammar #28865
Remove reference to old mysql4 abstraction layer. #26065
mine type property working in rep view?
#32115 (small typo in coding guidelines)
minor fixes to guidelines
updated to mention template changes
force the use of sql_multi_insert() for multi inserts... also adjusted the coding guidelines accordingly.
spelling mistake
Hiding everywhere little buggers, eh?
some language/style/code fixes (refer to the diff of the changelog)
fixing one small typo
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
- 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]...
A few typos
make sure we always check for a valid directory handle
...
weird.
oh well.
updated documents to prosilver style
- some language tweaks suggested by John- some bug fixes- finally adding db_tools...
- make sure the copyright/disclaimer is consistent- two fixes...
increase the odbc limit (64k is too low, the theme data itself is >64k)
- added a comment on normalization
- added info on utf8_strtolower/upper
- added information about Unicode to coding guidelines- two little changes
allow mod authors to plug in info_ language files for population within the menu.
a reminder for us all :)
#10701
added class for disabled options in ACPE_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]...
fixing...
- #10085- Added notice about iso.txt to the coding guidelines
- 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
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
#8148
- 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...
fixing some bugs, most being submitted grammatical/spelling errors.
fix some general bugs and some convertor related
- updated/new documents
adding revision information
document the recent change for sql_query_limit
updated coding guidelines. ;)
small correction to the coding guidelines
- 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
- adjusted coding guidelines- fixed custom bbcode {TEXT} token- added unapproved item/info for unapproved posts in a topic
- fix bug #1727 (need to be watched - problems could arise by this change)- added a note about login_box() to the coding guidelines
- 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)
- adjusting group functions a little bit
- 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