Michal Čihař
d374feb967
Add context to another potentionally unclear message
2011-08-11 09:32:42 +02:00
Aris Feryanto
a9cd487f0f
Fix merge conflict with origin/master
2011-08-10 21:27:31 +08:00
Michal Čihař
c8c9b7501c
Use pgettext for Next/Prev as it is needed for some translations (eg. Chinese)
2011-08-10 13:09:31 +02:00
Marc Delisle
630cdd9915
Missing docblock
2011-08-08 12:31:49 -04:00
Michal Čihař
90e7b75189
Fix indentation
2011-08-08 17:40:00 +02:00
Michal Čihař
9317162dcc
Fix indentation
2011-08-08 17:39:19 +02:00
Michal Čihař
f7d85630ed
Improve coding style
2011-08-08 17:38:26 +02:00
Michal Čihař
bc17e5eedd
Fix indentation
2011-08-08 17:37:49 +02:00
Michal Čihař
617f6f5c24
Adjust switch blocks to PEAR coding standards
2011-08-08 17:36:16 +02:00
Michal Čihař
4b61ccb92e
Reintroduce trailing \n
2011-08-08 16:23:14 +02:00
Michal Čihař
3803a1cde4
Single call of strtr instead of three str_replace
2011-08-08 16:20:37 +02:00
Michal Čihař
3d621fd3af
Simplify replace logic
2011-08-08 16:19:05 +02:00
Michal Čihař
5379b55691
Coding style
2011-08-08 16:17:48 +02:00
Michal Čihař
c722d0d696
Simplify escape functions usint strtr
2011-08-08 16:16:47 +02:00
Michal Čihař
323026c0ea
Use strtr instead of str_replace and array_keys/values combo
2011-08-08 16:15:24 +02:00
Michal Čihař
fcf2a7be85
Improve coding style
2011-08-08 16:12:11 +02:00
Michal Čihař
fd5bf0e64e
Avoid disambigution with Sun as a star
2011-08-08 15:59:46 +02:00
Michal Čihař
e35debd7b5
Proper placement of l10n comments
2011-08-08 15:50:43 +02:00
Michal Čihař
3f2ffbe297
Avoid defining link several times
2011-08-08 15:48:23 +02:00
Michal Čihař
1fae25710d
Wrap long line
2011-08-08 15:46:37 +02:00
Michal Čihař
b9e17020b8
Whitespace cleanup
2011-08-08 15:46:18 +02:00
Michal Čihař
dae7d3bd4a
Improve code readability
2011-08-08 15:46:05 +02:00
Michal Čihař
21afd17860
Wrap long line
2011-08-08 15:45:47 +02:00
Marc Delisle
1fa702b45c
Coding style
2011-08-08 08:27:10 -04:00
Tyron Madlener
bfdf28e24c
Workaround too small value of suhosin.get.max_value_length
2011-08-08 08:25:20 -04:00
Michal Čihař
8f618e6f01
Convert more occurences of inline autosubmit code to external js
2011-08-08 13:29:20 +02:00
Michal Čihař
cdd2044274
Add some missing spacing in docblocks
2011-08-05 15:50:14 +02:00
Michal Čihař
b6c6e79dc2
Reformat docblock
2011-08-05 15:13:40 +02:00
Michal Čihař
1ec0b69e6b
Coding style, function definitions
2011-08-05 14:49:23 +02:00
Michal Čihař
83d3c0d2fd
Move attribute processing to PMA_extractFieldSpec
2011-08-04 17:08:49 +02:00
Michal Čihař
542738dd88
Export print_type and make it usable for set/enum as well
2011-08-04 16:33:34 +02:00
Michal Čihař
5adf2fb352
Processing of varbinary fields
2011-08-04 16:21:47 +02:00
Michal Čihař
57dcfb780a
Fater processing
...
- use preg_replace return value instead going through string again
- use strpos instead of strstr, which is faster and consumes less memory
according to PHP docs
2011-08-04 16:20:42 +02:00
Michal Čihař
b604a67c50
Optimize matching
...
- avoid calling twice same preg_match
- do case sensitive match as we have the string in lower case
2011-08-04 16:15:13 +02:00
Michal Čihař
04c5a81b8c
Make short type also always lowercase
2011-08-04 16:10:41 +02:00
Michal Čihař
42df62c050
Make type lowercase everytime
2011-08-04 16:09:17 +02:00
Michal Čihař
b231ab4072
Factor out some type matching
2011-08-04 15:56:56 +02:00
Michal Čihař
398d5abbda
Use PMA_DBI_get_columns
2011-08-04 15:43:07 +02:00
Michal Čihař
0d9a0cb42b
Simplify logic
2011-08-04 13:49:15 +02:00
Michal Čihař
4fb5b65fd2
Remove unused parameter $container from PMA_getIcon
2011-08-04 13:47:44 +02:00
Michal Čihař
7a07c42de5
Variable include_box is not used
2011-08-04 13:40:49 +02:00
Michal Čihař
eae8396f1e
Factor out pow function detection
2011-08-04 13:39:11 +02:00
Aris Feryanto
53fec4ac4d
Merge branch 'recent' into aris
2011-08-04 18:27:46 +08:00
Aris Feryanto
91d85841fc
Grid edit: fix bug - update where_clause precisely (previous version cannot handle space or special characters)
2011-08-03 10:21:41 +08:00
Sven Strickroth
dff4e25c55
inline editing a SQL query doesn't work if it's too long
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-08-01 15:05:18 +02:00
Michal Čihař
f34dfda0fe
Merge remote-tracking branch 'tyron/master'
...
Conflicts:
js/functions.js
js/server_status.js
js/sql.js
libraries/common.lib.php
server_status.php
themes/pmahomme/css/theme_left.css.php
2011-07-25 11:32:22 +02:00
Tyron Madlener
ace73f25bb
- Added missing CSS Sprites, Icon sprites now also for PMA_linkOrButton()
...
- Rewrote PMA_linkOrButton() to rely on Javascript, making the code way less complicated
- Removed legacy support of Javascript 1.1 or lower
- Fixed a bug in cases where PMA_linkOrButton() creates a form, which when clicked required a js confirm, the confirm is being displayed a second time after the form is submitted.
2011-07-23 09:23:18 +03:00
Michal Čihař
236582fb4f
Fix mistakenly broken regexp
2011-07-22 09:25:14 +02:00
Michal Čihař
9405dbb82a
Fix spacing after @param
2011-07-22 09:21:55 +02:00
Michal Čihař
25bda8e991
Fix spacing on opening code block
2011-07-22 09:18:02 +02:00