[Bps-public-commit] rtx-calendar branch allow-custom-field-based-events-2 updated. 1.05-10-g0887cc6

BPS Git Server git at git.bestpractical.com
Wed Aug 30 00:52:33 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtx-calendar".

The branch, allow-custom-field-based-events-2 has been updated
       via  0887cc6a97f517b71920e06258bb767862b9641e (commit)
      from  7447aae64acbe03c2fdc9979a18a49f482dcd0a6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0887cc6a97f517b71920e06258bb767862b9641e
Author: Ronaldo Richieri <ronaldo at bestpractical.com>
Date:   Tue Aug 29 21:51:24 2023 -0300

    Update calendar help
    
    Fixed title capitalization.
    
    Update header level to decrease title size.
    
    Fixed some typos.

diff --git a/html/Search/Calendar.html b/html/Search/Calendar.html
index 5312065..cd8c808 100644
--- a/html/Search/Calendar.html
+++ b/html/Search/Calendar.html
@@ -203,21 +203,21 @@ foreach my $TranslatedLegend (sort keys %CalendarIconsTranslated) {
 
 <&| /Widgets/TitleBox, title => loc('Help') &>
 
-<h3><&|/l&>displaying reminders</&>:</h3>
+<h4 class="mt-2"><&|/l&>Displaying reminders</&>:</h4>
 <p>
 <&|/l_unsafe, qq{<a href="$RT::WebPath/Search/Edit.html">} . loc("Advanced") . '</a>' &>
-If you want to have reminders in a search you need to go to [_1] tab
-and add something to the Query like that:
+If you want to see reminders on the calendar, you need to go to the [_1] tab
+of your query and explicitly add the following clause to it:
 </&>
  <pre>
    AND ( Type = 'ticket' OR Type = 'reminder' )
 </pre>
 </p>
 
-<h3><&|/l&>displaying other kind of dates</&>:</h3>
+<h4><&|/l&>Displaying other kind of dates</&>:</h4>
 <p>
 <&|/l_unsafe, qq{<a href="$RT::WebPath/Search/Build.html">} . loc("Query Builder") . '</a>'&>
-By default RTx::Calendar display Due and Starts dates. You can select other
+By default, RTx::Calendar displays Due and Starts dates. You can select other
 kind of events you want with the Display Columns section in the [_1].
 The following one will display the two latter, LastUpdated and an additional
 date from a custom field called Maintenance Date:
@@ -230,7 +230,7 @@ date from a custom field called Maintenance Date:
 </pre>
 </p>
 
-<h3><&|/l&>changing the default query</&>:</h3>
+<h4><&|/l&>Changing the default query</&>:</h4>
 <p>
 <&|/l_unsafe, qq{<a href="$RT::WebPath/Search/Build.html">} . loc("Query Builder") . '</a>'&>
 You can change the default Query of Calendar.html and MyCalendar

-----------------------------------------------------------------------

Summary of changes:
 html/Search/Calendar.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
rtx-calendar


More information about the Bps-public-commit mailing list