ibennetch
|
9b94f71974
|
Merge pull request #296 from scnakandala/Refactoring
Refactoring the SQL Executor and Table's Structure Manipulators
|
2013-05-04 07:45:15 -07:00 |
|
Dieter Adriaenssens
|
22c98b6d9c
|
Merge pull request #278 from kasunchathuranga/Feature1414
Implement feature request #1414 - Allow specifying controlport
|
2013-05-03 06:49:22 -07:00 |
|
Spun Nakandala
|
d09597c86f
|
libraries/sql.lib.php file added. Functions in the sql.php transfered into sql.lib.php
|
2013-05-03 00:04:51 +05:30 |
|
Spun Nakandala
|
2adebbce58
|
libraries/display_indexes.lib.php file added. HTML generation for the create/edit indexes form into display_indexes.lib.php
|
2013-05-03 00:04:24 +05:30 |
|
Michal Čihař
|
5ed9084c2a
|
Merge pull request #303 from kasunchathuranga/UnitTests_NodeClass
Improve unit tests for Node class
|
2013-05-02 09:42:00 -07:00 |
|
Kasun Chathuranga
|
adb2e43f7d
|
Implement feature request #1414 - Allow specifying crontrolport
Set the value of controlport based on the value of controlhost
|
2013-05-02 21:36:05 +05:30 |
|
Michal Čihař
|
272c7a7918
|
Better name for function getting language name
|
2013-05-02 16:10:14 +02:00 |
|
Michal Čihař
|
e3d276af43
|
Fixed indentation
|
2013-05-02 15:35:11 +02:00 |
|
Michal Čihař
|
2f51f6fa88
|
Fix indentation
|
2013-05-02 15:34:22 +02:00 |
|
Michal Čihař
|
31d035e6c8
|
Wrap some long lines
|
2013-05-02 15:33:31 +02:00 |
|
Michal Čihař
|
c39886257d
|
Use single variable for browser version
|
2013-05-02 15:29:41 +02:00 |
|
Michal Čihař
|
fb41888548
|
Use correct variable
|
2013-05-02 15:29:03 +02:00 |
|
Michal Čihař
|
446d06f275
|
Check for Mozilla browser just once
|
2013-05-02 15:23:13 +02:00 |
|
Michal Čihař
|
c3cac803cc
|
Remove extra whitespace
|
2013-05-02 15:23:12 +02:00 |
|
Michal Čihař
|
1d5539d3aa
|
Better function names
Follow PEAR coding standard for function names.
|
2013-05-02 15:01:11 +02:00 |
|
Michal Čihař
|
4ef04aad66
|
Wrap long line
|
2013-05-02 15:01:11 +02:00 |
|
Dieter Adriaenssens
|
38d1f8da76
|
add missing space
|
2013-05-02 11:30:53 +02:00 |
|
Michal Čihař
|
a0272481c2
|
Merge pull request #302 from abhikandoi2000/bug3895
Fix Bug #3895 Multiple errors trying to view BLOB data
|
2013-05-02 01:57:24 -07:00 |
|
Michal Čihař
|
04b8c4a090
|
Wrap some long lines
|
2013-05-02 10:49:06 +02:00 |
|
Michal Čihař
|
e8e7c74164
|
Wrap some long lines
|
2013-05-02 10:43:30 +02:00 |
|
Michal Čihař
|
0f7f7bf72e
|
Merge remote-tracking branch 'origin/QA_4_0'
|
2013-05-02 10:29:24 +02:00 |
|
Michal Čihař
|
a00b2f99a5
|
Use preg_replace_callback instead of deprecated /e modifier
This causes deprecation warning in PHP 5.5
|
2013-05-02 10:28:37 +02:00 |
|
Michal Čihař
|
384f2cd79e
|
Merge remote-tracking branch 'origin/QA_4_0'
Conflicts:
js/pmd/history.js
libraries/Config.class.php
|
2013-05-02 10:13:18 +02:00 |
|
Abhishek Kandoi
|
6856d15842
|
Added disableAjax class for Blob content
|
2013-05-02 12:48:45 +05:30 |
|
J.M
|
d77826727a
|
Fix notice in libraries/Config.class.php: Undefined index: fontsize
|
2013-05-01 20:55:12 +02:00 |
|
J.M
|
2b0816375e
|
Fix bug #3901 Setup script warning for config auth (stored login data) shows link BBcode
|
2013-05-01 20:47:08 +02:00 |
|
Kasun Chathuranga
|
d632dd9946
|
Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
ChangeLog
|
2013-05-01 21:33:52 +05:30 |
|
J.M
|
1347575ee7
|
Fix bug #3900 CSP WARN in Firefox console
|
2013-05-01 17:56:04 +02:00 |
|
J.M
|
92d3dcad3c
|
Fix typo in comments and function name ('foriegn' to 'foreign')
|
2013-05-01 17:13:53 +02:00 |
|
J.M
|
04bc077291
|
Use indeterminate check all checkbox in server privileges
|
2013-05-01 16:44:35 +02:00 |
|
J.M
|
6c8777f604
|
Don't use id attribute for checkall boxes, use class name
|
2013-05-01 16:43:23 +02:00 |
|
Kasun Chathuranga
|
462c964943
|
Use not identical (!==) for object comparison
|
2013-05-01 20:12:46 +05:30 |
|
J.M
|
3b100f4a2d
|
Fix row numbers for users list
|
2013-05-01 15:53:58 +02:00 |
|
J.M.
|
57f7a2d6ac
|
Merge pull request #289 from kasunchathuranga/Feature499
Feature Request 499: On user creation, warn if the user already exists
|
2013-05-01 06:17:37 -07:00 |
|
Kasun Chathuranga
|
4b6703cd7e
|
More sensible warning message
|
2013-05-01 07:38:17 +05:30 |
|
J.M
|
956cc18d39
|
bug #3899 Git commit links to Github missing, the Github API v3 is now enforcing User-Agent headers
|
2013-04-30 23:47:24 +02:00 |
|
J.M.
|
cac8351f4e
|
Merge pull request #292 from kasunchathuranga/CodeFormatting
Fix coding standard violations
|
2013-04-30 13:11:35 -07:00 |
|
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
|
77bb53dcf8
|
PMA_DBI_get_table_indexes --> PMA_DBI_getTableIndexes
|
2013-05-01 00:15:48 +05:30 |
|
Kasun Chathuranga
|
b8c764a86e
|
PMA_DBI_get_triggers --> PMA_DBI_getTriggers
|
2013-05-01 00:09:36 +05:30 |
|
Kasun Chathuranga
|
4f4853ce1e
|
PMA_DBI_get_definition --> PMA_DBI_getDefinition
|
2013-05-01 00:08:44 +05:30 |
|
Kasun Chathuranga
|
5d55cf1975
|
PMA_DBI_get_procedures_or_functions --> PMA_DBI_getProceduresOrFunctions
|
2013-05-01 00:07:43 +05:30 |
|
Kasun Chathuranga
|
d210c2a8a7
|
PMA_DBI_get_warnings --> PMA_DBI_getWarnings
|
2013-05-01 00:06:37 +05:30 |
|
Kasun Chathuranga
|
fbe4438628
|
PMA_DBI_fetch_result --> PMA_DBI_fetchResult
|
2013-05-01 00:05:16 +05:30 |
|
Kasun Chathuranga
|
7f56c8504d
|
PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRow
|
2013-05-01 00:03:03 +05:30 |
|
Kasun Chathuranga
|
bc4bfaa6d5
|
PMA_DBI_fetch_value --> PMA_DBI_fetchValue
|
2013-05-01 00:02:00 +05:30 |
|
Kasun Chathuranga
|
7fc6fb7328
|
PMA_DBI_get_variable --> PMA_DBI_getVariable
|
2013-04-30 23:41:49 +05:30 |
|
Kasun Chathuranga
|
e7e4e67458
|
PMA_DBI_get_table_indexes_sql --> PMA_DBI_getTableIndexesSql
|
2013-04-30 23:40:44 +05:30 |
|
Kasun Chathuranga
|
8260a2f0b5
|
PMA_DBI_get_column_names --> PMA_DBI_getColumnNames
|
2013-04-30 23:39:18 +05:30 |
|
Kasun Chathuranga
|
32e6c06324
|
PMA_DBI_get_columns --> PMA_DBI_getColumns
|
2013-04-30 23:36:47 +05:30 |
|