William Desportes
a7ac037b16
Fix #14926 - Add an Edit link for each view in tables list
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-03-25 23:21:42 +01:00
Isaac Bennetch
b247fbedfe
Fix typo
...
Partially fixes : #15015
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-03-23 08:38:13 -04:00
Maurício Meneghini Fauth
e700760685
Refactor Controllers\Database\StructureController
...
Move request and response handling to db_structure.php
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-03-03 23:20:48 -03:00
Maurício Meneghini Fauth
35fafd773a
Create Controllers\Database\DataDictionaryController
...
- Extracts db_datadict.php logic to the controller
- Extracts HTML to database/data_dictionary/index template
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-03-01 23:06:13 -03:00
Maurício Meneghini Fauth
ef5d7dd66b
Use Bootstrap buttons component
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-12-21 01:01:12 -02:00
Maurício Meneghini Fauth
9eba565bf4
Remove unnecessary HTML closing tags
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-12-19 00:12:54 -02:00
Madhura Jayaratne
ab870bc55f
Fix stored XSS in central columns. Thanks to Ashish Kamble for reporting the vulnerability
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2018-12-17 23:19:31 +11:00
Maurício Meneghini Fauth
76d8bfdafa
Merge branch 'QA_4_8'
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-12-12 21:04:19 -02:00
Madhura Jayaratne
048670f1a5
Merge branch 'QA_4_8' into QA_4_8-security
2018-12-07 16:33:18 +11:00
William Desportes
18c23df20f
Issue #13032 - fix designer on QA_4_8
...
Used cherry-pick : Merge pull request #14376 from williamdes/issue-13032-designer
Cherry-picked-from: cb2dae58be
Issue #13032 - fix designer
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-11-29 20:19:02 +01:00
Maurício Meneghini Fauth
ad7f7fd801
Retrieve parameters from $_POST in tracking pages
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-11-10 20:48:58 -02:00
Maurício Meneghini Fauth
235dac6667
Merge branch 'QA_4_8'
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-10-31 22:13:17 -03:00
Maurício Meneghini Fauth
9fc76f9215
Add secondary tabs for database query
...
Fixes #13621 QBE selenium tests broken since merge of #13342
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-10-31 21:52:54 -03:00
Mohammad Reza Mansouri
5adfa34af1
Database "Search" selects all tables by default. ( #14679 )
...
Signed-off-by: Mohammad Reza Mansouri <beekalam@gmail.com>
2018-10-31 15:12:23 -03:00
Leonardo Strozzi
fc9ccff218
Remove get_div_for_slider_effect twig extension
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-08 22:15:00 -03:00
Leonardo Strozzi
ad3334ccc3
Refactor Sanitize Twig extensions
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-03 17:11:32 -03:00
Leonardo Strozzi
1037b1d626
Refactor Util Twig extensions
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-03 17:11:32 -03:00
Leonardo Strozzi
b65ede42ee
Refactor Url Twig extensions
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-03 17:11:05 -03:00
Leonardo Strozzi
0ba17c69ed
Rename tracker Twig extension
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-03 17:03:05 -03:00
Leonardo Strozzi
78c1d9e949
Rename relations Twig extensions
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-03 17:00:30 -03:00
Leonardo Strozzi
9464cbc94a
Rename plugins Twig extensions
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-03 17:00:30 -03:00
Leonardo Strozzi
04890c3ad8
Rename core Twig's extension
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-03 17:00:30 -03:00
Leonardo Strozzi
8333a994b7
Rename charsets Twig extensions
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-08-03 17:00:30 -03:00
Leonardo Strozzi
491ce9a669
Refactor db_tracking templates
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-06-25 23:42:22 -03:00
Leonardo Strozzi
c03214780d
Refactor Database Structure templates
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-06-20 22:46:44 -03:00
Leonardo Strozzi
99506813b6
Refactor db search templates
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-06-20 22:12:13 -03:00
William Desportes
24a8518b2a
Fix twig for
...
- for 0..-1 does 2 iterations anyway
- for 0..0 does 1 iterations anyway
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-06-15 21:37:44 +02:00
William Desportes
04fe7d0da9
Use php:rawurlencode/twig:url_encode in designer
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-06-15 21:37:42 +02:00
William Desportes
096d170e04
Move designer config to javascript w/json
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-06-15 21:37:32 +02:00
Leonardo Strozzi
0d26cfb5f1
Finish db designer refactor
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-06-11 19:37:07 -03:00
Leonardo Strozzi
be673f908d
Refactor db central columns templates
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-06-03 00:34:12 -03:00
Leonardo Strozzi
5d0fd81e67
Remove Twig php function extensions
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-05-29 23:06:31 -03:00
Leonardo Strozzi
927fed774c
Remove md5 twig extension
...
Adapt templates to remove md5 from PhpFuncionsExtension.php
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-05-22 07:54:03 -03:00
Leonardo Strozzi
c634200564
Addapt getHtmlForTableRow to twig template
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-05-10 11:45:28 -03:00
Leonardo Strozzi
1967db6ae1
Replace Util::getIcon by Twig exetension
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-05-10 11:08:43 -03:00
Leonardo Strozzi
5bc8689b13
Addapt getTableHeader to twig template
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-05-03 22:21:02 -03:00
Maurício Meneghini Fauth
31d6bc8d91
Merge pull request #14122 from vyeshwanth/PMA_14043
...
Enhancement: Button to add a central column from existing tables Fix #14043
2018-03-30 17:45:21 -03:00
vyeshwanth
973931eeba
Designer: Add options dialog is pre-filled with spaces #14111 issue fix
...
Signed-off-by: Yeshwanth Vuppu <vyeshwanth123@gmail.com>
(cherry picked from commit 6e76bf3504 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-30 17:22:00 -03:00
vyeshwanth
6e76bf3504
Designer: Add options dialog is pre-filled with spaces #14111 issue fix
...
Signed-off-by: Yeshwanth Vuppu <vyeshwanth123@gmail.com>
2018-03-30 21:00:32 +05:30
vyeshwanth
096b2ac6d7
Enhancement: Button to add a central column from existing tables #14043
...
Signed-off-by: Yeshwanth Vuppu <vyeshwanth123@gmail.com>
2018-03-30 20:43:22 +05:30
Maurício Meneghini Fauth
ca7fd2b2c7
Fix case where 'query' is always considered defined
...
Related to #14079
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-27 18:44:28 -03:00
Leonardo Strozzi
eb6e40f053
Addapt getHtmlForTableNavigation to twig template
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-03-23 00:34:26 -03:00
Leonardo Strozzi
2c7f3613ee
Addapt getHtmlForAddColumn to use twig template
...
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
2018-03-21 21:50:24 -03:00
Maurício Meneghini Fauth
aa958b5567
Replace pmd* in CSS classes and IDs with designer*
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-24 18:33:10 -03:00
Maurício Meneghini Fauth
cbe0fab819
Rename img/pmd directory to img/designer
...
Rename themes/pmahomme/img/pmd directory to themes/pmahomme/img/designer.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-24 18:09:58 -03:00
Maurício Meneghini Fauth
ac21bd899f
Use template for CentralColumns::getEditTableHeader
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-28 00:35:53 -02:00
Maurício Meneghini Fauth
92f71ba0bc
Remove table from database search form
...
Fix #13730
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-17 22:06:31 -02:00
Maurício Meneghini Fauth
f9e4a1c6af
Use template for getSearchResults method
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-17 03:49:55 -02:00
Maurício Meneghini Fauth
aa48445e9a
Use template for getSelectionForm method
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-17 03:49:55 -02:00
Maurício Meneghini Fauth
0e82a5e83e
Use template for getResultDivs method
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-15 15:44:36 -02:00