Rushabh Mehta
45cbb7facc
[minor] cleanups and optimization fixes
2017-06-20 12:46:43 +05:30
Rushabh Mehta
19736308b6
[minor] fix meta.py
2017-06-19 12:24:27 +05:30
Rushabh Mehta
d499ab619c
[optimize] make things faster, lots of low hanging fruits fixed ( #3495 )
...
* [optimize] make things faster, lots of low hanging fruits fixed
* [fix] dont set gravatar for administrator and guest
* [fix] autocommit
* [fix] clear doctype cache
2017-06-19 09:04:25 +05:30
tundebabzy
6e29d9e925
xrange to range ( #3237 )
...
* introduces build status for local fork
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range
* converts xrange to range using six.moves.range
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* converts xrange to range using six.moves.range7
* Revert "introduces build status for local fork"
This reverts commit 61f40983d0b3c6725369171ab850a18e5c029cc4.
2017-05-11 10:55:34 +05:30
tundebabzy
6fbe20caaa
Except and raise statement python 3 compatible style ( #3216 )
...
* changes exception and raise statements to python 3 style
* changes except statement to python 3 style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* adds six.reraise to fix python 3 style raise statements with traceback
* fixes indentation
2017-05-11 10:51:59 +05:30
Nabin Hait
bc4a1fa238
In global search property not allowed for no_value_fields
2017-05-02 14:08:08 +05:30
tundebabzy
7b41d7e5eb
Python 3 compatible print statements ( #3199 )
...
* changes print statements in file to python 3 compatible style using `__future__`
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* changes deprecated md5 module to hashlib
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
2017-05-01 12:34:29 +05:30
Nabin Hait
0398e2d397
trim tables for a doctype
2017-04-24 16:13:14 +05:30
Nabin Hait
ae088d2211
Drop unwanted indexes from Communication and fixes for restoring v7 backup on v8 bench ( #3112 )
2017-04-19 15:49:55 +05:30
Rushabh Mehta
a1e31ed20b
[feature] set decimal precision for currency in currency settings and currency formatting will be global
2017-04-13 12:39:01 +05:30
Rushabh Mehta
1e7229c45f
[enhance] global search in website ( #2810 )
...
* [enhance] global search in website
* [fix] create table query
* [website] navbar search in header if set
* [minor] navbar_search in website settings
2017-03-07 16:37:50 +05:30
Rushabh Mehta
6dff729d88
[enhance] Web View settings in DocType ( #2798 )
...
* [enhance] add web view settings doctype
* [enhance] add web view settings doctype
* [fix] default for checks (?)
* [fix] framework json
* [fix] missing return
* [fix] hooks for website_generators
2017-03-05 11:12:32 +05:30
Rushabh Mehta
86ceb21005
[feature] Global Search (again) ( #2710 )
...
* [start] global search frappe/erpnext#6674
* [fix] setup before running test
* [start] global search frappe/erpnext#6674
* Display result as rudimentary list, rebuild old doctypes
* Media view, child tables, delete document updates, searchable fields
* More results UI
* Code clean up
* remove msgprint from document.py to resolve merge conflict
* Modularization stage 1, get show more to work with it
* Dedicated modal Search bar works, some clean up needed
* Can't data-dismiss on links, Bootstrap issue, use hashchange
* Accomodate missing field content syndrome
* Search in boolean mode, make GS default in awesome bar, fix double modal bug and cleanup
* Add in Meta
* Add in customize form
* Modularise Global Search
* Search object
* Commonify Search UI: Stage I
* II: save list state, UI, default condensed view, refactor
* Fix SQL bug, Refactor awesome bar, Fix unicode bug, add nav results
* Refactor using separate search objects, some async issues
* Fix async flow
* Fix preceding more list bug
* UI additions
* another async fix, back link
* Help: Stage I
* Help: Stage II
* Background jobs, fix route options bug
* Fix GS syncing on install
* Add GS options in awesome bar: test
* Input now remembers search type state
* More UI updates
* Add description for GS results in awesome bar
* Fix help modal bug
* Fix: not commit during install
* Test cases, some fixes
* Update in_test flag in enqueue
* Disable GS sync when not install_db
* Add flag check
* Disable field in child tables
* Cleanups
* Create table fix
* Fix redis exception, remove commit enqueue, add gs in migrate
* Fix tests
* Single enqueue
* cleanups
* Fix tests
* Fix event test
* Fix duplication, search as first option
* Add show name in global search
* fix event tests and desk.less
* Fix communication.json
* [fixes] wip
* [fix] tests
* [minor] for tests
* [minor] for tests
* [minor] for tests
* [minor] for tests
2017-02-13 14:50:54 +05:30
Rushabh Mehta
636c662048
[patch] added patch for migration
2017-01-12 15:48:49 +05:30
Rushabh Mehta
3f91c9455f
[enhance] custom perms
2017-01-11 17:34:55 +05:30
Rushabh Mehta
225e4a172a
[minor] removed linked_with caching - what a terrible idea!, fixes #4936
2016-12-16 14:51:40 +05:30
Rushabh Mehta
9e7b174c76
[enhance] update fetch values on doctype save #2414
2016-12-06 15:20:50 +05:30
Rushabh Mehta
349e803bd1
[fix] fetch values server side for link fields
2016-11-18 14:49:27 +05:30
Rushabh Mehta
9fd29e658a
[minor] dashboard data load in meta.py
2016-10-18 21:17:49 +05:30
Nabin Hait
b208dcb16b
Fixed version conflict
2016-10-18 15:24:38 +05:30
Rushabh Mehta
9789da957e
[fix] change data property in _dashboard.py files to get_data to make it translate friendly
2016-10-18 14:54:17 +05:30
Rushabh Mehta
bae97cfed4
Email Alert on any controller method ( #2157 )
...
* [docs] typo
* [email alert] now on any standard controller method
* [minor] install customizations with intall;
* [test] [fix] and truncate subject in email;
* [fix] error log seen issue
2016-10-08 11:11:36 +05:30
Rushabh Mehta
19e955f81d
[minor] catch badly formed template while building help
2016-09-01 13:17:08 +05:30
Rushabh Mehta
64cc0fe57d
[hot] fix accidental rename
2016-07-20 13:13:13 +05:30
Rushabh Mehta
7c870d6ba4
[fix] dont update modified timestamp if called from post save methods
2016-07-20 12:55:19 +05:30
Rushabh Mehta
90673954c7
[cleanup] dashboard automation
2016-07-07 14:02:07 +05:30
Rushabh Mehta
349a65402f
[website] fixes for generating docs
2016-06-23 18:22:03 +05:30
Nabin Hait
5e6780923c
Merge branch 'master' into develop
2016-04-15 11:07:43 +05:30
Nabin Hait
79ab8d0ecd
[fix] Get field currency for child doc
2016-04-14 18:02:12 +05:30
Rushabh Mehta
daa9c094d0
[enhancement] [wip] links menu in forms
2016-04-12 19:16:17 +05:30
Rushabh Mehta
ebbcd4593e
[refactor] [optimize] dynamic links on deletion
2016-03-10 15:14:44 +05:30
Anand Doshi
4874510d7b
[fix] sort fields - set idx in Custom Field for faster sorting during load
2016-03-09 13:00:36 +05:30
Rushabh Mehta
022f1dd385
[redesign] do not allow re organizing fields via customize form
2016-03-08 10:43:46 +05:30
Rushabh Mehta
385adb3ae2
[minor] added meta.get_custom_fields()
2016-02-11 12:38:27 +05:30
Anand Doshi
465318878e
[enhancement] Merge Comment and Feed into Communication 💥
2016-02-04 17:46:53 +05:30
Nabin Hait
cd56b568b7
[fix] Removed logic based on previous_field property
2015-12-23 19:00:54 +05:30
Nabin Hait
e47beef1d8
[fix] Get field currency for child doc
2015-12-02 18:31:30 +05:30
Anand Doshi
999cea874c
[fix] Implemented caching in linked with
2015-10-15 12:51:04 +05:30
Anand Doshi
0ece804cca
[fix] Linked With should also search in Dynamic Links. Fixes #1192
2015-10-15 12:51:04 +05:30
Anand Doshi
9ddf870f0e
[minor] fix in trim_tables
2015-10-01 12:17:51 +05:30
Rushabh Mehta
562b1b2c50
[fixes] cleanup of web from, portal, login page
2015-06-01 17:14:53 +05:30
Rushabh Mehta
ad100e3054
[cache] fix for website, default, meta, etc
2015-05-08 18:04:13 +05:30
Rushabh Mehta
6ba4baecef
[cache-redesign] meta cache
2015-05-08 12:16:16 +05:30
Rushabh Mehta
9334f91eb9
[fixes] added for update in document save to prevent double saving
2015-04-27 13:13:04 +05:30
Rushabh Mehta
3adcad64c3
[minor] is_custom_field in Customize Form, page_name editable in Blog Post and other
2015-04-24 11:40:54 +05:30
Rushabh Mehta
c153b810e0
[fix] high level perms serverside checking
2015-03-26 19:33:10 +05:30
Anand Doshi
a24393f12d
Convert to barracuda and utf8mb4, trim tables
2015-03-25 19:05:06 +05:30
Anand Doshi
b2d7efa682
optimizations
2015-03-18 15:05:47 +05:30
Anand Doshi
2995f02f3b
Web Notes to Frappe, better alerts, css fixes, fixed splash
2015-03-03 15:09:34 +05:30
Anand Doshi
7f75e233a8
Website Listing
2015-02-23 22:30:03 +05:30