forked from joomla/joomla-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/staging' into staging
- Loading branch information
Showing
448 changed files
with
10,714 additions
and
6,865 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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
4 changes: 4 additions & 0 deletions
4
administrator/components/com_admin/sql/updates/mysql/3.6.0-2016-04-01.sql
This file contains 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
1 change: 1 addition & 0 deletions
1
administrator/components/com_admin/sql/updates/mysql/3.6.0-2016-06-01.sql
This file contains 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
UPDATE `#__extensions` SET `protected` = 1, `enabled` = 1 WHERE `name` = 'com_ajax'; |
5 changes: 5 additions & 0 deletions
5
administrator/components/com_admin/sql/updates/mysql/3.6.0-2016-06-05.sql
This file contains 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-- | ||
-- Add ACL check for to #__languages | ||
-- | ||
|
||
ALTER TABLE `#__languages` ADD COLUMN `asset_id` INT(11) NOT NULL AFTER `lang_id`; |
4 changes: 4 additions & 0 deletions
4
administrator/components/com_admin/sql/updates/postgresql/3.6.0-2016-04-01.sql
This file contains 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
1 change: 1 addition & 0 deletions
1
administrator/components/com_admin/sql/updates/postgresql/3.6.0-2016-06-01.sql
This file contains 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
UPDATE "#__extensions" SET "protected" = 1, "enabled" = 1 WHERE "name" = "com_ajax"; |
5 changes: 5 additions & 0 deletions
5
administrator/components/com_admin/sql/updates/postgresql/3.6.0-2016-06-05.sql
This file contains 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-- | ||
-- Add ACL check for to #__languages | ||
-- | ||
|
||
ALTER TABLE "#__languages" ADD COLUMN "asset_id" bigint DEFAULT 0 NOT NULL; |
4 changes: 4 additions & 0 deletions
4
administrator/components/com_admin/sql/updates/sqlazure/3.6.0-2016-04-01.sql
This file contains 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
1 change: 1 addition & 0 deletions
1
administrator/components/com_admin/sql/updates/sqlazure/3.6.0-2016-06-01.sql
This file contains 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
UPDATE [#__extensions] SET [protected] = 1, [enabled] = 1 WHERE [name] = 'com_ajax'; |
5 changes: 5 additions & 0 deletions
5
administrator/components/com_admin/sql/updates/sqlazure/3.6.0-2016-06-05.sql
This file contains 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-- | ||
-- Add ACL check for to #__languages | ||
-- | ||
|
||
ALTER TABLE [#__languages] ADD [asset_id] [bigint] NOT NULL DEFAULT 0; |
This file contains 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 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 |
---|---|---|
@@ -1,18 +1,72 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<access component="com_banners"> | ||
<section name="component"> | ||
<action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" /> | ||
<action name="core.options" title="JACTION_OPTIONS" description="JACTION_OPTIONS_COMPONENT_DESC" /> | ||
<action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" /> | ||
<action name="core.create" title="JACTION_CREATE" description="JACTION_CREATE_COMPONENT_DESC" /> | ||
<action name="core.delete" title="JACTION_DELETE" description="JACTION_DELETE_COMPONENT_DESC" /> | ||
<action name="core.edit" title="JACTION_EDIT" description="JACTION_EDIT_COMPONENT_DESC" /> | ||
<action name="core.edit.state" title="JACTION_EDITSTATE" description="JACTION_EDITSTATE_COMPONENT_DESC" /> | ||
<action | ||
name="core.admin" | ||
description="JACTION_ADMIN_COMPONENT_DESC" | ||
title="JACTION_ADMIN" | ||
/> | ||
|
||
<action | ||
name="core.options" | ||
description="JACTION_OPTIONS_COMPONENT_DESC" | ||
title="JACTION_OPTIONS" | ||
/> | ||
|
||
<action | ||
name="core.manage" | ||
description="JACTION_MANAGE_COMPONENT_DESC" | ||
title="JACTION_MANAGE" | ||
/> | ||
|
||
<action | ||
name="core.create" | ||
description="JACTION_CREATE_COMPONENT_DESC" | ||
title="JACTION_CREATE" | ||
/> | ||
|
||
<action | ||
name="core.delete" | ||
description="JACTION_DELETE_COMPONENT_DESC" | ||
title="JACTION_DELETE" | ||
/> | ||
|
||
<action | ||
name="core.edit" | ||
description="JACTION_EDIT_COMPONENT_DESC" | ||
title="JACTION_EDIT" | ||
/> | ||
|
||
<action | ||
name="core.edit.state" | ||
description="JACTION_EDITSTATE_COMPONENT_DESC" | ||
title="JACTION_EDITSTATE" | ||
/> | ||
|
||
</section> | ||
<section name="category"> | ||
<action name="core.create" title="JACTION_CREATE" description="COM_CATEGORIES_ACCESS_CREATE_DESC" /> | ||
<action name="core.delete" title="JACTION_DELETE" description="COM_CATEGORIES_ACCESS_DELETE_DESC" /> | ||
<action name="core.edit" title="JACTION_EDIT" description="COM_CATEGORIES_ACCESS_EDIT_DESC" /> | ||
<action name="core.edit.state" title="JACTION_EDITSTATE" description="COM_CATEGORIES_ACCESS_EDITSTATE_DESC" /> | ||
<action | ||
name="core.create" | ||
description="COM_CATEGORIES_ACCESS_CREATE_DESC" | ||
title="JACTION_CREATE" | ||
/> | ||
|
||
<action | ||
name="core.delete" | ||
description="COM_CATEGORIES_ACCESS_DELETE_DESC" | ||
title="JACTION_DELETE" | ||
/> | ||
|
||
<action | ||
name="core.edit" | ||
description="COM_CATEGORIES_ACCESS_EDIT_DESC" | ||
title="JACTION_EDIT" | ||
/> | ||
|
||
<action | ||
name="core.edit.state" | ||
description="COM_CATEGORIES_ACCESS_EDITSTATE_DESC" | ||
title="JACTION_EDITSTATE" | ||
/> | ||
</section> | ||
</access> |
This file contains 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
Oops, something went wrong.