{5} Assigned, Active Tickets by Owner (Full Description) (25 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

anonymous (1 match)

Ticket Summary Component Milestone Type Created
Description
#67 Info Plugin internal Plugins v0.8.6 enhancement 12/22/06

We need a info Plugin!

Disskussion (de): http://www.pylucid.org/phpBB2/viewtopic.php?t=71


ChristopherGrebs (1 match)

Ticket Summary Component Milestone Type Created
Description
#80 include Pygments (syntax highlighter) in a better way... pygments v0.9 enhancement 05/18/07

http://pygments.org/

It should be an optional plugin for PyLucid.


JensDiemer (23 matches)

Ticket Summary Component Milestone Type Created
Description
#82 add a version management of the cms page content system v0.9 enhancement 06/15/07

The old PyLucid Version has a page archive. The django version should also have this archive.

After edit a page, the old version of the cms page should be saved in the achive.


#131 i18n for cms pages system v0.9 enhancement 12/05/07

We should add a support for multi language cms page contents.


#126 add/update unitest for the new preferences system v0.8.6 task 12/04/07

At this moment there exists no easy way to change the preferences...

The only way to change things in the preferences is this: - Using phpMyAdmin :( - Patch the install data...


#109 use fixtures? other v0.9 enhancement 08/25/07

We should check, if we can use djangos fixtures instand of the db_dump.py tool.


#150 _install section only for INTERNAL_IPS available? install v0.9 enhancement 02/18/08

One idea: Beside ENABLE_INSTALL_SECTION we can limit the _install views to the INTERNAL_IPS ???

Please look here: http://pylucid.org/phpBB2/viewtopic.php?p=1014


#168 unitest for the plugin manager (permissions) system v0.8.6 enhancement 03/07/08

I working on it.


#238 add a markup converter: tinyTextile -> creole system v0.8.6 enhancement 11/14/08

We should add a markup converter to convert pages from tinyTextile to creole markup.


#240 detect page should analyse the complete url system v0.9 enhancement 11/27/08

the detect page mechanism must be rewrite. It sould be analyse the complete url. Every page shortcut/slug should be followed.

This is needed, if we have double page shortcut/slug and not unique, see also: http://www.pylucid.org/phpBB2/viewtopic.php?p=1413#1413


#181 cache and multi languages... system v0.9 defect 04/01/08

In the cache key must be inserted a language prefix.


#97 use the template engine for main_menu and sitemap (need a recusive tag) internal Plugins v0.9 enhancement 06/26/07

The django template engine has no recusive loop tag. So the main_menu and the sitemap build the html code in the python code :(

We must be implement a recusive template tag.

A starting point: http://www.djangoproject.com/documentation/templates/#unordered-list

Related Links: http://www.python-forum.de/topic-9655.html (de) http://groups.google.com/group/django-users/search?q=recursive+template (en)


#107 support reCAPTCHA system v0.9 enhancement 08/13/07

http://pypi.python.org/pypi/recaptcha-client http://recaptcha.net


#118 pygments and styles. pygments v0.9 enhancement 10/10/07

File "./PyLucid/system/hightlighter.py" in pygmentize

  1. self.contextcss_data?.append({

global name 'self' is not defined


#141 make the CSS tag around plugin output changeable. system v0.8.6 enhancement 01/03/08

A the moment the CSS tag thats surround every plugin output is hardcoded here: http://pylucid.net:8080/pylucid/browser/trunk/pylucid/PyLucid/system/context_processors.py?rev=1312#L74

We should change this.

Two Ideas: Put the "template" of this TAG into the settings.py or into the Preferences...


#145 new RSS feed parser needs tests buildin plugins v0.8.6 enhancement 02/08/08

Here some links how we should check:

http://blog.awarelabs.com/?p=33 http://www.feedparser.org/


#151 change FILEMANAGER_BASEPATHS format... buildin plugins v0.9 enhancement 02/18/08

We should change the simple tuple and add a URL for every path, like this: FILEMANAGER_BASEPATHS = (

(MEDIA_ROOT, MEDIA_URL), ("/var/www/htdocs/static", "http://static.your_domain.tld/"),

)

So, we can build the URL to every file the right way...

http://pylucid.org/phpBB2/viewtopic.php?p=1015#1015


#158 find/replace: How handle timeouts? buildin plugins v0.9 enhancement 02/20/08

If we have many pages and do a find/replace how matches many pages, then the operation takes a long time... So it can raised a server timeout.

How should we handle this?

One work-a-round: You can't use the simulate. You must run the operation directly. A loop replaced the string page for page and saved directly the page after the replace. If a timeout appears, many pages changes already. The User must send the POST again and the operation completed more and more. This is very ugly, but it works ;)


#199 change plugin_manager_data (must_login and must_admin) internal Plugins v0.9 enhancement 05/28/08

The plugin_manager_data variables "must_login" and "must_admin" should be changed to the django equivalents:

  • must_authenticated -> request.user.is_authenticated()
  • must_staff -> request.user.is_staff
  • must_superuser -> request.user.is_superuser

#201 filter admin sub menu items dependent on user rights... buildin plugins v0.9 enhancement 05/29/08

After ticket:199 changes the must_login and must_admin items in the plugin_manager_data, we should update the dynamic admin sub menu:

Filter the menu entries dependent on user rights. Display only links witch the user can use.


#192 We should use more django model managers system task 05/19/08

We should use more django model managers intent of separated code: http://www.djangoproject.com/documentation/models/custom_managers/

Discuss: http://pylucid.org/phpBB2/viewtopic.php?t=220


#200 merge plugin_import.py into the plugin model/manager... system v0.9 task 05/28/08

Merge all methods from plugin_import.py into the plugin model/manager...


#63 texarea: JS to toggle wrap/no-wrap external Plugins v0.9 enhancement 12/14/06

every texarea sould have a small toggle button for wrap/no-wrap (with JavaScript?)


#208 not all pages in deleting pages dialog... other v0.9 enhancement 07/06/08

There are not all pages listed in the delete page dialog.

* The current page. * Pages with subpages.


#161 remove "robots" from the context and remove "no_rights_error" system v0.9 task 02/26/08

Note: See TracReports for help on using and creating reports.