Преглед на файлове

Web Notes to Frappe, better alerts, css fixes, fixed splash

version-14
Anand Doshi преди 10 години
родител
ревизия
2995f02f3b
променени са 100 файла, в които са добавени 100 реда и са изтрити 100 реда
  1. +1
    -1
      frappe/__init__.py
  2. +1
    -1
      frappe/api.py
  3. +1
    -1
      frappe/app.py
  4. +1
    -1
      frappe/auth.py
  5. +1
    -1
      frappe/boot.py
  6. +1
    -1
      frappe/build.py
  7. +1
    -1
      frappe/celery_app.py
  8. +1
    -1
      frappe/cli.py
  9. +1
    -1
      frappe/client.py
  10. +1
    -1
      frappe/core/__init__.py
  11. +1
    -1
      frappe/core/doctype/__init__.py
  12. +1
    -1
      frappe/core/doctype/comment/__init__.py
  13. +1
    -1
      frappe/core/doctype/comment/comment.py
  14. +1
    -1
      frappe/core/doctype/comment/test_comment.py
  15. +1
    -1
      frappe/core/doctype/communication/__init__.py
  16. +1
    -1
      frappe/core/doctype/communication/communication.py
  17. +1
    -1
      frappe/core/doctype/communication/test_communication.py
  18. +1
    -1
      frappe/core/doctype/defaultvalue/__init__.py
  19. +1
    -1
      frappe/core/doctype/defaultvalue/defaultvalue.py
  20. +1
    -1
      frappe/core/doctype/docfield/__init__.py
  21. +1
    -1
      frappe/core/doctype/docfield/docfield.py
  22. +1
    -1
      frappe/core/doctype/docperm/__init__.py
  23. +1
    -1
      frappe/core/doctype/docperm/docperm.py
  24. +1
    -1
      frappe/core/doctype/docshare/docshare.py
  25. +1
    -1
      frappe/core/doctype/docshare/test_docshare.py
  26. +1
    -1
      frappe/core/doctype/doctype/__init__.py
  27. +1
    -1
      frappe/core/doctype/doctype/doctype.js
  28. +1
    -1
      frappe/core/doctype/doctype/doctype.py
  29. +1
    -1
      frappe/core/doctype/file_data/__init__.py
  30. +1
    -1
      frappe/core/doctype/file_data/file_data.py
  31. +1
    -1
      frappe/core/doctype/module_def/__init__.py
  32. +1
    -1
      frappe/core/doctype/module_def/module_def.py
  33. +1
    -1
      frappe/core/doctype/page/__init__.py
  34. +1
    -1
      frappe/core/doctype/page/page.py
  35. +1
    -1
      frappe/core/doctype/page/test_page.py
  36. +1
    -1
      frappe/core/doctype/page_role/__init__.py
  37. +1
    -1
      frappe/core/doctype/page_role/page_role.py
  38. +1
    -1
      frappe/core/doctype/patch_log/__init__.py
  39. +1
    -1
      frappe/core/doctype/patch_log/patch_log.py
  40. +1
    -1
      frappe/core/doctype/report/__init__.py
  41. +1
    -1
      frappe/core/doctype/report/report.py
  42. +1
    -1
      frappe/core/doctype/report/test_report.py
  43. +1
    -1
      frappe/core/doctype/role/__init__.py
  44. +1
    -1
      frappe/core/doctype/role/role.js
  45. +1
    -1
      frappe/core/doctype/role/role.py
  46. +1
    -1
      frappe/core/doctype/role/test_role.py
  47. +1
    -1
      frappe/core/doctype/scheduler_log/__init__.py
  48. +1
    -1
      frappe/core/doctype/scheduler_log/scheduler_log.py
  49. +1
    -1
      frappe/core/doctype/system_settings/system_settings.py
  50. +1
    -1
      frappe/core/doctype/tag/__init__.py
  51. +1
    -1
      frappe/core/doctype/tag/tag.py
  52. +1
    -1
      frappe/core/doctype/user/test_user.py
  53. +1
    -1
      frappe/core/doctype/user/user.py
  54. +1
    -1
      frappe/core/doctype/user/user_list.js
  55. +1
    -1
      frappe/core/doctype/userrole/__init__.py
  56. +1
    -1
      frappe/core/doctype/userrole/userrole.py
  57. +1
    -1
      frappe/core/doctype/version/test_version.py
  58. +1
    -1
      frappe/core/doctype/version/version.py
  59. +1
    -1
      frappe/core/notifications.py
  60. +1
    -1
      frappe/core/page/__init__.py
  61. +1
    -1
      frappe/core/page/data_import_tool/__init__.py
  62. +1
    -1
      frappe/core/page/data_import_tool/data_import_tool.py
  63. +1
    -1
      frappe/core/page/data_import_tool/exporter.py
  64. +1
    -1
      frappe/core/page/data_import_tool/importer.py
  65. +1
    -1
      frappe/core/page/data_import_tool/test_exporter_fixtures.py
  66. +1
    -1
      frappe/core/page/desktop/__init__.py
  67. +1
    -1
      frappe/core/page/modules_setup/__init__.py
  68. +1
    -1
      frappe/core/page/modules_setup/modules_setup.py
  69. +1
    -1
      frappe/core/page/permission_manager/__init__.py
  70. +1
    -1
      frappe/core/page/permission_manager/permission_manager.py
  71. +1
    -1
      frappe/core/page/user_permissions/__init__.py
  72. +1
    -1
      frappe/core/page/user_permissions/user_permissions.py
  73. +1
    -1
      frappe/core/report/__init__.py
  74. +1
    -1
      frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js
  75. +1
    -1
      frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py
  76. +1
    -1
      frappe/core/report/todo/__init__.py
  77. +1
    -1
      frappe/core/report/todo/todo.py
  78. +1
    -1
      frappe/custom/doctype/custom_field/__init__.py
  79. +1
    -1
      frappe/custom/doctype/custom_field/custom_field.js
  80. +1
    -1
      frappe/custom/doctype/custom_field/custom_field.py
  81. +1
    -1
      frappe/custom/doctype/custom_field/test_custom_field.py
  82. +1
    -1
      frappe/custom/doctype/custom_script/__init__.py
  83. +1
    -1
      frappe/custom/doctype/custom_script/custom_script.py
  84. +1
    -1
      frappe/custom/doctype/customize_form/__init__.py
  85. +1
    -1
      frappe/custom/doctype/customize_form/customize_form.js
  86. +1
    -1
      frappe/custom/doctype/customize_form/customize_form.py
  87. +1
    -1
      frappe/custom/doctype/customize_form/test_customize_form.py
  88. +1
    -1
      frappe/custom/doctype/customize_form_field/__init__.py
  89. +1
    -1
      frappe/custom/doctype/customize_form_field/customize_form_field.py
  90. +1
    -1
      frappe/custom/doctype/property_setter/__init__.py
  91. +1
    -1
      frappe/custom/doctype/property_setter/property_setter.js
  92. +1
    -1
      frappe/custom/doctype/property_setter/property_setter.py
  93. +1
    -1
      frappe/data/conf.py
  94. +1
    -1
      frappe/database.py
  95. +1
    -1
      frappe/defaults.py
  96. +1
    -1
      frappe/desk/__init__.py
  97. +1
    -1
      frappe/desk/calendar.py
  98. +1
    -1
      frappe/desk/desk_page.py
  99. +1
    -1
      frappe/desk/doctype/event/__init__.py
  100. +1
    -1
      frappe/desk/doctype/event/event.js

+ 1
- 1
frappe/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
"""
globals attached to frappe module


+ 1
- 1
frappe/api.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals



+ 1
- 1
frappe/app.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals



+ 1
- 1
frappe/auth.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/boot.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/build.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/celery_app.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals, absolute_import



+ 1
- 1
frappe/cli.py Целия файл

@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/client.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/comment/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/comment/comment.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/comment/test_comment.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/communication/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/doctype/communication/communication.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/communication/test_communication.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals



+ 1
- 1
frappe/core/doctype/defaultvalue/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/defaultvalue/defaultvalue.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/docfield/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/docfield/docfield.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/docperm/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/docperm/docperm.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/docshare/docshare.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/docshare/test_docshare.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt

import frappe


+ 1
- 1
frappe/core/doctype/doctype/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/doctype/doctype.js Целия файл

@@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

// -------------


+ 1
- 1
frappe/core/doctype/doctype/doctype.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/file_data/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/file_data/file_data.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/module_def/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/module_def/module_def.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/page/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/page/page.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/page/test_page.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals



+ 1
- 1
frappe/core/doctype/page_role/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/page_role/page_role.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/patch_log/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/doctype/patch_log/patch_log.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

# For license information, please see license.txt


+ 1
- 1
frappe/core/doctype/report/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/report/report.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/report/test_report.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt

import frappe


+ 1
- 1
frappe/core/doctype/role/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/role/role.js Целия файл

@@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

cur_frm.cscript.refresh = function(doc) {


+ 1
- 1
frappe/core/doctype/role/role.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/role/test_role.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals



+ 1
- 1
frappe/core/doctype/scheduler_log/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/doctype/scheduler_log/scheduler_log.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

# For license information, please see license.txt


+ 1
- 1
frappe/core/doctype/system_settings/system_settings.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# For license information, please see license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/tag/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/tag/tag.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/user/test_user.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals



+ 1
- 1
frappe/core/doctype/user/user.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/user/user_list.js Целия файл

@@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

frappe.listview_settings['User'] = {


+ 1
- 1
frappe/core/doctype/userrole/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/doctype/userrole/userrole.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/doctype/version/test_version.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals



+ 1
- 1
frappe/core/doctype/version/version.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

# For license information, please see license.txt


+ 1
- 1
frappe/core/notifications.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/page/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/page/data_import_tool/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/core/page/data_import_tool/data_import_tool.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/page/data_import_tool/exporter.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/page/data_import_tool/importer.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/page/data_import_tool/test_exporter_fixtures.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals



+ 1
- 1
frappe/core/page/desktop/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/page/modules_setup/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/page/modules_setup/modules_setup.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/page/permission_manager/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/page/permission_manager/permission_manager.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/page/user_permissions/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/page/user_permissions/user_permissions.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/report/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js Целия файл

@@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

frappe.query_reports["Permitted Documents For User"] = {


+ 1
- 1
frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/core/report/todo/__init__.py Целия файл

@@ -1,3 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt


+ 1
- 1
frappe/core/report/todo/todo.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/custom/doctype/custom_field/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/custom/doctype/custom_field/custom_field.js Целия файл

@@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

//168


+ 1
- 1
frappe/custom/doctype/custom_field/custom_field.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/custom/doctype/custom_field/test_custom_field.py Целия файл

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/custom/doctype/custom_script/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/custom/doctype/custom_script/custom_script.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
import frappe


+ 1
- 1
frappe/custom/doctype/customize_form/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.js Целия файл

@@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

frappe.provide("frappe.customize_form");


+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/custom/doctype/customize_form/test_customize_form.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/custom/doctype/customize_form_field/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/custom/doctype/customize_form_field/customize_form_field.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/custom/doctype/property_setter/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/custom/doctype/property_setter/property_setter.js Целия файл

@@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

$.extend(cur_frm.cscript, {


+ 1
- 1
frappe/custom/doctype/property_setter/property_setter.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/data/conf.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

# DEPRECATED only for reference


+ 1
- 1
frappe/database.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

# Database Module


+ 1
- 1
frappe/defaults.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/desk/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/desk/calendar.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/desk/desk_page.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals


+ 1
- 1
frappe/desk/doctype/event/__init__.py Целия файл

@@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

+ 1
- 1
frappe/desk/doctype/event/event.js Целия файл

@@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

frappe.ui.form.on("Event", "refresh", function(frm) {


Някои файлове не бяха показани, защото твърде много файлове са промени

Зареждане…
Отказ
Запис