Commit Graph

129 Commits

Author SHA1 Message Date
Benjamin Dauvergne fbab2ba7ca implement foldable fieldset as in w.c.s. (fixes #9788) 2016-02-08 17:57:35 +01:00
Frédéric Péters 6fa1dff90a misc: remove some page elements when printing 2016-02-08 15:26:50 +01:00
Frédéric Péters 6bbe93957f style: lighten a tiny bit the footer background 2016-02-02 15:14:18 +01:00
Frédéric Péters d3980d753b style: use whole width for content (#9836) 2016-02-02 15:12:34 +01:00
Frédéric Péters 97f5fb7c23 js: disable buttons after click when using "in place submit" (#9826) 2016-02-01 19:57:45 +01:00
Frédéric Péters d74c5b553a check HTML5 form validation before POSTing it with ajax (#9450) 2015-12-29 18:16:44 +01:00
Frédéric Péters b7ec4605ec icons: add "texts" icon 2015-12-29 15:42:51 +01:00
Frédéric Péters d548d5adce debian: adapt libjpeg?-dev dependency to also work in jessie 2015-12-27 16:26:11 +01:00
Frédéric Péters a197d0ffa6 icons: add theme icon 2015-12-27 11:03:08 +01:00
Frédéric Péters 5fd28df0cb misc: align price cells to the right 2015-12-27 11:02:49 +01:00
Frédéric Péters 5360f5bfe3 icons: new more specific icon for counter 2015-11-26 14:04:19 +01:00
Frédéric Péters 471ffd932f icons: add a mail icon 2015-11-26 13:59:43 +01:00
Frédéric Péters e1fd415cee misc: display a warning to IE < 9 (#9024) 2015-11-18 19:15:21 +01:00
Frédéric Péters e3b21c6336 style: update app button look (solid border with a bit of a radius) (#8934) 2015-11-16 22:48:12 +01:00
Frédéric Péters fe3bd80b68 style: add animation when hovering sidebar menu links (#8935) 2015-11-16 22:48:12 +01:00
Frédéric Péters 3fbcdbc636 js: pass response as gadjo:dialog-done event parameter (#8995) 2015-11-16 22:48:12 +01:00
Frédéric Péters 39682b3dc4 fix centering of organization units icon 2015-11-11 16:32:11 +01:00
Frédéric Péters 4c795507cb template: add subheader block 2015-11-10 17:53:08 +01:00
Frédéric Péters a9219eaaba use sessionStorage if localStorage is not available (#8806) 2015-11-06 09:33:49 +01:00
Frédéric Péters 8c0a857a35 misc: add icon for welco (smiling face at the counter) 2015-11-02 17:36:43 +01:00
Frédéric Péters 6f54b0e586 misc: include {{media}} in <head> (#8834) 2015-11-01 19:31:47 +01:00
Frédéric Péters 5c7aca5f3b misc: add system icon 2015-10-23 12:41:01 +02:00
Frédéric Péters ba33d1aba8 debian: declare build-dependency on libjpeg8-dev
(this is required because the debian build process will try to get Pillow
to build because it's declared in setup.py and wheezy does only have
python-imaging available (and that's equivalent but then setup.py doesn't
know that))
2015-10-04 22:17:37 +02:00
Frédéric Péters acb49b1352 misc: fix serving of minified file in production environment (#8506) 2015-10-04 21:40:51 +02:00
Frédéric Péters a6c187a4f6 misc: add new after-main-content block 2015-09-29 22:48:51 +02:00
Frédéric Péters c1175029b0 js: add support for inplace submit of simple forms popups (#8395) 2015-09-28 10:38:18 +02:00
Frédéric Péters 53d0c5c3e2 fix display of breadcrumb right side in chromium (#8391) 2015-09-27 19:59:57 +02:00
Benjamin Dauvergne f5a133dc87 setup.py: remove last reference to BASE_DIR 2015-09-25 22:32:42 +02:00
Benjamin Dauvergne 45ca70f674 setup.py: prevent errors in compile_translations to mess with the current working directory 2015-09-25 22:10:31 +02:00
Benjamin Dauvergne f18706c051 setup.py: fix computation of BASE_DIR 2015-09-25 20:26:25 +02:00
Frédéric Péters 2e534d26fd setup: use absolute paths when building icons (#8383) 2015-09-25 17:25:53 +02:00
Serghei Mihai 002d6cf922 manage local storage only if sidebar present (#8255) 2015-09-22 17:20:43 +02:00
Benjamin Dauvergne 924acb54b5 gadjo.js: fix use of .prop() to midify form action (#8180) 2015-09-18 17:20:42 +02:00
Benjamin Dauvergne 7a3dcd8ccb gadjo.css: add plus and minus signs 2015-09-18 17:20:42 +02:00
Frédéric Péters b0506aa524 setup: don't rebuild existing images (#8040) 2015-08-18 17:01:31 +02:00
Benjamin Dauvergne 200cad04bd Include VERSION 2015-08-06 10:53:15 +02:00
Frédéric Péters f52e9c3a52 debian: only build for python 2.7 2015-07-21 23:21:46 +02:00
Benjamin Dauvergne e00d739586 MANIFEST.in: add undistributed files
Mainly COPYING, AUTHORS and some files from the included select2.
2015-07-21 23:06:43 +02:00
Benjamin Dauvergne 5ab37ea1b3 setup.py: move import PIL inside generate and add setup_requires on Pillow (#7899)
Also remove double import of re.
2015-07-21 19:52:39 +02:00
Benjamin Dauvergne 504b43a246 root.html: protect $ symbol from overwriting (#7589)
$ can be overwritten by the jQuery loaded by django-debug-toolbar in the
messages fadeout callback, it prevents that.
2015-07-21 19:20:06 +02:00
Benjamin Dauvergne a666d7d47e gadjo.js: protect the $ symbol from overwriting (#7589)
By using a private namespace we protect ourself from call to
jQuery.noConflict(true) by django-debug-toolbar.
2015-07-21 19:20:06 +02:00
Frédéric Péters ef39bae975 template: add block to add attributes to <body> (#7869) 2015-07-17 10:19:59 +02:00
Frédéric Péters 3d8d11a361 add connector icon 2015-07-05 10:59:14 +02:00
Frédéric Péters 007c255437 update pagination style (#7640) 2015-06-23 07:12:33 +02:00
Frédéric Péters f22a9314da style: add css rules for notifications (#7563) 2015-06-15 10:33:25 +02:00
Frédéric Péters 8147eddd0b style: update dialog title and widget arrangement (#7562) 2015-06-15 07:12:57 +02:00
Frédéric Péters d13f30948a style: give table more space (#7560) 2015-06-13 20:45:24 +02:00
Frédéric Péters 9c631e6718 add copyright info for adwaita-lock.jpg 2015-06-12 18:09:20 +02:00
Frédéric Péters 28f4452619 update with a softer, coral colored, banner (wcs sync) 2015-06-10 17:31:38 +02:00
Frédéric Péters 1c3ad06d1d style ajax loading error message (#5489) 2015-06-10 14:26:59 +02:00