Commit Graph

5058 Commits

Author SHA1 Message Date
Michal Čihař
78ee628312 Use cache to skip blobstreaming check if server does not support it 2011-06-27 14:35:34 +02:00
Michal Čihař
a01662dd4a Revemo empty @license tags 2011-06-27 11:22:10 +02:00
Michal Čihař
4af40a31d5 Remove empty @copyright tags 2011-06-27 11:21:54 +02:00
Michal Čihař
e57f27e50b Remove @uses tags from docblocks 2011-06-27 11:20:20 +02:00
Piotr Przybylski
3c55511e5c Use Create_time instead of CREATE_TIME 2011-06-26 18:28:35 +02:00
Marc Delisle
7322e858f0 Incorrect comment for return param 2011-06-26 09:05:19 -04:00
Marc Delisle
a04169f97d "Add a new" is redundant" 2011-06-26 07:33:09 -04:00
Piotr Przybylski
d5eba48036 Remove unused PMA_STR_rPos, add PMA_strtolower 2011-06-23 23:28:06 +02:00
Piotr Przybylski
2399c8a784 Remove PMA_MULTIBYTE_ENCODING constant 2011-06-23 23:28:05 +02:00
Piotr Przybylski
b0496eb204 Fix comments 2011-06-23 23:28:05 +02:00
Marc Delisle
929cb3d63f Typo 2011-06-23 06:33:39 -04:00
Marc Delisle
c911e891a1 Typo 2011-06-23 06:32:09 -04:00
Piotr Przybylski
5661c3e14c Don't offer PERFORMANCE_SCHEMA engine in table creation dialog and Operations tab 2011-06-23 00:49:01 +02:00
Piotr Przybylski
3b0f465ba9 Fix StorageEngine::getStorageEngines() so it can properly cache data 2011-06-23 00:44:42 +02:00
Michal Čihař
4aa470e27e Indentation fixes 2011-06-22 11:03:38 +02:00
Michal Čihař
e0c7147806 This is a fatal error rather than place for warning
It is not necessary to translate as this really should not happen.
2011-06-22 11:02:15 +02:00
Michal Čihař
568a0e03de Show mcrypt waring only on main page and not on every page 2011-06-22 11:00:45 +02:00
Michal Čihař
3d74915b4e Better messages for event scheduler disabling/enabling 2011-06-22 10:25:50 +02:00
Michal Čihař
ee0b2fee37 Better error message when config file can not be parsed
- shorter text
- directly show errors in iframe instead saying user to load other page
2011-06-22 09:29:14 +02:00
Michal Čihař
ae8935acf3 Remove some useless doctags 2011-06-22 08:58:18 +02:00
Michal Čihař
b22e456636 Use language name rather than adverb 2011-06-22 08:37:59 +02:00
Michal Čihař
42d93e5a8c Add definition for Breton 2011-06-22 08:35:36 +02:00
Rouslan Placella
1f54fa2f16 Merge branch 'QA_3_4' 2011-06-21 20:39:53 +01:00
Rouslan Placella
9e224184d7 Fixed bug #3323101 - Invalid escape sequence in SQL parser 2011-06-21 20:38:42 +01:00
Rouslan Placella
c2dd99965d Fixed bug #3323060 - SQL parser breaks AJAX requests if query has unclosed quotes 2011-06-21 20:33:32 +01:00
Michal Čihař
c6ec73963f Use PMA_sqlAddSlashes for database queries instead of addslashes.
Should fix bug#3323066
2011-06-21 17:41:47 +02:00
Michal Čihař
18527251e7 Fix syntax error 2011-06-21 15:03:26 +02:00
Michal Čihař
93edca9c24 Update Blowfish to latest version available from Horde.
This basically just improves documentation, defines public/private
methods and simplifies some code using new PHP features.

The Horde itself is no longer using this, they switched to PEAR package
Crypt_Blowfish, maybe we should do it as well?
2011-06-21 14:49:04 +02:00
Marc Delisle
723e51dfdb Merge commit 'ede177c577668a712e0d89a8c895c1d0c200f42f' 2011-06-21 08:13:41 -04:00
Michal Čihař
ffc01b199a Define subpackages for import modules 2011-06-21 11:41:05 +02:00
Michal Čihař
76d4046858 Use subpackages for export formats 2011-06-21 11:39:21 +02:00
Michal Čihař
40ddb5031e Docblocks and whitespace cleanup in export modules 2011-06-21 11:31:42 +02:00
Aris Feryanto
ede177c577 Merge branch 'recent' into aris 2011-06-21 12:37:59 +07:00
Aris Feryanto
238ceb8f98 Merge branch 'colresize' into aris 2011-06-21 12:37:55 +07:00
Aris Feryanto
c5d1aae6f6 Column reordering: better placement of code for displaying remembered column order 2011-06-21 12:37:20 +07:00
Aris Feryanto
24a257ffce Column reordering: add checking for different server 2011-06-21 12:25:31 +07:00
Aris Feryanto
21b84f5c88 Recent tables: better checking of different server 2011-06-21 11:43:44 +07:00
Aris Feryanto
6e65d3d7fc Fix bug: Recent tables list doesn't honor current server 2011-06-21 10:54:48 +07:00
Madhura Jayaratne
b261436a03 Merge remote branch 'remotes/madhura/master'
Conflicts:
	themes/original/css/theme_right.css.php
	themes/pmahomme/css/theme_right.css.php
2011-06-21 07:33:40 +05:30
Rouslan Placella
d9304efed4 Merge remote-tracking branch 'origin/master' 2011-06-20 23:16:27 +01:00
Rouslan Placella
387cb5c1fe Temporarily hiding links to unfinished implementations of Triggers and Events functionalities 2011-06-20 23:16:12 +01:00
Marc Delisle
cf3930d29f Complete the code change for form renaming (rowsDeleteForm to resultsForm) 2011-06-20 16:25:11 -04:00
Rouslan Placella
61329e5c87 Merge branch 'master' into rte 2011-06-20 18:26:50 +01:00
Marc Delisle
7ecb1abaa4 3.4.4-dev 2011-06-20 12:21:11 -04:00
Marc Delisle
3cb56a2b9e Merge commit 'c450d876a6ed77cf52709db1a4b29ed8b1a97a29' 2011-06-20 08:04:45 -04:00
Rouslan Placella
0ae0593901 Fixed incorrect escaping of some query parameters 2011-06-20 12:50:29 +01:00
Rouslan Placella
223832b68d E_ALL fix in PMA_currentUserHasPrivilege() 2011-06-20 11:33:06 +01:00
Rouslan Placella
db6ae660cf Removed duplicate function PMA_getSupportedCharsets() that was added by mistake into the routines functionality. 2011-06-20 10:44:37 +01:00
Aris Feryanto
7e5fddf4ae Recent table: Add support for browser without javascript 2011-06-20 13:21:07 +07:00
Piotr Przybylski
18513b3e5d Fix comments 2011-06-19 23:34:02 +02:00