Commit Graph

95 Commits

Author SHA1 Message Date
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
Benjamin Dauvergne 79cc29d765 display an error when loading or submitting the dialog box fails (#5489) 2015-06-10 14:26:06 +02:00
Frédéric Péters 8d4310a8ff style: improve breadcrumb rendering (#7506) 2015-06-10 10:19:23 +02:00
Benjamin Dauvergne 5b26cebcb8 gadjo/root.html: put loading of jQuery related statics in a block (#7450)
Some applications will not need it.
2015-06-10 10:19:23 +02:00
Frédéric Péters 944ffe7536 build: ship icons source files (#7505) 2015-06-08 18:15:08 +02:00
Frédéric Péters 91ea158fb6 add template support for breadcrumb (#7492) 2015-06-08 14:25:52 +02:00
Frédéric Péters 0af671acee css: use class names for app icons (#7490) 2015-06-08 14:08:57 +02:00
Frédéric Péters cf299da0d0 debian: fix dependency to mention python-imaging, not python-pil 2015-06-04 10:32:00 +02:00
Frédéric Péters e6a895a34f add missing python-pil dependency 2015-06-04 10:27:51 +02:00
Frédéric Péters 61820be081 integrate icons for the various services (#7455) 2015-06-04 10:24:12 +02:00
Frédéric Péters c40735cd8a set base.html as an intermediate template (#7394) 2015-06-03 13:31:06 +02:00
Frédéric Péters 62c7e7be33 style: add support for a sidepage (#7284) 2015-05-26 17:43:21 +02:00
Frédéric Péters 2b3ed5b566 misc: fix some heights to be pixel similar with wcs 2015-05-22 17:52:11 +02:00
Benjamin Dauvergne cd4e1b0ca3 setup.py: add missing import 2015-05-22 17:50:48 +02:00
Benjamin Dauvergne 2fcbd660fb setup.py: use new get_version() not depending on a __version__ symbol 2015-05-22 17:49:50 +02:00
Frédéric Péters 7f81919b75 css: style html5 email fields like other text fields (#7041) 2015-05-22 16:14:59 +02:00
Frédéric Péters 8a3ca861b8 css: style for disabled items (#7133) 2015-05-18 18:07:10 +02:00
Frédéric Péters f034436da7 style: integrate new breadcrumb style (#7257) 2015-05-15 17:06:44 +02:00
Frédéric Péters f33129e1be template: use full_name in top bar (#7214) 2015-05-12 15:05:06 +02:00
Benjamin Dauvergne ef4d1230e3 gadjo.js: allow displayPopup to work with other kind of elements than <a/> (#7143) 2015-05-12 11:06:32 +02:00
Benjamin Dauvergne 9c0c0d2551 gadjo.js: close existing dialog boxes when opening a new one 2015-05-11 11:36:08 +02:00
Serghei Mihai 68946fcdc3 version 0.4.3 2015-04-29 19:01:54 +02:00
Frédéric Péters 371fab9c20 distribute translations (#6310) 2015-04-21 17:24:28 +02:00
Frédéric Péters 9a436dbb3e add locale file 2015-04-21 17:20:17 +02:00
Frédéric Péters 270168a4da add style for required fields (#6946)
Do note the style should only be applied on forms where there are optional
fields, should not be applied if all fields are required.
2015-04-17 11:18:15 +02:00
Serghei Mihai 690f35e0d3 initial files for deb packaging 2015-04-03 15:50:23 +02:00
Jérôme Schneider 105842ccfa New release 0.4.2 2015-02-18 14:44:48 +01:00
Frédéric Péters 20b29487cf js: ignore forms that have a gadjo-popup-ignore class for popups (#6348) 2015-01-25 17:41:31 +01:00
Frédéric Péters 26622f5366 limit width of dialog boxes (#6029) 2014-11-28 15:16:30 +01:00
Benjamin Dauvergne a00660e886 release 0.4.1 2014-10-27 16:10:25 +01:00
Benjamin Dauvergne a7ba206ebd release 0.4 2014-10-27 16:07:22 +01:00
Thomas NOËL 89708962f0 handle password input style (#5792) 2014-10-23 20:48:59 +02:00
Thomas NOËL 961f769851 release 0.3 2014-10-21 10:32:28 +02:00
Frédéric Péters 17be7b8e3d css: escape non breaking spaces (#5776) 2014-10-21 10:04:55 +02:00
Frédéric Péters 3425188229 README: add licence information 2014-09-04 13:59:42 +02:00