Development

Latest commits

Open issues

  • implement admin filters16/02 10:33 by ornicar

    This way it looks great: http://demos.bitsofparag.com/admin.php/blogmeta login: admin password: admin

  • manual seo overriden by auto seo18/02 5:38 by ornicar

    Actually if someone manually change an automatic page meta, the change is lost during next meta synchronisation.

  • Improve admin forms with colors19/02 2:45 by moreweb

    Change input (checkbox and radio also?) field border color when its value change. New value: standard color -> red Changed value: green -> red (if we reset to default value border back to green) Useful for front record editor also. In this case I suggest to change also the window border color when system detects a change (black->red).

  • speed up unit tests19/02 5:47 by ornicar

    by removing context creation when not needed.

  • dmError change klass to class19/02 22:47 by gimler

    the field should be renamed from klass to class

  • project:optimize task fails21/02 6:18 by CraftyShadow

    Trying to run "project:optimize front" task fails with: PHP Fatal error: Class 'dmAdminDoctrineGenerator' not found in C:\cygwin\home\diemprojects\test_diem\lib\vendor\diem\symfony\lib\generator\sfGeneratorManager.class.php on line 111

  • ahDoctrineEasyEmbeddedRelationsPlugin doesnt work with diem22/02 9:09 by kadrach

    Above named plugin requires a change to the BaseFormDoctrine, which causes mayhem with the diem admin generator. Support for this plugin would be really great, as it saves a lot of work with related models

  • nested set modules - pages - admin generator sort with jsTree22/02 9:51 by mitjade

    If you have lets say categories / products webpage and categories are nested set. You want for every category a page to be created. The problem is that category pages do no get created in a tree like structure. Also the ability to reuse the functionality from page manipulation in the nested sets in admin generator. Like you have a Sort feature, that this would also work for nested sets with jsTree.

  • dot and neato check25/02 3:34 by moreweb

    Check if neato and dot bin are in a valid PATH (apache env path). The <code>Diem can not generate the admin dependency diagram. Probably graphviz is not installed on the server.</code> and <code>Diem can not generate the mld diagram : Problem executing command. " are too generic.</code> In some cases graphviz is installed and working well but Diem cannot run neato and dot bin (default installation under /usr/local/bin, not in apache env). Isn't a Diem problem but this messages can help users.

Closed issues