No problem. I think I'll have to update the documentation on how to create a ticket on github, that will be a good opportunity.
Hi,
I made 2 pull requests for these changes :
Thank you for the info! Do not hesitate to make a github account and propose changes like this yourself diretly via Pull Request.
Hello,
those are locations that cannot be visited directly. Can you explain what page you visited and what action you made when you received the error?
Thank you for the feedback!
Kind regards,
David
libraries/icms/object.php
in switch
forexample
if ($v['required'] && $cleanv != '0' && $cleanv == '') {
$this->setErrors(sprintf(_XOBJ_ERR_REQUIRED, $k));
continue;
}
and I had PHP error and I change continue to break.
libraries/icms/textsanitiaer.php
line 244
if($html=0) --> if($html==0) ???
libraries/icms/form/element.php
line 345
return "if (myform.{$eltname}.value == \"\") { window.alert(\"{$eltmsg}\"); myform.{$eltname}.focus(); return false; }";
--->
if($eltname)
return "if (myform.{$eltname}.value == \"\") { window.alert(\"{$eltmsg}\"); myform.{$eltname}.focus(); return false; }";
???
plugins/preloads/autologin.php
line 52
$criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('uname', $uname4sql));
-->
$criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('login_name', $uname4sql));
???
Thanks
Thanks for the update! The module version that needs to be updates is a small improvement It shows if a module is kept up-to-date or not
<p>I've been testing it locally, mostly in relation to a new release of SimplyWiki. So, the results are a bit fuzzy - is it a core issue, or is it a module issue? Or, is it an environment issue (I have a couple of different situations for this)</p> <p>One of the main things I see is the difference in handling of the module versions. It doesn't hamper the performance at all, but those modules that don't have their versions formatted as a string instead of an integer don't look quite right in the module administration page.</p> <p>I'll poke around some the modules and see how they work with the latest beta candidate.</p>
Hi, I wonder if any of you have comments on the release of 1.3.11 beta2 (https://www.impresscms.org/modules/news/article.php?article_id=1004)? I have done some tests, but I reckon it will be more representative if I ask for your test results as well before I release the final version.
id love to go with icms2 regarding the planetimpress.org and have ppl connect, even with updates. following something thats in the process, therby being part of its development. something between hodajuku and whats next, installable on your own machine. i will migrate it to another version as well though by hand too, if its possible. i did it allready with some site migrating from 1.2 to 1.3(having different modules for same old content). so pls go on smooth without any pressure, im the one who has to thank you! theres a couple of projects im into and the majority of it uses impresscms, more than half of it are opensource, the rest also for the benefit of all.
Personally I think the 2.0 version is close to going to beta, which means only bugfixes and no more new functionality. As you noticed, it's quite functional already.
The reason we're currently not managing upgrades from alpha/beta to final versions is because that would be too much work, frankly. Normally it's just files that are changed, so you might be able to do it manually. Unless some DB changes are necessary, then it becomes more tricky.
In any case, if you need to upgrade from a development version to a final version, someone around here could definitely lend a hand.
i see, well i would go with the 1.3.8 as well but really like the 2.
will there be a way from beta to final maybe?
or, do you think i could try upgrading it manually somehow?
i would do that if possible.
thx for the info!
Glad you like it
There have been so many changes since alpha5, and it has been so long, that we really need to get a new alpha out of the door.
Keep in mind that alphas have no automatic upgrade path to newer releases, so your site might be stuck in alpha once we go to beta and final release. We might reconsider on a case by case basis though.
hi there everyone!
i just wanted to tell you that the install of icms 2 alpha went very well and i am very impressed. the backend has awesome improvements and its fun to use it. what i saw regarding the version number: in the xoops_version file it says alpha6, in other places its alpha5, anyways it runs really smooth so far. the http://planetimpress.org is sported with it and since it looking really good i will overjump the 1.3.8 regarding other projects as well
For the record, I just did a test on Windows 7, PHP 5.4, and after a quick fix by Steve the PDO branch installs and works perfectly!
Any other version/platform combinations would be welcome.
No responses, yet?
Have a look at some of the things that need to be tested and verified - https://www.assembla.com/spaces/dW4voyNP0r4ldbeJe5cbLr/tickets/report/u130873
We're coming up on a new release and we definitely need more test results for quality control and functionality validation. As always, we want our next release to be our best release - so, the more environments and situations we test, the better.
Let us know if you'd like to help out and be added to our testing mailing list. You'll be among the first to know about upcoming features, functions and changes!
Thanks!
Greetings,
This looks like the right forum for this...
So last night I was working on my slow migration of my Joomla site to ImpressCMS 1.3.5 when I discovered yet another hidden jewel. Member can create groups, right in their profile! Talk about freakin' amazing! I know several of my members who are gonna love that feature!
Guys, seriously, ImpressCMS 1.3.5 is like this hidden diamond. It's a bit rough and unpolished, sure. But it is amazing what power is hidden in this CMS. Couple that with it's amazing speed, wonderful flexibility, and awesome developers here on the forum and you truly have a sleeping giant ready to do amazing things! I mean you got such awesomeness like custom tags that can be used to do so much!
All you need is a few more developers polishing the rough edges and developing the few missing bits, a more active forum community, and this thing could really soar!
Impressive job guys! ImpressCMS is living up to its name sake and I plan to tell everyone I know about it!
Quote:
QM-B wrote:
Isn't this just a template change? currently it checks at the beginning for search results:
<{if $basic_search == false && $search_results }>
so we could simply add an else or elseif.. or removing the $search_results, if the searched module should be displayed without results
The unwanted insertion of line breaks into legacy content is still an issue, have posted a ticket (see this post for explanation).
Isn't this just a template change? currently it checks at the beginning for search results: