Skip to Content Skip to Menu

uddeIM 1.2 released

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #69232 by slabbi
uddeIM 1.2 released was created by slabbi
It is done: uddeIM 1.2 is available!

You can download the installation packages from Joomla.org. Please give feedback if all packages are ok or if you had some problems installing uddeIM 1.2. Please check the README since it contains important information about how to upgrade to uddeIM 1.2.

extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,3206/Itemid,35/

Please don't forget to vote and/or write a review on Joomla.org


The changelog is (again) quite huge:

Following features are new 1.2:
===============================
1.) A few minor changes.

Following features are new 1.2beta2:
====================================
1.) FB requires an Itemid in order to show user profiles.
2.) Trashcan queries optimized: querying the message list is only done when there are
messages stored in the trashcan.
3.) Added a fix that allows to store messages in base64 format in the database (so people
with character encoding problems because of a wrong database setting have full UTF-8
support).
4.) When forwarding copy2me messages it looked like that sender and receiver have been
switched. Now these messages are handled in a special way, so the sender and receiver
are shown correctly.
5.) Bugfix: forgetmenot emails were not sent in 1.1 and 1.2beta.
6.) Language file contains "To" in upper case (used in captions) and lower case (used in
"to Username").
7.) Error fixed in plug_pms_uddeim when group blocking was used.
8.) Importer added for myPMS OS 2.x
9.) Importer added for myPMS Pro 1.x
10.) Importer added for JIM Reloaded 1.x
11.) Importer added for myPMS Enhanced 1.x
12.) JIM importer improved (already deleted messages are not undeleted)
13.) myPMS Enhanced importer improved (already deleted messages are not undeleted)

Following features are new 1.2beta:
===================================
1.) plug_uddeim_mailbox uses language file of uddeIM.
2.) "runame" parameter accepts multiple names.
3.) Bug in cb_extra.php fixed.
4.) CB "nophoto" was not shown when CB Gallery was enabled and gallery photo was specified
before.
5.) Creating of new userlists failed when Joomla was not installed in the root directory.
6.) Changed the Autocompleter behavior according Character encoding.
7.) User settings navigation in backend failed on Joomla 1.5.
8.) When using the maintenance function in backend an error was shown when a forgotmenot
email was send.
9.) Some minor language file related bugs fixed in plug_uddeim_inbox plugin.
10.) A few layout bugs fixed.
11.) Several SQL queries speed optimized
12.) When downloading messages from the archive and a message was written by a public user
the sender's name was empty.
13.) UTF-8 characters were not displayed correctly when uddeIM was called from 3rd party
component.
14.) Replies can be truncated automatically when the max text length is exceeded.
15.) When recalling a message the old recipient of the message is now used as default in the
recipient field.
16.) A checkbox allows adding a CC-lines when "Multi users" features is enabled. uddeIM does
only add this line below the message when two or more recipients have been entered.
17.) Forwarding a message does not display the full message on top of the text input field.
18.) mod_uddeim supports AJAX requests, so it shows new incoming messages immediately
(the floater and popup will currently NOT appear when a new message arrives).
19.) Greek translation (frontend only) added.
20.) Since a few people do not check the README before they update, I added a reminder in
the installation routine.
21.) Important messages can be tagged (or flagged). You can enable this in the backend.
22.) uddeIM supports Fireboard avatars, now.
23.) You can select if a username and avatar links to the CB profile or FB profile.
24.) CB/FB pictures.
25.) Some language file strings fixed.
26.) System/General messages are sent to unblocked users only.
27.) It is possible to overwrite the automatically detected Itemid in backend (also works in
mod_uddeim, plug_pms_uddeim, and plug_pms_uddeim_inbox
28.) Registered users can be blocked to send PMs to other registered users.
29.) Blocked groups will not longer be listed in the all user lists.
30.) mod_uddeim_mailbox shows menu icons optionally.
31.) You can display some statistics in the backend.
32.) Some security related improvements.
33.) You can adjust the timezone in uddeIM backend, now. The adjustment does not effect
existing messages.
34.) Message teaser in mod_uddeim is optionally, now.
35.) Autocompleter can be used on public frontend (I don't recommend to use it on the public
frontend).
36.) Members of blocked groups will not be listed in autocompleter.
37.) Automatic login problem fixed on Joomla 1.5. uddeIM modules said "You are not logged in"
when a user re-visited a site (nevertheless it was working fine after a page reload).

Post edited by: slabbi, at: 2008/07/25 10:56

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

16 years 1 month ago #69542 by oltretutto
Replied by oltretutto on topic Re:uddeIM 1.2 released
Hi, and compliment for the new version of Uddeim!
We are using joomla 1.0.15, Cb 1.1, Uddeim 1.2, we have installed the Uddeim notifier too (with Ajax activated). We have a strange problem. All the users have as default the notification (via email) for private messages only when they are offline. But now every time a user send a Pm the receiver will have a notification email independently of the fact that he/she is online or offline.

Thanks!

Post edited by: oltretutto, at: 2008/07/27 16:55

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #69543 by slabbi
Replied by slabbi on topic Re:uddeIM 1.2 released
Are you sure? I have checked this and do not find a problem?!? Can you check what status is stored in uddeim_emn table when this appears?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

16 years 1 month ago #69545 by oltretutto
Replied by oltretutto on topic Re:uddeIM 1.2 released
I know, it's strange. Before we had uddeim 1.1 and all worked fine. Now there is this strange thing. Maybe something doesn't go well when we have made the upgrade, I don't know :(

About the status, in the uddeim_emn table we have:

1 at status 1
192 at status 2

thanks again.

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #69546 by slabbi
Replied by slabbi on topic Re:uddeIM 1.2 released
Found the bug. It seems that the QC failed :( The bugfix is quite simple:

includes.db.php
[code:1]function uddeIMisOnline($myself) {
[...]
$value = $database->loadResult();
return $value;
}[/code:1]

You can also redownload the package if you like.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

16 years 1 month ago #69548 by oltretutto
Replied by oltretutto on topic Re:uddeIM 1.2 released
Thank you very very much!!!

Have a nice Sunday :)

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum