cgTag

Results 7 issues of cgTag

It's possible to add Grunt tasks and Gulp tasks so that this tool can be used as part of a build script or testing.

I've been unable to sign-in to the website since yesterday. http://basicallydan.github.io/forkability/ Clicking the "Sign in with Github" button in the upper right triggers an auth popup. The popup prompts to...

## Overview When we execute a `pr("some data here")` to display debug messages the output includes the file path to the PHP file that generated the output. When we look...

enhancement
rfc

It appears that user records that are in *transit* between registration and activation are treated as permanent user records. Once they are created (I can't find any delete source code)...

improvement

# Feature Request When registering a new user the form prompts to confirm the password. I wish to add an alternate feature where the password is prompted for only once,...

improvement

Can you document what `group-id` values are available for `actions.xml` files. I've been able to figure out `VS#Project`, `VS#Folder` and `VS#Item` for the solution explorer. What are some of the...

Given the following batch code. ``` IF "%~1"=="--create" SET CREATE=1; IF "%~1"=="-c" SET CREATE=1; IF DEFINED CREATE ( GOTO :EOF ) ``` PhpStorm shows all text after `IF DEFINED` with...