Maurício Meneghini Fauth
285e38e931
Fix some PSR-2 coding standard errors
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-30 09:07:56 -03:00
Maurício Meneghini Fauth
b9c0463d96
Use short array syntax instead of long array syntax
...
Replaces array() with [].
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-30 01:42:21 -03:00
Maurício Meneghini Fauth
af148ad92b
Enable strict mode in PHP files
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-16 04:36:04 -03:00
Michal Čihař
032e551bcb
Remove links to sourceforge.net in changelog
...
These are not used for recent releases anyway.
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-02 13:19:20 +01:00
Michal Čihař
8cf6efcce5
Merge branch 'QA_4_7'
2017-10-20 11:39:00 +02:00
Michal Čihař
e87ca9e954
Removed linking to files in changelog
...
The filenames are usually partial, so it really doesn't work well.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-20 11:38:40 +02:00
Maurício Meneghini Fauth
119563b7ea
Move classes to PhpMyAdmin namespace
...
- Move OpenDocument to PhpMyAdmin namespace
- Move OutputBuffering to PhpMyAdmin namespace
- Move Partition to PhpMyAdmin namespace
- Move Pdf class to PhpMyAdmin namespace
- Move RecentFavoriteTable to PhpMyAdmin namespace
- Move Response to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-30 23:44:10 -03:00
Michal Čihař
10cbb0552f
Fixed outbound links in changelog.php
...
There was typo in the replacement regexp.
Fixes #13149
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-04 08:41:54 +02:00
Michal Čihař
308c9d7951
Simplify Response object handling
...
- always use use and short name
- avoid calling getInstance() several times in one script
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-07 18:17:59 +01:00
Michal Čihař
77f4e37c37
Avoid using javascript for processing changelog
...
Issue #12782
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-07 17:13:09 +01:00
Michal Čihař
52f23338a8
Merge branch 'master-security'
2016-08-17 08:50:51 +02:00
Michal Čihař
7b3231352d
Use links when talking about phpmyadmin.net
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-03 11:26:26 +02:00
Michal Čihař
3c06eede3f
Add rel="noopener noreferrer" to all target="_blank" links
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-12 11:02:53 +02:00
Michal Čihař
4183bab696
Send CSP headers on changelog
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-30 09:50:17 +02:00
Michal Čihař
bbe8efaf7c
Use https for documentation links
...
Fixes #12225
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-10 15:04:29 +02:00
Michal Čihař
b2f77691e9
Use https links where applicable
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29 15:41:33 +02:00
Michal Čihař
8326aaebe5
Pass links to external sites in changelog through url.php
...
This avoids possible information disclossure in the links (token).
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29 15:35:02 +02:00
Michal Čihař
0c34cb60a0
Merge branch 'QA_4_5' into QA_4_6
2016-02-12 13:47:04 +01:00
Michal Čihař
53b1f9adcc
Silent errors on checking for files and folders
...
Fixes #11951
Fixes #11952
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 13:45:04 +01:00
Hugues Peccatte
f0ba28fc1d
Set namespace on Advisor, Config, Console and Util classes.
...
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Madhura Jayaratne
6b6b5c5a38
Merge branch 'QA_4_4'
2015-07-24 06:09:42 +05:30
Madhura Jayaratne
34b32de9e4
Update ChangeLog links
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-24 06:06:57 +05:30
Michal Čihař
b39cb1cb81
Merge remote-tracking branch 'origin/QA_4_4'
2015-07-02 13:40:23 +02:00
Michal Čihař
a6fd4c2ed4
Cleanup URLs to our website
...
- use https everywhere
- follow redirects on renamed pages
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-07-02 13:39:10 +02:00
Marc Delisle
6d6ca8ebed
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-15 09:02:00 -04:00
Hugues Peccatte
49ababac08
Replace mb functions by standard string functions.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-04 10:09:06 +02:00
Hugues Peccatte
3de88162ff
Replace PMA_String uses by mb_* calls.
...
Remove part of unused variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 20:53:01 +02:00
Hugues Peccatte
9b77d746ab
Mass modifications to use PMA_String.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Michal Čihař
c48568afd6
Extract FAQ url
2013-07-30 15:03:36 +02:00
J.M
529903e0dd
Fix bug #3907 undefined variables, function parameter problems
...
Thanks Rasmus Lerdorf for analyzing!
2013-05-13 11:27:56 +02:00
Herman van Rink
af37acd845
Use plain http for docs.phpmyadmin.net as the SSL certificate is only for *.readthedocs.org
2013-02-08 12:03:39 +01:00
J.M
35d76ecd66
Provide changelog links to transitioned SF.net trackers for bugs, rfe, patches
2013-01-22 21:23:01 +01:00
Michal Čihař
15b554c8b6
Use docs.phpmyadmin.net instead of phpmyadmin.readthedocs.org
2012-11-13 14:19:44 +01:00
Michal Čihař
c28b57141c
Adjust links to documentation in comments/docs
2012-11-12 09:15:37 +01:00
Michal Čihař
a74e4f1dc1
Coding style improvements
2012-09-05 15:44:18 +02:00
Michal Čihař
d0f59d79b7
Fix links to Documentation from changelog
2012-09-05 15:38:51 +02:00
Rouslan Placella
248321118e
Don't show the menu and footer in the changelog
2012-08-02 18:01:27 +02:00
Jo Michael
653f086815
Replaced xml:lang attributes by lang for HTML5
2012-03-18 14:46:59 +01:00
Jo Michael
8dc4e35cee
Open links from changelog in new tab
2012-03-17 22:32:55 +01:00
Jo Michael
b2fd866d87
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
Jo Michael
af0e6c71e7
Use HTML5 DOCTYPE along with new charset meta-tag
2012-03-16 22:54:32 +01:00
Madhura Jayaratne
8b54b8b5fa
Merge branch 'QA_3_4' into QA_3_5
2012-03-11 11:22:21 +05:30
Madhura Jayaratne
fcadb7ada3
Entries in changelog should not point to GitHub
2012-03-11 11:03:19 +05:30
Michal Čihař
b7d4ed88b5
Create links for security announcements
2011-11-30 11:19:56 +01:00
Michal Čihař
e56949f160
Use package name PhpMyAdmin
...
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Michal Čihař
38e5f642e4
Lowercase to not trigger todo item in jenkins
2011-07-21 11:58:07 +02:00
Michal Čihař
563143a9bc
No need for require_once
2011-02-08 16:30:34 +01:00
Herman van Rink
035d002db1
PMASA-2011-1 fixes
2011-02-08 08:22:29 -05:00
Michal Čihař
d17fba309c
Fix permissions.
...
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
e646a2760c
Fixed conflict due to upstream merge
2010-07-23 21:59:15 +05:30