acognet
dbe747ea23
N°2598 - When refreshing a list, loosing page and order - change of dashboard refresh mecanism
2021-02-15 16:55:03 +01:00
acognet
c1c8fad97e
N°3648 - Feedback alpha 3.0 : finish relation edition
2021-02-15 16:55:03 +01:00
Eric
244de6915d
N°3700 - Restyle SessionMessage
2021-02-12 17:40:31 +01:00
Eric
19270a9dde
N°3563 - Migrate backoffice pages to new UIBlock system : Preferences (partial fix for favorite organizations and shortcuts)
2021-02-10 14:31:19 +01:00
Eric
91fd69e0bd
N°3563 - Migrate backoffice pages to new UIBlock system : Preferences (fix newsroom icon)
2021-02-10 10:53:01 +01:00
Eric
3c60e4f765
Add Toolbar factory, Use new factory entry for cancel buttons, better check of twig errors, fix fatal error page
2021-02-09 14:43:46 +01:00
Molkobain
15c5a22d11
N°3649 - Activity panel: Add tooltip on compose button
2021-02-08 12:24:04 +01:00
Molkobain
4a2cbc9be3
N°2847 - Navigation menu: Change default expanded/collapsed behavior
...
- Keep previous value (iTop 2.7 and older) if present
- Otherwise, collapsed by default
- Also renamed the user pref. to match new conventions
2021-02-08 12:24:04 +01:00
Pierre Goiffon
d312bf74b9
N°3537 run_query : fix fatal error class not found when running query with parameters
...
Factory weren't renamed in this file :/
Regression brought by 5fe8ca17
2021-02-04 16:08:59 +01:00
acognet
ef1b7ca82c
Remove useless log
2021-01-27 11:14:54 +01:00
Stephen Abello
46b4990252
N°3632 Move tab's layout preference to preferences page
2021-01-22 10:30:12 +01:00
Molkobain
1514cd83ab
UIBlock: Change $aAdditionalCSSClasses methods to match app. conventions (parameters should be arrays, not space separated string)
...
Note: This had to be fixed on all calls to this, hence the number of modifications.
2021-01-21 12:59:30 +01:00
Eric
26f800d488
N°3423 - Allow AttributeImage / AttributeDocument content to be cached by the browser (console)
2021-01-21 10:44:23 +01:00
Molkobain
d54e156ec2
N°3207 - Global search: Keep input open and focus at the end of the query when running a search
2021-01-20 11:04:17 +01:00
Eric
54c5c8c016
Merge remote-tracking branch 'origin/develop' into feature/MVCTwigTags3.0
2021-01-20 10:43:12 +01:00
Molkobain
8ddbadacec
N°3207 - Global search: Fix current search not displayed in the history results
2021-01-19 17:44:07 +01:00
Eric
01c4dff035
Add UIBlocks to twig (Changed classes name)
2021-01-19 17:23:09 +01:00
Eric
79d0b9543a
Add UIBlocks to twig
2021-01-18 15:27:20 +01:00
Pierre Goiffon
7d9f73f650
N°3537 run_query : add missing tooltip on evaluate button
...
This extra text contains the shortcut info, so we must print this !
2021-01-18 14:55:17 +01:00
Eric
21740123f4
Add UIBlocks to twig (generic parser and node)
...
# Conflicts:
# pages/run_query.php
# test/VisualTest/Backoffice/RenderAllUiBlocks.php
2021-01-18 12:09:07 +01:00
Pierre Goiffon
2f10f24317
Rename \Combodo\iTop\Application\UI\Base\Component\Html\HtmlFactory::MakeP to MakeParagraph
2021-01-15 13:50:47 +01:00
Stephen Abello
137b4e55c4
N°3560 Allow to scroll vertically through tabs content. User can activate this feature in preference page
2021-01-15 11:03:08 +01:00
Pierre Goiffon
442e9598f8
N°3537 run_query : fix query suggestion button
...
Was throwing plain old HTML
Now use standard button component, and a new HtmlFactory to avoid calling \WebPage::GetP
Also change "use this query" behavior : now also submits the form directly
And : added a TODO 3.0.0 for the "query examples" buttons (will be done later)
2021-01-15 09:30:39 +01:00
Pierre Goiffon
a41229b223
N°3537 run_query : fix cannot set query arguments values
2021-01-14 17:37:38 +01:00
Pierre Goiffon
9a5e86caea
N°3617 User pref keys : add prefix and normalize naming
...
4 keys existing :
* notification help message => UI-Collapsible__notifications__home
* run_query "more info" section => UI-Collapsible__run_query__more-info
* RenderAllUiBlocks test page alert and section examples => UI-Collapsible__RenderAllUiBlocks__alert and UI-Collapsible__RenderAllUiBlocks__section
2021-01-14 10:08:15 +01:00
Molkobain
8df2f96dfe
N°3627 - Fix "global search" results page URL not containing the query
2021-01-13 21:20:41 +01:00
Pierre Goiffon
09e531f11c
N°3623 new \utils::EscapeHtml method
2021-01-13 16:10:43 +01:00
Pierre Goiffon
6a33fbc7b3
N°3617 run_query "more information" section : collapsible state is saved back again
...
The original key name was "runQuery" (f9511aba ) but this was too vague and didn't follow naming conventions. SO I decided to renamed it "run_query__more-info", as anyway existing keys won't be used (see 790a675d )
2021-01-13 09:34:24 +01:00
Eric
503817e572
N°2737 - Migrate WebPage::table() to UIBlocks
2021-01-12 16:17:33 +01:00
acognet
ccb6bb943c
N°2737 - Migrate table to DataTables plugin to be iso with the end-users portal - fix actions doesn't work after class change
2021-01-12 10:34:24 +01:00
acognet
3791306be7
3540 - Migrate printable version of an object - management of the activities of an object
2021-01-06 09:40:30 +01:00
Pierre Goiffon
9be3ff3cca
N°3564 Use CollapsibleSectionState for help
2020-12-24 11:48:30 +01:00
Pierre Goiffon
d3efd3ea0e
🎨 N°3563 user preferences page : some formatting
2020-12-24 10:04:50 +01:00
Pierre Goiffon
4541aa4446
N°3537 run_query : use H2 for content titles
2020-12-22 18:20:36 +01:00
Pierre Goiffon
337aebfed9
N°3537 run_query : use panel for OQL error
2020-12-22 17:47:10 +01:00
Pierre Goiffon
5e22c442ce
N°3537 new CollapsibleSection component for run_query
2020-12-22 17:18:13 +01:00
Pierre Goiffon
c8dbf88c03
♻️ new FieldFactory
...
Idea is to remove the aParams parameter from the Field object
And also allow to pass subblocks for the input value instead of only raw HTML
2020-12-18 11:32:13 +01:00
Pierre Goiffon
85e9073228
N°3537 run_query : use Field instead of InputWithLabel
2020-12-16 17:45:13 +01:00
Pierre Goiffon
2b0691daa6
N°3537 run_query : exception message as an alert Component
2020-12-16 17:45:12 +01:00
Eric
31f3bf9368
N°2847 - move console specific methods from BlockRenderer to ConsoleBlockRenderer
2020-12-16 17:44:08 +01:00
Eric
1b115624a2
N°2737 - RenderBlockTemplate enhancement, uilinkswidget UIBlock refactor
2020-12-16 11:05:30 +01:00
Pierre Goiffon
a20fd2278f
N°3537 Code review
...
Thanks @Molkobain !
2020-12-16 08:06:53 +01:00
Pierre Goiffon
4bb59548d0
N°3537 run_query : replace main form by components
2020-12-15 17:09:39 +01:00
Eric
c451293370
N°3123 - ExtraParams check
2020-12-15 12:14:10 +01:00
acognet
43a2b5cda6
N°3123 : Fix create shortcuts and set preferences
2020-12-11 19:23:35 +01:00
Pierre Goiffon
96e7f57a34
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# application/ajaxwebpage.class.inc.php
# application/csvpage.class.inc.php
# application/itopwebpage.class.inc.php
# application/webpage.class.inc.php
# application/xmlpage.class.inc.php
# core/config.class.inc.php
# css/css-variables.scss
# datamodels/2.x/version.xml
# pages/ajax.document.php
# pages/ajax.render.php
# pages/ajax.searchform.php
# sources/application/TwigBase/Controller/Controller.php
2020-12-10 18:08:11 +01:00
Molkobain
abf6d5422e
Merge remote-tracking branch 'origin/feature/faf-cke-mentions' into develop
2020-12-10 17:50:07 +01:00
Eric
2bef89137e
N°3123 - DataTables rework (WIP)
2020-12-10 17:13:15 +01:00
Molkobain
97c77b612e
N°2875 - Add config. param. 'mentions.allowed_classes' to choose which classes (eg. Person / FunctionalCI) can be mentioned through which char. (eg. @ / #)
2020-12-10 10:27:34 +01:00
Molkobain
e96400c43b
N°2875 - Improve global implementation and integration with the trigger system
2020-12-09 23:19:39 +01:00