
Search found 173 matches
- Mon Apr 20, 2015 6:15 pm
- Forum: Closed Issues
- Topic: [Not a bug] deleting a default design is possible
- Replies: 3
- Views: 1577
Re: [major] deleting a default design is possible
since it's not a feature forgotten, i'm okay with that 

- Mon Apr 20, 2015 5:28 pm
- Forum: Closed Issues
- Topic: [Not a bug] deleting a default design is possible
- Replies: 3
- Views: 1577
Re: [major] deleting a default design is possible
in the same way : we don't check if the design / tpl is used by a page (if type = core::page) but i'm not sure you want to do this. 

- Mon Apr 20, 2015 5:26 pm
- Forum: Closed Issues
- Topic: [Not a bug] deleting a default design is possible
- Replies: 3
- Views: 1577
[Not a bug] deleting a default design is possible
there is no test in the code so it is possible to delete the default design $design = CmsLayoutCollection::load("the default design"); $design->delete(); After that you can't do anything more : modify page or setting a new "default" design will display this error : Fatal error: Uncaught exception 'C...
- Sun Apr 19, 2015 8:07 pm
- Forum: Closed Issues
- Topic: [fixed] Missing function into class.CmsLayoutCollection.php
- Replies: 2
- Views: 1601
- Sun Apr 19, 2015 8:04 pm
- Forum: Closed Issues
- Topic: [fixed] setting a design to "default" remove links in others
- Replies: 2
- Views: 1725
[fixed] setting a design to "default" remove links in others
condition : having 2+ designs with some tpl/css linked to each one. Setting new "default" design will remove all links between the old-default design and its tpl & css.
tested twice on beta3

tested twice on beta3
- Sun Apr 19, 2015 8:00 pm
- Forum: Closed Issues
- Topic: [closed] deactivating a user don't reject him immediately
- Replies: 3
- Views: 1382
- Sun Apr 19, 2015 7:37 pm
- Forum: Closed Issues
- Topic: [closed] deactivating a user don't reject him immediately
- Replies: 3
- Views: 1382
Re: [Minor] deactivating a user don't reject him immediately
another point when the status of a user is "inactivated", the title attribute always stay to Toggle this flag to preserve the user information, but prevent the user from logging in to the Admin console even after reloading the page. Logically it should be set to Toggle this flag to preserve the user...
- Sun Apr 19, 2015 7:32 pm
- Forum: Closed Issues
- Topic: [closed] deactivating a user don't reject him immediately
- Replies: 3
- Views: 1382
[closed] deactivating a user don't reject him immediately
It's not a real bug, maybe more a feature ?
deactivating a user in the admin panel doesn't kill the token and let him continue to visit the admin panel until it's disconnected by himself or by a time-out
It's not a major bug but it could be nice to reject immediately
deactivating a user in the admin panel doesn't kill the token and let him continue to visit the admin panel until it's disconnected by himself or by a time-out
It's not a major bug but it could be nice to reject immediately

- Sun Apr 19, 2015 7:21 pm
- Forum: Closed Issues
- Topic: [fixed] excluding hidden files/dir from access testing
- Replies: 5
- Views: 2427
Re: [Minor] excluding hidden files/dir from access testing
so, okay for the .htaccess file (as an exception) but for every other files/directory ?
- Sun Apr 19, 2015 7:19 pm
- Forum: Closed Issues
- Topic: [fixed] Missing function into class.CmsLayoutCollection.php
- Replies: 2
- Views: 1601
[fixed] Missing function into class.CmsLayoutCollection.php
as i playing with the installation of design with my modules (very nice stuff btw) i founded this surprise : deleting a design + its css / template without any test : $design = CmsLayoutCollection::load("Wiki Design With Foundation"); $css_all = $design->get_stylesheets(); foreach ($css_all as $css)...
- Sun Apr 19, 2015 7:02 pm
- Forum: Closed Issues
- Topic: [fixed] excluding hidden files/dir from access testing
- Replies: 5
- Views: 2427
Re: [Minor] excluding hidden files/dir from access testing
Having the .htaccess writeable by the php's process is a security flaw (my opinion)
- Sun Apr 19, 2015 6:52 pm
- Forum: Closed Issues
- Topic: [fixed] code error in class.CmsLayoutTemplateType.php
- Replies: 1
- Views: 1174
[fixed] code error in class.CmsLayoutTemplateType.php
will work : CmsLayoutTemplateType::load("__CORE__::Page"); CmsLayoutTemplateType::load(1); won't work : CmsLayoutTemplateType::load("Core::Page"); CmsLayoutTemplateType::load("core::page"); CmsLayoutTemplateType::load("Core::whatever"); to fix that : in lib/classes/class.CmsLayoutTemplateType.php th...
- Sun Apr 19, 2015 6:15 pm
- Forum: Closed Issues
- Topic: [fixed] excluding hidden files/dir from access testing
- Replies: 5
- Views: 2427
[fixed] excluding hidden files/dir from access testing
during the installation : Write permission in destination directory The HTTP process must be able to write to the destination directory (and to all files and directories beneath it) in order to install files. We do not have write permission to (at least) D:\www\forge2/.git/objects/00/620e7a55aa9b436...
- Sun Apr 19, 2015 6:10 pm
- Forum: Closed Issues
- Topic: [fixed] unused parameter
- Replies: 1
- Views: 1091
[fixed] unused parameter
in file lib/classes/class.cms_module_smarty_plugin_manager.php these functions public static function remove_by_name($name,$type) public function _remove_by_name($name,$type) should be public static function remove_by_name($name) public function _remove_by_name($name) as the parameter $type is unuse...
- Sun Apr 19, 2015 6:06 pm
- Forum: Closed Issues
- Topic: [fixed] typo in exception
- Replies: 1
- Views: 1122
[fixed] typo in exception
Cannot Delete a Design that has Templats Attached should be Cannot Delete a Design that has Templat e s Attached the entire stack trace : ( ! ) Fatal error: Uncaught exception 'CmsException' with message 'Cannot Delete a Design that has Templats Attached' in D:\www\forge2\lib\classes\class.CmsLayou...