Commit Graph

142 Commits

Author SHA1 Message Date
Bimal Yashodha
285c18acdd Use db_desginer.php as a route for all designer operation. Combine pmd_general.lib.php and designer.lib.php into db_designer.lib.php
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-08-14 07:22:32 +05:30
Bimal Yashodha
48dd4f354d Remove references to designer_coords and designerwork
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16 11:39:39 +05:30
Madhura Jayaratne
af7e17a53d A boolean is expected here also
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-10 10:16:49 +02:00
Michal Čihař
55ed816931 Initialize variable (it is unset when saving of queries is disabled)
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-09 16:35:42 +02:00
Hugues Peccatte
34af4c4695 Remove hint about bookmarked searches.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-10 21:09:47 +01:00
Hugues Peccatte
ef8a1f6a05 Add new button to update a bookmarked search.
Hide buttons when not needed.
Reset form when selecting 'New bookmark'.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-10 21:07:00 +01:00
Hugues Peccatte
139a057c3e Rename 'Search bookmark' as 'Bookmarked search'.
Add new error when bookmarked search name is missing.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-03 20:43:22 +01:00
Hugues Peccatte
e39b6c5c74 Rename 'Search' as 'Search bookmark'.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-03 20:38:50 +01:00
Hugues Peccatte
da13840c0c Fix lost name of saved search.
Update filename of SavedSearch class.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-26 20:39:47 +01:00
Marc Delisle
a7bb76e045 The word "criteria" is already a plural
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-26 12:49:17 -05:00
Hugues Peccatte
5cf8424a7f Add hint to update a search.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-24 20:54:11 +01:00
Hugues Peccatte
4093df7b32 Fix warnings.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-24 19:35:51 +01:00
Hugues Peccatte
8b84cf0d91 Feature #569 Load/Save Query By Example
Implement possibility to save/load/delete a QBE on a DB.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-23 14:52:48 +01:00
Michal Čihař
b4d03dc9f5 Correct punctuation for sentences
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-02 11:30:39 +01:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
ef30133a94 Various coding style fixes 2013-08-06 15:44:51 +02:00
Spun Nakandala
ea842c4f36 removed include sql.php from db_qbe.php 2013-07-23 21:35:18 +05:30
Madhura Jayaratne
ba16e22315 Coding style improvements 2012-08-31 00:46:35 +05:30
Atul Pratap Singh
9dece4fbef Add wrongly removed query execution part 2012-07-22 18:37:30 +05:30
Atul Pratap Singh
9ac38c49de Fix visual buider link for now 2012-07-22 16:24:17 +05:30
Atul Pratap Singh
80e13b0aca Add missing cfgRelation declaration 2012-07-22 16:16:45 +05:30
Atul Pratap Singh
c97ee5fd4b Remove some more global variables 2012-07-21 13:35:25 +00:00
Atul Pratap Singh
6132bb1299 Fix wrong require_once 2012-07-21 12:19:42 +00:00
Atul Pratap Singh
6fcbbb72d7 Use PMA_DBQbe in db_qbe.php 2012-07-20 16:28:58 +00:00
Atul Pratap Singh
0bf05d6b72 Some remaining variable name improvements 2012-07-18 12:58:47 +05:30
Atul Pratap Singh
748d2e9144 Form function to generate QBE form 2012-07-17 08:00:49 +05:30
Atul Pratap Singh
fdd851c19c Form funcion to get SQL query 2012-07-17 07:17:53 +05:30
Atul Pratap Singh
6f63f54ca9 Remove post_params 2012-07-17 07:06:57 +05:30
Atul Pratap Singh
fd2e73e989 Form function to get FROM clause 2012-07-15 16:26:34 +05:30
Atul Pratap Singh
1623e5581d Remove some global variables 2012-07-15 16:12:46 +05:30
Atul Pratap Singh
aea70f5743 Remove some unuseful variables 2012-07-15 15:37:01 +05:30
Atul Pratap Singh
8a901c4e73 Some variable name improvements 2012-07-15 15:17:29 +05:30
Atul Pratap Singh
26c77f3a90 Form function to get valid where clauses 2012-07-15 14:47:33 +05:30
Atul Pratap Singh
5668e7f908 Form function to get the master table 2012-07-15 13:26:36 +05:30
Atul Pratap Singh
de318fce3b Form functions to get LEFT JOIN column candidates 2012-07-14 19:56:29 +05:30
Atul Pratap Singh
dc1728f99a Fix typo introduced before variable name changes 2012-07-14 18:54:11 +05:30
Atul Pratap Singh
5f61e9cc46 New library file for db_qbe.php 2012-07-13 07:28:09 +05:30
Atul Pratap Singh
a83c4c9430 Add missing doc block 2012-07-13 07:12:46 +05:30
Atul Pratap Singh
87ce6e7a16 Some more variable name improvements 2012-07-13 07:03:40 +05:30
Atul Pratap Singh
91f04e5660 Form function for generating AND/OR, INS/DEL criteria inbutbox rows 2012-07-12 08:18:15 +05:30
Atul Pratap Singh
4115b6684e Form function to get more criteria inputboxes 2012-07-12 07:56:53 +05:30
Atul Pratap Singh
cc3fbae940 Form function to get Ins/Del and AND/OR row cell 2012-07-11 22:38:44 +05:30
Atul Pratap Singh
48ae6db4cf Some variable name improvements 2012-07-11 10:13:29 +00:00
Atul Pratap Singh
fc7bfa8cc3 Use implode in place of last_select and last_orderby 2012-07-10 21:51:49 +05:30
Atul Pratap Singh
9fe3a570f0 Logical improvement in PMA_dbQbeGetOrderByClause 2012-07-10 21:26:45 +05:30
Atul Pratap Singh
7024c4df9b Fix doc comment 2012-07-10 21:11:31 +05:30
Atul Pratap Singh
398588a16d Form function to generate order by clause 2012-07-10 21:10:24 +05:30
Atul Pratap Singh
664e2d46a6 Add missing return statement 2012-07-10 20:55:21 +05:30
Atul Pratap Singh
46b7fe0039 Form function for generating where clause 2012-07-10 08:18:07 +05:30
Atul Pratap Singh
dbe87e52a4 Form function for generating SELECT clause 2012-07-09 23:54:18 +05:30