Timeline


and

20/04/11:

15:29 Ticket #122 (Complete startcyclopeproject.py command) created by nicoechaniz
templates/skells/initial_data/permissions etc. some detail: - the …
15:26 Ticket #121 (Create 4 default themes) created by nicoechaniz
We need at least 4 themes that are complete (implement all possible …
15:23 Ticket #120 (Handle static/ and media/ in the 1.3 way) created by nicoechaniz
Django 1.3 implements a new way of handling project media. Cyclope should …
15:16 Ticket #119 (Error moving menuitem) created by spiccinini
When moving a menuitem which has a parent defined to a different menu an …
15:15 Ticket #118 (Refactor frontend_views based on django 1.3 Class based generic views.) created by nicoechaniz
15:15 Ticket #117 (Menu can't repeat in same html because id is hardcoded to menu's name) created by spiccinini
A solution could be to append region's name like: …
15:14 Ticket #116 (FeinCMS 1.3 update broke Menuitem change_list) created by spiccinini
It's most probably due to jquery 1.5 being needed by TreeEditor?, …
15:13 Ticket #115 (Implement view options for layout/regions) created by nicoechaniz
15:13 Ticket #114 (Change filebrowser thumbnail size settings to use a uniform height instead ...) created by spiccinini
This will make laleled_icon list views look better
15:13 Ticket #113 (Add 'title' view_option to region views.) created by juanpablo
If this option has a value it will be rendered on top of the region_view …
15:12 Ticket #112 (Author content_type options show menuitem, menu, and category) created by spiccinini
They should only show BaseContent? derived classes
15:10 Ticket #111 (Migrate to django 1.3.) created by nicoechaniz
Check that our dependencies have migrated or work with 1.3 as-is and adapt …
15:09 Ticket #110 (Wipe initial standard content) created by spiccinini
Users should be able to wipe the initial content of a standard Cyclope …
15:05 Ticket #109 (Handle frontend_view renames and deletions) created by nicoechaniz
When a frontend_view changes it's name (code level) or is deleted, the …
15:04 Ticket #108 (Add Collection Archive view.) created by juanpablo
This is a date tree with content on it leafs. Some options could be …
15:04 Ticket #107 (Add a "customization" app to the demo) created by spiccinini
Add a "customization" app to the demo (& site template?) that has the skel …
15:03 Ticket #106 (Add frontend_view to list all the members of a Category and it's ...) created by nicoechaniz
Lists all members from a Category tree.
15:01 Ticket #105 (It shouldn't be possible to move a Category to a different Collection.) created by nicoechaniz
Unless we first check that the content_types accepted by the target …
15:00 Ticket #104 (Add change_list action to remove a categorization from selected elements.) created by nicoechaniz
The action should only be visible when the change_list is being filtered …
14:58 Ticket #103 (Use Proxy models for Collection-like objects, that need special treatment.) created by nicoechaniz
..like Forums, Tags, etc. This should let us use collection and categories …
14:55 Ticket #102 (Collection change_list filter by content_type.) created by nicoechaniz
- Collection change_list should allow to filter by content_type. It's …
14:54 Ticket #101 (Categories in a list should always be linked) created by nicoechaniz
Even when they have no content associated because category information …
14:52 Ticket #100 (Collections which stop accepting a content type shoud remove existing ...) created by nicoechaniz
When a Collection is modified to stop accepting a certain content type all …
14:50 Ticket #99 (Move utils code out of utils/__init__.py to it's own module) created by spiccinini
14:49 Ticket #98 (Move frontend_views code out of site/__init__.py to it's own module) created by spiccinini
14:48 Ticket #97 (Cleanup default_settings.py) created by spiccinini
14:46 Ticket #96 (Signal post_save is excecuted twice.) created by nicoechaniz
post_save.connect(_refresh_site_urls, sender=MenuItem?, …
14:44 Ticket #95 (Restructure code from cyclope root dir.) created by nicoechaniz
Move it to separate modules inside core/ (menu, layout, basecontent, …
14:43 Ticket #94 (Site map view fails when there's a collection with no categories in it.) created by nicoechaniz
14:41 Ticket #93 (The admin must enforce a single element for some models.) created by nicoechaniz
Site, SiteSettings?, ContactFormSettings?... are "singletons" (there should …
14:33 Ticket #92 (Add an HTMLBlock content type differentiated from StaticPage.) created by nicoechaniz
It would work in the same way as a StaticPage? but should be excluded from …
14:31 Ticket #91 (Add pingbacks feature for all contents) created by nicoechaniz
14:29 Ticket #90 (Clean html from Content summary using truncatewords_html filter.) created by nicoechaniz
When a content teaser is displayed, if the summary has HTML tags it can't …
14:26 Ticket #89 (Author should not be a required field.) created by nicoechaniz
14:25 Ticket #88 (When an Article has pretitle but no date, the dividing "|" character ...) created by nicoechaniz
14:23 Ticket #87 (Author field should always be a FK to cyclope Author model.) created by nicoechaniz
This is only true for Articles at the moment.
14:22 Ticket #86 (Write missing frontend_views tests for new apps (contacts, locations, ...) created by nicoechaniz
At least frontend_views should be tested.
14:20 Ticket #85 (Check that every content type can be shown as teaser, labeled_icon an ...) created by nicoechaniz
The corresponding frontend_views and templates must be present.
14:19 Ticket #84 (Implement content update notifications.) created by nicoechaniz
14:12 Ticket #83 (Show last update date-time in content detail templates.) created by nicoechaniz
14:11 Ticket #82 (Add support to embeded images and videos.) created by nicoechaniz
It could be done using django-oembed.
14:10 Ticket #81 (Add a preview feature for content creation/modification.) created by nicoechaniz
14:09 Ticket #80 (Add a menu of frequently used tools/items in the admin top bar.) created by nicoechaniz
Use the admin-tools menu feature.
14:08 Ticket #79 (Category and menuitem change_list should remember last active filter.) created by nicoechaniz
14:07 Ticket #78 (Move Media files easily between directories.) created by juanpablo
Now you have to rename the file including the directory path.
14:04 Ticket #77 (There should be a setting to mark comments as unpublished (moderated) by ...) created by spiccinini
14:03 Ticket #76 (Move CYCLOPE_PAGINATION settings to the database (SiteSettings object)) created by spiccinini
13:56 Ticket #75 (After searching, the Articles checkbox shows unselected while all others ...) created by spiccinini
13:48 Ticket #74 (Document that at least one frontend_view is needed for a model to be ...) created by spiccinini
13:47 Ticket #73 (Document that use of html in text fields may corrupt site markup.) created by spiccinini
"Use it only if you know what you are doing"
13:46 Ticket #72 (Document the use of online translation through the admin/rosetta) created by spiccinini
13:45 Ticket #71 (Document the creation of custom frontend_views for existing content types) created by spiccinini
13:45 Ticket #70 (Document the creation of local/custom themes.) created by spiccinini
13:44 Ticket #69 (Document the creation of new content types) created by spiccinini
13:44 Ticket #68 (Test that every content type responds correctly to a search according to ...) created by spiccinini
13:41 Ticket #67 (Allow themes to override content templates (detail, teaser, etc.)) created by spiccinini
13:40 Ticket #66 (Implement comment notifications) created by spiccinini
A user should be able to "subscribe" to the comments on a content
13:38 Ticket #65 (Implement admin comments notification) created by spiccinini
The admins of a website should be able to get an e-mail notification when …
13:37 Ticket #64 (Comments for deleted content should be taken care of) created by spiccinini
When a content is deleted it's comments keep pointing to the deleted ID. …
13:35 Ticket #63 (Comment counter bug when comments disabled) created by spiccinini
When a comments get are set to disabled for a content if it already had …
13:33 Ticket #62 (Implement comments moderation) created by spiccinini
13:31 Ticket #61 (Write a region frontend view to list "last comments") created by spiccinini
13:27 Ticket #60 (Views expect to find a description field in every content type and fails ...) created by spiccinini
13:27 Ticket #59 (Unexisting /rss/foobar URLs raise an AttributeError exception.) created by spiccinini
The error returned is: "type object 'Http404' has no attribute …
13:21 Ticket #58 (Add widget that groups Images and other media for related_content.) created by nicoechaniz
When selecting an image like related content, if there are lot's of images …
13:15 Ticket #57 (.po files should be regenerated when new translatable content is added) created by spiccinini
13:14 Ticket #56 (The process must reload when translations are updated) created by spiccinini
13:12 Ticket #55 (Add translation to all elements that require it) created by spiccinini
It has only been implemented for Articles so far
13:10 Ticket #54 (Show image thumbnails in change_list when it's relevant.) created by nicoechaniz
13:07 Ticket #53 (Integrate markitup toolbar and TinyMCE with Filebrowser.) created by nicoechaniz
There should be a link in the toolbar to allow for image selection from …
13:03 Ticket #52 (Find out how to override some internal django translations) created by spiccinini
eg. "usuario" should be "persona usuaria" or "nombre de acceso"
12:56 Ticket #40 (filebrowser is not showing spanish translations) closed by nicoechaniz
fixed
12:55 Ticket #45 (Newsletter module) closed by nicoechaniz
fixed
12:54 Ticket #47 (Chat module) closed by nicoechaniz
fixed: Implemented with  https://bitbucket.org/nicoechaniz/django-live/
12:36 Notes edited by spiccinini
(diff)
12:12 Notes edited by spiccinini
(diff)
12:06 Notes edited by spiccinini
(diff)
12:02 Notes edited by nicoechaniz
(diff)

18/04/11:

21:47 Notes edited by spiccinini
(diff)
20:58 Notes edited by spiccinini
(diff)
20:47 Notes edited by nicoechaniz
updated my notes. (diff)
17:08 Ticket #12 (configurable front view options) closed by nicoechaniz
fixed: view options are already implemented. New tickets will be opened for …
17:02 Ticket #27 (add auth groups when creating a project) closed by nicoechaniz
wontfix: this does not fail now because the dashboard does not depend on those …
16:24 Ticket #24 (set and use the correct WYMEditor language) closed by nicoechaniz
wontfix: WYMEditor is not used anymore
16:05 Ticket #14 (Create a management script to start Cyclope projects) closed by nicoechaniz
fixed: implemented with startcyclopeproject.py command
16:03 Ticket #3 (create tagging views and templatetags for multiple models) closed by nicoechaniz
wontfix: tagging will be implemented with Collection/Categories?
16:00 Notes edited by juanpablo
(diff)
15:59 Ticket #23 (add filebrowser link in admin dashboard) closed by nicoechaniz
fixed
15:53 Notes edited by juanpablo
(diff)
15:52 Notes edited by juanpablo
(diff)
15:51 Notes edited by juanpablo
(diff)
15:48 Notes edited by juanpablo
(diff)

17/04/11:

22:54 Changeset [397:dc15e60dc7e2] by nicoechaniz <nico@…>
defaultbumped FeinCMS version. added a missing png for the admin dashboard.

10/04/11:

17:59 Changeset [396:635fab2e5baf] by nicoechaniz <nico@…>
defaultremoved 1 line of old/unused code from dashboard.py
11:26 Changeset [395:d68beec4edb6] by nicoechaniz <nico@…>
defaultmade Contact.gender not required

06/04/11:

17:17 Changeset [394:030c50038516] by nicoechaniz <nico@…>
defaultmodified max_length of category and collection name to 100
17:16 Changeset [393:9d885a953968] by nicoechaniz <nico@…>
defaultadded 'html-content' CSS class to static page detail div
17:04 Changeset [392:e94942b56ff4] by nicoechaniz <nico@…>
defaultadded pptx and xlsx to Filebrowser default settings
14:38 Changeset [391:2085790ae5c9] by nicoechaniz <nico@…>
defaultchange Category.slug to be unique regardless of Collection and parent.

05/04/11:

12:35 Changeset [390:4350cab81c71] by nicoechaniz <nico@…>
defaultminor modifications to staticpage detail and teaser views
11:49 Changeset [389:3525556f59a3] by nicoechaniz <nico@…>
defaultadded related contents block to staticpage detail template
11:42 Changeset [388:81ff5c352ccf] by nicoechaniz <nico@…>
defaultadded RelatedContents? inlines to StaticPage? admin

01/04/11:

07:10 Changeset [387:cf46cb828ca8] by nicoechaniz <nico@…>
defaultviews.object_list had wrong default keyword argument values

31/03/11:

23:40 Changeset [386:4683e4ea1729] by nicoechaniz <nico@…>
defaultadded django messages to the default_settings file

27/03/11:

15:18 Changeset [385:c047ed15936f] by juanpablo <juanpablo@…>
defaultcss local_app panels

25/03/11:

19:56 Changeset [384:1a466f634079] by nicoechaniz <nico@…>
defaultminor fixes to previous commit
19:42 Changeset [383:a5a2bebe4009] by nicoechaniz <nico@…>
defaultadapted Contact app to new Location model
19:26 Changeset [382:991ed6d7c139] by nicoechaniz <nico@…>
defaultadded zip_code to Location model
15:25 Changeset [381:9acbc0846ad5] by nicoechaniz <nico@…>
defaultadded span to child-less categories in hierarchy for consistency
14:18 Changeset [380:47aa197a8380] by nicoechaniz <nico@…>
defaultupdated translations
14:09 Changeset [379:c1f974275f6f] by nicoechaniz <nico@…>
defaultadded site-search_box view
14:08 Changeset [378:a7bd9403851b] by nicoechaniz <nico@…>
defaultadded extra_head block to inline_view.html so it's parent template can be …
11:07 Changeset [377:1a82a14a2342] by nicoechaniz <nico@…>
defaultminor fix to menu-menuitems_hierarchy view
10:44 Changeset [376:863454d02772] by nicoechaniz <nico@…>
defaultforgot to set default=False for the new collection view
08:59 Changeset [375:ae1026ac598f] by nicoechaniz <nico@…>
defaultmodified hierarchical views for collection and menu. added …
08:58 Changeset [374:9e35ab769a6f] by nicoechaniz <nico@…>
defaultfixed default django-live urls

23/03/11:

20:17 Changeset [373:e86470b37c20] by nicoechaniz <nico@…>
defaultminor modification to layout middleware. adapted django-live template.
Note: See TracTimeline for information about the timeline view.