Commit Graph

420 Commits

Author SHA1 Message Date
David Jean Louis 0c0a02cf21 * Merged Jeffrey's changes (fixes issue #66), django-admin-tools now supports staticfiles :)
* Removed block.super from content_title block, we already have the dashboard title in a h1 tag
2011-02-22 10:25:48 +01:00
David Jean Louis 1fa11e8015 * Merged kmike changes (fixes issue #70)
* Added a section for South migrate command (fixes issue #71)
2011-02-22 10:15:48 +01:00
Jeffrey Gelens 0790b3edd7 Added block.super to class-title for overriding 2011-02-20 23:14:12 +01:00
Jeffrey Gelens cc17bc20aa Everything should be under {{STATIC_URL}}admin_tools for now 2011-02-14 23:54:04 +01:00
Jeffrey Gelens a4181d1788 Fixed Dutch translations 2011-02-14 22:36:32 +01:00
Jeffrey Gelens 3a908e72c1 Fixed documentation typos 2011-02-14 22:33:45 +01:00
Jeffrey Gelens 1efcc6b122 Core was not needed, moved files to static dir in ROOT 2011-02-14 22:30:38 +01:00
Jeffrey Gelens 49ffb48886 Updated docs with staticfiles option 2011-02-14 22:30:15 +01:00
Jeffrey Gelens 660e47505a Updated MANIFEST to reflect new static directories 2011-02-14 22:29:59 +01:00
Jeffrey Gelens e333e90ebc Moved static files to own APPS owning the file. Shared files can now be found in
the "core" app
2011-02-14 22:09:05 +01:00
Jeffrey Gelens de908a5af4 Reconstructed old media dir 2011-02-14 22:08:31 +01:00
Jeffrey Gelens df044cc7f9 Condition fixed 2011-02-10 23:35:33 +01:00
Jeffrey Gelens 1ea5cd9f85 Renamed media dir to static 2011-02-10 23:34:38 +01:00
David Jean Louis e704195b88 Sync locales 2011-01-27 08:36:09 +01:00
Ville Korhonen 30d46bccdf Added translation for Finnish (based on English version) 2011-01-27 06:12:35 +02:00
David Jean Louis c3c5f881ca Fixed js and css for IE6 and IE7 2011-01-26 12:09:14 +01:00
David Jean Louis d1eee603e5 Switch to readthedocs.org for documentation + added a note on contributing to the docs 2011-01-09 21:22:05 +01:00
David Jean Louis 281e552acc Fixed some module instanciation issues (fixes #65, thanks deschler!) 2010-12-18 11:56:21 +01:00
David Jean Louis 5551f8d311 Added tag v0.3.0 for changeset 3e822763bab3 2010-12-13 12:37:56 +01:00
David Jean Louis feff9b3a2c Added tag v0.4.0 for changeset 4ebbf2cf39b5 2010-12-13 12:37:20 +01:00
David Jean Louis cc24b427ff Fixed quickstart link 2010-12-13 12:34:48 +01:00
David Jean Louis 878e49b47b Release 0.4.0 2010-12-13 12:21:39 +01:00
David Jean Louis d21211844f Integrated Alex's partial fix for issue #43 2010-12-13 11:52:06 +01:00
David Jean Louis 9c74b715b5 Added docs for multiple admin site support 2010-12-13 11:37:01 +01:00
Mike Korobov 9eee1b6edd Dasboard modules id generation is moved to Python level and can now be customized. 2010-12-12 03:29:38 +05:00
David Jean Louis f2448c7d21 Added south initial migrations 2010-12-11 14:12:25 +01:00
Mike Korobov a06a234abb One more js namespace pollution fixd 2010-12-11 16:17:57 +05:00
Mike Korobov 2e357a8090 Global namespace pollution fix for jquery.dashboard.js 2010-12-11 15:50:34 +05:00
Mike Korobov 0ef57c7b0e testOk variable was polluting the 'window' object 2010-12-11 15:06:10 +05:00
David Jean Louis 3f4440cf4e Create empty preferences instance if user has no preferences saved yet. This should fix the possible race condition problem, as reported on issue #61. 2010-11-28 15:11:00 +01:00
David Jean Louis 34fbcd5eea Fixed issue #62 (thanks to leture) 2010-11-28 15:05:07 +01:00
Klemens Mantzos 6a0a4ac62b add ".svn" to global part in .hgignore 2010-11-23 13:58:49 +01:00
klem@icodr.local 8aacb4c1cf fixed bug: get_media_url() doesn't work correctly with django 1.3 alpha 1 because in django.conf.global_settings.py the STATIC_URL is set to None by default. 2010-11-23 13:48:48 +01:00
grh 84d157b8ca documentation fix 2010-11-19 12:32:57 +01:00
David Jean Louis 7afb75709b Explicitely set color for links in module content (fixes #60) 2010-11-10 00:46:15 +01:00
Mike Korobov 8520bf1256 include_list and exclude_list are now deprecated for ModelList and AppList 2010-11-10 03:39:05 +05:00
David Jean Louis e96d1c1acb Updated custom dashboard and menu template files to reflect the current code (fixes #57 and #58) 2010-11-03 09:59:04 +01:00
David Jean Louis 2158010362 Fixed issue #51: more robust test running (thanks to Tom von Schwerdtner for the idea) 2010-10-02 11:39:10 +02:00
David Jean Louis 50f6ab7111 Fixed missing context in _get_dashboard_cls() 2010-09-24 15:54:48 +02:00
David Jean Louis 5bc99ab7a1 Merge with fetzig fork 2010-09-24 15:16:43 +02:00
David Jean Louis 80ad9e6956 Completed support for multiple admin sites 2010-09-24 15:16:08 +02:00
klem@icodr.local 0affc42142 drop (grappelli_)column property of DashboardModule 2010-09-24 14:53:33 +02:00
David Jean Louis a3da188552 - DRY,
- fixed imports ordering,
- raise an exception when the dashboard class cannot be found,
- some nitpicking.
2010-09-24 09:14:35 +02:00
klem@icodr.local 962a154627 * add multi AdminSite() support
* add DashboardModule.grappelli_column property
2010-09-23 18:41:13 +02:00
klem@icodr.local 861a5ca2ea add .DS_Store to .hgignore 2010-09-23 18:38:54 +02:00
xaralis da2256b0dd l10n: Updated Czech (cs) translation to 100%
New status: 27 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-09-22 14:43:04 +00:00
David Jean Louis 8644833d30 Fixed wrong test 2010-09-18 15:47:00 +02:00
Mike Korobov 40a7712061 A very basic test for custom menu 2010-09-18 17:07:34 +06:00
Mike Korobov ead377c568 items.ModelList signature now is the same as modules.ModelList 2010-09-18 16:59:41 +06:00
Mike Korobov 425008bc6e Make generated custom menu match default menu 2010-09-18 16:46:38 +06:00