Log of /branches/contacts_and_resources
Directory Listing
Revision
19855 -
Directory Listing
Modified
Thu Nov 17 11:21:09 2005 UTC (4 years, 9 months ago) by
nelius_weiss
insert a errormessage that one is using an old cvs tag
Revision
19687 -
Directory Listing
Modified
Tue Nov 8 22:51:54 2005 UTC (4 years, 10 months ago) by
ralfbecker
iCal Import - thought the horde parser has some trouble with parsing the ATTENDEE / participants
Revision
19685 -
Directory Listing
Modified
Tue Nov 8 22:47:23 2005 UTC (4 years, 10 months ago) by
ralfbecker
removed 150 (!) not longer used phrases from the english and german lang-file
TranslationTool will remove it from the other languages too, if they get stored
Revision
19684 -
Directory Listing
Modified
Tue Nov 8 21:23:03 2005 UTC (4 years, 10 months ago) by
ralfbecker
iCal Import - thought the horde parser has some trouble with parsing the ATTENDEE / participants
Revision
19683 -
Directory Listing
Modified
Tue Nov 8 20:17:38 2005 UTC (4 years, 10 months ago) by
ralfbecker
removed call to old bocustom_fields calls to sort the entries
Revision
19680 -
Directory Listing
Modified
Tue Nov 8 17:05:42 2005 UTC (4 years, 10 months ago) by
ralfbecker
updates of headers, phpDoc(umentor) and othe docu
Revision
19679 -
Directory Listing
Modified
Tue Nov 8 17:02:42 2005 UTC (4 years, 10 months ago) by
ralfbecker
not used anymore
Revision
19678 -
Directory Listing
Modified
Tue Nov 8 16:58:22 2005 UTC (4 years, 10 months ago) by
ralfbecker
hook_email does not yet work with the new calendar and I'm not sure if the interface is still supported by felamimail and email, so I remove it for the moment
Revision
19677 -
Directory Listing
Modified
Tue Nov 8 16:46:49 2005 UTC (4 years, 10 months ago) by
ralfbecker
applying the updates already done in the sidebox menu
Revision
19676 -
Directory Listing
Modified
Tue Nov 8 16:39:17 2005 UTC (4 years, 10 months ago) by
ralfbecker
does not yet work with the new calendar and I'm not sure if the interface is still supported by felamimail and email, so I remove it for the moment
Revision
19672 -
Directory Listing
Modified
Tue Nov 8 13:51:43 2005 UTC (4 years, 10 months ago) by
ralfbecker
customfields working again ;-)
- uses admin.customfields for configuration
- and customfield widget in eTemplate
Revision
19670 -
Directory Listing
Modified
Tue Nov 8 12:04:52 2005 UTC (4 years, 10 months ago) by
ralfbecker
not longer used
Revision
19669 -
Directory Listing
Modified
Tue Nov 8 11:44:31 2005 UTC (4 years, 10 months ago) by
ralfbecker
not longer used
Revision
19661 -
Directory Listing
Modified
Tue Nov 8 06:19:27 2005 UTC (4 years, 10 months ago) by
ralfbecker
using text for recur_exception and writing empty exception array as NULL
Revision
19652 -
Directory Listing
Modified
Mon Nov 7 13:48:51 2005 UTC (4 years, 10 months ago) by
omgs
*** empty log message ***
Revision
19651 -
Directory Listing
Modified
Mon Nov 7 13:48:51 2005 UTC (4 years, 10 months ago) by
omgs
*** empty log message ***
Revision
19622 -
Directory Listing
Modified
Sat Nov 5 14:22:46 2005 UTC (4 years, 10 months ago) by
omgs
bug 1240675: removing old phpgw_zt.lang files
Revision
19619 -
Directory Listing
Modified
Sat Nov 5 13:45:37 2005 UTC (4 years, 10 months ago) by
omgs
bug 1240675, from zt -> zh-tw. First part, just add new files
Revision
19602 -
Directory Listing
Modified
Fri Nov 4 22:44:07 2005 UTC (4 years, 10 months ago) by
omgs
language updates
Revision
19593 -
Directory Listing
Modified
Fri Nov 4 18:27:53 2005 UTC (4 years, 10 months ago) by
ralfbecker
for new installs also set the user prefs
Revision
19583 -
Directory Listing
Modified
Fri Nov 4 00:39:00 2005 UTC (4 years, 10 months ago) by
omgs
several updates
Revision
19573 -
Directory Listing
Modified
Thu Nov 3 11:48:06 2005 UTC (4 years, 10 months ago) by
ralfbecker
reword csv-import:
- uses now bocal(update) functions, which respect the ACL
=> it can be used by non-admins now
- allows to specify a uid, so multiple imports can update already imported entries
Revision
19572 -
Directory Listing
Modified
Thu Nov 3 11:13:26 2005 UTC (4 years, 10 months ago) by
ralfbecker
1) bocal::read use a uid-string instead an id too
2) bocalupdate::update added an ignore_acl param for updates without checking the ACL (eg. imports by admin)
Revision
19549 -
Directory Listing
Modified
Wed Nov 2 12:12:17 2005 UTC (4 years, 10 months ago) by
ralfbecker
changed the following table-names:
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
Revision
19535 -
Directory Listing
Modified
Mon Oct 31 22:48:15 2005 UTC (4 years, 10 months ago) by
omgs
bug 1344288: dutch translation update
Revision
19533 -
Directory Listing
Modified
Mon Oct 31 15:03:29 2005 UTC (4 years, 10 months ago) by
ralfbecker
saving first and last day of the view, so the export can offer the same days as default
Revision
19532 -
Directory Listing
Modified
Mon Oct 31 14:49:56 2005 UTC (4 years, 10 months ago) by
ralfbecker
iCal export via the boical class, which now support on export all attributes the calendar uses
Revision
19531 -
Directory Listing
Modified
Mon Oct 31 14:37:27 2005 UTC (4 years, 10 months ago) by
ralfbecker
saving first and last day of the view, so the export can offer the same days as default
Revision
19530 -
Directory Listing
Modified
Mon Oct 31 14:35:56 2005 UTC (4 years, 10 months ago) by
ralfbecker
added further date_formats:
- 'server' gives timestamp in server-time
- arbitrary string to specify any format, eg. the ones for xmlrpc
Revision
19524 -
Directory Listing
Modified
Mon Oct 31 08:51:05 2005 UTC (4 years, 10 months ago) by
omgs
several update
Revision
19523 -
Directory Listing
Modified
Sun Oct 30 11:31:47 2005 UTC (4 years, 10 months ago) by
ralfbecker
quitent a warning if no birthdays exist
Revision
19522 -
Directory Listing
Modified
Sun Oct 30 07:34:37 2005 UTC (4 years, 10 months ago) by
ralfbecker
UPPS
Revision
19521 -
Directory Listing
Modified
Sun Oct 30 07:29:19 2005 UTC (4 years, 10 months ago) by
ralfbecker
not used anymore
Revision
19520 -
Directory Listing
Modified
Sun Oct 30 07:18:19 2005 UTC (4 years, 10 months ago) by
ralfbecker
not used anymore
Revision
19519 -
Directory Listing
Modified
Sun Oct 30 06:49:57 2005 UTC (4 years, 10 months ago) by
ralfbecker
none of the old css is used anymore
Revision
19518 -
Directory Listing
Modified
Sun Oct 30 06:49:04 2005 UTC (4 years, 10 months ago) by
ralfbecker
1) implemented a long time feature request, birthdays of the addressbook are now shown in the calendar
2) removed old calendar css
Revision
19517 -
Directory Listing
Modified
Sun Oct 30 06:48:37 2005 UTC (4 years, 10 months ago) by
ralfbecker
1) implemented a long time feature request, birthdays of the addressbook are now shown in the calendar
2) fixes in the planner for daylight saving changes
- hour scale shows now 23 or 25 hours in that case
- number of days are calculated now correct
Revision
19515 -
Directory Listing
Modified
Sat Oct 29 10:57:23 2005 UTC (4 years, 10 months ago) by
ralfbecker
fixed 2 bug with planner on homepage:
1) default group was not used
2) only global cats where used
Revision
19511 -
Directory Listing
Modified
Sat Oct 29 08:12:08 2005 UTC (4 years, 10 months ago) by
ralfbecker
replaced with api images
new_3 => new
multi_3 => users
Revision
19510 -
Directory Listing
Modified
Sat Oct 29 08:00:59 2005 UTC (4 years, 10 months ago) by
ralfbecker
identical to default => unnecessary
Revision
19509 -
Directory Listing
Modified
Sat Oct 29 08:00:18 2005 UTC (4 years, 10 months ago) by
ralfbecker
removed not longer used images
Revision
19508 -
Directory Listing
Modified
Sat Oct 29 07:55:54 2005 UTC (4 years, 10 months ago) by
ralfbecker
identical to default => unnecessary
Revision
19507 -
Directory Listing
Modified
Sat Oct 29 05:17:27 2005 UTC (4 years, 10 months ago) by
ralfbecker
planner now via uiviews class
Revision
19499 -
Directory Listing
Modified
Thu Oct 27 20:34:26 2005 UTC (4 years, 10 months ago) by
nelius_weiss
fixed typo
Revision
19498 -
Directory Listing
Modified
Thu Oct 27 19:42:52 2005 UTC (4 years, 10 months ago) by
ralfbecker
not longer used
Revision
19497 -
Directory Listing
Modified
Thu Oct 27 19:42:21 2005 UTC (4 years, 10 months ago) by
ralfbecker
removed not longer used settings
Revision
19496 -
Directory Listing
Modified
Thu Oct 27 19:35:46 2005 UTC (4 years, 10 months ago) by
ralfbecker
rewriten the planner:
- has now a day, week and month-view
- can "zoom" into categories
- should fully support now resources
- no more tables, everything is div's and CSS
--> {ui|bo}calendar can go :-)
Revision
19491 -
Directory Listing
Modified
Wed Oct 26 11:25:56 2005 UTC (4 years, 10 months ago) by
ralfbecker
hack to work with new bocal class for export and freebusy
Revision
19490 -
Directory Listing
Modified
Wed Oct 26 11:24:33 2005 UTC (4 years, 10 months ago) by
ralfbecker
fixed bocal::read to deal correct with date_format!='ts'
Revision
19488 -
Directory Listing
Modified
Tue Oct 25 17:18:38 2005 UTC (4 years, 10 months ago) by
ralfbecker
added alarms again
ToDo: make them work on recuring events too, atm. they work like in the old calenar only on the first recurence
Revision
19483 -
Directory Listing
Modified
Tue Oct 25 09:09:22 2005 UTC (4 years, 10 months ago) by
ralfbecker
now multiple user views (day or week) create add-event links including the correct owner, to be able to create (if necessary rights given) events direct in the viewed persons calendar
Revision
19482 -
Directory Listing
Modified
Tue Oct 25 08:42:23 2005 UTC (4 years, 10 months ago) by
ralfbecker
day-view can now show up to 3 users beside each other (like the week view shows up to 3 users under each other). New function bocal::participant_name which get a participant name independent if it's a regular user or a resource.
Revision
19481 -
Directory Listing
Modified
Mon Oct 24 13:42:38 2005 UTC (4 years, 10 months ago) by
ralfbecker
added missing brakets which caused unfinished_recuring to return non-recuring events too
Revision
19480 -
Directory Listing
Modified
Mon Oct 24 12:18:26 2005 UTC (4 years, 10 months ago) by
ralfbecker
Tweaking the multiple user week-view
Revision
19476 -
Directory Listing
Modified
Mon Oct 24 08:09:42 2005 UTC (4 years, 10 months ago) by
ralfbecker
fixed bug that check_perms was called with multiple comma-separated users, which called the resources-code
Revision
19474 -
Directory Listing
Modified
Sun Oct 23 22:49:01 2005 UTC (4 years, 10 months ago) by
omgs
*** empty log message ***
Revision
19473 -
Directory Listing
Modified
Sun Oct 23 12:44:47 2005 UTC (4 years, 10 months ago) by
ralfbecker
recur-exceptions get now displayed and can be deleted
Revision
19472 -
Directory Listing
Modified
Sun Oct 23 12:42:53 2005 UTC (4 years, 10 months ago) by
ralfbecker
added charset to the holiday files
Revision
19471 -
Directory Listing
Modified
Sun Oct 23 10:04:36 2005 UTC (4 years, 10 months ago) by
ralfbecker
1) fixed editing and deleting of a single event in a series of recuring events
2) added missing time conversation for recur_exception
3) fixed time conversation in db2data for type timestamp
Revision
19470 -
Directory Listing
Modified
Sun Oct 23 08:44:30 2005 UTC (4 years, 10 months ago) by
ralfbecker
Fixed move of the event horizont.
Because of the bug not created events behind the current horizont, will be created by the next move of the horizont (eg. by deleteing the horizont-value from the config-table)
Revision
19469 -
Directory Listing
Modified
Sat Oct 22 09:39:18 2005 UTC (4 years, 10 months ago) by
ralfbecker
added charset to the holiday files and phpgw --> egw
Revision
19468 -
Directory Listing
Modified
Sat Oct 22 09:37:39 2005 UTC (4 years, 10 months ago) by
ralfbecker
added charset to the holiday files
Revision
19467 -
Directory Listing
Modified
Sat Oct 22 08:34:30 2005 UTC (4 years, 10 months ago) by
omgs
update langs for contacts_and_resources branch
Revision
19466 -
Directory Listing
Modified
Sat Oct 22 06:38:06 2005 UTC (4 years, 10 months ago) by
ralfbecker
charset added
Revision
19465 -
Directory Listing
Modified
Sat Oct 22 06:06:54 2005 UTC (4 years, 10 months ago) by
ralfbecker
charset added and made regular holidays repeating (year=0)
Revision
19460 -
Directory Listing
Modified
Thu Oct 20 09:44:58 2005 UTC (4 years, 10 months ago) by
omgs
file phpgw_fa.lang was added on branch contacts_and_resources on 2005-10-22 08:34:30 +0000
Revision
19459 -
Directory Listing
Modified
Thu Oct 20 09:44:57 2005 UTC (4 years, 10 months ago) by
This commit was manufactured by cvs2svn to create branch
'contacts_and_resources'.
Revision
19449 -
Directory Listing
Modified
Tue Oct 18 21:30:36 2005 UTC (4 years, 10 months ago) by
nelius_weiss
show resources in view mode of a calendar evemt amd let the status be changeable if user has appropriate rights
Revision
19395 -
Directory Listing
Modified
Thu Oct 13 18:05:53 2005 UTC (4 years, 10 months ago) by
ralfbecker
fixed handling of private events:
- bocal::search() reports private events now only with minimal data and title lang('private')
- view have no longer a link (onclick) on privat events
- views report now clearly who is in the privat event
Revision
19385 -
Directory Listing
Modified
Thu Oct 13 14:18:32 2005 UTC (4 years, 10 months ago) by
ralfbecker
killed warning while deleting a user without calendar entries
Revision
19377 -
Directory Listing
Modified
Thu Oct 13 09:31:07 2005 UTC (4 years, 10 months ago) by
ralfbecker
fixed events sometimes reported private, caused by not working detection of user as resource
Revision
19375 -
Directory Listing
Modified
Thu Oct 13 08:32:31 2005 UTC (4 years, 10 months ago) by
ralfbecker
killed debug msg ;-)
Revision
19374 -
Directory Listing
Modified
Thu Oct 13 08:27:54 2005 UTC (4 years, 10 months ago) by
ralfbecker
fixed not longer working event-copy and made it function more transparent to the user, by a message: event copied - copy can now be edited
Revision
19369 -
Directory Listing
Modified
Wed Oct 12 13:40:45 2005 UTC (4 years, 10 months ago) by
ralfbecker
fixed bug: no conflicts with other users who gave no read grant to the inviting user
Revision
19330 -
Directory Listing
Modified
Mon Oct 10 07:49:38 2005 UTC (4 years, 11 months ago) by
ralfbecker
uiforms::view opened in edit-mode
Revision
19326 -
Directory Listing
Modified
Sun Oct 9 18:33:21 2005 UTC (4 years, 11 months ago) by
ralfbecker
importing the default app.css file to get the new cal working
Revision
19325 -
Directory Listing
Modified
Sun Oct 9 17:58:00 2005 UTC (4 years, 11 months ago) by
ralfbecker
fixed unwanted offset in the add-event-links
Revision
19324 -
Directory Listing
Modified
Sun Oct 9 17:54:27 2005 UTC (4 years, 11 months ago) by
ralfbecker
ability to log all updates for debuging into a file
Revision
19322 -
Directory Listing
Modified
Sun Oct 9 15:43:04 2005 UTC (4 years, 11 months ago) by
ralfbecker
2 bugfixes:
- until the link-widget "learns" how to deal with popups for view&edit, we use a url-param no_popup to force a non-popup behavior
- freetime search did not set hours+minutes < 10, as the selecbox used no leading zero
Revision
19321 -
Directory Listing
Modified
Sun Oct 9 13:54:44 2005 UTC (4 years, 11 months ago) by
ralfbecker
dayview: we need to set an end-date for search, as otherwise now all future events get reported
Revision
19316 -
Directory Listing
Modified
Sun Oct 9 12:28:30 2005 UTC (4 years, 11 months ago) by
ralfbecker
missing default param for day
Revision
19309 -
Directory Listing
Modified
Sat Oct 8 14:28:42 2005 UTC (4 years, 11 months ago) by
ralfbecker
removed not longer used old storage classes, if the planner is rewritten, {ui|bo}calendar can go too
Revision
19308 -
Directory Listing
Modified
Sat Oct 8 14:03:21 2005 UTC (4 years, 11 months ago) by
ralfbecker
reactivated the calendar display on the home-page
Revision
19307 -
Directory Listing
Modified
Sat Oct 8 14:02:01 2005 UTC (4 years, 11 months ago) by
ralfbecker
removed not used hook-definitions
Revision
19304 -
Directory Listing
Modified
Sat Oct 8 11:05:17 2005 UTC (4 years, 11 months ago) by
ralfbecker
using the cal-pref "show_rejected" to determine if rejected event-invitations should be shown in the calendar (on searches it's always shown)
Revision
19303 -
Directory Listing
Modified
Sat Oct 8 11:03:49 2005 UTC (4 years, 11 months ago) by
ralfbecker
- fix change_delete_owner to delete resources too
- new param $show_rejected for search
Revision
19301 -
Directory Listing
Modified
Sat Oct 8 08:43:58 2005 UTC (4 years, 11 months ago) by
ralfbecker
- excluding non-accounts (not nummerical ids) from the account-selectbox, as they are treated wrong (displayed as current user)
- display multi-row weekview only for up to 3 users, above display all in one row, as it gets to long
Revision
19299 -
Directory Listing
Modified
Fri Oct 7 08:05:46 2005 UTC (4 years, 11 months ago) by
ralfbecker
icon for the listview
Revision
19295 -
Directory Listing
Modified
Wed Oct 5 15:08:22 2005 UTC (4 years, 11 months ago) by
ralfbecker
day-view: icons to add infolog entries
Revision
19294 -
Directory Listing
Modified
Wed Oct 5 14:12:44 2005 UTC (4 years, 11 months ago) by
ralfbecker
freetime search: enddate is now hidden via css/js if the duration matches one of the predefined durations of the selectbox
Revision
19293 -
Directory Listing
Modified
Wed Oct 5 13:49:59 2005 UTC (4 years, 11 months ago) by
ralfbecker
freetime search: enddate is now hidden via css/js if the duration matches one of the predefined durations of the selectbox
Revision
19292 -
Directory Listing
Modified
Wed Oct 5 13:48:13 2005 UTC (4 years, 11 months ago) by
ralfbecker
new list view (also used for search)
Revision
19289 -
Directory Listing
Modified
Wed Oct 5 12:28:19 2005 UTC (4 years, 11 months ago) by
ralfbecker
new list view (also used for search)
Revision
19274 -
Directory Listing
Modified
Sat Oct 1 20:27:26 2005 UTC (4 years, 11 months ago) by
ralfbecker
- fixed errors becaus of not instanciated link-class
- calling the link functions for updated and deleted events
Revision
19251 -
Directory Listing
Modified
Fri Sep 30 13:19:10 2005 UTC (4 years, 11 months ago) by
ralfbecker
last step of codecleanups after lars changes:
- fixed display problems with concurrent events
- only extra row above and below the workday
- some minor visual stuff
Revision
19250 -
Directory Listing
Modified
Fri Sep 30 08:52:08 2005 UTC (4 years, 11 months ago) by
ralfbecker
1) fixed problems with the end of daylightsaving in the monthview
2) first step of codecleanups after lars changes:
- no more reload to establish the width necessary
- removed not longer used parameters
Revision
19249 -
Directory Listing
Modified
Fri Sep 30 08:19:53 2005 UTC (4 years, 11 months ago) by
ralfbecker
edit: swap start- and end-time, if end is befor start
Revision
19248 -
Directory Listing
Modified
Fri Sep 30 06:13:06 2005 UTC (4 years, 11 months ago) by
ralfbecker
planner was not showing the last day of the month
Revision
19247 -
Directory Listing
Modified
Fri Sep 30 04:57:56 2005 UTC (4 years, 11 months ago) by
ralfbecker
fix for the planner view and recuring events, events from the new bocal::search dont to be processed by bocalendar::set_recur_date, which seems to be somehow broken
Revision
19240 -
Directory Listing
Modified
Thu Sep 29 17:02:29 2005 UTC (4 years, 11 months ago) by
ralfbecker
some fixes to allow date prior to 1970 on windows
Revision
19230 -
Directory Listing
Modified
Tue Sep 27 23:31:38 2005 UTC (4 years, 11 months ago) by
nelius_weiss
make resources selectable via "owner"
Revision
19216 -
Directory Listing
Modified
Mon Sep 26 12:59:51 2005 UTC (4 years, 11 months ago) by
lkneschke
the appname got lost somehow
Revision
19202 -
Directory Listing
Modified
Wed Sep 21 09:29:54 2005 UTC (4 years, 11 months ago) by
ralfbecker
added/fixed missing recur_days array for bocalupdate::event2array
Revision
19201 -
Directory Listing
Modified
Wed Sep 21 09:28:46 2005 UTC (4 years, 11 months ago) by
ralfbecker
- added enum_recuring parameter to search
- added/fixed missing recur_days array for bocalupdate::event2array
Revision
19198 -
Directory Listing
Modified
Tue Sep 20 21:56:59 2005 UTC (4 years, 11 months ago) by
nelius_weiss
add icons and header in events + tooltips for resources
Revision
19179 -
Directory Listing
Modified
Mon Sep 19 13:44:02 2005 UTC (4 years, 11 months ago) by
ralfbecker
bocal::search: if we have no grants from the given user(s), we directly return no events / an empty array, as calling the so-layer without users would give the events of all users (!)
Revision
19151 -
Directory Listing
Modified
Wed Sep 14 21:38:44 2005 UTC (4 years, 11 months ago) by
nelius_weiss
make quantity and change of quantity of resources working
Revision
19137 -
Directory Listing
Modified
Tue Sep 13 21:41:33 2005 UTC (4 years, 11 months ago) by
nelius_weiss
store and read quantity of resources
Revision
19107 -
Directory Listing
Modified
Thu Sep 8 15:26:22 2005 UTC (5 years ago) by
lkneschke
add a extra header to make filtering notification emails easier
Revision
19092 -
Directory Listing
Modified
Wed Sep 7 12:00:47 2005 UTC (5 years ago) by
ralfbecker
adding new event via the planner's day-number-headers was still calling the old code
Revision
19091 -
Directory Listing
Modified
Wed Sep 7 09:51:58 2005 UTC (5 years ago) by
ralfbecker
talking the cal-pref "default privat" into account again
Revision
19053 -
Directory Listing
Modified
Thu Sep 1 10:05:30 2005 UTC (5 years ago) by
lkneschke
some files missing from my last commit
Revision
19027 -
Directory Listing
Modified
Sun Aug 28 21:38:04 2005 UTC (5 years ago) by
lkneschke
my first real calender commit
hope that ralf likes it too :-)
the day, week and month view does not need a reload anymore, when the size
of the browser window changes
holiday files from localhost get loaded by using file and not over http/https
Revision
18975 -
Directory Listing
Modified
Tue Aug 2 20:49:56 2005 UTC (5 years, 1 month ago) by
ralfbecker
some fixed for postgres
Revision
18974 -
Directory Listing
Modified
Tue Aug 2 14:04:11 2005 UTC (5 years, 1 month ago) by
ralfbecker
fixed search to return repeating entries
Revision
18973 -
Directory Listing
Modified
Tue Aug 2 14:02:54 2005 UTC (5 years, 1 month ago) by
ralfbecker
added search to views handled by uicalendar
Revision
18972 -
Directory Listing
Modified
Tue Aug 2 14:02:01 2005 UTC (5 years, 1 month ago) by
ralfbecker
- search for a pattern uses now by default all users, who gave the user a grant
- added offset and num_rows to search params
- remove the old search code
Revision
18971 -
Directory Listing
Modified
Tue Aug 2 13:59:14 2005 UTC (5 years, 1 month ago) by
ralfbecker
search for a pattern sorts now newest startdate first and returns all recurences
Revision
18969 -
Directory Listing
Modified
Tue Aug 2 09:04:54 2005 UTC (5 years, 1 month ago) by
ralfbecker
killed debug-messages
Revision
18968 -
Directory Listing
Modified
Tue Aug 2 08:58:32 2005 UTC (5 years, 1 month ago) by
ralfbecker
added popup param to link registry
Revision
18928 -
Directory Listing
Modified
Fri Jul 29 07:32:47 2005 UTC (5 years, 1 month ago) by
lkneschke
keep track of supported fields by device and add support for Nexthaus Client
Revision
18926 -
Directory Listing
Modified
Thu Jul 28 10:21:42 2005 UTC (5 years, 1 month ago) by
ralfbecker
get old planner to work with the uical class
Revision
18924 -
Directory Listing
Modified
Thu Jul 28 07:20:24 2005 UTC (5 years, 1 month ago) by
lkneschke
take supported fields in account when importing data
Revision
18919 -
Directory Listing
Modified
Wed Jul 27 18:14:51 2005 UTC (5 years, 1 month ago) by
ralfbecker
next step with the new calendar:
- notifications are working again (there's a new notification-message for disinvited participants)
- new feature: you can request with a checkbox to open a (felamimail) compose window to send a mail to all participants (with attached iCal and all other possebilities of felamimail)
Revision
18899 -
Directory Listing
Modified
Mon Jul 25 10:41:57 2005 UTC (5 years, 1 month ago) by
ralfbecker
status of event can now be changed in the new GUI
Revision
18889 -
Directory Listing
Modified
Sun Jul 24 18:24:47 2005 UTC (5 years, 1 month ago) by
ralfbecker
fixed sql error: no hol_local column
Revision
18877 -
Directory Listing
Modified
Sat Jul 23 16:05:38 2005 UTC (5 years, 1 month ago) by
ralfbecker
get calendar prefs working again
Revision
18850 -
Directory Listing
Modified
Wed Jul 20 13:09:31 2005 UTC (5 years, 1 month ago) by
ralfbecker
commit for Lars: latest SyncML updates
Revision
18825 -
Directory Listing
Modified
Mon Jul 18 09:22:52 2005 UTC (5 years, 1 month ago) by
ralfbecker
fixed some selection probs with the planner (planner/old code and sidebox selections/new code) got out of sync
Revision
18707 -
Directory Listing
Modified
Fri Jul 1 14:41:12 2005 UTC (5 years, 2 months ago) by
nelius_weiss
prevent booking of non-bookable resources
Revision
18648 -
Directory Listing
Modified
Thu Jun 23 11:23:45 2005 UTC (5 years, 2 months ago) by
ralfbecker
fixed not working user-change if called by calendar/index.php (no menuaction)
Revision
18642 -
Directory Listing
Modified
Wed Jun 22 08:27:13 2005 UTC (5 years, 2 months ago) by
ralfbecker
fixed not working save of copied events
Revision
18626 -
Directory Listing
Modified
Tue Jun 21 13:48:08 2005 UTC (5 years, 2 months ago) by
ralfbecker
some missing translations of the new cal
Revision
18617 -
Directory Listing
Modified
Mon Jun 20 22:11:51 2005 UTC (5 years, 2 months ago) by
ralfbecker
- some bug fixes
- hacked planner and search to work again (they will be rewritten too)
- disabled year- and matrix-view, til they are rewritten
Revision
18616 -
Directory Listing
Modified
Mon Jun 20 22:11:51 2005 UTC (5 years, 2 months ago) by
This commit was manufactured by cvs2svn to create branch
'contacts_and_resources'.
Revision
18613 -
Directory Listing
Modified
Mon Jun 20 19:20:48 2005 UTC (5 years, 2 months ago) by
ralfbecker
fixed not working ignore button in conflict display and killed a debug output
Revision
18600 -
Directory Listing
Modified
Sun Jun 19 16:52:00 2005 UTC (5 years, 2 months ago) by
lkneschke
new file to handle vcards
Revision
18599 -
Directory Listing
Modified
Sun Jun 19 16:51:18 2005 UTC (5 years, 2 months ago) by
lkneschke
some minor fixes
Revision
18585 -
Directory Listing
Modified
Sun Jun 19 10:57:52 2005 UTC (5 years, 2 months ago) by
ralfbecker
recurring events can now be edited again
Revision
18581 -
Directory Listing
Modified
Sun Jun 19 08:16:50 2005 UTC (5 years, 2 months ago) by
ralfbecker
next step: conflict display (now including a freetime-search button)
Revision
18558 -
Directory Listing
Modified
Fri Jun 17 07:16:47 2005 UTC (5 years, 2 months ago) by
ralfbecker
fixed index file: new version requires the contacts_and_resources branch
Revision
18553 -
Directory Listing
Modified
Thu Jun 16 21:48:54 2005 UTC (5 years, 2 months ago) by
ralfbecker
added sql for a function to check for conflicts completly on db-level (very fast!)
Revision
18552 -
Directory Listing
Modified
Thu Jun 16 21:47:26 2005 UTC (5 years, 2 months ago) by
ralfbecker
get freetime search working with new edit popup
Revision
18551 -
Directory Listing
Modified
Thu Jun 16 21:45:58 2005 UTC (5 years, 2 months ago) by
ralfbecker
fixed link functions
Revision
18540 -
Directory Listing
Modified
Wed Jun 15 21:12:07 2005 UTC (5 years, 2 months ago) by
ralfbecker
conflict detection is working now
Revision
18539 -
Directory Listing
Modified
Wed Jun 15 21:12:07 2005 UTC (5 years, 2 months ago) by
This commit was manufactured by cvs2svn to create branch
'contacts_and_resources'.
Revision
18531 -
Directory Listing
Modified
Wed Jun 15 13:02:36 2005 UTC (5 years, 2 months ago) by
ralfbecker
fix search in holiday management, thanks to johann.heymes -AT- cyber-networks.fr
Revision
18518 -
Directory Listing
Modified
Tue Jun 14 21:54:17 2005 UTC (5 years, 2 months ago) by
ralfbecker
next step:
- view & edit is now integrated in the views
- view has now buttons to edit, edit-series, copy, delete and delete-series
- add: participants/resources can now be set via the url
- conflict check is coded, but need testing and a conflict display
Revision
18497 -
Directory Listing
Modified
Sun Jun 12 21:03:20 2005 UTC (5 years, 2 months ago) by
ralfbecker
resources can now be booked in the calendar UI, next step will be the overlap-control and the notifications
Revision
18496 -
Directory Listing
Modified
Sun Jun 12 21:03:20 2005 UTC (5 years, 2 months ago) by
This commit was manufactured by cvs2svn to create branch
'contacts_and_resources'.
Revision
18461 -
Directory Listing
Modified
Sat Jun 11 20:23:06 2005 UTC (5 years, 3 months ago) by
ralfbecker
view and edit event dialogs
Revision
18436 -
Directory Listing
Modified
Fri Jun 10 22:21:14 2005 UTC (5 years, 3 months ago) by
ralfbecker
next step
Revision
18435 -
Directory Listing
Modified
Fri Jun 10 22:19:39 2005 UTC (5 years, 3 months ago) by
ralfbecker
fixed typo
Revision
18430 -
Directory Listing
Modified
Thu Jun 9 21:50:54 2005 UTC (5 years, 3 months ago) by
ralfbecker
some hacks to test the new code
Revision
18429 -
Directory Listing
Modified
Thu Jun 9 21:48:11 2005 UTC (5 years, 3 months ago) by
ralfbecker
2. step to contacts and resouces sheduling
Revision
18418 -
Directory Listing
Modified
Wed Jun 8 19:17:12 2005 UTC (5 years, 3 months ago) by
ralfbecker
first step to contacts and resouces sheduling
Revision
18417 -
Directory Listing
Modified
Wed Jun 8 19:17:12 2005 UTC (5 years, 3 months ago) by
Copied from:
trunk revision 18416
This commit was manufactured by cvs2svn to create branch
'contacts_and_resources'.
Revision
18416 -
Directory Listing
Modified
Wed Jun 8 12:53:02 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
removed dericated use of calltime pass reference (not needed there anyway)
Revision
18415 -
Directory Listing
Modified
Tue Jun 7 14:06:12 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fix to allow spaces in csv field names
Revision
18414 -
Directory Listing
Modified
Tue Jun 7 11:44:49 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fix for not set link_pathes
Revision
18413 -
Directory Listing
Modified
Tue Jun 7 09:51:18 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- fixed SQL error in saving holidays
- fixed not shown locales in holiday-admin
Revision
18412 -
Directory Listing
Modified
Tue Jun 7 08:45:53 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
show groups allways as lang('Group').' '.
Revision
18411 -
Directory Listing
Modified
Sat Jun 4 12:43:23 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
implemented feature request from Alexander Tomisch: [copy] button in the view entry page open calendar add page, with preset values according to the entry in which copy was pressed
Revision
18409 -
Directory Listing
Modified
Sat Jun 4 10:28:09 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- 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
18408 -
Directory Listing
Modified
Thu Jun 2 23:09:30 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
1) ProjectManager can be configured now (by an admin) to allow only certain time-units (days or hours) and the hours-per-workday for the conversation. The time-input is done now via eTemplate's new duration widget, which does all conversation and shows the times in the configured unit.
2) The availible accounting-types are now configurable: admin selects which ones are choosable by users and user can choose one on project level:
1) No accounting, only status
2) No accounting, only status and times
3) Budget (no Pricelist)
4) Budget incl. Pricelist (not yet implemented)
For types 1+2 allow budget related fields and tabs are hidden. Type 1 addisionaly hides the times.
Revision
18407 -
Directory Listing
Modified
Thu Jun 2 22:43:44 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
New widget for durations: floating point input with an optional selectbox to specify a unit (hours or days). The storage format is configurabe and can be either minutes (integer) or hours or days as float
Revision
18406 -
Directory Listing
Modified
Thu Jun 2 22:26:41 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- extension can now use name_expansion in their options
- remove some unnecessary / doubled code
Revision
18405 -
Directory Listing
Modified
Thu Jun 2 19:38:26 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
fix some issues with admin_instance. Add a refresh button and changes are now runned only when things really changed.
Revision
18404 -
Directory Listing
Modified
Thu Jun 2 19:11:00 2005 UTC (5 years, 3 months ago) by
omgs
Original Path:
trunk
bug 1185292
Revision
18403 -
Directory Listing
Modified
Thu Jun 2 18:44:11 2005 UTC (5 years, 3 months ago) by
omgs
Original Path:
trunk
bug 1187943
Revision
18402 -
Directory Listing
Modified
Thu Jun 2 18:15:34 2005 UTC (5 years, 3 months ago) by
omgs
Original Path:
trunk
bug 1211849
Revision
18401 -
Directory Listing
Modified
Thu Jun 2 14:44:49 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
allow help-text (in status line of browser) for labels too (shown via onmouseover of the surrounding table-cell)
=> dom tabs show the help-texts again
Revision
18400 -
Directory Listing
Modified
Thu Jun 2 14:01:14 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Adding priority support on instances. The user can change the priority if the activity form contain a global array this way ['workflow']['priority_array']= array(1 => '1-Low',2 =>'2', 3 => '3-High'). wf_priority is saved on compiled _pos.php code when the activity is completed. A css is made in template/default/css to handle priority colors.
Revision
18399 -
Directory Listing
Modified
Thu Jun 2 13:27:55 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
remove unused feature which shouldn't have been comitted
Revision
18398 -
Directory Listing
Modified
Thu Jun 2 08:35:01 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fix for bugs:
[ 1213263 ] sql-error in project overview by state sorting
was a typo pe_completiton instead of pe_completion
[ 1213267 ] sql-error in project overview by koordinator sorting
there is no pe_coordinator column any more, showing the owner instead
Revision
18397 -
Directory Listing
Modified
Thu Jun 2 06:33:33 2005 UTC (5 years, 3 months ago) by
zhangweiwu
Original Path:
trunk
> Recently we have a small enhancement to news_admin. The customer
> requested to add an email-list features.
>
> 1. Feature to allow attachement to an news item;
> 2. Feature to send newsletter as email, which means:
> 1. When sending an news item, the sender can see a list of
> categories that are available to addressbook;
> 2. The sender can select several categories;
> 3. When the news item created, emails (with same content as the
> news item) will be sent seperately to all users in
> addressbook in selected categories;
Revision
18396 -
Directory Listing
Modified
Thu Jun 2 06:15:57 2005 UTC (5 years, 3 months ago) by
zhangweiwu
Original Path:
trunk
Hello. Just a kind remind to the UI designers.
Very frequently, egroupware UI designers use this kind of table:
<table width=100%>
<tr><td width=1%>Subject</td><td><input name="subject".../></td></tr>
This kind of design causes problems for non-english users. Here <td width=1%> is used to force the first column as narrow as possible, and the second <td> takes up the rest of space. Because English words cannot be broken into two lines, the browser kindly (forced) to enlarge the width of the first column to the length of the word being displayed.
In Chinese, Korean and Japanese, a word can be broken into two lines. Suppose the word "subject" translated to 4 characters/ideographs in Japanese, thus the <td width=1%> would cause this <td> takes up 4 line of space.
I would like to suggest we write the UI like this:
<table style="width:100%">
<!-- It's better to use colgroup here to specify column width.
We don't, thanks to mozilla bug 4510
https://bugzilla.mozilla.org/show_bug.cgi?id=4510 -->
<tr><td style="width: 6em">Subject</td><td><input style="width:100%" name="subject".../></td></tr>
There are several advantages:
1) in most cases 6em is a proper value for the minimum first column width;
2) most Chinese words finish in 6 em space (usually Chinese words are much shorter then English words with same meaning).
This solution is better but not perfect. The perfect solution might be properlly using CSS to render the tabel that automatically expend the second column as wide as possible while still keeping the first column in one line. Also I don't know Japanese, the "most Chinese words finish in 6em space" conclusion may not apply to Japanese text as I saw very long Japanese words before. If there are Japanese people on this list, can you come up and make some better suggestions?
Revision
18395 -
Directory Listing
Modified
Thu Jun 2 05:27:33 2005 UTC (5 years, 3 months ago) by
lkneschke
Original Path:
trunk
fix to make array_merge_recursive working unter php5
Revision
18394 -
Directory Listing
Modified
Wed Jun 1 21:25:35 2005 UTC (5 years, 3 months ago) by
mipmip
Original Path:
trunk
r17 | pim | 2005-05-30 22:32:43 +0200 (Mon, 30 May 2005) | 2 lines
Changed paths:
A /egroupware/trunk/site/jinn/doc/jom_jinn_object_model.otl
starting with the draft of the JiNN Object Model
------------------------------------------------------------------------
r18 | pim | 2005-05-30 22:33:58 +0200 (Mon, 30 May 2005) | 1 line
Changed paths:
M /egroupware/trunk/site/jinn/doc/ontwerp_notities.txt
M /egroupware/trunk/site/jinn/inc/class.boadmin.inc.php
M /egroupware/trunk/site/jinn/inc/class.sojinn.inc.php
M /egroupware/trunk/site/jinn/inc/class.sojinnsession.inc.php
M /egroupware/trunk/site/jinn/inc/class.uiadmin.inc.php
M /egroupware/trunk/site/jinn/inc/class.uiuser.inc.php
M /egroupware/trunk/site/jinn/templates/default/import_incompatible.tpl
fix deleting site without objects, add fixme because fields are still not deleted automaticly
------------------------------------------------------------------------
r19 | gramaker | 2005-05-31 09:53:22 +0200 (Tue, 31 May 2005) | 2 lines
Changed paths:
M /egroupware/trunk/site/jinn/plugins/db_fields_plugins/__colorlab/colorlab/colorlab_v0.02.fla
corrupted file replaced
------------------------------------------------------------------------
r20 | gramaker | 2005-05-31 09:58:31 +0200 (Tue, 31 May 2005) | 2 lines
Changed paths:
M /egroupware/trunk/site/jinn/plugins/db_fields_plugins/__colorlab/colorlab/colorlab_v0.02.swf
corrupted file replaced
------------------------------------------------------------------------
r21 | gramaker | 2005-05-31 09:58:51 +0200 (Tue, 31 May 2005) | 2 lines
Changed paths:
M /egroupware/trunk/site/jinn/plugins/db_fields_plugins/__colorlab/colorlab/colorlab_v0.02p.swf
corrupted file replaced
------------------------------------------------------------------------
r22 | gramaker | 2005-05-31 09:59:09 +0200 (Tue, 31 May 2005) | 2 lines
Changed paths:
M /egroupware/trunk/site/jinn/plugins/db_fields_plugins/__colorlab/colorlab/colorlab_v0.02p.fla
corrupted file replaced
------------------------------------------------------------------------
r30 | pim | 2005-06-01 22:58:50 +0200 (Wed, 01 Jun 2005) | 1 line
Changed paths:
M /egroupware/trunk/site/jinn/inc/class.uiadmin.inc.php
fix problem with unsetting messages, and replace GET var
Revision
18393 -
Directory Listing
Modified
Wed Jun 1 11:07:03 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
a view bug-fixes:
- if user had no read-access to a datasource (the linked entry not the project-element) many funny things happend ;-)
==> added now a warning and using the element-values if possible
- constraints where not compared correct while checking if they changed
- sync_all changed the current project-data
- datasources where unnecessarily read twice
Revision
18392 -
Directory Listing
Modified
Wed Jun 1 08:13:24 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- helptexts for the link on the title in the elements list
- adjusted name of the tab-widget in edit elements to the new dates tab (to be able to hide the budget tab, if no rights)
Revision
18391 -
Directory Listing
Modified
Wed Jun 1 08:09:33 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- applied fix from Joao Martins: extra_link_target without help
- fixed a double translation on the help text of the extra_link
- running the help-text through expand_name now to allow eg. row specific helptexts in nextmatch rows
Revision
18390 -
Directory Listing
Modified
Tue May 31 22:37:19 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Run the sending part of instance->complete() out of complete() in sendAutorouted(): this make activities modification on instances runned after the complete() (like in xxx_pos.php) behave before the following non interactive activities which can then have access to theses datas. Very usefull in start activities.
Revision
18389 -
Directory Listing
Modified
Tue May 31 21:29:49 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed typo, that prevented a css class on a single cell of a box to be used
Revision
18388 -
Directory Listing
Modified
Tue May 31 21:28:29 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
completition of a project is now calculated as a weighted average of it's elements. The weight defaults to the planned time and can be override by the user.
Revision
18387 -
Directory Listing
Modified
Tue May 31 19:50:20 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed not saved or emptied data after:
- changing from view to edit
- saving with not changed content
Revision
18386 -
Directory Listing
Modified
Tue May 31 19:15:30 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed SQL error about the constraints table on deleting a project
Revision
18385 -
Directory Listing
Modified
Tue May 31 19:12:23 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed error reported by conny: so_sql::not_unique which uses search, was taking ACL into account, which lead to a key-not-unique SQL error, if a project with identical project-number existed, to which the user had no READ rights
Revision
18384 -
Directory Listing
Modified
Tue May 31 14:40:10 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed typo reported by conny
Revision
18382 -
Directory Listing
Modified
Tue May 31 13:52:14 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- phpgw --> egw
- fixed a problem php5 complained about, which is present in php4 too: arrays in $GLOBALS[egw][server] are NOT unserialized. As this seems to be only used for the lang_ctimes, I just took care of it here
Revision
18381 -
Directory Listing
Modified
Tue May 31 13:35:26 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
PHP4 only quotes array-keys (NOT values) if magic_quotes_gpc is on, PHP5 does it always
maybe anyone knows why ;-)
now it's working in php4 + 5 correct
Revision
18380 -
Directory Listing
Modified
Mon May 30 14:18:23 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixing the fix ;-) now it's working in php4 + 5
Revision
18379 -
Directory Listing
Modified
Mon May 30 09:40:12 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
fix bug 1210874 from chris riccomini. AffectedRows was returning 0 whan the user didn't change - certainly update optimisation -. Verification of setActivityUser() success is now done with a SQL query.
Revision
18378 -
Directory Listing
Modified
Sun May 29 16:37:59 2005 UTC (5 years, 3 months ago) by
lkneschke
Original Path:
trunk
various changes
- improved display of multipart mime messages
- resized database fields for laong usernames(empty folders)
Revision
18377 -
Directory Listing
Modified
Sun May 29 16:30:24 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
sendTo algorythm faster and without the candidate array
Revision
18373 -
Directory Listing
Modified
Sun May 29 11:29:34 2005 UTC (5 years, 3 months ago) by
lkneschke
Original Path:
trunk
russian calendar data
submitted by Alexander Krasnov
Revision
18372 -
Directory Listing
Modified
Sun May 29 11:23:51 2005 UTC (5 years, 3 months ago) by
lkneschke
Original Path:
trunk
little type
Revision
18371 -
Directory Listing
Modified
Sun May 29 11:09:54 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
bugs found by C. riccomini : fix space in SQL query. Unique user was set in sendTo even with groups belonging to roles. We don't check anymore this unique user if there are groups in one of the roles. And a little getter fix on name
Revision
18370 -
Directory Listing
Modified
Sun May 29 09:16:21 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
bugfix chistopher Riccomini: remove newline at end of file making Warning: Cannot modify header information
Revision
18369 -
Directory Listing
Modified
Sun May 29 08:03:01 2005 UTC (5 years, 3 months ago) by
lkneschke
Original Path:
trunk
as any of the user supplied password and the stored password
can be md5 or clear text, we convert both to md5 and compare always
the md5 hashs
Revision
18368 -
Directory Listing
Modified
Sat May 28 21:50:33 2005 UTC (5 years, 3 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
18367 -
Directory Listing
Modified
Sat May 28 09:21:41 2005 UTC (5 years, 3 months ago) by
milosch
Original Path:
trunk
Remove quotes from one last integer insert
Revision
18366 -
Directory Listing
Modified
Fri May 27 22:27:20 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
automatic create a profile from the api config (if set) or select the first existing profile
Revision
18365 -
Directory Listing
Modified
Fri May 27 12:25:04 2005 UTC (5 years, 3 months ago) by
nelius_weiss
Original Path:
trunk
german translation
Revision
18364 -
Directory Listing
Modified
Fri May 27 09:33:52 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
unused parameter
Revision
18363 -
Directory Listing
Modified
Thu May 26 22:25:32 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
bugfix: changing the user in admin_instance should not reset the value from completed to running, making non-interactive non autorouted activities unable to be sended. + a few comments
Revision
18362 -
Directory Listing
Modified
Thu May 26 20:46:47 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
thanks to neomagic: add a first part of automated parsing on activity forms. User can set a ['workflow']['submit_array'] containing his submit buttons and the activity name is shown on each form. See 'Site configuration' to avoid parts or whole automated parsing on your activities. I add the possibility to get each submit as an input instead of neomagic's select submit box
Revision
18361 -
Directory Listing
Modified
Thu May 26 20:10:31 2005 UTC (5 years, 3 months ago) by
nelius_weiss
Original Path:
trunk
"You can see anything with resources" :-)
Revision
18360 -
Directory Listing
Modified
Thu May 26 19:38:09 2005 UTC (5 years, 3 months ago) by
mipmip
Original Path:
trunk
Initial addition of the savant2 template engine and the egw-wrapper class.tplsavant2.inc.php Enjoy ;)
Revision
18359 -
Directory Listing
Modified
Thu May 26 18:15:31 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
added configurable css styles, to eg. turn of the shadow border of the iframe
Revision
18358 -
Directory Listing
Modified
Thu May 26 18:01:08 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Fix some problems with false config values and add some config values for automated parsing coming soon
Revision
18357 -
Directory Listing
Modified
Wed May 25 23:39:53 2005 UTC (5 years, 3 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
18356 -
Directory Listing
Modified
Wed May 25 15:09:47 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
small fix to not set the css class of templates or grids in a cell twice, it is not good for border
Revision
18355 -
Directory Listing
Modified
Wed May 25 14:10:27 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
two problems fixed:
- tab-widget was not always submitting AND restoreing the selected tab
- now you can use the short, relative name to select a tab too
Revision
18354 -
Directory Listing
Modified
Wed May 25 03:10:26 2005 UTC (5 years, 3 months ago) by
milosch
Original Path:
trunk
Formatting cleanup; Don't insert integers with quotes, etc.
Revision
18353 -
Directory Listing
Modified
Wed May 25 03:07:53 2005 UTC (5 years, 3 months ago) by
milosch
Original Path:
trunk
empty file - not needed
Revision
18352 -
Directory Listing
Modified
Tue May 24 18:23:43 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed typo that prevent installing HEAD, sorry for not asking ;-)
Revision
18351 -
Directory Listing
Modified
Tue May 24 15:40:14 2005 UTC (5 years, 3 months ago) by
nelius_weiss
Original Path:
trunk
fix 100% width of index-view
Revision
18349 -
Directory Listing
Modified
Tue May 24 13:00:13 2005 UTC (5 years, 3 months ago) by
petere78
Original Path:
trunk
Fix broken PAM authentication
Revision
18348 -
Directory Listing
Modified
Mon May 23 22:20:56 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
adding preferences, starting with 3 false by default, one to show advanced mode by default, one to show advanced actions and one to show neomagic's view column. This should be true by default when the functionnality will be fully added.
Revision
18347 -
Directory Listing
Modified
Mon May 23 18:57:58 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
modernized asyncservice class and renamed phpgw_async to egw_async
Revision
18346 -
Directory Listing
Modified
Mon May 23 17:30:05 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
changed first line to #!/usr/bin/php -qC
-C makes the CGI binary behave like the CLI one (CGI has the script's dir as it's current dir not the current dir where the script is invoked)
Revision
18345 -
Directory Listing
Modified
Mon May 23 11:04:45 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
new functionnality: Adding a simplified version of neomagic's default_user. Each activity can have a default_user defined which will be set as the user of the activity if no NextUser directive is in place and if this user is granted access to the activity at this time.
Revision
18344 -
Directory Listing
Modified
Mon May 23 10:51:14 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
neomagic fix: group management add special info (g/u) when mapping user to roles
Revision
18343 -
Directory Listing
Modified
Mon May 23 09:53:54 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
global checkUserAccess function to upgrade more easily access rules. fix getUserRoles with groups. fix some byRef affectations
Revision
18342 -
Directory Listing
Modified
Mon May 23 09:35:27 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
adding possibility to test group membership for other users than the actual user
Revision
18341 -
Directory Listing
Modified
Mon May 23 08:42:48 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed fatal error cant use object of type stdClass as array
Revision
18340 -
Directory Listing
Modified
Mon May 23 08:00:54 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed problem on home-page: set_app(etemplate) was missing
Revision
18339 -
Directory Listing
Modified
Sun May 22 20:07:16 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
ldapmodify was not working any more, fixed it now: phpgw --> egw
Revision
18338 -
Directory Listing
Modified
Sat May 21 18:27:14 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
nextmatch colors added
Revision
18337 -
Directory Listing
Modified
Sat May 21 18:25:41 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed not set nextmatch colors
Revision
18336 -
Directory Listing
Modified
Sat May 21 18:25:08 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
preference_acl_row tpl can use now classes for the nextmatch color too
Revision
18335 -
Directory Listing
Modified
Sat May 21 18:21:55 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
2 small bugfixes:
- default values for readonly checkboxes (x) get set now, even if checked and unchecked values are specified (but no readonly values)
- fixed readonly case of option values for selectboxes with label+title (value is an array with keys label+title)
Revision
18334 -
Directory Listing
Modified
Sat May 21 18:17:21 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- query_list can now return arrays with customizable keys, eg. for option-lists incl. title
- save works now for tables which have no columns beside the primary key
Revision
18333 -
Directory Listing
Modified
Sat May 21 18:14:26 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
next big ProjectManager milestone: ACL and roles incl. role based ACL
Revision
18332 -
Directory Listing
Modified
Sat May 21 16:44:42 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
neomagic fix: get_activity(activityId) in ActivityManager requires no more a Process Id as the activity Id is far enough.
Revision
18331 -
Directory Listing
Modified
Sat May 21 13:18:57 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Adding name on instances. Ported from Tikiwiki's Galaxia. start activities can set names on instances on having a wf_name on their POST. This name can be changed in the monitor instance form.
Revision
18330 -
Directory Listing
Modified
Sat May 21 07:56:02 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
re-enabled the 1.0.0 compatibility of the HEAD version of eTemplate: allows to use HEAD eTemplate in an 1.0.0 install, eg. to use the improved tab-widget (no reload anymore)
Revision
18329 -
Directory Listing
Modified
Sat May 21 07:41:09 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
for embeded templates propagate the CSS class to the template, helps the extension a lot, as one can specify a class for the extension and the extension automatic use it in the template used to render the extension
Revision
18328 -
Directory Listing
Modified
Fri May 20 23:37:15 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Drawing graph: Add [roles] under activity name, blue (interactive) and green (not) color, and a fontsize parameter. Based on global configuration.
Revision
18327 -
Directory Listing
Modified
Fri May 20 23:33:21 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Add a function galaxia_get_config_values to map config for the galaxia engine. Retrieve multiple vars in an array, handle default values and initialisation.
Revision
18326 -
Directory Listing
Modified
Fri May 20 23:30:30 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Add basic *Site Configuration* with graph options, to be completed
Revision
18325 -
Directory Listing
Modified
Fri May 20 17:00:12 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed generation of options in select-boxes: now 0 == '0' != '' when marking options as selected
Revision
18324 -
Directory Listing
Modified
Fri May 20 16:59:53 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
fixed strange char in previous commit
Revision
18323 -
Directory Listing
Modified
Fri May 20 16:56:16 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
own template to edit grids: has now separate fields and helptexts for the diverse values comulated in size/options
Revision
18322 -
Directory Listing
Modified
Fri May 20 16:49:54 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- using the styles for htmlarea for the readonly version (div) too
- autom. adding px to numerical width and height values for the table
Revision
18321 -
Directory Listing
Modified
Fri May 20 15:39:52 2005 UTC (5 years, 3 months ago) by
mipmip
Original Path:
trunk
added extra margin, which read better
Revision
18320 -
Directory Listing
Modified
Fri May 20 15:02:16 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
New functionnality: Mapping Roles to egw's groups should work quite well. Inspired by neomagic implementation. Thanks to neomagic for their work on it. Note that groups having the same Id than existing users are not breaking the functionnality.
Revision
18319 -
Directory Listing
Modified
Fri May 20 13:02:14 2005 UTC (5 years, 3 months ago) by
milosch
Original Path:
trunk
Fixed incorrect phrase header 0assword
Revision
18318 -
Directory Listing
Modified
Fri May 20 12:55:29 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
major cleanup of queries. They should be now able to retrieve all needed instances and activities. Group management is added for most of them in prevision of futur commits
Revision
18317 -
Directory Listing
Modified
Fri May 20 12:53:04 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
major cleanup of ui_userinstance. advanced options are hidden and we should be able to find all instances if needed with the new GUI.php in the engine.
Revision
18316 -
Directory Listing
Modified
Fri May 20 12:20:28 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
2 new pics for the new userinstance form
Revision
18315 -
Directory Listing
Modified
Fri May 20 12:01:15 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
- fix_set_onclick was not called, if one navigated to a widget with the arrows
- onclick of a button was not reset, when a button was converted to a box
Revision
18314 -
Directory Listing
Modified
Fri May 20 11:57:17 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
config workflow: add a galaxia_retrieve_user_groups which maps group management for the engine.
Revision
18313 -
Directory Listing
Modified
Fri May 20 11:24:54 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
corrected a "funny" php5 behavior
Revision
18312 -
Directory Listing
Modified
Fri May 20 10:33:26 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
central workflow class more flexible on version checking, last digits are not checked
Revision
18311 -
Directory Listing
Modified
Thu May 19 22:19:40 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
bugfix: select owner in admin instance was not setted, still old field syntax
Revision
18310 -
Directory Listing
Modified
Thu May 19 22:16:36 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
neomagic bugfix: repetition of value in the select
Revision
18309 -
Directory Listing
Modified
Thu May 19 20:12:25 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
bugfix: wrong title
Revision
18308 -
Directory Listing
Modified
Thu May 19 13:22:44 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
implemented the possebility to specify the HTMLarea width and height via it's config (default is via the dimensions of the textarea). Needed if the HTMLarea is in a not displayed tab (style="display: none").
Revision
18307 -
Directory Listing
Modified
Thu May 19 13:16:52 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
tab-widget can change now between the tabs without a reload
Revision
18306 -
Directory Listing
Modified
Thu May 19 13:15:19 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
some bug-fixes plus using the new mysql >= 4.0 feature to count the total number of rows in a limited query
Revision
18305 -
Directory Listing
Modified
Thu May 19 08:54:37 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Changes to use the /workflow/inc/engine galaxia library instead of /phpgwapi/inc/galaxia_workflow one
Revision
18304 -
Directory Listing
Modified
Thu May 19 08:50:30 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Going to version unstable 1.1.00.000 with table updates in prevision of neomagic's add
Revision
18303 -
Directory Listing
Modified
Thu May 19 08:21:14 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Copy of the galaxia library from /phpgwapi/inc/galaxia_workflow to /workflow. Previous changes can be consulted there.
Revision
18302 -
Directory Listing
Modified
Thu May 19 06:56:04 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed: saving of imported templates was not working
Revision
18301 -
Directory Listing
Modified
Thu May 19 06:54:38 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
missing phrase
Revision
18300 -
Directory Listing
Modified
Thu May 19 06:32:42 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
2 bugfixes and some clean-ups:
- db::Halt_on_Error was not set, because of typo
- new md5 encrypted PW in cookie was again md5 encoded on each submit
Revision
18299 -
Directory Listing
Modified
Tue May 17 21:42:30 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
add a rule 7) in activities verifications. Start activities must be autorouted and interactive. Just to alert user what he is doing can't work actually.
Revision
18298 -
Directory Listing
Modified
Tue May 17 15:21:38 2005 UTC (5 years, 3 months ago) by
viniciuscb
Original Path:
trunk
Tables information for vfs2 in setup
Revision
18297 -
Directory Listing
Modified
Tue May 17 14:51:08 2005 UTC (5 years, 3 months ago) by
viniciuscb
Original Path:
trunk
Tables needed for FilesCenter
Revision
18296 -
Directory Listing
Modified
Tue May 17 14:48:20 2005 UTC (5 years, 3 months ago) by
viniciuscb
Original Path:
trunk
VFS SQL2 classes
Revision
18295 -
Directory Listing
Modified
Tue May 17 13:47:13 2005 UTC (5 years, 3 months ago) by
viniciuscb
Original Path:
trunk
FilesCenter
Revision
18294 -
Directory Listing
Modified
Tue May 17 13:43:17 2005 UTC (5 years, 3 months ago) by
viniciuscb
Original Path:
trunk
Filescenter - css files
Revision
18293 -
Directory Listing
Modified
Tue May 17 13:42:15 2005 UTC (5 years, 3 months ago) by
viniciuscb
Original Path:
trunk
Filescenter - templates
Revision
18292 -
Directory Listing
Modified
Tue May 17 13:36:34 2005 UTC (5 years, 3 months ago) by
viniciuscb
Original Path:
trunk
Beggining inclusion of files from FilesCenter
Revision
18291 -
Directory Listing
Modified
Mon May 16 00:42:05 2005 UTC (5 years, 3 months ago) by
milosch
Original Path:
trunk
Fix for BUG 1167158. Now setting cookie as encoded password vs. plaintext.
Revision
18290 -
Directory Listing
Modified
Sun May 15 18:25:51 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
Forbidden access to activities assigned to other users or already gone, the engine was too much relying on client datas. Warning the engine compile pre-activity code is changed, you need to recompile all interactive activities.
Revision
18289 -
Directory Listing
Modified
Sat May 14 21:12:20 2005 UTC (5 years, 3 months ago) by
regis_glc
Original Path:
trunk
thanks to neomagic: syntax fix, still the same old renamed fields error. Actually not very used function, no immediate effect
Revision
18288 -
Directory Listing
Modified
Sat May 14 18:39:34 2005 UTC (5 years, 3 months ago) by
nelius_weiss
Original Path:
trunk
switch to currentsite if user was rememberd by cookie
Revision
18287 -
Directory Listing
Modified
Sat May 14 18:12:13 2005 UTC (5 years, 3 months ago) by
nelius_weiss
Original Path:
trunk
enhance website-logins
- work with register_globals off
- preserve page
Revision
18286 -
Directory Listing
Modified
Fri May 13 16:02:37 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
some fixes:
- using string 'not set' for a not set lastname, as LDAP allows no accounts without lastname.
- addaccount hook was not called if account was auto-created at login-time (as the apps array is not yet read). Atm. app-names with hooks need to be listed here. I just added felamimail, which need to create mailboxes for new users
Revision
18285 -
Directory Listing
Modified
Fri May 13 15:58:10 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
new auth_ads class:
- only needs host- and domain-name
- needs NO extra account on the ADS host
- can be used with accounts in SQL or LDAP to auto-create autheticated users
- new param to lowercase the user-names before auto-creating them (to deal with case-insensitve and case-sensitive system)
Revision
18284 -
Directory Listing
Modified
Fri May 13 13:41:26 2005 UTC (5 years, 3 months ago) by
ralfbecker
Original Path:
trunk
fixed ldapexport:
- was not setting the required account_primary_group attribute
- still used / created a phpgw object
- removed some sorting code without function
Revision
18283 -
Directory Listing
Modified
Thu May 12 20:11:03 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
choose current site at weblogin if multiple sites are installed
Revision
18281 -
Directory Listing
Modified
Wed May 11 18:54:34 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
corrected typho remeber --> remember.
Revision
18280 -
Directory Listing
Modified
Wed May 11 18:25:17 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
added support for authentication via cookie. NOTE: you have to enable this in setup if u want to use it.
Revision
18279 -
Directory Listing
Modified
Wed May 11 14:23:23 2005 UTC (5 years, 4 months ago) by
regis_glc
Original Path:
trunk
galaxia workflow bugfix: non interactive activities should not set the user to the actual user, the user having the role on this activity (to make a manual send for example) can be a different one as this actual user is the one having a role on the prev interactive activity
Revision
18278 -
Directory Listing
Modified
Wed May 11 13:24:29 2005 UTC (5 years, 4 months ago) by
regis_glc
Original Path:
trunk
really using two colors for activities if they are interactive or not, and use new graphics for monitors on the proc_bar
Revision
18277 -
Directory Listing
Modified
Wed May 11 12:45:18 2005 UTC (5 years, 4 months ago) by
regis_glc
Original Path:
trunk
graphics update, some new one we'll use soon and some improvments on old ones
Revision
18276 -
Directory Listing
Modified
Tue May 10 21:14:20 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
bugfix in password migration
Revision
18275 -
Directory Listing
Modified
Tue May 10 19:00:55 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
- massive code cleanup
- added md5_hmac auth type
- added support for password migration
Revision
18274 -
Directory Listing
Modified
Tue May 10 16:58:38 2005 UTC (5 years, 4 months ago) by
mipmip
Original Path:
trunk
bigger fonts in default css-file
Revision
18273 -
Directory Listing
Modified
Tue May 10 14:51:35 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- some visual improvments of the milestones in the ganttchart
- add milestones allows to select project
- changed project-number to NOT NULL in milestone table
- titles in ganttchar link now to the view method of the original app (InfoLog, Kalendar, ...), as the title in the element list
- some bugfixes in milestones, constrains and project-elements
- check in index.php for a necessary update
Revision
18272 -
Directory Listing
Modified
Tue May 10 14:44:34 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
new method query_list to return an array with one column as key and an other one as value, eg. for option-lists
Revision
18271 -
Directory Listing
Modified
Tue May 10 14:43:42 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
re-added exidently removed swap method
Revision
18270 -
Directory Listing
Modified
Tue May 10 14:42:32 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
translate InfoLog Status "ongoing" to 10%
Revision
18269 -
Directory Listing
Modified
Tue May 10 14:37:55 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed not working blocking/unblocking (header was sent twice)
Revision
18266 -
Directory Listing
Modified
Tue May 10 13:38:58 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
corrected typho $now_us --> $now_su
Revision
18265 -
Directory Listing
Modified
Mon May 9 11:26:48 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
milestones added and ganttcharts show violated constrains now in red
Revision
18264 -
Directory Listing
Modified
Mon May 9 04:55:51 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
gray out / disable Elementlist and Gantchart, if no project selected
Revision
18263 -
Directory Listing
Modified
Sun May 8 21:01:32 2005 UTC (5 years, 4 months ago) by
lkneschke
Original Path:
trunk
got lost of some line in the changelog
Revision
18262 -
Directory Listing
Modified
Sun May 8 20:51:22 2005 UTC (5 years, 4 months ago) by
lkneschke
Original Path:
trunk
add missing new file
Revision
18261 -
Directory Listing
Modified
Sun May 8 20:50:12 2005 UTC (5 years, 4 months ago) by
lkneschke
Original Path:
trunk
implemented new folder select box for sieve filter
fix for bug [ 1195101 ] Subfolders show up under wrong folder if it contains hyphen
implemented patch from Fran�ois-Xavier LAMARE(translation of sieve filter dialog)
Revision
18260 -
Directory Listing
Modified
Sun May 8 18:20:59 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
implemented constraints: they are displayed but not further checked atm.)
Revision
18259 -
Directory Listing
Modified
Sun May 8 17:54:05 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed typo in last commit
Revision
18258 -
Directory Listing
Modified
Sun May 8 17:50:37 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
change ms_id to auto
Revision
18257 -
Directory Listing
Modified
Sun May 8 08:14:06 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed spelling planed --> planned in columns and labels
Revision
18256 -
Directory Listing
Modified
Sun May 8 08:00:05 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- contrains and milestones tables added
- fixed spelling planed --> planned in columns and labels
Revision
18255 -
Directory Listing
Modified
Sun May 8 07:25:58 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
widget-popup: changed version lead to empty template
Revision
18254 -
Directory Listing
Modified
Sun May 8 07:24:58 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
file contained the "wrong" editor.list_result template
Revision
18253 -
Directory Listing
Modified
Sun May 8 07:12:46 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
file contained the "wrong" editor.list_result template
Revision
18251 -
Directory Listing
Modified
Sat May 7 20:56:45 2005 UTC (5 years, 4 months ago) by
wolffc
Original Path:
trunk
honor ldap protocol version setting
Revision
18250 -
Directory Listing
Modified
Sat May 7 14:13:43 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
first version of ganttcharts
Revision
18249 -
Directory Listing
Modified
Sat May 7 14:05:10 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
1) many bug-fixes
2) old editor removed
Revision
18248 -
Directory Listing
Modified
Sat May 7 14:00:06 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
1) width of browser-window is not permanently tracked in etemplate::innerWidth (on each submision of a form and stored in the session, default of 1018 is uses on first time)
2) images can have an imagemap (3. option)
Revision
18247 -
Directory Listing
Modified
Sat May 7 13:55:19 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
using db::select for read and search, search uses now *,? as wildcard
Revision
18246 -
Directory Listing
Modified
Sat May 7 13:15:12 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
don't know how to add popups here...
Revision
18245 -
Directory Listing
Modified
Sat May 7 13:09:48 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
i'm so stupid!!!
Revision
18244 -
Directory Listing
Modified
Sat May 7 13:08:28 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
bugfix cat-admin
Revision
18243 -
Directory Listing
Modified
Sat May 7 12:28:45 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
bugfix
Revision
18242 -
Directory Listing
Modified
Fri May 6 09:48:09 2005 UTC (5 years, 4 months ago) by
nelius_weiss
Original Path:
trunk
add new feature:
now you can choose, if u want to download a single file, or to show a complete directory
Revision
18241 -
Directory Listing
Modified
Wed May 4 22:52:06 2005 UTC (5 years, 4 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
18240 -
Directory Listing
Modified
Wed May 4 14:02:43 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
Fixed some small filemanager bugs
Revision
18239 -
Directory Listing
Modified
Wed May 4 12:22:01 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
Filemanager plugin now converts images to the configured image_filetype. Fixed some small bugs.
Revision
18238 -
Directory Listing
Modified
Wed May 4 09:23:28 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed changed so_sql::get_rows param joins
Revision
18237 -
Directory Listing
Modified
Tue May 3 14:55:24 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
form: empty action uses now PHP_SELF?QUERY_STRING
Revision
18236 -
Directory Listing
Modified
Tue May 3 14:29:38 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
refactoring: Colorlab flash plugin moved to __colorlab directory. Note: flash file needs to be updated!!
Revision
18235 -
Directory Listing
Modified
Tue May 3 14:01:16 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
in Edit Record mode, Boolean/Selectbox plugins unknown values are now included in the listbox, wrapped in '?' characters
Revision
18234 -
Directory Listing
Modified
Tue May 3 13:35:01 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bug in List View where fields containing '0' were not displayed
Revision
18233 -
Directory Listing
Modified
Tue May 3 11:12:40 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bug in sidebox menu where, in Admin mode, SiteID was not passed with Save Site Configuration function
Revision
18232 -
Directory Listing
Modified
Tue May 3 10:25:01 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
import of objects from file made more failsafe. It now checks for incompatibilities like in importing sites
Revision
18231 -
Directory Listing
Modified
Tue May 3 09:31:24 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bug where default fieldtype plugins where not selected and the fallback plugin was always chosen instead.
Revision
18230 -
Directory Listing
Modified
Mon May 2 15:38:46 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
refactored export/import of sites/objects. Now uses the object's unique_id field to identify fields with objects on importing.
Revision
18229 -
Directory Listing
Modified
Mon May 2 15:07:37 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
allow to use etemplate apps as sitemgr modules:
- extend etemplate's sitemgr_module class and set the $etemplate_method class-var to a method/menuaction of the app
- the app need to return etemplate::exec() (otherwise the content is empty)!!!
- the app need to avoid redirects or links, as this would leave sitemgr!!!
Revision
18228 -
Directory Listing
Modified
Mon May 2 14:48:04 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bug where deletion of sites caused Orphan records in the database.
Revision
18227 -
Directory Listing
Modified
Mon May 2 13:13:56 2005 UTC (5 years, 4 months ago) by
milosch
Original Path:
trunk
Update for new api arrays, remove globals call, etc.
Revision
18226 -
Directory Listing
Modified
Mon May 2 12:17:12 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
Site import now checks object/field tables for incompatibilities. It now also checks for missing properties.
Revision
18224 -
Directory Listing
Modified
Mon May 2 11:38:38 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed translation
Revision
18223 -
Directory Listing
Modified
Mon May 2 10:21:38 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
Tool to change eGW sources automatic to comply with some of the eGW coding rules:
// saves an unnecessary copy
'= CreateObject' => '=& CreateObject',
'= new' => '=& new',
// php5 cloning of the DB object
'= $GLOBALS[\'egw\']->db;' => '= clone($GLOBALS[\'egw\']->db);',
'= $this->db;' => '= clone($this->db);',
// remove windows lineends (CR)
"\r" => '',
// $HTTP_{GET|POST|SERVER}_VARS => $_{GET|POST|SERVER}
$modernize['$HTTP_'.$name.'_VARS'] = '$_'.$name;
$modernize['$GLOBALS[\'HTTP_'.$name.'_VARS\']'] = '$_'.$name;
$modernize['$GLOBALS["HTTP_'.$name.'_VARS"]'] = '$_'.$name;
// phpGW --> eGW
'PHPGW_' => 'EGW_',
'$GLOBALS[\'phpgw_info\']' => '$GLOBALS[\'egw_info\']',
'$GLOBALS["phpgw_info"]' => '$GLOBALS[\'egw_info\']',
'$GLOBALS[\'phpgw\']' => '$GLOBALS[\'egw\']',
'$GLOBALS["phpgw"]' => '$GLOBALS[\'egw\']',
'common->phpgw_header' => 'common->egw_header',
'common->phpgw_footer' => 'common->egw_footer',
'common->phpgw_exit' => 'common->egw_exit',
'common->phpgw_final' => 'common->egw_final',
It also substitutes spaces at the beginning of a line (indetion) with tabs, you need to specify (--remove-space-indention N) the number of spaces to substitute, if it's other then 2.
Revision
18222 -
Directory Listing
Modified
Mon May 2 10:08:21 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
installation detects modules in appdirectories now too
Revision
18221 -
Directory Listing
Modified
Mon May 2 09:48:28 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
1) phpGW --> eGW changes, sitemgr runs from now on only in eGW 1.0.1 !!! (I taged the last version which can run in 1.0.0 with the tag "last_working_1_0_0", use "cvs update -r last_working_1_0_0 sitemgr" to make it sticky for your eGW 1.0.0 install)
2) moved the guestbook module in it's own app-dir
3) sitemgr modules can now be in an applications sitemgr directory (no longer only in sitemgr's modules dirc). In that case the module-name needs to be the application name or need to start with the application name followed by an underscore (eg. calendar_day module could be in file calendar/sitemgr/class.module_calendar_day.inc.php)
Revision
18220 -
Directory Listing
Modified
Mon May 2 09:03:56 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
added incompatibility warnings to site import. fixed a bug where field configurations could get lost after site import.
Revision
18219 -
Directory Listing
Modified
Sun May 1 14:34:59 2005 UTC (5 years, 4 months ago) by
milosch
Original Path:
trunk
Converting to new egw arrays
Revision
18218 -
Directory Listing
Modified
Sun May 1 11:38:59 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
search: allow aliases in the retrived columns
Revision
18217 -
Directory Listing
Modified
Sat Apr 30 10:37:20 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Remove 'compose_group', because after uiaccountsel implemented into 'compose' we don't need a special funciton 'compose_group'
Revision
18216 -
Directory Listing
Modified
Sat Apr 30 09:30:18 2005 UTC (5 years, 4 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
18215 -
Directory Listing
Modified
Sat Apr 30 03:27:36 2005 UTC (5 years, 4 months ago) by
milosch
Original Path:
trunk
Update to new arrays
Revision
18214 -
Directory Listing
Modified
Thu Apr 28 15:06:15 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
added JiNN version number to site configuration
Revision
18213 -
Directory Listing
Modified
Thu Apr 28 14:39:20 2005 UTC (5 years, 4 months ago) by
ak703
Original Path:
trunk
if you change/fix things, pls. test all features
fix for listview in sidemenu
Revision
18212 -
Directory Listing
Modified
Thu Apr 28 14:01:04 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
replaced buggy tooltip system with built in egw tooltips (by Walter Zorn)
Revision
18210 -
Directory Listing
Modified
Thu Apr 28 13:10:31 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
applied security relevant patch from nikolaus.jeremic-at-pro-inform.de: checking old password before changeing for a regular user
Revision
18209 -
Directory Listing
Modified
Thu Apr 28 12:23:50 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
the 'delete' button is not shown anymore when adding a new record
Revision
18208 -
Directory Listing
Modified
Thu Apr 28 12:07:23 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed export to csv bug where disabled columns were included when selecting ALL columns
Revision
18207 -
Directory Listing
Modified
Thu Apr 28 11:02:40 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed multiple record update bug with switchboard plugin
Revision
18206 -
Directory Listing
Modified
Thu Apr 28 10:41:03 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
add more hooks to sidebar
Revision
18205 -
Directory Listing
Modified
Thu Apr 28 10:13:29 2005 UTC (5 years, 4 months ago) by
ak703
Original Path:
trunk
fixed bug which Lars created with his latest commit for re-enable felamimail showing
contents on home-page.
Revision
18204 -
Directory Listing
Modified
Thu Apr 28 10:02:54 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
small ui change to let template more flexible using CSS.
Revision
18203 -
Directory Listing
Modified
Wed Apr 27 20:53:17 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- fixed horizontal alignment of all box-types
- allow to re-enable (by default) disabled cells, via setting the value for their name in $readonlys to false
- class attribute can be a reference into the content (@) and/or contain vars like $row or $col
Revision
18202 -
Directory Listing
Modified
Wed Apr 27 20:48:53 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed not working (first) selection of a filter
Revision
18201 -
Directory Listing
Modified
Wed Apr 27 20:47:34 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- get_rows functions now allows to pass a join to the select-function
- fixed the counting of not-left joins (we cant ignore them, nor can we use count(*), we make an unlimited query now and retrive the number of rows with num_rows())
Revision
18200 -
Directory Listing
Modified
Wed Apr 27 07:56:44 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
patch from <tibolist-at-free.fr>:
code logic was wrong and it was using an API method that is
also buggy => in file /egw/phpwgapi/inc/class.common.inc.php the method
cmp_version_long().
1) the code logic:
it get versions for the current app and for the api from file
(app/setup/setup.inc.php) and from DB.
it loops over this 2 apps (app, and api), and set a $_current to true or
false. this variable value is defined by the last app check in the loop
(the API) => then if your API version is up to date, your application
version is also. which was wrong for me. Well in the attached file i
change the code logic.
Revision
18199 -
Directory Listing
Modified
Tue Apr 26 15:58:26 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
htmlArea plugin can now be configured almost per individual menu item
Revision
18198 -
Directory Listing
Modified
Tue Apr 26 15:48:57 2005 UTC (5 years, 4 months ago) by
mipmip
Original Path:
trunk
fix foreach error for unset array at
Revision
18197 -
Directory Listing
Modified
Tue Apr 26 12:01:16 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bug: htmlArea plugin was broken, added alias for backwards compatibility
Revision
18196 -
Directory Listing
Modified
Mon Apr 25 12:20:12 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bug in Filemanager plugin where selected files of unknown types didn't get an icon. refactoring: filetypes now has its own class within filemanager
Revision
18195 -
Directory Listing
Modified
Mon Apr 25 10:09:10 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
big documentation update
Revision
18194 -
Directory Listing
Modified
Mon Apr 25 01:46:44 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Now messenger module work again.
Revision
18193 -
Directory Listing
Modified
Sun Apr 24 21:30:37 2005 UTC (5 years, 4 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
18192 -
Directory Listing
Modified
Sun Apr 24 17:14:41 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
if no left or right header is specified, disable the cell to not create an empty (1 row, 1colum) table
Revision
18191 -
Directory Listing
Modified
Sun Apr 24 17:13:44 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
disable_cells: new param $disable=true to also (re-)enable a cell
Revision
18190 -
Directory Listing
Modified
Sun Apr 24 17:11:34 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- read use now only the unique keys, if no primary key specified
- search: allow to specify the number of rows to return (only the offset was possible before)
- improved hadling of table.*
Revision
18189 -
Directory Listing
Modified
Sun Apr 24 17:10:55 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Further modification to solve the previous bug. This modification is halfdone, cause messenger module broken, but I am reinstalling my box so just submit this half done fix.
Revision
18187 -
Directory Listing
Modified
Fri Apr 22 14:12:31 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed backwards compatibility bug in Filemanager plugin
Revision
18186 -
Directory Listing
Modified
Fri Apr 22 13:51:59 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
1) autorepeated colums: only check if the max. column-number, reached so far, is exeeded, otherwise the rows have a differen number of cells and it saved a lot check
2) no <label> tags of readonly widgets or label-widgets
Revision
18185 -
Directory Listing
Modified
Fri Apr 22 13:49:36 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed 2 join-related bugs
Revision
18184 -
Directory Listing
Modified
Fri Apr 22 13:47:34 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
refactoring: Class.factory_plugins_db_fields now gets a reference to a BO object and also passes a reference to that object to all plugins it instanciates
Revision
18183 -
Directory Listing
Modified
Fri Apr 22 13:16:24 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
Filemanager refactoring and small bugfixes
Revision
18182 -
Directory Listing
Modified
Fri Apr 22 12:45:23 2005 UTC (5 years, 4 months ago) by
milosch
Original Path:
trunk
Fix for bug #1187688
Revision
18181 -
Directory Listing
Modified
Fri Apr 22 08:53:35 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
Filemanager can now handle any filetype (in configuration: select 'all')
Revision
18180 -
Directory Listing
Modified
Fri Apr 22 05:58:55 2005 UTC (5 years, 4 months ago) by
lkneschke
Original Path:
trunk
Pimp my felamimail! :-)
fixed some small bugs and performance issues
Revision
18179 -
Directory Listing
Modified
Thu Apr 21 14:59:04 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bug where Filemanager did not get maximum image sizes
Revision
18178 -
Directory Listing
Modified
Thu Apr 21 13:03:33 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
JiNN can now handle fieldnames of any length. Alternative names are still restricted to 50 chars.
Revision
18177 -
Directory Listing
Modified
Thu Apr 21 12:39:25 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
upgraded all other plugins to new classbased plugin style
Revision
18176 -
Directory Listing
Modified
Wed Apr 20 17:27:48 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
search:
- returns reference now
- $order_by param can contain a GROUP BY clause too
- $extra_cols param can contain comma-sep. string now
- fixed reg-expr. to detect column-aliases (was not requiring a space after AS before)
Revision
18175 -
Directory Listing
Modified
Wed Apr 20 17:25:06 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
added missing overflow attribut for grids
Revision
18174 -
Directory Listing
Modified
Wed Apr 20 12:47:47 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed JiNN setup bug that sent errors through eGroupWare's setup
Revision
18173 -
Directory Listing
Modified
Tue Apr 19 15:39:57 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed broken lang-file
Revision
18170 -
Directory Listing
Modified
Tue Apr 19 15:04:01 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
Initial revision
Revision
18169 -
Directory Listing
Modified
Tue Apr 19 13:54:55 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
allow to pass (already quoted) query-parts as filter
Revision
18168 -
Directory Listing
Modified
Mon Apr 18 15:07:43 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
refactored Filemanager plugin
Revision
18167 -
Directory Listing
Modified
Mon Apr 18 12:40:27 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
upgraded Filemanager plugin to new classbased plugin style
Revision
18166 -
Directory Listing
Modified
Mon Apr 18 10:49:44 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
upgraded Visual Ordering plugin to new classbased plugin style
Revision
18165 -
Directory Listing
Modified
Mon Apr 18 10:26:12 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bugs: Unconfigured fields did not automatically get attached to default plugin. Visual Ordering plugin was broken.
Revision
18162 -
Directory Listing
Modified
Fri Apr 15 16:34:07 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
allow update from 1.0.0.007
Revision
18159 -
Directory Listing
Modified
Fri Apr 15 15:44:05 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
applied patch from Patrick Van der Veken to get <code> tag working again
Revision
18156 -
Directory Listing
Modified
Fri Apr 15 15:21:52 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net
Revision
18153 -
Directory Listing
Modified
Fri Apr 15 15:03:28 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
Russian langfiles from ReklamaLab.RU
Revision
18151 -
Directory Listing
Modified
Fri Apr 15 14:53:33 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fix for a php5 problem outlined in bug [ egroupware-Bugs-1163603 ] array_merge error
Revision
18149 -
Directory Listing
Modified
Fri Apr 15 14:46:29 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fix for not working pam-auth if magic_quotes_gpc is on, as suggested by Robert Theisen <trobert@redhat.com> on the developer list
Revision
18147 -
Directory Listing
Modified
Fri Apr 15 14:01:15 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed not working charset conversation in setup
Revision
18146 -
Directory Listing
Modified
Fri Apr 15 13:19:34 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
in case of auth via LDAP and multiple domains we need to set $GLOBALS['phpgw_info']['user']['domain']
Revision
18142 -
Directory Listing
Modified
Fri Apr 15 12:52:58 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
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
18141 -
Directory Listing
Modified
Fri Apr 15 12:50:58 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
added missing header to the attach window
Revision
18140 -
Directory Listing
Modified
Fri Apr 15 12:39:26 2005 UTC (5 years, 4 months ago) by
milosch
Original Path:
trunk
missing string identifier
Revision
18139 -
Directory Listing
Modified
Fri Apr 15 10:27:14 2005 UTC (5 years, 4 months ago) by
milosch
Original Path:
trunk
update
Revision
18138 -
Directory Listing
Modified
Fri Apr 15 10:26:10 2005 UTC (5 years, 4 months ago) by
milosch
Original Path:
trunk
update
Revision
18137 -
Directory Listing
Modified
Fri Apr 15 10:22:31 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
Croation translations from Mladen Novosel <mnovosel-AT-info-sol.net>
Revision
18134 -
Directory Listing
Modified
Fri Apr 15 10:18:20 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
Croation translations from Mladen Novosel <mnovosel-AT-info-sol.net>
Revision
18130 -
Directory Listing
Modified
Fri Apr 15 06:15:48 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
NL holidays from Theo Beers <t_beers-AT-ilse.nl>
Revision
18128 -
Directory Listing
Modified
Thu Apr 14 22:40:49 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
hack to get the planner working again for groups, still not perfect, I need to finish the rewrite ;-)
Revision
18127 -
Directory Listing
Modified
Thu Apr 14 22:36:05 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
small documentation update
Revision
18126 -
Directory Listing
Modified
Thu Apr 14 22:35:24 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
using now class set in cells of a VBOX or HBOX
Revision
18125 -
Directory Listing
Modified
Thu Apr 14 22:34:13 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
fixed select-percent: if an extra-label was given (eg. None) it used 0% even if the value was empty or unset, now the extra-label is used
Revision
18124 -
Directory Listing
Modified
Thu Apr 14 22:14:01 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- possebility to disable file-attachments
- allow to overwrite some of the label
Revision
18123 -
Directory Listing
Modified
Thu Apr 14 22:13:42 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- if no content-rows, hiding the last line not the 2.
- removed $loop=false, as it is already intialised and evtl. unsets loops set by other widgets
Revision
18122 -
Directory Listing
Modified
Thu Apr 14 22:09:40 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
small fix count(*) in get_rows uses no LIMIT
Revision
18121 -
Directory Listing
Modified
Thu Apr 14 22:08:25 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
importing the app.css file of the edited template
Revision
18120 -
Directory Listing
Modified
Thu Apr 14 22:06:26 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
killed a debug-message
Revision
18119 -
Directory Listing
Modified
Thu Apr 14 15:21:04 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
improved behaviour of Boolean plugin (no more empty option, -value is the same as display- now actually works, corrupt field values are now enclosed in ? characters
Revision
18118 -
Directory Listing
Modified
Thu Apr 14 14:21:01 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
configurations of old removed plugins now get automatically upgraded when an Alias has been defined AND the site admin opens and saves the field config dialog.
Revision
18117 -
Directory Listing
Modified
Thu Apr 14 14:03:03 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
fixed bugs: no doubles in plugin select box anymore, while Aliases now do appear in that select box
Revision
18116 -
Directory Listing
Modified
Thu Apr 14 12:21:03 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
Field Plugins can now be provided by third parties. Boolean plugin has been implemented in its own directory.
Revision
18113 -
Directory Listing
Modified
Thu Apr 14 05:36:56 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Initial revision
Revision
18111 -
Directory Listing
Modified
Thu Apr 14 05:26:54 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Initial revision
Revision
18106 -
Directory Listing
Modified
Thu Apr 14 05:13:54 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Initial revision
Revision
18105 -
Directory Listing
Modified
Thu Apr 14 05:12:11 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Initial revision
Revision
18104 -
Directory Listing
Modified
Thu Apr 14 05:06:39 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Initial revision
Revision
18100 -
Directory Listing
Modified
Thu Apr 14 05:00:45 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Initial revision
Revision
18099 -
Directory Listing
Modified
Thu Apr 14 04:59:55 2005 UTC (5 years, 4 months ago) by
zhangweiwu
Original Path:
trunk
Initial revision
Revision
18097 -
Directory Listing
Modified
Wed Apr 13 16:47:43 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
added Alias mechanism to field plugins. Removed old Boolian plugin, and added Alias record for backwards compatibility
Revision
18096 -
Directory Listing
Modified
Wed Apr 13 15:00:08 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
added new classbased fieldplugin mechanism. First plugin to use it is Boolean plugin.
Revision
18095 -
Directory Listing
Modified
Wed Apr 13 13:03:04 2005 UTC (5 years, 4 months ago) by
milosch
Original Path:
trunk
Check for array or object on decrypt/unserialize. Return this even if empty.
Revision
18093 -
Directory Listing
Modified
Wed Apr 13 08:53:42 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- applied patch from cornelius Weiss: fixes some probs with xmlrpc too
- small documentation update
Revision
18092 -
Directory Listing
Modified
Tue Apr 12 16:39:59 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- added add function: link to add an already linked new entry (supported only by InfoLog atm.)
- caching the app-register in the session (performance)
- new param for app_list to specify a capability which the returned app have to support, eg. add
Revision
18091 -
Directory Listing
Modified
Tue Apr 12 16:37:04 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
added function to update the remark
Revision
18090 -
Directory Listing
Modified
Tue Apr 12 16:30:16 2005 UTC (5 years, 4 months ago) by
ralfbecker
Original Path:
trunk
- added possebility to specify titles for options
- fixed typo in class-var $wz_tooltip_included
- fixed left-alignment of inner div of progressbar
Revision
18089 -
Directory Listing
Modified
Tue Apr 12 12:34:44 2005 UTC (5 years, 4 months ago) by
lex_vogelaar
Original Path:
trunk
bugfix: refactored session code exposed a bug in phpgwapi crypto class. patch was provided. In the mean time in the session class a workaround is added to prevent the bug from happening.
Revision
18087 -
Directory Listing
Modified
Tue Apr 12 09:54:07 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
added missing charset-translation of the cn (common name), thanks to Martin Dalum <martin-AT-cabo.dk>
Revision
18085 -
Directory Listing
Modified
Sun Apr 10 21:25:42 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
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
18084 -
Directory Listing
Modified
Sun Apr 10 21:15:33 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
added join parameter to the read too
Revision
18083 -
Directory Listing
Modified
Sun Apr 10 13:39:33 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
documentation update:
- fixed wrong / not working popup javascript
- updated xet-file example to include <template> tags
- updated the describtion: a (nested) widget tree is allowed in HEAD now and not just one grid as in the 1.0.0
Revision
18082 -
Directory Listing
Modified
Fri Apr 8 18:51:59 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
added call to bolink::notify_update($app,$id,$data=null) method on updated of infolog entries
Revision
18081 -
Directory Listing
Modified
Fri Apr 8 18:50:51 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
1) apps can register a callback to receive notifications of new or deleted links to their application or updates in the content of the linked entries (requires to linked app to call the new bolink::notify_update($app,$id,$data=null) method)
2) documentation update in solink
Revision
18080 -
Directory Listing
Modified
Fri Apr 8 18:34:49 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
new param. to supply a join for the select method: eg. ",table2 WHERE x=y" or "LEFT JOIN table2 ON (x=y)"
Revision
18079 -
Directory Listing
Modified
Fri Apr 8 18:31:55 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
allow to specify the app of an image by giving <app>/<name> instead just a <name>
Revision
18078 -
Directory Listing
Modified
Fri Apr 8 18:30:32 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
1) fixed not working inserts, if primary key (not auto-increment) where given
2) allow 0 to be written and not treated as null
3) added join feature for search
Revision
18077 -
Directory Listing
Modified
Fri Apr 8 16:27:22 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
refactored legacy session code: removed old session saving functions and let the new class take care of this directly
Revision
18076 -
Directory Listing
Modified
Fri Apr 8 16:17:33 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
refactored legacy session code
to utilize new session management class (browse_settings, filter_settings, mult_where_array, mult_records_amount, last_where_string)
Revision
18075 -
Directory Listing
Modified
Fri Apr 8 15:43:24 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
refactored legacy session code ('site_object_id') to utilize new session management class
Revision
18074 -
Directory Listing
Modified
Fri Apr 8 15:32:43 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
refactored legacy session code ('site_id') to utilize new session management class
Revision
18073 -
Directory Listing
Modified
Fri Apr 8 15:09:56 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
refactored legacy session code ('message') to utilize new session management class
Revision
18072 -
Directory Listing
Modified
Fri Apr 8 14:44:38 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
refactored legacy session code to utilize new session management class
Revision
18071 -
Directory Listing
Modified
Fri Apr 8 13:41:38 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
refactoring: all session saving/loading now has own class
Revision
18069 -
Directory Listing
Modified
Fri Apr 8 10:37:40 2005 UTC (5 years, 5 months ago) by
dragob
Original Path:
trunk
Fixed translation.
Revision
18068 -
Directory Listing
Modified
Thu Apr 7 14:57:56 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
- fixed bug in List Records where records were retrieved within the column formatting loop
Revision
18067 -
Directory Listing
Modified
Thu Apr 7 12:08:59 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed wrong link
Revision
18066 -
Directory Listing
Modified
Thu Apr 7 09:26:49 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
an other documentation update
Revision
18065 -
Directory Listing
Modified
Wed Apr 6 11:05:57 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
documentation update and the usual code modernization (phpgw-->egw, ...)
Revision
18064 -
Directory Listing
Modified
Wed Apr 6 11:04:43 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
removed never used uilink class
Revision
18063 -
Directory Listing
Modified
Wed Apr 6 06:31:27 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed to bugs:
1) cat-selection in nextmatch does not switch back to all, after a cat has been selected
2) error when using internal widget type deck
Revision
18062 -
Directory Listing
Modified
Wed Apr 6 04:55:49 2005 UTC (5 years, 5 months ago) by
lkneschke
Original Path:
trunk
PRIVATE and PUBLIC are reserved words under PHP5
Revision
18061 -
Directory Listing
Modified
Tue Apr 5 22:29:39 2005 UTC (5 years, 5 months ago) by
mipmip
Original Path:
trunk
add savant template engine testfile and add savant template directories
Revision
18060 -
Directory Listing
Modified
Tue Apr 5 15:14:17 2005 UTC (5 years, 5 months ago) by
regis_glc
Original Path:
trunk
fixed bad typo breaking end of links
Revision
18059 -
Directory Listing
Modified
Mon Apr 4 08:50:45 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed not displayed error-message: write failed (webserver has not write-rights). Before writes of tables for new created apps silently fail.
Revision
18058 -
Directory Listing
Modified
Sun Apr 3 09:26:10 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fix for bug [ 1175200 ] 24 - hour workday hangs appth the index_block
Revision
18056 -
Directory Listing
Modified
Sat Apr 2 11:20:11 2005 UTC (5 years, 5 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
18055 -
Directory Listing
Modified
Sat Apr 2 09:26:03 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
changed current_section to use a real html unodered list, like Weiwu did it with the index_block
Revision
18054 -
Directory Listing
Modified
Thu Mar 31 13:19:16 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed freebusy format as requested by Tobias K�nig <tokoe-at-kde.org>
Revision
18052 -
Directory Listing
Modified
Wed Mar 30 16:16:07 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
added language direction flag to the html tag for the idots and jerry template:
it can be set now by translating the phrase 'language_direction_rtl' to 'rtl' for a specific language
Revision
18050 -
Directory Listing
Modified
Wed Mar 30 15:55:57 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
new holiday file for NL from E.Jennekens-at-XWire.nl
Revision
18048 -
Directory Listing
Modified
Wed Mar 30 15:51:04 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
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
18047 -
Directory Listing
Modified
Wed Mar 30 14:46:37 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
removed hack necessary because of the wrong call of the contructor of the application class
Revision
18045 -
Directory Listing
Modified
Wed Mar 30 14:42:32 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed bug of not removable apps in the user management
Revision
18043 -
Directory Listing
Modified
Wed Mar 30 08:16:31 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
added not allways set sync_changedby column, which is required as it is NOTNULL and some code modernisation ;-)
Revision
18042 -
Directory Listing
Modified
Wed Mar 30 07:36:17 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
setting egw_api_content_history.sync_{added|modified|deleted} to NOTNULL, as the code only sets one timestamp (mysql does not care about NOTNULL, but eg. postgres does)
Revision
18041 -
Directory Listing
Modified
Tue Mar 29 17:06:50 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
only omit filter-column in search, if it's realy set to a value
Revision
18040 -
Directory Listing
Modified
Tue Mar 29 15:45:28 2005 UTC (5 years, 5 months ago) by
zhangweiwu
Original Path:
trunk
The original sitemgr output index_block code looks like this:
<div style="position: relative; left: 0px;">
<b><a href="/egroupware/sitemgr/sitemgr-site/?category_id=2" title="one more">other</a></b><br />
</div>
<br />
<div style="position: relative; left: 0px;">
<b><a href="/egroupware/sitemgr/sitemgr-site/?category_id=3" title="sample category">sample</a></b><br />
<img src="templates/idots/images/orange-ball.png" alt="+" /> <a href="/egroupware/sitemgr/sitemgr-site/?page_name=sample-page" title="just a sample">Sample page</a><br />
<img src="templates/idots/images/orange-ball.png" alt="+" /> <a href="/egroupware/sitemgr/sitemgr-site/?category_id=4" title="just a sub for sample">sub-sample ...</a><br />
</div>
It's painful for web artist work with this html (for seperating style and logic reason), so I just rewrite part of class.module_index_block.inc.php to make the output html like this:
<ul id="index_block">
<li><a href="/egroupware/sitemgr/sitemgr-site/?category_id=2" title="one more">other</a></li>
<ul></ul>
<li><a href="/egroupware/sitemgr/sitemgr-site/?category_id=3" title="sample category">sample</a></li>
<ul>
<li> <a href="/egroupware/sitemgr/sitemgr-site/?page_name=sample-page" title="just a sample">Sample page</a> </li>
<li><a href="/egroupware/sitemgr/sitemgr-site/?category_id=4" title="just a sub for sample">sub-sample ...</a></li>
</ul>
</ul>
The next thing is to add this style to the page
#index_block { padding-left: 1em; }
#index_block ul { padding-left: 1em; }
(also an extra line in templates/idots/style/style.css: ul {list-style: url(templates/idots/images/orange-ball.png)})
Revision
18039 -
Directory Listing
Modified
Tue Mar 29 15:30:08 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
new function to get all locations for a given app and user
Revision
18038 -
Directory Listing
Modified
Tue Mar 29 14:16:42 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed editing of versions other then the latest version
Revision
18037 -
Directory Listing
Modified
Tue Mar 29 13:26:29 2005 UTC (5 years, 5 months ago) by
regis_glc
Original Path:
trunk
bugfix: old vars names still there. The ProcessMonitor workflow ui wasn't able to show number of activities per processes. pId->wf_p_id
Revision
18036 -
Directory Listing
Modified
Tue Mar 29 10:24:42 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
- fixed bug where redirection to new record edit page failed after creating new record
Revision
18035 -
Directory Listing
Modified
Tue Mar 29 10:17:36 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed bug: private filter not working as suggested by Bertrand Croq <bertrand.croq-at-freeskop.com> on the developer list
Revision
18033 -
Directory Listing
Modified
Mon Mar 28 08:29:07 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fix for bug [ 1164773 ] Moving events in calendar:
recur_exception was never set
Revision
18031 -
Directory Listing
Modified
Sun Mar 27 09:03:07 2005 UTC (5 years, 5 months ago) by
regis_glc
Original Path:
trunk
Bugfix: user was not setted when forms were launched, this lett multiple users run the same activity on the same instance at the same time. WARNING:: You should recompile all your activities to fix the bug.
Revision
18030 -
Directory Listing
Modified
Sat Mar 26 22:13:10 2005 UTC (5 years, 5 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
18029 -
Directory Listing
Modified
Sat Mar 26 22:00:50 2005 UTC (5 years, 5 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
18028 -
Directory Listing
Modified
Fri Mar 25 11:07:06 2005 UTC (5 years, 5 months ago) by
milosch
Original Path:
trunk
give correct credit
Revision
18027 -
Directory Listing
Modified
Fri Mar 25 11:04:29 2005 UTC (5 years, 5 months ago) by
milosch
Original Path:
trunk
remove
Revision
18026 -
Directory Listing
Modified
Fri Mar 25 11:03:25 2005 UTC (5 years, 5 months ago) by
milosch
Original Path:
trunk
fix remaining references to phpgw object, etc.
Revision
18025 -
Directory Listing
Modified
Fri Mar 25 10:51:51 2005 UTC (5 years, 5 months ago) by
milosch
Original Path:
trunk
Switch to native egw object and egw_info array
Revision
18024 -
Directory Listing
Modified
Fri Mar 25 09:59:48 2005 UTC (5 years, 5 months ago) by
milosch
Original Path:
trunk
cleanup formatting
Revision
18023 -
Directory Listing
Modified
Fri Mar 25 09:21:23 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fix of last commit, was setting up a reference to itself and not to the old phpgw_info
Revision
18021 -
Directory Listing
Modified
Fri Mar 25 07:31:41 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
MY holidays from hoyanf <hoyanf-at-hotmail.com>
Revision
18020 -
Directory Listing
Modified
Thu Mar 24 23:06:30 2005 UTC (5 years, 5 months ago) by
iliaa
Original Path:
trunk
Fixed option name.
Revision
18019 -
Directory Listing
Modified
Thu Mar 24 21:54:38 2005 UTC (5 years, 5 months ago) by
regis_glc
Original Path:
trunk
fixed typo activityId->activity_id which prevent from running an activity by clicking on the arrow on the monitor instance form
Revision
18018 -
Directory Listing
Modified
Thu Mar 24 18:38:14 2005 UTC (5 years, 5 months ago) by
alpeb
Original Path:
trunk
Bypass form filtering because user might wanna use some javascript
Revision
18015 -
Directory Listing
Modified
Thu Mar 24 13:44:20 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
NZ holidays from Mark van Walraven <mark-AT-compel.co.nz>
Revision
18013 -
Directory Listing
Modified
Thu Mar 24 13:35:05 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
IL holidays from Ilan Tayary <ilan-AT-cogniview.com>
Revision
18011 -
Directory Listing
Modified
Thu Mar 24 13:30:08 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
DK holidays from Martin Dalum <martin-AT-cabo.dk>
Revision
18010 -
Directory Listing
Modified
Thu Mar 24 13:29:51 2005 UTC (5 years, 5 months ago) by
milosch
Original Path:
trunk
Add special case for correct filename in Palm_PDB export (Bug #1162859)
Revision
18009 -
Directory Listing
Modified
Thu Mar 24 13:15:12 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
modernized code and fixed problem reported on the list: new installs cant create admin-account due to not longer existing phpgw class in the api
Revision
18008 -
Directory Listing
Modified
Wed Mar 23 12:54:37 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
- filemanager plugin: added micro thumbnails (20x30 px) to list records view
- filemanager plugin: regular thumbs now used in (multiple) record view
Revision
18007 -
Directory Listing
Modified
Wed Mar 23 11:57:55 2005 UTC (5 years, 5 months ago) by
lex_vogelaar
Original Path:
trunk
- new filemanager plugin now also works in multiple records edit view
- fixed bug where images opened in multiple records edit view by clicking on a thumbnail resulted in error
Revision
18006 -
Directory Listing
Modified
Mon Mar 21 15:30:13 2005 UTC (5 years, 5 months ago) by
ak703
Original Path:
trunk
revert changes as Ralph required
maybe we find a different approach
Revision
18005 -
Directory Listing
Modified
Mon Mar 21 10:18:30 2005 UTC (5 years, 5 months ago) by
wnz_gh05t
Original Path:
trunk
*** empty log message ***
Revision
18004 -
Directory Listing
Modified
Mon Mar 21 09:52:53 2005 UTC (5 years, 5 months ago) by
wnz_gh05t
Original Path:
trunk
*** empty log message ***
Revision
18003 -
Directory Listing
Modified
Sun Mar 20 09:11:21 2005 UTC (5 years, 5 months ago) by
ak703
Original Path:
trunk
fix for displaying powerpoint in IE as requested many times
Revision
18002 -
Directory Listing
Modified
Fri Mar 18 15:32:54 2005 UTC (5 years, 5 months ago) by
alpeb
Original Path:
trunk
Precision 11 for an integer is way too big and unsupported, and causes installation to fail
Revision
18001 -
Directory Listing
Modified
Thu Mar 17 19:21:13 2005 UTC (5 years, 5 months ago) by
regis_glc
Original Path:
trunk
fixing, init of sessionData was never done, breaking caching of emails and nextmatchs, and it seems we need some imap_reopen in the good mailbox after scanning all mailboxes and before retrieving messages
Revision
18000 -
Directory Listing
Modified
Thu Mar 17 18:57:50 2005 UTC (5 years, 5 months ago) by
regis_glc
Original Path:
trunk
adding subject and size in the cache object
Revision
17999 -
Directory Listing
Modified
Thu Mar 17 18:50:21 2005 UTC (5 years, 5 months ago) by
regis_glc
Original Path:
trunk
adding number of unread messages to all mailboxes
Revision
17998 -
Directory Listing
Modified
Thu Mar 17 14:36:06 2005 UTC (5 years, 5 months ago) by
regis_glc
Original Path:
trunk
fixing ->setOwner which were always setting empty owner
Revision
17997 -
Directory Listing
Modified
Tue Mar 15 15:53:10 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed problems pointed out by gulftech
Revision
17995 -
Directory Listing
Modified
Tue Mar 15 15:36:44 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
_check_script_tags function:
1) fixed problems pointed out by gulftech, iframes get now unset too
2) unset variables from _check_script_tags are now found in $GLOBALS['egw_unset_vars'], eg. a posted input-field called content would be found in $GLOBALS['egw_unset_vars']['_POST[content]'] (please not the array is only 1-dimensional!), if it has been unset by check_script_tags
3) speed up the function a bit, by not checking all possible names of the superglobals arrays, if nothing found in $_GET and $_POST
Revision
17993 -
Directory Listing
Modified
Tue Mar 15 15:28:12 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed problems pointed out by gulftech
Revision
17991 -
Directory Listing
Modified
Tue Mar 15 15:16:56 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed problems pointed out by gulftech
Revision
17987 -
Directory Listing
Modified
Tue Mar 15 15:01:17 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
renamed French export file, as its non-ascii chars caused trouble on non-iso-8859-1 systems
Revision
17985 -
Directory Listing
Modified
Tue Mar 15 14:32:30 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
fixed problems pointed out by gulftech
Revision
17983 -
Directory Listing
Modified
Tue Mar 15 06:51:31 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
allow to specify how many lines a multiple selectbox have (html size attribute)
Revision
17982 -
Directory Listing
Modified
Mon Mar 14 21:09:10 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
Changes to include the necessary javascript via header or footer, like the regular eGW framework does
Revision
17981 -
Directory Listing
Modified
Mon Mar 14 21:07:23 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
removed code_block, as it has no protection for show any file in the filesystem
Drago will add it's features to the filecontents block
Revision
17980 -
Directory Listing
Modified
Mon Mar 14 07:03:35 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
bugfix from Cornelius Weiss: news disapears after edited again, because news_begin is set to SQL NULL
Revision
17979 -
Directory Listing
Modified
Sun Mar 13 23:38:37 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
the nextmatch callback can now change or add items to sel_options, eg. to set column-filter contents depending on other column-filters
Revision
17978 -
Directory Listing
Modified
Sun Mar 13 23:35:51 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
search accepts now a string with column-names for the only_keys parameter, you can use eg. 'DISTINCT mycol'
Revision
17976 -
Directory Listing
Modified
Sun Mar 13 23:30:55 2005 UTC (5 years, 5 months ago) by
ralfbecker
Original Path:
trunk
mosCountModule needs to return an integer not boolean (else some contentareas are not shown)
Revision
17975 -
Directory Listing
Modified
Sat Mar 12 17:55:48 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
the default value for $accountid has to be '', as get_account_id returns all integer (0 too) unchanged
Revision
17973 -
Directory Listing
Modified
Sat Mar 12 16:35:27 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixint the problems pointed out by GulfTech, thought they should be fixed in the categories class
Revision
17972 -
Directory Listing
Modified
Sat Mar 12 16:30:25 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
rewrote AND documented the ACL class with new DB functions to fix the problems pointed out by GulfTech
I backported them to 1.0.0 too, but will give it a view days testing on my server and egroupware.org, before I commit them
Revision
17971 -
Directory Listing
Modified
Sat Mar 12 14:28:28 2005 UTC (5 years, 6 months ago) by
reinerj
Original Path:
trunk
czech lang file update from Michal Ceresna
Revision
17968 -
Directory Listing
Modified
Sat Mar 12 12:59:42 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
including the header has to be before setting up the globals vars
Revision
17967 -
Directory Listing
Modified
Thu Mar 10 16:28:46 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
sites can now be configured to automatically (or manually) create objects from non-wrapped tables
Revision
17965 -
Directory Listing
Modified
Thu Mar 10 06:51:32 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
allow 1-digit day and month, as suggested by Manfred Herr (Digitask GmbH)
Revision
17964 -
Directory Listing
Modified
Wed Mar 9 14:22:58 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
New Dutch and English translations
Revision
17963 -
Directory Listing
Modified
Tue Mar 8 15:44:18 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
Version 0.8.212c
===========================
Tue Mar 08 16:45:00 CET 2005
- FileManager plugin now automatically creates and uses standard 100 px wide thumbnails
- FileManager plugin can now also create custom thumbnails where max width/height is defined by the user
- fixed bug in path validation checks where automatic lang() occurence finder crashed
Revision
17962 -
Directory Listing
Modified
Mon Mar 7 21:58:15 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
not calling CreateObject if class-file does not exist
Revision
17961 -
Directory Listing
Modified
Mon Mar 7 21:56:30 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
allow to specify a target for links on images
Revision
17960 -
Directory Listing
Modified
Mon Mar 7 18:30:42 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
Wasn't properly filtering processes. Fix contributed by Regis Leroy
Revision
17959 -
Directory Listing
Modified
Mon Mar 7 17:08:54 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
changed ACL code to use standard get_grants method from the acl-class, the existing coded tried it on it's own and failed if directories were owned by a group
Revision
17958 -
Directory Listing
Modified
Mon Mar 7 17:06:01 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
upps
Revision
17957 -
Directory Listing
Modified
Mon Mar 7 16:59:32 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2) rewrote some methods with new db-functions
3) add possibility to delete an app/location for all accounts
4) fixed get_location_list_for_id() method (it was not returning all locations)
Revision
17955 -
Directory Listing
Modified
Sun Mar 6 21:49:13 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
$GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
Revision
17954 -
Directory Listing
Modified
Sun Mar 6 21:44:31 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2) removed loading of required db-extension, as it's now done in the db-class
Revision
17953 -
Directory Listing
Modified
Sun Mar 6 21:39:46 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
added optional parameter to the constructor to pass a db-object, eg. for a connection to a different database/host
Revision
17952 -
Directory Listing
Modified
Sat Mar 5 15:03:01 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
option to show selected items at the top of the multiselect-checkbox
Revision
17951 -
Directory Listing
Modified
Sat Mar 5 14:59:33 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
- allow to ignore validation-errors of certain fields (for the editor)
- allow to set and promote attributes for process_exec in extensions (needed for date)
- readonly removes file-uploads now
- readonly value for mulitselectbox is in multiple lines now
Revision
17950 -
Directory Listing
Modified
Sat Mar 5 14:56:30 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fix to allow setting needed attribute for dates
Revision
17949 -
Directory Listing
Modified
Sat Mar 5 14:55:38 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
removing the pressed first, left, right and last button-values from the returned result, as we use them (only) internal
Revision
17948 -
Directory Listing
Modified
Sat Mar 5 14:54:14 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
returning extra_cols in search
Revision
17947 -
Directory Listing
Modified
Sat Mar 5 09:25:17 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
only try instanciating get_rows object, it a non-empty name given, else we get an error-message in the editor
Revision
17946 -
Directory Listing
Modified
Fri Mar 4 20:48:05 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2) modernized CreateObject
Revision
17945 -
Directory Listing
Modified
Fri Mar 4 20:45:20 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
When a non autorouted activity is send by a user after executing it, the class.run_activity directly calls this class. Class workflow was being included twice in these two classes which was causing an error.
Revision
17944 -
Directory Listing
Modified
Fri Mar 4 19:35:25 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
fixed broken link for aborted instances
Revision
17943 -
Directory Listing
Modified
Fri Mar 4 19:22:57 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
fixed typo
Revision
17942 -
Directory Listing
Modified
Fri Mar 4 15:54:15 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
removed instanciation of not existing app_registry class
Revision
17941 -
Directory Listing
Modified
Fri Mar 4 15:47:08 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
$GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
Revision
17940 -
Directory Listing
Modified
Fri Mar 4 15:00:33 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
Revision
17939 -
Directory Listing
Modified
Fri Mar 4 14:44:21 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fix to work with an old header (to be able to upgrade)
Revision
17938 -
Directory Listing
Modified
Fri Mar 4 14:43:14 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
Revision
17937 -
Directory Listing
Modified
Fri Mar 4 13:35:43 2005 UTC (5 years, 6 months ago) by
reinerj
Original Path:
trunk
holiday file from Slaven Crnjac
Revision
17935 -
Directory Listing
Modified
Fri Mar 4 12:40:28 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) fixed setup-detection, to allow login into setup again
2) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
3) moved setup-classes from phpgwapi/inc back to setup/inc (they are not used anywhere else, but in setup)
Revision
17934 -
Directory Listing
Modified
Fri Mar 4 12:32:37 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
not used (anymore)
Revision
17933 -
Directory Listing
Modified
Fri Mar 4 11:33:44 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) fixed lost egw object if register_globals=On: was caused by the identicaly named session-variable used for php4-sessions (now renamed to egw_session)
2) $GLOBALS['phpgw{_info}'] ==> $GLOB ALS['egw{_info}']
Revision
17932 -
Directory Listing
Modified
Fri Mar 4 11:30:00 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
$GLOBALS['phpgw{_info}'] ==> $GLOB ALS['egw{_info}']
Revision
17931 -
Directory Listing
Modified
Fri Mar 4 10:36:23 2005 UTC (5 years, 6 months ago) by
zhangweiwu
Original Path:
trunk
Add a notice to let users know most documents are currently on wiki site.
Revision
17930 -
Directory Listing
Modified
Fri Mar 4 08:51:31 2005 UTC (5 years, 6 months ago) by
zhangweiwu
Original Path:
trunk
These info are already on wiki
Revision
17929 -
Directory Listing
Modified
Fri Mar 4 07:59:01 2005 UTC (5 years, 6 months ago) by
zhangweiwu
Original Path:
trunk
again wiki draft
Revision
17928 -
Directory Listing
Modified
Fri Mar 4 07:39:53 2005 UTC (5 years, 6 months ago) by
zhangweiwu
Original Path:
trunk
Further wiki draft modification
Revision
17927 -
Directory Listing
Modified
Fri Mar 4 07:36:04 2005 UTC (5 years, 6 months ago) by
zhangweiwu
Original Path:
trunk
Store my wiki draft of modification/correction here temperarelly to the developer's doc before I regain my wiki midification right^_^
Revision
17926 -
Directory Listing
Modified
Thu Mar 3 17:15:02 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
called for every app now, not only for the ones enabled for the user
Revision
17925 -
Directory Listing
Modified
Thu Mar 3 17:07:32 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed typo from lars
Revision
17924 -
Directory Listing
Modified
Thu Mar 3 17:06:46 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
added {hidden_vars} to save the referer
Revision
17923 -
Directory Listing
Modified
Thu Mar 3 16:57:07 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) referer check to find out if called via admin or the sidebox menu of an app, in that case show the sidebox-menu of that app and not of admin and return to it
2) load the translations of the app to configure too, so it's phrases dont need to be in common, to have them in admin and the app
Revision
17922 -
Directory Listing
Modified
Thu Mar 3 15:20:13 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
seems not to be used (anymore)
Revision
17921 -
Directory Listing
Modified
Thu Mar 3 15:14:26 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
removed instanciation of not used gdgraph class
Revision
17920 -
Directory Listing
Modified
Thu Mar 3 15:13:30 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
seems not to be used (anymore)
Revision
17919 -
Directory Listing
Modified
Thu Mar 3 15:02:28 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
seems not to be used (anymore)
Revision
17918 -
Directory Listing
Modified
Thu Mar 3 14:33:47 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
Version 0.8.212b
===========================
Thu Mar 03 15:30:00 CET 2005
- fixed bug where image previews were not shown
Revision
17917 -
Directory Listing
Modified
Thu Mar 3 13:17:39 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
Version 0.8.212a
===========================
Thu Mar 03 14:15:00 CET 2005
- implemented upload path validation checks (edit_site/test_database_and_paths)
Revision
17916 -
Directory Listing
Modified
Thu Mar 3 11:01:19 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
given the regular "you need to port your header ..." message
Revision
17915 -
Directory Listing
Modified
Thu Mar 3 10:47:28 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
changing from
1) $GLOBALS['phpgw_info'] to $GLOBALS['egw_info'],
2) $GLOBALS['phpgw'] to $GLOBALS['egw'],
3) PHPGW_ to EGW_ constants
The phpgw ones ars now a reference to the new egw ones, to allow a soft migration
Revision
17914 -
Directory Listing
Modified
Thu Mar 3 10:45:52 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
new header-template to:
1) correct the displayed page-generation-time for idots and jerry
2) use ob_start to get rid of "Header could not be sent, output started at ..." errors
3) changing from $GLOBALS['phpgw_info'] to $GLOBALS['egw_info'], the phpgw one is now a reference to the new egw one, to allow a soft migration
Revision
17913 -
Directory Listing
Modified
Thu Mar 3 09:01:24 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) sending a content-type header to overwrite apaches default charset
2) submitting the form, if someone changes the language after entering user and password
Revision
17912 -
Directory Listing
Modified
Wed Mar 2 15:14:35 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
Version 0.8.212
===========================
Wed Mar 02 16:15:00 CET 2005
- fixed bug in record filter where selected filter was not remembered
- finished implementation of object data CSV export
- finished implementation of new, fast and generic data retrieval function
- added unique_id field to jinn_object table
- now uses unique_id field to save preferences
- fixed bug where sortorder change in list configuration seemed to have no effect
Revision
17911 -
Directory Listing
Modified
Wed Mar 2 08:56:24 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
*** empty log message ***
Revision
17910 -
Directory Listing
Modified
Wed Mar 2 08:53:42 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
*** empty log message ***
Revision
17909 -
Directory Listing
Modified
Wed Mar 2 08:50:39 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
cleanup
Revision
17908 -
Directory Listing
Modified
Wed Mar 2 08:35:10 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
make add / edit a popup
Revision
17906 -
Directory Listing
Modified
Wed Mar 2 02:50:42 2005 UTC (5 years, 6 months ago) by
dawnlinux
Original Path:
trunk
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
17905 -
Directory Listing
Modified
Tue Mar 1 10:58:04 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
add admin section
Revision
17904 -
Directory Listing
Modified
Tue Mar 1 10:20:03 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
finished work on accessories
Revision
17903 -
Directory Listing
Modified
Tue Mar 1 10:19:33 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
make app 100% of width
Revision
17902 -
Directory Listing
Modified
Tue Mar 1 08:51:16 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
fix small bug on links
Revision
17901 -
Directory Listing
Modified
Mon Feb 28 18:37:17 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
don't issue warning when template file is empty
Revision
17900 -
Directory Listing
Modified
Mon Feb 28 18:36:54 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
Now activities scripts can use the global variable ['phpgw']->template in addition to the local variable
Revision
17899 -
Directory Listing
Modified
Mon Feb 28 16:12:31 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
Applied patches #1151626 from Regis Leroy that allow configuration of global ACL rights on a group level (before it was only possible on a user level). This will allow to control access to the admin and monitor sections of the workflow app using its new acl hook
Revision
17898 -
Directory Listing
Modified
Mon Feb 28 16:11:47 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
added png support
Revision
17897 -
Directory Listing
Modified
Mon Feb 28 15:57:27 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
Applied patches #1151636 posted by Regis Leroy that implement acl permissions for accessing admin and monitoring sections. Do not forget to update admin app as well, and register all hooks
Revision
17896 -
Directory Listing
Modified
Mon Feb 28 15:52:35 2005 UTC (5 years, 6 months ago) by
wnz_gh05t
Original Path:
trunk
*** empty log message ***
Revision
17895 -
Directory Listing
Modified
Mon Feb 28 15:19:31 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
work on accessories
Revision
17894 -
Directory Listing
Modified
Mon Feb 28 11:51:10 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) corrected fix of wrong comparison with NULL in column_data_implode
2) allow for null in array in column_data_implode
Revision
17893 -
Directory Listing
Modified
Mon Feb 28 03:18:44 2005 UTC (5 years, 6 months ago) by
dawnlinux
Original Path:
trunk
Add a German translation
Revision
17891 -
Directory Listing
Modified
Sun Feb 27 23:33:14 2005 UTC (5 years, 6 months ago) by
lkneschke
Original Path:
trunk
changes to keep track of changed content
Revision
17890 -
Directory Listing
Modified
Sun Feb 27 23:30:55 2005 UTC (5 years, 6 months ago) by
lkneschke
Original Path:
trunk
add new table to keep track of contentchanges
Revision
17889 -
Directory Listing
Modified
Sun Feb 27 23:29:40 2005 UTC (5 years, 6 months ago) by
lkneschke
Original Path:
trunk
add class to handle history of content inside egw
Revision
17888 -
Directory Listing
Modified
Sun Feb 27 23:27:36 2005 UTC (5 years, 6 months ago) by
lkneschke
Original Path:
trunk
add 2 function sto handle global UIDs
Revision
17887 -
Directory Listing
Modified
Sun Feb 27 21:32:43 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
killed a debug-message
Revision
17886 -
Directory Listing
Modified
Sun Feb 27 21:32:06 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
silently fixing 0 based array
Revision
17885 -
Directory Listing
Modified
Sun Feb 27 21:31:10 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
reworked so_sql class with new db-methods db::select, db::insert, db::update, db::delete and added get_rows method for the nextmatch widget
Revision
17884 -
Directory Listing
Modified
Sun Feb 27 21:27:36 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed wrong comparison with NULL in column_data_implode
Revision
17883 -
Directory Listing
Modified
Sun Feb 27 19:51:24 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed update problem of wiki, RenameColumn could not deal with column-names in mixed case
Revision
17881 -
Directory Listing
Modified
Sun Feb 27 13:40:45 2005 UTC (5 years, 6 months ago) by
reinerj
Original Path:
trunk
update lang file from Antoine Theytaz for French
Revision
17880 -
Directory Listing
Modified
Sun Feb 27 10:20:49 2005 UTC (5 years, 6 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17878 -
Directory Listing
Modified
Sun Feb 27 08:10:41 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed wrong charset of included URL: convert content, if it uses a different charset
Revision
17877 -
Directory Listing
Modified
Sat Feb 26 15:29:45 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
Applied patch 1149644 from Regis Leroy that fixed broken activity role deletion
Revision
17876 -
Directory Listing
Modified
Sat Feb 26 14:00:02 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
'vfs_' column-prefix and "new" table-name for egw_vfs
- needed for the oracle support
Also put vfs and vfs_shared in one file
Revision
17875 -
Directory Listing
Modified
Sat Feb 26 13:58:53 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
'vfs_' column-prefix and "new" table-name for egw_vfs
- needed for the oracle support
Revision
17874 -
Directory Listing
Modified
Sat Feb 26 07:09:33 2005 UTC (5 years, 6 months ago) by
reinerj
Original Path:
trunk
update Switzerland holiday file from Samuel Weiss
Revision
17872 -
Directory Listing
Modified
Fri Feb 25 13:18:40 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
work on accessories
Revision
17871 -
Directory Listing
Modified
Fri Feb 25 12:39:48 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
make show.rows nicer / add accessories icons
Revision
17870 -
Directory Listing
Modified
Fri Feb 25 12:13:57 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
Version 0.8.210j
===========================
Fri Feb 25 13:15:00 CET 2005
**UNSTABLE**
- refactored filter code in uiu_list_records
- refactored uiu_filter class
- started implementation of object data CSV export
- started implementation of new, fast and generic data retrieval function in sojinn class
Revision
17869 -
Directory Listing
Modified
Fri Feb 25 11:41:24 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
update requirements to run properly
Revision
17868 -
Directory Listing
Modified
Fri Feb 25 11:35:51 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
make hooks nicer
Revision
17867 -
Directory Listing
Modified
Fri Feb 25 11:15:27 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
finished work on links (hopefully :-))
Revision
17866 -
Directory Listing
Modified
Fri Feb 25 09:25:25 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
fixing tables-update
Revision
17865 -
Directory Listing
Modified
Fri Feb 25 08:55:37 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
work on links and accessories
Revision
17864 -
Directory Listing
Modified
Fri Feb 25 07:45:37 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) enabled DB support additionaly for:
- Oracle via oci8 or odbc extension
- MsSql via odbc extension
2) added checks for the neccesary extension incl. loading them if they are not loaded by default: db extensions and session extension. This is now consitent wiht check_install.
3) sessions class tries now to load the php session extension and silently fallbacks to db-sessions
Revision
17863 -
Directory Listing
Modified
Thu Feb 24 21:02:24 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
bugfixes and using the checkbox version for the mutiple selectbox
Revision
17862 -
Directory Listing
Modified
Thu Feb 24 21:01:13 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
implemented a multiselectbox with checkboxes:
- it looks nearly like a multiple selectbox, eg. scrolls for further lines
- it acts in the same way in forms
- it's NOT identical if using it via javascript
Revision
17861 -
Directory Listing
Modified
Thu Feb 24 18:24:26 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
make links working
Revision
17859 -
Directory Listing
Modified
Thu Feb 24 14:08:27 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed bug: not all custom fields are shown readonly if only editing the status is allowed (thought they will not be saved anyway)
Revision
17858 -
Directory Listing
Modified
Thu Feb 24 13:10:57 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
work on accessories and links
Revision
17857 -
Directory Listing
Modified
Wed Feb 23 19:05:21 2005 UTC (5 years, 6 months ago) by
wnz_gh05t
Original Path:
trunk
*** empty log message ***
Revision
17856 -
Directory Listing
Modified
Wed Feb 23 14:33:00 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
some bugfixes:
- tab-widgets can be edited (new editor lost template content and onclick_handler, if looping)
- select widgets accept again options via $sel_options[$name] $name is the name of the widget and not the form_name
- grid-options get loaded again via the old editor
Revision
17855 -
Directory Listing
Modified
Wed Feb 23 11:50:12 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
*** empty log message ***
Revision
17854 -
Directory Listing
Modified
Wed Feb 23 11:48:59 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
add sideboxmenu
Revision
17853 -
Directory Listing
Modified
Wed Feb 23 10:49:44 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
template makeup
Revision
17852 -
Directory Listing
Modified
Wed Feb 23 09:57:57 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
beginn with accessories functionality
Revision
17851 -
Directory Listing
Modified
Wed Feb 23 09:36:46 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fix to allow session-id in the url too
Revision
17850 -
Directory Listing
Modified
Wed Feb 23 08:34:50 2005 UTC (5 years, 6 months ago) by
dawnlinux
Original Path:
trunk
Fix the bug: When finish adding a news, click the "done" button, it will jump to an admin page of all news in any category no matter you have the access or not. Here you can view/edit/delete all the new as you like. This is a quite serious bug for news_admin module.
After the change, when click the "done" button, it will jump to view all news page.
This is not a final solution because any user can use a url to visit the admin page. A further acl check should be added in the future.
Revision
17849 -
Directory Listing
Modified
Tue Feb 22 22:11:00 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
docu update
Revision
17848 -
Directory Listing
Modified
Tue Feb 22 21:02:26 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
- style popup is working now: allows to edit the embeded styles of an eTemplate as well of the apps app.css file
- some bugfixes in the editor
- popups can now directly called by a button and you can pass params via the content array
Revision
17847 -
Directory Listing
Modified
Tue Feb 22 19:06:48 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
cleanup todo
Revision
17846 -
Directory Listing
Modified
Tue Feb 22 19:02:07 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
handle non 4:3 pictures
Revision
17845 -
Directory Listing
Modified
Tue Feb 22 15:43:01 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
Version 0.8.210i
===========================
Fri Feb 22 16:40:00 CET 2005
- added filemanager field plugin to replace ImagePath plugin
- implementation of Image Browse Server Popup finished, embedded in new filemanager plugin
- fixed bug button was named 'continue' which is javascript keyword
- fixed multiple bugs in Image Browse Server Popup legacy code
Revision
17844 -
Directory Listing
Modified
Mon Feb 21 15:56:21 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
don't translate cats
Revision
17843 -
Directory Listing
Modified
Mon Feb 21 12:26:20 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed errors in the conversation from grids to boxes and the insert-behind for boxes
Revision
17842 -
Directory Listing
Modified
Mon Feb 21 09:21:48 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
allowing to set no_lang attribute for filter and filter2 via the content-array (as needed by Cornelius Weiss)
Revision
17839 -
Directory Listing
Modified
Mon Feb 21 08:01:33 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
checking for the session extension
Revision
17838 -
Directory Listing
Modified
Mon Feb 21 07:57:41 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
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
17837 -
Directory Listing
Modified
Sun Feb 20 21:47:14 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
added escaping of onclick for buttons
Revision
17836 -
Directory Listing
Modified
Sun Feb 20 21:45:24 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
next step to a new eTemplate editor:
- new editor has now everything the old one had, beside editing of embeded stylesheets
- new possibility to define a confirmation for buttons via javascript
- finetuned the garbadge collection for php4 sessions
Revision
17835 -
Directory Listing
Modified
Sun Feb 20 18:01:52 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
display admin for each cat
Revision
17834 -
Directory Listing
Modified
Sun Feb 20 17:50:39 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
make cat list nicer
Revision
17833 -
Directory Listing
Modified
Sun Feb 20 17:10:48 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
work on acl
Revision
17832 -
Directory Listing
Modified
Sun Feb 20 14:41:52 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
add direct booking to acl
Revision
17829 -
Directory Listing
Modified
Sat Feb 19 10:35:04 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
new norwegian translations from ��yvind Kronkvist <oyvind-at-kronkvist.no>
Revision
17828 -
Directory Listing
Modified
Fri Feb 18 22:44:42 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
next step to a new eTemplate editor:
- widget editor works quite nice
- beware it can create Templates the old editor cant understand and destroy if you save or export them from the old editor!
=> need to move the other functionality (import, export, dump, ..) of the old editor to the new one, so the old editor can retire ;-)
Revision
17827 -
Directory Listing
Modified
Fri Feb 18 20:28:06 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
optimized handling of app_session data under php4: previously there was always a copy of the data in $GLOBALS['phpgw_sessions'], which is unnecessary and needs double as much memory. Also changed the name from $_SESSION[phpgw_session] to $_SESSION[egw]
Revision
17825 -
Directory Listing
Modified
Fri Feb 18 13:23:27 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed problem with not displayed project, if using the link from infolog
Revision
17824 -
Directory Listing
Modified
Fri Feb 18 12:55:52 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
Version 0.8.210h
===========================
Fri Feb 18 13:50:00 CET 2005
- basic implementation of Image Browse Server plugin
- added current upload path and url functions to bouser
- imagepath plugin now uses these functions
Revision
17823 -
Directory Listing
Modified
Thu Feb 17 17:29:07 2005 UTC (5 years, 6 months ago) by
wnz_gh05t
Original Path:
trunk
*** empty log message ***
Revision
17822 -
Directory Listing
Modified
Thu Feb 17 15:34:29 2005 UTC (5 years, 6 months ago) by
wnz_gh05t
Original Path:
trunk
*** empty log message ***
Revision
17821 -
Directory Listing
Modified
Thu Feb 17 15:33:26 2005 UTC (5 years, 6 months ago) by
wnz_gh05t
Original Path:
trunk
*** empty log message ***
Revision
17820 -
Directory Listing
Modified
Thu Feb 17 15:27:43 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
cvs is a bit weired
Revision
17819 -
Directory Listing
Modified
Thu Feb 17 14:54:22 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
makup
Revision
17818 -
Directory Listing
Modified
Thu Feb 17 14:51:24 2005 UTC (5 years, 6 months ago) by
lex_vogelaar
Original Path:
trunk
- started implementation of Image Browse Server plugin
- fixed bug: list filter sessionvariables got lost when switching from user to admin and vice versa
- fixed bug in column filters List Records where selected filter was forgotten
Revision
17817 -
Directory Listing
Modified
Thu Feb 17 14:44:00 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
*** empty log message ***
Revision
17816 -
Directory Listing
Modified
Thu Feb 17 14:42:34 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
add bookable byeable pics
Revision
17815 -
Directory Listing
Modified
Thu Feb 17 14:00:14 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
*** empty log message ***
Revision
17814 -
Directory Listing
Modified
Thu Feb 17 13:41:30 2005 UTC (5 years, 6 months ago) by
wnz_gh05t
Original Path:
trunk
*** empty log message ***
Revision
17813 -
Directory Listing
Modified
Thu Feb 17 13:03:13 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
code cleanup
Revision
17812 -
Directory Listing
Modified
Thu Feb 17 12:43:26 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
list : 2 rows each entry
Revision
17811 -
Directory Listing
Modified
Thu Feb 17 11:53:36 2005 UTC (5 years, 6 months ago) by
reinerj
Original Path:
trunk
update Italy holiday file from Giovanni Guerrieri
Revision
17809 -
Directory Listing
Modified
Thu Feb 17 11:45:14 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
fix list view of some plugins
Revision
17808 -
Directory Listing
Modified
Thu Feb 17 11:23:00 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
add cvs id-tags for all
Revision
17807 -
Directory Listing
Modified
Thu Feb 17 11:17:19 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
hopfully finished work on pictures :-)
Revision
17806 -
Directory Listing
Modified
Thu Feb 17 10:33:12 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
removed this not longer (if ever) used files
Revision
17805 -
Directory Listing
Modified
Thu Feb 17 09:53:46 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
work on pictures and vfs
Revision
17804 -
Directory Listing
Modified
Thu Feb 17 08:04:55 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
icon pic support
Revision
17802 -
Directory Listing
Modified
Thu Feb 17 07:12:53 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
latest translations from Valentin Laskov
Revision
17801 -
Directory Listing
Modified
Wed Feb 16 22:49:15 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
add acl todos
Revision
17800 -
Directory Listing
Modified
Wed Feb 16 17:50:57 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
fix syntax error
Revision
17799 -
Directory Listing
Modified
Wed Feb 16 17:46:28 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
fix bug when foreighn table of 1tomany relation does not exits
Revision
17798 -
Directory Listing
Modified
Wed Feb 16 17:15:18 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
- code cleanup uiadmin, uiacl
- removed uiadminacl
- fixed langs
- added dutch and english phrases
Revision
17797 -
Directory Listing
Modified
Wed Feb 16 16:01:53 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
removed media file which we gona implement in another way
Revision
17796 -
Directory Listing
Modified
Wed Feb 16 15:33:20 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
directory cleanup
Revision
17795 -
Directory Listing
Modified
Wed Feb 16 15:31:25 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
- code cleanup in boadmin
- fix Timestamp plugin display
Revision
17794 -
Directory Listing
Modified
Wed Feb 16 14:50:17 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
make get_pictures work with vfs (thanks to ralf)
Revision
17793 -
Directory Listing
Modified
Wed Feb 16 14:20:36 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
corrected typo
Revision
17792 -
Directory Listing
Modified
Wed Feb 16 13:04:14 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
1) big documentation update
2) image method accepts now:
- image name, search in given app
- URL
- vfs:/ pseudo protocol to access the vfs, eg. vfs:/home/ralf/pic.png
- array with get-vars passed to the link-function for '/index.php'
Revision
17791 -
Directory Listing
Modified
Wed Feb 16 12:19:20 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
remove blobs from db
Revision
17790 -
Directory Listing
Modified
Wed Feb 16 10:55:39 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
There is really much to do ..
Revision
17789 -
Directory Listing
Modified
Wed Feb 16 10:27:08 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
an project need a readme or?
Revision
17788 -
Directory Listing
Modified
Wed Feb 16 10:26:22 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
show image w.o. vfs since this is atm not supported by eTemplate
Revision
17787 -
Directory Listing
Modified
Tue Feb 15 23:22:10 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
first step to a new eTemplate editor:
- based on existing show function the template can be edited in place
- dblclicked widgets will be edited in a popup
- new editor supports not only one grid, but a hirachical tree of widgets
still missing:
- editing and operations of grid rows and columns
- type-specific templates for the popup, to make the options more intuitiv
In the meantime the old editor is still functional
Revision
17786 -
Directory Listing
Modified
Tue Feb 15 16:33:22 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
- fixed db fields plugins display in setup (about jinn)
- display object events plugins in about jinn
- changed author in ob.ev.plugin: email to lex vogelaar
- implemented special field prefix for foreign value
- implemented the ability to use the substituted foreign value of a field in the email ob.ev.plugin
- isolated the one2many input renderering to a separate function
- cleanup the edit_record form generator a little
Revision
17785 -
Directory Listing
Modified
Tue Feb 15 16:26:21 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
save pictures and thumbs via vfs
Revision
17784 -
Directory Listing
Modified
Tue Feb 15 16:13:11 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
- implemented on_update for multiple record update
Revision
17781 -
Directory Listing
Modified
Tue Feb 15 08:18:27 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
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
17780 -
Directory Listing
Modified
Tue Feb 15 08:06:46 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
re-added the api dependency for 1.0.1, the last comit removed it
Revision
17779 -
Directory Listing
Modified
Mon Feb 14 17:37:57 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
reorganized plugin directory structure
Revision
17777 -
Directory Listing
Modified
Mon Feb 14 17:35:54 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
removed extra table tag
Revision
17775 -
Directory Listing
Modified
Mon Feb 14 17:32:47 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
don't kill script, or else page footer won't be shown
Revision
17773 -
Directory Listing
Modified
Mon Feb 14 16:56:48 2005 UTC (5 years, 6 months ago) by
alpeb
Original Path:
trunk
Insert footer on main view
Revision
17772 -
Directory Listing
Modified
Mon Feb 14 16:37:17 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
- implemented multiple records view
- small layout change single record view
Revision
17771 -
Directory Listing
Modified
Mon Feb 14 15:05:11 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed cat-selection after removal of depricated class-var
Revision
17770 -
Directory Listing
Modified
Mon Feb 14 14:55:45 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
bugfixes
Revision
17769 -
Directory Listing
Modified
Mon Feb 14 12:03:06 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
nicer save-function
Revision
17768 -
Directory Listing
Modified
Mon Feb 14 10:39:10 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed bug reported by Reinhard Gustavik on the german list: custom status get's not saved and not used
Revision
17766 -
Directory Listing
Modified
Sun Feb 13 16:57:18 2005 UTC (5 years, 6 months ago) by
dragob
Original Path:
trunk
Some phrases added.
Revision
17765 -
Directory Listing
Modified
Sun Feb 13 13:03:36 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed inline documentation, works very nice now
Revision
17764 -
Directory Listing
Modified
Sun Feb 13 13:03:01 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
- new function widget_tree_walk, which aplies a given function to all widgets or a template, used now by soetemplate::getToTranslate() and boetemplate::set_cell_attribute()
- fixed inline documentation, works very nice now
Revision
17763 -
Directory Listing
Modified
Sun Feb 13 11:38:38 2005 UTC (5 years, 6 months ago) by
dragob
Original Path:
trunk
Fixed some bugs from SF.
Commented out the ACL using //ACL.
Some discussion and additional acl extensions are needed before a working version.
Revision
17760 -
Directory Listing
Modified
Sat Feb 12 19:41:53 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
Upps: some more bugs found and fixed (removing of dirs and directly chaning into new dirs)
Revision
17757 -
Directory Listing
Modified
Sat Feb 12 17:32:38 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
some bugfixes related to empty database
Revision
17754 -
Directory Listing
Modified
Sat Feb 12 15:55:19 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fix for php5
Revision
17753 -
Directory Listing
Modified
Sat Feb 12 15:54:29 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed not set initial status
Revision
17752 -
Directory Listing
Modified
Sat Feb 12 15:50:56 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
new database version for picture uploa
Revision
17751 -
Directory Listing
Modified
Sat Feb 12 15:49:38 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
picture upload completed
Revision
17750 -
Directory Listing
Modified
Sat Feb 12 15:09:30 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fixed not shown priority
Revision
17748 -
Directory Listing
Modified
Sat Feb 12 14:37:25 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fix for php5
Revision
17746 -
Directory Listing
Modified
Sat Feb 12 13:59:08 2005 UTC (5 years, 6 months ago) by
ralfbecker
Original Path:
trunk
fix for bug [ 1120676 ] Date&Linking Probs in InfoLog:
caused by error in handling of array's when magic_quotes_gpc was on
Revision
17745 -
Directory Listing
Modified
Sat Feb 12 08:27:11 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
nice icons :-)
Revision
17744 -
Directory Listing
Modified
Sat Feb 12 08:25:26 2005 UTC (5 years, 6 months ago) by
nelius_weiss
Original Path:
trunk
work on picture upload
Revision
17743 -
Directory Listing
Modified
Fri Feb 11 21:59:51 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
add and fix Dutch en English translations
Revision
17742 -
Directory Listing
Modified
Fri Feb 11 20:27:37 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
- implemented all basic functionality object event plugin system
- fixed class variable 'plug' was not declared in boadmin class
- fixed syntax typo in Dutch lang file
Revision
17741 -
Directory Listing
Modified
Fri Feb 11 15:37:05 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
second fase event object config
Revision
17740 -
Directory Listing
Modified
Fri Feb 11 12:38:50 2005 UTC (5 years, 6 months ago) by
mipmip
Original Path:
trunk
Version 0.8.210
Thu Feb ???? CET 2005
============================
- implemented column filters in List Records
- started object event plugin system
Version 0.8.209
Thu Feb 04 10:34:32 CET 2005
============================
- implemented default columnview implementation
- one-to-many and many-to-many relations now can have up to 3 display fields
- fixed bug many-to-many relations were not stored after editing
- implemented default value in one-to-many relation
- storage of relations now serialized array (with silent conversion when editing object)
- fixed bug in listview where fields were not displaying their corresponding value in a one-to-many relation
- implemented preset plugin
- refactored mandatory field code
- refactoring: replaced '_HIDE_' with '_DISABLED_' in plugin system
- depreciated 'hide this field plugin'. Is now 'disable field' plugin.
Revision
17739 -
Directory Listing
Modified
Thu Feb 10 15:15:29 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
updates to work around postgres error while upgrading a phpGW 0.9.14 install
Revision
17737 -
Directory Listing
Modified
Thu Feb 10 14:16:02 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
updated dependencies
Revision
17736 -
Directory Listing
Modified
Thu Feb 10 01:09:06 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fix for bug [ 1084324 ] Database error when try to search holidays
Revision
17734 -
Directory Listing
Modified
Thu Feb 10 00:13:37 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fix for bug [ 1106014 ] Problems with recurring events (several bugs)
Revision
17733 -
Directory Listing
Modified
Thu Feb 10 00:10:39 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
no longer deleting all custom-fields on updating an event, as requested by the outlook sync people
Revision
17731 -
Directory Listing
Modified
Wed Feb 9 20:32:48 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed bug [ 1107983 ] Repeating Events out of order/shifted
Revision
17730 -
Directory Listing
Modified
Wed Feb 9 20:22:50 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
quitened a warning
Revision
17729 -
Directory Listing
Modified
Wed Feb 9 20:00:56 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed bug [ 1107983 ] Repeating Events out of order/shifted
Revision
17727 -
Directory Listing
Modified
Wed Feb 9 18:17:44 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed bug [ 1103731 ] calendar dont work without infolog installed
fixed bug [ 1115160 ] Calender Updated Time Error
Revision
17725 -
Directory Listing
Modified
Wed Feb 9 18:06:03 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed bug [ 1119190 ] broken HTML escaping in calendar notes
Revision
17721 -
Directory Listing
Modified
Wed Feb 9 17:27:47 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed bug [ 1044201 ] Anonymous wiki redirects to wrong page when not logged in
Revision
17719 -
Directory Listing
Modified
Wed Feb 9 16:48:30 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed bug [ 1106069 ] bad hypertext link creation when '&' is in the URL
Revision
17717 -
Directory Listing
Modified
Wed Feb 9 16:24:17 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed bug [ 1051483 ] deleting an infolog entry not delete it's attachments.
I also delete empty dirs (after last attachment was deleted).
Revision
17715 -
Directory Listing
Modified
Wed Feb 9 14:59:38 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed not working attachments after first file-attachment on new created infolog-entries, eg. [ 1052140 ]
Revision
17714 -
Directory Listing
Modified
Wed Feb 9 14:41:43 2005 UTC (5 years, 7 months ago) by
nelius_weiss
Original Path:
trunk
some edit dialog enhancements
Revision
17713 -
Directory Listing
Modified
Wed Feb 9 13:53:16 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
select: fixed quoting of option texts in selectbox,
htmlspecialchars: dont quote < > as they are already entities
Revision
17709 -
Directory Listing
Modified
Wed Feb 9 10:15:49 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
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
Revision
17708 -
Directory Listing
Modified
Wed Feb 9 10:13:24 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
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
17707 -
Directory Listing
Modified
Tue Feb 8 19:36:22 2005 UTC (5 years, 7 months ago) by
nelius_weiss
Original Path:
trunk
*** empty log message ***
Revision
17706 -
Directory Listing
Modified
Tue Feb 8 19:28:18 2005 UTC (5 years, 7 months ago) by
nelius_weiss
Original Path:
trunk
*** empty log message ***
Revision
17705 -
Directory Listing
Modified
Tue Feb 8 19:10:24 2005 UTC (5 years, 7 months ago) by
nelius_weiss
Original Path:
trunk
This commit was generated by cvs2svn to compensate for changes in r17704,
which included commits to RCS files with non-trunk default branches.
Revision
17703 -
Directory Listing
Modified
Tue Feb 8 18:22:18 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fix for bug [ 1019398 ] s/Referenz/Reference/
Revision
17702 -
Directory Listing
Modified
Tue Feb 8 18:21:07 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
using clone() to create copies of the db-object for php5 compatibility
Revision
17701 -
Directory Listing
Modified
Tue Feb 8 18:08:08 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
using clone() to create copies of the db-object for php5 compatibility
Revision
17699 -
Directory Listing
Modified
Tue Feb 8 17:58:25 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
using clone() to create copies of the db-object for php5 compatibility
Revision
17698 -
Directory Listing
Modified
Tue Feb 8 17:53:03 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
using clone() to create copies of the db-object for php5 compatibility
Revision
17697 -
Directory Listing
Modified
Tue Feb 8 17:46:34 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
Sending "... is no valid method" error now as validation error, instead just echoing it
Revision
17696 -
Directory Listing
Modified
Tue Feb 8 14:59:41 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
Step #3: xml export now with any tree too.
Editing still need to be reworked.
More to come ...
Revision
17695 -
Directory Listing
Modified
Tue Feb 8 12:29:06 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
Step #2: Redering and importing (xml) are working now with any tree.
Export and editing still need to be reworked.
More to come ...
Revision
17694 -
Directory Listing
Modified
Mon Feb 7 20:28:05 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
automaticaly lowercase column- and tablenames for oracle (as already done for MaxDB) and setting the maximum index length for oracle to 30
Revision
17693 -
Directory Listing
Modified
Mon Feb 7 16:56:19 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
automaticaly lowercase column- and tablenames for oracle (as already done for MaxDB)
Revision
17692 -
Directory Listing
Modified
Mon Feb 7 16:14:33 2005 UTC (5 years, 7 months ago) by
alpeb
Original Path:
trunk
-Database schemas changed with better normalization and support for dbs.
-removed spell-checking: let htmlarea handle this
Revision
17691 -
Directory Listing
Modified
Mon Feb 7 15:14:26 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update holidays file from Centurypcb Raymond Chen
Revision
17689 -
Directory Listing
Modified
Mon Feb 7 07:09:33 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
boinfolog::write: allow to (un)set touch_modified and set_default parameters via the values array (eg. for xmlrpc)
Revision
17688 -
Directory Listing
Modified
Sun Feb 6 18:12:26 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
reworked a bit the UI:
- more idots conform (app_header)
- showing im-/exported xml (fixed old debug output)
- return works not in the name-field
Revision
17687 -
Directory Listing
Modified
Sun Feb 6 17:52:43 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed translation of groupbox caption
Revision
17686 -
Directory Listing
Modified
Sun Feb 6 15:49:50 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
1) added GroupBox (HTML: fieldset) to group widgets by a frame with an optional caption
2) Step #1 of removing eTemplate's limitation on allowing only a grid as root element of the widget tree (which can NOT directly contain further grids, thought references to other templates/grids are ok). The storage layer allows now a real tree. Redering and editing only works on the old data variable, which is now a reference to the first grid in the tree.
More to come ...
Revision
17685 -
Directory Listing
Modified
Sun Feb 6 15:42:31 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
added html fieldset
Revision
17683 -
Directory Listing
Modified
Sat Feb 5 14:18:18 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
change to reflect change in name of etemplate var
Revision
17682 -
Directory Listing
Modified
Sat Feb 5 10:23:19 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
change to reflect change in name of etemplate var
Revision
17681 -
Directory Listing
Modified
Sat Feb 5 10:22:25 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
fixed creation of infolog without any link (contained link with id=1 on HEAD)
Revision
17679 -
Directory Listing
Modified
Fri Feb 4 17:48:21 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from Mats Fredriksson for Swedish
Revision
17677 -
Directory Listing
Modified
Fri Feb 4 17:36:10 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from Mats Fredriksson for Swedish
Revision
17676 -
Directory Listing
Modified
Fri Feb 4 17:35:29 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from Mats Fredriksson for Swedish
Revision
17674 -
Directory Listing
Modified
Fri Feb 4 17:33:19 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from Mats Fredriksson for Swedish
Revision
17672 -
Directory Listing
Modified
Fri Feb 4 17:32:12 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from Mats Fredriksson for Swedish
Revision
17669 -
Directory Listing
Modified
Fri Feb 4 13:40:56 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
Fixed disapearing backslashes if magic_quotes_gpc=Off. Now stripslashes is only run if it's On.
Revision
17668 -
Directory Listing
Modified
Fri Feb 4 11:13:01 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
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
17664 -
Directory Listing
Modified
Thu Feb 3 16:42:20 2005 UTC (5 years, 7 months ago) by
nelius_weiss
Original Path:
trunk
Initial revision
Revision
17663 -
Directory Listing
Modified
Thu Feb 3 13:20:47 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
re-added 1.0.1 dependeny for phpgwapi (was lost after omgs's bugfix)
Revision
17662 -
Directory Listing
Modified
Thu Feb 3 12:34:12 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
killed a warning, if there's noone to notify
Revision
17660 -
Directory Listing
Modified
Tue Feb 1 11:23:35 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
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
17658 -
Directory Listing
Modified
Tue Feb 1 10:00:09 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
latest translations from Valentin Laskov
Revision
17656 -
Directory Listing
Modified
Sun Jan 30 21:04:07 2005 UTC (5 years, 7 months ago) by
dragob
Original Path:
trunk
New module that lets you add applets to your webpage.
Revision
17651 -
Directory Listing
Modified
Sat Jan 29 20:32:07 2005 UTC (5 years, 7 months ago) by
omgs
Original Path:
trunk
bug 1112125
Revision
17649 -
Directory Listing
Modified
Sat Jan 29 19:36:06 2005 UTC (5 years, 7 months ago) by
omgs
Original Path:
trunk
bug 1112125
Revision
17647 -
Directory Listing
Modified
Sat Jan 29 16:27:18 2005 UTC (5 years, 7 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17645 -
Directory Listing
Modified
Sat Jan 29 13:05:52 2005 UTC (5 years, 7 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17644 -
Directory Listing
Modified
Sat Jan 29 10:19:10 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
added (optional) modified parameter to xmlrpc search method (bocalendar::store_to_cache, socalendar::list_events, socalendar::list_repeated_events) as requested by Espen Laursen and Ian Smith-Heisters for a better sync support
Revision
17643 -
Directory Listing
Modified
Sat Jan 29 03:35:42 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
Thanks to Wolfgang Scheuing for messenger languange update
Revision
17642 -
Directory Listing
Modified
Sat Jan 29 03:33:05 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
Thanks to wangpenghui AT realss DOT com for messenger language update
Revision
17641 -
Directory Listing
Modified
Sat Jan 29 03:29:41 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
Add new function of composing messengers to group users
Revision
17640 -
Directory Listing
Modified
Sat Jan 29 03:28:50 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
Add new function of composing messengers to group users.
Revision
17639 -
Directory Listing
Modified
Sat Jan 29 03:25:46 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
Add link of "compose to groups" in the messenger index.
Revision
17637 -
Directory Listing
Modified
Fri Jan 28 22:01:12 2005 UTC (5 years, 7 months ago) by
ak703
Original Path:
trunk
fix bug loosing email-entry after adding the user
thx to Thai Duong
Revision
17636 -
Directory Listing
Modified
Fri Jan 28 20:12:28 2005 UTC (5 years, 7 months ago) by
ak703
Original Path:
trunk
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
17635 -
Directory Listing
Modified
Fri Jan 28 18:34:15 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from ReklamaLab.RU
Revision
17634 -
Directory Listing
Modified
Fri Jan 28 18:33:28 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from ReklamaLab.RU
Revision
17633 -
Directory Listing
Modified
Fri Jan 28 18:30:13 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from ReklamaLab.RU
Revision
17632 -
Directory Listing
Modified
Fri Jan 28 18:29:23 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from ReklamaLab.RU
Revision
17631 -
Directory Listing
Modified
Fri Jan 28 18:28:14 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
update lang file from ReklamaLab.RU
Revision
17628 -
Directory Listing
Modified
Fri Jan 28 07:53:17 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
Add option "Select User" as the default option in the user select list
Revision
17626 -
Directory Listing
Modified
Fri Jan 28 07:07:02 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
Correct a spelling error
Revision
17625 -
Directory Listing
Modified
Thu Jan 27 11:07:36 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
fixed switchboard plugin which didn't work because the newlines weren't trimmed
Revision
17624 -
Directory Listing
Modified
Thu Jan 27 01:50:29 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
Enable searching the given name when doing a query by alphabet
Revision
17623 -
Directory Listing
Modified
Tue Jan 25 16:10:34 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
fixed wrong plugin versions
Revision
17622 -
Directory Listing
Modified
Tue Jan 25 13:07:02 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
new preset plugin
Revision
17621 -
Directory Listing
Modified
Tue Jan 25 13:05:03 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
changes aan hide plugin, and internal plugin changes, and new pre_value plugin
Revision
17619 -
Directory Listing
Modified
Mon Jan 24 07:34:07 2005 UTC (5 years, 7 months ago) by
ralfbecker
Original Path:
trunk
latest version of the lang-file from "Valentin Laskov" <it@festa.bg>
Revision
17618 -
Directory Listing
Modified
Thu Jan 20 20:21:37 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
Version 0.8.208
Thu Jan 20 21:18:32 CET 2005
============================
- streamline loop for updating table fields
- finish mandatory field implementation
- start of field position implementation
- start of default columnview implementation
- reactivate gifs
Revision
17617 -
Directory Listing
Modified
Wed Jan 19 22:14:03 2005 UTC (5 years, 7 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17616 -
Directory Listing
Modified
Tue Jan 18 11:34:15 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Bulgaria from Valentin Laskov
Revision
17614 -
Directory Listing
Modified
Mon Jan 17 19:26:13 2005 UTC (5 years, 7 months ago) by
alpeb
Original Path:
trunk
Call Activitymanager::replace_activity() with extra parameter to avoid recreation of empty code files
Revision
17613 -
Directory Listing
Modified
Mon Jan 17 19:22:36 2005 UTC (5 years, 7 months ago) by
alpeb
Original Path:
trunk
Do not create empty files if called from ProcessManager::new_process_version because they have already been copied (and recompiled with new path for shared code)
Revision
17612 -
Directory Listing
Modified
Mon Jan 17 13:37:39 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17610 -
Directory Listing
Modified
Mon Jan 17 13:36:20 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17608 -
Directory Listing
Modified
Mon Jan 17 13:35:25 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17606 -
Directory Listing
Modified
Mon Jan 17 13:32:32 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17605 -
Directory Listing
Modified
Mon Jan 17 13:31:49 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17604 -
Directory Listing
Modified
Mon Jan 17 13:29:43 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17603 -
Directory Listing
Modified
Mon Jan 17 13:28:18 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17601 -
Directory Listing
Modified
Mon Jan 17 13:24:19 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17599 -
Directory Listing
Modified
Mon Jan 17 13:22:59 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17598 -
Directory Listing
Modified
Mon Jan 17 13:21:34 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17595 -
Directory Listing
Modified
Mon Jan 17 13:19:46 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17594 -
Directory Listing
Modified
Mon Jan 17 13:17:58 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17591 -
Directory Listing
Modified
Mon Jan 17 13:14:01 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17590 -
Directory Listing
Modified
Mon Jan 17 13:12:32 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17588 -
Directory Listing
Modified
Mon Jan 17 13:07:37 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17585 -
Directory Listing
Modified
Mon Jan 17 13:03:55 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17583 -
Directory Listing
Modified
Mon Jan 17 13:00:31 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17582 -
Directory Listing
Modified
Mon Jan 17 12:58:22 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17581 -
Directory Listing
Modified
Mon Jan 17 12:56:04 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file update Swedish from Marko
Revision
17579 -
Directory Listing
Modified
Mon Jan 17 10:23:02 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
1 fixed ticket 61: many2many relationships failed on new record creation
Revision
17578 -
Directory Listing
Modified
Sun Jan 16 23:31:05 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file from ReklamaLab.RU
Revision
17577 -
Directory Listing
Modified
Sun Jan 16 23:26:59 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file from ReklamaLab.RU
Revision
17575 -
Directory Listing
Modified
Sat Jan 15 18:50:30 2005 UTC (5 years, 7 months ago) by
mbartz
Original Path:
trunk
Fixed typo in the workitem index to correctly view workitem properties
Revision
17574 -
Directory Listing
Modified
Fri Jan 14 02:49:08 2005 UTC (5 years, 7 months ago) by
mbartz
Original Path:
trunk
Corrected a incorrect field name in the where clause for the search string in list_instances call.
Revision
17573 -
Directory Listing
Modified
Fri Jan 14 02:44:13 2005 UTC (5 years, 7 months ago) by
mbartz
Original Path:
trunk
Streamlined filter logic
Revision
17572 -
Directory Listing
Modified
Fri Jan 14 02:42:57 2005 UTC (5 years, 7 months ago) by
mbartz
Original Path:
trunk
Streamlined search string filter logic
Removed extraneous filter parameters
Revision
17571 -
Directory Listing
Modified
Fri Jan 14 02:42:02 2005 UTC (5 years, 7 months ago) by
mbartz
Original Path:
trunk
Added the search string filter
Revision
17569 -
Directory Listing
Modified
Thu Jan 13 22:39:49 2005 UTC (5 years, 7 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17568 -
Directory Listing
Modified
Thu Jan 13 04:04:11 2005 UTC (5 years, 7 months ago) by
mbartz
Original Path:
trunk
Streamlined filter logic and added filter parameter passing to maintain statefulness.
Added error checking in the case of zero activities.
Revision
17567 -
Directory Listing
Modified
Thu Jan 13 03:59:12 2005 UTC (5 years, 7 months ago) by
mbartz
Original Path:
trunk
Modified the activity name in the select box to correctly/completely describe the activity.
Revision
17566 -
Directory Listing
Modified
Thu Jan 13 00:11:35 2005 UTC (5 years, 7 months ago) by
ak703
Original Path:
trunk
remove border from jscal style blue to be able to define border while embedding.
Make integration in sidemenu, or wherelse, more configurable.
Revision
17565 -
Directory Listing
Modified
Wed Jan 12 22:49:20 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
add app specific css file
Revision
17564 -
Directory Listing
Modified
Wed Jan 12 22:48:31 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
synced changelog
Revision
17563 -
Directory Listing
Modified
Wed Jan 12 22:44:26 2005 UTC (5 years, 7 months ago) by
mipmip
Original Path:
trunk
1 improved layout of edit object a little
2 introduced JiNN's own css file in default
3 started with implementation of 'default field diplay in listview'
Revision
17562 -
Directory Listing
Modified
Wed Jan 12 20:49:24 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file from ReklamaLab.RU
Revision
17561 -
Directory Listing
Modified
Wed Jan 12 20:48:37 2005 UTC (5 years, 7 months ago) by
reinerj
Original Path:
trunk
lang file from ReklamaLab.RU
Revision
17559 -
Directory Listing
Modified
Wed Jan 12 13:19:15 2005 UTC (5 years, 7 months ago) by
ak703
Original Path:
trunk
changed row_on/row_off to be not so dull greyish, but more light
Revision
17557 -
Directory Listing
Modified
Wed Jan 12 10:23:22 2005 UTC (5 years, 7 months ago) by
dawnlinux
Original Path:
trunk
fix bug[ 1095813 ]---- access permission setting have no effect after add a news.
Revision
17556 -
Directory Listing
Modified
Wed Jan 12 00:11:12 2005 UTC (5 years, 7 months ago) by
ak703
Original Path:
trunk
modified jscal style to a more friendly layout instead of this grey standard
Revision
17555 -
Directory Listing
Modified
Tue Jan 11 23:58:41 2005 UTC (5 years, 7 months ago) by
ak703
Original Path:
trunk
modified little colors to make egw more readable and take off this greyish feeling
after many people here asking for cleaner/brighter interface
Revision
17554 -
Directory Listing
Modified
Tue Jan 11 23:35:07 2005 UTC (5 years, 7 months ago) by
ak703
Original Path:
trunk
fixed and modified some design/layout issues for better readability
Revision
17553 -
Directory Listing
Modified
Tue Jan 11 14:34:56 2005 UTC (5 years, 7 months ago) by
alpeb
Original Path:
trunk
Allow splitting from a split activity to more than two activities, and fixed join activity (it wasn't wating for all incomming actvities to be completed for it to be activated)
Revision
17552 -
Directory Listing
Modified
Mon Jan 10 22:54:05 2005 UTC (5 years, 8 months ago) by
ak703
Original Path:
trunk
it was nerving, being forced to have an icon for categories - many cat's dont
need an icon
Revision
17551 -
Directory Listing
Modified
Sun Jan 9 17:12:50 2005 UTC (5 years, 8 months ago) by
ak703
Original Path:
trunk
fixed bug #1097058 ldap, adding user to groups changes phpgwaccounttype to u
Revision
17550 -
Directory Listing
Modified
Sun Jan 9 11:08:53 2005 UTC (5 years, 8 months ago) by
reinerj
Original Path:
trunk
langfile from Alexander Krasnov
Revision
17548 -
Directory Listing
Modified
Sat Jan 8 00:41:04 2005 UTC (5 years, 8 months ago) by
reinerj
Original Path:
trunk
add holidays from switzerland to CVS
Revision
17546 -
Directory Listing
Modified
Thu Jan 6 17:36:13 2005 UTC (5 years, 8 months ago) by
mipmip
Original Path:
trunk
- Better button layout for add/edit screens
- (Re)implement "add new record button" after editing or add the last one
- Add dbfieldtype float
- Add extra where sql field to objects table
- Implement extra object filter on record_list
- ORDER objects in edit_site default by name
Revision
17545 -
Directory Listing
Modified
Thu Jan 6 13:38:27 2005 UTC (5 years, 8 months ago) by
ak703
Original Path:
trunk
implemented patch #1061463 from Gareth Horth
This patch shows the unseen messages in the folder
tree, in brackets next to the folder name
thx Gareth
Revision
17544 -
Directory Listing
Modified
Thu Jan 6 13:23:02 2005 UTC (5 years, 8 months ago) by
ak703
Original Path:
trunk
applied patch #1032004 from Christian Mangold
felamimail: stay in message range after move or delete msg
I have many messages in some mail-folders. To manage
these messages via felamimail it is a pain to get
always thrown to the first message after deleting or
moving one or more messages.
thx chris, good idea
Revision
17543 -
Directory Listing
Modified
Wed Jan 5 16:05:13 2005 UTC (5 years, 8 months ago) by
dragob
Original Path:
trunk
Module for inserting frames into Sitemgr's pages.
Revision
17542 -
Directory Listing
Modified
Mon Jan 3 15:05:56 2005 UTC (5 years, 8 months ago) by
ak703
Original Path:
trunk
fixed error in last commit, changed overflow for select region to auto
Revision
17541 -
Directory Listing
Modified
Mon Jan 3 10:41:07 2005 UTC (5 years, 8 months ago) by
ak703
Original Path:
trunk
implemented new style of multiple select (recommended by Mauro Donadello)
Items can now be selected by checkboxes instead of keeping CTRL key pressed, which
makes life easier for many users.
Revision
17540 -
Directory Listing
Modified
Sun Jan 2 22:23:20 2005 UTC (5 years, 8 months ago) by
alpeb
Original Path:
trunk
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
17537 -
Directory Listing
Modified
Fri Dec 31 13:43:34 2004 UTC (5 years, 8 months ago) by
alpeb
Original Path:
trunk
Fixes bug 1068561: warning when using advanced searching
Revision
17536 -
Directory Listing
Modified
Fri Dec 31 12:03:20 2004 UTC (5 years, 8 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17535 -
Directory Listing
Modified
Fri Dec 31 10:25:52 2004 UTC (5 years, 8 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17534 -
Directory Listing
Modified
Thu Dec 30 21:38:44 2004 UTC (5 years, 8 months ago) by
mipmip
Original Path:
trunk
add new version
Revision
17533 -
Directory Listing
Modified
Thu Dec 30 21:15:49 2004 UTC (5 years, 8 months ago) by
mipmip
Original Path:
trunk
add template for adv filters
Revision
17532 -
Directory Listing
Modified
Thu Dec 30 21:14:41 2004 UTC (5 years, 8 months ago) by
mipmip
Original Path:
trunk
removing old files
adding advanced filters
Revision
17531 -
Directory Listing
Modified
Thu Dec 30 17:35:40 2004 UTC (5 years, 8 months ago) by
mipmip
Original Path:
trunk
- All browse setting are now stored in the session array and thay stay sticky
- Renamed search to quick filter
- Quick filter can now search on more tokens using OR
- Quick filter is stores in session array
- Small fixes to the pager
- Fix record count when using a quick filter
- Small code cleanup
Revision
17530 -
Directory Listing
Modified
Wed Dec 29 04:19:56 2004 UTC (5 years, 8 months ago) by
milosch
Original Path:
trunk
remove last of the global calls
Revision
17529 -
Directory Listing
Modified
Wed Dec 29 04:16:58 2004 UTC (5 years, 8 months ago) by
milosch
Original Path:
trunk
Clear the _xh accumulator after finished using xml parser
Revision
17528 -
Directory Listing
Modified
Mon Dec 27 05:11:09 2004 UTC (5 years, 8 months ago) by
dawnlinux
Original Path:
trunk
Add WYSIWYG-htmleditor for news_admin to edit news.
Revision
17527 -
Directory Listing
Modified
Fri Dec 24 16:07:57 2004 UTC (5 years, 8 months ago) by
mipmip
Original Path:
trunk
- Completely rewritten pager for listview
- Added general preference for records per page
- code cleanups
Revision
17525 -
Directory Listing
Modified
Wed Dec 22 16:38:05 2004 UTC (5 years, 8 months ago) by
mipmip
Original Path:
trunk
- new file for list records
- moved main_menu to uicommon
- fixed wrong saving of list configurations
- added a link to this changelog in About JiNN
Revision
17523 -
Directory Listing
Modified
Mon Dec 20 20:43:08 2004 UTC (5 years, 8 months ago) by
alpeb
Original Path:
trunk
Don't need an extra class for exporting processes in XML. This functionality has been added in class.worklfow
Revision
17522 -
Directory Listing
Modified
Mon Dec 20 20:39:45 2004 UTC (5 years, 8 months ago) by
alpeb
Original Path:
trunk
Export process to XML file
Revision
17521 -
Directory Listing
Modified
Wed Dec 15 15:30:44 2004 UTC (5 years, 8 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17520 -
Directory Listing
Modified
Tue Dec 14 13:09:52 2004 UTC (5 years, 8 months ago) by
mipmip
Original Path:
trunk
Plugin fixes, and other fixes
Revision
17518 -
Directory Listing
Modified
Tue Dec 14 02:12:09 2004 UTC (5 years, 8 months ago) by
dawnlinux
Original Path:
trunk
Correct a variable name, it should be "$_account_id" not "$account_id"
Revision
17517 -
Directory Listing
Modified
Mon Dec 13 08:59:13 2004 UTC (5 years, 8 months ago) by
ralfbecker
Original Path:
trunk
fix for xmlrpc error from korganizer: "unknown function name2id"
Revision
17515 -
Directory Listing
Modified
Sun Dec 12 12:31:41 2004 UTC (5 years, 8 months ago) by
ralfbecker
Original Path:
trunk
some fixes for the freetime search:
- if an endtime leads to a duration biger the the difference between day-start and -end, the day-end from the user prefs are ignored, else it would never find a free time
- using one selectbox for the duration with an extra item 'use enddate', to be more intuitive about duration or enddate is used
- selecting a fitting search-frame for new searches, not just one week
Revision
17514 -
Directory Listing
Modified
Sun Dec 12 12:26:49 2004 UTC (5 years, 8 months ago) by
ralfbecker
Original Path:
trunk
fixed warning
Revision
17513 -
Directory Listing
Modified
Sun Dec 12 12:25:40 2004 UTC (5 years, 8 months ago) by
ralfbecker
Original Path:
trunk
using class-var already stored in session
Revision
17512 -
Directory Listing
Modified
Sun Dec 12 12:24:24 2004 UTC (5 years, 8 months ago) by
ralfbecker
Original Path:
trunk
added handling for integer date-type to bocal::debug_message
Revision
17510 -
Directory Listing
Modified
Sun Dec 12 06:34:04 2004 UTC (5 years, 8 months ago) by
dawnlinux
Original Path:
trunk
Collect a spelling, it should be "administrator" not "adminstrator".
Revision
17509 -
Directory Listing
Modified
Thu Dec 9 22:08:34 2004 UTC (5 years, 9 months ago) by
ak703
Original Path:
trunk
implemented patch [ 1047132 ] from Ludwig Ruderstaller for better readability
of workhour's subjects.
Thanks Rudi.
Revision
17508 -
Directory Listing
Modified
Thu Dec 9 15:02:58 2004 UTC (5 years, 9 months ago) by
mipmip
Original Path:
trunk
fix error message in setup screen for switchuser
Revision
17507 -
Directory Listing
Modified
Wed Dec 8 22:46:57 2004 UTC (5 years, 9 months ago) by
mgalgoci
Original Path:
trunk
- fix up event notifications
- initial patch from Bobby Beckman bbeckmann -are- optaros -doot- com
Revision
17506 -
Directory Listing
Modified
Wed Dec 8 21:38:51 2004 UTC (5 years, 9 months ago) by
ak703
Original Path:
trunk
Implemented Patch item #1069802 by Troy Davis (Thanks!) for notification system
when projects have been added, updated or deleted.
Revision
17505 -
Directory Listing
Modified
Wed Dec 8 20:55:17 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17504 -
Directory Listing
Modified
Tue Dec 7 21:51:19 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17503 -
Directory Listing
Modified
Tue Dec 7 02:21:15 2004 UTC (5 years, 9 months ago) by
mbartz
Original Path:
trunk
Changed GET parameter processing to correctly use the show_sort_order api call (passing an array).
Changed error handling on the zero instances case.
Removed extraneous code that was previously commented.
Revision
17502 -
Directory Listing
Modified
Mon Dec 6 19:40:51 2004 UTC (5 years, 9 months ago) by
dragob
Original Path:
trunk
New phrases for the code_block and login modules.
Revision
17501 -
Directory Listing
Modified
Mon Dec 6 19:39:37 2004 UTC (5 years, 9 months ago) by
dragob
Original Path:
trunk
Support for secutiry warning in login module.
A new block for displaying source code files.
Revision
17500 -
Directory Listing
Modified
Mon Dec 6 14:16:11 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
trunk
fixed update button in filemanager
Revision
17499 -
Directory Listing
Modified
Mon Dec 6 14:15:08 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
trunk
fixed moving files in filemanger
Revision
17498 -
Directory Listing
Modified
Mon Dec 6 09:20:55 2004 UTC (5 years, 9 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17497 -
Directory Listing
Modified
Mon Dec 6 09:10:56 2004 UTC (5 years, 9 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17496 -
Directory Listing
Modified
Sun Dec 5 16:35:24 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
trunk
added a trim to cope with junk after charset name
Revision
17495 -
Directory Listing
Modified
Sun Dec 5 16:19:38 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
trunk
removed unique index, as the primary key implies that anyway and some db's dont like it double
Revision
17494 -
Directory Listing
Modified
Sun Dec 5 14:42:17 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
trunk
fixed wrong quoting of cat_id (it's a string in calendar) as reported by the maxdb testers
Revision
17493 -
Directory Listing
Modified
Sun Dec 5 03:47:12 2004 UTC (5 years, 9 months ago) by
mbartz
Original Path:
trunk
Modify the hyperlink to point to the export template (admin_export.tpl)
Revision
17492 -
Directory Listing
Modified
Sun Dec 5 01:39:16 2004 UTC (5 years, 9 months ago) by
alpeb
Original Path:
trunk
Put $template and $db objects at disposition of the activities codes (replace $GLOBALS['phpgw']->template and $GLOBALS['phpgw']->ADOdb)
Revision
17491 -
Directory Listing
Modified
Fri Dec 3 22:22:47 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17490 -
Directory Listing
Modified
Thu Dec 2 22:37:43 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17489 -
Directory Listing
Modified
Thu Dec 2 17:09:23 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
trunk
fixed sql error reported by maxdb testers: cat_id was quoted like a string not like an integer
Revision
17488 -
Directory Listing
Modified
Thu Dec 2 15:31:39 2004 UTC (5 years, 9 months ago) by
ralfbecker
Original Path:
trunk
fixed sql error reported by maxdb testers: iCal import should not be able to update existing events without that fix
Revision
17487 -
Directory Listing
Modified
Tue Nov 30 19:38:06 2004 UTC (5 years, 9 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17486 -
Directory Listing
Modified
Tue Nov 30 16:27:34 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17485 -
Directory Listing
Modified
Tue Nov 30 15:19:55 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the polish lang file from Lukas Zolnowski
Revision
17484 -
Directory Listing
Modified
Tue Nov 30 13:41:19 2004 UTC (5 years, 9 months ago) by
milosch
Original Path:
trunk
Add developer-use test for contacts service class
Revision
17483 -
Directory Listing
Modified
Tue Nov 30 13:40:46 2004 UTC (5 years, 9 months ago) by
milosch
Original Path:
trunk
Fix headers and adjust classname in schedule service
Revision
17482 -
Directory Listing
Modified
Mon Nov 29 16:27:39 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17481 -
Directory Listing
Modified
Mon Nov 29 16:11:58 2004 UTC (5 years, 9 months ago) by
iliaa
Original Path:
trunk
Fixed query failure with mysql 4.1+
Revision
17480 -
Directory Listing
Modified
Mon Nov 29 14:33:47 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17479 -
Directory Listing
Modified
Mon Nov 29 13:40:50 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the polish lang file from Lukas Zolnowski
Revision
17478 -
Directory Listing
Modified
Mon Nov 29 13:30:54 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17477 -
Directory Listing
Modified
Sun Nov 28 23:20:58 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17474 -
Directory Listing
Modified
Sun Nov 28 19:01:44 2004 UTC (5 years, 9 months ago) by
raphaelpereira
Original Path:
trunk
- Removed until this technology is approved by the project.
Revision
17473 -
Directory Listing
Modified
Sun Nov 28 18:38:50 2004 UTC (5 years, 9 months ago) by
milosch
Original Path:
trunk
Move newconfig to config
Revision
17472 -
Directory Listing
Modified
Sun Nov 28 18:36:17 2004 UTC (5 years, 9 months ago) by
raphaelpereira
Original Path:
trunk
- Removed until this technology is approved by the project.
Revision
17471 -
Directory Listing
Modified
Sun Nov 28 14:24:57 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17469 -
Directory Listing
Modified
Sun Nov 28 14:13:00 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17468 -
Directory Listing
Modified
Sun Nov 28 14:01:37 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17466 -
Directory Listing
Modified
Sat Nov 27 23:35:32 2004 UTC (5 years, 9 months ago) by
omgs
Original Path:
trunk
*** empty log message ***
Revision
17464 -
Directory Listing
Modified
Sat Nov 27 22:22:13 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17462 -
Directory Listing
Modified
Sat Nov 27 22:18:06 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17460 -
Directory Listing
Modified
Sat Nov 27 22:13:18 2004 UTC (5 years, 9 months ago) by
reinerj
Original Path:
trunk
update the slovenian lang file from orb_ter
Revision
17459 -
Directory Listing
Modified
Fri Nov 26 15:32:56 2004 UTC (5 years, 9 months ago) by
mbartz
Original Path:
trunk
Added two class-level variables to handle the GET filter vars.
Streamlined the filter variable processing logic (nod to Alejandro).
Added logic to look for filter variables in the GET to preserve settings on a column sort.
Fixed a minor typo in the Activity Status select box.
Revision
17458 -
Directory Listing
Modified
Fri Nov 26 15:29:49 2004 UTC (5 years, 9 months ago) by
mbartz
Original Path:
trunk
renamed the select box options for clarity.
Revision
17457 -
Directory Listing
Modified
Fri Nov 26 13:14:19 2004 UTC (5 years, 9 months ago) by
viniciuscb
Original Path:
trunk
Change in selection() method to allow non-html return
Revision
17456 -
Directory Listing
Modified
Thu Nov 25 21:59:02 2004 UTC (5 years, 9 months ago) by
raphaelpereira
Original Path:
trunk
- Inserted City Window Management files