Joas Schilling
47f2caff6b
[ticket/11525] Fix doc blocks
...
PHPBB3-11525
2013-11-10 22:20:15 +01:00
Marc Alexander
95c2b12bf7
[ticket/11896] Add functional tests for marking all notifications read
...
PHPBB3-11896
2013-11-09 20:35:37 +01:00
Marc Alexander
29d3b08d50
[ticket/11896] Add ability to define expected message after posting
...
This change will add the ability to define the expected message after a
topic or post has been submitted with the methods create_post() and
create_topic(). If the expected message is not 'POST_STORED', we will not
try to get the topic and post id.
PHPBB3-11896
2013-11-09 20:33:01 +01:00
Marc Alexander
252b5fe4f7
[ŧicket/11896] Set form_time with time() when marking all notifications read
...
form_time is only set if is passed via the form. Since the mark notifications
read link does not use the form, it will default to 0 causing the mark
notifications logic to only mark notifications read if their time is smaller
or equal to 0. This patch will change ucp_notifications to correctly set
form_time for the confirm_box.
PHPBB3-11896
2013-11-09 20:28:24 +01:00
Nathan Guse
64ed46e682
[ticket/11943] Forgot template file for test
...
PHPBB3-11943
2013-11-09 11:39:35 -06:00
Nathan Guse
2e5117a71e
[ticket/11943] Throw an exception if DEFINE is setup improperly
...
PHPBB3-11943
2013-11-09 11:14:55 -06:00
Joas Schilling
31e60f0c8d
[ticket/11949] Do not prepend leading backslash to cache class name
...
The container seems to prepend the leading \ itself, so we get an
InvalidArgumentException with message '"'\\phpbb\\cache\\driver\\file'" is
not a valid class name for the "cache.driver" service.'
PHPBB3-11949
2013-11-09 17:06:38 +01:00
Joas Schilling
7344024b10
Merge remote-tracking branch 'dhruv/ticket/12007' into develop
...
* dhruv/ticket/12007:
[ticket/12007] Default last_result to 0 instead of false
2013-11-09 15:53:29 +01:00
Nathan Guse
3b68540cee
Merge pull request #1857 from nickvergessen/ticket/11922
...
[ticket/11922] Drop all keys before trying to delete columns to avoid issues
2013-11-08 20:33:18 -08:00
Nathan Guse
6370970f13
[ticket/11943] Split fix_inline_variable_tokens into 3 steps
...
DEFINE shouldn't add/remove surrounding quotes, but must have the inline
variable tokens fixed
PHPBB3-11943
2013-11-08 22:30:58 -06:00
Cesar G
069cd4a195
[ticket/12010] Make the navbar icons clickable.
...
PHPBB3-12010
2013-11-08 18:41:59 -08:00
Nathan Guse
da332aa0a5
[ticket/11943] Require stricter DEFINE statements for templates
...
PHPBB3-11943
2013-11-08 19:55:16 -06:00
Lukasz
a353673e7c
[ticket/12005] Remove PM popup module from DB
...
PHPBB3-12005
2013-11-08 21:57:12 +01:00
Lukasz
9328d42809
[ticket/12005] Delete templates files
...
PHPBB3-12005
2013-11-08 21:57:11 +01:00
Lukasz
d5ffb30025
[ticket/12005] Remove language vars used by PM popup
...
PHPBB3-12005
2013-11-08 21:57:09 +01:00
Lukasz
65fbf87ce7
[ticket/12005] Remove PM popup
...
PHPBB3-12005
2013-11-08 21:57:08 +01:00
Lukasz
0499c30b2b
[ticket/12005] Remove PM popup UCP module
...
PHPBB3-12005
2013-11-08 21:57:06 +01:00
Lukasz
166e27566a
[ticket/12005] Remove PM popup from converter
...
PHPBB3-12005
2013-11-08 21:57:05 +01:00
Lukasz
57ec9ee49e
[ticket/12005] Remove PM popup setting from user preferences
...
PHPBB3-12005
2013-11-08 21:57:03 +01:00
Dhruv
1173adfe87
[ticket/12007] Default last_result to 0 instead of false
...
PostgreSQL does not map null/false to 0 and thus this variable causes
an error.
PHPBB3-12007
2013-11-08 23:34:49 +05:30
Joas Schilling
6f33954757
[ticket/11922] Drop all keys before trying to delete columns to avoid issues
...
On MSSQL columns that have an index can not be dropped.
PHPBB3-11922
2013-11-08 17:45:48 +01:00
Cesar G
253f8d7593
[ticket/12001] Ensure that form data is sent to server in AJAX requests.
...
PHPBB3-12001
2013-11-08 06:13:55 -08:00
Joas Schilling
7a8a440895
[ticket/12002] Change functional test to use link hash
...
PHPBB3-12002
2013-11-08 14:08:55 +01:00
Joas Schilling
a6c73ea0c8
[ticket/12002] Add link hash to extension manager links
...
PHPBB3-12002
2013-11-08 14:08:02 +01:00
David King
082a467cc8
Merge pull request #1845 from nickvergessen/ticket/11994
...
[ticket/11994] Make extension manager UI less misleading
2013-11-07 17:46:58 -08:00
Joas Schilling
bf7eab423e
[ticket/11994] Fix functional tests
...
PHPBB3-11994
2013-11-08 01:20:04 +01:00
Joas Schilling
d17bf9aa27
[ticket/11994] "Delete data" is only available for disabled extensions
...
PHPBB3-11994
2013-11-08 01:20:03 +01:00
Joas Schilling
12a6e2c603
[ticket/11994] Filter crawler for better search comparisons
...
PHPBB3-11994
2013-11-08 01:20:02 +01:00
Joas Schilling
bb0ff715f8
[ticket/11994] Change error level for missing .json file
...
PHPBB3-11994
2013-11-08 01:20:02 +01:00
Joas Schilling
05c97fd03c
[ticket/11994] Fix more language
...
PHPBB3-11994
2013-11-08 01:20:01 +01:00
Joas Schilling
40fcc906a2
[ticket/11994] Fix tests after uninstall rename
...
PHPBB3-11994
2013-11-08 01:20:00 +01:00
Joas Schilling
f8e92efc3f
[ticket/11994] Rename "uninstall" to "delete data"
...
PHPBB3-11994
2013-11-08 01:20:00 +01:00
Joas Schilling
7e1a02b3a1
[ticket/11994] Make install/enable just one UI thing
...
PHPBB3-11994
2013-11-08 01:19:59 +01:00
Joas Schilling
476464374a
[ticket/11994] Update functional tests with display name
...
PHPBB3-11994
2013-11-08 01:19:58 +01:00
Joas Schilling
473402c77b
[ticket/11994] Use display name on confirmation screen
...
PHPBB3-11994
2013-11-08 01:19:58 +01:00
Joas Schilling
3ac3688a7f
[ticket/11994] Fix some language
...
PHPBB3-11994
2013-11-08 01:19:57 +01:00
Joas Schilling
e60588a259
[ticket/11994] Replace spaces with tabs
...
PHPBB3-11994
2013-11-08 01:19:56 +01:00
Joas Schilling
f98ddb23e8
[ticket/11994] Fix functional extension tests
...
PHPBB3-11994
2013-11-08 01:19:55 +01:00
Joas Schilling
7bc6f32100
[ticket/11994] More language fixes
...
PHPBB3-11994
2013-11-08 01:19:55 +01:00
Joas Schilling
8d5fcc8d4c
[ticket/11994] Make extension manager UI less misleading
...
Enable and Install were split into two different expressions.
Purge was renamed to uninstall to make clearer what is going to happen.
PHPBB3-11994
2013-11-08 01:19:54 +01:00
Joas Schilling
95348c8f6d
[ticket/11927] Prefix function with phpbb_
...
PHPBB3-11927
2013-11-07 13:49:55 +01:00
Joas Schilling
0e33c8d3d2
[ticket/11927] Add doc block to new function
...
PHPBB3-11927
2013-11-07 13:26:43 +01:00
Joas Schilling
7aa4d8fce2
[ticket/11927] Correctly add new files on update
...
Currently we ignore language and style files when the directory where they
go to do not exist. However in 3.1 we introduce some new sub directories:
* language/en/email/short/
* styles/prosilver/theme/en/
So we need to change our check to look whether the language or style exist,
rather then the parent directory.
PHPBB3-11927
2013-11-07 13:12:58 +01:00
Andreas Fischer
00294e3dae
[ticket/11998] Turn develop/extensions.php into console commands.
...
PHPBB3-11998
2013-11-05 21:40:42 +01:00
Andreas Fischer
73ea5daf97
[ticket/11998] Add phpBB abstraction for application and command.
...
PHPBB3-11998
2013-11-05 19:42:34 +01:00
Andreas Fischer
6bd2a89efc
[ticket/11998] Move application file to bin/phpbbcli.php
...
PHPBB3-11998
2013-11-05 19:10:33 +01:00
Marc Alexander
fbedce8d4a
[ticket/11914] Add assets version to included plupload scripts
...
PHPBB3-11914
2013-11-05 17:01:59 +01:00
Nathan Guse
cc54e6a9e5
Merge pull request #1819 from marc1706/ticket/11534
...
[ticket/11534] Check remote avatar content type if possible
2013-11-04 10:22:28 -08:00
Nathan Guse
b49d3a1851
[ticket/11943] Do not quote the value when it is exactly true, false, or null
...
Quoting these can change the meaning of the value (e.g. 'false' == true)
PHPBB3-11943
2013-11-04 12:21:12 -06:00
Nathan Guse
c609f25bae
[ticket/11943] Add test for DEFINE $VAR = false
...
PHPBB3-11943
2013-11-04 12:15:02 -06:00