Vuong

Results 10 issues of Vuong

**Problem** This issue is related to #2178. A fix (#2180) was made which added an alert box when an error was encountered. However, the invalid database was added to the...

Issue: https://github.com/propelorm/Propel2/issues/1225 (Jun 2016) Commit: https://github.com/propelorm/Propel2/commit/b1f82623ea1b61c9b4246aa7cf9be4196a9652a0 (Nov 2016) PR: https://github.com/propelorm/Propel2/pull/1295 (Nov 2016) I used to be able to execute the following but the commit above has removed my ability to...

Bug

When I run `php app/console propel:database:reverse` The generated schema.xml is like so: I believe the default `phpNamingMethod` used is `underscore`. Is it possible to change the default `phpNamingMethod ` to...

Question

When making a connection to a MS SQL Server from Symfony2: ``` $con = Propel::getConnection('default'); ``` I get the following error: ``` SQLSTATE[IM001]: Driver does not support this function: driver...

Bug
Propel2

This PR is in relation to a suggestion raised in issue #28. It allows you to export the XML in either an array or object. It introduces two new public...

It would be nice to be able to export to arrays or stdClass Objects eg. $xml = 'create', 'type' => 'Herbivore', 'attribute' => Array( 'legs' => 4, 'head' => 1...

request_for_improvement

### What happened? Selecting a **date** using a **mouse** from the `Date picker` plugin causes cursor to be "lost" (ie. no longer be placed on the document). It should be...

ux

### What happened? When inserting a text emoji such as `:(` logseq automatically adds a closing paranthesis like so: `:()` `:()` ### Reproduce the Bug 1. Type `:(` 2. Auto-completion:...

:type/feature-request

- Azure AD is being deprecated in favour of Microsoft Graph - https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview - This small PR just brings the logout functionality from `azure` over to `microsoft`

At the moment, notifications of the JIRA being created is set in the configuration. That means it is always sent from the one person. Since the person whom the JIRA...

enhancement