examples
Merge branch 'QA_3_5'
2012-04-03 12:57:31 -04:00
js
Add trailing ; after ALTER TABLE (rfe #2009500 )
2012-04-19 13:48:30 +02:00
libraries
rfe #3518852 [edit] edit blob but not other binary, new option $cfg['ProtectBinary'] = 'noblob'
2012-04-19 22:32:51 +02:00
po
Translated using Weblate.
2012-04-19 21:57:32 +02:00
scripts
3.4.x is no longer the stable version
2012-04-11 12:54:07 -04:00
setup
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
test
Add tests for getSSLUri
2012-04-19 14:21:35 +02:00
themes
PMD should use PMA_ajaxShowMessage() instead of custom notifications
2012-04-18 18:11:25 +01:00
.gitignore
- Unit Test grouped by library directory
2011-06-29 20:06:27 +03:00
browse_foreigners.php
Replaced HTML nowrap attribute with CSS for HTML5 validity
2012-03-31 16:50:33 +02:00
build.xml
Ignore another external lib
2011-08-17 16:56:04 +02:00
ChangeLog
rfe #3518852 [edit] edit blob but not other binary, new option $cfg['ProtectBinary'] = 'noblob'
2012-04-19 22:32:51 +02:00
changelog.php
Replaced xml:lang attributes by lang for HTML5
2012-03-18 14:46:59 +01:00
chk_rel.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
config.sample.inc.php
rfe #3518852 [edit] edit blob but not other binary, new option $cfg['ProtectBinary'] = 'noblob'
2012-04-19 22:32:51 +02:00
db_create.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_datadict.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_events.php
+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false
2012-04-13 01:43:32 +02:00
db_export.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_import.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
db_operations.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_printview.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_qbe.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_routines.php
+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false
2012-04-13 01:43:32 +02:00
db_search.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_sql.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_structure.php
Drop view confirm properly, don't show truncate action for views
2012-04-15 06:11:11 +02:00
db_tracking.php
Coding style improvements
2012-04-14 17:44:39 +05:30
db_triggers.php
+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false
2012-04-13 01:43:32 +02:00
docs.css
Replaced <big> with <em class="big"> in docs for HTML5 validity
2012-03-31 16:25:46 +02:00
Documentation.html
rfe #3518852 [edit] edit blob but not other binary, new option $cfg['ProtectBinary'] = 'noblob'
2012-04-19 22:32:51 +02:00
export.php
Fix Checkstyle Warnings - Type: CloseBracketLine
2012-04-14 10:40:39 +05:30
favicon.ico
Fix permissions.
2010-08-30 09:53:37 +02:00
file_echo.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
gis_data_editor.php
add vim directive for indenting with spaces
2012-04-11 16:18:53 +02:00
import_status.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
import.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
index.php
Unnecessary "else" statement removed
2012-04-13 22:12:28 -03:00
LICENSE
Fix permissions.
2010-08-30 09:53:37 +02:00
license.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
main.php
Remove PMA_sanitize from Suhosin warning (escaping is made twice)
2012-04-17 17:07:06 +02:00
navigation.php
Fix Checkstyle Warnings - Type: CloseBracketLine
2012-04-14 10:40:39 +05:30
phpinfo.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
phpmyadmin.css.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
phpunit.xml.dist
Patch #3504536 Fixed the PMA selenium test cases (Login)
2012-03-21 11:25:45 -04:00
pmd_display_field.php
Move common includes to root files rather than to library (which should not be lodaded separately) (issue #36 )
2012-04-17 09:02:29 +02:00
pmd_general.php
PMD should use PMA_ajaxShowMessage() instead of custom notifications
2012-04-18 18:11:25 +01:00
pmd_pdf.php
Move common includes to root files rather than to library (which should not be lodaded separately) (issue #36 )
2012-04-17 09:02:29 +02:00
pmd_relation_new.php
Add trailing ; after ALTER TABLE (rfe #2009500 )
2012-04-19 13:48:30 +02:00
pmd_relation_upd.php
Add trailing ; after ALTER TABLE (rfe #2009500 )
2012-04-19 13:48:30 +02:00
pmd_save_pos.php
No longer depend on grab_globals
2012-04-17 06:52:42 -04:00
prefs_forms.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
prefs_manage.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
print.css
Fix permissions.
2010-08-30 09:53:37 +02:00
querywindow.php
+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false
2012-04-13 01:43:32 +02:00
README
3.4.11 release
2012-04-14 07:35:22 -04:00
README.VENDOR
We no longer modify tcpdf
2011-12-16 14:56:16 +01:00
robots.txt
Fix permissions.
2010-08-30 09:53:37 +02:00
schema_edit.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
schema_export.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
server_binlog.php
Drop $cfg['MainPageIconic'].
2012-04-11 15:34:27 +02:00
server_collations.php
Coding style improvements
2012-04-13 20:57:17 +05:30
server_databases.php
Coding style improvements
2012-04-13 20:57:17 +05:30
server_engines.php
Coding style improvements
2012-04-13 20:57:17 +05:30
server_export.php
Coding style improvements
2012-04-13 20:57:17 +05:30
server_import.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
server_plugins.php
Drop $cfg['MainPageIconic'].
2012-04-11 15:34:27 +02:00
server_privileges.php
Fix confirm message not showing after deleting checked users in server privileges
2012-04-19 21:56:29 +02:00
server_replication.php
Corrected <div> nesting inside <li> in server replication forms for HTML5 validity
2012-03-31 00:20:23 +02:00
server_sql.php
+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false
2012-04-13 01:43:32 +02:00
server_status.php
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
2012-04-13 22:33:43 +05:30
server_synchronize.php
Coding style improvements
2012-04-13 20:57:17 +05:30
server_variables.php
Coding style improvements
2012-04-13 20:57:17 +05:30
show_config_errors.php
Fix show_config_errors.php
2012-04-08 21:08:47 +02:00
sql.php
+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false
2012-04-13 01:43:32 +02:00
tbl_addfield.php
Add trailing ; after ALTER TABLE (rfe #2009500 )
2012-04-19 13:48:30 +02:00
tbl_alter.php
Add trailing ; after ALTER TABLE (rfe #2009500 )
2012-04-19 13:48:30 +02:00
tbl_change.php
rfe #3518852 [edit] edit blob but not other binary, new option $cfg['ProtectBinary'] = 'noblob'
2012-04-19 22:32:51 +02:00
tbl_chart.php
Fixed title with table name is "test<>'"&test&&]]>", fixed chart with column name and data is "test<>'"&test&&]]>", some improvements.
2012-04-08 10:41:24 +03:00
tbl_create.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
tbl_export.php
+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false
2012-04-13 01:43:32 +02:00
tbl_get_field.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
tbl_gis_visualization.php
add vim directive for indenting with spaces
2012-04-11 16:18:53 +02:00
tbl_import.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
tbl_indexes.php
Add trailing ; after ALTER TABLE (rfe #2009500 )
2012-04-19 13:48:30 +02:00
tbl_move_copy.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
tbl_operations.php
Add trailing ; after ALTER TABLE (rfe #2009500 )
2012-04-19 13:48:30 +02:00
tbl_printview.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
tbl_relation.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
tbl_replace.php
Add Codemirror to tbl_replace (SQL box after inserting rows)
2012-04-15 05:40:39 +02:00
tbl_row_action.php
Final removal of grab_globals script
2012-03-27 13:04:46 -04:00
tbl_select.php
jQuery UI is already included from common.inc.php
2012-04-09 09:09:07 -04:00
tbl_sql.php
+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false
2012-04-13 01:43:32 +02:00
tbl_structure.php
Add trailing ; after ALTER TABLE (rfe #2009500 )
2012-04-19 13:48:30 +02:00
tbl_tracking.php
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
2012-04-14 09:09:21 +05:30
tbl_triggers.php
Use package name PhpMyAdmin
2011-10-25 10:13:17 +02:00
tbl_zoom_select.php
jQuery UI is already included from common.inc.php
2012-04-09 09:09:07 -04:00
themes.php
Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity
2012-03-18 17:46:22 +01:00
transformation_overview.php
Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity
2012-03-18 17:46:22 +01:00
transformation_wrapper.php
No longer depend on grab_globals
2012-03-15 12:38:28 -04:00
url.php
add vim directive for indenting with spaces
2012-04-11 16:18:53 +02:00
user_password.php
Fix Checkstyle Warnings - Type: BraceOnSameLine
2012-04-13 21:50:26 +05:30
view_create.php
Final removal of grab_globals script
2012-03-27 13:04:46 -04:00
view_operations.php
Use package name PhpMyAdmin
2011-10-25 10:13:17 +02:00
webapp.php
add vim directive for indenting with spaces
2012-04-11 16:18:53 +02:00