15 Commits

Author SHA1 Message Date
roya0045
13502bc613 add missing functs 2022-01-13 08:56:17 -05:00
Hannes
5e0d409b3e Update help for date handling expression functions, remove "variable" 2021-03-31 09:00:13 +10:00
Hannes
000f8ee410 Improve docs about locales for date handling expression functions 2021-03-31 09:00:13 +10:00
Harrissou Sant-anna
c91043aee8 Remove trailing comma 2021-03-09 06:15:41 +10:00
Harrissou Sant-anna
4e89d1aef6 format_date function does not only take and output date
datetime or time can be used to output something else
2021-03-09 06:15:41 +10:00
Harrissou Sant-anna
8eb93c581f Add link to ISO language codes for format_date function 2021-02-11 11:08:40 +10:00
Harrissou Sant-anna
43a20fed2b Updates on expression functions help
fix examples and description
add/update examples to "cross-link" functions
2020-08-10 08:32:18 +10:00
Alexandre Neto
c345622723 Fix some HTML syntax to play better with the QGIS-Documentation script 2020-07-21 10:12:13 +10:00
SrNetoChan
d097adeacd Add groups to function_help files 2020-07-02 15:03:16 +10:00
Raymond Nijssen
3f80823b34 fix for format_date() help text 2020-02-27 06:36:26 +10:00
nirvn
617955ac1e [expression] Language support for format_date() and to_{date,datetime,time}()
By default, those expression use the application's locale. The addition of an optional
language parameter allows handling of dates that wouldn't match that default
locale (say for e.g. an English system running QGIS trying to transform a
French-formatted string into a date object).
2019-11-18 12:13:47 +07:00
Harrissou Sant-anna
f75a0cc4da Various fixes on date functions help
including replacement of todate and tointerval, use of third person
conjugation and addition/fix of examples
2019-09-27 17:44:11 +10:00
nirvn
3e2179e147 [expression] Update the format_date function help hyperlink to point to qt5 doc 2019-08-14 12:54:46 +07:00
Juergen E. Fischer
82b34afe03 move remaining function_help to json and update it's translation handling 2015-09-20 18:35:27 +02:00
Nyall Dawson
709c14391b Change expression help from free form html files to structured json
A new script then parses these json help files into the html help
contents, in a standardised manner. Previously, the function help
was a bunch of different formats and structures.

Now, a custom stylesheet can be applied (and later tweaked!) to
format these help. Eg, this commit colors variables and function
names in the syntax section for greater readability.
2015-09-02 14:22:50 +10:00