Rushabh Mehta
022ae69f7e
[website] added syntax-highlighting via hljs
2014-11-18 18:12:04 +05:30
Rushabh Mehta
87659f1009
[docs]
2014-11-18 17:28:43 +05:30
Rushabh Mehta
f7ecab62d7
[docs]
2014-11-18 17:14:16 +05:30
Rushabh Mehta
766d4540b9
[fixes] [minor] based on error reports
2014-11-18 15:24:31 +05:30
Pratik Vyas
a0424552bb
Merge branch 'develop'
2014-11-17 12:52:32 +05:30
Pratik Vyas
1349402648
bumped to version 4.5.8
2014-11-17 13:22:32 +06:00
Rushabh Mehta
9de77b59de
[fix] [hot] birthdays
2014-11-17 12:45:25 +05:30
Pratik Vyas
2b8a9b63f9
Merge branch 'develop'
2014-11-17 11:35:13 +05:30
Pratik Vyas
08317b8e0e
bumped to version 4.5.7
2014-11-17 12:05:13 +06:00
Nabin Hait
91e8556bb8
minor translation fix
2014-11-14 18:14:20 +05:30
Nabin Hait
93851ad3b5
Merge pull request #918 from pdvyas/fix-duplicate-name
...
[minor] fix msgprint from duplicate name
2014-11-14 18:00:48 +05:30
Pratik Vyas
4fb0700dc0
[minor] fix msgprint from duplicate name
2014-11-14 17:55:32 +05:30
Nabin Hait
d3dbfdf6a0
Merge pull request #917 from nabinhait/hotfix
...
fix for negative value in money_in_words
2014-11-14 16:50:50 +05:30
Nabin Hait
c152f3ead3
fix for negative value in money_in_words
2014-11-14 16:45:04 +05:30
Pratik Vyas
38a026f155
Merge branch 'develop'
2014-11-14 16:01:21 +05:30
Pratik Vyas
85e6f40909
bumped to version 4.5.6
2014-11-14 16:31:21 +06:00
Nabin Hait
07d2125b66
Merge pull request #916 from nabinhait/hotfix
...
hotfix in event
2014-11-14 16:00:09 +05:30
Nabin Hait
66f42121a5
hotfix in event
2014-11-14 15:59:45 +05:30
Pratik Vyas
73973d02b5
Merge branch 'develop'
2014-11-14 15:27:00 +05:30
Pratik Vyas
6b324f451b
bumped to version 4.5.5
2014-11-14 15:57:00 +06:00
Nabin Hait
886b609fd3
Merge pull request #891 from nathando/patch-4
...
Convert dict to object before formatting
2014-11-14 14:59:03 +05:30
Nabin Hait
1aca5e49e0
Merge pull request #911 from pdvyas/fix-filemanager
...
[minor] encode filename to utf-8 and filepath before saving
2014-11-14 14:58:09 +05:30
Nabin Hait
62c2660332
Merge pull request #910 from jorxzpagta/patch-1
...
Update event.py
2014-11-14 14:56:34 +05:30
Pratik Vyas
edc8ed43a5
fix event test case
2014-11-14 10:35:01 +05:30
Pratik Vyas
eec17701b3
[minor] fix website route drop table
2014-11-14 10:23:42 +05:30
Pratik Vyas
43aeb93608
[minor] encode filename to utf-8 and filepath before saving
2014-11-14 10:23:42 +05:30
Rushabh Mehta
43fdc6b36d
[autodoc] added class viewer
2014-11-13 17:51:53 +05:30
Nabin Hait
9bb708baa7
Merge pull request #915 from nabinhait/hotfix
...
fix: query order by
2014-11-13 14:43:04 +05:30
Nabin Hait
4eb6cdb157
fix: query order by
2014-11-13 14:42:41 +05:30
Rushabh Mehta
a07e1b94c5
moved templates/statics to www
2014-11-13 14:22:59 +05:30
Nabin Hait
a0e17a80b1
Merge pull request #914 from nabinhait/hotfix
...
Block parallel ajax while saving
2014-11-13 11:47:46 +05:30
Nabin Hait
27c23dccac
Block parallel ajax while saving
2014-11-13 11:19:44 +05:30
Nabin Hait
a41f04a479
Merge pull request #913 from nabinhait/hotfix
...
Minor fix
2014-11-12 17:29:20 +05:30
Nabin Hait
3e18bfded9
Minor fix
2014-11-12 17:28:08 +05:30
Nabin Hait
1f994d31b8
Merge pull request #912 from nabinhait/hotfix
...
Hotfix
2014-11-12 17:13:07 +05:30
Nabin Hait
112ac47ce3
Merge branch 'develop' of https://github.com/frappe/frappe into hotfix
2014-11-12 17:11:12 +05:30
Nabin Hait
71a3cf1dfc
link for website view in email
2014-11-12 17:11:01 +05:30
Nabin Hait
64febf111b
Email fixes
2014-11-12 16:59:20 +05:30
Rushabh Mehta
63533d5071
[md editor] allow tabs
2014-11-12 14:51:42 +05:30
Nabin Hait
d17fb914c4
Merge pull request #909 from ankitjavalkarwork/fix2208
...
[#2208 ] System Manager role should always be a System User validation
2014-11-12 14:28:19 +05:30
Nabin Hait
692501156e
Merge pull request #896 from ankitjavalkarwork/fix2285
...
Update Feed on delete_doc
2014-11-12 14:26:24 +05:30
Nabin Hait
16e0164492
Merge pull request #907 from neilLasrado/v5.0
...
fixed - email notification
2014-11-12 14:24:50 +05:30
jorxzpagta
1ba7837e97
Update event.py
...
Calendar Bug: When you create an event and repeat it to a certain date, it repeats the event from the start date to the last day of the calendar on the page.
Fix: it gets the repeat_till data from the database and limits the event to the proposed date.
2014-11-12 16:42:26 +08:00
ankitjavalkarwork
fd141f9424
[ #2208 ] System Manager role should always be a System User validation
2014-11-12 13:13:32 +05:30
Rushabh Mehta
73a9c82631
[markdown] fixes
2014-11-12 12:48:48 +05:30
Rushabh Mehta
5c28f078b9
[markdown] fixes
2014-11-12 12:38:07 +05:30
Rushabh Mehta
8db2526b52
[editor] added markdown and fixed image bug
2014-11-12 12:01:51 +05:30
Rushabh Mehta
c69a005e2e
[docs+comments] fixes and updates
2014-11-11 17:31:15 +05:30
Neil Trini Lasrado
ee4123252d
fixed - email notification
2014-11-11 16:53:32 +05:30
Rushabh Mehta
bc2a8df9ce
[autodocs] started
2014-11-11 12:32:34 +05:30