Log of /branches/1.0
Directory Listing
Revision
19588 -
Directory Listing
Modified
Fri Nov 4 07:05:07 2005 UTC (4 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
backported a bugfixes from HEAD:
addressbook popup for email apps: adding all search results was not working with ldap (contacts_ldap class did not support the "!''" filter used)
Revision
19587 -
Directory Listing
Modified
Fri Nov 4 07:01:23 2005 UTC (4 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
backported two bugfixes from HEAD:
1) fixed bug report by Dros on the german list: using account in ldap, nextmatch (eg. in setting group ACL's) is not working
2) implemented the same default, as for the sql class: everything which is not 'accounts' or 'groups'
Revision
19184 -
Directory Listing
Modified
Tue Sep 20 10:13:09 2005 UTC (4 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
the xmlrpc log should be off be default, as it contains everything in cleartext (eg. passwords) and it is in most distros world readable
Revision
19177 -
Directory Listing
Modified
Mon Sep 19 12:58:53 2005 UTC (4 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug reported by Frank Becker on the german list: deleting a link deletes all attached files too
Revision
18810 -
Directory Listing
Modified
Sat Jul 16 08:53:09 2005 UTC (5 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1238690 ] Problem editing projects:
start-/enddates are set to ~ 1-1-1970 (depending on TZ)
Revision
18695 -
Directory Listing
Modified
Thu Jun 30 18:54:11 2005 UTC (5 years, 2 months ago) by
wolffc
Original Path:
branches/Version-1_0_0-branch
another shot at datetime.iso8601:
- accept both simple and extended format from input
- output simple format, if
+ either the client is vbXMLRPC
+ or the client sends a HTTP-header "isoDate: simple"
Revision
18694 -
Directory Listing
Modified
Thu Jun 30 18:48:25 2005 UTC (5 years, 2 months ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Fixed bug 1067201: Delete attachment icon not present with IE. Solution: for an unknown reason, I have to specify the images's dimension in the style tag to make it work
Revision
18410 -
Directory Listing
Modified
Sat Jun 4 10:31:07 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
- fix for bug [ 1160517 ] Users with granted read access may gain edit/delete-access!
- fixed same problem with delete
- fix for bug [ 1174969 ] Adding a job from project list
Revision
18211 -
Directory Listing
Modified
Thu Apr 28 13:16:09 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
applied security relevant patch from nikolaus.jeremic-at-pro-inform.de: checking old password before changeing for a regular user
Revision
18145 -
Directory Listing
Modified
Fri Apr 15 13:18:15 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
in case of auth via LDAP and multiple domains we need to set $GLOBALS['phpgw_info']['user']['domain']
Revision
18143 -
Directory Listing
Modified
Fri Apr 15 12:56:46 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed problem reported by Gerald Quakenbush <geraldq-AT-mastermindsecuritygroup.com>:
previously attached files of NOT send mails, get no longer send with the next mail
Revision
18088 -
Directory Listing
Modified
Tue Apr 12 09:54:46 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
added missing charset-translation of the cn (common name), thanks to Martin Dalum <martin-AT-cabo.dk>
Revision
18086 -
Directory Listing
Modified
Sun Apr 10 21:28:12 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
some bugfixes:
- date-time: empty date not recogniced
- date-timeonly, date-houronly: use only seconds, no timezone converstation between server-time and UTC (default for mktime())
Revision
18049 -
Directory Listing
Modified
Wed Mar 30 15:53:08 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed wrong link to action=edit instead of action=add, which caused 0 vote_id's as suggested by Mika��l Pirio <mikael-at-pirio.org>
Revision
18034 -
Directory Listing
Modified
Tue Mar 29 10:16:35 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug: private filter not working as suggested by Bertrand Croq <bertrand.croq-at-freeskop.com> on the developer list
Revision
17984 -
Directory Listing
Modified
Tue Mar 15 08:37:51 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for the problems reported by gulftech, now tested a view days on my own production server and egroupware.org
Revision
17907 -
Directory Listing
Modified
Wed Mar 2 06:20:55 2005 UTC (5 years, 6 months ago) by
dawnlinux
Original Path:
branches/Version-1_0_0-branch
Fix the following bugs,
[ 996794 ] Custom field can not be deleted.
[ 1029059 ] Delete user fields
[ 1154738 ] Customer fields contain UTF-8 works could not be deleted.
The problem is due to, some specail characters, e.g, utf-8 chars, are url-encoded for generationg the url, but are not decoded when trying to delete them.
Revision
17879 -
Directory Listing
Modified
Sun Feb 27 08:20:35 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
bugfixes from the HEAD branch
1) reading the filecontents in chunks, as it stalls otherwise
2) fixed wrong charset of included URL: convert content, if it uses a different charset
Revision
17860 -
Directory Listing
Modified
Thu Feb 24 14:10:26 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug: not all custom fields are shown readonly if only editing the status is allowed (thought they will not be saved anyway)
Revision
17841 -
Directory Listing
Modified
Mon Feb 21 08:07:45 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fallback to db sessions if php's session extension is not loadable, atm. you get cryptic errors, bugs in the bugtracker and mails on the list ;-)
Revision
17783 -
Directory Listing
Modified
Tue Feb 15 08:29:29 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug reported on the devel-list: clicking on "Grand access" icons (pencil) while adding a new account results in an sql error
==> icon not longer shown, as we have no user-id yet
Revision
17782 -
Directory Listing
Modified
Tue Feb 15 08:28:16 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
merged fix from Andy only commited to HEAD:
fix group edit bug detected by Maanus, so after editing groups in combination
with LDAP, the remain with account type "g" and not getting "u".
Revision
17767 -
Directory Listing
Modified
Mon Feb 14 10:30:36 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug reported by Reinhard Gustavik on the german list: custom status get's not saved and not used
Revision
17747 -
Directory Listing
Modified
Sat Feb 12 14:02:39 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1120676 ] Date&Linking Probs in InfoLog:
caused by error in handling of array's when magic_quotes_gpc was on
Revision
17732 -
Directory Listing
Modified
Wed Feb 9 23:13:23 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug reported from Adriano on the user-list: daily matrix view gives warning if no participants selected.
Also fixed not working switch between daily and weekly view.
Revision
17718 -
Directory Listing
Modified
Wed Feb 9 16:29:27 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug [ 1051483 ] deleting an infolog entry not delete it's attachments.
I also delete empty dirs (after last attachment was deleted).
Revision
17716 -
Directory Listing
Modified
Wed Feb 9 15:02:44 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed not working attachments after first file-attachment on new created infolog-entries, eg. [ 1052140 ]
Revision
17712 -
Directory Listing
Modified
Wed Feb 9 13:50:59 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
select: fixed quoting of option texts in selectbox,
htmlspecialchars: dont quote < > as they are already entities
Revision
17711 -
Directory Listing
Modified
Wed Feb 9 10:41:00 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
using adodb's datelibary instead of the regular php-functions: date, mktime, ...
also added input-validation for dates and the hour widget
Revision
17710 -
Directory Listing
Modified
Wed Feb 9 10:35:28 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
using adodb's datelibary instead of the regular php-functions: date, mktime, ...
Revision
17667 -
Directory Listing
Modified
Fri Feb 4 10:46:21 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed error with fulltext indexes (eg. in the wiki), when the default-type-type is set to InnoDB, which is eg. the default for some newer windows installs or mysql 4.1.x
Revision
17661 -
Directory Listing
Modified
Tue Feb 1 11:26:56 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed wrong variable-name which caused individual (per user) write access to be ignored while editing a category, as reported by Janko Harej on the user-list
Revision
17539 -
Directory Listing
Modified
Sun Jan 2 22:21:23 2005 UTC (5 years, 8 months ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Fixes bug 1027461: daily view and events list in home made browser overflow width. This happened only in mozilla browsers, and only sometimes (apparently depending on the order images were downloaded from the server). It seems to be a mozilla bug related to the overflow css property. I just removed the property; anyway it wasn't serving any purpose.
Revision
17395 -
Directory Listing
Modified
Fri Nov 19 12:58:26 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
using the appname given in the url for each apps admin page (admin.uiconfig.index&appname=xxx) and fixed wrong encoding of url-vars of some browsers
Revision
17386 -
Directory Listing
Modified
Wed Nov 17 15:01:16 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
added stripslashes to retrival of categories to fix exeeding number of slashes before single quotes
ToDo: not saving the slashes with get created by magic_quotes_gpc=On
Revision
17383 -
Directory Listing
Modified
Wed Nov 17 14:19:12 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed escaping of parameters for the wz_tooltips: single quotes in calendar titles caused all tooltips on that page not to appear
Revision
17379 -
Directory Listing
Modified
Wed Nov 17 12:48:22 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed spelling error which caused the green check to displayed at the admin-account section even if no user accounts exist
Revision
17263 -
Directory Listing
Modified
Sat Oct 23 15:06:28 2004 UTC (5 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
postgres cant alter the column-type from text to blob (bytea), the tables need to be droped and re-created
Revision
17182 -
Directory Listing
Modified
Thu Oct 7 18:23:23 2004 UTC (5 years, 11 months ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Fixes bug 1037595: Was discarding message when sending article by e-mail. Now the body of the e-mail is the message and the article goes as an attachment
Revision
17146 -
Directory Listing
Modified
Thu Sep 30 13:18:03 2004 UTC (5 years, 11 months ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Fix bug 1029677: can't delete files with IE. Solution: not use input image tags to send information as IE mishandles them
Revision
17140 -
Directory Listing
Modified
Wed Sep 29 20:06:41 2004 UTC (5 years, 11 months ago) by
reinerj
Original Path:
branches/Version-1_0_0-branch
Thank you to Raphael and Vinicius from Thyamad/Brazil which fix the broken update for Debian Woody. After a change between 003 and 005 it was NOT longer possible to update a Woody eGW installation. Sometimes it need only a good will to fix a problem
Revision
17118 -
Directory Listing
Modified
Tue Sep 28 15:57:29 2004 UTC (5 years, 11 months ago) by
bgigon
Original Path:
branches/Version-1_0_0-branch
Fix Security Holes
Another prohibited users can view availability of another users
(and reconstruct calendar for a user, in final)
Now, Users can view _only_ availability of users when owner has a good
rights (minimal: read)
Revision
17075 -
Directory Listing
Modified
Fri Sep 24 14:22:08 2004 UTC (5 years, 11 months ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
I rearranged some lines for the actual time in the timetracker screen to be shown in the current time zone. The problem was that the code didn't seem to realize the fact that common::show_date() does its timezone adjustment as well
Revision
17066 -
Directory Listing
Modified
Thu Sep 23 22:47:37 2004 UTC (5 years, 11 months ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Fix bug: when multiple employees are assigned to a proyect and the first one has an event that triggers a message, when the event fires all employees are sent a message regardless if they have that event configured or not. The problem was that after the first message is send the variable is not reset to false.
Revision
17054 -
Directory Listing
Modified
Wed Sep 22 15:01:34 2004 UTC (5 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed infolog bug: projects search returns only the first N projects and the search itself does not work
other problem: project level was displayed wrong
Revision
17018 -
Directory Listing
Modified
Mon Sep 20 18:50:36 2004 UTC (5 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for problem reported by Julius Wehrmann, a single date-picker (no other widgets) does not work
Revision
17004 -
Directory Listing
Modified
Sun Sep 19 21:25:50 2004 UTC (5 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1006205 ] wiki editing broken with Safari
- safari gets now recogniced as browser by the html-class
- html::htmlarea show's a textarea if HTMLarea is not availible (suppresses error with safari)
- dont show button to convert to html if:
* HTMLarea is not availible for the browser
* admin disabled it in the wiki configuration
Revision
17003 -
Directory Listing
Modified
Sun Sep 19 21:20:08 2004 UTC (5 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1006205 ] wiki editing broken with Safari
- safari gets now recogniced as browser by the html-class
- html::htmlarea show's a textarea if HTMLarea is not availible (suppresses error with safari)
- dont show button to convert to html if:
* HTMLarea is not availible for the browser
* admin disabled it in the wiki configuration
Revision
16984 -
Directory Listing
Modified
Sun Sep 19 08:10:40 2004 UTC (5 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed wrong (non-fatal) diagnostics "get_last_insert_id not implemented for ..." if running as baseline delta only
Revision
16962 -
Directory Listing
Modified
Fri Sep 17 19:21:03 2004 UTC (5 years, 11 months ago) by
lkneschke
Original Path:
branches/Version-1_0_0-branch
applied patch from Christian Mangold
[ 1022144 ] felamimail: fullname instead emailadress in sent FROM-header
Revision
16948 -
Directory Listing
Modified
Thu Sep 16 21:38:14 2004 UTC (5 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
removed the HtmlTidy plugin from the defaults, as it breaks the source edit mode (<>) if tidy is not installed
Revision
16942 -
Directory Listing
Modified
Wed Sep 15 18:12:51 2004 UTC (5 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug reported on the german mailinglist:
- Warning implode wrong arguments on line 120
- space after comma is not ignored
Revision
16937 -
Directory Listing
Modified
Tue Sep 14 21:24:25 2004 UTC (5 years, 11 months ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Switch 'manage folders' and 'manage sieve' translations from felamimail to common so that they get translated in the preferences app that lists all preferences possibilities from all applications
Revision
16923 -
Directory Listing
Modified
Mon Sep 13 07:38:58 2004 UTC (5 years, 11 months ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
killed warning of destroying an uninitialised session:
bug [ 1026623 ] Sitemanager site can't be viewed anonymously with PHP session:
- cant reproduce it on my system, but silencing it does no harm
Revision
16915 -
Directory Listing
Modified
Sat Sep 11 15:34:37 2004 UTC (5 years, 11 months ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Forum administration should be a 'common' translation instead of 'admin' so that it gets shown in both the admin app and the sidebox menu in the forum app
Revision
16892 -
Directory Listing
Modified
Fri Sep 10 04:19:33 2004 UTC (6 years ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Fixes bug 1025034: When not choosing a category, new article creation fails under postgres. Solution: not to escape cat_id since its content has already been casted through (inc) and thus cannot pose any threat
Revision
16862 -
Directory Listing
Modified
Wed Sep 8 12:14:13 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
reverted Matthew's commit and fix for bug [ 1015533 ] Private entries prohibit response
If you are invited to a private event, you get full access to it, as you would if it were not private. Only restriction is: other people you gave access to your private events, still cant read the event, as long as they have no direct private grant from the owner of the event.
Revision
16851 -
Directory Listing
Modified
Mon Sep 6 03:53:00 2004 UTC (6 years ago) by
dawnlinux
Original Path:
branches/Version-1_0_0-branch
Fix the bug: Fail to create text files that contain multibyte
characters in filemanager, for exmaple, files that contain Chinese
characters.
Reason for producing the bug: One parameter of "fwrite"
is "strlen ($data['content'])". To multibyte character, "strlen" can
not return its actual length. So "fwrite" cannot write all characters
to the created file.
Revision
16848 -
Directory Listing
Modified
Sat Sep 4 09:57:45 2004 UTC (6 years ago) by
dawnlinux
Original Path:
branches/Version-1_0_0-branch
Fix the bug: If you have choosed "Show news articles on main
page" in news_admin preferences, both visible and invisiable news all
display on main page.
Revision
16839 -
Directory Listing
Modified
Thu Sep 2 21:37:25 2004 UTC (6 years ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
Fix issue where people invited to a private event were unable view the event
let alone view the event details. invitees are now allowed to view the event
details as well as accept their invitation to the event.
NB:
- if an invitee has granted another user private access to the invitee's calendar, the user
to which private access has been granted is UNABLE to view the details of the event.
- if the person who created the event and marked the event private has granted another user
access to that person's private events, then the person granted private access WILL be able
to see the details of the event.
- at most, uninvited third parties will only see that a private event is taking place at some
time, but only if they have at least read access to the calendar of one of the people invited
to the event.
I hope this makes sense. I've tested this extensively to make sure I am not accidently granting
access to private events that should be kept private.
Revision
16745 -
Directory Listing
Modified
Mon Aug 30 15:11:32 2004 UTC (6 years ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
- re-write of the phpgwapi::accounts_ldap::auto_add function
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- remove some crap and make function readable
Revision
16744 -
Directory Listing
Modified
Mon Aug 30 15:10:34 2004 UTC (6 years ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
- re-write of the phpgwapi::accounts_sql::auto_add function
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- set default name to New User if we have no other data
- remove some crap and make function readable
Revision
16722 -
Directory Listing
Modified
Sun Aug 29 00:51:47 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
integrated the HTMLarea plugins into the eGW translation system
fixed bug [ 1006205 ] wiki editing broken with Safari
Revision
16709 -
Directory Listing
Modified
Sat Aug 28 19:19:31 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
added missing break in read_projects, which prevents action=all to return all projects and not only the mains like action=mains
Revision
16703 -
Directory Listing
Modified
Sat Aug 28 17:59:21 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1007297 ] Time offsets incorrect
==> all tz-conversation is done now in the bo-class, as I handle it in the new calendar too
Revision
16699 -
Directory Listing
Modified
Sat Aug 28 17:07:57 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
removed tz-converstation:
- to fix tz-probs in infolog
- in my belive tz-conversation should always be done in the bo-layer and not in ui (eTemplate)
Revision
16671 -
Directory Listing
Modified
Fri Aug 27 18:24:42 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed edit-mode for sitemgr-sites on different domains then the eGW install:
- the session gets forward in the url, even for cookies, as they dont get submit to different domains
- sitemgr-site created then a new cookie for that domain
==> Important: the eGW install needs protocol&domain in the webserver-url and not just a path
Revision
16669 -
Directory Listing
Modified
Fri Aug 27 18:20:31 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
removed destroying of the crypto object if the session-verification fails, as it leads to problems in sitemgr creation of anonymous sessions and it get cleaned up anyway by the shutdown function
Revision
16667 -
Directory Listing
Modified
Fri Aug 27 17:07:01 2004 UTC (6 years ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
Fix issue where some input text would be hidden by the cursor (eg: l, i, and 1)
causing some users to misread some fields they were typing.
Revision
16662 -
Directory Listing
Modified
Fri Aug 27 13:13:37 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed some of our sessions problems:
- [ 1015846 ] Registering session MySQL query error
- handlich of timed out sessions for php4 sessions was wrong
==> I can't reproduce any more sessions probs, either with db nor php4 sessions
Revision
16658 -
Directory Listing
Modified
Fri Aug 27 10:46:06 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
Changes to update phpGW versions from after the fork up to 0.9.16.001, thought we dont import their new addressbook, we only create the original addressbook-tables if they are not there, because it's a newer install. The changed phpgw_log and phpgw_log_msg tables are just droped and recreated.
Revision
16656 -
Directory Listing
Modified
Fri Aug 27 10:40:36 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
made the update strategy of setup_process a bit more flexible: update dont need to be in order in the tables_update file any more: if the next update is not the one we need, we search for the right one and start again from there. This is needed to be able to import phpGW versions from after the fork and it simplyfies the update-scripts a lot now.
Revision
16640 -
Directory Listing
Modified
Thu Aug 26 19:05:25 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed "TranslationTools" italian langfile is written empty, it only happens if system-charset utf-8 is set and is cause by the wrong translation of charset to "set characteri" instead of the used charset iso-8859-1
Revision
16635 -
Directory Listing
Modified
Thu Aug 26 18:38:43 2004 UTC (6 years ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
- re-write display_fullname to be more readable and suck much less
- add support for Lastname, Firstname username account views
Revision
16618 -
Directory Listing
Modified
Wed Aug 25 20:53:39 2004 UTC (6 years ago) by
ak703
Original Path:
branches/Version-1_0_0-branch
sync with head - fix for bug #914383: WE will only display this link, if LDAP is used for accounts and
defined in setup as such. Other users dont get confused then.
Revision
16601 -
Directory Listing
Modified
Wed Aug 25 11:20:04 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
replaced all while-list-each with foreach, as requested in patch [ 1015863 ] Admin does not save ACL rights and Site Configuration
Revision
16589 -
Directory Listing
Modified
Tue Aug 24 19:41:43 2004 UTC (6 years ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Fixed wrong time when exporting to vcal. Also changed ical versi��n from 2.0 to 1.0 because outlook 2000 was rejecting icals with this version. Shouldn't I have changed this version number?
Revision
16562 -
Directory Listing
Modified
Sun Aug 22 20:27:11 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
using native adodb functions for quote and db_addslashes:
- qstr() save's one extra call compared to the PEAR function quote()
- dont need substr( ,1,-1) for db_addslashes
Revision
16541 -
Directory Listing
Modified
Sat Aug 21 16:19:40 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
deleting all acl-entries of not (longer) existing accounts (users and groups), these entries have'nt got delete so far and cause a lot of mailfunctioning in the ACL class
==> update to version 1.0.0.004
Revision
16527 -
Directory Listing
Modified
Sat Aug 21 03:57:02 2004 UTC (6 years ago) by
dawnlinux
Original Path:
branches/Version-1_0_0-branch
Fix the bug: if you click "More news" or "less news" in news_admin, you can't view the more
or less news in the same catogry but jump to "All new".
Revision
16513 -
Directory Listing
Modified
Wed Aug 18 20:46:03 2004 UTC (6 years ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
parse_user_host was never ever defined! Ever! I even checked phpgroupware! They have this
bug too!! It looks to me like switch_mailto give the functionality that parse_user_host
_should_ have provided.
Revision
16510 -
Directory Listing
Modified
Wed Aug 18 19:39:05 2004 UTC (6 years ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
The issue that this fix addresses is the following:
When using the uiaccountsel widget to select accounts, when you accidently
select something and want to deselect it, when you delete the item, the item
is only unhighlighted, and not removed from the uiaccountsel_popup_selection
select box in the opener document. This patch simply deletes the child node
from the uiaccountsel_popup_selection select box instead of setting the
selected false.
I've tested this with some variant of msie6/xp, mozilla 1.6/win32, firefox 0.9.3/linux
and mozilla 1.4.3/linux.
Revision
16495 -
Directory Listing
Modified
Wed Aug 18 08:57:31 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed file-size as suggested by Lian Liming's patch [ 1010170 ] Patch for Bug [ 950555 ] Filemanager - filesize
Revision
16493 -
Directory Listing
Modified
Wed Aug 18 08:30:26 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for palm-download as suggested by Peter Hrastnik's patch [ 1010631 ] patch for broken pdb file-download (headers already sent)
Revision
16485 -
Directory Listing
Modified
Tue Aug 17 16:55:42 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
- added a check for mbstring.func_overload = 7
- fixed handling memory values with M or K
- corrected display of message "Please fix the above errors and warning"
- fixed some formating
Revision
16480 -
Directory Listing
Modified
Tue Aug 17 15:09:42 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1007269 ] Manual does not find content if Location is non standard (includes protocol + domain)
Revision
16458 -
Directory Listing
Modified
Sun Aug 15 11:48:32 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed sqltoarray:
- showing multicolum-indexes correct
- showing table-names
- working for app's without title
- all-option working for db's other then mysql
Revision
16438 -
Directory Listing
Modified
Fri Aug 13 15:04:08 2004 UTC (6 years ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1006669 ] Manage side wide modules multiselect problem
applied patch [ 1008677 ] sitemgr modules selection
Thanks to Paul Smith
Revision
16236 -
Directory Listing
Modified
Sat Aug 7 18:29:23 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1000255 ] Todo with progress screw formating in calender:
- partialy caused by a <div ... /> with no closing </div>
- a table around the icons and title, puts them in one line now
Revision
16233 -
Directory Listing
Modified
Sat Aug 7 17:53:21 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 998496 ] Session error on logout under https, session-id and loginid are unset, which leads to a pg_atoi: zero length string sql-error. I now dont save anything if there is no sessionid or no loginid
Revision
16227 -
Directory Listing
Modified
Sat Aug 7 14:53:56 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1004481 ] alarm management: you could not create alarms for other participants, even if you had the required write-grants from them
Revision
16225 -
Directory Listing
Modified
Sat Aug 7 14:19:53 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1004555 ] Database error adding new calendar item:
- happend only if participants have been disabled via custom-fields
- was caused by the code entering participants from matrixview
Revision
16223 -
Directory Listing
Modified
Sat Aug 7 13:13:59 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fix for bug [ 1002325 ] Manual error:
if session.use_trans_sid was enabled, we created a wrong link for the manual
Revision
16221 -
Directory Listing
Modified
Sat Aug 7 12:45:39 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
removing all it's acl-rights if an account gets deleted, admin only removed the run-rights, but not the grants or other rights
Revision
16171 -
Directory Listing
Modified
Wed Aug 4 17:14:01 2004 UTC (6 years, 1 month ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
- fix the "Home" text missing in appTitles in edge-it, idots, and jerryt
templates.
- remove noop if (foo) { continue; }
- remove obsolete commented out code that special cased the home app which
is no longer valid.
Revision
16162 -
Directory Listing
Modified
Wed Aug 4 11:15:27 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
MaxDB and MsSQL cant use a boolean value / expression in select, you have to use "CASE WHEN $expression THEN 1 ELSE 0 END" for an expression like "column IN ('a','b')" or "id > 5"
Revision
16143 -
Directory Listing
Modified
Wed Aug 4 00:26:51 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
The system wasn't deleting a question when an article answering that question was manually published. Thanks to Tibor H��ja for figuring that out.
Revision
16131 -
Directory Listing
Modified
Tue Aug 3 21:21:41 2004 UTC (6 years, 1 month ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
Fix up a double tab
Application: emailadmin, File: phpgw_sl.lang, Line: "imap admin user\t\temailadmin\tsl\tIMAP upravljalec\n"
Revision
16121 -
Directory Listing
Modified
Tue Aug 3 09:12:12 2004 UTC (6 years, 1 month ago) by
ak703
Original Path:
branches/Version-1_0_0-branch
added corrected schema for use in Mandrake Linux 9.2/10, because many
items are already included in misc.schema (maybe works in other distros as well)
Revision
16104 -
Directory Listing
Modified
Sun Aug 1 19:27:28 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
1) fixed missing translation in validation messages
2) validation only loops now, if a button (not cancle) is pressed, selectboxes with onchange dont get stoped by validation errors ==> fix for bug [ 1001568 ] status is not updated
Revision
16031 -
Directory Listing
Modified
Sat Jul 31 16:15:56 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
changed Benjamins rejected lines messages to only show up, if extra debug messages have been explicitly checked
Revision
15992 -
Directory Listing
Modified
Sat Jul 31 12:40:00 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed disapearing holidays caused by the observance rule, see bug [ 996820 ] Calendar Control - Missing Holidays
Revision
15970 -
Directory Listing
Modified
Fri Jul 30 00:27:47 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Changed param comment of function input: funtion should expect time in server's timezone instead of users localtime; the conversion to user's localtime is taken care inside the function when calling common->show_date
Revision
15968 -
Directory Listing
Modified
Fri Jul 30 00:17:46 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
times should be stored in the db in the server timezone, and also fix badly EOL format (some lines were UNIX, some others DOS)
Revision
15961 -
Directory Listing
Modified
Wed Jul 28 21:51:09 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
If is not defined is because there were no work hours, so don't go fetch things in the db. This was getting things from projects with id=0 that were erroneously created when not specifying projects when using the time tracker (this was just fixed in rev 1.21 of class.boprojecthours.inc.php)
Revision
15959 -
Directory Listing
Modified
Wed Jul 28 21:41:07 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
Fix to forbid entering manual entries in the timetracker without specifiying a proyect or job. Without this an entry was created in the database with proyect_id=0, which another bug in class.boprojetcts (that I'll fix in a moment) took advantage of to show erroneous data in Work hours.
Revision
15953 -
Directory Listing
Modified
Wed Jul 28 20:41:44 2004 UTC (6 years, 1 month ago) by
ak703
Original Path:
branches/Version-1_0_0-branch
fixed problem with layout in the rest of the setup, removed all styles
which are already defined elsewhere and just left the "new" styles from
bgigon.
Revision
15945 -
Directory Listing
Modified
Tue Jul 27 09:01:23 2004 UTC (6 years, 1 month ago) by
bgigon
Original Path:
branches/Version-1_0_0-branch
Fix display bug.
If this line replace all \n by <br />, Toolbox in calendar are too big (x2)
(and other is blank; for the display is very very bad)
Revision
15922 -
Directory Listing
Modified
Sun Jul 25 15:56:15 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
removed unnecessary double-definitions:
- primary keys dont need to be indexed or a unique constrain
- unique indices dont need an additional index
These indexes have never been created, but the new ADOdb schema_proc class, dont likes them
Revision
15919 -
Directory Listing
Modified
Sun Jul 25 15:25:18 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed get_list, which was only returning groups if 'both' were requested, which caused eg. in calender only groups to be selectable
Revision
15918 -
Directory Listing
Modified
Sun Jul 25 14:37:57 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
When entering a new article, don't allow users to enter the article ID, as this is an auto_increment field that under MSSQL cannot be edited. This feature will be implemented later by adding a new field in the db, that will allow to enter letters as well
Revision
15916 -
Directory Listing
Modified
Sun Jul 25 14:25:58 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
When entering a new article, don't allow users to enter the article ID, as this is an auto_increment field that under MSSQL cannot be edited. This feature will be implemented later by adding a new field in the db, that will allow to enter letters as well
Revision
15915 -
Directory Listing
Modified
Sun Jul 25 14:24:42 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
When entering a new article, don't allow users to enter the article ID, as this is an auto_increment field that under MSSQL cannot be edited. This feature will be implemented later by adding a new field in the db, that will allow to enter letters as well
Revision
15910 -
Directory Listing
Modified
Sun Jul 25 01:34:59 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
- knowledgebase is not working: select distinct is not possible with text-columns
- fudforum is not working: is does not use ADOdb and has no own db-layer for mssql
- other apps seem to work, everthing needs through testing - incl. our "old" db's
Revision
15906 -
Directory Listing
Modified
Sat Jul 24 20:52:49 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug [ 996591 ] Error when creating an entry in the calendar
this happended only when email was not installed
Revision
15905 -
Directory Listing
Modified
Sat Jul 24 20:30:33 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed bug [ 991222 ] Error uploading file -
thought the whole class need to be reworked with the new db-functions
Revision
15902 -
Directory Listing
Modified
Sat Jul 24 18:36:33 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
removed the mailinglist tables - Pim forgot to remove - which always gives error-messages on re-installing, as they dont get droped, because they are no longer listed in setup.inc.php
Revision
15875 -
Directory Listing
Modified
Thu Jul 22 18:38:42 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixed the code, which was not working after the right table-name was used ;-)
dont think that part is used anyhow
Revision
15815 -
Directory Listing
Modified
Wed Jul 21 10:12:17 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
branches/Version-1_0_0-branch
fixing bug [ 992090 ] Could not log out
At that time, there is no account-id set which results in an empty string, what pgSql dont likes in integer fields. Casting it to int now.
Revision
15813 -
Directory Listing
Modified
Tue Jul 20 18:23:22 2004 UTC (6 years, 1 month ago) by
mgalgoci
Original Path:
branches/Version-1_0_0-branch
remove the show_date2() function in the email application and revert the email application
to use show_date() from phpgwapi. show_date2() did not properly take into account timezone
offsets and unconditionally showed the date in the same time zone as the egroupware server.
I've discussed this change with Lars Kneschke, Ralf Becker, and Reiner Jung. Angles didn't
comment for more than two weeks so if this breaks something else he can yell at me and I'll
fix whatever I broke.
Revision
15802 -
Directory Listing
Modified
Tue Jul 20 13:01:23 2004 UTC (6 years, 1 month ago) by
bgigon
Original Path:
branches/Version-1_0_0-branch
Resolv the big problem with IE 5.2 under Mac and Safari.
Reduce pixel and calendar is correctly displayed in left box
Revision
15776 -
Directory Listing
Modified
Mon Jul 19 05:24:08 2004 UTC (6 years, 1 month ago) by
alpeb
Original Path:
branches/Version-1_0_0-branch
fix bug 991614: problem in postgres when trying to insert article with backslash in its content.
Solution: use db->insert and db->update to get correct quotes depending on db
However, backslashes don't show in article. Fixing this would be a bit difficult since the article is stored as a BLOB in the database (why????) and mysql and postgres treat backslashes differently in this type. It would be best to first alter the table so articles are stored as text. Not critical, let's do this later :)
Revision
15763 -
Directory Listing
Modified
Fri Jul 16 12:10:46 2004 UTC (6 years, 1 month ago) by
ak703
Original Path:
branches/Version-1_0_0-branch
downgraded js-tooltip for the moment. Other displayed info cause error sometimes and
will be implemented in future versions. This version should work correctly now as planned :-)
Revision
15762 -
Directory Listing
Modified
Fri Jul 16 09:12:10 2004 UTC (6 years, 1 month ago) by
ak703
Original Path:
branches/Version-1_0_0-branch
fixed problem with last update. Due to an error,latest changes from Ralf and Matthew have been killed - sorry ;-)
merged the last changes with my one's here.
Revision
15756 -
Directory Listing
Modified
Thu Jul 15 12:48:38 2004 UTC (6 years, 1 month ago) by
ak703
Original Path:
branches/Version-1_0_0-branch
enable tooltips systemwide (wz_tooltip from Walter Zorn)
sample can be found in calendar-templates (link_pict.tpl) and use instructions
follow in "phpgwapi/js/wz_tooltip/README" later ;-)
Revision
15730 -
Directory Listing
Modified
Mon Jul 12 23:46:54 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
trunk
re-read job, in case it had been updated or even deleted in the method
Revision
15729 -
Directory Listing
Modified
Mon Jul 12 23:38:09 2004 UTC (6 years, 1 month ago) by
lkneschke
Original Path:
trunk
fix for bug [ 985417 ] Project Roles Drop-Down Empty
Revision
15728 -
Directory Listing
Modified
Mon Jul 12 22:31:11 2004 UTC (6 years, 1 month ago) by
ralfbecker
Original Path:
trunk
moved to new email storage