Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5.5 #557

Merged
merged 31 commits into from
Oct 29, 2017
Merged

v1.5.5 #557

merged 31 commits into from
Oct 29, 2017

Conversation

Kovah
Copy link
Contributor

@Kovah Kovah commented Oct 29, 2017

No description provided.

This fixes the 500 error on php5.6
Update Mdl_custom_fields.php (IP-574)
Cuando se añade una cuenta de usuario de tipo invitado. Al añadir los clientes que puede ver, aparece una nueva opción que nos permite añadir todos los clientes automáticamente. También cuando se cree un nuevo cliente este se añadira a todos las cuentas de usuario que tengan esta opción habilitada. Muy útil para cuentas de usuario que usarán en contabilidad.

---

When a user type user account is added. When you add the clients you can see, a new option appears that allows us to add all clients automatically. Also when a new client is created this will be added to all user accounts that have this option enabled. Very useful for user accounts that will be used in accounting.
Corregida la frase de la variable user_all_clients_text

---

Corrected the phrase of the variable user_all_clients_text
Assign all clients to a user account (IP-582)
Fixes escaping for client email / web address (IP-579)
The same custom fields will be available as what is available in a PDF
template.

Forum topic: https://community.invoiceplane.com/t/topic/4223/26
Set proxy_ips from environment
Make $custom_fields available in public templates (IP-605)
Additional escaping regarding IP-579
As $mdl_invoice_tax_rates is not available in the copy_invoice function we load the corresponding model first. Couldn't reproduce the error but this should work.
Fixes for IP-577, IP-587, IP-588 + dependency update
 Allow product search with enter key (IP-590)
Fixes for IP-589 and IP-571
+ various smaller code corrections
Fix escaping for create quote/invoice modals (IP-606)
Enable Select2 translation (IP-608)
@Kovah Kovah merged commit 74fddb9 into master Oct 29, 2017
@Kovah Kovah deleted the 1.5.5 branch October 29, 2017 10:17
* @param bool $popup
*/
function _auto_link($str, $type = 'both', $popup = FALSE) {
echo auto_link(htmlsc($str), $type, $popup);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fix for the Stored XSS issue that I found in the client email field. This is just provenance for the required identifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants