Partially fixed for Linux by Isabela, 1.11.2. The problem still remains for News module month name. Exempli gratia, there are still "diamonds" on article edit page of admin panel instead of post date month. $config['locale'] has no effect in this case.
So, halffixed!
Search found 6 matches
- Tue Sep 18, 2012 6:33 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Halffixed since 1.11.2] CMSMS 1.11, a strftime("%A") issue
- Replies: 3
- Views: 1808
- Thu Aug 09, 2012 10:11 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Halffixed since 1.11.2] CMSMS 1.11, a strftime("%A") issue
- Replies: 3
- Views: 1808
Re: CMSMS 1.11, strftime("%A") issue
Respectively: a.1 (Unfortunately, the production site rolled back to 1.10.3) ---------------------------------------------- Cms Version: 1.10.3 Installed Modules : News: 2.12.3 CMSMailer: 2.0.2 MenuManager: 1.7.7 ModuleManager: 1.5.3 ThemeManager: 1.1.4 FormBuilder: 0.7.3 CGExtensions: 1.30 dboptimi...
- Thu Aug 09, 2012 6:51 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Halffixed since 1.11.2] CMSMS 1.11, a strftime("%A") issue
- Replies: 3
- Views: 1808
[Halffixed since 1.11.2] CMSMS 1.11, a strftime("%A") issue
Function setlocale() works improperly since version 1.11 and strftime("%A") returns "�����������" instead of weekday (with 1.10.3 setlocale works well). $config['locale'] helps only get weekday in english. The issue is browser and browserlanguagesettings independent. Tested envir...
- Mon Sep 05, 2011 7:03 pm
- Forum: Translations
- Topic: Redundant "space" inside HTML tags. Langfiles affected.
- Replies: 0
- Views: 3799
Redundant "space" inside HTML tags. Langfiles affected.
There is a trash inside close tags (perhaps not only), such as: </em> (</ em>), </strong> (</ strong>), </tt> (</ tt>), </i> (</ i>), </p> (</ p>). Sometimes this issue can be viewable on adminpanel pages. Affected CMSMS versions: 1.9.2 and newer, including 1.10-beta2. Affected modules are (may be m...
- Sun Apr 26, 2009 5:36 am
- Forum: CMSMS Core
- Topic: How can I disable/forbid/block several page aliases?
- Replies: 3
- Views: 1658
a-a-a... not so fast!
Continuing the http://forum.cmsmadesimple.org/index.php/topic,32775.0.html Wrong answers! .htaccess ain't rules in this case, cause looping happens every time you REDIRECTING the urls in above-mentioned topic with any rewrite rule. There is only the one thing I've done successfully - I've cheated th...
- Tue Apr 07, 2009 4:48 am
- Forum: CMSMS Core
- Topic: How can I disable/forbid/block several page aliases?
- Replies: 3
- Views: 1658
How can I disable/forbid/block several page aliases?
CMSMS 1.53, Apache/1.3.41 (Unix) PHP/5.2.6, virtual hosting. Some page aliases cannot be visible in admin interface, but nevertheless matching urls exist and server returns 200. I want those responses to be 404 or "moved". The links I mean, left in the web by previous versions of CMS Made ...