Updated languages. |
|
More...
|
over 23 years ago
|
Added Galician translation. |
|
More...
|
over 23 years ago
|
Fixed bug: layers would not work until a user turns them off and then back on. |
|
More...
|
over 23 years ago
|
Display users in a table on page to select other user's calendar for better display (if more than 20 users). |
|
More...
|
over 23 years ago
|
Patch 483782: Delete users even if they have events and delete those events. |
|
More...
|
over 23 years ago
|
translation updates. |
|
More...
|
almost 24 years ago
|
Added Hungarian translation. |
|
More...
|
almost 24 years ago
|
MS IIS/PSW workaround: IIS does not allow you to send a cookie and a redirect in the same http header, so all redirects are handled using html meta tags when IIS is detected. |
|
More...
|
almost 24 years ago
|
updated |
|
More...
|
almost 24 years ago
|
Changed version to 0.9.34dev |
|
More...
|
almost 24 years ago
|
Fixed bug 447339: In week view, events would not span enough hours in the display if there was another event later in that day. In day view, all events would display in a one hour block even if they were longer than an hour. |
|
More...
|
almost 24 years ago
|
Updated Swedish translation. |
|
More...
|
almost 24 years ago
|
Updated French translation. |
|
More...
|
almost 24 years ago
|
Updated ChangeLog. |
|
More...
|
almost 24 years ago
|
Updated version to 0.9.33. |
|
More...
|
almost 24 years ago
|
Updated Swedish translation. |
|
More...
|
almost 24 years ago
|
Fixed bug: don't display access, priority and participants in email reminders if they've been disabled in config.inc |
|
More...
|
almost 24 years ago
|
Fixed bug: "back to my calendar" link was referencing another user's calendar at times. |
|
More...
|
almost 24 years ago
|
Add missing user-ldap.inc to the distribution. |
|
More...
|
almost 24 years ago
|
Fixed bug: User who logged in to the 0.9.31 version would have a session cookie that would generate a "Error getting user" message. Now redirects them back to the login page. |
|
More...
|
almost 24 years ago
|
Fixed bug: was not displaying more than one event per day in the week view. |
|
More...
|
almost 24 years ago
|
Removed all the <?php_track_vars?> from every .php file since it was causing problems for a lot of people. |
|
More...
|
almost 24 years ago
|
- Fixed some of the login/session code. After examining the code, I'm surprised it worked at all! :-) And, it suddenly stopped working on my system (would not allow any logins), so it could very will have been the bug that prevented people from being able to login. - Fixed bug: Was not allowing admin users to add events to a read-only setup. |
|
More...
|
almost 24 years ago
|
Avoid undefined variable warnings. |
|
More...
|
almost 24 years ago
|
- Attempted to not reference undefined variables to avoid the warnings generated by PHP when the warning level is set to complain about referencing undefined variables. - Fixed bug: Was not allowing selection of a user when adding/editing layers. - Fixed bug: If you set a reminder to be sent at the exact time of the event (0 days, hours, minutes before event), then when you come back to edit the event, it shows the default time before rather than 0. - Fixed bug: printer friendly version of week view was displaying events as links. - Fixed use of php_track_vars. Was using <?php php_track_vars?>. Proper use is just <?php_track_vars?>. |
|
More...
|
almost 24 years ago
|
Fixed bug 441688: MySQL does case-insensitive searches, which allows a user named 'cknudsen' to login with 'CKnudsen', which causes problems. Now, users can only login with correct case-sensitive login. |
|
More...
|
almost 24 years ago
|
Fixed bug: when view a non-repeating event, some of the text for repeating events ("every") would be displayed next to the event date. |
|
More...
|
almost 24 years ago
|
Remember the last view (week, day or month) and return to it instead of returning to the preferred view. For example, if you were viewing March 2002, then viewed an event in that month, and then deleted it, you would be returned to the March 2002 view after the delete. (Uses cookies to do this.) |
|
More...
|
almost 24 years ago
|
Fixes in php-dbi.inc for postgres and odbc. May break compatibility with earlier versions of PHP4 and PHP3. |
|
More...
|
almost 24 years ago
|
Updated. |
|
More...
|
almost 24 years ago
|