Matt Friedman
2867831232
[ticket/11921] Move any HTML for Notifications to the templates
...
PHPBB3-11921
2013-10-16 10:07:54 -07:00
Joas Schilling
3c9a8a3788
[ticket/11924] Fix some minor issues with the php event docs
...
PHPBB3-11924
2013-10-16 16:32:40 +02:00
Matt Friedman
457ca9c763
[ticket/11921] Remove "l_" from non-lang variables
...
PHPBB3-11921
2013-10-15 14:09:47 -07:00
Joas Schilling
3bb93ab2d3
[develop] Update version to 3.1.0-a2-dev
2013-10-15 22:46:02 +02:00
Matt Friedman
8608204097
[ticket/11921] Improve appearance of PM notifications in linklist
...
PHPBB3-11921
2013-10-15 10:29:15 -07:00
Joas Schilling
4709cbbed3
[prep-release-3.1.0-a1] Update version to 3.1.0-a1
2013-10-14 12:04:18 +02:00
Marc Alexander
61f60d395a
[feature/passwords] Use passwords manager service instead of functions
...
The old functions phpbb_hash() and phpbb_check_hash() have been replaced with
the passwords manager service in all front-end related files. The phpBB2
converter and the release_3_0_5_rc1 migration file have not been changed.
The same applies to the security/hash_test that still tests the function
phpbb_check_hash(). This will however make sure that the old function
still works.
PHPBB3-11610
2013-10-13 16:32:37 +02:00
Marc Alexander
e674313559
[feature/passwords] Use passwords.manager service in login_forum_box()
...
Additionally, unused variables have been removed from the globals and
the request class is now used instead of the request_var() function.
PHPBB3-11610
2013-10-13 16:09:55 +02:00
Marc Alexander
0f64843ac8
[feature/passwords] Use VCHAR_UNI instead of VCHAR_CI for user_passwords
...
PHPBB3-11610
2013-10-13 12:06:02 +02:00
Marc Alexander
841dd6b19f
[feature/passwords] Modify forum_password column type for new hash types
...
PHPBB3-11610
2013-10-13 12:05:55 +02:00
Andreas Fischer
2050a39da7
[feature/plupload/integration] Integration of Plupload
...
This commit is a highly-refactored and up-to-date version of Fyorl's work
which was part of his Google Summer of Code 2012 project "Attachment
Improvements".
PHPBB3-10929
2013-10-11 17:40:16 +02:00
Marc Alexander
b795ce8b7d
[feature/passwords] Remove obsolete hashing functions from functions.php
...
These hashing functions have been worked into the salted md5 driver.
PHPBB3-11610
2013-10-11 13:34:40 +02:00
Marc Alexander
da39707d16
[feature/passwords] Mark old hashing functions as deprecated
...
PHPBB3-11610
2013-10-11 13:34:15 +02:00
Nils Adermann
446dc9b47e
Merge pull request #1764 from EXreaction/ticket/11874
...
[ticket/11874] Do not always prepend the web path; only replace phpbb_root_path
2013-10-10 15:54:58 -07:00
Nathan Guse
ac9225774e
[ticket/11874] Correct when $phpbb_root_path is appended to build_url()
...
PHPBB3-11874
2013-10-10 16:41:31 -05:00
Andreas Fischer
a409d39881
[ticket/11703] Also use empty() for T_JQUERY_LINK.
...
PHPBB3-11703
2013-10-10 23:30:29 +02:00
Andreas Fischer
94b49d8a92
[ticket/11703] Make jQuery CDN switch more generic.
...
Config variable: load_jquery_cdn -> allow_cdn
Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN
PHPBB3-11703
2013-10-10 23:26:03 +02:00
Andreas Fischer
d024ba9b09
[ticket/11901] Pass empty string as relative_url for non-local magic URL.
...
Only the regular expression for MAGIC_URL_LOCAL has three capturing groups. As
a result $matches[3] is only set in this case. Prior to PHPBB3-11606 an empty
string was passed to make_clickable_callback() as a replacement in case of less
than three capturing groups. This patch reintroduces the empty string.
Regression from 49c12ef4be
.
PHPBB3-11901
2013-10-10 21:01:15 +02:00
Nathan Guse
b992686fe0
[ticket/11898] Correct adm_relative_path created by installer
...
PHPBB3-11898
2013-10-10 09:08:56 -05:00
Nathaniel Guse
e1ed30a408
[ticket/11898] Correct admin S_LOGIN_ACTION
...
PHPBB3-11898
2013-10-09 10:18:14 -05:00
Andreas Fischer
cba383d139
Merge remote-tracking branch 'prototech/ticket/11890' into develop
...
* prototech/ticket/11890:
[ticket/11890] Fix untranslated string when deleting posts through MCP.
2013-10-08 23:36:28 +02:00
Cesar G
6a75edc057
[ticket/11892] Fix undefined variables: to_forum_id & to_topic_id
...
PHPBB3-11892
2013-10-08 14:24:57 -07:00
Cesar G
964f6fe89a
[ticket/11890] Fix untranslated string when deleting posts through MCP.
...
PHPBB3-11890
2013-10-08 10:56:04 -07:00
Dhruv
2b959e3331
[ticket/11288] Handle +,- without preceeding whitespace characters
...
PHPBB3-11288
2013-10-05 21:09:52 +05:30
Nathan Guse
fdae60c146
Merge pull request #1739 from nickvergessen/ticket/11871
...
[ticket/11871] Allow backslash in classnames for Modules
2013-10-03 20:31:16 -07:00
Nathan Guse
31aebb355c
Merge pull request #1654 from rechosen/ticket/11786
...
[ticket/11786] Fix various defects in PHPDoc in-code documentation
2013-10-03 20:22:41 -07:00
Marc Alexander
7006db7a2d
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords
...
Conflicts:
phpBB/includes/functions.php
2013-10-03 10:04:59 +02:00
Joas Schilling
2ab3ee7d67
[ticket/11871] Fallback to int ID of the module, when creating links
...
Firefox is currently unable to correctly copy a urlencoded \ so users will be
unable to post links to modules. However we can still fallback to the id
instead of the name, so we do that in this case.
PHPBB3-11871
2013-10-02 22:37:16 +02:00
Marc Alexander
3aba3235d5
[feature/passwords] Use passwords manager in phpBB hash functions
...
PHPBB3-11610
2013-10-02 15:43:10 +02:00
Nathan Guse
179f41475b
Merge pull request #1735 from nickvergessen/ticket/11852
...
Ticket/11852 filesystem class must not depend on a web request
2013-09-30 16:21:02 -07:00
Andreas Fischer
787784e083
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[prep-release-3.0.12] Update changelog for 3.0.12 release.
[ticket/11873] Add unit test for large password input.
[ticket/11873] Do not hash very large passwords in order to safe resources.
2013-09-28 15:02:59 +02:00
Andreas Fischer
02f9d179e5
Merge branch 'prep-release-3.0.12' into develop-olympus
...
* prep-release-3.0.12:
[prep-release-3.0.12] Update changelog for 3.0.12 release.
[ticket/11873] Add unit test for large password input.
[ticket/11873] Do not hash very large passwords in order to safe resources.
2013-09-28 15:02:44 +02:00
Joas Schilling
cba28c39ad
[ticket/11873] Do not hash very large passwords in order to safe resources.
...
PHPBB3-11873
2013-09-28 03:12:50 +02:00
Joas Schilling
e0adb15074
[ticket/11871] Allow backslash in classnames for Modules
...
PHPBB3-11871
2013-09-27 18:14:58 +02:00
Marc Alexander
9dc9214ebb
[ticket/11862] Correct var names in user_delete() events due to prune-users
...
Fix comments after incorrect merge of previous PR.
PHPBB3-11862
2013-09-27 13:32:37 +02:00
Joas Schilling
9d8d871369
Merge remote-tracking branch 'Marc/ticket/11862' into develop
...
* Marc/ticket/11862:
[ticket/11862] Correct var names in user_delete() events due to prune-users
2013-09-27 12:58:31 +02:00
Marc Alexander
e41c9ef6cd
[feature/passwords] Add schema changes to schema_data for new hash types
...
PHPBB3-11610
2013-09-27 10:48:00 +02:00
Andreas Fischer
d18bded3ac
[prep-release-3.0.12] Bumping version number for 3.0.12 final.
2013-09-27 01:26:31 +02:00
Andreas Fischer
56ee5973bc
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11864] Do not call exit after display_progress_bar in acp_forums
2013-09-26 16:01:01 +02:00
Joas Schilling
7525c49d45
[ticket/11852] Split filesystem and path_helper into 2 classes
...
PHPBB3-11852
2013-09-26 15:34:44 +02:00
Vjacheslav Trushkin
0e6ac7511e
[ticket/11868] Replace phpbb_request_interface references
...
PHPBB3-11868
2013-09-26 12:02:17 +03:00
David King
779688b56b
Merge pull request #1733 from nickvergessen/ticket/11866
...
Ticket/11866 Fix some more namespace issues
2013-09-25 16:49:12 -07:00
David King
427f73a323
Merge pull request #1732 from nickvergessen/ticket/11865
...
[ticket/11865] includes/bbcode.php is missing namespace change
2013-09-25 16:09:08 -07:00
Joas Schilling
b27fc70a7d
[ticket/11866] More namespaces
...
PHPBB3-11866
2013-09-26 00:58:37 +02:00
Joas Schilling
03639c081c
[ticket/11866] Update some occurances of phpbb_db_ to new Namespace
...
PHPBB3-11866
2013-09-26 00:42:04 +02:00
Joas Schilling
2794dc4e68
[ticket/11865] Convert old class name to namespaced version
...
PHPBB3-11865
2013-09-26 00:11:42 +02:00
Joas Schilling
6fd6324dd6
[ticket/11805] Move page-url generating code into a new function
...
PHPBB3-11805
2013-09-25 17:34:48 +02:00
Joas Schilling
cf46487dea
[ticket/11805] Do not generate the same link twice
...
There is no need to generate the prev/next links twice
PHPBB3-11805
2013-09-25 17:34:30 +02:00
Joas Schilling
0abb4a5ad3
[ticket/11805] Allow specifying the page in the route for pagination
...
Instead of "app.php?controller=news&start=10" authors might prefer having
the pagination in the route. So the sample link from above would be the
same as "app.php?controller=news/page/2". With this patch that is easily
possible. What you do is, you specify the $base_url and $start_name as follows:
$base_url = $controller_helper->url('news/page/%d');
$start_name = '/page/%d'; // Part of the url that will be removed
// for page 1
Now this will generate:
"news" for start = 0
"news/page/1" will work aswell, but will not be created
"news/page/2" for start = 10
PHPBB3-11805
2013-09-25 17:34:28 +02:00
Nils Adermann
8da3133238
Merge pull request #1565 from naderman/ticket/11700
...
[WIP][ticket/11700] Namespaces
2013-09-25 07:50:22 -07:00