|
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 | Closed | |
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 | Closed | |
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 | Closed | |
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.
|