Michal Čihař
|
0a3d1d5be8
|
Better names for URL generating functions
|
2013-08-07 10:58:17 +02:00 |
|
Michal Čihař
|
c0ce163e05
|
Drop some unused local variables
Found by PMD on our CI server
|
2013-07-10 14:53:05 +02:00 |
|
xmujay
|
239067f35f
|
refactor server_replication
1. refactor session "Handling control requests"
2. fix code style problems
|
2013-06-22 15:28:50 +08:00 |
|
xmujay
|
252a392592
|
1. change the function name
2. fix Div function
3. using $_REQUEST when the variable is in the request list
|
2013-06-22 01:32:17 +08:00 |
|
xmujay
|
cad22421ae
|
1. fix the undefine error
2. add function to render same html tags
|
2013-06-21 00:20:50 +08:00 |
|
xmujay
|
1044df611a
|
refactor server_replication.php
1. render HTML at once
2. split long functions
|
2013-06-20 01:10:24 +08:00 |
|
Madhura Jayaratne
|
650a8cdda3
|
Convert database interface to a class
|
2013-05-24 17:30:59 +05:30 |
|
Marc Delisle
|
d44367e4db
|
Fix merge conflicts
|
2013-05-15 13:07:22 -04: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 |
|
Kasun Chathuranga
|
03fc9b9256
|
PMA_is_system_schema --> PMA_isSystemSchema
|
2013-05-12 08:51:54 +05:30 |
|
Kasun Chathuranga
|
6b1f6ae046
|
Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
libraries/database_interface.lib.php
libraries/db_table_exists.lib.php
libraries/relation.lib.php
libraries/rte/rte_triggers.lib.php
libraries/schema/Dia_Relation_Schema.class.php
libraries/schema/Visio_Relation_Schema.class.php
tbl_addfield.php
|
2013-05-01 00:51:15 +05:30 |
|
Kasun Chathuranga
|
fbe4438628
|
PMA_DBI_fetch_result --> PMA_DBI_fetchResult
|
2013-05-01 00:05:16 +05:30 |
|
Kasun Chathuranga
|
bc4bfaa6d5
|
PMA_DBI_fetch_value --> PMA_DBI_fetchValue
|
2013-05-01 00:02:00 +05:30 |
|
Kasun Chathuranga
|
32e6c06324
|
PMA_DBI_get_columns --> PMA_DBI_getColumns
|
2013-04-30 23:36:47 +05:30 |
|
Michal Čihař
|
2fbb4cee0d
|
Consistently include colon in strings to translate
In some languages this makes difference in translating, so it's better
to give translators full context.
|
2013-04-25 14:22:31 +02:00 |
|
Rouslan Placella
|
a31140d159
|
Partial fix for bug #3583312 - Broken replication forms/links
|
2012-11-04 23:19:56 +00:00 |
|
Michal Čihař
|
3e050ff9d9
|
Various docblocks improvements
|
2012-09-19 15:05:26 +02:00 |
|
Chanaka Indrajith
|
6971295e96
|
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
|
2012-09-16 14:41:47 +05:30 |
|
Dieter Adriaenssens
|
3bbbe2e6a8
|
fix coding style : control structures
|
2012-08-30 17:25:42 +02:00 |
|
Chanaka Indrajith
|
a2b013522c
|
Merge remote branch 'upstream/master'
|
2012-06-30 21:43:22 +05:30 |
|
J.M
|
c7e8afd0dc
|
+ rfe #3528994 [interface] Allow wrapping possibly long values in replication-status table
|
2012-06-30 18:09:12 +02:00 |
|
Chanaka Indrajith
|
766466135e
|
Implement class behavior of common.lib.php file
|
2012-06-22 23:38:33 +05:30 |
|
Michal Čihař
|
397b6fd00e
|
Cleanup spacing after @return
|
2012-04-27 11:33:26 +02:00 |
|
Jo Michael
|
e8f21029e7
|
Added Generate Password button styling in pmahomme theme.
|
2012-03-16 19:06:39 +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 |
|
Piotr Przybylski
|
8cd8760256
|
Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema
|
2011-08-23 22:48:14 +02:00 |
|
Michal Čihař
|
be0989e944
|
Reformat docblock
|
2011-08-05 15:15:11 +02:00 |
|
Michal Čihař
|
1ec0b69e6b
|
Coding style, function definitions
|
2011-08-05 14:49:23 +02:00 |
|
Michal Čihař
|
d55306252b
|
Replace tabs with spaces, cleanup identation
|
2011-07-22 10:15:08 +02:00 |
|
Piotr Przybylski
|
cbf00bca6c
|
Remove unused variables
|
2011-06-30 00:50:42 +02:00 |
|
Michal Čihař
|
e57f27e50b
|
Remove @uses tags from docblocks
|
2011-06-27 11:20:20 +02:00 |
|
Piotr Przybylski
|
fe53e42d1d
|
Remove deprecated function PMA_DBI_get_fields
|
2011-05-20 23:12:58 +02: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 |
|
Michal Čihař
|
318dc4b650
|
Drop @version tag from docblocks.
|
2010-07-20 13:59:17 +02:00 |
|
ninadsp
|
e049c1d158
|
Merge remote branch 'origin/master'
Conflicts:
po/fr.po
po/sl.po
|
2010-07-03 21:00:08 +05:30 |
|
Marc Delisle
|
116d1297af
|
solve merge conflicts
|
2010-06-29 08:23:47 -04:00 |
|
Marc Delisle
|
852ed51c27
|
bug [replication] Do not offer information_schema in the list of databases
|
2010-06-29 08:14:31 -04:00 |
|
ninadsp
|
38ac78e3ba
|
merging changes from origin
|
2010-05-24 18:32:42 +05:30 |
|
Michal Čihař
|
ac2087a3e8
|
Gettext usage.
|
2010-05-24 11:18:25 +02:00 |
|
ninadsp
|
bed1948d04
|
testing git setup - no major change made in code yet
only added a few comments
|
2010-05-23 01:22:01 +05:30 |
|
Marc Delisle
|
632211d065
|
gettext conversion
|
2010-05-09 16:24:32 -04:00 |
|
Marc Delisle
|
2182098af6
|
strings to gettext, second batch
|
2010-05-04 20:07:19 -04:00 |
|
Marc Delisle
|
6b5f3b9962
|
finish conversion of Replication feature from Mootools to jQuery
|
2010-04-05 09:09:35 -04:00 |
|
Marc Delisle
|
5c26356379
|
start porting Replication to jQuery
|
2010-04-02 18:57:28 -04:00 |
|
Herman van Rink
|
cac4384a8c
|
Minor cleanup
|
2010-01-23 11:34:43 +00:00 |
|
Marc Delisle
|
526dce65cb
|
3.3
|
2009-12-31 13:11:19 +00:00 |
|
Marc Delisle
|
f3833884e4
|
3.3
|
2009-12-31 13:09:18 +00:00 |
|
Marc Delisle
|
80de277621
|
oops
|
2009-12-20 15:31:12 +00:00 |
|
Marc Delisle
|
2e15e348ed
|
code cleanup; remove unneeded newlines in generated code; fix some XHTML errors
|
2009-12-20 15:26:12 +00:00 |
|