|
198 | PIM: Workflow | Plugins / Chains | Recoding | Medium | New | |
Task Description
Recode Plugin for usage with pluginmanager
|
|
197 | PIM: ModRewrite | Plugins / Chains | Recoding | Medium | New | |
Task Description
Recode Plugin for usage with pluginmanager
|
|
196 | PIM: Link Checker | Plugins / Chains | Recoding | Medium | New | |
Task Description
Recode Plugin for usage with pluginmanager
|
|
195 | PIM: Content Allocation | Plugins / Chains | Recoding | Medium | New | |
Task Description
Recode Plugin for usage with pim
|
|
194 | Ghost Categories | Core | Bug Report | Critical | Requires testing | |
Task Description
ConLite will still produce this ghost categories. Reproduce this bug by deleting a second language which has categories that are not or no more in the other category. Table cl_cat_tree will not cleaned up proper. One has to check the whole generation procedure for cl_cat_tree and all areas which create or edit categories. (see screenshot)
|
|
193 | Release: Cleanup of all folders | Backend | Bug Report | Low | New | |
Task Description
Check all folders and remove dev stuff from folders or folders with sources
|
|
192 | Update version stuff for release 2.1 | Documentation | Optimization | Low | Assigned | |
Task Description
...
|
|
191 | Update Readme for Release | Documentation | Optimization | Low | Assigned | |
Task Description
Update Readme for release 2.0.3
|
|
190 | Stats: Error while making an entry | Core | Bug Report | Low | New | |
Task Description
The following DB-Error occured
[12-Aug-2018 15:43:27 Europe/Berlin] ConLite DB error: 1406 (Data too long for column 'visitdate' at row 1) - info: /cl21x/conlite/main.php?area=mycontenido&frame=4&contenido=6e1631fd7125aa77c779ee3b9969fe67 INSERT INTO
cl_stat_archive
( idstatarch, archived, idcatart, idlang, idclient, visited, visitdate)
VALUES
(1,
201807,
3,
1,
1,
4,
'2018-07-22 20:24:50')
PHP 7.0 / MariaDB 5.5
|
|
189 | DBDriver: Add switch to use another mode if mysql is in... | Core | Enhancement | Medium | New | |
Task Description
We need to add a check and a switchable function to change mysql-mode if the server is running in strict mode.
todo:
see Changing MySQL mode per session
|
|
188 | Stats: No entry in DB | Plugins / Chains | Bug Report | Low | Closed | |
Task Description
There raises an error while stats tries to make an entrie in db:
[07-Jul-2018 15:22:21 Europe/Berlin] ConLite DB error: 1292 (Incorrect datetime value: '2018-07-07+15%3A22%3A21' for column 'visitdate' at row 1) - info: /cl_demo/cms/front_content.php UPDATE `cl_stat` SET `visited` = '7', `visitdate` = '2018-07-07+15%3A22%3A21' WHERE idstat = '232'
|
|
187 | Users: In edit still the default date is shown | Backend | Optimization | Low | Closed | |
Task Description
Do not show default value of date in input fields. See screenshot
|
|
186 | Plugin Workflow: empty page in article area | Backend | Bug Report | Low | Closed | |
Task Description
If you click workflow-tab in article area an empty page is shown.
errorlog entry:
[07-Jul-2018 10:22:33 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined method pApiTree::pApiTree() in /var/www/cl_demo/conlite/plugins/content_allocation/classes/class.content_allocation_complexlist.php:42
Stack trace:
#0 /var/www/cl_demo/conlite/plugins/content_allocation/includes/include.contentallocation_article.php(67): pApiContentAllocationComplexList->__construct('06bd456d-fe76-4...')
#1 /var/www/cl_demo/conlite/main.php(255): include_once('/var/www/cl_dem...')
#2 {main}
thrown in /var/www/cl_demo/conlite/plugins/content_allocation/classes/class.content_allocation_complexlist.php on line 42
[07-Jul-2018 10:22:41 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined method pApiTree::pApiTree() in /var/www/cl_demo/conlite/plugins/content_allocation/classes/class.content_allocation_complexlist.php:42
Stack trace:
#0 /var/www/cl_demo/conlite/plugins/content_allocation/includes/include.contentallocation_article.php(67): pApiContentAllocationComplexList->__construct('06bd456d-fe76-4...')
#1 /var/www/cl_demo/conlite/main.php(255): include_once('/var/www/cl_dem...')
#2 {main}
thrown in /var/www/cl_demo/conlite/plugins/content_allocation/classes/class.content_allocation_complexlist.php on line 42
Seems to be a problem in plugin with old constructors for PHP5
|
|
185 | Change message for missing conf.php | Core | Optimization | Low | Closed | |
Task Description
There is a message shown if config.php is missing. Edit it and add info for new pathes of CL System.
|
|
184 | Client Config: No HTML5 choosable | Backend | Bug Report | Low | Closed | |
Task Description
If you change select for DocType in Client Configuration to HTML5 and save it, it says XHTML after reload. Also there is still a print_r of a boolean value to see after sending form and german title of cancel button has wrong typo. So check the whole area and fix bugs
|
|
183 | frontenduser cronjob set users offline | Backend | Bug Report | Medium | Assigned | |
Task Description
If you update an older 4.8.x to CL 2.0 using a newer MySQL-version, you may encounter problems with automatic disactivation of frontendusers. The reason is the datetime entry of feusers with newer db-clients, that will not correct recognized. We have to check the whole feature of timemanagement and rebuild it to work with new db-versions.
|
|
182 | Pluginmanager: plugin install did not care about system ... | Backend | Bug Report | Low | Closed | |
Task Description
If one is installing a plugin with a higher version number for conlite→minversion than the installed version of ConLite, pluginmanager do not care and installs the plugin.
|
|
181 | Add Smarty Wrapper Plugin | Backend | Bug Report | Low | Closed | |
Task Description
Adapt the Smarty Wrapper Plugin from con49. Be aware to change path according to ConLite configs
|
|
180 | Adapt Client Config from con49 | Backend | Bug Report | Low | Closed | |
Task Description
Enhance the client config array and adapt all needed vars from the client config file in contenido 4.9
See forum → Das neuen cfgClient-Array in 2.0.2
|
|
179 | Rights-Management: Im- and Export of User and Group rig... | Backend | Enhancement | Medium | New | |
Task Description
Add an area to im- and export user and group rights.
see contenido forum Frage zur Rechten bei Artikelversionierung
|
|
178 | Updatenotifier parsing rss under PHP7.1 only for first ... | Core | Bug Report | High | Closed | |
Task Description
The pear xml-parser not working with PHP7.1. Only the first item is parsed correct, second item has wrong content. Switching to PHP5.6 shows correct result. Check pear-xml for updates. If there no updates, take old pear files and write own parser for PHP7+, mark old pear classes as deprecated and use own class.
|
|
177 | Setup Migration: Client path string correction not work... | Setup | Bug Report | Medium | New | |
Task Description
If you use the setup type migration differences between real client path and path in db has to be shown and corrected. That behavior is not working. Just try a migration with total different path and you will see bug in text-fields with new path. Fix that to show correct new path in text field.
|
|
176 | AMR: Routing not working | Plugins / Chains | Bug Report | Low | New | |
Task Description
Routing of URL using AMR-Plugin not working. See topic in forum.
|
|
175 | Plugins: AMR not working with redirects | Plugins / Chains | Bug Report | Medium | New | |
Task Description
I’ ve got a feedback from a customer that AMR in 4.8.20 under PHP 5.6 using redirects defined in Backend-Area is not working.
See forum → External Link
|
|
174 | Localize newsletter plugin | Plugins / Chains | Recoding | Low | Closed | |
Task Description
Due too changes for localization not scanning plugin folders we have to do a separate localization for plugins.
|
|
173 | i18n gettext: i18n cannot handle text (mo/po) with mult ... | Core | Bug Report | Critical | Closed | |
Task Description
Adapt i18n class from Con 4.9
|
|
172 | AMR-Plugin: update plugin to last 4.8 version | Plugins / Chains | Enhancement | Low | Closed | |
Task Description
Update AMR-Plugin to version used in Contenido 4.8.20. Also modifiy sql-setup.
|
|
171 | System and client allows xss in backend | Backend | Bug Report | Critical | Closed | |
Task Description
Go to administration → system → expert settings. Create new setting and set value to: <script>alert(”XSS Alert”);</script> Script will be executed. Same with client settings
|
|
170 | PHPMailer < 5.2.18 Remote Code Execution | Core | Bug Report | Low | Closed | |
Task Description
see http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html
Check if used PHPMailer is affected by this vulnerability and fix it if needed.
|
|
169 | No log-file for pseudo-corn | Core | Bug Report | Low | Closed | |
Task Description
Normally pseudo-cron uses a log-file to write down all tasks. But there are no logs written down. Check whole behavior of pseudo-cron
|
|
168 | Change folder for cronjob files | Core | Enhancement | Medium | Closed | |
Task Description
Move .job files from conlite/cronjobs to data/cronlog like con 4.9 does. Also remove check for write permissions for the old folder.
|
|
167 | TinyMCE: no float after saving image in html-text | Core | Bug Report | Low | Closed | |
Task Description
If you try to use floating in tinymce for an image style is not added to img-tag after saving content.
|
|
166 | Backslashes in module code will be removed using sync t ... | Backend | Bug Report | Critical | Closed | |
Task Description
If you sync modules in filesystem to db, used backslashes in input or output will be removed in db-table. You may test behavior by just setting an html-output with backslashed quotation marks.
|
|
165 | Migration to PHP 7 and MySQL 5.7/MariaDB 10.1 | Core | Optimization | Medium | New | |
Task Description
This Task collects all task of recoding or fixing behaviours to fit needs for PHP 7 and MySQL 5.7 or MariaDB 10.1
|
|
164 | DBFS: Protection not working if file in dbfs-root | Core | Bug Report | Low | New | |
Task Description
Check whole behaviour. Maybe we need to change protocol for dbfs a little. Take care of backwards compatibility.
|
|
163 | Switch Code-Editor for the Backend | Backend | Feature Request | High | New | |
Task Description
We need to remove EditArea from Core. There are no new versions since over 6 years for it.
So the question is, which actual js-based editor we should use. Con 4.9 uses Codemirror. But i think it’ s also a good idea to use Ace.
Maybe we can also enhance editing by giving the user the possibility to choose among different editors an make editable areas switchable between editors.
So please let me know your thoughts about. Maybe this article could help you to find a decision - CodeMirror vs Ace Editor
|
|
162 | AMR: use conlite instead of contenido in htaccess templ... | Plugins / Chains | Bug Report | Low | New | |
Task Description
There are still rules for contenido in this files. Fix it to fit conlite path and folders before release of 2.0.0
|
|
161 | Add folder-usage to style areas | Backend | Enhancement | Low | New | |
Task Description
Add possibility to use folders in style-areas like templates, css, and javascript
|
|
160 | AMR: reset alias only for current client | Plugins / Chains | Feature Request | Low | New | |
Task Description
today if you reset alias with amr-function all aliases in db will be resetted. Add selection for client and language. See forum → http://forum.contenido.org/viewtopic.php?f=89&t=36558&hilit=button+formular
|
|
159 | Missing subnav file on info page | Backend | Bug Report | Low | Closed | |
Task Description
Calling the info-page by clicking on the button in main menu causes an error entry in logfile.
[13-Nov-2015 12:04:30 Europe/Berlin] PHP Warning: include_once(/path/conlite/includes/include.subnav_blank.php): failed to open stream: Datei oder Verzeichnis nicht gefunden in /path/conlite/main.php on line 255
[13-Nov-2015 12:04:30 Europe/Berlin] PHP Warning: include_once(): Failed opening '/path/conlite/includes/include.subnav_blank.php' for inclusion (include_path='.:/usr/local/lib/php/') in /path/conlite/main.php on line 255
|
|
158 | Add plugin classes to autoloader | Plugins / Chains | Optimization | Low | New | |
Task Description
In the moment classes in pluginfolder have to be loaded using function plugin_include. Add autoload-config to all plugins to autoload classes if plugin is active/installed.
|
|
157 | Article inuse after relogin caused by auth timeout | Backend | Bug Report | Low | New | |
Task Description
If you still have opened an article (edit, configuration) and your backend session timed out that article is inuse by yourself after relogin. We have to clear inuse table for user which login and have still inuse entries.
|
|
156 | Updatenotifier not working | Core | Bug Report | Low | Closed | |
Task Description
While checking updatenotifier there was a wrong display for updates either with right or wrong versionnumber in vendor.xml. This is caused by using an simple_xml object instead of a string.
|
|
155 | Onlineuser function throws SQL error | Backend | Bug Report | Medium | Closed | |
Task Description
see forum → http://forum.conlite.org/viewtopic.php?f=9&t=240&p=292
|
|
154 | Container-tag shown in frontend if param mode missing | Core | Bug Report | Low | New | |
Task Description
Read first comment!!!
put container tag without mode param in layout
make a template using layout
dont select a module
make an article using this template
visit article in frontend and show source
You’ ll find container-tag in source. Fix that behavior to show nothing if container-tag misses needed param. We may show an info for needed and missing param in backend template view.
|
|
153 | jQuery: use .on instead of deprecated .live | Core | Bug Report | Low | Closed | |
Task Description
Due to the update of jQuery lib the deprecated function .live() has to replaced with .on(). So we do not have to use jQuery migrate.
|
|
152 | PHPMailer Update | Core | Enhancement | Medium | New | |
Task Description
Update PHPMailer lib to newest version.
PHPMailer on Github
|
|
151 | TinyMCE rewrites URI with #mce_temp_url# at the end | Backend | Bug Report | Low | Closed | |
Task Description
see forum → http://forum.conlite.org/viewtopic.php?f=8&t=239
|
|
150 | Missing rightsmanagement for backenduser | Backend | Bug Report | Low | New | |
Task Description
We have to check rightsmanagement. For con49 there is a bugreport that as restricted beuser with the right to create/edit beusers you can give yourself more rights and create new user with higher rights than yours.
If this is the same for ConLite we have to change this behaviour to the following
see con forum - http://forum.contenido.org/viewtopic.php?f=92&t=36469
|
|
149 | EditArea: Check compressor usage | Core | Bug Report | Medium | Closed | |
Task Description
There is a problem with cache files and/or cache path for compressor of editarea. Contenido uses generated files in editarea path, ConLite has a modified compressor class using backend cache path. There is a report that this files where not generated always, so editarea is not working. Also in editarea class for ConLite method getProperties all properties are loaded if the editor is deactivated. Change this useless behaviour to ommit unneeded db-queries.
Maybe it’s a good idea to deliever compressed editarea.js always if caching not possible. Check whole procedure and fix it before release of stable 2.0!
|
|
148 | Update jQuery and jQuery-UI | Backend | Enhancement | Low | Closed | |
Task Description
Update jQuery and jQuery-UI used in Backend-areas to newest stable version.
|
|
147 | Autoloader: adding class map file a second time causes ... | Core | Bug Report | Low | Closed | |
Task Description
If you add class map file still added before using method addClassmapConfigFile throws error
[06-Jul-2015 14:34:50 Europe/Berlin] PHP Catchable fatal error: Argument 1 passed to cAutoload::addClassmapConfig() must be of the type array, boolean given, called in /var/www/cl_demo/conlite/classes/class.autoload.php on line 165 and defined in /var/www/cl_demo/conlite/classes/class.autoload.php on line 139
This is caused by using include_once in method which returns 1 as boolean instead of an array if called twice for the same file. Adding a check for array would prevent this message.
|
|
146 | System-purge: update cl_sequenze not working | Backend | Bug Report | Medium | Closed | |
Task Description
While trying to update sequence table under administration→system→purge an error is thrown.
|
|
145 | AMR: htaccess not working | Plugins / Chains | Bug Report | Low | Assigned | |
Task Description
Due to changing the backend foldername the htaccess file of AMR-plugin is out of date. Add new backend folder for conlite and set old path as deprecated. Add some docs to htaccess and also to AMR-plugins info and htaccess page. Check all other apperances of contenido path for AMR-plugin.
|
|
144 | ModFileEdit: Add sync info area | Backend | Enhancement | Low | Assigned | |
Task Description
At the moment no sync of modules is done without any info for user. Add area to show which modules are synced and which one are skipped. Maybe it’ s a good idea to use ajax to sync modules. Check if easy adding this functionality is given in CL or if we need to recode ajax handling in the future.
|
|
143 | Check and recode releasetool | Core | Enhancement | Medium | Assigned | |
Task Description
For further releases we need the releasetool for easy getting DB-Data. Check, and recode if needed, the existing tool. DB must be cleaned up and ALL needed entries pushed to file system. Try to use generated files with setup.
|
|
142 | HTML-View of Login page is broken | Backend | Bug Report | Low | Closed | |
Task Description
View of the ConLite Login Page is broken (Firefox 37)
Recreate View using HTML5 and CSS3 with standard utf-8 encoding.
|
|
141 | SQL-Error: Data truncated for column 'visited' | Core | Bug Report | Medium | Assigned | |
Task Description
Got the following error while testing ConLite with PHP 5.6 and MySQL 5.5.5
[05-May-2015 11:58:20 UTC] error: 1265 (Data truncated for column 'visited' at row 1) - info: /ConLite/conlite/main.php?area=client&frame=1&contenido=cef3c97414c53bf7fe3f292d2cdac331 INSERT INTO
cl_stat
( idstat, idcatart, idlang, idclient, visited )
VALUES (
24,
23,
1,
1,
'0000-00-00 00:00:00')
Error based on wrong field value in cl db for field visited (varchar(14)). Change field type to datetime, write api class for db-table and change all calls to use the api class.
|
|
140 | Add a default language to view in other languages | Backend | Enhancement | Low | Closed | |
Task Description
see forum - http://forum.contenido.org/viewtopic.php?f=92&t=35247
|
|
139 | Move notification file to new log folder | Core | Bug Report | Low | Closed | |
Task Description
The file notify.txt still appears in old conlite/logs folder. Move it to conlite/data/logs.
|
|
138 | Setuptext not proper utf8 | Setup | Bug Report | Medium | Closed | |
Task Description
Have to check i18n of Setup. Messages seem to have incorrect encoding. We’ ll use utf8 for whole core localization.
|
|
137 | Write docu for output-compressor | Documentation | Optimization | Low | New | |
Task Description
We have to write a little Doku for output compression, possible config values and where to set.
|
|
134 | Ghost categories | Core | Bug Report | Critical | Closed | |
Task Description
Forenbeitrag
I have investigated this old old bug. It’s a core problem and has to be fixed before releasing next version!!!
|
|
133 | Add language column to user log | Backend | Enhancement | Low | New | |
Task Description
Add a language column to user log if more than 1 language is used.
|
|
132 | Ghost categories with second language | Core | Bug Report | High | Assigned | |
Task Description
This is an old bug, since 4.6 i think, growing up sequencely while working with categories in a second language. Customer has moved, deleted and add categories in english (1. lang german) and now the old master category is still visible in article-categorie-view with all subcategories but not in categorie area.
So we have to check out which function causes that behaviour. Needed sql-dump for searching is uploaded in dev-file-area, so please only use it for bugtracking and delete it afterwards.
|
|
131 | Delete old inuse entries if be-user login | Backend | Bug Report | Low | New | |
Task Description
If a be-user login again after timeout or closing browser delete old inuse entries for this user. Otherwise we will get a message for used areas for this user.
|
|
130 | Update PHPMailer | Core | Feature Request | Low | New | |
Task Description
Update PHPMailer to newest version https://github.com/Synchro/PHPMailer
|
|
129 | GenericDB: Wrong return value for item delete | Core | Bug Report | Low | Closed | |
Task Description
GenericDBreturns always false but should return TRUE if an item is successfully deleted.
|
|
128 | TinyMCE cannot use multible custom css files | Core | Bug Report | Low | Closed | |
Task Description
This is caused by a bug in the editorclass. See contenido forum entry ⇒ http://forum.contenido.org/viewtopic.php?f=92&t=34951
|
|
127 | Move setupfolder exists message to dashboard | Backend | Optimization | Low | Closed | |
Task Description
If you install ConLite first time you will see messages for setupfolder and default sysadmin on login page. Move this messages to dashboard so we will see them only after login.
|
|
126 | Add frontend debug user | Democlient | Feature Request | Low | New | |
Task Description
Add a debug user in frontend to show frontend debugging features. So code view and everything else could be used to in live web.
|
|
125 | Script-compressor throws error for missing cached file | Core | Bug Report | Medium | New | |
Task Description
If you empty frontend cache folder using output_compressor output method throws an error due to the missing cached file.
PHP Warning: filesize(): stat failed for cache/6a6a912d0c7b55b537768da77803284920140117153927.css in /var/www/vhosts/xxx/conlite/classes/class.output_compressor.php on line 190
|
|
124 | No error message when copying default client does not w ... | Backend | Bug Report | Medium | Closed | |
Task Description
Missing error management for creating client folder using default client. User receives no info neither if copying failed nor if it works. So recode whole stuff.
|
|
123 | JS-Error editing a frontenduser in backend using IE11 | Backend | Bug Report | Low | Closed | |
Task Description
IE11 gives an error if you choose a frontenduser for edit.
|
|
122 | Cannot see article overview in backend using IE11 | Backend | Bug Report | Critical | Closed | |
Task Description
If you click on a category under Content-Article there appears only an empty frame at right side.
|
|
121 | Neues Sessionmanagement | Core | Recoding | Medium | New | |
Task Description
Entwicklung eines neuen Sessionmanagements auf Basis der vorhandenen ConLib. Zu beachten ist dabei auch die Verknüpfung anderer Funktionen, so z.B. der InUse-Funktionen.
|
|
120 | Artikel sind für Bearbeitung gesperrt für alle BE-User | Core | Bug Report | Medium | New | |
Task Description
Das Aufräumen der inUse-Tabellen funktioniert nicht korrekt. Die im Contenidoforum empfohlene Lösung löst zwar das Problem in diesem Fall, ist aber keine Primärlösung. Hier gehört Sessionmanagement etc. überdacht und geäandert.
Quelle: http://forum.contenido.org/viewtopic.php?f=64&t=23854
|
|
119 | check backend permissions for be-users | Backend | Optimization | Low | New | |
Task Description
Some permissions on permission-page have to be checked for naming and logic. Check all permissions for backend and plugins, also do a test for each permission with a restricted user in backend/frontend.
|
|
118 | Add function to create db entries for modulefolders | Backend | Feature Request | Medium | Assigned | |
Task Description
If you copy a modulefolder to a new installed system a initial creation into db is needed. Add a function that reads foldername and create a db-entry. Later we can add also a loop for all folders and/or an overview page which will also show modules in repo.
|
|
117 | Error checking $cfgClient if no client installed during ... | Backend | Bug Report | Low | Closed | |
Task Description
if you do not install a client during setup there will be an error in errorlog while trying to check and reread client-array.
|
|
116 | Check naming and translations in beuser rights area | Backend | Bug Report | Medium | Closed | |
Task Description
Naming and/or translations are missing or wrong in areas, maybe due of moving plugin related stuff to plugin folder. Check and fix missing entries.
|
|
115 | Missing userrights for content allocation | Backend | Bug Report | Medium | Closed | |
Task Description
Have to check for CL, see contenido forum http://forum.contenido.org/viewtopic.php?t=32494
|
|
114 | Remove lower Frameset | Backend | Recoding | Low | New | |
Task Description
Remove the lower 4 frames frameset and use an ajaxed single frame using jquery and ui. Therefor add needed jquery-plugins to be and rewrite be ui-classes and tpl-class.
|
|
113 | Add jquery an jquery-ui | Backend | Feature Request | Medium | New | |
Task Description
Adding jquery and ui to be will help to improve usebility of be
|
|
112 | Make login lifetime configurable | Core | Enhancement | Low | New | |
Task Description
see http://forum.contenido.org/viewtopic.php?f=62&t=34072
|
|
111 | Can't delete be-user with special character | Backend | Bug Report | Low | Closed | |
Task Description
If you use special characters like äüö!\”§$%&/ within a username, sometimes you can’ t delete them caused bei a bug in js confirm script. You won’ t get a confirm-box.
|
|
110 | Backslashes in client path with xampp | Core | Bug Report | Critical | Closed | |
Task Description
If you do a migration setup and the client path changes you can’t copy & paste the path under windows, because of the backslashes which are not working in some CMS-Types (QR-Code) We have to check for backslashes in path while writing to db and 1. escape them or 2. replace them with slashes
|
|
109 | User named admin with sysadmin rights can't use DB Back ... | Backend | Bug Report | Low | Closed | |
Task Description
Tested in Rev. 264 (2013-04-24).
|
|
108 | modFileEdit: Input area not used from file in configura ... | Backend | Bug Report | Low | Closed | |
Task Description
In Template or Article configuration, it uses the modul input area from the database, even if a file is present. Try: Create a new module, create an input file for it, put some HTML code in it, and then check the template preconfiguration area.
|
|
107 | Upgrade TinyMCE to newest version | Core | Feature Request | Medium | Closed | |
Task Description
check for usefull plugins
use cache-folder for compression if possible
exclude from CL css-/js-compressor
check for lately update of MCE-files in CL 2.0.x
|
|
106 | modFileEdit: Export not possible if modFileEdit active ... | Backend | Bug Report | Low | Closed | |
Task Description
On trying to export a module, an error “headers already sent” occurs because of the modFileEdit notice. Also, on saving the module into the DB, this notice appears twice.
|
|
105 | Optional clearing of article content | Backend | Feature Request | Low | New | |
Task Description
If you remove CMS_Types from article template the content is still present in DB if not deleted before remove. It would be nice if there is a page where i can see all used and not used content types with their content and with a possibility for removing it from DB.
We have to discuss about a whole side feature, showing all not used content types or a per article feature.
|
|
104 | German Umlauts are removed in alias | Backend | Bug Report | Medium | Closed | |
Task Description
Christian Holzhausen told me on Skype, that german Umlauts are removed instead of translated in aliases:
[17:45:02] Christian Holzhausen: habe noch einen... [17:45:29] Christian Holzhausen: wenn die aliase geschrieben werden fallen die unlaute raus, anstatt sie durch ue oder ae zu ersetzen... [17:45:41] Christian Holzhausen: aus Bürste würd Brste [17:46:28] Christian Holzhausen: also ist eher ein allgemeines thema denke ich [17:46:39] René Mansveld (Spider IT Deutschland): Hmmm, dazu schreibe ich mal ein Ticket. Danke! [17:46:48] Christian Holzhausen: gerne [17:48:34] René Mansveld (Spider IT Deutschland): Ist das bei Kategorien, Artikel, oder beides? [17:48:53] Christian Holzhausen: moment [17:49:03] Christian Holzhausen: beides [17:49:23] René Mansveld (Spider IT Deutschland): Alles klar, danke, Ticket wird erstellt.
Version is ConLite Trunk of 2013-02-25 (Pre-RC)
|
|
103 | FileEdit: Use client folder for module folder | Core | Optimization | Low | Closed | |
Task Description
Modules depend on client, so maybe it’s better to move the module folder to client folder for usage with ModFileEdit.
|
|
102 | Remove external Libs | Core | Feature Request | Low | Assigned | |
Task Description
Removal of private/external PHP function or class libraries. CL should provide its own functions and classes, licensed under GPL or LGPL.
|
|
101 | Uploadfolders deleted with FTP are still in db-table | Backend | Bug Report | Low | New | |
Task Description
If you delete a folder using ftp it isn’t deleted in db. For files u have to call the folder in filemanager, but if u also delete the folder that cannot work. We have to check if we can enhance the checks in filemanager to check for missing folders.
Also we have to remember that for the new version of filemanager.
see con forum http://forum.contenido.org/viewtopic.php?f=62&t=32693
|
|
100 | Add plugin "spamspan" for email address obfuscation | Plugins / Chains | Bug Report | Low | Assigned | |
Task Description
see http://forum.contenido.org/viewtopic.php?f=66&t=31229
|
|
99 | Old sessions are not deletet if conlib uses file contai... | Core | Bug Report | Low | New | |
Task Description
see contenido forum http://forum.contenido.org/viewtopic.php?f=62&t=32660
|
|
98 | Problems while connected to a second database | Backend | Bug Report | Low | Researching | |
Task Description
If, in a module, you connect to an external database, all modules after that one in the template won’t work. The configuration for those following modules says “-unnamed module-”. If you close the connection to the external database in the module, the following modules work as they should.
If you have the module with the external database connection more than once in the template, directly following eachother, then each second one won’t connect to that database even if you use different variables for the connection, but only in the backend (configuration). In the frontend everything works as it should even with the same variable for the external database connection, but only while closing the connection in the module (every instance).
Question/Problem: Why does ConLite try to get the module information over the last opened database connection instead of using it’s own connection $db?
Attached is a module for showing a Modified Shopsoftware article in ConLite for testing.
|
|
97 | Textfehler-Darstellung bei Dateilöschung in Dateiveralt ... | Backend | Bug Report | Low | Closed | |
Task Description
Löscht man eine Datei in der Dateiverwaltung, wird in der Messagebox nur folgendes angeziegt: “Dateien löschen Sind Sie sich sicher, dass Sie die gewählten Dateien wirklich lö”, obwohl im Quelltext der Rest des Satzes auch noch steht.
Verbesserungsvorschlag: Hat man eine wirkich lange Liste an Dateien, scrollt runter und markiert alle und klickt dann auf löschen passiert auf den ersten Blick nichts, da die MessageBox nur “oben” angezeigt wird. Man muss also nach oben scrollen und bestätigen. Vielelicht kann man hier mit einer Art Anker zur MessageBox springen.
|
|
95 | No more storing of creation and modified date or author... | Core | Bug Report | Medium | New | |
Task Description
Due to the changes in class genericdb some of the API-classes no longer update fields modified or author. Also some create-methods do not fill fields for create date and author. Check all cApi-classes for right behaviour and add to create- and store-method of this classes if missing. Add method if needed and also write a short dev-info.
|
|
94 | Chain metatag creation for HTML5 | Plugins / Chains | Enhancement | Low | Closed | |
Task Description
The Chain has to check and remove unknown metatags to make a valide html output.
see list of registered metatags on whatwg wiki
|
|
93 | After upgrading from Contenido, the version information ... | Backend | Bug Report | Medium | Closed | |
Task Description
On upgrading from Contenido, the URL for the version information box on the backend overview page doesn’t seem to be updated. In this box it shows “It seems to be that your version string was manipulated. ConLite 2.0.0 RC does not exist!”.
|
|
92 | Tiny-Css lässt sich nicht in Mandanteneinstellung festl... | Backend | Bug Report | Low | Requires testing | |
Task Description
Zumindest tritt dieses Problem auf, wenn Backend auf Subdomain ist.
|
|
91 | Unterstützung transparenter PNGs | Backend | Feature Request | Low | Assigned | |
Task Description
Seit Contenido 4.8.18 werden auch transparente PNG unterstützt. Das wäre eine sinvolle Erweiterung.
|
|
90 | Thumbnails in Dateiverwaltung beschnitten und gezerrt | Backend | Bug Report | Low | New | |
Task Description
Die Vorschaubilder (die erscheinen wenn man auf die Minivorschau mit der Maus fährt) in der Dateiverwaltung werden beschnitten (links/oben fehlt) und gestaucht (4:3).
|
|
89 | Komisches Verhalten der Template.Class | Backend | Bug Report | Low | Closed | |
Task Description
Arbeitet man mit den {if} und {else} Befehlen in einem Modultemplate, kann es passieren, dass im Backend nach einer Aktion (z.B. speichern des Inline-Editors oder einer anderen Speicher- und Reload-Aktion), werden diese IF- und ELSE-Befehle sichtbar und das in vermehrter Form.
|
|
88 | Handling of sql for plugins and base entries in setup | Setup | Recoding | Low | New | |
Task Description
This handling is inconsistent. We have some entries within id < 10000 and some are outside. I’m just writing a release tool and i can’t handle that in the moment. SO we need to discuss if we exclude all plugin entries in db from id range under 10000. Maybe it’s a good idea to install buildin plugins with the new plugininstaller during setup.
|
|
87 | Change building URL's in all modules to use buildin AMR | Frontend | Recoding | Low | New | |
Task Description
We need to recode all used modules in democlient to use buildin amr-plugin and create correct url. Also check behaviour if amr is configured to generate url in modules and/or plugins
|
|
86 | ModRewrite: URL with front_content.php not working if p... | Plugins / Chains | Bug Report | Low | New | |
Task Description
If AMR is configured to prevent duplicated content, url percent is set to 100% and redirect to errorpage is choosen, old url calls to front_content.php will not work any more.
I tried to fix that with info from con-forum http://forum.contenido.org/viewtopic.php?p=155402#p155402 but that still let the possibility of duplicated content. We need to find a better solution.
|
|
85 | No login in backend if requested host not equal host in... | Backend | Bug Report | Low | New | |
Task Description
If you use a htaccess to redirect your host like
#www Rewrite
RewriteCond %{HTTP_HOST} !^www\.domain\.de
RewriteRule (.*) http://www.domain.de/$1 [L,R=301]
and you have entries in config.php without subdomain www, you can’t login in backend. The reason is that login post is redirected.
Maybe we shall throw a little info-message for that. So if somebody tries to login with different host to config-entry and gets a login-error, error-message schould also give a hint. We can also add an entry to errorlog.
|
|
84 | Language still reachable in frontend if switching langu... | Backend | Bug Report | Low | New | |
Task Description
If you switch second language offline it is still reachable via frontend. Maybe it’s better to redirect to default language if another language is offline.
|
|
83 | Migrate table mod_history to file system | Setup | Optimization | Low | New | |
Task Description
For now the table mod_history is leaved as is and not migrated to filesystem. Add a step to setup where this is done and unused db-table is removed after successfull migration.
|
|
82 | Error: Can't include ...l/contenido/classes/class.templ ... | Backend | Bug Report | Low | Closed | |
Task Description
Due to recoding and moving template class to it’s own folder, you will receive an error while trying to load the file using PHP-include. So older files, like installer-files of plugins are not working any more.
Put a wrapper file at the old place of class.template.php and mark it as deprecated. Throw a PHP-error (deprecated) in that file to log it.
|
|
81 | No db-connection with old config-file while upgrading | Core | Bug Report | Critical | Closed | |
Task Description
If you upgrade an older version of contenido there will be no db-connection if u use the old config file. The reason is the missing db-conf-array which normally is used since con 4.8.15. There isn’t a fallback implementent to use old entries in cfg-Array.
Implement a fallback method in db-class to use older cfg-array entries for db-connection.
|
|
80 | Syncing all modules causes errors in modules which have ... | Backend | Bug Report | High | Closed | |
Task Description
After syncing all modules in a new installation with one new module (the only one with a file), the news module has an error in line 104. Line 103+ now are:
$regEx = "/(src)(=)(['"]?)([^"']*)(['"]?)/i";
$img = array ();
preg_match($regEx, $match[0], $img);
$img_src = preg_split("///", $img[0]);
$img_name = $img_src[count($img_src) - 1];
$img_name = preg_replace("/"/", "", $img_name);
$img_split = preg_split("/./", $img_name);
$img_type = $img_split[count($img_split) - 1];
$img_split2 = preg_split("/_/", $img_split[0]);
The page “Was ist Contenido” shows the following error message: Parse error: syntax error, unexpected ‘]’ in /kunden/92791_33034/rp-hosting/159000014/259000016/ConLite/cms/front_content.php(928) : eval()’d code on line 429
|
|
79 | CMS_LINK: Add more filetypes | Module | Enhancement | Low | Closed | |
Task Description
see http://forum.contenido.org/viewtopic.php?f=64&t=32490 Also make filetyps configurable
|
|
78 | Newsletter: Add link to online article / configurable m... | Plugins / Chains | Feature Request | Low | Assigned | |
Task Description
This task has two parts: - Add link to onlina article: see http://forum.contenido.org/viewtopic.php?f=36&t=31922 - Configurable mailer: see http://forum.contenido.org/viewtopic.php?f=36&t=31584
|
|
75 | Automatic resize images on upload | Plugins / Chains | Feature Request | Low | Assigned | |
Task Description
Add a plugin or better a chain in backend filemanager. Configuration has to be done with client-settings.
|
|
73 | Backend Article-Search doesn't work | Backend | Bug Report | Medium | Closed | |
Task Description
In the backend under Content - Article in the left column there is an article search box which doesn’t find any articles (works in C.4.8.15). Bug reported by Steffen Reddig (thanks for that).
|
|
72 | You can create FE-user with empty name or password | Backend | Bug Report | High | Closed | |
Task Description
Add a check for empty username and password. Also add a jquery pw-strength-check.
|
|
71 | Update checks for writable directories | Setup | Bug Report | Low | Closed | |
Task Description
Logs etc. moved to data-dir, so change checks according to new directory structure
|
|
70 | Remove empty entries from con_meta_tag | Core | Optimization | Low | New | |
Task Description
If entries where made in con_meta_tag also entries with empty value are written. Rewrite db-handling with metatags so no empty values are written to db
|
|
68 | Recoding and/or creation of cApi classes | Core | Recoding | Low | Assigned | |
Task Description
Please add all done classes in list Check all db-table related classes and move or create if not exists as cApi-class using genericdb. Also port to PHP5 if needed. Move all new classes to a new cApi-folder in class-folder. Merge classes if possible.
List of classes to check:
...to be continued
List of already done classes (add classname when ready):
|
|
67 | Posibility to move files in file manager | Backend | Feature Request | Medium | New | |
Task Description
http://forum.contenido.org/viewtopic.php?p=154761#p154761
One should be able to move files in the file manager. Needed functionality for this: - move the file in the file system - correct the path in the database table con_upl Articles using the file through modules aren’t infected, because they only save the id of the entry in con_upl. Only articles using the file inside the TinyMCE editor will have a problem. For this case, we should consider correcting those paths too, or showing a warning message on trying to move the file.
|
|
66 | client-settings: XHTML true or false | Backend | Bug Report | Low | Closed | |
Task Description
After installing the demo-client without content but with modules and plugins, I opened “administration/ system/ systemsetup” and the checkbox for xhtml was checked. Then I turned over to “administration/ clients/ client/ properties”. There the xhtml-dropdown still showed “false”.
|
|
65 | article-overview: page selecting and sorting of article... | Backend | Feature Request | Low | New | |
Task Description
1) 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.
2) 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.
|
|
64 | CSS-Compressor | Frontend | Feature Request | Low | Closed | |
Task Description
To optimize HTML-Output in frontend we will add a simple css-compressor which will put all named css-files into only one obfuscated/compressed css-file. This file will also be cached, so it will only be rebuild if one of the used css-files whave changed.
In the feature - next version of compressor - there will also be a possibility in module area of the backend to add custom css-files for modules and to set a priority of the files.
|
|
63 | Search: Error with empty REGEX in db-query | Core | Bug Report | Low | Closed | |
Task Description
Sometimes you will find the following error in error.log.
[16-Jun-2012 21:28:20] error: 1139 (Got error 'empty (sub)expression' from regexp) -
info: /www/cms/front_content.php?idcat=39&idart=134 SELECT keyword, auto FROM con_keywords WHERE idlang=1 AND keyword REGEXP ''
[16-Jun-2012 21:28:20] error: 1139 (Got error 'empty (sub)expression' from regexp) -
info: /www/cms/front_content.php?idcat=39&idart=134 next_record called with no query pending in Module ID 24.
Seems to be an empty temporäry array in class search (about line 870 ff).
|
|
62 | Filemanager - Limitation in filesize | Backend | Bug Report | Low | Closed | |
Task Description
Well, in original contenido there is a problem with large picture - e.g. 2mb filesize. You can upload it once successfully, but after that no file will be listed in overview. In conlite a filesize of more than 200kb seems to be critically. I tried to upload different versions of an image - 500kb, 400kb and so on. Nothing worked unless the size dropped below 200kb - which is not enough in my opinion. If you want to create a site for presenting photographies e.g.
|
|
61 | Newsletter: replacing relative URL isn't working correc ... | Plugins / Chains | Bug Report | Low | Closed | |
Task Description
Using client-property to replace base-tag and rewrite relative url with client htmlpath + url is not working. Maybe something is wrong with regex in class-method getHTMLMessage of newsletter class.
|
|
60 | AMR: Error while deleting categories | Backend | Bug Report | Low | Assigned | |
Task Description
If you first install the sample client and tidy it up for making up your own website, you first delete all articles and then the not further used categories. So I first throwed out all articles in (sub)categories of the tree “hauptnavigation”. Then I went on deleting those (sub)categories. After that, only “Hauptnavigation” was left and I decided to remove the assigned template and rename it to “Startseite”. After saving, there appeared this errormessage:
Fatal error: Call to a member function get() on a non-object in /var/www/web244/html/2/contenido/plugins/mod_rewrite/includes/functions.mod_rewrite.php on line 130
|
|
59 | deleting articles in overview | Backend | Feature Request | Low | 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.
|
|
58 | doctype validation of layout "standard" | Backend | Optimization | Low | Closed | |
Task Description
After installing the sample client (the box for generating xhtml is checked), the wrc validator shows up this error: Line 4, Column 1: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
Changing <html> into <html xmlns=”http://www.w3.org/1999/xhtml“> solves that problem.
|
|
57 | EditArea: Compressor cache not working due to missing f ... | Core | Enhancement | Medium | Closed | |
Task Description
Normally the compressor to shrink the js-files of editarea uses the editarea folder as cache folder for compressed files. For CL integration we have to write our own compressor file to use cl cache folder.
|
|
56 | AMR: Status information after copying .htaccess | Plugins / Chains | Bug Report | Medium | Closed | |
Task Description
4.8.17 cl: If you use the funcionality to copy the needed .htaccess into “contenido installationsverzeichnis”, you get the following information:
“Die .htaccess wurde erfolgreich nach /var/www/web244/html/2/ kopiert”
There is one folder missing, because you’ll find the .htacces in /var/www/web244/html/2/contenido/
|
|
55 | Presets for client settings | Backend | Feature Request | Medium | New | |
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 ...
|
|
54 | Update information on startscreen | Backend | Recoding | Medium | Closed | |
Task Description
Installed latest 4.8.17 cl and activated update information. The loaded feed seems to be pointed at original 4fb Contenido. So there is a warning showed up: “Es scheint so als wenn der Contenido Versionsstring manipuliert wurde. Contenido 4.8.17 CL gibt es nicht!”
|
|
53 | Mentioned version while setup-routine | Setup | Optimization | Low | Closed | |
Task Description
René send me the latest build of 4.8.17-cl but in setup it is declared as version 4.8.16 cl.
|
|
52 | Add new language for new client doesn't work | Backend | Bug Report | Medium | Closed | |
Task Description
Installed without client, created new client, tried to create lang for client. The text “do you really want to create...” wasn’t translated and on confirming nothing happened, no language was created.
|
|
51 | Behaviour in front_crcloginform.inc.php has to be check... | Frontend | Recoding | Low | New | |
Task Description
The behaviour if a login error occurs or if the return-param is set should be reconsidered. For example if you use the login_error_page client-setting there is no information after redirect where we come from, so how can we check for wrong login or redirections? Also i miss a custom login form or a solution for multiple loginform usage within the same client.
|
|
50 | Backend local.config.php in package will overwrite user ... | Backend | Bug Report | Low | Closed | |
Task Description
We have to remove or rename the local.config.php for the backend. It will overwrite the one an user may have. Maybe the best is to do the same as with the .htaccess files and rename the file to local.config.sample.php.
|
|
49 | ModFileEdit: Filesize error if in- or output is an empt ... | Core | Bug Report | Low | Closed | |
Task Description
If you have an empty in- or output.php file using ModFileEdit, the following error is thrown.
[08-Jun-2012 12:46:25] PHP Warning: fread() [<a href='function.fread'>function.fread</a>]:
Length parameter must be greater than 0 in
/srv/www/ConLite/contenido/classes/contenido/class.module.php on line 822
|
|
48 | Implement new CMS-Type "CMS_QRCODE[]" | Core | Enhancement | Low | Closed | |
Task Description
This type will have a configuration option in the Contenido editor to provide a link, which will be shown as QR code. If no link is supplied, the calling link for the specific page will be used.
|
|
47 | Article overview shows inuse of article for actuell beu ... | Backend | Bug Report | Low | Closed | |
Task Description
If you open edit-area of an article an then switch back to overview the article you have editet is still marked inuse for you (actuell beuser). A cleanup for own inuse entries is missing.
|
|
46 | Remove mainframe in backend (experimental) | Backend | Feature Request | Very Low | Researching | |
Task Description
Some people told me that it will be a good idea if there is a possibilty to use a deeplink in backend. Due to the nested frameset there was no easy way to do. Contenido itself uses a javascript construct to change multiple frames in BE.
So we will try to enhance the lower mainframeset with it’s 4 frames to only one, using div-areas instead of the frames. This has to be done in a parallel way to existing backend so we can change it area by area.
More planing for this new feature has to be done for further versions.
|
|
45 | German-Umlauts in de.po are wrong or misspelled | Core | Bug Report | Low | Closed | |
Task Description
There are some umlauts not replaced with their HTML-pendant. Also some are misspelled. Check whole german po file and also add missing translateble strings in core.
|
|
44 | AMR - Errormessage caused by not existing .htaccess | Backend | Bug Report | Low | Closed | |
Task Description
If there is no .htaccess created, there will be an errormessage shown in backend:
Hinweis Es wurde weder im Contenido Installationsverzeichnis noch im Mandantenverzeichnis eine .htaccess Datei gefunden. Die .htaccess Datei sollte gegebenenfalls im Bereich Funktionen eingerichtet werden.
When you create that file via label “Funktionen”, this message should not be shown further. But it keeps on beeing shown although you can find the allegedly missing file in the specific directory.
|
|
43 | Plugin extended Stats | Plugins / Chains | Feature Request | Medium | Assigned | |
Task Description
I will add a new Stats Plugin which will use the new statistic class from semmelstatzR for wordpress as base class. Also a Chain is integrated for getting and reading the agent and user data’s
|
|
42 | Add sync option to modFileEdit for developer | Backend | Enhancement | Low | Closed | |
Task Description
If you use modFileEdit as developer und have to sync the modules saving each module in backend by hand. A sync-button and related function has to be added to backend in module area to sync all output and input files to related db-fields with only one click.
|
|
41 | Add update of con_sequence to purge area | Backend | Enhancement | Low | Closed | |
Task Description
If you change db-table entries by hand you need to update sequence table of contenido. To give a dev an easy why to do it add a selection to purge area and a method to class purge.
|
|
40 | Purging system areas not working without checking all c ... | Backend | Bug Report | Low | Closed | |
Task Description
If you try to clean Contenido system related stuff like cache or log in purge area it only works if you also check the all clients radio button. If you don’t do it, nothing is done if you send the request, and there also isn’t a message to do it.
Maybe it’s better to use client selection only for client related purge actions. Sytem related actions have to do their work always.
|
|
39 | cDie calls cError with wrong parameter count | Core | Bug Report | Low | Closed | |
Task Description
In functions.general.php cError is called only with 1 param, 3 needed.
|
|
38 | RSS-Reader throws an error if feed not reachable | Module | Bug Report | Low | Closed | |
Task Description
The new rss-reader modul throws an error if server is away or an empty result is given
[08-May-2012 09:28:57] PHP Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\ConLite\cms\front_content.php(928) : eval()’d code on line 483
|
|
37 | Upgrade: valid_from and valid_to fields are set to NULL | Setup | Bug Report | Medium | Closed | |
Task Description
After an upgrade from 4.6 to 4.8.16 CL the new added fields valid_from and valid_to are set to NULL instead an empty date ‘0000-00-00’. So no sysadmin info in dashboard is shown. Change field defaults in setup.
|
|
36 | AMR: move config-files to data/config folder | Backend | Feature Request | Low | Closed | |
Task Description
Add a new data-directory to CL for all editable or config stuff. Make subdirectories for cache, logs, config, etc. Also add a write check to setup.
|
|
35 | Inuse - modul locked for same user after backend timeou ... | Backend | Enhancement | Medium | Closed | |
Task Description
After timeout of BE access and relogin with same username, last called module is shown as inuse for this user. Change behaviour to remove self inuse-entries for actuell user when user is logging in again. Also check this for other areas.
|
|
34 | Error when searching article with no criteria | Backend | Bug Report | Low | Closed | |
Task Description
When searching for an article (Content - Article - Search) without entering criteria, the result shows a non-existent entry and the following shows in the error log: error: 0 () - info: /contenido/backend_search.php next_record called with no query pending.
|
|
33 | Missing include.subnav_blank.php | Backend | Bug Report | Medium | Closed | |
Task Description
There is an error thrown, but i haven’t research which part of backend is the trigger. Maybe there is a wrong file entry in db. Research needed.
[25-Apr-2012 17:24:07] PHP Warning: include_once(): Failed opening ‘/srv/www/vhosts/xxx/httpdocs/contenido/includes/include.subnav_blank.php’ for inclusion (include_path=’.:/usr/share/php5:/usr/share/php5/PEAR’) in /srv/www/vhosts/xxx/httpdocs/contenido/main.php on line 257
|
|
32 | Editarea: No auto-resize of editing area if left frame ... | Backend | Bug Report | Very Low | Closed | |
Task Description
If you hide the left frame by clicking the window-img the editing area does not increase. One hast to increase it by hand.
|
|
31 | Test CL installation with newest PHP and SQL on XAMPP | Core | Optimization | High | Closed | |
Task Description
Due to some postings in forum (see: http://forum.contenido.org/viewtopic.php?f=59&t=32010) we need to test CL install on new PHP- and SQL-Versions using xampp before release.
|
|
30 | Update TinyMCE | Core | Bug Report | Low | Closed | |
Task Description
There are new version of TinyMCE, check if version used is outdated and update to new version.
Also check if Tiny-related bugs are fixed with an update.
|
|
29 | Category tree in article list - no refresh after changi... | Backend | Bug Report | Low | Researching | |
Task Description
For some versions back, the category list is not updated when e.g. changing the status of the start article into “non start article” - icon in the category tree should change to red. Same thing when you delete all articles in a branch - no changes left. Correct behaviour is shown in the file system - as soon as the last file is taken out of a branch/folder, it changes to red and you can delete it.
|
|
28 | TinyMCE changes path names when copying images - path p ... | Backend | Bug Report | Low | Closed | |
Task Description
For some releases now, TinyMCE does some odd replacement: When copying an image within Tiny, the path changes from - upload/header_images/something.png to - ../../cms/upload/header_images/something.png
Normally this is not a problem, but in my migration it is. I guess it comes from the fact that my migrated version has a longer path like www.domain.de/demo/con4816/cms ... with that the odd path version IS able to jump back 2 steps, whilst on standard systems it is not, and as a result leading back to the correct path (just a guess). However, after migrating, those odd paths are being changed again to: - http://www.domain.de/demo/con4816/cms/../../cms/upload/header_images/something.png (!) and nothing is displayed, images are crashed of course.
|
|
27 | Module-Template assignment gets lost in Advanced Artike ... | Module | Bug Report | Low | Closed | |
Task Description
Only an issue when moving Contenido to a new hoster, having different internal server names/paths now:
Advanced Article List saves the whole relative path to module templates, instead of just the template name, creating the full internal path on the fly. This way, no article list can be displayed anymore as the template has to be assigned again.
Just a bugger, nothing big. Perhaps the installer is able to replace those path names whenever they appear within the database.
|
|
26 | TinyMCE: media button still not working | Backend | Bug Report | Critical | Closed | |
Task Description
Media button wasn’t working in older versions either - no flash based media files were shown. Last working TinyMCE is the 4.8.11 one, which I replaced in all later versions. Problem described at http://forum.contenido.org/viewtopic.php?f=62&t=22026
HTML source code stays more or less the same after migrating, BUT nothing is displayed, neither in Tiny nor in frontend.
Example code: <object height=”264” width=”395” data=”../../cms/upload/video/mediaplayer.swf” type=”application/x-shockwave-flash”> <param name=”flashvars” value=”flashvars=’width=395&height=264&bufferlength=20&image=upload/video/video.jpg&file=trailer_uk.flv” /> <param name=”src” value=”../../cms/upload/video/mediaplayer.swf” /> </object>
|
|
25 | Collision with pre-installed AMR after Migration | Setup | Optimization | Medium | Closed | |
Task Description
Migrated a system as follows : - moved /cms from old system to new one and updated /cms root files with 4816CL - copied new /contenido folder, added frontenduser plugins and t2t_backup plugin (both being available in 4.8.15) - old system had AMR plugin v0.5.4 installed
After migrating with “Install Mod_rewrited” option, the following occured: - backend: additional “has children” menu item right next to the “AMR” menu item (error log see below)
Resolved it as follows: - deleted /plugins/mod_rewrite folder, replaced it with old 0.5.4 folder, de-installed plugin with that (lead to error message after de-installation, ignore that). - deleted /plugins/mod_rewrite folder again, replaced it with 4816CL-version. - Backend login no problem anymore, additional menu item “has children” was gone.
Error log: Fatal error: Error: Can’t include /is/htdocs/wp1024832_7YGQ01LQT4/www/demo/con4816/contenido/classes/mp/class.mpdebug.php in /is/htdocs/wp1024832_7YGQ01LQT4/www/demo/con4816/contenido/includes/api/functions.api.general.php on line 174
|
|
24 | No reset of subnavigation if a layout is deleted | Backend | Bug Report | Low | Closed | |
Task Description
If you first select a layout in the left frame and it’s content is shown in the right lower frame, and you now delete this layout by clicking on the trash, only the lower right frame is resetted, the upper frame with submenu stays. So if you now klick on the Historybutton you will receive a file i/o error.
|
|
23 | Remove or Cleanup of docs-folder | Documentation | Optimization | Low | Closed | |
Task Description
The helper documents in ‘docs’ are almost outdated or no longer relevant. Maybe it’s a better idea to remove it and/or put it in a seperate download for docu-files. Also we may think about a better online-docu (wiki or faq)
|
|
22 | Modul xhtml which is not choosable in modularea | Democlient | Bug Report | Medium | Closed | |
Task Description
There is a modul “xhtml” in modullist, where the name is colored red and if u click on the link nothing happens.
|
|
21 | Implement class.ExtendedTemplate.php | Core | Enhancement | Low | Closed | |
Task Description
http://forum.contenido.org/viewtopic.php?f=62&t=31793&hilit=class.ExtendedTemplate.php
|
|
20 | genericdb: urlencode() expects parameter 1 to be string ... | Core | Bug Report | Critical | Closed | |
Task Description
I’ll get an error while using the modul nivoslider.
[11-Apr-2012 11:56:46] PHP Warning: urlencode() expects parameter 1 to be string, array given in C:\xampp\htdocs\xxx\contenido\classes\class.genericdb.php on line 1936
[11-Apr-2012 11:56:46] PHP Stack trace:
[11-Apr-2012 11:56:46] PHP 1. {main}() C:\xampp\htdocs\xxx\cms\front_content.php:0
[11-Apr-2012 11:56:46] PHP 2. eval() C:\xampp\htdocs\xxx\cms\front_content.php:928
[11-Apr-2012 11:56:46] PHP 3. ModuleMpNivoSliderOutput→generateOutput() C:\xampp\htdocs\xxx\cms\front_content.php(928) : eval()’d code:420
[11-Apr-2012 11:56:46] PHP 4. ModuleMpNivoSliderOutput→_getImages() C:\xampp\htdocs\xxx\cms\includes\class.module.mpnivoslider.output.php:211
[11-Apr-2012 11:56:46] PHP 5. ItemCollection→next() C:\xampp\htdocs\xxx\cms\includes\class.module.mpnivoslider.output.php:435
[11-Apr-2012 11:56:46] PHP 6. UploadMetaCollection→loadItem() C:\xampp\htdocs\xxx\contenido\classes\class.genericdb.php:1310
[11-Apr-2012 11:56:46] PHP 7. Item→loadByPrimaryKey() C:\xampp\htdocs\xxx\cms\includes\class.uploadmeta.php:75
[11-Apr-2012 11:56:46] PHP 8. Item→loadBy() C:\xampp\htdocs\xxx\contenido\classes\class.genericdb.php:1670
[11-Apr-2012 11:56:46] PHP 9. Item→_inFilter() C:\xampp\htdocs\xxx\contenido\classes\class.genericdb.php:1624
[11-Apr-2012 11:56:46] PHP 10. urlencode() C:\xampp\htdocs\xxx\contenido\classes\class.genericdb.php:1936
|
|
19 | Update phpMailer | Core | Enhancement | Low | Closed | |
Task Description
Used phpmailer version is buggy and to old. For usage also with PHP >= 5.3 update phpmailer in core (prefered) or use plugin in forum.
|
|
18 | HTML5/CSS3 Demo Client | Frontend | Feature Request | Medium | Assigned | |
Task Description
Redesign of Democlient using HTML5 and CSS3. All parts have to be valide (validator.w3.org).
We
need an easy, timeless design
wanna show usage of all CMS-Typs
show in action and give a little documentation of all used modules
use jQuery for javascript parts
use a framework as startpoint
|
|
17 | Add Modulrepository to modul area in backend | Module | Feature Request | Low | New | |
Task Description
Adding a Modulrepo part to BE. There are different startpoints to do that, so we have to discuss how we wanna do it. We may use just local repos or we can use one central repo.
So if you have any ideas around adding a modul repo, please add them as comment.
|
|
16 | RSS-Reader austauschen/überarbeiten | Module | Enhancement | Critical | Closed | |
Task Description
Der RSS-Reader von Contenido braucht allow_url_fopen und kann nicht gut mit UTF-8 umgehen. Dies ist bei dem erweiterten Modul von Spider IT umgangen und korrigiert. Das Modul braucht/nutzt die class.rss.php (<Mandant>/includes/class.rss.php) von rssphp.net.
|
|
15 | Add CL readme file | Documentation | Optimization | Low | Closed | |
Task Description
Just add a readme file for CL (beta) version. Content: Copyright and Links What,Why,Who - just a little explanation History of CL version(s) Ads and enhancements of CL Licenses, if not the same as in Contenido 4.8.15
if more needed commtent this task
|
|
14 | Remove PEAR library | Core | Recoding | Low | Assigned | |
Task Description
Remove PEAR library after building needed classes in the Core (was: Update PEAR files and remove all Con-related code if possible).
|
|
13 | FEUser-Plugins valide_to and valide_from saving wrong t ... | Plugins / Chains | Bug Report | Low | Closed | |
Task Description
see forum » http://forum.contenido.org/viewtopic.php?f=63&t=31436 InFilter of genericdb will change time when entering 2011-06-16 23:59:59 to 2011-06-16 23:03:00.
|
|
12 | Recode template class | Core | Recoding | Low | Closed | |
Task Description
Rewrite function replacei18n so we can use php-tags around i18n entry in template. PoEdit needs tags to recognize translationstring. Rewrite whole template class, porting it to PHP5 and extend it with multiple blocks.
|
|
11 | HTML5 | Frontend | Feature Request | Low | Closed | |
Task Description
Enhance HTML5 feature which is implemented as client property right now. Add new option in client management and rewrite all needed parts of core.
|
|
10 | Generate API-Doc | Documentation | Optimization | Medium | Closed | |
Task Description
on release generate API-Doc and put it online.
|
|
9 | Check all translations (i18n) | Backend | Enhancement | Low | Closed | |
Task Description
Check all translations and all po-/mo-files, move pluginrelated translations to plugin folder. Remove all languages which are not up to date. Build pot-files for custom translations
|
|
7 | Recoding of cHTML classes | Core | Bug Report | Medium | Assigned | |
Task Description
cHTML have to be restructured to meet OOP in PHP 5.3 and above using E_STRICT error mode. Also some work todo with infile docu. Maybe it’s a good idea to update PEAR also.
|
|
6 | Infile Documentation for phpDoc and API | Documentation | Optimization | High | New | |
Task Description
Add/enhance missing infile docu always if your working with or at core files.
|
|
5 | Buttontranslations missing or wrong | Setup | Bug Report | Low | Closed | |
Task Description
There are some fixes todo for the translations of the setup. Check the whole setup procedure.
|
|
4 | Move all plugin related stuff to pluginfolder | Core | Optimization | Low | New | |
Task Description
All plugins and their files have to be moved to pluginfolder and subfolders so we may install them within the new pluginmanager.
|
|
3 | Genericdb caching not working | Core | Bug Report | High | Closed | |
Task Description
Caching of genericdb is not working in all cases, for the moment deactiveted in config.misc. Check and fix, then reactivate in config.
|
|
2 | Pluginmanager | Plugins / Chains | Feature Request | Medium | Assigned | |
Task Description
Add a pluginmanager and some kind of xml-configuration for plugins. Start with a folder based version, no zip-file manager like Contenido expected to do.
|