Commit Graph

420 Commits

Author SHA1 Message Date
David Jean Louis 062e156b6e - disable rendering of empty group modules (fixes #49),
- group empty children modules are not rendered now,
- added a _initialized property to modules to ensure that init_with_context is called only once.
2010-09-18 11:42:22 +02:00
David Jean Louis 93f6df0a68 Merged kmike changes 2010-09-18 10:09:12 +02:00
David Jean Louis 0f98029a9e Added Group.is_empty() method 2010-09-18 10:08:38 +02:00
julien@julien-phalips-macbook-pro.local 6cae923ed9 Force odd and even module item to have a solid color to avoid the sprites to show if the item's title is long and overflows. 2010-09-01 19:40:27 +10:00
julien@julien-phalips-macbook-pro.local 1c3480451e Added ModelList menu item. 2010-09-01 18:29:29 +10:00
Mike Korobov 3770163666 modules.LinkList is fixed 2010-08-26 23:53:29 +06:00
Mike Korobov 51222fe328 Less verbose example for custom menu 2010-07-26 02:45:27 +06:00
Mike Korobov f47a63a396 More positional args + less verbose LinkList link definitions 2010-07-26 02:26:32 +06:00
Mike Korobov a19a765316 Improved API for ModelList module 2010-07-26 01:42:31 +06:00
Mike Korobov 38a627ace9 url positional argument is unuseful for AppList menu item 2010-07-26 01:28:38 +06:00
Mike Korobov 4c81884be8 Fix for bookmarks: title is the first argument 2010-07-26 01:25:24 +06:00
Mike Korobov 00fe9f28ac Positional arguments for menu items 2010-07-26 01:23:13 +06:00
Mike Korobov 67bfefcbbc One example is modified to demonstrate new api. 2010-07-26 01:09:57 +06:00
Mike Korobov ada01362a9 Dashboard modules' constructors now have 'title' positional argument 2010-07-26 00:05:33 +06:00
Mike Korobov 7e0a6631e5 Examples are changed 2010-07-25 23:55:13 +06:00
Mike Korobov cd83891ba8 Some bikeshedding 2010-07-25 23:48:43 +06:00
Mike Korobov d82dca55e4 reorganize imports 2010-07-25 23:29:10 +06:00
Mike Korobov a2e27bc05c Forgot about menu.menus in previous commits 2010-07-21 03:06:41 +06:00
Mike Korobov 9fc5d97de8 Fix for previous commit 2010-07-21 02:51:22 +06:00
Mike Korobov 2c7b37e86d Only set attributes in __init__ if they are known attributes in order to ensure backwards compatibility 2010-07-21 02:35:35 +06:00
Mike Korobov 32d559d2c3 Attributes can be used instead of __init__ kwargs for menu items and dashboards initialization 2010-07-20 23:37:30 +06:00
Mike Korobov 0f7be3fb37 Attributes can be used instead of __init__ kwargs for dashboard module initialization 2010-07-20 23:28:04 +06:00
Mike Korobov bd5d5a3fd5 Example for custom AppIndexDashboard is fixed 2010-07-20 18:30:44 +06:00
Mike Korobov 8216225adb Python 2.5 compatibility. Fix #40. 2010-07-19 18:37:24 +06:00
David Jean Louis a207205a43 Release 0.3.0 2010-07-16 17:48:24 +02:00
angularcircle 3fa93ea6ea l10n: Updated Polish (pl) translation to 96%
New status: 26 messages complete with 0 fuzzies and 1 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-07-12 22:12:50 +00:00
David Jean Louis e2f0aa2ca3 Fixed typo in Group module docstring. 2010-07-10 12:40:48 +02:00
David Jean Louis 38dca63ba9 Documentation of dashboard module groups. 2010-07-10 12:37:11 +02:00
David Jean Louis 2246b240ea Fixed typo in Group module docstring + uniformised whitespace 2010-07-07 15:39:20 +02:00
David Jean Louis d5373b6177 Removed try/except blocks in functions that retrieve custom dashboards and menus, they just make debug painful. 2010-07-07 15:38:46 +02:00
David Jean Louis 296daa4cda Fixed issue when all modules are in one columns and the page is reloaded. 2010-07-05 19:15:29 +02:00
David Jean Louis 7d80c472b2 Put the script loading in test in a try/catch because it was causing an error in certain cases with Opera. 2010-07-05 16:14:55 +02:00
Mike Korobov 2cda0e2584 Execute initialization javascript in callbacks to make sure that necessary scripts are loaded. See #32. 2010-07-04 14:50:33 +06:00
David Jean Louis dbc643b8bb Fixed issue #33: empty applist menu items should not be displayed 2010-07-03 00:33:45 +02:00
David Jean Louis 67d465695f Fixed issue #34: can't drag modules into an empty column 2010-07-02 20:06:16 +02:00
David Jean Louis caf69d868b Fixed issue #35 (wrong docstring for menu) 2010-07-02 19:59:10 +02:00
David Jean Louis d51a3c0d2c Changed the way js files are loaded, hopefully now they are loaded syncronously (fixes issue #32). 2010-07-02 19:49:29 +02:00
Preston Timmons a6d7c66a26 Fixed typo. 2010-07-02 16:11:48 +00:00
Preston Timmons 395e860eb2 Fixed mistypings of the csrf_exempt decorator imports. This was raising a PendingDeprecationWarning and causing the deprecation tests to fail. 2010-07-02 15:48:53 +00:00
Preston Timmons f0ba6c6fef Modified ManagementCommandTest to inherit from the Django TestCase class. This fixes the test failure due to not being able to load the application templates. 2010-07-02 15:47:27 +00:00
Preston Timmons cd7609811f Modified ManagementCommandTest to inherit from the Django TestCase class. This fixes the test failure due to not being able to load the application templates. 2010-07-02 15:46:22 +00:00
David Jean Louis 829114ee0a Updated and recompiled locales 2010-06-15 11:01:10 +02:00
izi ed0f00ba03 l10n: Updated Japanese (ja) translation to 100%
New status: 28 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-06-15 08:44:07 +00:00
ilhan 81d4e51089 l10n: Updated Swedish (sv) translation to 100%
New status: 27 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-06-14 21:47:15 +00:00
David Jean Louis d0a1eb55c3 Better explaination for the TEMPLATE_CONTEXT_PROCESSORS section 2010-06-14 17:53:00 +02:00
David Jean Louis 0988dbb191 Added swedish locale 2010-06-14 17:36:17 +02:00
David Jean Louis 796172aa01 updated CHANGELOG 2010-06-09 14:31:46 +02:00
David Jean Louis 18b9dc6168 Implemented dashboard module groups, groups support "tabs", "accordion" and "stacked" layout 2010-06-09 13:21:01 +02:00
Alex Robbins 7191039bd2 Changing app list to show all apps if an include list isn't provided, as documented. 2010-05-17 10:25:16 -05:00
David Jean Louis d54a005098 fixed issue #29 : Django 1.2 admin base template change 2010-05-08 18:21:47 +02:00