RMcGirr83
153d1691ae
[ticket/13628] Allow ability for extension to add entries to user's profile
...
PHPBB3-13628
2015-02-18 16:35:10 +01:00
brunoais
f0850f1915
[ticket/13631] Better, more explicit comment explanation
...
PHPBB3-13631
2015-02-18 10:36:29 +00:00
brunoais
997b229723
[ticket/13631] Fix wrong variable in get_global_visibility_sql()'s event
...
I don't get this... I was positive I, at some point, had it right... I don't get
what happened...
PHPBB3-13631
2015-02-18 10:33:49 +00:00
Marc Alexander
ddc96a7d07
Merge branch '3.1.x'
2015-02-18 00:19:10 +01:00
Marc Alexander
13948718c6
Merge pull request #3414 from rxu/ticket/13433
...
[ticket/13433] Fix parsing of email addresses
2015-02-18 00:03:25 +01:00
Joas Schilling
02d28c28cd
[ticket/13600] Allow extensions to create a custom help page
...
PHPBB3-13600
2015-02-17 23:57:30 +01:00
Andreas Fischer
978b96cbf5
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/13570] Remove unnecessary ternary condition from mysqli driver
2015-02-17 22:24:15 +01:00
Andreas Fischer
f3d332b78f
Merge pull request #3411 from Senky/ticket/13570
...
[ticket/13570] Mysqli extension supports persistent connection since PHP 5.3.0
* Senky/ticket/13570:
[ticket/13570] Remove unnecessary ternary condition from mysqli driver
2015-02-17 22:24:15 +01:00
rxu
950c72a8a5
[ticket/13433] Add make_clickable() test for emails
...
PHPBB3-13433
2015-02-18 01:03:07 +07:00
Marc Alexander
b84dee2667
Merge branch 'develop-ascraeus' into develop
2015-02-17 17:13:34 +01:00
Marc Alexander
6322970766
Merge pull request #3412 from Senky/ticket/13618
...
[ticket/13618] Small grammatical typo in the English FAQ
2015-02-17 17:13:13 +01:00
rxu
fa1c61f608
[ticket/13433] Fix parsing of email addresses
...
Currently email addresses are parsed incorrectly due to the regex structure.
Namely, if localpart consists of several dot separated parts, only the last
part with the trailing dot will be captured.
The patch change this behavior to capture the whole localpart.
PHPBB3-13433
2015-02-17 17:24:30 +07:00
kasimi
c7ce6cd26f
[ticket/13540] Add total post count to mcp_topic_review_modify_row event
...
PHPBB3-13540
2015-02-17 00:48:04 +01:00
Jakub Senko
ec8aeaf2cd
[ticket/13618] Fix typo in English FAQ
...
PHPBB3-13618
2015-02-16 20:27:52 +01:00
Jakub Senko
f23d2ec42f
[ticket/13570] Remove unnecessary ternary condition from mysqli driver
...
PHPBB3-13570
2015-02-16 20:25:11 +01:00
Jakub Senko
e31720bb6e
[ticket/13467] Add a CONTRIBUTING file
...
PHPBB3-13467
2015-02-16 20:17:33 +01:00
kasimi
f9d34a16dd
[ticket/13540] Add topic_info to mcp_topic_review_modify_row event
...
PHPBB3-13540
2015-02-16 20:11:19 +01:00
Jakub Senko
bf86553daa
[ticket/9457] Add WAI-ARIA landmarks to the Prosilver template files
...
PHPBB3-9457
2015-02-16 18:02:16 +01:00
brunoais
b934617a3b
[ticket/13625] Adding multiple variables to core.viewforum_get_topic_data
...
Added topics_count, sort_days, sort_key and sort_dir to
core.viewforum_get_topic_data and adjusted the event's comment explaining
it's possible extended purpose now that it has more variables.
PHPBB3-13625
2015-02-16 11:31:05 +00:00
Joas Schilling
c489c6090b
Merge pull request #3401 from marc1706/ticket/13619
...
[ticket/13619] Remove unneeded files and folders from vendor in release package
2015-02-16 09:25:22 +01:00
Marc Alexander
9b6e57de3d
Merge pull request #3394 from nickvergessen/ticket/10748-postgresql
...
[ticket/10748][Part2] Split postgres DB tools into it's own class
2015-02-15 22:32:39 +01:00
Marc Alexander
2042bfc5db
Merge branch 'develop-ascraeus' into develop
...
Conflicts:
phpBB/styles/subsilver2/template/ucp_avatar_options_local.html
2015-02-15 18:52:05 +01:00
Marc Alexander
088907fe8e
Merge pull request #3403 from marc1706/ticket/13615
...
[ticket/13615] Correctly display images for gallery avatar in subsilver2
2015-02-15 18:50:58 +01:00
kamijoutouma
4398a51dc6
[ticket/13615] Correctly display images for gallery avatar in subsilver2
...
Avatar Gallery shows categories but no images in subsilver2.
The ID was not specified in the template. Also, the correct parent template
loop is called avatar_local_row and not avatar_local_col.
PHPBB3-13615
2015-02-15 18:18:56 +01:00
Joas Schilling
1e3175cca3
[ticket/10748] Fix class type hinting
...
PHPBB3-10748
2015-02-15 17:01:20 +01:00
Marc Alexander
8793d2f2c8
[ticket/13619] Remove unneeded files and folders from vendor in release package
...
PHPBB3-13619
2015-02-15 14:52:12 +01:00
Marc Alexander
27cfda74fc
[ticket/13612] Always display success message if extension was enabled
...
An error will already be triggered if enable_step() is not successful.
Redirecting for no obvious reason will just confuse users.
PHPBB3-13612
2015-02-14 23:41:53 +01:00
Marc Alexander
8314ce6871
[ticket/13612] Run meta refresh until extension is fully enabled
...
PHPBB3-13612
2015-02-14 17:59:59 +01:00
JoshyPHP
4559aca723
[ticket/13595] Removed unused code
...
PHPBB3-13595
2015-02-13 22:55:04 +01:00
Joas Schilling
ec1fb0423d
[ticket/10748] Split postgres DB tools into it's own class
...
PHPBB3-10748
2015-02-13 22:49:29 +01:00
Marc Alexander
e5104b5d53
Merge pull request #3285 from MGaetan89/ticket/13497
...
[ticket/13497] Change get_tables() calls with $db_tools->sql_list_tables()
2015-02-13 12:09:40 +01:00
Marc Alexander
4756fa5262
Merge branch 'develop-ascraeus' into develop
2015-02-13 12:06:42 +01:00
Marc Alexander
9e3bc9a3f9
Merge branch 'develop-olympus' into develop-ascraeus
...
Conflicts:
.travis.yml
travis/phpunit-mysqli-travis.xml
2015-02-13 12:06:07 +01:00
Marc Alexander
877774a296
Merge pull request #3393 from bantu/ticket/13599
...
[ticket/13599] Remove Travis CI PHP 5.2 environment. No longer supported.
2015-02-13 12:02:25 +01:00
Andreas Fischer
0a775e0433
[ticket/13599] Remove Travis CI PHP 5.2 environment. No longer supported.
...
PHPBB3-13599
2015-02-12 22:12:32 +01:00
Gaëtan Muller
50478e68b0
[ticket/13497] Update calls to get_tables()
...
PHPBB3-13497
2015-02-11 21:28:11 +01:00
Andreas Fischer
39a3f4f6c8
Merge pull request #3391 from marc1706/ticket/13597
...
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
* marc1706/ticket/13597:
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
2015-02-11 16:53:25 +01:00
Andreas Fischer
069738a1f2
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
2015-02-11 16:53:25 +01:00
brunoais
93185574b5
[ticket/13142] BUMPed version
...
PHPBB3-13142
2015-02-11 11:42:43 +00:00
Marc Alexander
3df25babce
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
...
PHPBB3-13597
2015-02-11 12:03:54 +01:00
brunoais
bf20fb03ef
[ticket/13592] The name didn't make proper sense
...
PHPBB3-13592
2015-02-11 10:56:36 +00:00
rxu
67a963ac42
[ticket/13596] Add display_forums() event to allow modifying forums list data
...
Add display_forums() core event in includes/functions_display.php to allow
modifying forums list data before the list is being generated and dumped
to the template.
PHPBB3-13596
2015-02-10 10:05:44 +07:00
Nicofuma
acf3744297
Merge pull request #3332 from nickvergessen/ticket/10748-mssql
...
[ticket/10748] Split MS SQL from the db tools file into it's own
2015-02-09 17:11:09 +01:00
brunoais
74385b8fce
[ticket/13592] Empty line before event comment block.
...
I had forgotten this one
PHPBB3-13592
2015-02-09 11:58:35 +00:00
brunoais
6111f5fa74
[ticket/13592] Removed unwanted space in self line.
...
PHPBB3-13592
2015-02-09 11:56:53 +00:00
brunoais
bb7d294190
[ticket/13592] Allow full override of get_visibility_sql()
...
PHPBB3-13592
2015-02-09 10:44:12 +00:00
brunoais
8a4df90dac
[ticket/13592] Allow changing get_visibility_sql's result
...
PHPBB3-13592
2015-02-09 08:42:37 +00:00
brunoais
1bcce75633
[ticket/13592] Allow changing get_visibility_sql's result
...
PHPBB3-13592
2015-02-08 23:52:27 +00:00
rxu
072df2217c
[ticket/13591] Add core events to the function obtain_users_online_string()
...
Add functions.php core events to the function obtain_users_online_string()
to allow extensions adding/modifying online users data.
PHPBB3-13591
2015-02-08 12:28:28 +07:00
n-aleha
e1eac80b8f
[ticket/13586] Allow '0' as username with Jabber notifications
...
PHPBB3-13586
2015-02-07 19:33:19 +02:00