5
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 5 months ago.
Jan 03, 2024 — Jan 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated languages.
craigk5n
as cknudsen
More... over 23 years ago
Added Galician translation.
craigk5n
as cknudsen
More... over 23 years ago
Fixed bug: layers would not work until a user turns them off and then back on.
craigk5n
as cknudsen
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).
craigk5n
as cknudsen
More... over 23 years ago
Patch 483782: Delete users even if they have events and delete those events.
craigk5n
as cknudsen
More... over 23 years ago
translation updates.
craigk5n
as cknudsen
More... almost 24 years ago
Added Hungarian translation.
craigk5n
as cknudsen
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.
craigk5n
as cknudsen
More... almost 24 years ago
updated
craigk5n
as cknudsen
More... almost 24 years ago
Changed version to 0.9.34dev
craigk5n
as cknudsen
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.
craigk5n
as cknudsen
More... almost 24 years ago
Updated Swedish translation.
craigk5n
as cknudsen
More... almost 24 years ago
Updated French translation.
craigk5n
as cknudsen
More... almost 24 years ago
Updated ChangeLog.
craigk5n
as cknudsen
More... almost 24 years ago
Updated version to 0.9.33.
craigk5n
as cknudsen
More... almost 24 years ago
Updated Swedish translation.
craigk5n
as cknudsen
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
craigk5n
as cknudsen
More... almost 24 years ago
Fixed bug: "back to my calendar" link was referencing another user's calendar at times.
craigk5n
as cknudsen
More... almost 24 years ago
Add missing user-ldap.inc to the distribution.
craigk5n
as cknudsen
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.
craigk5n
as cknudsen
More... almost 24 years ago
Fixed bug: was not displaying more than one event per day in the week view.
craigk5n
as cknudsen
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.
craigk5n
as cknudsen
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.
craigk5n
as cknudsen
More... almost 24 years ago
Avoid undefined variable warnings.
craigk5n
as cknudsen
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?>.
craigk5n
as cknudsen
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.
craigk5n
as cknudsen
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.
craigk5n
as cknudsen
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.)
craigk5n
as cknudsen
More... almost 24 years ago
Fixes in php-dbi.inc for postgres and odbc. May break compatibility with earlier versions of PHP4 and PHP3.
craigk5n
as cknudsen
More... almost 24 years ago
Updated.
craigk5n
as cknudsen
More... almost 24 years ago