|
6 | Backend | Feature Request | Low | Presets for client settings | Assigned | |
Task Description
I often use the same entries for client settings. It would be helpful if often used ones could be added via click. Examples: tinymce|forced_root_block| articles|show-new-window-checkbox|true … (Markus Hübner (mchubi))
|
|
57 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Updater: Implement an updater, which can update on clic... | Assigned | |
Task Description
Implement a system updater, which can, by setting, either update the system on mouse click, or completely automatic at a set daytime. The automatic update functionality must be restricted to either the primary or secondary version number (2.x.x or 2.0.x).
|
|
64 | Core | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
PHPMailer: Upgrade to newest version | Assigned | |
Task Description
<p>PHPMailer: Upgrade to newest version</p>
|
|
7 | Backend | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
deleting articles in overview | New | |
Task Description
If you have a categorie filled with many articles - e.g. for a newslist - and you want to delete several articles, you have to do that one by one. It would be quite useful, if there’d be the possibility to select those articles via checkboxes - like it is in filemanagement - and, after confirmation of course ;o) - delete them at one step. (Markus Hübner (mchubi))
|
|
12 | Backend | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Support for transparent PNGs (resizing in file manager) | New | |
Task Description
<p>Show thumbnails with transparency</p>
|
|
13 | Backend | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Show messages with position: fixed | New | |
Task Description
<p>Show all messages and questions ("Are you sure…") in the backend with style position: fixed; so that they definitely are visible for the user without the need to scroll up first.<br/>(Steffen (derSteffen))</p>
|
|
15 | Core | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Old sessions are not deleted if conlib uses file contai... | New | |
Task Description
<p>see contenido forum http://forum.contenido.org/viewtopic.php?f=62&t=32660</p>
|
|
16 | Backend | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Uploadfolders deleted with FTP are still in db-table | New | |
Task Description
<p>If you delete a folder using ftp it isn’t deleted in db. For files you have to call the folder in filemanager, but if you also delete the folder that cannot work.<br/>We have to check if we can enhance the checks in filemanager to check for missing folders.</p><p>Also we have to remember that for the new version of filemanager.</p><p>see con forum http://forum.contenido.org/viewtopic.php?f=62&t=32693</p>
|
|
17 | Core | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Upgrade TinyMCE to newest version | New | |
Task Description
<p> • check for usefull plugins</p>
|
|
20 | Backend | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Show inuse files in file manager on request | New | |
Task Description
<p>In the file manager, add a button which will show, for the current folder, which of the files are in use.<br/>We will have to check for CMS-Types (like CMS_IMG) as well as article content (over the database?).<br/>This is needed for the ability to delete old, no longer used files.</p><p>In addition, we might also check per file on a delete request, if not already checked through the button.</p>
|
|
21 | Backend | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
article-overview: page selecting and sorting of article... | New | |
Task Description
<p>1)<br/>I quite often use my netbook to update my webcontent. One category contains more than 70 articles and the next is always a copy of the last one which will be altered. So I have to select page 4 first, which is not a problem. But humans are normally lazy - so am I - and I always have to scroll to the bottom to see the page-selector. So it would be great to have that selector not only below, but also above the article-listing. Like it is in filemanagement.</p><p>2)<br/>At the moment you can sort the articles of a category by using the dropdown above the listing. It would be nice if you could do that by clicking on the columns header.</p><p>(Markus Hübner (mchubi))</p>
|
|
23 | Backend | Recoding | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Create a new backend without frames in HTML5 / CSS3 / j... | New | |
Task Description
<p>Rebuild the backend with a new look-and-feel.</p>
|
|
26 | Core | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Rearrange the class files into a new structure | New | |
Task Description
<p>Build a new hierarchical structure for class files in /drugcns/classes and arrange the class files into it.</p><p>First thoughts are (please add thoughts):<br/>/drugcms<br/>-> /classes<br/>-> -> /abstract<br/>-> -> -> /html5<br/>-> -> -> /template<br/>-> -> -> -> /parser.php -> class clAbstractTemplateParser()<br/>-> -> /backend<br/>-> -> /common<br/>-> -> -> /content<br/>-> -> -> -> /article.php -> class Article()<br/>-> -> -> -> /template_config.php - class TemplateConfig()<br/>-> -> -> /security<br/>-> -> -> /generic<br/>-> -> -> -> /db.php -> class GenericDB()<br/>-> -> -> /template<br/>-> -> -> -> /counter_function_parser.php -> class clCounterFunctionParser()<br/>-> -> -> -> /if_function_parser.php -> class clIfFunctionParser()<br/>-> -> -> -> /str_api_function_parser.php -> class clAtrApiFunctionParser()<br/>-> -> -> -> /template.php -> class Template()<br/>-> -> /frontend<br/>-> -> -> /output<br/>-> -> -> -> /compressor.php -> class OutputCompressor()<br/>-> -> -> /groups.php -> class<br/>-> -> -> /logic.php -> class<br/>-> -> -> /permissions.php -> class<br/>-> -> -> /users.php -> class</p>
|
|
27 | Backend | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Optimize category rearrangement with drop buttons | New | |
Task Description
<p>Currently, after clicking the "move tree" button, one can only "drop" it in another category, where it will show up as the last subcategory, and one must move it up until it reaches it's desired position, which takes some time on large websites.<br/>In future, after clicking the "move tree" button, we will show "drop" buttons before and after each other category, so one can drop the moved tree in the right position right away.</p>
|
|
28 | Backend | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Exchange modules in templates in the article configurat... | New | |
Task Description
<p>Make it possible to exchange modules in the article's template configuration.<br/>This makes it much easier for authors to "design" their articles.<br/>But for this, there must be an option with the templates (style -> templates) with each container to lock and/or hide it from the article configuration.</p>
|
|
29 | Core | Recoding | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Switch from MySQL and MySQLi to PDO | New | |
Task Description
<p>Be sure to add some kind of query checker which makes the queries database independant (for example strip "TYPE=MYISAM").</p>
|
|
33 | Backend | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Admin option to hide module-config-areas from authors | New | |
Task Description
<p>Implement a possibility for (sys)admins to hide config areas of certain modules in category and article configuration for certain user groups.<br/>One possibility is to show all modules in a list with checkboxes, where they can be checked to hide them.<br/>Default is to hide for all non-admins, but there should be an option to select user groups.</p>
|
|
34 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Show template description in category and article confi... | New | |
Task Description
<p>The textarea from the template configuration should be shown in the category and article configuration.</p>
|
|
35 | Backend | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Posibility to move files in file manager | New | |
Task Description
<p>http://forum.contenido.org/viewtopic.php?p=154761#p154761</p><p>One should be able to move files in the file manager.<br/>Needed functionality for this:<br/>- move the file in the file system<br/>- correct the path in the database table con_upl<br/>Articles using the file through modules aren’t infected, because they only save the id of the entry in con_upl.<br/>Only articles using the file inside the TinyMCE editor will have a problem.<br/>For this case, we should consider correcting those paths too, or showing a warning message on trying to move the file.</p>
|
|
37 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Add more languages | New | |
Task Description
<p>As for the internationalization, drugCMS needs to support more languages (setup, backend, plugins, …).</p>
|
|
38 | Backend | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Enable login from external page | New | |
Task Description
<p>Recode the login form and code to get the session key ($contenido) after the login process.<br/>As for now, the session key ist in the login form, which makes it impossible to login through an automated script.</p>
|
|
53 | Core | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Preview: Add options to view the page in different size... | New | |
Task Description
<p>Add options to the preview area which change the size of the viewport to emulate mobile devices.<br/>Offer known sizes with device names (iPhone 5, Galaxy Note 3, …) as well as free width and height entry fields.<br/>This makes it easier for authors to see what the page would look like on those devices, which reduces responsive sites with non-responsive contents.</p><p>Suggestion: http://forum.contenido.org/viewtopic.php?f=36&t=34999.</p>
|
|
69 | Backend | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Categories/Articles: Add option to show names in prefer... | New | |
Task Description
<p>Add a system/client/USER option to show category and article names in a prefered language (tooltip).</p><p>Inspired by http://forum.contenido.org/viewtopic.php?f=92&t=35247#p164661.</p>
|
|
76 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
File system: nameable folder to hide system from visito... | New | |
Task Description
<p>Create a folder named "system" in which the system files and folders get moved.<br/>Only the client folder(s) remain in root.<br/>The new folder must be renamed on setup, so only the sysadmin knows it's name.<br/>In this folder, there must be a .htaccess which routes to the /<new folder>/drugcms/ folder.<br/>The drugCMS backend then is reachable only by entering this folder's name after the domain.<br/>CAUTION: The client's config.php file needs to be altered as well!</p><p>As the setup folder get's moved into this new folder too, setup has to change it's address on the renaming process in order to continue.</p><p>On (cross-)upgrading from drugCMS 2.0.x/Contenido 4.6.x and 4.8.x, we have to remove the old system folders and files, as they are not within this new folder.<br/>And in this situation the sysadmin (who does the upgrade) also has to enter a new name for this folder, except if he removed it and moved the contained system files and folders back to root (he might already work with a subdomain for the backend).</p>
|
|
85 | Core | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Article properties: Hide categories the user may not ac... | New | |
Task Description
<p>In article properties, a list of categories exists to enable the user to move the article.<br/>In this list, the categories the user has no rights for are also listet.<br/>Filter them out according to the user's rights.</p><p>Also rework the function createCategorySelect() for the same filter.<br/>But here we must think of a possibility to remain settings from other users, because they would get lost on saving the configuration.</p>
|
|
93 | Core | Feature Request | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Template switcher | New | |
|
|
102 | Core | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Link target select window: categories are not marked, f... | New | |
|
|
106 | Backend | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
TinyMCE: Show editor in popup or inline and save throug... | New | |
|
|
112 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Backend Login: Restrict attempts | New | |
|
|
115 | Backend | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
User Rights: User with set rights should be able to giv... | New | |
|
|
121 | Backend | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Categories: Add an option to delete contained articles ... | New | |
|