Commit graph

44518 commits

Author SHA1 Message Date
Rushabh Mehta
f7dcd8eca8 Fix in auth.py 2014-02-26 15:02:28 +05:30
Rushabh Mehta
5e1d8698c5 footer style fix 2014-02-26 14:20:31 +05:30
Rushabh Mehta
4530147af4 Merge branch 'develop' of github.com:frappe/frappe into develop 2014-02-26 14:17:49 +05:30
Anand Doshi
edbadc18b2 Changed frappe.conn to frappe.db 2014-02-26 12:35:02 +05:30
Rushabh Mehta
a8d8e1c3b3 added fixture sync 2014-02-26 12:28:26 +05:30
Anand Doshi
a5b72fd258 Fix in Web Page naming 2014-02-25 19:12:44 +05:30
Rushabh Mehta
eb54ce4b77 fixes to sync static 2014-02-25 17:51:57 +05:30
Anand Doshi
57e517cee9 Fixes in data import and login 2014-02-25 17:26:17 +05:30
Rushabh Mehta
951875e53f fixes to sync static 2014-02-25 16:02:07 +05:30
Rushabh Mehta
0e7958d853 fixes to sync static 2014-02-25 15:52:26 +05:30
Rushabh Mehta
730717e93e started google oauth integration 2014-02-25 13:55:48 +05:30
Rushabh Mehta
b1fa200df5 cleaned up static sync 2014-02-25 11:23:01 +05:30
Rushabh Mehta
d8caa061d1 sync statics spooks 2014-02-24 18:57:59 +05:30
Anand Doshi
0dbec81f58 User Permission Restrictions in List View 2014-02-24 18:38:10 +05:30
Anand Doshi
56a43b0c2a Show Standard Permissions in Reset Permissions Dialog Box 2014-02-24 17:30:15 +05:30
Anand Doshi
17ff116b84 Fixed Set Website Route idx 2014-02-24 16:04:56 +05:30
Anand Doshi
fe34d271d1 If error in pushState ajax, reload page 2014-02-24 16:04:55 +05:30
Rushabh Mehta
8eb0b3c126 fixed web page test case 2014-02-24 15:57:41 +05:30
Rushabh Mehta
8377acb148 renamed Website Sitemap > Website Route, Website Sitemap Config > Website TeWebsite Template 2014-02-24 15:29:10 +05:30
Rushabh Mehta
893d026a8a fix to sitemap 2014-02-24 11:41:20 +05:30
Rushabh Mehta
db8b42e081 fix frappe/erpnext#1431 2014-02-24 10:41:39 +05:30
Anand Doshi
1e4a220e85 Fixed Website Styling and Statics Syncing 2014-02-21 18:31:04 +05:30
Anand Doshi
632efb4fb5 Blog Avatar - convert relative to absolute urls 2014-02-21 12:57:30 +05:30
Anand Doshi
78ef561f41 Fix in scrub_relative_urls 2014-02-21 12:34:46 +05:30
Anand Doshi
55a9dea264 Frappe Favicon 2014-02-20 19:36:43 +05:30
Pratik Vyas
7ac4682301 add conflict error code 2014-02-20 19:23:02 +05:30
Rushabh Mehta
688cae562d fix to reload: 2014-02-20 19:17:56 +05:30
Rushabh Mehta
e660fde74e fixed sitemap patch 2014-02-20 19:02:23 +05:30
Anand Doshi
adbfc48d99 Fixed Scrub Relative URLs to include url(something), styling 2014-02-20 18:50:49 +05:30
Rushabh Mehta
3cb694dc0b fixed patch 2014-02-20 18:18:06 +05:30
Rushabh Mehta
33874d1cb0 added patch 2014-02-20 18:15:57 +05:30
Rushabh Mehta
d63fc463c1 fixed custom action issue, restore in versions 2014-02-20 18:12:32 +05:30
Rushabh Mehta
2b2ef3b503 added versions 0.1 #429 2014-02-20 17:50:03 +05:30
Rushabh Mehta
dd747eeff1 added to patch 2014-02-20 15:17:19 +05:30
Rushabh Mehta
863e3f8a4a fixes to sitemap and reportview 2014-02-20 15:17:19 +05:30
Rushabh Mehta
911679c152 added paging to listing 2014-02-20 15:17:19 +05:30
Pratik Vyas
67b5f98892 do not style inline if in test case 2014-02-20 12:43:46 +05:30
Pratik Vyas
090d38a0f3 do not format emails if in test 2014-02-20 12:28:18 +05:30
Rushabh Mehta
c95e051ed8 fixed login and added script_lib in template for one time script loading 2014-02-19 16:48:21 +05:30
Rushabh Mehta
09ef9a5788 cleanup of login page 2014-02-19 15:21:04 +05:30
Rushabh Mehta
434f2d4794 more fixes to tree 2014-02-19 12:30:10 +05:30
Nabin Hait
16b8081a75 Merge pull request #457 from MaxMorais/patch-3
Fix  _mysql_exceptions.ProgrammingError: (1146, "Table 'wnmax.tabNone' d...
2014-02-19 11:08:49 +05:30
Nabin Hait
ee0d67f5c4 Merge branch 'develop' of github.com:frappe/frappe into develop 2014-02-19 11:07:11 +05:30
Rushabh Mehta
c168d1f1f6 fixed install and tree cleanup 2014-02-19 11:01:55 +05:30
Nabin Hait
e19440976a Export all rows from reportview 2014-02-19 11:00:58 +05:30
Maxwell
8b662d1cc3 Fix _mysql_exceptions.ProgrammingError: (1146, "Table 'wnmax.tabNone' doesn't exist") ```
```python
Traceback (most recent call last):
  File "/root/frappe/bin/frappe", line 9, in <module>
    load_entry_point('frappe==4.0.0-beta', 'console_scripts', 'frappe')()
  File "/root/frappe/bench/frappe/frappe/cli.py", line 44, in main
    run(fn, parsed_args)
  File "/root/frappe/bench/frappe/frappe/cli.py", line 67, in run
    out = globals().get(fn)(**args)
  File "/root/frappe/bench/frappe/frappe/cli.py", line 58, in new_fn
    return fn(*args, **new_kwargs)
  File "/root/frappe/bench/frappe/frappe/cli.py", line 262, in reinstall
    install(db_name=frappe.conf.db_name, verbose=verbose, force=True, reinstall=True)
  File "/root/frappe/bench/frappe/frappe/cli.py", line 58, in new_fn
    return fn(*args, **new_kwargs)
  File "/root/frappe/bench/frappe/frappe/cli.py", line 250, in install
    install_app("frappe", verbose=verbose)
  File "/root/frappe/bench/frappe/frappe/installer.py", line 106, in install_app
    add_to_installed_apps(name)
  File "/root/frappe/bench/frappe/frappe/installer.py", line 124, in add_to_installed_apps
    rebuild_website_sitemap_config()
  File "/root/frappe/bench/frappe/frappe/website/doctype/website_sitemap_config/website_sitemap_config.py", line 57, in rebuild_website_sitemap_config
    build_website_sitemap_config(app)
  File "/root/frappe/bench/frappe/frappe/website/doctype/website_sitemap_config/website_sitemap_config.py", line 87, in build_website_sitemap_config
    add_website_sitemap_config(*args)
  File "/root/frappe/bench/frappe/frappe/website/doctype/website_sitemap_config/website_sitemap_config.py", line 127, in add_website_sitemap_config
    frappe.bean(wsc).insert()
  File "/root/frappe/bench/frappe/frappe/model/bean.py", line 265, in insert
    return self.save()
  File "/root/frappe/bench/frappe/frappe/model/bean.py", line 315, in save
    self.run_method("after_insert")
  File "/root/frappe/bench/frappe/frappe/model/bean.py", line 238, in run_method
    frappe.call(getattr(self.controller, method), *args, **kwargs))
  File "/root/frappe/bench/frappe/frappe/__init__.py", line 493, in call
    return fn(*args, **newargs)
  File "/root/frappe/bench/frappe/frappe/website/doctype/website_sitemap_config/website_sitemap_config.py", line 29, in after_insert
    add_to_sitemap(opts)
  File "/root/frappe/bench/frappe/frappe/website/doctype/website_sitemap/website_sitemap.py", line 131, in add_to_sitemap
    bean.insert(ignore_permissions=True)
  File "/root/frappe/bench/frappe/frappe/model/bean.py", line 265, in insert
    return self.save()
  File "/root/frappe/bench/frappe/frappe/model/bean.py", line 309, in save
    self.run_method('validate')
  File "/root/frappe/bench/frappe/frappe/model/bean.py", line 238, in run_method
    frappe.call(getattr(self.controller, method), *args, **kwargs))
  File "/root/frappe/bench/frappe/frappe/__init__.py", line 493, in call
    return fn(*args, **newargs)
  File "/root/frappe/bench/frappe/frappe/website/doctype/website_sitemap/website_sitemap.py", line 33, in validate
    self.renumber_if_moved()
  File "/root/frappe/bench/frappe/frappe/website/doctype/website_sitemap/website_sitemap.py", line 42, in renumber_if_moved
    (self.doc.old_parent, self.doc.idx))
  File "/root/frappe/bench/frappe/frappe/db.py", line 101, in sql
    self._cursor.execute(query, values)
  File "build/bdist.linux-i686/egg/MySQLdb/cursors.py", line 205, in execute
  File "build/bdist.linux-i686/egg/MySQLdb/connections.py", line 36, in defaulterrorhandler
_mysql_exceptions.ProgrammingError: (1146, "Table 'wnmax.tabNone' doesn't exist")
```
2014-02-18 22:18:05 -02:00
Pratik Vyas
a4f176c5e1 fix #455 build_message_files boom 2014-02-18 22:31:00 +05:30
Rushabh Mehta
a2edeff319 website updates 2014-02-18 18:47:12 +05:30
Pratik Vyas
ec1f2fbfcf fix site arg handling 2014-02-18 17:03:29 +05:30
Nabin Hait
1b43b73887 Add default filter on ID when listview loaded from Toolber Search 2014-02-18 17:00:27 +05:30