Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
ef41537
Create guidedtours.joomla_whatsnew_5_3.ini
sdwjoomla Feb 12, 2025
a857d58
Create guidedtours.joomla_whatsnew_5_3_steps.ini
sdwjoomla Feb 12, 2025
d97de05
Create tada.txt
sdwjoomla Feb 12, 2025
a2cee71
Add files via upload
sdwjoomla Feb 12, 2025
3d50da1
Delete build/media_source/com_guidedtours/images/5_3/tada.txt
sdwjoomla Feb 12, 2025
5717fb2
Add files via upload
sdwjoomla Feb 12, 2025
0fb61dc
Delete build/media_source/com_guidedtours/images/5_3/J53-Files-Direct…
sdwjoomla Feb 12, 2025
b416cab
Update guidedtours.joomla_whatsnew_5_3.ini
sdwjoomla Feb 12, 2025
bba355d
Create 5.3.0-2025-02-12.sql
sdwjoomla Feb 12, 2025
0a8aa16
Create 5.3.0-2025-02-12.sql
sdwjoomla Feb 12, 2025
4b186e3
Update guidedtours.joomla_whatsnew_5_3.ini
sdwjoomla Feb 14, 2025
37f933d
Updated Image
sdwjoomla Feb 14, 2025
230b2e1
corrected image
sdwjoomla Feb 14, 2025
2567e2d
Merge branch '5.3-dev' into WNT-5-3-0
sdwjoomla Feb 20, 2025
93b1214
Update guidedtours.joomla_whatsnew_5_3.ini
sdwjoomla Feb 23, 2025
d3c4269
Update guidedtours.joomla_whatsnew_5_3.ini
sdwjoomla Feb 23, 2025
5d9b130
Merge branch '5.3-dev' into WNT-5-3-0
rdeutz Feb 28, 2025
a7f22c4
Update administrator/language/en-GB/guidedtours.joomla_whatsnew_5_3.ini
obuisard Mar 4, 2025
bbc1b2b
Update administrator/language/en-GB/guidedtours.joomla_whatsnew_5_3.ini
obuisard Mar 4, 2025
13c3651
Update administrator/language/en-GB/guidedtours.joomla_whatsnew_5_3_s…
obuisard Mar 4, 2025
265f408
Update administrator/language/en-GB/guidedtours.joomla_whatsnew_5_3_s…
obuisard Mar 4, 2025
04c5672
Merge branch '5.3-dev' into WNT-5-3-0
obuisard Mar 7, 2025
ad6c2c0
Merge branch '5.3-dev' into WNT-5-3-0
rdeutz Mar 9, 2025
ae37a4e
Update guidedtours.joomla_whatsnew_5_3_steps.ini
sdwjoomla Mar 10, 2025
f62d7f3
Update guidedtours.joomla_whatsnew_5_3.ini
sdwjoomla Mar 10, 2025
cd2ca8e
Merge branch '5.3-dev' into WNT-5-3-0
QuyTon Mar 11, 2025
6424858
Merge branch '5.3-dev' into WNT-5-3-0
QuyTon Mar 12, 2025
6aae5ed
Rename 5.3.0-2025-02-12.sql to 5.3.0-2025-03-14.sql
bembelimen Mar 14, 2025
24f0147
Rename 5.3.0-2025-02-12.sql to 5.3.0-2025-03-14.sql
bembelimen Mar 14, 2025
e99c028
Merge branch '5.3-dev' into WNT-5-3-0
bembelimen Mar 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- disable autostart for the previous tour
UPDATE `#__guidedtours` SET `autostart` = 0 WHERE `uid` = 'joomla-whatsnew-5-2';

INSERT INTO `#__guidedtours` (`title`, `description`, `extensions`, `url`, `published`, `language`, `note`, `access`, `uid`, `autostart`, `created`, `created_by`, `modified`, `modified_by`) VALUES
('COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_TITLE', 'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_DESCRIPTION', '["com_cpanel"]', 'administrator/index.php', 1, '*', '', 1, 'joomla-whatsnew-5-3', 1, CURRENT_TIMESTAMP(), 0, CURRENT_TIMESTAMP(), 0);

INSERT INTO `#__guidedtour_steps` (`title`, `description`, `position`, `target`, `type`, `interactive_type`, `url`, `published`, `language`, `note`, `params`, `tour_id`, `created`, `created_by`, `modified`, `modified_by`)
SELECT 'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_STEP_0_TITLE', 'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_STEP_0_DESCRIPTION', 'right', '#sidebarmenu nav > ul:first-of-type > li:last-child', 0, 1, '', 1, '*', '', '"{\"required\":1,\"requiredvalue\":\"\"}"', MAX(`id`), CURRENT_TIMESTAMP(), 0, CURRENT_TIMESTAMP(), 0
FROM `#__guidedtours`
WHERE `uid` = 'joomla-whatsnew-5-3';
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- disable autostart for the previous tour
UPDATE "#__guidedtours" SET "autostart" = 0 WHERE "uid" = 'joomla-whatsnew-5-2';

INSERT INTO "#__guidedtours" ("title", "description", "extensions", "url", "published", "language", "note", "access", "uid", "autostart", "created", "created_by", "modified", "modified_by") VALUES
('COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_TITLE', 'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_DESCRIPTION', '["com_cpanel"]', 'administrator/index.php', 1, '*', '', 1, 'joomla-whatsnew-5-3', 1, CURRENT_TIMESTAMP, 0, CURRENT_TIMESTAMP, 0);

INSERT INTO "#__guidedtour_steps" ("title", "description", "position", "target", "type", "interactive_type", "url", "published", "language", "note", "params", "tour_id", "created", "created_by", "modified", "modified_by")
SELECT 'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_STEP_0_TITLE', 'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_STEP_0_DESCRIPTION', 'right', '#sidebarmenu nav > ul:first-of-type > li:last-child', 0, 1, '', 1, '*', '', '"{\"required\":1,\"requiredvalue\":\"\"}"', MAX("id"), CURRENT_TIMESTAMP, 0, CURRENT_TIMESTAMP, 0
FROM "#__guidedtours"
WHERE "uid" = 'joomla-whatsnew-5-3';
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
; Joomla! Project
; (C) 2025 Open Source Matters, Inc. <https://www.joomla.org>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_DESCRIPTION="<h1 class=\"fw-medium\">Welcome to Joomla 5.3!</h1><div class=\"row align-items-center mb-4 pt-4 border-top border-1\"><div class=\"col-md-6 col-lg-7\"><h2 class=\"mb-3\">Guided Tours Updates</h2><p>Guided Tours now has its own API. <a href=\"https://manual.joomla.org/docs/next/web-services-api/\" target=\"_blank\" rel=\"noopener noreferrer\">Joomla API Documentation</a></p><p>Stay tuned for other new enhancements coming soon!</p></div></div><div class=\"row align-items-center border-top border-1 pt-4\"><div class=\"col-md-6 col-lg-5 text-center text-md-start mb-3 mb-md-0\"><img class=\"img-fluid\" src=\"media/com_guidedtours/images/5_3/filesdirectory.jpg\" alt=\"The first step of the welcome tour, showing the new media files folder\" width=\"521\" height=\"304\"></div><div class=\"col-md-6 col-lg-7 mb-3\"><h2 class=\"mb-3\">Core Updates</h2><h3 class=\"mb-3\">Organize Files in their Own Location</h3><p>Now you can see and select your stored/uploaded documents directly from the Media Manager. Find more information in the <a href=\"https://magazine.joomla.org/all-issues/december-2024/document-uploads-on-your-joomla-website\" target=\"_blank\" rel=\"noopener noreferrer\">Joomla Community Magazine</a>.</p><h3 class=\"mb-3\">View Scheduled Task History</h3><p>You now have the ability to view execution information directly in the backend without having to access log files. Look for the <strong>Execution History</strong> button located in the Scheduled Tasks page.</p><h3>Other Enhancements and Fixes</h3><ul class=\"mb-3\"><li>Template Override Plugin Comparison - adds compare functionality to plugin overrides</li><li>Tag Alias Lookup Fixed - now instead of showing the tag id number in the URL the tag name is shown</li></ul></div></div>"
COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_TITLE="What’s New in Joomla 5.3!"
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
; Joomla! Project
; (C) 2025 Open Source Matters, Inc. <https://www.joomla.org>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_STEP_0_DESCRIPTION="<h3>Joomla 5.3 Full Release Notes</h3><p><a title=\"Full release notes\" href=\"https://www.joomla.org/announcements.html\" target=\"_blank\" rel=\"noopener noreferrer\">View the full release notes on joomla.org</a></p><hr><h3>Help and Information</h3><p>Many resources to help you can be found here together with additional links to more resources, documentation, support and how to become involved in Joomla.</p>"
COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_STEP_0_TITLE="More Information and Help"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.