Page 2 of 2

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 27, 2014 2:46 pm
by paulbaker
Extensions -> Admin Search.
Do a search that gives some results (e.g. template).
Click on a result link at the bottom.
Popup appears: "This will open another form. Cancelling from that form may not return you to this page. Your search results may be lost."
When you click OK it actually opens another tab/window.
Popup message would make more sense to me if it said window instead of form.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 27, 2014 3:57 pm
by paulbaker
Site Admin -> Global Settings -> Advanced Setup tab

1.

Pseudocron Granularity
This setting indicates how often (in minutes) the system will attempt to handle regularly scheduled tasks.

remove "(in minutes)" because not all settings are in minutes.

2.

Lifetime of log-entries
This setting indicates the maximum amount of time (in days) that entries in the Admin log should be retained.

Same comment for "(in days)".

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 27, 2014 3:58 pm
by paulbaker
Site Admin -> Global Settings -> Maintenance Mode tab

There don't seem to be any blue (?) circles for help text on this tab.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 27, 2014 5:13 pm
by paulbaker
Site Admin -> Settings - Global Settings -> General Settings tab

Date format string help box has a link (PHP strftime) which is not underlined so not obvious it is a link - in other boxes it is underlined.

Also when you click it, it should open new tab/window (it does not at present).

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 27, 2014 10:41 pm
by paulbaker
Thanks for doing these Rolf. ;D

Layout -> DesignManager -> Designs tab -> Click any design.

Blue box says: "Select the templates that should be attached to the design. Attaching a template to a design is used only for organizational and export purposes. Order is not important."

Fine, but it wasn't obvious to me how to select templates. Perhaps add something like this to the text:

Select a template by dragging from Available Templates and dropping in Attached Templates, then Submit. Delete attached template by clicking trash icon.

...and add similar text in the Stylesheets tab which is very similar.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Wed May 28, 2014 1:33 pm
by Rolf
What about:
Here you can select the templates that should be attached to the design.
Attaching a template to a design is only used for organizational and export purposes. Order is not important.

How to use:
Select one or more templates, drag them from Available Templates and drop them in the Attached Templates box, then hit Apply or Submit.
Delete an attached template by clicking the trash icon.
Here you can select the stylesheets that should be attached to the design.
Stylesheets are used to control the appearance of the web pages, and for organizational and export purposes. The order is used for determining the order in which stylesheets are output for a page using this design.

How to use:
Select one or more stylesheets, drag them from Available Stylesheets and drop them in the Attached Stylesheets box, then hit Apply or Submit.
Delete an attached stylesheet by clicking the trash icon.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Wed May 28, 2014 2:18 pm
by paulbaker
Sounds good Rolf ;)

Re: Typos and Language Improvements in 2.0, please post here

Posted: Thu May 29, 2014 4:28 pm
by king_cucaracha
In ContentManager_cms2
says
Could deactivate this page. This could be a database problem, or a permissions issue.
Is missing de the NOT after could
It should be
Could not deactivate this page. This could be a database problem, or a permissions issue.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Thu May 29, 2014 6:18 pm
by Rolf
fixed in svn, thanks

Re: Typos and Language Improvements in 2.0, please post here

Posted: Sat May 31, 2014 9:43 am
by jce76350
for compatibily and update with 1.11.10
do not delete the $lang['wiki'] = 'Wiki'; in admin\lang\en_US.php
otherwise an erreur message into admin log Missing Languagestring ;)

Re: Typos and Language Improvements in 2.0, please post here

Posted: Mon Sep 29, 2014 5:01 pm
by jce76350
-- Missing Languagestring: prompt_inactive
CMSContentManager\templates\admin_ordercontent.tpl
Line 46: ({$mod->Lang('prompt_inactive')})

Re: Typos and Language Improvements in 2.0, please post here

Posted: Fri Oct 10, 2014 5:25 pm
by jce76350
last rev 132 cmspharinstall

-- Missing Languagestring: in step 3
- session_save_path_exists --
- session_save_path_writable --

Note test install on sever with open_basedir is Ok

Re: Typos and Language Improvements in 2.0, please post here

Posted: Sat Oct 11, 2014 5:53 pm
by Rolf
@jce76350 All fixed! Thx.