Search found 63 matches

by totophe
Mon Apr 14, 2014 8:38 am
Forum: Developers Discussion
Topic: CMSMS LTS
Replies: 6
Views: 5269

Re: CMSMS LTS

Last week, at the Symfony conference, they explained how they do their versioning system and LTS. I find it really interesting and we should maybe adopt the same foundations (maybe it is already the case). Basically: Every maajor version number remove all the @deprecated functions from the API Every...
by totophe
Mon Apr 14, 2014 8:29 am
Forum: Developers Discussion
Topic: [Feature] Make CMSMS Autoloading PSR-0 compliant
Replies: 7
Views: 6735

Re: [Feature] Make CMSMS Autoloading PSR-0 compliant

Hi there! Thanks for having taken the time to share your (long thought) opinion on the subject :-) Well, I disagree with not adopting some standards. Like PSR are becoming the foundations of PHP on which CMSMS is based. I agree that it is complex to implement and that it have some issue about contro...
by totophe
Tue Dec 10, 2013 7:26 pm
Forum: Developers Discussion
Topic: [Feature] Make CMSMS Autoloading PSR-0 compliant
Replies: 7
Views: 6735

Re: [Feature] Make CMSMS Autoloading PSR-0 compliant

The PSR-0 is not only for third party modules but can really be used for your own modules libraries structures and come from PHP itself. I understand that everybody should be free to use it's own methods but pushing cmsms developers to use standards will also convince external developers to join the...
by totophe
Tue Dec 10, 2013 5:13 pm
Forum: Developers Discussion
Topic: CMSMS LTS
Replies: 6
Views: 5269

Re: CMSMS LTS

I think that before the LTS, we should have a professional support in place. I think that the release cycle is one main version per year and bugfixes during the year, but I might be wrong.
by totophe
Tue Dec 10, 2013 5:05 pm
Forum: Developers Discussion
Topic: [solved] $gCms or cmsms()
Replies: 4
Views: 4603

Re: [solved] $gCms or cmsms()

Isn't it better to use cms_utils::get_db() ?
by totophe
Tue Dec 10, 2013 5:00 pm
Forum: Developers Discussion
Topic: [Feature] Make CMSMS Autoloading PSR-0 compliant
Replies: 7
Views: 6735

[Feature] Make CMSMS Autoloading PSR-0 compliant

Dear all, I'd like to propose an implementation of PSR-0 compliant with CMS Made Simple. For those who ignore what is PSR-0, a nice explanation can be found here: http://www.sitepoint.com/autoloading-and-the-psr-0-standard/ The reason why I want to push PSR-0 autoloading is the same I want to push d...
by totophe
Fri Dec 09, 2011 11:14 am
Forum: Modules/Add-Ons
Topic: Jquery module and CMSMS 1.10.1
Replies: 6
Views: 2034

Re: Jquery module and CMSMS 1.10.1

New release is in the forge.

To add strait jQuery, go on http://jquery.com/ and read the manual ;-)

You can include the code directly in your templates (it should be escaped by {literal}Your js code{/literal} and/or put in files to optimise page loading.
by totophe
Fri Dec 09, 2011 11:04 am
Forum: General Discussion
Topic: Multi-Language Websites Poll
Replies: 54
Views: 114544

Re: Multi-Language Websites Poll

Hey guys, I know I'm late on the debate/poll, but I never go to the forums... So, here is my two cents: Our company, based in Europe, is developing 50+ cmsms based websites a year. and more than 50% of those websites are multilingual. We are not talking about 2 languages but at least 5 or 6. Ex: htt...
by totophe
Fri Dec 09, 2011 10:40 am
Forum: Modules/Add-Ons
Topic: Jquery module and CMSMS 1.10.1
Replies: 6
Views: 2034

Re: Jquery module and CMSMS 1.10.1

jQuery 1.2.0 released and fix compat issue with 1.10

By the way, this module is old, and strait jQuery is advised more than using jQuery module.

Br,

JCC
by totophe
Fri Dec 09, 2011 10:18 am
Forum: Modules/Add-Ons
Topic: [solved] M&C Factory - setting parameters for date input
Replies: 2
Views: 1209

Re: M&C Factory - setting parameters for date input pulldown

Hi,

Sorry, I'm never on the forums...

If you still have the problem, the solution is to put the following params:

start_year:1950;number_years:70

Best regards,

JCC
by totophe
Tue Jun 14, 2011 12:08 pm
Forum: Feature ideas
Topic: [Suggestion] Security for dummy php server administrators
Replies: 0
Views: 2518

[Suggestion] Security for dummy php server administrators

I know it seems obvious but sometimes we do not manage the server where we install CMS Made Simple and the server administrator is a f*****g b*****d who think he have the truth and though the php.ini is configured by default to display_error = on. Off course, we can disable it manually but could som...
by totophe
Tue Apr 19, 2011 6:28 am
Forum: Tips and Tricks
Topic: Building a menu with images and javascript
Replies: 19
Views: 12366

Re: Building a menu with images and javascript

I'd say to not use any images to build menus but maybe I'm extreme or extremist... :-)
by totophe
Mon Apr 18, 2011 9:43 am
Forum: Tips and Tricks
Topic: Building a menu with images and javascript
Replies: 19
Views: 12366

Re: Building a menu with images and javascript

Just for the record, the JS can be called in the template using the following statement: {literal} <__script__ type="text/javascript"> <!-- var button; var path; function SwapImg(button,path) { var elem = document.getElementById(button); elem.setAttribute("src",path); } --> </__s...
by totophe
Fri Mar 18, 2011 8:59 am
Forum: CMSMS Core
Topic: css not showing up?
Replies: 23
Views: 9757

Re: css not showing up?

Ah ok. Why not using smarty like tags then?

Go to advanced search