Commit Graph

17 Commits

Author SHA1 Message Date
Madhura Jayaratne
66304349ad rfe #1639 Add grouping to stored procedures in the navigation tree
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-13 09:59:22 +05:30
Michal Čihař
725073709c Use token directly for session
There is no need to have intermediate global variable to store the token
once we have it in the session data.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 11:23:33 +02:00
Hugues Peccatte
1f09a22281 Fix PHPDoc. 2013-11-08 22:41:05 +01:00
Michal Čihař
bce2ce8bb1 Merge commit '759ba35e13078ce631c6bf2b9402852c27fb7b78'
Conflicts:
	libraries/navigation/Nodes/Node_Column_Container.class.php
	libraries/navigation/Nodes/Node_Function_Container.class.php
	libraries/navigation/Nodes/Node_Index_Container.class.php
	libraries/navigation/Nodes/Node_Procedure_Container.class.php
	libraries/navigation/Nodes/Node_Table_Container.class.php
	libraries/navigation/Nodes/Node_View_Container.class.php
2013-10-30 13:54:44 +01:00
Michal Čihař
759ba35e13 Reuse existing message with translation for alt text 2013-10-30 13:51:18 +01:00
Marc Delisle
7c6b61ace1 Fix merge conflicts 2013-10-30 08:07:09 -04:00
Marc Delisle
266ee805b0 bug #4147 Accessibility: Images without Alt nor title attribute 2013-10-30 08:00:13 -04:00
Madhura Jayaratne
673e503d7c When selecting from navigation, show only the procedures of corresponding type 2013-10-20 16:13:32 +05:30
Michal Čihař
cf3b086e7e Various coding style improvements 2013-04-16 13:29:03 +02:00
Michal Čihař
c023df1fe0 Use context for all "New" strings
Otherwise it is impossible to properly translate it in languages which
use different word form for different gender.
2012-10-31 09:52:58 +01:00
Rouslan Placella
5b0b9e42fe Update new code to use PMA_Util 2012-10-30 20:24:01 +00:00
Rouslan Placella
1191cab2e8 Use a factory pattern for instanciating Node objects 2012-10-30 20:16:58 +00:00
Rouslan Placella
4db80fc880 Kill navigation scripts upon invalid execution path 2012-10-30 20:16:58 +00:00
Rouslan Placella
cb50d4edfc Added ajax behaviour to Routines, Triggers and Events in the navigation tree 2012-10-30 20:10:23 +00:00
Rouslan Placella
eeaa165b6e Better way to check if a node is a link to create a new object 2012-10-30 20:10:22 +00:00
Rouslan Placella
52fcbdf422 Coding style fixes 2012-10-30 20:10:22 +00:00
Rouslan Placella
2b12872c2a Initial import of the new navigation system 2012-10-30 20:10:21 +00:00