Commit Graph

14 Commits

Author SHA1 Message Date
artus40
0be59a61a7 Navbar (#31)
* started workin on 'navbar' module

* changed bootstrap theme to bootswatch/Simplex

* big work on navbar logic

* starting creating menus using navbar

* converted app views to new Wepage decorator, updated navbar

* reimplemented DernieresMaraudes as a dropdown instead of ContextMixin

* reorganised static files, minor code cleanups

* turned Link.href into lazy-evaluated property

* collapsed 'navbar' module into 'website', dynamic building of ApplicationMenu subclasses

* minor cleanup

* blah blah blah

* added way to add admin/non-admin links

* minor style change : red border for active page instead of all dropdowns

* deleted file

* prepare adding removing menu templates files, being replaced by code

* essayé de généraliser le code pour les modaux bootstrap, non testé git status

* more preparation and thinking on navbar app_menus logic...

* added LinkManager and DropdownManager, getting closer...

* small fix in DropdownManager.__get__

* boosted up work: keep it simple so it can be merged fast, major layout changes

* added month filter on maraudes:liste

* added 'as_icon' filter to display boolean/null values as bootstrap icons

* remove inactive user from planning selection

* removed all unused 'menu' templates

* set up django_select2 to use static files

* small fix after review
2017-02-11 18:20:13 +01:00
Arthur Gerbaud
891ef9ef63 modified website.decorators, webpage->app_config, created new configs 2016-11-19 21:46:40 +01:00
Arthur Gerbaud
f4f366f514 prepared to work on menu logic 2016-11-19 14:25:09 +01:00
Arthur Gerbaud
7f08b1db23 added 'tables' template tags to display objects lists in 'maraudes' and 'sujets' 2016-11-19 13:28:36 +01:00
Arthur Gerbaud
96f013041b working on #10 2016-11-15 16:47:44 +01:00
Arthur Gerbaud
dd85cb320a added search on Sujet with django-watson 2016-08-26 10:17:59 +02:00
Arthur Gerbaud
1681833e8b minor clean up 2016-08-17 16:11:27 +02:00
Arthur Gerbaud
91079e1358 many fixes 2016-08-14 15:02:42 +02:00
Arthur Gerbaud
5dc5dae210 fix WebsiteAjaxTemplateMixin, added ajax 'sujets:update' form 2016-08-14 12:50:49 +02:00
Arthur Gerbaud
46b807ec1e website restyling, minor fixes 2016-08-13 16:40:43 +02:00
Arthur Gerbaud
d718984a59 add decorators 'webpage' decorator for 'website', rewrite views 2016-08-07 16:22:19 +02:00
Arthur Gerbaud
a5af70becb add PageInfo options on WebsiteTemplateMixin, rewrite website views 2016-08-07 13:22:41 +02:00
artus
f3dd74d367 fixed WebsiteProtectedWithAjaxMixin template response 2016-08-06 10:42:19 +02:00
artus
5f4faf46ec Adding the core applications code to the repository 2016-08-05 10:41:43 +02:00