Commit graph

9257 commits

Author SHA1 Message Date
Rushabh Mehta
f9e09bdd2e [hot] [fix] print js 2016-03-03 13:49:42 +05:30
Rushabh Mehta
186bf7c17c [fix] print preview 2016-03-03 13:49:41 +05:30
Rushabh Mehta
82d9b4f641 Merge branch 'develop' 2016-03-03 13:12:56 +05:30
Rushabh Mehta
e3a4dacffc bumped to version 6.25.4 2016-03-03 13:42:56 +06:00
Rushabh Mehta
a48c6268b0 Merge branch 'develop' 2016-03-03 12:34:58 +05:30
Rushabh Mehta
2ab6ebcf3e bumped to version 6.25.3 2016-03-03 13:04:58 +06:00
Rushabh Mehta
da4014e012 [patch] 2016-03-03 12:34:31 +05:30
Rushabh Mehta
8a0dd3a51a Merge branch 'develop' 2016-03-03 11:47:45 +05:30
Rushabh Mehta
43f024134f bumped to version 6.25.2 2016-03-03 12:17:45 +06:00
Rushabh Mehta
4203cac04f [patch] reload translation table before anything else 2016-03-03 11:47:13 +05:30
Rushabh Mehta
bd069e984b Merge branch 'develop' 2016-03-03 11:26:49 +05:30
Rushabh Mehta
edd82a5898 bumped to version 6.25.1 2016-03-03 11:56:49 +06:00
Rushabh Mehta
a8d4ee8b65 [translations] 2016-03-03 11:25:41 +05:30
Rushabh Mehta
56408f7a33 Merge branch 'develop' 2016-03-03 11:04:24 +05:30
Rushabh Mehta
5360cd6d73 bumped to version 6.25.0 2016-03-03 11:34:24 +06:00
Rushabh Mehta
0d81b0f357 [change-log] 6.25.0 2016-03-03 11:03:06 +05:30
Rushabh Mehta
db128e6c3a [minor] add translated get_formatted 2016-03-03 10:44:30 +05:30
Rushabh Mehta
d21f226c39 [fix] [tests] 2016-03-02 17:16:33 +05:30
Anand Doshi
398b1cdcf5 [minor] moved migration code to commands._migrate for reuse 2016-03-02 17:02:30 +05:30
Rushabh Mehta
4113888e60 [fix] [tests] 2016-03-02 16:24:23 +05:30
Rushabh Mehta
b698124ae8 [fix] multi-lingual print formats 2016-03-02 15:44:36 +05:30
Rushabh Mehta
d0c2e57e1f [translation] moved Translation DocType from erpnext 2016-03-02 14:50:11 +05:30
Rushabh Mehta
2331c0ea43 [minor] like unlinked communicaiton 2016-03-02 11:39:01 +05:30
Rushabh Mehta
f679b7642a [minor] [docs] 2016-03-02 11:21:29 +05:30
Rushabh Mehta
e6aeb6c9d5 Merge pull request #1605 from anandpdoshi/fix/sync-fixtures-ignore-standard-validation
[fix] don't validate standard webform if in sync fixtures
2016-03-01 17:24:13 +05:30
Rushabh Mehta
82b655d3d8 Merge pull request #1606 from anandpdoshi/fix/xss-filter-only-for-draft
[fix] apply xss filter only if docstatus is draft or submit with update     after submit enabled for the field
2016-03-01 17:22:46 +05:30
Anand Doshi
8b72bbd256 [hotfix] cint for deny multiple sessions 2016-03-01 17:19:31 +05:30
Anand Doshi
acc5c7ef09 [fix] apply xss filter only if docstatus is draft or submit with update after submit enabled for the field 2016-03-01 17:14:31 +05:30
Anand Doshi
027e1d2131 [fix] don't validate standard webform if in sync fixtures 2016-03-01 17:13:12 +05:30
Rushabh Mehta
4b550c4f49 Merge pull request #1602 from smorele/develop
change links to start tutorial in both french and english
2016-03-01 16:00:44 +05:30
Rushabh Mehta
7636e8f7bc Merge pull request #1517 from bohlian/develop
PDF Generation for Query Reports
2016-03-01 15:50:39 +05:30
Rushabh Mehta
8362e98972 Merge pull request #1603 from StrellaGroup/develop
[fixed] Multiple Sessions are Always Denied
2016-03-01 15:45:06 +05:30
Rushabh Mehta
14c5b681c4 Merge pull request #1601 from anandpdoshi/fix/uninstall-drop-tables
[fix] uninstall-app: drop tables after commit
2016-03-01 15:44:01 +05:30
Rushabh Mehta
803feec337 Merge pull request #1604 from rohitwaghchaure/multi-lingual-2
[enhancement] multi-lingual print formats
2016-03-01 15:26:26 +05:30
rohitwaghchaure
9adaabbf38 [enhancement] multi-lingual print formats 2016-03-01 15:19:22 +05:30
Javier Wong
0565d0e0f5 [fixed] Multiple Sessions are Always Denied
Casted frappe.db.get_system_setting('deny_multiple_sessions') to int, as a string it is always evaluated as True in the conditional statement and therefore it is always treated as multiple sessions are denied.
2016-03-01 17:14:55 +08:00
Javier Wong
583124d85a Merge pull request #1 from frappe/develop
01/03/2016 Merge
2016-03-01 17:13:56 +08:00
smorele
7f53ca7e06 change links to start tutorial in both french and english 2016-03-01 09:37:25 +01:00
Javier Wong
c4cee7b33f Revert "[fixed] Multiple Sessions are Always Denied"
This reverts commit df085e56ed.
2016-03-01 16:17:16 +08:00
Javier Wong
df085e56ed [fixed] Multiple Sessions are Always Denied
Casted frappe.db.get_system_setting('deny_multiple_sessions') to int, as a string it is always evaluated as True in the conditional statement and therefore it is always treated as multiple sessions are denied.
2016-03-01 16:06:10 +08:00
Javier Wong
1743d1c5e5 Merge pull request #3 from frappe/develop
1/3/2016 Merge
2016-03-01 16:00:23 +08:00
Anand Doshi
35d1bfe68a [fix] uninstall-app: drop tables after commit 2016-03-01 11:55:53 +05:30
Rushabh Mehta
cdabacc5ce Merge pull request #1598 from kardmode/Multi-Print
Multi Doc PDF Printing
2016-03-01 11:44:22 +05:30
Rushabh Mehta
253db485e5 Merge pull request #1599 from smorele/develop
french translation about tutorial
2016-03-01 11:44:14 +05:30
smorele
bdcdc2db76 add en pages with corrects links 2016-02-29 21:41:34 +01:00
smorele
fbde9e1a7a fix translations 2016-02-29 21:36:32 +01:00
smorele
56d5868d0a conclusion page translation 2016-02-29 21:33:31 +01:00
smorele
399c185157 task runner page translations 2016-02-29 21:29:16 +01:00
smorele
572c5e4093 single doctypes page translations 2016-02-29 21:14:16 +01:00
smorele
c81e0c2aa6 web views page translations 2016-02-29 21:07:45 +01:00