| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-9746
|
|
|
|
| |
PHPBB3-9746
|
|
|
|
|
|
|
|
|
|
| |
This adds a function that normalises internet protocol addresses.
While there should be no problem at all when handling IPv4 addresses, the many
different representations of the exact same IPv6 address and webservers mapping
IPv4-addresses into the IPv6 space made it necessary to add such a function.
PHPBB3-9746
|
|
|
|
| |
PHPBB3-9746
|
|\
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.
[ticket/9953] Set focus to password on re-authentication
[ticket/9905] Add SQLite to the DSN description
[ticket/9859] Remove years from the credit line.
|
| |\
| | |
| | |
| | |
| | | |
* ticket/bantu/9859:
[ticket/9859] Remove years from the credit line.
|
| | |
| | |
| | |
| | | |
PHPBB3-9859
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9348:
[ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Call phpbb_set_encoding() on 'default_dateformat' to properly re-encode
non-ascii characters that might be in default_dateformat.
E.g. "d M Y à H:i"
PHPBB3-9348
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/noxwizard/9953:
[ticket/9953] Set focus to password on re-authentication
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Sets the login focus to the password field when prompting for admin
re-authentication, rather than the username field.
PHPBB3-9953
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* ticket/noxwizard/9905:
[ticket/9905] Add SQLite to the DSN description
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
The installer's DSN field has additional meanings for ODBC, PostgreSQL, and
SQLite, but only the first two are mentioned. SQLite uses it for the file path.
PHPBB3-9905
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* feature/igorw/update-session-api:
[feature/update-session-api] Add update_session method
|
|/ / /
| | |
| | |
| | | |
PHPBB3-9688
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/igorw/9574:
[ticket/9574] Add pcre_utf8_support() function
[ticket/9574] Remove conditional PHP<5.2 code
[ticket/9574] Drop fallback implementations
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Refactor the check for PCRE UTF-8 support into a new pcre_utf8_support()
function.
PHPBB3-9574
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There is a large amount of conditional code for PHP < 5.2 that can be
removed with phpBB 3.1.
PHPBB3-9574
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
phpBB 3.0 includes fallback implementations for following PHP5+
functions:
array_combine
str_split
stripos
htmlspecialchars_decode
Since phpBB 3.1 requires PHP 5.2+ these can be dropped.
PHPBB3-9574
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* ticket/VSE/9532:
[ticket/9532] Simplified page titles by removing meaningless text.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removed View Forum, View Topic, added pagination to forum and topic page
titles, also moved the Site Name to the end of title for forum and topic
view pages.
PHPBB3-9532
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9937] Make sure feed icon only shows for FORUM_POST
[ticket/9937] The feed icon displays on External links...which we don't want
[ticket/9925] prosilver logo margin bug in IE 6-7-8
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/igorw/9937:
[ticket/9937] Make sure feed icon only shows for FORUM_POST
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This is cleaner, since feed.php only supports FORUM_POST.
PHPBB3-9937
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/rmcgirr83/9937:
[ticket/9937] The feed icon displays on External links...which we don't want
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9937
|
| |\ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
* ticket/marc1706/9925:
[ticket/9925] prosilver logo margin bug in IE 6-7-8
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-9925
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* feature/igorw/request-class:
[feature/request-class] Convert some remaining cookies
[feature/request-class] Adjust misleading comment
[feature/request-class] Remove direct access to _REQUEST in acp_search
[feature/request-class] Special case of direct access to _REQUEST
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Convert some remaining accesses to cookie to use the
request class instead. Thanks to bantu for the note.
PHPBB3-9716
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9716
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9716
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9716
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/9924] Pass template instance into $template->display hook
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/igorw/9924:
[ticket/9924] Pass template instance into $template->display hook
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9924
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/9851] "Search new posts" should require login.
[task/phpdoc] Added a phpdoc task to the build process
[task/phpdoc] Added a configuration file for phpDocumentor.
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
[ticket/9939] Fix JavaScript error in admin recaptcha template
[ticket/9575] Also change 'administrate' to 'administer' in templates
[ticket/8736] guest can have 255 chars long username
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
[ticket/9575] Change 'administrate' to 'administer'
[ticket/9921] Adding sample configuration file for the lighttpd webserver.
[ticket/9932] Add the Bing bot when converting
[ticket/9930] Redirect failes with open_basedir enabled.
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* ticket/adamreyher/9928:
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9928
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* task/naderman/phpdoc:
[task/phpdoc] Added a phpdoc task to the build process
[task/phpdoc] Added a configuration file for phpDocumentor.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9943
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9943
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* feature/ChrisTX/acm-wincache:
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
|
| | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9942
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
* ticket/rxu/9851:
[ticket/9851] "Search new posts" should require login.
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The newposts search uses user_lastvisit, so it should require user to log in.
PHPBB3-9851
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* ticket/igorw/9939:
[ticket/9939] Fix JavaScript error in admin recaptcha template
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9939
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* ticket/adamreyher/9575:
[ticket/9575] Also change 'administrate' to 'administer' in templates
[ticket/9575] Change 'administrate' to 'administer'
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9575
|