Nabin Hait
37afa276d8
Merge branch 'develop'
8 years ago
Nabin Hait
0fdeda8d28
bumped to version 8.0.23
8 years ago
mbauskar
ecdffbfc51
[fixes] fixes for minified js issue in upload.js
8 years ago
Nabin Hait
12fbe51efa
Merge branch 'develop'
8 years ago
Nabin Hait
5a640630fd
bumped to version 8.0.22
8 years ago
Makarand Bauskar
923546f2af
[fixes] append the summernote dialogs to body instead of editor ( #3145 )
8 years ago
Nabin Hait
0398e2d397
trim tables for a doctype
8 years ago
Nabin Hait
c5635fef99
Don't show hidden fields in data import tool columns selection
8 years ago
Makarand Bauskar
e5db7bfd45
[fixed] Cannot read property 'summernote' of undefined ( #3144 )
8 years ago
Makarand Bauskar
b4176f9141
[minor] set default_letter head to if defaul company is not set ( #3140 )
8 years ago
Faris Ansari
90b62d6fc6
Breadcrumb ui fix in website portal ( #3141 )
- frappe/erpnext#8317
8 years ago
Nabin Hait
336db5ead9
Merge branch 'develop'
8 years ago
Nabin Hait
9a21b94bf9
bumped to version 8.0.21
8 years ago
Saurabh
5868681805
[urgent][fix] rearrange patch to remove in_dialog field from table
8 years ago
Nabin Hait
e55b139bcc
Revert "[Fix] Image not allowed in Data Import Tool"
8 years ago
Faris Ansari
638b0ef658
[ui] Don't show remove button when allow_multiple is disabled ( #3130 )
* [ui] Don't show remove button when allow_multiple is disabled
* Reorder Public column and some ui changes in upload dialog
8 years ago
tundebabzy
f070571900
Issue 3135 ( #3138 )
* creates new function `print_db_config` to print out ERPNext required database settings to console
* refactors `check_if_ready_for_barracuda` to make use of `print_db_config`
* adds a more explicit explanation before showing the `expected_config_for_barracuda` text
* adds MariaDB default configuration to documentation
8 years ago
Arvind Subramanian
a2a6b8ff8c
removed the command as below error ( #3137 )
sudo python install.py --setup-production
usage: install.py [-h] [--develop | --production] [--site SITE] [--verbose]
[--user USER] [--bench-branch BENCH_BRANCH]
[--repo-url REPO_URL]
install.py: error: unrecognized arguments: --setup-production
8 years ago
Nabin Hait
6f5817d76d
Merge branch 'develop'
8 years ago
Nabin Hait
e1f2e8eefd
bumped to version 8.0.20
8 years ago
Manas Solanki
b9562e3a0f
[Fix] Minor fix for KeyError
8 years ago
Nabin Hait
78b754e159
Fixed test cases
8 years ago
Nabin Hait
5882df1ca1
Optimised rebuilding global search
8 years ago
mbauskar
a3a821d865
[enhancement] added bulk edit option for child table in DocType and Customize Form
8 years ago
Makarand Bauskar
4e428d8370
[fixes] invalid left-hand side expression in postfix operation fixes ( #3131 )
8 years ago
Marcos Venilton Batista
a346d3385a
Update frappeclient.py ( #3127 )
Pass the fields independent of the filters in get_doc
8 years ago
Makarand Bauskar
3d78df3712
[minor] corrected spelling mistake ( #3126 )
8 years ago
Makarand Bauskar
1c9e6f6d51
[minor] added missing toggle_display to grid.js ( #3124 )
8 years ago
Makarand Bauskar
9edb69e13a
[fixes] display 0 in readonly currency field ( #3122 )
* [fixes] display value 0 for Float, Int and Currency readonly fields
* Update control.js
* Update
8 years ago
Faris Ansari
6d20919e53
Patch to install new build system requirements ( #3121 )
* Patch to install new build system requirements
* Rename flag experimental to beta
* Create test_cafe.js
8 years ago
Makarand Bauskar
23f4782131
[hot] fixes in translation error in template ( #3123 )
8 years ago
Faris Ansari
743f7ab0aa
New Build System using NodeJS ( #3117 )
* added build.js
* js babelify and concat, css concat working
* less wip
* live reload css working
* css reload on less change working
* added watch_js
* setup file watcher only in dev mode, don't compile variables.less
* Minify js files using babili
- Add --minify flag
* Set minify to false as default
* [minor] Remove redundant code
* Used subprocess instead of os.system
- Also added experimental flag
8 years ago
Faris Ansari
721105b63e
Kanban Fixes ( #3105 )
* [fix] Blank kanban board on refresh
* Revert Kanban Board on invalid action
- frappe/erpnext#7886
8 years ago
robert schouten
1196efaf1a
alternative fix for allow page break inside tables ( #2659 )
8 years ago
Charles-Henri Decultot
729476f789
Javascript modification to allow translation ( #3118 )
8 years ago
Nabin Hait
5b61c9c517
Merge branch 'develop'
8 years ago
Nabin Hait
550bec5e4e
bumped to version 8.0.19
8 years ago
Makis
cbe0667565
White background in the note section of the Note doctype. Fix #3052
8 years ago
Rohit Waghchaure
e18acef71b
[fix] Ignore User Permissions is not working for the field
8 years ago
Nabin Hait
ae088d2211
Drop unwanted indexes from Communication and fixes for restoring v7 backup on v8 bench ( #3112 )
8 years ago
Prateeksha Singh
ea9d777238
Still more search fixes ( #3054 )
* [fix] awesome bar translation frappe/erpnext#8279 frappe/erpnext#8306
* [fix] frappe/erpnext#8348
* unescape and remove html entities
* ellipsify long field values
* [fix] test
* Add global search in custom field, Email Inbox searchable
* remove beautiful soup, make_field test case
* [fix] test
* Patch to update existing record in global search
* restore update_published patch
* more specific test cases
* Code descriptions for complex result ellipsifying
8 years ago
Makarand Bauskar
f07c53b3d0
[fixes] facebook login fixes for https://github.com/frappe/erpnext/issues/8294 ( #3108 )
8 years ago
Makarand Bauskar
52b4b19120
[fixes] allow child table field to be updated from reportview ( #3114 )
8 years ago
Ayush Shukla
d0f4024a58
Fixed help message container which was not showing properly on mobile devices. ( #3103 )
8 years ago
Ayush Shukla
4c845b2d27
Fixed checkbox not showing on edge browser ( #3102 )
8 years ago
Faris Ansari
fa07de3870
[fix] frappe/erpnext#8485 ( #3107 )
8 years ago
Rushabh Mehta
15d97471fe
[fix] communications in user, fixes frappe/erpnext#8459
8 years ago
Rushabh Mehta
dd066c3c15
[revert] hide modules on basis of all
8 years ago
Rushabh Mehta
ad279149ea
[fix] frappe/erpnext#8463
8 years ago
Rushabh Mehta
50c1efc21f
[minor] added frappe.boot.user.can_be_listed_in_module
8 years ago