Commit Graph

232 Commits

Author SHA1 Message Date
Michal Čihař
3e050ff9d9 Various docblocks improvements 2012-09-19 15:05:26 +02:00
Madhura Jayaratne
dec582c93c Do not prefix protected methods with underscore 2012-09-02 19:25:00 +05:30
Madhura Jayaratne
c4a5af9182 Merge branch 'QA_3_5'
Conflicts:
	js/tbl_select.js
	po/da.po
	tbl_select.php
2012-08-06 22:04:02 +05:30
J.M
53f96bd760 bug #3546277 [core] Call to undefined function __() when config file has wrong permissions 2012-08-06 09:20:07 +02:00
Marc Delisle
ef15437ac4 3.5.3-dev 2012-06-26 07:33:55 -04:00
Michal Čihař
f010626290 Use require_once because of testsuite 2012-06-25 11:10:40 +02:00
Madhura Jayaratne
e1a4f227fd Fix function name: PMA_get_real_size -> PMA_getRealSize 2012-06-01 21:58:59 +05:30
Madhura Jayaratne
3849390b8b Fix function name: PMA_array_merge_recursive -> PMA_arrayMergeRecursive 2012-06-01 21:57:07 +05:30
Madhura Jayaratne
381ae7b85a Fix function name: PMA_array_read -> PMA_arrayRead 2012-06-01 21:46:31 +05:30
Madhura Jayaratne
0a595f1f54 Fix function name: PMA_array_write -> PMA_arrayWrite 2012-06-01 21:44:33 +05:30
Michal Čihař
bd8d3e0134 Remove never implemented save method and test for it 2012-05-14 15:40:20 +02:00
Michal Čihař
c5dda33bde Do not use caching when running testsuite 2012-05-14 15:30:24 +02:00
Michal Čihař
fdb2b41f25 Handle validity at single place 2012-05-11 14:40:39 +02:00
Michal Čihař
1ce390b346 Better name for a variable 2012-05-11 14:39:34 +02:00
Michal Čihař
5961c53cb2 Improve error message on writable config
- use gettext only if available (we're quite early here)
- use PMA_fatalError instead of die
2012-05-09 11:53:07 +02:00
Michal Čihař
48fde0ad49 Not used method (warning in main is used instead) 2012-05-09 11:49:57 +02:00
Madhura Jayaratne
e2e2bc47e6 Coding style improvements. Mostly wrapping long lines 2012-05-01 16:20:42 +05:30
Jo Michael
16bcdb108f Try to fix rare case that commit data can't be loaded from anywhere 2012-04-29 01:02:26 +02:00
Marc Delisle
060a16f448 bug #3521313 [core] Call to undefined function __()
(backport part of fix from 6a2afedda0)
2012-04-27 16:24:29 -04:00
Michal Čihař
c3afb50573 Add docs to some files and methods 2012-04-27 13:41:44 +02:00
Michal Čihař
0e26eeb56a Move comments out of if statement 2012-04-27 11:40:11 +02:00
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Michal Čihař
f1cf8d440a Emulate cookies for tests 2012-04-27 10:11:04 +02:00
Michal Čihař
b7bc51d058 Skip setcookie calls while running testsuite 2012-04-27 09:58:21 +02:00
Madhura Jayaratne
d6e05d74b5 Various coding style fixes 2012-04-25 23:12:09 +05:30
Madhura Jayaratne
50e6f3b387 Coding style improvements (ControlSignature) 2012-04-25 23:02:37 +05:30
Michal Čihař
d24ae82525 gd_info is present since PHP 4.3, so no need to provide workarouds when it does not exist 2012-04-25 15:55:47 +02:00
Marc Delisle
abf645b0a3 3.5.2-dev 2012-04-24 07:33:31 -04:00
Marc Delisle
404d826e4f 3.5.1-rc1 2012-04-24 07:29:06 -04:00
Madhura Jayaratne
4b8d52d937 Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
Jo Michael
e689a10079 Try to load commit details from Github if local Git object only exists packed (we won't bother unpacking it) 2012-04-21 16:00:48 +02:00
Jo Michael
6888be9ec3 Cache commit data once read 2012-04-15 01:21:44 +02:00
Jo Michael
d6c28d3923 Show Git revision asynchronously 2012-04-15 01:15:30 +02:00
Jo Michael
0a52239900 Add support for repos that are not on any branch 2012-04-15 00:22:17 +02:00
Jo Michael
cd3b41fd25 Suppress error messages when trying to read non-existant .git/refs/heads/master file 2012-04-14 23:54:53 +02:00
Jo Michael
06001a08e8 Use separate library file for displaying Git revision, minor fixes 2012-04-14 16:12:05 +02:00
Jo Michael
7ce27bb3d5 Show Git revision details in right main.php column (hover SHA1 to read commit message) 2012-04-14 00:02:06 +02:00
Jo Michael
6a2afedda0 Use PMA_fatalError in PMA_Config::checkConfigSource, allow auto extraction of localized error message 2012-04-11 19:44:38 +02:00
Jo Michael
359a36ee6a Fix PMA_Config::checkConfigSource, extend is_readable check for bug #3059806 2012-04-11 16:11:09 +02:00
Jo Michael
c79f6dfef2 - bug #3059806 Supporting running from CIFS/Samba shares 2012-04-11 01:04:13 +02:00
Rouslan Placella
f15d0fd1d8 Removed most <noscript> tags and made JS mandatory to login 2012-04-05 22:58:57 +01:00
Marc Delisle
6cf73f6bca 3.5.1-dev 2012-03-26 11:24:28 -04:00
Madhura Jayaratne
d5d3d2bba4 Use 'void' if nothing is returned 2012-03-18 10:04:39 +05:30
Marc Delisle
3db816c6ec 3.5.0-rc2 release 2012-03-17 11:12:31 -04:00
Madhura Jayaratne
ed219b5446 Coding style improvements 2012-03-17 01:13:00 +05:30
Marc Delisle
24e24b8c4e 3.5.0-rc1 release 2012-02-20 12:50:04 -05:00
Marc Delisle
0352af889e Switch to major version 4 which will require JavaScript-enabled browsers 2012-02-13 06:25:46 -05:00
Michal Čihař
ab888f63dc Merge remote-tracking branch 'origin/QA_3_5' 2012-02-08 16:10:37 +01:00
Michal Čihař
b0f4a09333 Use already detected scheme 2012-02-08 16:10:10 +01:00
Michal Čihař
431cf327fd Merge remote-tracking branch 'origin/QA_3_5' 2012-02-08 11:58:56 +01:00