mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #184] HTML5 support #168
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/184
Originally assigned to: @tonioo on GitHub.
Originally created by Antoine Nguyen on 2011-10-03T14:04:53Z
Convert existing templates to HTML5.
+Note+: Given my current knowledge of HTML5, I don't know if other parts (maybe javascript?) are impacted.
@eberkund commented on GitHub (Jun 23, 2015):
I could help with this if you are interested
@tonioo commented on GitHub (Jun 23, 2015):
Help is always appreciated !
@eberkund commented on GitHub (Jun 27, 2015):
What needs to be done for this? Is it as simple as replacing the files in the modoboa/templates/ directory?
Also feature-wise, what is the goal? Other than to simply update the markup.
@tonioo commented on GitHub (Jun 28, 2015):
This is a pretty old ticket. When I created it, I just wanted to update the markup and maybe make use of the new history API (in place of the current anchor based navigation).
Now, I'd say modo should be rewritten in client/server way : an REST API on the backend and a JS frontend (angular or something like that).
What do you think ?
@patrickbenkoetter commented on GitHub (Jun 28, 2015):
+1
Rendering in client
Logic in server
[*] sys4 AG
https://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein
@eberkund commented on GitHub (Jun 28, 2015):
Sounds good, I don't mind doing that although I don't know much Python. I guess since it needs a new backend API this would come when there is a major revision and the front end needs to be rewritten?
@tonioo commented on GitHub (Jun 29, 2015):
Yes, you're totally right :)
@tonioo commented on GitHub (Nov 11, 2015):
I close this issue for now. I'll create new ones when needed.