This repository was archived by the owner on Nov 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Update SQL Scripts for Postgresql and MySQL and Code Cleanup #6
Merged
Merged
Changes from 4 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
f40a7b1
Update SQL Scripts for Postgresql and MySQL
khu5h1 a6a3fd7
Deleted one update sql script for Postgresql
khu5h1 471a493
Removed Label from Hidden Field
khu5h1 e8cbf13
Code cleanup
khu5h1 6128b26
Update String Value for Relative URL
khu5h1 b3e25bd
Added extra lines in the end
khu5h1 8704ab4
Increase the file version to 4.3 for Update SQL Scripts for Postgres…
khu5h1 697e7ad
Deleted 4.2 update sql script for Postgresql and Mysql
khu5h1 f149b4b
Code Cleanup
khu5h1 b639b31
Merge branch 'infra-guided-tour' of https://github.com/joomla-project…
khu5h1 ec84033
Code Cleanup
khu5h1 ea8b5a3
Update drone signature for tests
bembelimen 638bda3
Merge branch 'dev' of https://github.com/joomla-projects/gsoc22_guide…
khu5h1 51a02ad
Cleanup
khu5h1 61ba835
Resolved Warnings and followed coding standards for tests
khu5h1 2797a97
Resolved Warning for Test
khu5h1 fc92d7e
Added comment for PHPCS error
khu5h1 f445336
Used Standard Headings for the Views and removed the tours id from th…
khu5h1 1908dbd
String value changes for tour and steps
khu5h1 ab4008a
Code cleanup
khu5h1 ff06055
Used shorthand
khu5h1 dcd0238
Fixed Indentation of (C)
khu5h1 83581b7
Fixed Indentation of step.xml
khu5h1 e9aa38e
Code cleanup
khu5h1 1333d8b
Used Language Strings
khu5h1 5c3c289
Cleanup in step.xml and tour.xml
khu5h1 586fc95
Removed Overlay Option and made it permanently true for every tour
khu5h1 c56358f
Cleanup
khu5h1 b62ac97
PHPCS Fixes
khu5h1 75e4b5f
Cleanup for tour.xml
khu5h1 36bfc29
Removed unused index for Postgresql
khu5h1 b430b8a
Added link of tour on steps view URL
khu5h1 bb3309e
Fixed the filtering of steps according to particular tour
khu5h1 b2acb79
Fix assets table changes in base.sql
richard67 c1476f6
Adapt next asset id sequence number for PostgreSQL
richard67 b17c1fc
Add missing values to insert for PostgreSQL
richard67 de1336d
Don't use not existing asset id 91 on updates
richard67 f539ed1
Use INSERT IGNORE / ON CONFLICT DO NOTHING on updates
richard67 8f5db62
Update sequence numbers on PostgreSQL
richard67 586d90f
Consistency and code style fixes
richard67 1f86bed
Add missing extension record
richard67 1632e40
Fix checked out columns to allow null values
richard67 fee4177
Correct data types in PostgreSQL
richard67 2171c9b
Add CAN FAIL installer hint for PostgreSQL
richard67 d785720
Fix for PostgreSQL
richard67 1e41ab9
Fix extensions.sql for PostgreSQL
richard67 2d7652e
Use correct values for created, modified and checked out columns
richard67 a75a5f0
Fix my error from previous commit
richard67 ff39443
Another invalid data type for PostgreSQL
richard67 b06deb9
Fix names quoting
richard67 d376f86
Use double quotes inside SQL strings
richard67 e1d131f
Fix checked out column for PostgreSQL, too
richard67 ebedea3
Fix checked out columns in MySQL update SQL script
richard67 2c2c794
Add null value support to table classes
richard67 34a6f5b
Remoce copy and paste remainders
richard67 fd748cf
SQL code style: Reserved words uppercase
richard67 a39b1a9
Add PHPCS exception for underscore
richard67 a4194d9
Checked out for steps table
richard67 9c2b001
Add new core extensions to extensions helper
richard67 9cfdfc0
Fix for the database checker
richard67 35f806b
Adapt code style for some tables to the others
richard67 8e96dab
Added link of tour on steps view URL
khu5h1 d381c4e
Merge branch 'cleanup' of https://github.com/joomla-projects/gsoc22_g…
khu5h1 2cc268b
Sync up changes with clean up branch
khu5h1 2e6c962
Merge pull request #10 from richard67/cleanup-fix-sql-2022-08-13
khu5h1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
administrator/components/com_admin/sql/updates/mysql/4.2.0-2022-06-15.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
administrator/components/com_admin/sql/updates/postgresql/4.2.0-2022-06-15.sql
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,7 +48,6 @@ | |
| name="asset_id" | ||
| type="hidden" | ||
| filter="unset" | ||
| label="JFIELD_ASSET_ID_LABEL" | ||
| /> | ||
|
|
||
| <field | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,6 @@ | |
| name="asset_id" | ||
| type="hidden" | ||
| filter="unset" | ||
| label="JFIELD_ASSET_ID_LABEL" | ||
| /> | ||
|
|
||
| <field | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ | |
| * @category Component | ||
| * @package Joomla.Administrator | ||
| * @author Joomla! <[email protected]> | ||
| * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> | ||
| * @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org> | ||
| * @license GNU General Public License version 2 or later; see LICENSE.txt | ||
| * @link [email protected] | ||
| */ | ||
|
|
@@ -27,7 +27,7 @@ | |
| /** | ||
| * guidedtours HTML helper | ||
| * | ||
| * @since 3.0 | ||
| * @since __DEPLOY_VERSION__ | ||
| */ | ||
| class AdministratorService | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ | |
| * @category Component | ||
| * @package Joomla.Administrator | ||
| * @author Joomla! <[email protected]> | ||
| * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> | ||
| * @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org> | ||
| * @license GNU General Public License version 2 or later; see LICENSE.txt | ||
khu5h1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * @link [email protected] | ||
| */ | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.