Skip to content

Commit

Permalink
3.8.3-community
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolimo committed Jun 18, 2024
1 parent bedae47 commit 447104f
Show file tree
Hide file tree
Showing 152 changed files with 7,645 additions and 19,912 deletions.
3 changes: 1 addition & 2 deletions framework/src/Maveriks/WebApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,7 @@ public function loadEnvironment($workspace = "", $executeSetupPlugin = true, $se

Bootstrap::LoadTranslationObject((defined("SYS_LANG")) ? SYS_LANG : "en");

// In this case, we cannot make a strict comparison because the workspace value can arrive as a string or integer.
if (empty($workspace) && $workspace != 0) {
if (empty($workspace)) {
// If the workspace is empty the function should be return the control to the previous file
return true;
}
Expand Down
4 changes: 0 additions & 4 deletions gulliver/bin/tasks/pakeGulliver.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@
pake_desc("Update the plugin attributes in all workspaces\n args: <plugin-name>");
pake_task("update-plugin-attributes", "project_exists");

/*----------------------------------********---------------------------------*/

pake_desc("pack plugin in .tar file \n args: <plugin>");
pake_task('pack-plugin', 'project_exists');

pake_desc("generate basic CRUD files for an existing class\n args: <class-name> <table-name> <plugin-name>");
pake_task('propel-build-crud', 'project_exists');

/*----------------------------------********---------------------------------*/

/**
* Function run_version
Expand Down Expand Up @@ -2248,9 +2246,7 @@ function checkFileStandardCode($file)
$aFiles[] = array( 'file' => $rootFolder, 'tab' => $bTabs, 'utf' => $bUtf8, 'dos' => $bDos );
}
}
/*----------------------------------********---------------------------------*/

/*----------------------------------********---------------------------------*/
function run_update_plugin_attributes($task, $args)
{
try {
Expand Down
131 changes: 0 additions & 131 deletions gulliver/bin/tasks/pakeTest.php

This file was deleted.

2 changes: 0 additions & 2 deletions gulliver/bin/tasks/templates/sysGeneric.php.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/*** enable display_error On to caught even fatal errors ***/
ini_set('display_errors','On');
ini_set('error_reporting', E_ALL );
ini_set('memory_limit', '80M');

$path = Array();
$sf = $_SERVER['SCRIPT_FILENAME'];
Expand Down Expand Up @@ -66,7 +65,6 @@ $docuroot = explode ( PATH_SEP , $_SERVER['DOCUMENT_ROOT'] );
$virtualURITable['/(sys*)'] = FALSE;
$virtualURITable['/errors/(*)'] = PATH_GULLIVER_HOME . 'methods/errors/';
$virtualURITable['/controls/(*)'] = PATH_GULLIVER_HOME . 'methods/controls/';
$virtualURITable['/html2ps_pdf/(*)'] = PATH_THIRDPARTY . 'html2ps_pdf/';
$virtualURITable['/Krumo/(*)'] = PATH_THIRDPARTY . 'krumo/';
$virtualURITable['/codepress/(*)'] = PATH_THIRDPARTY . 'codepress/';

Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit0e31606b27d0524a545f3ea5530ff48d::getLoader();
return ComposerAutoloaderInit4fdb3046034ab6356b3ed1cb25f55b57::getLoader();
36 changes: 36 additions & 0 deletions vendor/aws/aws-crt-php/.github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us improve
title: ''
labels: bug, needs-triage
assignees: ''

---

Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [ ] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html)
- [ ] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-cpp/issues) and didn't find any solution

**Describe the bug**
A clear and concise description of what the bug is.

**SDK version number**

**Platform/OS/Hardware/Device**
What are you running the sdk on?

**To Reproduce (observed behavior)**
Steps to reproduce the behavior (please share code)

**Expected behavior**
A clear and concise description of what you expected to happen.

**Logs/output**
If applicable, add logs or error output.

*REMEMBER TO SANITIZE YOUR PERSONAL INFO*



**Additional context**
Add any other context about the problem here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F680 Feature request"
about: Suggest an idea for this project
title: ''
labels: feature-request, needs-triage
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
23 changes: 23 additions & 0 deletions vendor/aws/aws-crt-php/.github/ISSUE_TEMPLATE/---questions-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "\U0001F4AC Questions / Help"
about: If you have questions, please check AWS Forums or StackOverflow
title: ''
labels: guidance, needs-triage
assignees: ''

---

Confirm by changing [ ] to [x] below:
- [ ] I've searched for [previous similar issues](https://github.com/awslabs/aws-crt-php/issues) and didn't find any solution

**Platform/OS/Hardware/Device**
What are you running the sdk on?

**Describe the question**


**Logs/output**
If applicable, add logs or error output.

*REMEMBER TO SANITIZE YOUR PERSONAL INFO*

6 changes: 6 additions & 0 deletions vendor/aws/aws-crt-php/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Loading

0 comments on commit 447104f

Please sign in to comment.