|
136 | Core | Recoding | Low | Upgrade to PHP8 | Closed | |
Task Description
no task description |
|
135 | Core | Bug Report | Low | Error while entering data in ..._effective_settings | Closed | |
Task Description
Warning: Trying to access array offset on value of type null in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/lib/plugins/changelinks/syntax.php on line 123
Warning: Trying to access array offset on value of type null in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/lib/plugins/changelinks/syntax.php on line 124
Warning: Undefined array key "target" in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/lib/plugins/changelinks/syntax.php on line 127
Warning: Trying to access array offset on value of type null in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/lib/plugins/changelinks/syntax.php on line 127
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/common.php on line 30
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/parser/xhtml.php on line 938
[07-Jan-2022 10:25:08 Europe/Berlin] error: 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'off","correct","correct,fonts","correct,images","correct,fonts,images","full"...' at line 2) - info: /front_content.php?idcat=7&lang=2 INSERT INTO `DZIRCMS_effective_settings` (`setting_id`, `type`, `name`, `default_value`, `short_description`, `long_description`, `possible_values`) VALUES (61, "generator", "output_compression", "full", "Correct or compress the output", "With this setting you control the output compressor and tell it wether to compress, download fonts, and convert images", "["off","correct","correct,fonts","correct,images","correct,fonts,images","full","full,fonts","full,images","full,fonts,images"]")
Reported by derSteffen: https://www.dzir.org/de/forum/DZIRCMS/DZIRCMS-2.1.x/Bug-Reports-2.1.x/Error-Log-bzgl.-compress/190/p=190/#190
|
|
134 | Core | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Move writable areas into 'data' | Closed | |
Task Description
Both in front- and backend, move writable areas (like ‘cache’) into the ‘data’ directory. This way, only the ‘data’ directories need to be writable.
|
|
133 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Implement the Smarty Template Engine | Closed | |
Task Description
Implement the Smarty Template Engine both in front- and backend. Make it available through it’s class name:
$smarty = new Smarty();
Make it use cache and compile directories inside data areas in the respective back- and frontends.
|
|
132 | Backend | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Implement a page with all module's translatable strings ... | Closed | |
Task Description
Implement a page in the backend which lists the translatable strings of all modules in two areas: - all strings that are not translated in at least one language - all strings In each list, use a header line with the module name. Also implement a search possibility for strings.
|
|
130 | Core | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Rename drugCMS to DZIRcms | Closed | |
Task Description
<p>Rename drugCMS to DZIRcms</p>
|
|
129 | 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
Update the system for restrictive SQL | Closed | |
Task Description
<p>As SQL gets more restrictive, one can't use '0000-00-00 00:00:00' for a datetime field.<br/>Also one can't GROUP BY or ORDER BY non selected fields, or have fields missing in GROUP BY which are selected.</p>
|
|
128 | Core | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Implement "Jaro Winkler Similarity" for searches | Closed | |
Task Description
<p>Implement the "Jaro Winkler Similarity" code in PHP for comparing words</p>
|
|
126 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Implement a DB Query Builder | Closed | |
Task Description
<p>Implement a DB Query Builder based on the one CodeIgniter has (used in Gambio GX2).</p><p>Usage examples:<br/>$aResult = $db->select('*')->from($cfg['tab']['art_lang'])->where('idartlang', 3)->get()->result_array();<br/>echo $aResult[0]['title'];</p><p>$db->select('*')->from($cfg['tab']['art_lang'])->where('idartlang', 3);<br/>foreach ($db->get()->result_array() as $aResult) {<br/> echo $aResult['title'];<br/>}</p><p>$db->update($cfg['tab']['art_lang'], array('title' => 'Hello World', 'urlname' => Hello_World'), 'idartlang=3');</p><p>$db->insert($cfg['tab']['art_lang'], array('title' => 'Hello World', 'urlname' => Hello_World'));</p><p>$db->replace($cfg['tab']['art_lang'], array('title' => 'Hello World', 'urlname' => Hello_World'));</p><p>Old methods are supported for compatibility reasons ($db->query($sql), $db->next_record(), $db->f('title')).</p>
|
|
125 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Core: Add (S)FTP capabilities for self-installing compo ... | Closed | |
Task Description
<p>While testing the new PIM, we found that on some servers, where FTP and Web are different users, there is a write permission problem.<br/>To solve this (not only for the PIM, but for the DesignShop and AutoUpdate as well) we need to implement (S)FTP functionallity.</p>
|
|
124 | Chains | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Output compressor: Check relative paths for their sourc ... | Closed | |
Task Description
<p>Output compressor changes relative paths (starting with ../) to the client's absolute path (like http://domain.com/cms/).<br/>This is okay as long as no file from a different folder is included (like /cms/font-awesome/css/).<br/>In this case, relative paths must be rewritten to the folder the file is in (like http://domain.com/cms/fontawesome/).</p><p>Thanks to Thomas Dubbert for reporting this bug!</p>
|
|
123 | 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
File manager: Add settings' input fields in upload mask | Closed | |
Task Description
<p>If you want to store additional information to your files, you have to edit their settings file by file after you uploaded them probably all at once.<br/>Add those fields to the upload mask, so that after selecting the files, one can immediately enter those info's for all selected files before uploading them.</p>
|
|
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 | |
Task Description
<p>Add an option to delete contained articles and sub-categories on deleting a category.<br/>Delete, if set, through this tree step by step, first deleting all articles in the deepest category, then deleting that category.<br/>Repeat this way up until the selected category is empty and then delete it, finishing the job.</p>
|
|
120 | Backend | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Articles: Stay in article on switching language | Closed | |
Task Description
<p>When editing an article, on switching the language you have to reselect everything from the navigation down to the article.<br/>As we already have deeplinks to articles, let's use them in the language switcher.</p>
|
|
119 | Plugins | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Newsletter: Recipient import doesn't recognize groups w ... | Closed | |
Task Description
<p>Recipient import doesn't recognize groups with special chars like german umlauts</p>
|
|
118 | Core | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Language support: Add support for more languages | Closed | |
Task Description
<p>Implement an array holding all(!) culture codes (combination of language codes and country codes).<br/>Rework setup and backend login to show and use installed languages using these culture codes automatically.</p><p>Implement the new language files:<br/>- for setup in /setup/locale + /setup/images/flags<br/>- for backend in /drugcms/locale + /drugcms/xml<br/>Use the culture code for this language in the file names.</p>
|
|
117 | Plugins | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Newsletter: Imported recipients always get added to def ... | Closed | |
Task Description
<p>On importing recipients, they always get added to the default group, even if you supply false or 0 for this group.</p><p>Solution: don't add recipients to the default group on importing them, as the groups should be supplied in the import data.</p>
|
|
116 | 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
Categories: Alias get's changed on moving up/down withi ... | Closed | |
Task Description
<p>On moving a category up or down within the same parent category, the alias (used for url-building) get's changed.<br/>This is only nessecary (and allowed) on moving the category into another parent, as there may be another category there with the same alias (which would then have the same url).</p>
|
|
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 | |
Task Description
<p>User Rights: User with set rights should be able to give other (new) users same rights: http://forum.contenido.org/viewtopic.php?f=92&t=36469&view=unread&sid=7c63b5108740416edb6159e211c9d66f#p167847</p>
|
|
114 | 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
Layout: Container tag with types="" doesn't show all mo ... | Closed | |
Task Description
<p>When you add a container tag to a layout and want it to show all available modules in the template, you are expected to not enter types, because these types restrict the modules.<br/>In 2.0.6, when you don't enter a restriction (types=""), only modules with no type entered are shown, so the restriction is still active.</p>
|
|
113 | 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
Module templates: extended templates won't show properl ... | Closed | |
Task Description
<p>On editing a template in backend which uses extended template features (like {if ({EDIT} == 0)}) the template won't show properly and may throw an error.<br/>The problem is, that (in this example) the normal variable EDIT isn't replaced here and so the if function parser finds {EDIT}, which it can't handle.</p><p>Solution: Disable extended functionality in the module templates edit area.</p>
|
|
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 | |
Task Description
<p>Restrict attempts to log into the backend to a certain number.<br/>Check the IP address and/or the browser info for this, not the login (the real user might try to login in between).</p>
|
|
111 | 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
New Category: Auto create start article doesn't work on ... | Closed | |
Task Description
<p>When "auto create start articles for new categories" is activated, it only works for new categories, but not for new trees.</p>
|
|
110 | 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
New Category: Auto created articles have '&' instea ... | Closed | |
Task Description
<p>Also the article alias has 'x-&amp;-y' instead of 'x-y' for 'X & Y'</p>
|
|
109 | 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
History encoding problem | Closed | |
Task Description
<p>For modules, layouts, and the other stuff a history is kept for, the history files show badly encoded signs for for example german umlauts.<br/>This is probably because of the encoding of the xml files.<br/>Make sure we use UTF-8 as the xml encoding to prevent such errors.</p>
|
|
108 | Backend | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Icon columns should not show a disabled bin | Closed | |
|
|
107 | Plugins | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Newsletter: Import problems | Closed | |
|
|
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 | |
|
|
105 | 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
File manager: Add mass file uploader | Closed | |
|
|
104 | 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
Categories: Names in "create category in" select box ar ... | Closed | |
|
|
103 | Plugins | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Content Allocation: Missing translations (German) | Closed | |
|
|
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 | |
|
|
101 | 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: wrong symbols | Closed | |
|
|
100 | 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
Article overview: Can't set article to be start article ... | Closed | |
|
|
99 | Backend | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Backend: Always show linked icons to the left of entrie ... | Closed | |
|
|
98 | Plugins | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Newsletter: Settings box stays open | Closed | |
|
|
97 | 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
Grouprights aren't used for backend users | Closed | |
|
|
96 | Plugins | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Newsletter: Link to online article doesn't work in job | Closed | |
|
|
95 | Plugins | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Newsletter: MAIL_DATE and MAIL_TIME aren't set properly | Closed | |
|
|
94 | 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
Add functionality to delete a client | Closed | |
|
|
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 | |
|
|
92 | 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
Deeplink into backend | Closed | |
|
|
91 | 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
Add a function to generate URLs for categories and arti ... | Closed | |
|
|
90 | Core | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
DB: Set the encoding on the connection after connecting | Closed | |
|
|
89 | Modules | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Modules in files: chmod folders and files to 777 on cre ... | Closed | |
|
|
88 | Backend | Optimization | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Categories: Names are not html encoded | Closed | |
|
|
87 | Plugins | Bug Report | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
SEO-URL: Anchors are stripped from links on article for ... | Closed | |
|
|
86 | Core | Enhancement | Low |
Deprecated: Function utf8_decode() is deprecated in /home/www/DZIR/dev.dzir.org/plugins/dokuwiki/inc/utf8.php on line 136
Create functions to display select boxes for directorie ... | Closed | |
|
|
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 | |
|
|
83 | 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
Automatically add a startarticle to a new category | Closed | |
|