Skip to content

Commit

Permalink
APEX 24.1 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jariolaine committed Jul 11, 2024
1 parent 328421e commit 026bcba
Show file tree
Hide file tree
Showing 355 changed files with 5,221 additions and 5,328 deletions.
2 changes: 1 addition & 1 deletion APEX/Supporting_Objects/public/metadata.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------
-- Inserting into BLOG_SETTINGS
--------------------------------------------------------
insert into blog_settings(display_seq,is_nullable,attribute_name,data_type,attribute_group_message,int_min,int_max,attribute_value) values('10','0','G_APP_VERSION','STRING','INTERNAL',null,null,'Release 23.2.3.20240711');
insert into blog_settings(display_seq,is_nullable,attribute_name,data_type,attribute_group_message,int_min,int_max,attribute_value) values('10','0','G_APP_VERSION','STRING','INTERNAL',null,null,'Release 24.1.0.20240711');
insert into blog_settings(display_seq,is_nullable,attribute_name,data_type,attribute_group_message,int_min,int_max,attribute_value) values('20','0','G_PUB_APP_ID','STRING','INTERNAL',null,null,blog_util.int_to_vc2(apex_application_install.get_application_id));
insert into blog_settings(display_seq,is_nullable,attribute_name,data_type,attribute_group_message,int_min,int_max,attribute_value) values('110','0','BLOG_APP_NAME','STRING','BLOG_SETTING_GROUP_GENERAL',null,null,'My Blog');
insert into blog_settings(display_seq,is_nullable,attribute_name,data_type,attribute_group_message,int_min,int_max,attribute_value) values('120','0','BLOG_APP_DESC','STRING','BLOG_SETTING_GROUP_GENERAL',null,null,'About Almost Everything');
Expand Down
2 changes: 1 addition & 1 deletion APEX/Upgrade/public/postupgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Update version info
--------------------------------------------------------
update blog_settings
set attribute_value = 'Release 23.2.3.20240711'
set attribute_value = 'Release 24.1.0.20240711'
where 1 = 1
and attribute_name = 'G_APP_VERSION'
;
Expand Down
10 changes: 5 additions & 5 deletions APEX/blog_administration/application/create_application.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- FLOW: 402
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand All @@ -26,6 +26,7 @@ wwv_imp_workspace.create_flow(
,p_bookmark_checksum_function=>'SH512'
,p_accept_old_checksums=>false
,p_compatibility_mode=>'21.2'
,p_accessible_read_only=>'N'
,p_flow_language=>'en'
,p_flow_language_derived_from=>'FLOW_PRIMARY_LANGUAGE'
,p_allow_feedback_yn=>'Y'
Expand All @@ -44,7 +45,7 @@ wwv_imp_workspace.create_flow(
,p_public_user=>'APEX_PUBLIC_USER'
,p_proxy_server=>nvl(wwv_flow_application_install.get_proxy,'')
,p_no_proxy_domains=>nvl(wwv_flow_application_install.get_no_proxy_domains,'')
,p_flow_version=>'Release 23.2.3.20240711'
,p_flow_version=>'Release 24.1.0.20240711'
,p_flow_status=>'AVAILABLE_W_EDIT_LINK'
,p_flow_unavailable_text=>'This application is currently unavailable at this time.'
,p_exact_substitutions_only=>'Y'
Expand All @@ -56,12 +57,11 @@ wwv_imp_workspace.create_flow(
,p_csv_encoding=>'Y'
,p_auto_time_zone=>'Y'
,p_error_handling_function=>'blog_util.apex_error_handler'
,p_oracle_text_function_type=>'CUSTOM'
,p_oracle_text_function=>'blog_ctx.get_post_search'
,p_tokenize_row_search=>'N'
,p_substitution_string_01=>'BLOG_DEFAULT_TIMEFRAME'
,p_substitution_value_01=>'86400'
,p_last_updated_by=>'BLOG_040000'
,p_last_upd_yyyymmddhh24miss=>'20240711053151'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
,p_files_version=>1093
,p_print_server_type=>'INSTANCE'
Expand Down
4 changes: 2 additions & 2 deletions APEX/blog_administration/application/delete_application.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prompt --application/delete_application
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL BUILD OPTIONS: 402
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand Down
4 changes: 2 additions & 2 deletions APEX/blog_administration/application/deployment/checks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL CHECKS: 402
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: 402
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-Database objects
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand Down Expand Up @@ -662,18 +662,6 @@ wwv_flow_imp_shared.create_install_script(
'-- - Added trim to function remove_whitespace',
'-- '))
);
wwv_flow_imp.component_end;
end;
/
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
,p_default_owner=>'BLOG_040000'
);
wwv_flow_imp_shared.append_to_install_script(
p_id=>wwv_flow_imp.id(32897013199918411)
,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
Expand Down Expand Up @@ -1355,19 +1343,6 @@ wwv_flow_imp_shared.append_to_install_script(
'-- Called from:',
'-- public'))
);
null;
wwv_flow_imp.component_end;
end;
/
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
,p_default_owner=>'BLOG_040000'
);
wwv_flow_imp_shared.append_to_install_script(
p_id=>wwv_flow_imp.id(32897013199918411)
,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
Expand Down Expand Up @@ -2354,19 +2329,6 @@ wwv_flow_imp_shared.append_to_install_script(
' where 1 = 1',
' and lkp_post.published'))
);
null;
wwv_flow_imp.component_end;
end;
/
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
,p_default_owner=>'BLOG_040000'
);
wwv_flow_imp_shared.append_to_install_script(
p_id=>wwv_flow_imp.id(32897013199918411)
,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
Expand Down Expand Up @@ -3378,19 +3340,6 @@ wwv_flow_imp_shared.append_to_install_script(
'-- Private procedures and functions',
'---------------------------------------------------------'))
);
null;
wwv_flow_imp.component_end;
end;
/
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
,p_default_owner=>'BLOG_040000'
);
wwv_flow_imp_shared.append_to_install_script(
p_id=>wwv_flow_imp.id(32897013199918411)
,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
Expand Down Expand Up @@ -4430,19 +4379,6 @@ wwv_flow_imp_shared.append_to_install_script(
' left join apex_workspace_group_groups gg on g.group_name = gg.grantee_name',
' left join apex_workspace_group_users gu on g.'))
);
null;
wwv_flow_imp.component_end;
end;
/
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
,p_default_owner=>'BLOG_040000'
);
wwv_flow_imp_shared.append_to_install_script(
p_id=>wwv_flow_imp.id(32897013199918411)
,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
Expand Down Expand Up @@ -5474,19 +5410,6 @@ wwv_flow_imp_shared.append_to_install_script(
' "tag": {"page": "TAG", "items": "P6_TAG_ID"},',
' "unsubscribe": {"page": "POST",'))
);
null;
wwv_flow_imp.component_end;
end;
/
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
,p_default_owner=>'BLOG_040000'
);
wwv_flow_imp_shared.append_to_install_script(
p_id=>wwv_flow_imp.id(32897013199918411)
,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
Expand Down Expand Up @@ -6514,19 +6437,6 @@ wwv_flow_imp_shared.append_to_install_script(
'--------------------------------------------------------------------------------',
''))
);
null;
wwv_flow_imp.component_end;
end;
/
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
,p_default_owner=>'BLOG_040000'
);
wwv_flow_imp_shared.append_to_install_script(
p_id=>wwv_flow_imp.id(32897013199918411)
,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
Expand Down Expand Up @@ -7522,19 +7432,6 @@ wwv_flow_imp_shared.append_to_install_script(
' ,p_header_names => c_headers',
' ,p_header_values => apex_t_varchar2( l_cache_control, ''inline; filen'))
);
null;
wwv_flow_imp.component_end;
end;
/
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
,p_default_owner=>'BLOG_040000'
);
wwv_flow_imp_shared.append_to_install_script(
p_id=>wwv_flow_imp.id(32897013199918411)
,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
Expand Down Expand Up @@ -7727,7 +7624,6 @@ wwv_flow_imp_shared.append_to_install_script(
' REFERENCES "BLOG_TAGS" ("ID") ENABLE;',
''))
);
null;
wwv_flow_imp.component_end;
end;
/
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-Metadata
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand Down
3 changes: 2 additions & 1 deletion APEX/blog_administration/application/end_environment.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
prompt --application/end_environment
begin
wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, true));
wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, true)
);
commit;
end;
/
Expand Down
12 changes: 6 additions & 6 deletions APEX/blog_administration/application/pages/page_00000.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- PAGE: 00000
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand All @@ -20,8 +20,6 @@ wwv_flow_imp_page.create_page(
,p_page_template_options=>'#DEFAULT#'
,p_protection_level=>'D'
,p_page_component_map=>'14'
,p_last_updated_by=>'LAINFJAR'
,p_last_upd_yyyymmddhh24miss=>'20240420042807'
);
wwv_flow_imp_page.create_page_plug(
p_id=>wwv_flow_imp.id(55301750034386026)
Expand All @@ -30,12 +28,14 @@ wwv_flow_imp_page.create_page_plug(
,p_plug_template=>wwv_flow_imp.id(8475523710518195)
,p_plug_display_sequence=>10
,p_plug_display_point=>'REGION_POSITION_05'
,p_location=>null
,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2(
'<div class="blog-copyright">',
' <a href="https://github.com/jariolaine/apex-blog" class="blog-copyright-link" target="_blank" rel="external" title="Blog application built with Oracle Application Express (APEX)">Powered By APEX Blog</a>',
'</div>'))
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2(
'expand_shortcuts', 'N',
'output_as', 'HTML')).to_clob
,p_plug_comment=>'Displays link to blog application source code in GitHub. Do not change!'
);
wwv_flow_imp.component_end;
Expand Down
12 changes: 6 additions & 6 deletions APEX/blog_administration/application/pages/page_00001.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- PAGE: 00001
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.3'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>18303204396897713
,p_default_application_id=>402
,p_default_id_offset=>0
Expand All @@ -22,8 +22,6 @@ wwv_flow_imp_page.create_page(
,p_protection_level=>'C'
,p_help_text=>'No help available for this page.'
,p_page_component_map=>'03'
,p_last_updated_by=>'LAINFJAR'
,p_last_upd_yyyymmddhh24miss=>'20240411201757'
);
wwv_flow_imp_page.create_page_plug(
p_id=>wwv_flow_imp.id(8582113239518316)
Expand All @@ -32,9 +30,11 @@ wwv_flow_imp_page.create_page_plug(
,p_plug_template=>wwv_flow_imp.id(8492139706518207)
,p_plug_display_sequence=>10
,p_plug_display_point=>'REGION_POSITION_01'
,p_location=>null
,p_translate_title=>'N'
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2(
'expand_shortcuts', 'N',
'output_as', 'HTML')).to_clob
);
wwv_flow_imp_page.create_report_region(
p_id=>wwv_flow_imp.id(37646499764287130)
Expand Down
Loading

0 comments on commit 026bcba

Please sign in to comment.