Log of /tags/Version-0_9_14-branch-0_0_4
Directory Listing
Revision
11196 -
Directory Listing
Modified
Thu Jul 3 00:21:24 2003 UTC (7 years, 2 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
test against files-dir within the document-root of the webserver
(this would allow uploads of scripts via vfs, and then execute them via the webserver)
Revision
11194 -
Directory Listing
Modified
Wed Jul 2 23:41:55 2003 UTC (7 years, 2 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
test against files-dir within the document-root of the webserver
(this would allow uploads of scripts via vfs, and then execute them via the webserver)
Revision
10937 -
Directory Listing
Modified
Fri May 30 17:45:59 2003 UTC (7 years, 3 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for bug #3427: you have no permision to read this entry in mail-notification
the calendar-id is only send on NEW or CHANGED dates not for the other notify (as it does not make sense there) the hook was not checking if there's a calendar_id
Revision
10934 -
Directory Listing
Modified
Fri May 30 15:52:47 2003 UTC (7 years, 3 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for bug #3427: no email-notifications
added an error-message if sending the notification mail fails
Revision
10933 -
Directory Listing
Modified
Fri May 30 15:50:50 2003 UTC (7 years, 3 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for bug #3427: no email-notifications
send class does not default to port 25, as email does when smpt-port is left empty in the email-site-config
Revision
10432 -
Directory Listing
Modified
Fri Apr 18 08:20:42 2003 UTC (7 years, 4 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for bug reported on user-list, time-compare creates date before 1970/1/1 which is the earliest allowed date on windows
Revision
10394 -
Directory Listing
Modified
Mon Apr 14 21:45:32 2003 UTC (7 years, 4 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Made the files be like .16 branch : suppressed useless lines, uppercase -> lowercase, etc ... and corrected french translations.
Revision
10391 -
Directory Listing
Modified
Mon Apr 14 21:23:17 2003 UTC (7 years, 4 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for bug #3162
creation of new calendar entries fails, because tempnam used to create the id returns a to long string (possibly because TMP_DIR is to long)
use the get_last_insert_id function now
Revision
10268 -
Directory Listing
Modified
Sun Apr 6 11:54:54 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for not editable/deletable custom-fields with with certain special chars in there name, field-name was not url-encoded
Revision
10230 -
Directory Listing
Modified
Thu Apr 3 09:30:18 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
commented out the transaction, so that error from doublicated keys, does NOT stall the lang-installation
Revision
10103 -
Directory Listing
Modified
Sun Mar 23 10:03:47 2003 UTC (7 years, 5 months ago) by
lkneschke
Original Path:
branches/Version-0_9_14-branch
store firstname and lastname in utf8 format in ldap
when we rework ldap support, we need to add it for any field
Revision
10092 -
Directory Listing
Modified
Sat Mar 22 09:33:11 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
dave's fix to:
- id2name return system-global cats too
- return_array use strlen now to differ between not set and 0 parent_cat_id
Revision
10081 -
Directory Listing
Modified
Fri Mar 21 23:48:26 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for 2 pgSql bugs:
- if a table get droped (eg. uninstall an app) the sequenz got not droped, which leads to complains of pgSql if you tried to reinstall the table/app
- _CopyAlteredTable (which is used by AlterColumn) uses a 'SELECT * ' and then the $db->f(0|1|2) which leads to errors when the column-order is not as expected
Revision
10077 -
Directory Listing
Modified
Fri Mar 21 15:04:28 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
2 changes:
- newer lang-files get now installed automaticaly when a user log's in
- Czech is added to the supported lang's
==> phpgwapi version updated to 0.9.14.002
Revision
10069 -
Directory Listing
Modified
Fri Mar 21 00:48:35 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
Moved list_sessions and total from admin.socurrentsessions into the session-class and implemented them for php4 too.
So admin.socurrentsessions is no longer used and bocurrentsessions as well as the phpgwapi/templates/xxx/navbar.inc.php use the session-class to get the number of loged-in-users.
Aktivated the accesslog f�r php4-sessions too.
Revision
10066 -
Directory Listing
Modified
Thu Mar 20 23:55:54 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
Moved list_sessions and total from admin.socurrentsessions into the session-class and implemented them for php4 too.
So admin.socurrentsessions is no longer used and bocurrentsessions as well as the phpgwapi/templates/xxx/navbar.inc.php use the session-class to get the number of loged-in-users.
Aktivated the accesslog f�r php4-sessions too.
Revision
10033 -
Directory Listing
Modified
Tue Mar 18 22:17:13 2003 UTC (7 years, 5 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Changed all x's into %'s in lang calls and lang files,
suppressed doublons,
added missing english phrases and their french translation.
Revision
10027 -
Directory Listing
Modified
Tue Mar 18 17:52:26 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
an other issue with daylight-saveing in days_between solved, now the calculation is down ignoring the daylight-saveing
Revision
10023 -
Directory Listing
Modified
Tue Mar 18 15:35:50 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
undone all of gugux 'double backslash thing' changes as the based on a misunderstanding how php handles backslashes in strings.
Revision
10022 -
Directory Listing
Modified
Tue Mar 18 15:33:34 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
undone all of gugux 'double backslash thing' changes as the based on a misunderstanding how php handles backslashes in strings.
Revision
10014 -
Directory Listing
Modified
Tue Mar 18 00:07:17 2003 UTC (7 years, 5 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for postgreSql's AddColumn, to allow to set a default and a not null contraint, they are not allowed in add column in pgSQL
Revision
9999 -
Directory Listing
Modified
Sun Mar 16 23:37:41 2003 UTC (7 years, 5 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Changed x's to %'s in two lang calls, changed all %s to %1 in lang files,
added missing phrases and their french translation.
Revision
9943 -
Directory Listing
Modified
Thu Mar 13 14:19:17 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fixed a few minor bugs:
- private get no longer set in edit on error
- on creating sub's:
1) startdate get set to today, if parent's one was in the past
2) enddate get reset (empty), if parent's one was in the past or before the new startdate from 1)
Revision
9897 -
Directory Listing
Modified
Sun Mar 9 19:29:13 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for gnu-bug #136:
dates in week-selectbox are (sometimes) wrong, the endate of a week is the same as the startdate of the next one
This is caused by changes in daylight saveing and useing midnight for the calculation, changed it to midday
Revision
9891 -
Directory Listing
Modified
Sun Mar 9 14:18:32 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
Adjusted the phpGW Adminsitration Manual with:
- up-to-date Version of the stable branch
- no more extra branch for patches
- references from sourceforge to savannah or subversions
Did this in the sgml and the html version, as i dont have / know the tools to create the html+ps version from the sgml
Revision
9890 -
Directory Listing
Modified
Sun Mar 9 13:21:18 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
Added link to the user manual (as disscussed with skwashd).
Modified the check for a not-readable header.inc.php
Revision
9889 -
Directory Listing
Modified
Fri Mar 7 21:39:44 2003 UTC (7 years, 6 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Changed all x's into %'s in lang calls and lang files and added missing phrases and their french translation.
Revision
9888 -
Directory Listing
Modified
Fri Mar 7 21:18:40 2003 UTC (7 years, 6 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Added missing phrases and their french translation and changed all x's into %'s in lang calls and lang files.
Revision
9887 -
Directory Listing
Modified
Fri Mar 7 20:12:42 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
Fixed check_perms to give all participants of an event (or people haveing read-grants from them) at least read-access to the event.
Fix for GNU Bug #2387
Revision
9804 -
Directory Listing
Modified
Fri Feb 28 23:00:35 2003 UTC (7 years, 6 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Corrected the way lang calls were used : %1 instead of %s and lang ('phrase', param) instead of lang ('phrase'), param.
Revision
9789 -
Directory Listing
Modified
Thu Feb 27 19:16:47 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fixed holiday-management:
- holidays not complying to a (simple) rule like Eastern can now be entered as a one-time holiday for a fixed year
- fixed some wrong links and other stuff in the UI
- added a error-msg to accept_holiday on phpgroupware.org if there is already a file for the locale
- added download for holiday-files
Revision
9787 -
Directory Listing
Modified
Wed Feb 26 18:55:10 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
- fixed bug #2079 and #2480: description is twice in the printer-friendly view of week and month
- printer-friendly view of week and year work now for date other than the actual date
- prev. and next-week arrows/links removed from printer-friendly view
- prev. and next-week arrows/links are align=center und valing=middle now
Revision
9783 -
Directory Listing
Modified
Wed Feb 26 16:29:19 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
reimplemented the days_between function because it led to an infinite recursion in some cases and its simpler/faster now
Revision
9781 -
Directory Listing
Modified
Wed Feb 26 16:21:29 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
some fixes for recuring events:
- they show up in the planner now
- you are able to delete single occurantses of recuring events
applied patch #774 from mishas: dayview sometimes not showing 1. event
Revision
9750 -
Directory Listing
Modified
Mon Feb 17 09:42:46 2003 UTC (7 years, 6 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
new defaults for start- and enddate:
- startdate is set to today for a newly created entry
- enddate is set to today if it was not set and status is done or billed
This is to prevent eg. undated phonecalls, because people missed to set the dates manually.
Revision
9743 -
Directory Listing
Modified
Thu Feb 6 22:46:08 2003 UTC (7 years, 7 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Replaced %1, %2, etc ... with x, x, etc ... in the phrases in the lang() calls
This way all the lang calls have the same syntax !
Revision
9738 -
Directory Listing
Modified
Thu Feb 6 22:27:06 2003 UTC (7 years, 7 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Replaced %1, %2, etc ... by x, x, etc ... in the phrase put in the lang() call
This way all the lang calls are used the same way.
Revision
9737 -
Directory Listing
Modified
Thu Feb 6 22:15:06 2003 UTC (7 years, 7 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Replaced %1, %2, etc ... variables by x, x, etc ... in phrases put in lang() calls
This way, all the phrases have this syntax !
Revision
9736 -
Directory Listing
Modified
Thu Feb 6 22:15:05 2003 UTC (7 years, 7 months ago) by
gugux
Original Path:
branches/Version-0_9_14-branch
Replaced %1, %2, etc ... variables by x, x, etc ... in phrases put in lang() calls
This way, all the phrases have this syntax !
Revision
9600 -
Directory Listing
Modified
Fri Dec 6 23:47:06 2002 UTC (7 years, 9 months ago) by
alexbsa
Original Path:
branches/Version-0_9_14-branch
Preferences for addressbook type and screensize are fixed for multiple accounts. Thx a lot GreenGiant.
/me goes hide in shame.
Revision
9560 -
Directory Listing
Modified
Tue Nov 26 21:00:44 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
changed the lost sitemgr-site app-labels back (dont use the developer_tools to translate an app with app-labels other then the app-name or admin and common)
Revision
9486 -
Directory Listing
Modified
Sat Nov 23 10:21:59 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
Some more german and english phrases
Changed some phrases from sitemgr to common, as they are used in prefs or admin too
Revision
9453 -
Directory Listing
Modified
Wed Nov 20 23:57:39 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
small change to enable the label of the accept,reject,... notification to be tranlated, added the Start- and Enddate
Revision
9417 -
Directory Listing
Modified
Sun Nov 17 00:23:27 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fixed some bug & disadvantages in day-view:
1) corrected handling of multiple events in one interval-row (incorrect html-cells because of rowspan and not omitted cells in next rows),
2) events ending and starting on same full hour (or timeinterval) are placed in different rows now,
3) added rowspan for events starting before workday and ending in the workday,
4) added events after workday behind the workday (was in front)
Revision
9413 -
Directory Listing
Modified
Sat Nov 16 21:52:19 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fixed some bug & disadvantages in day-view:
1) corrected handling of multiple events in one interval-row (incorrect html-cells because of rowspan and not omitted cells in next rows),
2) events ending and starting on same full hour (or timeinterval) are placed in different rows now,
3) added rowspan for events starting before workday and ending in the workday,
4) added events after workday behind the workday (was in front)
Revision
9412 -
Directory Listing
Modified
Sat Nov 16 19:07:41 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
Fixed sometimes wrong calculation of the end_cell of an event in the planner.
Corrected some identions.
Revision
9411 -
Directory Listing
Modified
Sat Nov 16 17:50:58 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
Corrected day-view to use a day-label conformint with the dateformat in the prefs.
Done with the same bo-function (renamed to long_date) as for the week-label.
Revision
9408 -
Directory Listing
Modified
Sat Nov 16 17:10:21 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
2 language/dateformat fixes:
1) the short status in the day/week/month view gets now translated
2) the week_label in the week-view respects now the date-format in the prefs
Revision
9407 -
Directory Listing
Modified
Sat Nov 16 12:52:08 2002 UTC (7 years, 9 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
small fix for not deleting the main- and loginscreen messages on installing new and changeed lang-files
Revision
9368 -
Directory Listing
Modified
Tue Nov 5 11:18:59 2002 UTC (7 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
changed handling if a group is selected, to not allow to make the group owner of an event
in planner added a owner=<this user> to the add-link, in this case
Revision
9353 -
Directory Listing
Modified
Thu Oct 31 02:00:24 2002 UTC (7 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
- added a cancel button to edit_status and the return to the caller-pager
- removed Week-number on the 1. of the month in week-view
Revision
9348 -
Directory Listing
Modified
Thu Oct 31 00:57:23 2002 UTC (7 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
several fixes:
- planner's intervals_per_day was not setting any interval
- privat was only based public attr of event not on ACL
- default group/owner on entering planner was not reset correct in all situations when leaving
- edit/view/add was allways returning to the default view and not the actual view
Revision
9342 -
Directory Listing
Modified
Tue Oct 29 14:47:22 2002 UTC (7 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
some fixes on the optic of the planner:
- themable colors like the rest of the calendar used
- highlight additionaly today and holidays
- enlarged month-name and added to link to quickly change the month
Revision
9340 -
Directory Listing
Modified
Tue Oct 29 13:09:17 2002 UTC (7 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
fix for planner and php < 4.1
date('W',...) which planner uses to get the week-of-year is php 4.1
added a replacement (not shure if it generates the correct ISO week-of-year for all year, but its ok for the next 3-years :-) )
Revision
9325 -
Directory Listing
Modified
Mon Oct 28 16:58:58 2002 UTC (7 years, 10 months ago) by
ralfbecker
Original Path:
branches/Version-0_9_14-branch
some updates for the calendar:
- added 3 param. to bocalendar::check_perms to check agains an other user (not only an event or the viewed cal)
- save status of participants during edit (got no longer lost)
- added name of editied user to the edit-status screen
- some other ACL changes/corrections
Revision
9198 -
Directory Listing
Modified
Wed Oct 16 08:09:38 2002 UTC (7 years, 10 months ago) by
lkneschke
Original Path:
branches/Version-0_9_14-branch
preparing for the next release
- filter dialog improved again
- you store multiple filters now
- integration of sieve-php
- you can manage sieve scripts on a sieve enables imap server
- internal code cleanup
- modified linux-at-work.de template
- updated preferences dialog to do it the phpgroupware way
- you can define a refresh time for the mailbox message list
Revision
8698 -
Directory Listing
Modified
Sun Aug 25 04:07:48 2002 UTC (8 years ago) by
skeeter
Original Path:
branches/Version-0_9_14-branch
Updating some of the files to include Ralf Beckers fixes. Still Need to talk with him in regards to a few he has submited.
Revision
8493 -
Directory Listing
Modified
Sun Jun 30 00:54:25 2002 UTC (8 years, 2 months ago) by
skeeter
Original Path:
branches/Version-0_9_14-branch
GNU Bug #451. All I did was rename xmlrpc_encode/xmlrpc_decode to phpgw_xmlrpc_encode/phpgw_xmlrpc_decode. This just might be a temporary fix. A more appropriate fix would probably be to check to see if function_exists() and skip and use the internal if defined, else use the php coded method.
Revision
8474 -
Directory Listing
Modified
Wed Jun 26 22:32:00 2002 UTC (8 years, 2 months ago) by
ceb
Original Path:
branches/Version-0_9_14-branch
some fixes in class.accounts_ldap; added default homedir /home/accountid, if value is empty; some sortfunctions
Revision
8449 -
Directory Listing
Modified
Sun Jun 23 18:04:31 2002 UTC (8 years, 2 months ago) by
skeeter
Original Path:
branches/Version-0_9_14-branch
A more enahanced datetime class. This one will store the server's TZ offset in the cache and use that value to calculate GMT.
Revision
8432 -
Directory Listing
Modified
Thu Jun 20 12:46:27 2002 UTC (8 years, 2 months ago) by
lkneschke
Original Path:
branches/Version-0_9_14-branch
improved the search interface
- you search now also for the to field
- you can easily enable/disable the filter
modified the way the buttons(mark read, mark unread, ...) work in linux-at-work template
added translations
fixed some minor bugs with message display
Revision
8390 -
Directory Listing
Modified
Wed Jun 5 21:56:53 2002 UTC (8 years, 3 months ago) by
lkneschke
Original Path:
branches/Version-0_9_14-branch
fixed a bug:
- one sql field was to short, so the cache was not working correctly
- update was not working because of missing tables_baseline.inc.php
- password from preferences was not restored
Revision
8352 -
Directory Listing
Modified
Tue Jun 4 12:15:24 2002 UTC (8 years, 3 months ago) by
lkneschke
Original Path:
branches/Version-0_9_14-branch
- you can now filter messages
so far only for senderaddress, sendername and subject
- updated the way, felamimail find its options. it was broken
- when you have ldap account storage enabled, felamimail trys to
read the users email address from ldap
Revision
8187 -
Directory Listing
Modified
Wed May 8 00:00:52 2002 UTC (8 years, 4 months ago) by
skeeter
Original Path:
branches/Version-0_9_14-branch
This should complete GNU Bug #164 for the weekly view. Also fixed a problem with the allowance of private entries that should not have been viewable.
Revision
8174 -
Directory Listing
Modified
Sun May 5 20:02:49 2002 UTC (8 years, 4 months ago) by
lkneschke
Original Path:
branches/Version-0_9_14-branch
- made the "Answered" flag working again
- fixed a reply to all bug(it did not reply to all)
- made the "Send Email" button on the main view vissible again
some internal code clean up
Revision
8170 -
Directory Listing
Modified
Sun May 5 03:04:42 2002 UTC (8 years, 4 months ago) by
milosch
Original Path:
branches/Version-0_9_14-branch
this should be a fix for the account_type setting in get_list, but it is hard to believe it was actually this broken
Revision
7934 -
Directory Listing
Modified
Wed Apr 10 18:29:46 2002 UTC (8 years, 5 months ago) by
skeeter
Original Path:
branches/Version-0_9_14-branch
Fixed it so the phpgw_website will not be visible in the get_tempalte function. This should stop the demo from being dorked up.
Revision
7887 -
Directory Listing
Modified
Fri Apr 5 20:37:04 2002 UTC (8 years, 5 months ago) by
ceb
Original Path:
branches/Version-0_9_14-branch
fixed wrong php version check. function mysql_get_server_info() was added in 4.0.5. the installation of phpgw fails with php versions 4.0.0 - 4.0.4. because of the @ in front of that function call the install is frozen. it doesnt return a message and also doesnt continue in any way
Revision
7855 -
Directory Listing
Modified
Tue Apr 2 17:14:29 2002 UTC (8 years, 5 months ago) by
jengo
Original Path:
branches/Version-0_9_14-branch
This isn't creating random numbers like I orginal designed. This change allows a lesser chance of a duplicate session id number
Revision
7783 -
Directory Listing
Modified
Mon Mar 18 22:09:15 2002 UTC (8 years, 5 months ago) by
simone
Original