Marc Delisle
|
0b0775fb28
|
Syntax error in test
|
2012-05-08 12:23:24 -04:00 |
|
Marc Delisle
|
c2233effad
|
Merge pull request #59 from roccivic/output-buffering
Removed output buffering in PMA_showMessage()
|
2012-05-08 09:04:29 -07:00 |
|
Rouslan Placella
|
d479542c46
|
Fixed test cases
|
2012-05-08 15:30:38 +01:00 |
|
Rouslan Placella
|
32eb758232
|
Drop output buffering from PMA_showMessage()
|
2012-05-08 15:30:05 +01:00 |
|
Rouslan Placella
|
dba26fde22
|
Return strings from functions, instead of using 'echo()'
|
2012-05-08 15:17:25 +01:00 |
|
Madhura Jayaratne
|
46ae483553
|
More coding style improvements
|
2012-05-07 23:14:25 +05:30 |
|
Madhura Jayaratne
|
bdc6714c75
|
Coding style improvements
|
2012-05-07 22:53:08 +05:30 |
|
Madhura Jayaratne
|
79c54fb2c8
|
Fix indentation
|
2012-05-07 22:46:21 +05:30 |
|
Madhura Jayaratne
|
9e20323c8d
|
Coding style fixes. Mostly wrapping long lines
|
2012-05-07 22:42:41 +05:30 |
|
Madhura Jayaratne
|
841636e2ed
|
Fix indentation
|
2012-05-07 22:25:53 +05:30 |
|
Madhura Jayaratne
|
24b214b345
|
Improve coding style
|
2012-05-07 19:39:14 +05:30 |
|
Rouslan Placella
|
1fe696969c
|
Don't display the menu bar in print view
|
2012-05-07 12:24:34 +01:00 |
|
Dieter Adriaenssens
|
c31bfc25d3
|
wrap long lines, apply coding styles
|
2012-05-06 23:47:29 +02:00 |
|
Rouslan Placella
|
c751c4fde5
|
Fixed unclosed HTML tags
|
2012-05-06 21:08:14 +01:00 |
|
Madhura Jayaratne
|
34cf0987a2
|
Use the factory class
|
2012-05-06 14:57:37 +05:30 |
|
Madhura Jayaratne
|
588456016d
|
Wrap some long lines
|
2012-05-06 14:32:00 +05:30 |
|
Madhura Jayaratne
|
a965c1ca5d
|
Add missing file doc comments
|
2012-05-06 10:57:16 +05:30 |
|
Madhura Jayaratne
|
4fa4fdac91
|
Fix doc comment
|
2012-05-06 10:28:59 +05:30 |
|
Madhura Jayaratne
|
65c27edfbf
|
Coding style fixes
|
2012-05-06 09:51:54 +05:30 |
|
Madhura Jayaratne
|
22194ad787
|
Better doc comment
|
2012-05-06 08:44:34 +05:30 |
|
Madhura Jayaratne
|
e53858ba72
|
Typo
|
2012-05-06 08:43:37 +05:30 |
|
Madhura Jayaratne
|
3603ac703f
|
Make a message translatable
|
2012-05-06 08:40:48 +05:30 |
|
Madhura Jayaratne
|
0ae196277a
|
Wrap some long lines
|
2012-05-06 08:30:15 +05:30 |
|
Madhura Jayaratne
|
8e78aaad08
|
Add documentation comments
|
2012-05-06 08:26:21 +05:30 |
|
Madhura Jayaratne
|
8bcbf0f688
|
Add missing tags
|
2012-05-06 08:01:34 +05:30 |
|
Madhura Jayaratne
|
f286156c8e
|
No need to assign to any variable, we only need to ignore the next 4 bytes
|
2012-05-06 07:58:17 +05:30 |
|
Dieter Adriaenssens
|
3bfee1e5b7
|
remove unused variables
|
2012-05-06 00:10:42 +02:00 |
|
Dieter Adriaenssens
|
2889689dba
|
fix typo
|
2012-05-06 00:09:35 +02:00 |
|
Dieter Adriaenssens
|
6bf46bc539
|
cleanup whitespace
|
2012-05-05 23:26:43 +02:00 |
|
Dieter Adriaenssens
|
7cb39d038a
|
remove unused variables
|
2012-05-05 23:18:03 +02:00 |
|
Dieter Adriaenssens
|
73140a7cea
|
wrap long lines
|
2012-05-05 22:36:32 +02:00 |
|
Dieter Adriaenssens
|
b5d676b6cf
|
private class variables should start with _ and some other coding style fixes
|
2012-05-05 22:23:58 +02:00 |
|
Marc Delisle
|
ac5a8ca9df
|
Merge pull request #58 from roccivic/menu-refactoring-rebased
Menu refactoring
|
2012-05-05 11:51:19 -07:00 |
|
Rouslan Placella
|
b0ba9696f5
|
Coding style fixes
|
2012-05-05 17:42:48 +01:00 |
|
Rouslan Placella
|
98ae666457
|
Made the Menu class a singleton
|
2012-05-05 17:40:16 +01:00 |
|
Rouslan Placella
|
fdb9529677
|
Removed pointless include
|
2012-05-05 17:40:16 +01:00 |
|
Rouslan Placella
|
98776b374c
|
Added docblocks to PMA_Menu class
|
2012-05-05 17:40:14 +01:00 |
|
Rouslan Placella
|
42da5489f9
|
Moved menu rendering to function
|
2012-05-05 17:37:25 +01:00 |
|
Rouslan Placella
|
e33e486da9
|
Renamed the Menu class to PMA_Menu
|
2012-05-05 17:35:27 +01:00 |
|
Rouslan Placella
|
ff01dc25b5
|
Moved the render of breadcrumbs to the Menu class
|
2012-05-05 17:35:27 +01:00 |
|
Rouslan Placella
|
ffde8d135f
|
Remove last reference to tbl_links.inc.php
|
2012-05-05 17:35:27 +01:00 |
|
Rouslan Placella
|
499868887b
|
is_superuser shouldn't be a class attribute
(saves a function call when generating tabs for a table)
|
2012-05-05 16:44:27 +01:00 |
|
Rouslan Placella
|
f3afd09f47
|
More consistent generation of db tabs in the Menu class
|
2012-05-05 16:44:27 +01:00 |
|
Rouslan Placella
|
28923b496e
|
Renamed tbl_common.php to tbl_common.inc.php for better consistency
|
2012-05-05 16:44:27 +01:00 |
|
Rouslan Placella
|
2c805ade8b
|
Dropped tbl_links.inc.php
|
2012-05-05 16:44:27 +01:00 |
|
Rouslan Placella
|
ec62d5f4b3
|
Dropped db_links.inc.php
|
2012-05-05 16:44:27 +01:00 |
|
Rouslan Placella
|
7b85c709a8
|
Dropped server_links.inc.php
|
2012-05-05 16:44:27 +01:00 |
|
Rouslan Placella
|
7245a3bf4d
|
Initial refactoring of the generation of the top menu
|
2012-05-05 16:44:27 +01:00 |
|
Marc Delisle
|
f2d19ef568
|
Fix merge conflicts
|
2012-05-05 06:59:51 -04:00 |
|
Marc Delisle
|
533ec68a62
|
ChangeLog entry for pull request #55
|
2012-05-05 06:36:45 -04:00 |
|