Marc Alexander
a7f2788c72
[ticket/11997] Use get_controller_redirect_url() in redirect() function
...
This method of path_helper will now be used instead of the previous hack
of the phpbb_own_realpath() function.
PHPBB3-11997
2013-12-07 13:25:04 +01:00
Marc Alexander
8bbede4251
[ticket/11997] Add method for controller redirect URLs to path helper
...
This method will allow us to get proper redirect URLs for controllers.
PHPBB3-11997
2013-12-07 13:23:57 +01:00
Marc Alexander
8370857f04
[ticket/11997] Undo changes to phpbb_own_realpath()
...
PHPBB3-11997
2013-12-07 13:20:40 +01:00
Marc Alexander
68db335468
[ticket/11997] Remove obsolete failover_flag in function redirect()
...
This flag is no longer needed as the failover is no longer needed.
PHPBB3-11997
2013-11-17 20:16:02 +01:00
Marc Alexander
27ae58713b
Merge pull request #4 from nickvergessen/ticket/marc/11997
...
Ticket/marc/11997
2013-11-13 07:34:40 -08:00
Joas Schilling
a0fca0acc2
[ticket/11997] Add functional test for redirects in controller
...
PHPBB3-11997
2013-11-13 16:30:20 +01:00
Joas Schilling
0aed281676
[ticket/11997] Fix missing global
...
PHPBB3-11997
2013-11-13 11:30:41 +01:00
Joas Schilling
0a7db81426
[ticket/11997] Fix redirects from inside controllers
...
The redirect url currently uses the web root path. However as we prepend the
full board url later, we need to remove the relative web root path and prepend
the normal root path again. Otherwise redirects from inside routes will not
work as intended.
PHPBB3-11997
2013-11-13 11:30:13 +01:00
Marc Alexander
d43542a434
[ticket/11997] Use $phpbb_filesystem->clean_path() for proper redirect paths
...
PHPBB3-11997
2013-11-12 00:46:43 +01:00
Marc Alexander
2d0fb4d166
[ticket/11997] Rename root_dirs_size to superordinate_dirs_count
...
This variable name better fits what is done with it. A comment explaining
why 2 has to be subtracted from the size of root_dirs has also been added
PHPBB3-11997
2013-11-11 21:55:21 +01:00
Marc Alexander
6bb9bce40e
[ticket/11997] Remove obsolete if statement in phpbb_own_realpath()
...
PHPBB3-11997
2013-11-10 12:56:09 +01:00
Marc Alexander
60dda5577d
[ticket/11997] Correctly redirect to front controllers
...
We currently do a lot of checks in order to prevent users from getting to
a 404 page. However, this logic relies on checking if a file or folder exists.
Due to the front controllers and the URL rewriting in 3.1, it is no longer
possible to rely on existing files for redirecting. This patch will take
care of properly redirecting users to front controller files. An incorrect
link will cause users to get a 404 error though.
PHPBB3-11997
2013-11-08 23:12:42 +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
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
ad69d5af8a
Merge pull request #1788 from VSEphpbb/ticket/11935
...
[ticket/11935] Fix invalid HTML and Errors
2013-11-04 09:43:34 -08:00
Nathan Guse
817a21dcfc
Merge pull request #1826 from imkingdavid/ticket/11975
...
[ticket/11975] Add ACP link next to MCP link in header
2013-11-04 09:38:32 -08:00
Dhruv
27e54f9473
Merge remote-tracking branch 'prototech/ticket/11899' into develop
...
# By Cesar G
# Via Cesar G
* prototech/ticket/11899:
[ticket/11899] Give indication of activity after voting in poll.
2013-11-04 00:42:59 +05:30
Dhruv
0e0e12963a
Merge remote-tracking branch 'prototech/ticket/11928' into develop
...
# By Cesar G
# Via Cesar G
* prototech/ticket/11928:
[ticket/11928] Javascript requires camel case.
[ticket/11928] Rename loadingAlert to loading_indicator.
[ticket/11928] Make sure the indicator is on top of other elements.
[ticket/11928] Replace AJAX loading popup with animation.
2013-11-04 00:28:02 +05:30
Cesar G
478c3ea3a0
[ticket/11928] Javascript requires camel case.
...
PHPBB3-11928
2013-11-03 10:49:28 -08:00
Dhruv
efe94e9c73
Merge remote-tracking branch 'nickvergessen/ticket/11973' into develop
...
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11973:
[ticket/11973] Remove logic from tokens language array
2013-11-04 00:11:23 +05:30
Andreas Fischer
e02836b19c
Merge remote-tracking branch 'Noxwizard/ticket/11990' into develop
...
* Noxwizard/ticket/11990:
[ticket/11990] Remove result_mssqlnative usage in acp_database.php
2013-11-03 18:09:44 +01:00
Joas Schilling
478d4971a6
Merge remote-tracking branch 'cyberalien/ticket/11977' into develop
...
* cyberalien/ticket/11977:
[ticket/11977] Remove data and change code in acp_modules
[ticket/11977] Use CSS instead of JS to disable up/down icons
2013-11-03 15:08:05 +01:00
Vjacheslav Trushkin
a6117c51b9
[ticket/11977] Remove data and change code in acp_modules
...
PHPBB3-11977
2013-11-03 15:36:20 +02:00
Patrick Webster
ad44407b19
[ticket/11990] Remove result_mssqlnative usage in acp_database.php
...
The class result_mssqlnative was removed in ticket 11980. This removes
the dependency on that class from the database backup utility. It is
possible to use the sqlsrv functions to retrieve the field information,
but they must be then mapped back to type names. That mapping was removed
in 11980 and it is easier to just look it up in the information schema
table.
PHPBB3-11990
2013-11-03 00:37:18 -05:00
David King
6ee8f19fea
[ticket/11975] Remove copy/paste fail, fix tests
...
PHPBB3-11975
2013-11-02 15:53:40 -07:00
David King
47f7992bf1
[ticket/11975] Change shortened ACP/MCP label to Administer/Moderate
...
Also utilizing the new data-responsive-text attribute
PHPBB3-11975
2013-11-02 15:34:19 -07:00
David King
54e82392f0
[ticket/11975] Make link text shorter on smaller resolutions
...
PHPBB3-11975
2013-11-02 15:34:18 -07:00
David King
abd035fcc9
[ticket/11975] Add ACP link next to MCP link in header
...
PHPBB3-11975
2013-11-02 15:34:18 -07:00
Nils Adermann
8f88ff093e
Merge pull request #1821 from imkingdavid/ticket/11972
...
[ticket/11972] Add template events to posting page
2013-11-02 15:31:01 -07:00
David King
37aff2077a
[ticket/11972] Fix the sinces
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
567d4dab99
[ticket/11972] Add the sinces
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
835900123e
[ticket/11972] Add posting_editor_message_after template event
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
b8eeca7048
[ticket/11972] Add posting_editor_message_before template event
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
3be5fe5354
[ticket/11972] Add posting_editor_subject_before template event
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
069f806169
[ticket/11972] Add posting_editor_subject_after template event
...
PHPBB3-11972
2013-11-02 15:27:52 -07:00