Cameron

Results 22 issues of Cameron

Shouldn't Line 146 be this? ``` [class^="icon-"], [class*=" icon-"] { background-image: url("../img/glyphicons-halflings-white.png"); } ``` Without it, glyphs within tabs (and headings look like this: ![darkstrap_icon_issue](https://f.cloud.github.com/assets/2825679/266087/84298762-8dce-11e2-9fd9-0e6eb04ac50c.png)

## Motivation Sometimes an admin will wish to view data for the current week, month, or year, instead of the past 7 days, past 30 days or past 365 days....

type: enhancement
core: Admin-UI

## Motivation At present, e107 always sends the user to the home page after logging out. (even from the admin area) This is not always a desired outcome for the...

type: enhancement

Just wondering if this is a known limitation or there's an option I missed? How can one force a blank line after an IF statement (or similar, that use `{...

Hello. I haven't tested this with Bootstrap4, but it definitely works with Bootstrap 3. Bootstrap4 can use `ul` and `div` for dropdown menus, but bootstrap3 only `ul`. So version 2...

http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated at crisp\vendor\crispchat\php-crisp-api\src\Resources\Resource.php:19``` `function prepareQuery($query)` : Just need to change `null` to `""` on line 19.

While in the process of trying to work out how to assign a user while creating a new conversation (but before the message is sent), I discovered that `updateMeta()` returns...

### Motivation I wished to have a specific domain name correspond with a specific page of an existing site. ### Proposed Solution Add a 'domain' key to the e_url.php scheme....

type: enhancement

### Motivation By using the defer attribute in HTML, the browser will load the script only after parsing (loading) the page. This can be helpful if you have a script...

type: enhancement

### Motivation Currently it's a mess of different formats. ### Proposed Solution Return a multi-dimensional array. As an example: ``` return [ 'mySQL' => [ 'server' => '127.0.0.1', 'user' =>...

type: enhancement