@jordanc some time ago you wrote
"If you can wait a month or so, 1.0 will have support for dashes, underscores and maybe some unicode special chars in user and group names. "
now we have migrated to 1.0.1, and it is possible to enter underscores for…
i forgot to mention:
second change is
in groupsFromText (located in classes/Notice.php )
changed
if (!empty($group) && $profile->isMember($group)) {
to
if (!empty($group) && ($profile->isMember($group) || true) ) …
@rls yes, users should send messages in a broadcast type, possible recipients (instead of the sender as itis by email) can decide which type of information is relevant for them.
thank you for your hint, for the first test i've done the following:
…
@jordanc unfortunately this doesn't fit our needs. The messages should be sent to a group, since groups have a description, avatar and so on. Would it be possible to implement a switch (perhaps a variable in config.php), where an administrator could…
@jordanc we have tested this, but it don't works. When using hashtags, Users who are member of this group, will get no notification, that there is a new notice belonging to that group.
is it possible, that a user who is not a member of a group, can…
checkschema.php works, thank you.
With 1.0.x (March 26 and April 5 versions) it is possible to enter underscore for group names, this would be fine for us.
But it seems, that they are immediately removed from the name.
Furthermore even search fai…
sounds good, yes we can wait for it.
1.0.x looks great.
For evaluation and testing, we would likely use the 1.0.x.
i have donloaded the current version 1.0.x , upgraded from 0.9.7, but after trying to create a new group (with only letters in it) i g…
this seems not wo work on my site.
i have an upgraded 0.9.7 (from 0.9.6) installation.
also
scripts/setconfig.php attachments supported '0'
didn't work, the file upload button still appears
Hi jordanc,
thank you for the response, that worked.
i prefer to stay on the stable version.
Are there any other bugs i should know ?
i want to use basic functionality plus LDAP authentication and create messages by e-mail and (if possible) a plug…