tschf

Results 18 issues of tschf

I see that you have a setting to split the pane vertically (Settings - Appearance - List View). My personal preference is a horizontally split pane, as per Gmail offers:...

enhancement-request

### Issue Description I created a brand new APEX Nitro Project - the only change I made was to update the file `apexnitro.cred.json` and modify the `.gitignore`. When I perform...

Setting `OOS_ORACLE_CREATE_USER_YN` to N, will not create the database schema. However, another configuration, `OOS_APEX_CREATE_USER_YN`, determines if the workspace is created or not (which is tied to the schema from the...

bug

We could consider removing images from the database, since EPG is not used. ``` plsql declare begin if dbms_xdb.existsresource('/images') then --todo delete; dbms_xdb.deleteresource('/images', dbms_xdb.delete_recursive); end if; end; / ```

enhancement

See: https://twitter.com/mortenbraten/status/745962763986567168 Currently we are manually setting the settings `security.requestValidationFunction` to `wwv_flow_epg_include_modules.authorize`. https://github.com/OraOpenSource/OXAR/blob/master/scripts/ords.sh#L78 Sounds like this will be the default in a future version.

enhancement

Need to document the steps to upgrade apex on minor revisions. E.g. trying to run the install script for a minor revision will produce something similar to: ``` Error: This...

documentation

Currently we are pulling needed files from raw.githubusercontent.com using curl (see scripts/ratom.sh). It might be neat to use git submodules and automatically pull sources through the built in functionality. Useful...

enhancement

## File extensions Just updating to what has been contributed to the `language-oracle` language spec, as far as file extensions go. See [here](https://github.com/OraOpenSource/language-oracle/blob/e972261790f604db05eead98748fba319527327a/grammars/pl%20sql%20(oracle).cson#L2-L27). I double checked each in the `lib/.ctags`...

Currently this is designed for development, in that if you specify a root path, it will take you to builder log in. For public internet facing applications, it would be...

enhancement

Affects install. ``` > [email protected] preinstall /opt/node4ords > node scripts/preinstall.js sh: 1: node: not found npm WARN [email protected] No license field. npm ERR! Linux 4.4.0-31-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm"...