Commit graph

666 commits

Author SHA1 Message Date
Yohan Boniface
827304e678 Merged in sabas/umap (pull request #1: italian locale) 2013-01-04 12:24:33 +01:00
sabas
3f36a652f5 italian locale 2013-01-04 12:20:56 +01:00
Yohan Boniface
212a8f20fc Remove footer while using endless pagination (fix #2) 2013-01-04 10:51:47 +01:00
Yohan Boniface
5d47ae1d8b Add branch/tag management in fabfile collect_remote_statics
cf https://github.com/yohanboniface/django-leaflet-storage/issues/41
2013-01-03 17:41:18 +01:00
Yohan Boniface
e6bf339c54 Rename project (prepare to 0.1) 2013-01-02 16:20:08 +01:00
Yohan Boniface
19e124d273 Add tooltip div container
See yohanboniface/django-leaflet-storage#9
2013-01-02 15:33:24 +01:00
Yohan Boniface
945994afa0 CSS for color square of the categories in caption 2013-01-01 22:39:14 +01:00
Yohan Boniface
d262703813 Display in red the confirm buttons of delete processes
cf https://github.com/yohanboniface/django-leaflet-storage/issues/34
2012-12-28 09:47:06 +01:00
Yohan Boniface
5db68422b9 Remove class="custom" from form, it has strange behaviours...
(Adding a width=18px in the small.error onchange, for example.
See: https://github.com/yohanboniface/django-leaflet-storage/issues/33)
2012-12-28 00:53:46 +01:00
Yohan Boniface
341f87c502 Category.preset has been renamed in display_on_load
See: https://github.com/yohanboniface/django-leaflet-storage/issues/37
2012-12-27 22:34:27 +01:00
Yohan Boniface
8fa4028d85 Activate locale middleware 2012-12-27 14:59:05 +01:00
Yohan Boniface
dbe887df5f i18n and fr translation 2012-12-27 14:16:53 +01:00
Yohan Boniface
a50fdda4a3 Add client-side fr translation file 2012-12-23 02:33:48 +01:00
Yohan Boniface
40c7fdf085 Follow django-chickpea rename to django-leaflet-storage 2012-12-22 20:32:11 +01:00
Yohan Boniface
ef3b7ed150 Add compress in home too 2012-12-22 12:55:17 +01:00
Yohan Boniface
aa3d01c707 Missing body_class in map_detail 2012-12-22 12:52:45 +01:00
Yohan Boniface
bd005e97ed Add ui.default in compress tag 2012-12-22 12:47:20 +01:00
Yohan Boniface
a70f8cb4ee Add django-compressor #1 2012-12-22 12:42:29 +01:00
Yohan Boniface
23a51324b6 Add a meta viewport 2012-12-22 12:15:00 +01:00
Yohan Boniface
61d5045eed Remove tilelayer multiselection for now 2012-12-21 16:41:48 +01:00
Yohan Boniface
47f683214f Add map delete button 2012-12-21 00:46:13 +01:00
Yohan Boniface
d328f381e9 Add delete button 2012-12-20 22:51:55 +01:00
Yohan Boniface
db2799185d Quick form styling adjustment 2012-12-20 18:54:57 +01:00
Yohan Boniface
d0f78d310d Follow rename in Leaflet.Storage 2012-12-20 12:37:03 +01:00
Yohan Boniface
6069a3de33 Don't use panel ui in content pages 2012-12-19 09:48:30 +01:00
Yohan Boniface
7024ef31a0 Use standalone ui listener for now 2012-12-18 18:33:19 +01:00
Yohan Boniface
a4e29c124a Use foundation_field in map_form.html 2012-12-16 17:56:30 +01:00
Yohan Boniface
a08d1901cd Display in red non fields errors in map_form.html 2012-12-16 17:48:57 +01:00
Yohan Boniface
3e43ee54c8 Add a data param to "create map" button, to listend the form 2012-12-16 17:35:34 +01:00
Yohan Boniface
9d2b6277e9 Add a basic search (using SeSQL) 2012-12-16 15:10:00 +01:00
Yohan Boniface
52c33bc96f Quick styling of feature_form 2012-12-15 19:05:42 +01:00
Yohan Boniface
36934212bf Remove js call from template 2012-12-15 14:43:36 +01:00
Yohan Boniface
3f9ba79ee4 Form is now listened by Storage call itself 2012-12-15 12:48:06 +01:00
Yohan Boniface
039763b921 Working with forms 2012-12-13 18:10:45 +01:00
Yohan Boniface
211942830f Use Storage contrib foundation file 2012-12-13 14:26:43 +01:00
Yohan Boniface
9ffc90ba1a Use stable branch of Leaflet now on 2012-12-13 14:26:28 +01:00
Yohan Boniface
0a03712763 Reupdate the Leaflet.Storage repor URL 2012-12-12 19:18:12 +01:00
Yohan Boniface
0ab9d471ff Follow leaflet-storage rename 2012-12-12 18:15:02 +01:00
Yohan Boniface
e4339ff9d4 Activate login / logout links / list available users for demo 2012-12-12 13:13:14 +01:00
Yohan Boniface
214921bdea Typo in map_list.html 2012-12-11 20:07:24 +01:00
Yohan Boniface
2e287d23cf Add user's maps page 2012-12-11 20:04:03 +01:00
Yohan Boniface
d8df14faf9 Unbind reveal event before open it in case one was already opened 2012-12-11 18:27:45 +01:00
Yohan Boniface
0145b55a5c Use chickpea Xhr to get the login/permissions check 2012-12-11 15:31:24 +01:00
Yohan Boniface
569db8e7e0 Problem was that every map had the same modified_at 2012-12-08 01:02:50 +01:00
Yohan Boniface
cec8a1d5af Order by modified_at create problem with endless_navigation and browser cache
Need to handle cache properly before
2012-12-08 00:56:36 +01:00
Yohan Boniface
aed4ddb9cd Order map by modified_at desc in list 2012-12-08 00:50:46 +01:00
Yohan Boniface
028323bf3d Display more map in home, now that we have endless pagination 2012-12-07 13:42:32 +01:00
Yohan Boniface
cacbbc416f Add endless_pagination on home page 2012-12-07 13:40:57 +01:00
Yohan Boniface
bad2a9db9e Handle alert level 2012-12-06 18:09:45 +01:00
Yohan Boniface
cb3b388fb6 Working on README 2012-11-26 21:32:51 +01:00