Commit graph

14 commits

Author SHA1 Message Date
Gavin D'souza
3446026555 chore: Update header: license.txt => LICENSE
The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
2021-09-03 12:02:59 +05:30
Suraj Shetty
31d8436979 refactor: Rename dir to layout_direction
- For readability
2021-06-28 12:04:57 +05:30
Suraj Shetty
40dd522796 feat: Auto generate RTL styles using rtlcss
https://github.com/MohammadYounes/rtlcss
2021-06-25 13:06:09 +05:30
Suraj Shetty
2d8c6c1710 Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website 2021-06-03 11:43:28 +05:30
Gavin D'souza
e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
Suraj Shetty
51a072bbf8 Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website 2021-05-18 17:02:44 +05:30
Joseph Marie Alba
9795545fb6
fix: DeprecationWarning: invalid escape sequence \<
Python 3 interprets string literals as Unicode strings, and therefore your \< and \> are treated as an escaped Unicode character.

Declare your RegEx pattern as a raw string instead by prepending r
2021-05-16 06:13:14 +08:00
Suraj Shetty
d961bda492 fix: Base template path 2021-04-29 12:43:58 +05:30
prssanna
aa8f7cc3c5 fix: uncomment conditions that handle guest access for desk 2021-03-10 16:02:59 +05:30
Suraj Shetty
1667f50fc3 fix: Typo 2020-12-15 14:10:41 +05:30
Suraj Shetty
4d1a6ff7a5 fix: Remove </script> tag in boot_json 2020-12-15 13:32:58 +05:30
Rushabh Mehta
30a041646c feat(guest-access): Allow Guest to view, edit allowed forms, making way remove web forms 2020-12-10 15:13:51 +05:30
Rushabh Mehta
ff71329b03 fix(merge): develop 2020-12-02 10:54:10 +05:30
Rushabh Mehta
75fe8a615a feat(app): move /desk to /app 2020-11-11 16:31:47 +05:30
Renamed from frappe/www/desk.py (Browse further)